T TheMask Active Member Apr 4, 2012 #1 Apr 4, 2012 #1 when i install litespeed to myserver i see this process all times what is that? 1453 root 0 -20 0 0 0 S 87.6 0.0 470:54.92 loop0 litespeed 4.1.11 php 5.2.17
when i install litespeed to myserver i see this process all times what is that? 1453 root 0 -20 0 0 0 S 87.6 0.0 470:54.92 loop0 litespeed 4.1.11 php 5.2.17
W webizen Well-Known Member Apr 4, 2012 #2 Apr 4, 2012 #2 This process usually run when you have any loop device (/dev/loop0) mounted. Not necessarily with LSWS. You can do following to see what mount is mount | grep loop0 Click to expand...
This process usually run when you have any loop device (/dev/loop0) mounted. Not necessarily with LSWS. You can do following to see what mount is mount | grep loop0 Click to expand...
T TheMask Active Member Apr 4, 2012 #3 Apr 4, 2012 #3 /var/tmpdir on /tmp type ext2 (rw,noexec,nosuid,loop=/dev/loop0)
T TheMask Active Member Apr 5, 2012 #4 Apr 5, 2012 #4 TheMask said: /var/tmpdir on /tmp type ext2 (rw,noexec,nosuid,loop=/dev/loop0) Click to expand... i think this is necessary...
TheMask said: /var/tmpdir on /tmp type ext2 (rw,noexec,nosuid,loop=/dev/loop0) Click to expand... i think this is necessary...
W webizen Well-Known Member Apr 11, 2012 #6 Apr 11, 2012 #6 are you saying loop0 process is gone if lsws is not running?