01.09.2001 18:06:08, Henning Brauer <[EMAIL PROTECTED]> kirjutas:
>On Sat, Sep 01, 2001 at 05:30:56PM +0200, RR wrote:
>> There are the outputs:
>> /service/qmail-send/log: up (pid 26234) 0 seconds
>
>This one is the problem. Show us:
> ls -la /service/qmail-send/log/
> cat /service/qmail-send/log/run
> cd /service/qmail-send/log; ./run
>
[root@server /root]# ls -la /service/qmail-send/log/
total 16
drwxr-xr-x 3 root root 4096 aug 7 20:13 .
drwxr-xr-t 4 root root 4096 aug 30 14:16 ..
-rwxr-xr-x 1 qmaill root 90 aug 2 12:34 run
drwx------ 2 qmaill root 4096 sept 1 18:08 supervise
[root@server /root]# cat /service/qmail-send/log/run
#!/bin/sh
exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t /var/log/qmail
[root@server log]# cd /service/qmail-send/log; ./run
bash: ./run: No such file or directory
[root@server log]#
RR