I got a problem with “tail -f”, I cannot start it on my ubuntu machine. The message is “no memory left” (tail: kann * nicht beobachten: Auf dem Gerät ist kein Speicherplatz mehr verfügbar).
No device has more than 4% usage and I also tried delete the logfile and start a new one. Any ideas what may cause the problem?
Ok, I found a solution that works on my machine. It just needed a little “sudo” to run that command. The logfile belongs to my linuxuser and I got all permittions, but obviously thats not enough…