Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - some-random-user

#1
Quote from: netnut on August 19, 2024, 10:32:40 PM

-----BEGIN PRIVATE KEY-----
MIIJQgIBADANBgkqhkiG9w0BAQEFAASCCSwwggkoAgEAAoICAQC4KZ76AUrcCCTl
[---8<---]
g5wIHmFhEye+z7hW2BRr/2pVe3Sy7g==
-----END PRIVATE KEY-----


Please don't do that. Someone will turn around and copy-paste it and use it. :(
#2
General Discussion / Re: RIPE Atlas
May 31, 2024, 05:37:41 PM
I second this -- including the software probe as a package in OPNsense would surely help the RIPE Atlas project greatly.

@franco If you were to reach out to RIPE (atlas at ripe net) they might be willing to sponsor the work required.

https://atlas.ripe.net/docs/howtos/software-probes.html
#3
Hello,

On OPNsense 22.7.7_1:

opnsense-code ports
cd /usr/ports/devel/pcsc-lite
make install


This works, and drops the expected file at /usr/local/etc/rc.d/pcscd.

However, despite the following:
# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
# to enable this service:
#
# pcscd_enable="YES"


Adding a tunable pcscd_enable with value YES is not starting the daemon at boot, even though it starts (and works) if I execute pcscd at the command line.

Any guidance would be most appreciated.

Thanks in advance!