OPNsense Forum

Archive => 23.1 Legacy Series => Topic started by: clarknova on April 28, 2023, 08:45:15 PM

Title: Free Disk Space After Installing Port
Post by: clarknova on April 28, 2023, 08:45:15 PM
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?
Title: Re: Free Disk Space After Installing Port
Post by: franco on May 02, 2023, 07:49:37 AM
I'm assuming the build left a considerable batch of build files behind.

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


Cheers,
Franco
Title: Re: Free Disk Space After Installing Port
Post by: mattbridges on January 29, 2024, 12:46:59 PM
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?
Title: Re: Free Disk Space After Installing Port
Post by: cookiemonster on January 29, 2024, 12:54:06 PM
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.