Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DASH] Dash | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX
by
Icebucket
on 04/02/2016, 23:08:35 UTC
Hey!! Linux ass hat here, Dont really know what to do with this. Hoping some wizard will come to my rescue

Do I need to delete some file, becourse there is plenty of disk space on the VPS so I dont get this message when I try to start my node Tongue




No space left on device means your disk is full. Delete something that you don't need any more or buy a larger disk.

hmm alright, Was there not some huge file in Dash that is ok to delete
Already tried to delete ~/.dash/debug.log?

I recommend to set a cronjob to delete it once a day, this debug file is getting filled very fast (about 60MB/day?)

Code:
sudo crontab -e
choose 2 and add
Code:
0 0 * * * > ~/.dash/debug.log
save

Thanks, did do this and rm debug.log but I still get the same message Tongue