Please try this "run" files that I attached. Created them myself. See if it'll work.
On Wed, 2003-08-13 at 15:50, Raymond Luong wrote: > Good try but that didn't make any difference. Still having the same > problem. I use the gedit editor. Very easy for cut and paste. > > Raymond > > Do this. Create a new qmail-pop3d/run and qmail-pop3d/log/run, (use > the > > touch command and move the first to somewhere ) without the > backslash > > "\". I mean, type the line with "exec" in one line. Like this: > > > > #!/bin/sh > > exec /usr/local/bin/softlimit -m 3000000 /usr/local/bin/tcpserver -H > -l > > webmail.genkians.com -v -x /etc/tcp.pop3.cdb -c 30 -R 0 pop3 > > /var/qmail/bin/qmail-popup webmail.genkians.com > > /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 2>&1 > > > > Also, examine carefully again these files. And, what's your editor? > > > > On Wed, 2003-08-13 at 15:09, Raymond Luong wrote: > >> Both files are permission 755 and own by root. here is my run, > >> log/run, and qmailctl file. > >> > >> Thanks for the help > >> raymond > >> > >> > >> > Does qmail-pop3d/run and qmail-pop3d/log/run have an execute > >> permission? > >> > Try to chmod it to 755. (I'm assuming you haven't changed the > >> > permissions yet). > >> > > >> > Anyway, can you show your qmail-pop3d/run and qmail-pop3d/log/run > >> files? > >> > Perhaps you mistype something. > >> > > >> > On Wed, 2003-08-13 at 11:52, Raymond Luong wrote: > >> > > >> >> [EMAIL PROTECTED] root]# ps auxww | grep readproctitle > >> >> root 878 0.0 0.0 1364 28 ? S Aug10 1:53 > >> >> readproctitle service errors: ... error?supervise: fatal: unable > to > >> >> start > >> >> qmail-pop3d/run: exec format error?supervise: fatal: unable to > >> start > >> >> log/run: exec format error?supervise: fatal: unable to start > >> >> qmail-pop3d/run: exec format error?supervise: fatal: > >> >> unable to start log/run: exec format error?supervise: fatal: > unable > >> to > >> >> start qmail-pop3d/run: exec format error?supervise: fatal: > unable > >> to > >> >> start > >> >> log/run: exec > >> >> format error? > >> >> root 5234 0.0 0.2 3580 640 pts/1 S 20:47 0:00 grep > >> >> readproctitle > >> >> > >> >> [EMAIL PROTECTED] root]# svstat /service/qmail-pop3d > >> >> /service/qmail-pop3d/log > >> >> /service/qmail-pop3d: up (pid 5405) 1 seconds > >> >> /service/qmail-pop3d/log: up (pid 5406) 1 seconds > >> >> everytime I run that command, it either gives me a 1 seconds or > 0 > >> >> seconds > >> >> > >> >> [EMAIL PROTECTED] root]# ps waux|grep pop3 > >> >> root 883 0.0 0.0 1372 112 ? S Aug10 2:11 supervise > >> >> qmail-pop3d > >> >> root 5690 0.0 0.2 3576 636 pts/1 S 20:51 0:00 grep pop3 > >> >> > >> >> Can anyone tell what's going on. I don't get it. I suck at > linux, > >> >> therefore is trying to improve my linux skill. Please offer any > >> >> suggestion > >> >> you have. I am all ears. > >> > > >> > > >> > -- > >> > Philippine Linux Users' Group (PLUG) Mailing List > >> > [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) > >> > Official Website: http://plug.linux.org.ph > >> > Searchable Archives: http://marc.free.net.ph > >> > . > >> > To leave, go to http://lists.q-linux.com/mailman/listinfo/plug > >> > . > >> > Are you a Linux newbie? To join the newbie list, go to > >> > http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie > >> > > >> > >> > >> > ______________________________________________________________________ > >> -- > >> Philippine Linux Users' Group (PLUG) Mailing List > >> [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) > >> Official Website: http://plug.linux.org.ph > >> Searchable Archives: http://marc.free.net.ph > >> . > >> To leave, go to http://lists.q-linux.com/mailman/listinfo/plug > >> . > >> Are you a Linux newbie? To join the newbie list, go to > >> http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie > > > > -- > > Philippine Linux Users' Group (PLUG) Mailing List > > [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) > > Official Website: http://plug.linux.org.ph > > Searchable Archives: http://marc.free.net.ph > > . > > To leave, go to http://lists.q-linux.com/mailman/listinfo/plug > > . > > Are you a Linux newbie? To join the newbie list, go to > > http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie > > > > > ______________________________________________________________________ > -- > Philippine Linux Users' Group (PLUG) Mailing List > [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) > Official Website: http://plug.linux.org.ph > Searchable Archives: http://marc.free.net.ph > . > To leave, go to http://lists.q-linux.com/mailman/listinfo/plug > . > Are you a Linux newbie? To join the newbie list, go to > http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
#!/bin/sh exec /usr/local/bin/softlimit -m 3000000 /usr/local/bin/tcpserver -H -l webmail.genkians.com -v -x /etc/tcp.pop3.cdb -c 30 -R 0 pop3 /var/qmail/bin/qmail-popup webmail.genkians.com /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 2>&1
#!/bin/sh exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t 10000000 n30 /var/log/qmail/pop3d
-- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
