Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
23.1 Legacy Series
»
Free Disk Space After Installing Port
« previous
next »
Print
Pages: [
1
]
Author
Topic: Free Disk Space After Installing Port (Read 2820 times)
clarknova
Full Member
Posts: 101
Karma: 6
Free Disk Space After Installing Port
«
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:
Code:
[Select]
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?
Logged
franco
Administrator
Hero Member
Posts: 17660
Karma: 1611
Re: Free Disk Space After Installing Port
«
Reply #1 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
Logged
mattbridges
Newbie
Posts: 3
Karma: 0
Re: Free Disk Space After Installing Port
«
Reply #2 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?
Logged
cookiemonster
Hero Member
Posts: 1823
Karma: 95
Re: Free Disk Space After Installing Port
«
Reply #3 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.
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
23.1 Legacy Series
»
Free Disk Space After Installing Port