Re: [tor-relays] No disk space for new files created by Tor

2013-08-11 Thread TonyXue
But will that configuration stop Tor writes the heartbeat information into the notices.log? I need that. Date: Mon, 12 Aug 2013 03:25:06 +0100 From: th6...@gmail.com To: tor-relays@lists.torproject.org Subject: Re: [tor-relays] No disk space for new files created by Tor I tend to kill almost all

Re: [tor-relays] No disk space for new files created by Tor

2013-08-11 Thread Thomas Hand
I tend to kill almost all logging and use AvoidDiskWrites 1 (or whatever it is) in torrc. Also your log files will fill up a lot faster if you are a directory server. On 12 August 2013 02:18, TonyXue wrote: > I checked the old notices.log file. > > The warning of unable to write just came out f

Re: [tor-relays] No disk space for new files created by Tor

2013-08-11 Thread TonyXue
I checked the old notices.log file. The warning of unable to write just came out from nowhere. The log before the very first warning was my heartbeat data. However, there was something that different than "unable to store router descriptor": Aug 11 06:23:14.000 [warn] Error writing to "/var/lib/

Re: [tor-relays] No disk space for new files created by Tor

2013-08-11 Thread Kostas Jakeliunas
On Sun, Aug 11, 2013 at 7:06 PM, Roman Mamedov wrote: > On Sun, 11 Aug 2013 14:43:59 +0300 > Kostas Jakeliunas wrote: > > > Huh, curious why it fails to write stuff to disk. > > > > Does doing > > echo "something" > tempfile > > succeed? > > > > /var/log/tor is hogging diskspace indeed :) perhap

Re: [tor-relays] No disk space for new files created by Tor

2013-08-11 Thread Roman Mamedov
On Sun, 11 Aug 2013 14:43:59 +0300 Kostas Jakeliunas wrote: > Huh, curious why it fails to write stuff to disk. > > Does doing > echo "something" > tempfile > succeed? > > /var/log/tor is hogging diskspace indeed :) perhaps then do > cd /var/log/tor > sudo rm *.gz Before deleting you should re

Re: [tor-relays] No disk space for new files created by Tor

2013-08-11 Thread Cassey Jean Claude
I also find running "du -s ./*" useful for figuring out which directories are hogging files... On 8/11/2013 6:43 AM, Kostas Jakeliunas wrote: Huh, curious why it fails to write stuff to disk. Does doing echo "something" > tempfile succeed? /var/log/tor is hogging diskspace indeed :) perhaps t

Re: [tor-relays] No disk space for new files created by Tor

2013-08-11 Thread Kostas Jakeliunas
Huh, curious why it fails to write stuff to disk. Does doing echo "something" > tempfile succeed? /var/log/tor is hogging diskspace indeed :) perhaps then do cd /var/log/tor sudo rm *.gz then do du -sh * to see if there are any remainder large files left there. On Sun, Aug 11, 2013 at 2:32 PM

Re: [tor-relays] No disk space for new files created by Tor

2013-08-11 Thread TonyXue
Fllowing are the result of df -h: Filesystem Size Used Avail Use% Mounted on/dev/xvda1 35G 17G 17G 51% /udev235M 4.0K 235M 1% /devtmpfs98M 192K 98M 1% /runnone5.0M 0 5.0M 0% /run/locknone 244M 0 244M 0% /run/s

Re: [tor-relays] No disk space for new files created by Tor

2013-08-11 Thread Kostas Jakeliunas
On Sun, Aug 11, 2013 at 1:41 PM, TonyXue wrote: > > [...] > It seems that I've run out of space. But my VPS comes with 35GB disk space and it shouldn't be used up so fast. So how to deal with it? > If I do run out of space,any advice for deleting the old files of Tor? Are there any files created b

[tor-relays] No disk space for new files created by Tor

2013-08-11 Thread TonyXue
Dear All, Today when I was checking my Tor notice log file as usual, I noticed that they've included the following warnings: Aug 11 06:23:15.000 [warn] Unable to store router descriptorAug 11 06:23:15.000 [warn] Error writing to "/var/lib/tor/cached-descriptors.new": No space left on device It s