
(I also have the impression that running the `Qthttpd.sh` stop command is redundant, as that’s taken care of by the first `services.sh stop` – but it won’t do any harm anyway). To verify this, run (as previously suggested) the lsof command: you will see a bunch of `apache_pr` open `.lock` files – to stop it, simply run (after the first three suggested lines) the additional: # kill -9 25058 25096 & umount /dev/md9Ĩ0 kill -9 25058 25096 & umount /dev/md9įor everyone else having trouble, I’m not sure whether it’s a recent addition (I have the latest firmware for TS-212) but the culprit appears to be Apache Proxy. Lsof: status error on +: No such file or directoryĬOMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME Tmpfs /var/syslog_maildir tmpfs rw,size=8M 0 0 dev/sda3 /share/HDA_DATA ext4 rw,usrjquota=er,jqfmt=vfsv0,user_xattr,data=ordered,delalloc,noacl 0 0 dev/md9 /mnt/HDA_ROOT ext3 rw,data=ordered 0 0

None /dev/pts devpts rw,gid=5,mode=620 0 0 > kill -9 PID1 PID2 PID3 … PIDN & umount /dev/mdx I got this problem… i couldn’t umount the disk since a dd process was spawning constantly… when you kill/stop all process that lock the drive and there is a spawning process that loops and recreate itself, you have to stop in a single command all involving processes and also umount filesystem.
