Skip to main content
Nepenthes on Fedora Core 6 Issue

Question:

Me wrote:

Hello.

Currently I'm running nepentes 0.2.0 on Fedora Core 6 installed using RPM.

I got this message when I want to check it's status since when I scanned the localhost port it didn't mock the meant service:

[root@localhost ~]# /etc/init.d/nepenthes status
nepenthes dead but subsys locked


What subsys mean?

Answer:
try
/etc/init.d/nepenthes restart
if that doesn't get it, find the lock file in /var and delete it. then start it.

Comments

Popular posts from this blog

Gue dengan S2 gue. Sronok banget!
Beijing and image manipulation addict Salam, Image manipulation with command line is fun and time consuming too. Given my Digikam plugins unable to work, I start to figure out many wonderful features of other tool which offer almost the same quality. However I was stucked with ImageMagick,with many tutorial on the net: Here and Here for i in *jpg ;do convert -font helvetica -fill white -pointsize 18 -draw 'text 10,50 "ACM-ICPC Beijing 2005"' $i $i;done The pix above shows a heater to heat up guest room during ACM-ICPC competition. (outside building's temperature is almost 4 celcious).