Free Disk Space After Installing Port

Started by clarknova, April 28, 2023, 08:45:15 PM

Previous topic - Next topic
OPNsense 23.1.6

After a fresh install of 23.1 and upgrade to 23.1.6, the dashboard was reporting less than 2 GB of disk space in use on /, IIRC. Then I installed Tailscale like this:

opnsense-code ports
cd /usr/ports/security/tailscale
make install


And now the dashboard is reporting 105% / [ufs] (6.9G/7.2G)

I'm not very familiar with how the ports work, but is it possible to delete other ports? Repository information? Source code?

Do I just delete a whole directory or is there an opnsense command that will take care of this? What's the recommendation?

I'm assuming the build left a considerable batch of build files behind.

# cd /usr/tools && make clean-obj


Cheers,
Franco

Sorry, can I just check this command as I have exactly the same issue as above but running the command doesn't appear to do anything?

did you go into the directory where the port was built ? Make clean will look by default on the current directory for objects to clean.