01.09.2001 8:20:16, Lukas Beeler <[EMAIL PROTECTED]> kirjutas:

>On Sat, Sep 01, 2001 at 12:07:52AM +0200, RR wrote:
>> 31.08.2001 23:35:21, Lukas Beeler <[EMAIL PROTECTED]> kirjutas:
>> 
>> >On Fri, Aug 31, 2001 at 10:37:24PM +0200, RR wrote:
>> >> I checked the ownership and permissions - everything seems to be ok.
>> >
>> >if they WOULD be okay, then it would run.
>> >
>> >> What is wrong?
>> >
>> >see the sentence above, and tell us more details
>> 
>> What should I tell you else?
>
>the error message says that log/run doesn't exist
>
># ls -alh /service/qmail-*/log/
>
># ls -alh /service/qmail-*/log/run
>
># tail --lines=200 /service/qmail-*/log/run > attachment.txt
>
>[ the tail command includes the filename, because that i use tail and 
>not cat ]

[root@server /root]# ls -alh /service/qmail-*/log/
/service/qmail-pop3d/log/:
total 16k
drwxr-xr-x    3 root     root         4.0k aug   30 04:34 .
drwxr-xr-t    4 root     root         4.0k aug   30 04:34 ..
-rwxr-xr-x    1 root     root           99 aug   30 04:32 run
drwx------    2 root     root         4.0k sept   1 01:12 supervise


/service/qmail-send/log/:
total 16k
drwxr-xr-x    3 root     root         4.0k aug    7 20:13 .
drwxr-xr-t    4 root     root         4.0k aug   30 14:16 ..
-rwxr-xr-x    1 qmaill   root           90 aug    2 12:34 run
drwx------    2 qmaill   root         4.0k sept   1 09:29 supervise


/service/qmail-smtpd/log/:
total 16k
drwxr-xr-x    3 root     root         4.0k aug   28 10:43 .
drwxrwxr-t    4 root     root         4.0k aug   30 21:18 ..
-rwxr-xr-x    1 qmaill   root           94 aug   28 10:43 run
drwx------    2 qmaill   root         4.0k sept   1 01:12 supervise



[root@server /root]# ls -alh /service/qmail-*/log/run
-rwxr-xr-x    1 root     root           99 aug   30 04:32 /service/qmail-pop3d/log/run
-rwxr-xr-x    1 qmaill   root           90 aug    2 12:34 /service/qmail-send/log/run
-rwxr-xr-x    1 qmaill   root           94 aug   28 10:43 /service/qmail-smtpd/log/run


[root@server /root]# tail --lines=200 /service/qmail-*/log/run > attachment.txt:

==> /service/qmail-pop3d/log/run <==
#!/bin/sh
exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t \
    /var/log/qmail/pop3d
==> /service/qmail-send/log/run <==
#!/bin/sh
exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t /var/log/qmail

==> /service/qmail-smtpd/log/run <==
#!/bin/sh
exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t /var/log/qmail/smtpd




Reply via email to