Closed drohack closed 1 year ago
I've just encountered the same problem, while looking for the packages I found this: https://forums.freebsd.org/threads/devel-libpthread-stubs-port-has-been-deleted-no-consumers-left-and-never-supported-pthread-stubs-in-libc-on-freebsd.88350/
Based on this I downloaded the install-unifi.sh file, commented out the AddPkg libpthread-stubs line and re-ran the script locally. From what I can tell it seems to have installed okay. My backup restored and my devices have been re-adopted. Clients are showing as expected and the topology map has updated.
OK Yes I did the same thing. I had to download the .sh file. Comment out the libpthread-stubs. Save it. Upload it to the pfSense Router. Use chmod u+e xxx.sh
to be able to run it. SSH into the server, and run the .sh file (if I tried to do it in the GUI it would time out before it finished. It's possible that it still finished, but I couldn't see the output). Ugh, slightly a bit roundabout.
I'm getting the following error trying to install the unifi controller on my pfsense box (version 2.7.0-DEVELOPMENT (amd64)):
Steps: In pfSense GUI go to Diagnostics -> Command Prompt and enter in the following command:
fetch -o - https://git.io/j7Jy | sh -s
I get the following output:
Looking at the actual script (https://raw.githubusercontent.com/gozoinks/unifi-pfsense/master/install-unifi/install-unifi.sh) I see that it's trying to
AddPkg libpthread-stubs
next. My "ABI" is "FreeBSD:14:amd64". So I checked the https://pkg.freebsd.org/FreeBSD:14:amd64/latest/packagesite.pkg and there is no libpthread-stubs in \packagesite\packagesite.yaml...So I guess my next possible step is to manually install libpthread-stubs. But I'm not sure which version to install. But even if I did manually install it I would need to create a new script and remove that line from it.