Sophos Community
User
Site
Search
User
Toggle Mobile menu
Community & Product Forums
Blogs
Partners
Events & Webinars
Getting Started
Support Portal
Community Blogs
Application Control
Community
Product documentation
Security
Feedback
Support Portal
Product documentation
Products
Endpoint security
Sophos Endpoint
Sophos XDR
Device Encryption
Sophos Mobile
Network Security
Sophos Firewall
Sophos ZTNA
Sophos Switch
UTM Firewall
Sophos Wireless
Sophos NDR
Email Security
Sophos Email
Phish Threat
Cloud Security
Sophos Central
Sophos Cloud Optix
Support Tools
Sophos integrations
Free tools
AI Solutions
Sophos AI
Services
Management platform
Sophos Professional Services
Sophos Central
Support Portal
Sophos Community log in
Sophos Partners
Partners blog
Local Partner community
Partner news
Resources
MSP guides
Partner Care
Sophos Central
Webinars & Events
Webinars & Events
Calendar
Become a partner
Join our program
Events & Webinars
Events & Webinars
Calendar
Recordings
Getting started in the Community
How to get started
SophosID registration
How to set up your profile
How to contribute and participate
How to manage private messages
Member recognition
Recognition program
Leaderboard
Products and Services
Products
Endpoint security
Sophos Endpoint
Sophos XDR
Device Encryption
Sophos Mobile
Network Security
Sophos Firewall
ZTNA
Sophos Switch
UTM Firewall
Sophos Wireless
NDR
Email Security
Sophos Email
Phish Threat
Cloud Security
Sophos Central
Sophos Cloud Optix
Support Tools
Sophos integrations
Free tools
AI Solutions
Sophos AI
Services
Management platform
Sophos Professional Services
Sophos Central
Support Portal
Sophos Community log in
Blogs
Community Blogs
Application Control
Community
Product documentation
Security
Feedback
Support Portal
Product documentation
Partners
Sophos Partners
Partners blog
Local Partner community
Partner news
Resources
MSP guides
Partner Care
Sophos Central
Webinars & Events
Webinars & Events
Calendar
Become a partner
Join our program
Events & Webinars
Events & Webinars
Events & Webinars
Calendar
Recordings
Getting Started
Getting started in the Community
How to get started
SophosID registration
How to set up your profile
How to contribute and participate
How to manage private messages
Member recognition
Recognition program
Leaderboard
Support Portal
UTM Firewall
General Discussion
/var/storage filling up
Release Notes & News
Discussions
Recommended Reads
Members
Lifecycle and Migration
More
Cancel
New
UTM Firewall requires membership for participation - click to join
Thread Info
State
Not Answered
Locked
Locked
Replies
15 replies
Subscribers
3 subscribers
Views
9405 views
Users
0 members are here
Options
RSS
More
Cancel
Suggested
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
/var/storage filling up
flyingkiwi
over 20 years ago
Any ideas how to unfill the /var/storage partition?
Jon
This thread was automatically locked due to age.
0
BarryG
over 20 years ago
First see what's filling it:
du -sh /var/storage/*
Barry
Cancel
Vote Up
0
Vote Down
Cancel
0
flyingkiwi
over 19 years ago
in reply to
BarryG
Astaro Security Linux
(C) Copyrights by Astaro and by others 2000-2005.
NOTE: Any modifications done by root will void your support.
Please use WebAdmin for any configuration changes.
loginuser@firewall:/home/login
> du -sh /var/storage/*
32K /var/storage/alicd-work
15M /var/storage/chroot-clam
37M /var/storage/chroot-http
22M /var/storage/chroot-kav
35M /var/storage/chroot-pop3
du: `/var/storage/chroot-smtp/spool/scan': Permission denied
1.8G /var/storage/chroot-smtp
1.8G /var/storage/chroot-squid
20K /var/storage/chroot-weed
du: `/var/storage/lost+found': Permission denied
4.0K /var/storage/nacctddata
loginuser@firewall:/home/login
>
Cancel
Vote Up
0
Vote Down
Cancel
0
BarryG
over 19 years ago
in reply to
flyingkiwi
1.8G /var/storage/chroot-smtp
Your SMTP proxy is backed up.
Check to see if it's configured correctly, and try flushing it.
You could also empty the http proxy if you are out of disk space, as a temporary relief, but the smtp proxy is the real problem.
Barry
Cancel
Vote Up
0
Vote Down
Cancel
0
flyingkiwi
over 19 years ago
in reply to
BarryG
Flush it how?
The configuration seems fine, emails are coming in and out...
Maybe restart the firewall?
Cancel
Vote Up
0
Vote Down
Cancel
0
toofreaky
over 19 years ago
in reply to
flyingkiwi
[ QUOTE ]
Flush it how?
[/ QUOTE ]
Flushing the SMTP-Proxy in Webadmin (v6):
Proxies -> Proxy Content Manager
You can delete old mails 'by hand' or use
the 'Automatic Cleanup' feature ..
Regards,
Tom
Cancel
Vote Up
0
Vote Down
Cancel
0
flyingkiwi
over 19 years ago
in reply to
toofreaky
There are no entries in the proxy content manager, I empty these regularly.
Any other ideas?
Jon
Cancel
Vote Up
0
Vote Down
Cancel
0
BarryG
over 19 years ago
in reply to
flyingkiwi
Check the filesystem again, and find exactly what is using the space...
e.g.
du -sh /var/storage/chroot-smtp/*
...
until you find what's using the space.
It could be core files, mail queues, ...
Barry
Cancel
Vote Up
0
Vote Down
Cancel
0
flyingkiwi
over 19 years ago
in reply to
BarryG
tmp is 2.1G, how on earth do I get rid of it?
Jon
Cancel
Vote Up
0
Vote Down
Cancel
0
BarryG
over 19 years ago
in reply to
flyingkiwi
make sure you have a backup of your ASL config first.
I'd advise emailing
support@Astaro.com
about this also.
send them a list of the files in that tmp dir
(ls -l)
see if there are any messages in the smtp proxy queue (content manager) you don't want to lose. if so, try to flush them first.
stop the smtp proxy
as root (su if you aren't)
cd to the directory first
and do
rm -r *
re-start the smtp proxy.
Barry
Cancel
Vote Up
0
Vote Down
Cancel
0
flyingkiwi
over 19 years ago
in reply to
BarryG
Barry, thanks heaps!!! The drive space warnings are gone...now I just need to get onto support to find out why this is happening. Thanks again for your help!
Jon
Cancel
Vote Up
0
Vote Down
Cancel
>