Mittwoch, 10. September 2025, 00:57 UTC+2
Sie sind nicht angemeldet.
Nutz Ihr diesen Syslogd in eurem LAN
100%
Ja (3)
0%
Nein
![]() |
Quellcode |
1 2 3 4 5 |
/usr/bin/kill `cat /var/run/syslogd.pid` /sbin/syslogd -r -c /mnt/IDE1/public/applications/syslogd/syslogd.conf # syslogd.conf anpassen z.b # * /mnt/IDE1/syslogd/syslog # so werden alle ereignisse in eine Datei gepackt. |
![]() |
Quellcode |
1 2 3 4 5 |
#!/bin/sh /usr/bin/kill `cat /var/run/syslogd.pid` /sbin/syslogd -r -c /mnt/IDE1/public/applications/syslogd/syslogd.conf # Pidfile wird automatisch von syslogd in /var/run erstellt |
Dieser Beitrag wurde bereits 3 mal editiert, zuletzt von »gamebeast« (10. November 2008, 16:37)
![]() |
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
found some init scripts running: ./ssh-server/init running: ./do_it/init -------- will do something here :-) --------- copy modified proftpd.conf template done Starting syslogd... Starting inetd... Starting crond... Running constructor /usr/sausalito/constructor/00_construct_start . . Running constructor /usr/sausalito/constructor/99_construct_stop Running constructor /usr/sausalito/constructor/99_execute_userscript Done Local package initialization:start syslogd syslogd: Already running. start crond |
![]() |
Quellcode |
1 |
(sleep 10;killall syslogd ;/sbin/syslogd -r -c /mnt/IDE1/public/applications/syslogd/syslogd.conf)& |
Zitat
Besteht denn Interesse dadran das ich euch das als Packet zur verfügung stelle ?