check other tmpfs folders like /var/tmp find services who write and stop them if you could check with lsof or fuser command examples : root@voyage:~# lsof /var/log/daemon.log COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME syslogd 2941 syslog 4w REG 0,16 37583 4222 /var/log/daemon.log root@voyage:~# fuser -m /var/log/daemon.log /var/log/daemon.log: 2941
On Mon, Jun 22, 2015, at 11:04, tux john wrote: > Hi. thanks for the quick reply. rm -rf /var/log does not seem to work. > could you tell me how to create the other options? > > *Sent:* Monday, June 22, 2015 at 11:45 AM *From:* dju > <[email protected]> *To:* [email protected] *Subject:* Re: [Voyage- > linux] no space left Hello > > usual stuff : > > first erase some old logs or move them elsewhere to free some space > adds logs rotation more stronger adjust the verbosity of your > applications tune tmp used by yours applications expand tmpfs > > > On Mon, Jun 22, 2015, at 10:22, tux john wrote: >> hello everyone. i am having an issue with my voyage 0.9.5. it has no >> space left tmpfs 125M 125M 0 100% /var/log >> tmpfs 125M 125M 0 100% /var/tmp >> root@voyage:~# >> >> also every command i type it gives me /l-bash: cannot create temp >> file for here-document: No space left on device >> >> >> >> how do i fix that please? >> _________________________________________________ >> Voyage-linux mailing list [email protected] >> http://list.voyage.hk/mailman/listinfo/voyage-linux > > _______________________________________________ Voyage-linux mailing > list [email protected] > http://list.voyage.hk/mailman/listinfo/voyage-linux
_______________________________________________ Voyage-linux mailing list [email protected] http://list.voyage.hk/mailman/listinfo/voyage-linux
