Re: filesystem full problem [SOLVED]

2006-02-17 Thread Adam PAPAI
Jared Solomon wrote: sudo rm -rf /var/porn The problem was: _after_ deleting '/var/porn' the df -h showed me still 105% disk usage ... fstat and pkill smbd solved the problem. ;) -- Adam PAPAI D i g i t a l Influence http://www.digitalinfluence.hu Phone: +36 30 33-55-735 E-mail: [EMAIL PROT

Re: filesystem full problem

2006-02-17 Thread Jared Solomon
sudo rm -rf /var/porn

Re: filesystem full problem

2006-02-17 Thread Ray Lai
On Fri, Feb 17, 2006 at 02:54:43PM +0100, Adam Papai wrote: > Hello list, > > I've run into a problem. > > My /var reached the 105% disk usage. I've deleted 1.5G from /var but the > df shows me still 2Gb. > > du -csh /var shows 38M > > What can I do? I tried: sync but nothin happens. The progra

filesystem full problem

2006-02-17 Thread Adam Papai
Hello list, I've run into a problem. My /var reached the 105% disk usage. I've deleted 1.5G from /var but the df shows me still 2Gb. du -csh /var shows 38M What can I do? I tried: sync but nothin happens. The programs can't write to /var so it intiditaces a little deffect.. What's the solution