pcscd using large amounts of ram and swap space on pfsense 2.5.2 CE
-
@tman904 It's a known issue in pcscd for which there is a patch to disable it.
-
@steveits Thanks for the info Steve I appreciate it. It's good to see at the very least a work around is being implemented for this memory leak issue in pcscd.
-
Update:This will not survive a reboot.
For anyone else having this problem at least until this workaround is pushed out to pfsense widely.I simply stopped and disabled pcscd as in my use case I didn't need to use smartcard readers if you do use smartcard readers don't run these commands.
- Login to the shell via vga/serial console or ssh.
- (As root or user with root privileges) service pcscd onestop
- (As root or user with root privileges) service pcscd onedisable
Note pfsense does not use the standard rc.conf boot structure in FreeBSD. Because of that I'm not sure that this will survive a reboot or system upgrade. But it will prevent the system from running out of memory and crashing at least.
-
If you are using IPsec, doing that can be dangerous. You'd have to stop IPsec, then stop pcscd, then start pcscd, then start IPsec.
No need to use the CLI, there is a button to stop/start these services in the GUI, and you can use
pfSsh.php playback svc stop <name>
from the shell if you must.The real workaround is already in several similar threads, and on https://redmine.pfsense.org/issues/11933#note-7, which is to apply the patch which makes pcscd optional and off by default.
-
@jimp said in pcscd using large amounts of ram and swap space on pfsense 2.5.2 CE:
patch which makes pcscd optional and off by default
If 21.09 is indeed being skipped, maybe Netgate should consider a point release with this? It seems like it would affect basically all installs.
-
@jimp Thank you jimp I will look into using those methods. I wasn't aware they were available. Now does pfSense 2.5.2 CE already have this patch applied or is there a patch update for 2.5.2 addressing this issue that I haven't installed?
Will the patch you linked be applied to the next release of pfSense CE then?
Also I'm not using IPsec VPNs but thank you for pointing that out.
-
@tman904 That's the patch I referenced above. :) No it's not in 2.5.2, and yes it should be in the next release as they generally include all fixes up until that point. It's actually listed in the 21.09 release notes, which would "pair" with 2.6, though it sounds like that version is getting skipped based on other forum threads.
-
@steveits Sorry about that Steve. :( I checked out the link for the redmine issue but for the life of me I can't find the patch for pcscd in order to apply it to my pfSense.
-
@tman904 The URL Jim linked is direct to the note with the patch commit ID (afcc0e9c97c1993ae6b95f886665fcb4375d26c7). Apply via System Patches. Or, in your case it sounds like you've already disabled it manually.
-
@steveits I did disable pcscd and it solves the issue as long as the system stays running after executing those commands. But as @jimp said I have to use the php commands in order to keep it disabled. As soon as I rebooted it starts again when using the traditional rc.conf boot commands.
I appreciate the guidance on using the patch I haven't patched a pfsense system before and had no clue where to start lol.
Update:
I've applied the pcscd patch and rebooted. Now it seems that pcscd is disabled properly! :)
One last question though. When I apply a patch to my system does that affect the ability to upgrade it through the normal builtin way or are there certain patches that could hinder that process I might apply in the future?
-
No. And in fact that patch is already included in newer versions. When you upgrade it will simply show as already applied and you can delete the patch from the System Patches package to prevent accidentally reverting it.
Steve
-
@stephenw10 Thank you Stephnew that clears up my confusion around updating and patching.
-
@jimp in my opinion, this issue warrants an advisory sent to users, and also a note in Known issues.
As an idea, I'd also love if advisories could be checked by internet facing boxes (those that can talk to the Netgate servers) and shown in the GUI and pushed via alerts to whatever is configured as alert system (Telegram for example).
-
-
-
This post is deleted! -
-
-
-