mguhlke
Goto Top

Autostart mit init.d funktioniert nicht

Hallo ich habe einen Linux Server mit Instiki am laufen und möchte den nun auch mit autostart starten.
Instiki funktioniert ohne Probleme

Dazu habe ich mir folgendes Config script erstellt.

# cat /etc/init.d/instiki

#!/bin/sh
#
# chkconfig: - 85 15
# description: Starts and stops the instiki wiki
#

start() {
        KIND="instiki"  
        echo -n $"Starting $KIND services: "  
        /opt/instiki-0.17/instiki -d
        RETVAL=$?
}
stop() {
         kill -9 $(cat /opt/instiki-0.17/tmp/pids/server.pid)
}

case "$1" in  
  start)
        start
        ;;
  stop)
        stop
        ;;
  *)
        echo $"Usage: $0 {start|stop}"  
        exit 1
esac

exit $?

./instiki start bzw stop funktioniert das habe ich schon getestet.

chmods sind wie die Anderen

-rwxr-xr-x  1 root root  3022 Jul 26  2006 httpd
-rwxr-xr-x  1 root root   379 Aug  6 11:03 instiki
-rwxr-xr-x  1 root root  7135 Mar 18  2005 iptables

und dann habe ich das script per chkconfig hinzugefügt

httpd           0:off   1:off   2:off   3:off   4:off   5:on    6:off
instiki         0:off   1:off   2:on    3:on    4:on    5:on    6:off
iptables        0:off   1:off   2:on    3:on    4:on    5:on    6:off

Kann mir jemand vielleicht sagen woran es liegen kann das es nicht gestartet wird?

Content-Key: 122171

Url: https://administrator.de/contentid/122171

Printed on: April 20, 2024 at 04:04 o'clock

Member: jhinrichs
jhinrichs Aug 06, 2009 at 13:49:11 (UTC)
Goto Top
Hallo,
welches OS genau verwendest Du?
Ist ggf. selinux aktiviert?
Gibt es Einträge in der /var/log/messages?
Wird das init-Skript gar nicht erst aufgerufen oder nur der instiki-Prozess nicht gestartet?
Poste doch mal bitte den Inhalt von /etc/rc.d/rc3.d (oder des analogen Verzeichnisses Deiner Distribution)
Viele Grüße
Member: mguhlke
mguhlke Aug 07, 2009 at 07:46:42 (UTC)
Goto Top
Dist ist FC 4
Kernel: Linux version 2.6.11-1.1369_FC4smp (bhcompile@decompose.build.redhat.com) (gcc version 4.0.0 20050525 (Red Hat 4.0.0-9)) #1 SMP Thu Jun 2 23:08:39 EDT 2005

Selinux ist deaktiviert

Ob das init script aufgerufen wir weiß ich leider nicht aber wenn ich ./instiki start bzw stop eintippe funktioniert es

Vielen Dank schonmal für deine Hilfe

root@wattwurm: /etc/rc.d/rc3.d
# ll
total 236
lrwxrwxrwx  1 root root 13 Jul 25  2005 K01yum -> ../init.d/yum
lrwxrwxrwx  1 root root 16 May  8  2008 K02dhcdbd -> ../init.d/dhcdbd
lrwxrwxrwx  1 root root 24 Jul 25  2005 K02NetworkManager -> ../init.d/NetworkManager
lrwxrwxrwx  1 root root 34 Jul 25  2005 K02NetworkManagerDispatcher -> ../init.d/NetworkManagerDispatcher
lrwxrwxrwx  1 root root 19 Jul 25  2005 K05saslauthd -> ../init.d/saslauthd
lrwxrwxrwx  1 root root 19 Jul 25  2005 K10dc_server -> ../init.d/dc_server
lrwxrwxrwx  1 root root 16 Jul 25  2005 K10psacct -> ../init.d/psacct
lrwxrwxrwx  1 root root 19 Jul 25  2005 K12dc_client -> ../init.d/dc_client
lrwxrwxrwx  1 root root 15 Jul 25  2005 K15httpd -> ../init.d/httpd
lrwxrwxrwx  1 root root 13 Jul 25  2005 K20nfs -> ../init.d/nfs
lrwxrwxrwx  1 root root 14 Jul 25  2005 K24irda -> ../init.d/irda
lrwxrwxrwx  1 root root 15 Jul 25  2005 K25squid -> ../init.d/squid
lrwxrwxrwx  1 root root 22 Jul 25  2005 K30spamassassin -> ../init.d/spamassassin
lrwxrwxrwx  1 root root 13 Jul 25  2005 K35smb -> ../init.d/smb
lrwxrwxrwx  1 root root 19 Jul 25  2005 K35vncserver -> ../init.d/vncserver
lrwxrwxrwx  1 root root 16 Sep 15  2005 K36mysqld -> ../init.d/mysqld
lrwxrwxrwx  1 root root 17 Jul 25  2005 K50netdump -> ../init.d/netdump
lrwxrwxrwx  1 root root 13 Jul 25  2005 K50tux -> ../init.d/tux
lrwxrwxrwx  1 root root 20 Jul 25  2005 K69rpcsvcgssd -> ../init.d/rpcsvcgssd
lrwxrwxrwx  1 root root 14 Sep 17  2005 K74nscd -> ../init.d/nscd
lrwxrwxrwx  1 root root 15 Jul 25  2005 K85mdmpd -> ../init.d/mdmpd
lrwxrwxrwx  1 root root 15 May  8  2008 K87named -> ../init.d/named
lrwxrwxrwx  1 root root 18 Jul 25  2005 K89netplugd -> ../init.d/netplugd
lrwxrwxrwx  1 root root 15 Jul 25  2005 K89rdisc -> ../init.d/rdisc
lrwxrwxrwx  1 root root 18 Jul 25  2005 K94diskdump -> ../init.d/diskdump
lrwxrwxrwx  1 root root 15 Jul 25  2005 S05kudzu -> ../init.d/kudzu
lrwxrwxrwx  1 root root 18 Jul 25  2005 S06cpuspeed -> ../init.d/cpuspeed
lrwxrwxrwx  1 root root 18 Jul 25  2005 S08iptables -> ../init.d/iptables
lrwxrwxrwx  1 root root 14 Jul 25  2005 S09isdn -> ../init.d/isdn
lrwxrwxrwx  1 root root 16 Jul 25  2005 S09pcmcia -> ../init.d/pcmcia
lrwxrwxrwx  1 root root 17 Jul 25  2005 S10network -> ../init.d/network
lrwxrwxrwx  1 root root 16 Jul 25  2005 S12syslog -> ../init.d/syslog
lrwxrwxrwx  1 root root 17 Sep 17  2005 S13portmap -> ../init.d/portmap
lrwxrwxrwx  1 root root 17 Jul 25  2005 S14nfslock -> ../init.d/nfslock
lrwxrwxrwx  1 root root 19 Jul 25  2005 S15mdmonitor -> ../init.d/mdmonitor
lrwxrwxrwx  1 root root 16 Jul 25  2005 S18auditd -> ../init.d/auditd
lrwxrwxrwx  1 root root 19 Jul 25  2005 S18rpcidmapd -> ../init.d/rpcidmapd
lrwxrwxrwx  1 root root 17 Jul 25  2005 S19rpcgssd -> ../init.d/rpcgssd
lrwxrwxrwx  1 root root 19 Jul 25  2005 S25bluetooth -> ../init.d/bluetooth
lrwxrwxrwx  1 root root 15 Jul 25  2005 S25netfs -> ../init.d/netfs
lrwxrwxrwx  1 root root 14 Jul 25  2005 S26apmd -> ../init.d/apmd
lrwxrwxrwx  1 root root 16 Sep 17  2005 S27ypbind -> ../init.d/ypbind
lrwxrwxrwx  1 root root 16 Jul 25  2005 S28autofs -> ../init.d/autofs
lrwxrwxrwx  1 root root 14 Jul 25  2005 S33nifd -> ../init.d/nifd
lrwxrwxrwx  1 root root 23 Jul 25  2005 S34mDNSResponder -> ../init.d/mDNSResponder
lrwxrwxrwx  1 root root 15 Jul 25  2005 S44acpid -> ../init.d/acpid
lrwxrwxrwx  1 root root 14 Jul 25  2005 S55cups -> ../init.d/cups
lrwxrwxrwx  1 root root 14 Jul 25  2005 S55sshd -> ../init.d/sshd
lrwxrwxrwx  1 root root 14 Sep 17  2005 S58ntpd -> ../init.d/ntpd
lrwxrwxrwx  1 root root 18 Jul 25  2005 S80sendmail -> ../init.d/sendmail
lrwxrwxrwx  1 root root 13 Jul 25  2005 S85gpm -> ../init.d/gpm
lrwxrwxrwx  1 root root 17 Aug  6 11:01 S85instiki -> ../init.d/instiki
lrwxrwxrwx  1 root root 19 Sep 22  2005 S85svndaemon -> ../init.d/svndaemon
lrwxrwxrwx  1 root root 15 Jul 25  2005 S90crond -> ../init.d/crond
lrwxrwxrwx  1 root root 13 Jul 25  2005 S90xfs -> ../init.d/xfs
lrwxrwxrwx  1 root root 17 Sep 17  2005 S91winbind -> ../init.d/winbind
lrwxrwxrwx  1 root root 11 Mar 11  2008 S92rcupseye -> ../rcupseye
lrwxrwxrwx  1 root root 17 Jul 25  2005 S95anacron -> ../init.d/anacron
lrwxrwxrwx  1 root root 13 Jul 25  2005 S95atd -> ../init.d/atd
lrwxrwxrwx  1 root root 20 Jul 25  2005 S97messagebus -> ../init.d/messagebus
lrwxrwxrwx  1 root root 15 Jul 25  2005 S97rhnsd -> ../init.d/rhnsd
lrwxrwxrwx  1 root root 28 Jul 25  2005 S98cups-config-daemon -> ../init.d/cups-config-daemon
lrwxrwxrwx  1 root root 19 Jul 25  2005 S98haldaemon -> ../init.d/haldaemon
lrwxrwxrwx  1 root root 11 Jul 25  2005 S99local -> ../rc.local

/var/log/messages
Aug  6 10:18:02 wattwurm shutdown: shutting down for system reboot
Aug  6 10:18:02 wattwurm init: Switching to runlevel: 6
Aug  6 10:18:02 wattwurm kernel: iounmap: bad address e0c39000
Aug  6 10:18:03 wattwurm xfs[2417]: terminating
Aug  6 10:18:08 wattwurm nmbd[2428]: [2009/08/06 10:18:08, 0] nmbd/nmbd.c:terminate(56)
Aug  6 10:18:08 wattwurm nmbd[2428]:   Got SIGTERM: going down...
Aug  6 10:18:26 wattwurm kernel:  CIFS VFS: Send error in SessSetup = -13
Aug  6 10:18:26 wattwurm kernel:  CIFS VFS: Send error in SessSetup = -13
Aug  6 10:18:28 wattwurm ntpd[2194]: ntpd exiting on signal 15
Aug  6 10:18:28 wattwurm rpc.statd[1679]: Caught signal 15, un-registering and exiting.
Aug  6 10:18:29 wattwurm auditd[1693]: The audit daemon is exiting.
Aug  6 10:18:30 wattwurm kernel: Kernel logging (proc) stopped.
Aug  6 10:18:30 wattwurm kernel: Kernel log daemon terminating.
Aug  6 10:18:31 wattwurm exiting on signal 15
Aug  6 12:20:04 wattwurm syslogd 1.4.1: restart.
Aug  6 12:20:04 wattwurm kernel: klogd 1.4.1, log source = /proc/kmsg started.
Aug  6 12:20:04 wattwurm kernel: Linux version 2.6.11-1.1369_FC4smp (bhcompile@decompose.build.redhat.com) (gcc versi$
Aug  6 12:20:04 wattwurm kernel: BIOS-provided physical RAM map:
Aug  6 12:20:04 wattwurm kernel:  BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
Aug  6 12:20:04 wattwurm kernel:  BIOS-e820: 0000000000100000 - 000000001ffc0000 (usable)
Aug  6 12:20:04 wattwurm kernel:  BIOS-e820: 000000001ffc0000 - 000000001ffcfc00 (ACPI data)
Aug  6 12:20:04 wattwurm kernel:  BIOS-e820: 000000001ffcfc00 - 000000001ffff000 (reserved)
Aug  6 12:20:04 wattwurm kernel:  BIOS-e820: 00000000e0000000 - 00000000fec90000 (reserved)
Aug  6 12:20:04 wattwurm kernel:  BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
Aug  6 12:20:04 wattwurm kernel:  BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
Aug  6 12:20:04 wattwurm kernel:  BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
Aug  6 12:20:04 wattwurm kernel: 0MB HIGHMEM available.
Aug  6 12:20:04 wattwurm kernel: 511MB LOWMEM available.
Aug  6 12:20:04 wattwurm kernel: found SMP MP-table at 000fe710
Aug  6 12:20:04 wattwurm kernel: NX (Execute Disable) protection: active
Aug  6 12:20:04 wattwurm kernel: DMI 2.3 present.
Aug  6 12:20:04 wattwurm kernel: Using APIC driver default
Aug  6 12:20:04 wattwurm kernel: ACPI: PM-Timer IO Port: 0x808
Aug  6 12:20:04 wattwurm kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Aug  6 12:20:04 wattwurm kernel: Processor #0 15:4 APIC version 20
Aug  6 12:20:04 wattwurm kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
Aug  6 12:20:04 wattwurm kernel: Processor #1 15:4 APIC version 20
Aug  6 12:20:04 wattwurm kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] disabled)
Aug  6 12:20:04 wattwurm kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
Aug  6 12:20:04 wattwurm kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Aug  6 12:20:04 wattwurm kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Aug  6 12:20:04 wattwurm kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Aug  6 12:20:04 wattwurm kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Aug  6 12:20:04 wattwurm kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base)
Aug  6 12:20:04 wattwurm kernel: IOAPIC: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Aug  6 12:20:04 wattwurm kernel: ACPI: IOAPIC (id[0x03] address[0xfec80000] gsi_base[32])
Aug  6 12:20:04 wattwurm kernel: IOAPIC[1]: apic_id 3, version 32, address 0xfec80000, GSI 32-55
Aug  6 12:20:04 wattwurm kernel: ACPI: IOAPIC (id[0x04] address[0xfec80800] gsi_base[64])
Aug  6 12:20:04 wattwurm kernel: IOAPIC[2]: apic_id 4, version 32, address 0xfec80800, GSI 64-87
Aug  6 12:20:04 wattwurm kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug  6 12:20:04 wattwurm rpc.statd[1679]: Version 1.0.7 Starting
Aug  6 12:20:04 wattwurm kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Aug  6 12:20:04 wattwurm kernel: Enabling APIC mode:  Flat.  Using 3 I/O APICs
Aug  6 12:20:05 wattwurm kernel: ACPI: HPET id: 0xffffffff base: 0xfed00000
Aug  6 12:20:05 wattwurm kernel: Using ACPI (MADT) for SMP configuration information
Aug  6 12:20:05 wattwurm kernel: Allocating PCI resources starting at 20000000 (gap: 1ffff000:c0001000)
Aug  6 12:20:05 wattwurm kernel: Built 1 zonelists
Aug  6 12:20:05 wattwurm kernel: Kernel command line: ro root=/dev/VolGroup00/LogVol00 rhgb quiet
Aug  6 12:20:05 wattwurm kernel: Initializing CPU#0
Aug  6 12:20:05 wattwurm kernel: CPU 0 irqstacks, hard=c042a000 soft=c040a000
Aug  6 12:20:05 wattwurm kernel: PID hash table entries: 2048 (order: 11, 32768 bytes)
Aug  6 12:20:05 wattwurm kernel: Console: colour VGA+ 80x25
Aug  6 12:20:05 wattwurm kernel: Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Aug  6 12:20:05 wattwurm kernel: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Aug  6 12:20:05 wattwurm kernel: Memory: 511940k/524032k available (2084k kernel code, 11440k reserved, 769k data, 23$
Aug  6 12:20:05 wattwurm kernel: Checking if this processor honours the WP bit even in supervisor mode... Ok.
Aug  6 12:20:05 wattwurm kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Aug  6 12:20:05 wattwurm kernel: hpet0: 0ns tick, 3 64-bit timers
Aug  6 12:20:05 wattwurm kernel: Using HPET for base-timer
Aug  6 12:20:05 wattwurm kernel: Using HPET for gettimeofday
Aug  6 12:20:05 wattwurm kernel: Detected 3200.577 MHz processor.
Aug  6 12:20:05 wattwurm kernel: Using hpet for high-res timesource
Aug  6 12:20:05 wattwurm kernel: Security Framework v1.0.0 initialized
Aug  6 12:20:05 wattwurm kernel: SELinux:  Initializing.
Aug  6 12:20:05 wattwurm kernel: SELinux:  Starting in permissive mode
Aug  6 12:20:05 wattwurm kernel: selinux_register_security:  Registering secondary module capability
Aug  6 12:20:05 wattwurm kernel: Capability LSM initialized as secondary
Aug  6 12:20:05 wattwurm kernel: Mount-cache hash table entries: 512
Aug  6 12:20:05 wattwurm kernel: monitor/mwait feature present.
Aug  6 12:20:05 wattwurm kernel: using mwait in idle threads.
Aug  6 12:20:05 wattwurm kernel: CPU: Trace cache: 12K uops, L1 D cache: 16K
Aug  6 12:20:05 wattwurm kernel: CPU: L2 cache: 1024K
Aug  6 12:20:05 wattwurm kernel: CPU: Physical Processor ID: 0
Aug  6 12:20:05 wattwurm kernel: Intel machine check architecture supported.
Aug  6 12:20:05 wattwurm kernel: Intel machine check reporting enabled on CPU#0.
Aug  6 12:20:05 wattwurm kernel: CPU0: Intel P4/Xeon Extended MCE MSRs (24) available
Aug  6 12:20:05 wattwurm kernel: CPU0: Thermal monitoring enabled
Aug  6 12:20:05 wattwurm kernel: Enabling fast FPU save and restore... done.
Aug  6 12:20:05 wattwurm kernel: Enabling unmasked SIMD FPU exception support... done.
Aug  6 12:20:05 wattwurm kernel: Checking 'hlt' instruction... OK.  
Aug  6 12:20:05 wattwurm kernel: CPU0: Intel(R) Xeon(TM) CPU 3.20GHz stepping 01
Aug  6 12:20:05 wattwurm kernel: Booting processor 1/1 eip 3000
Aug  6 12:20:05 wattwurm kernel: CPU 1 irqstacks, hard=c042b000 soft=c040b000
Aug  6 12:20:05 wattwurm kernel: Initializing CPU#1
Aug  6 12:20:05 wattwurm kernel: monitor/mwait feature present.
Aug  6 12:20:05 wattwurm kernel: CPU: Trace cache: 12K uops, L1 D cache: 16K
Aug  6 12:20:05 wattwurm kernel: CPU: L2 cache: 1024K
Aug  6 12:20:05 wattwurm kernel: CPU: Physical Processor ID: 0
Aug  6 12:20:05 wattwurm kernel: Intel machine check architecture supported.
Aug  6 12:20:05 wattwurm kernel: Intel machine check reporting enabled on CPU#1.
Aug  6 12:20:05 wattwurm kernel: CPU1: Intel P4/Xeon Extended MCE MSRs (24) available
Aug  6 12:20:05 wattwurm kernel: CPU1: Thermal monitoring enabled
Aug  6 12:20:05 wattwurm kernel: CPU1: Intel(R) Xeon(TM) CPU 3.20GHz stepping 01
Aug  6 12:20:05 wattwurm kernel: Total of 2 processors activated (12746.75 BogoMIPS).
Aug  6 12:20:05 wattwurm kernel: ENABLING IO-APIC IRQs
Aug  6 12:20:05 wattwurm kernel: ..TIMER: vector=0x31 pin1=2 pin2=-1
Aug  6 12:20:05 wattwurm kernel: checking TSC synchronization across 2 CPUs: passed.
Aug  6 12:20:05 wattwurm kernel: softlockup thread 0 started up.
Aug  6 12:20:05 wattwurm kernel: Brought up 2 CPUs
Aug  6 12:20:05 wattwurm kernel: softlockup thread 1 started up.
Aug  6 12:20:05 wattwurm kernel: checking if image is initramfs... it is
Aug  6 12:20:05 wattwurm kernel: Freeing initrd memory: 1752k freed
Aug  6 12:20:05 wattwurm kernel: NET: Registered protocol family 16
Aug  6 12:20:05 wattwurm kernel: PCI: PCI BIOS revision 2.10 entry at 0xfc3ee, last bus=4
Aug  6 12:20:05 wattwurm kernel: PCI: Using MMCONFIG
Aug  6 12:20:05 wattwurm kernel: mtrr: v2.0 (20020519)
Aug  6 12:20:05 wattwurm kernel: ACPI: Subsystem revision 20050309
Aug  6 12:20:05 wattwurm kernel: ACPI: Interpreter enabled
Aug  6 12:20:05 wattwurm kernel: ACPI: Using IOAPIC for interrupt routing
Aug  6 12:20:05 wattwurm kernel: ACPI: PCI Root Bridge [PCI0] (0000:00)
Aug  6 12:20:05 wattwurm kernel: PCI: Probing PCI hardware (bus 00)
Aug  6 12:20:05 wattwurm kernel: PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
Aug  6 12:20:05 wattwurm kernel: PCI: Transparent bridge - 0000:00:1e.0
Aug  6 12:20:05 wattwurm kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
Aug  6 12:20:05 wattwurm kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12)
Aug  6 12:20:05 wattwurm kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12)
Aug  6 12:20:05 wattwurm kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 12)
Aug  6 12:20:05 wattwurm kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 7 10 11 12)
Aug  6 12:20:05 wattwurm kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12) *0, disabled.
Aug  6 12:20:05 wattwurm kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12) *0, disabled.
Aug  6 12:20:05 wattwurm kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 *6 7 10 11 12)
Aug  6 12:20:05 wattwurm kernel: Linux Plug and Play Support v0.97 (c) Adam Belay
Aug  6 12:20:05 wattwurm kernel: pnp: PnP ACPI init
Aug  6 12:20:05 wattwurm kernel: pnp: PnP ACPI: found 8 devices
Aug  6 12:20:05 wattwurm kernel: usbcore: registered new driver usbfs
Aug  6 12:20:05 wattwurm kernel: usbcore: registered new driver hub
Aug  6 12:20:05 wattwurm kernel: PCI: Using ACPI for IRQ routing
Aug  6 12:20:05 wattwurm kernel: PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report  
Aug  6 12:20:05 wattwurm kernel: pnp: 00:05: ioport range 0x800-0x87f could not be reserved
Aug  6 12:20:05 wattwurm kernel: pnp: 00:05: ioport range 0x880-0x8bf has been reserved
Aug  6 12:20:05 wattwurm kernel: pnp: 00:05: ioport range 0x8c0-0x8df has been reserved
Aug  6 12:20:05 wattwurm kernel: pnp: 00:05: ioport range 0xc00-0xc0f has been reserved
Aug  6 12:20:05 wattwurm kernel: pnp: 00:05: ioport range 0xc10-0xc1f has been reserved
Aug  6 12:20:05 wattwurm kernel: pnp: 00:05: ioport range 0xca0-0xcaf has been reserved
Aug  6 12:20:05 wattwurm kernel: pnp: 00:05: ioport range 0xc20-0xc3f has been reserved
Aug  6 12:20:05 wattwurm kernel: apm: BIOS not found.
Aug  6 12:20:05 wattwurm kernel: audit: initializing netlink socket (disabled)
Aug  6 12:20:05 wattwurm kernel: audit(1249553974.660:1): initialized
Aug  6 12:20:05 wattwurm kernel: Total HugeTLB memory allocated, 0
Aug  6 12:20:05 wattwurm kernel: VFS: Disk quotas dquot_6.5.1
Aug  6 12:20:05 wattwurm kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Aug  6 12:20:05 wattwurm kernel: SELinux:  Registering netfilter hooks
Aug  6 12:20:05 wattwurm kernel: Initializing Cryptographic API
Aug  6 12:20:05 wattwurm kernel: ksign: Installing public key data
Aug  6 12:20:05 wattwurm kernel: Loading keyring
Aug  6 12:20:05 wattwurm kernel: - Added public key 42BD35A990375F72
Aug  6 12:20:05 wattwurm kernel: - User ID: Red Hat, Inc. (Kernel Module GPG key)
Aug  6 12:20:05 wattwurm kernel: Intel E7520/7320/7525 detected.<6>pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Aug  6 12:20:05 wattwurm kernel: ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 169
Aug  6 12:20:05 wattwurm kernel: isapnp: Scanning for PnP cards...
Aug  6 12:20:05 wattwurm kernel: isapnp: No Plug & Play device found
Aug  6 12:20:05 wattwurm kernel: Real Time Clock Driver v1.12
Aug  6 12:20:05 wattwurm kernel: hpet_acpi_add: no address or irqs in _CRS
Aug  6 12:20:05 wattwurm kernel: Linux agpgart interface v0.101 (c) Dave Jones
Aug  6 12:20:05 wattwurm kernel: PNP: No PS/2 controller found. Probing ports directly.
Aug  6 12:20:05 wattwurm kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Aug  6 12:20:05 wattwurm kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Aug  6 12:20:05 wattwurm kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 76 ports, IRQ sharing enabled
Aug  6 12:20:05 wattwurm kernel: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Aug  6 12:20:05 wattwurm kernel: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Aug  6 12:20:05 wattwurm kernel: io scheduler noop registered
Aug  6 12:20:05 wattwurm kernel: io scheduler anticipatory registered
Aug  6 12:20:05 wattwurm kernel: io scheduler deadline registered
Aug  6 12:20:05 wattwurm kernel: io scheduler cfq registered
Aug  6 12:20:05 wattwurm kernel: RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
Aug  6 12:20:05 wattwurm kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Aug  6 12:20:05 wattwurm kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Aug  6 12:20:05 wattwurm kernel: ICH5: IDE controller at PCI slot 0000:00:1f.1
Aug  6 12:20:05 wattwurm kernel: PCI: Enabling device 0000:00:1f.1 (0005 -> 0007)
Aug  6 12:20:05 wattwurm kernel: ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 177
Aug  6 12:20:05 wattwurm kernel: ICH5: chipset revision 2
Aug  6 12:20:05 wattwurm kernel: ICH5: not 100% native mode: will probe irqs later
Aug  6 12:20:05 wattwurm kernel:     ide0: BM-DMA at 0xfc00-0xfc07, BIOS settings: hda:DMA, hdb:pio
Aug  6 12:20:05 wattwurm kernel: hda: HL-DT-ST GCR-8240N, ATAPI CD/DVD-ROM drive
Aug  6 12:20:05 wattwurm kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Aug  6 12:20:05 wattwurm kernel: hda: ATAPI 24X CD-ROM drive, 128kB Cache, UDMA(33)
Aug  6 12:20:05 wattwurm kernel: Uniform CD-ROM driver Revision: 3.20
Aug  6 12:20:05 wattwurm kernel: ide-floppy driver 0.99.newide
Aug  6 12:20:05 wattwurm kernel: usbcore: registered new driver hiddev
Aug  6 12:20:05 wattwurm kernel: usbcore: registered new driver usbhid
Aug  6 12:20:05 wattwurm auditd[1693]: Init complete, audit pid set to: 1693
Aug  6 12:20:05 wattwurm kernel: drivers/usb/input/hid-core.c: v2.01:USB HID core driver
Aug  6 12:20:05 wattwurm kernel: mice: PS/2 mouse device common for all mice
Aug  6 12:20:05 wattwurm kernel: md: md driver 0.90.1 MAX_MD_DEVS=256, MD_SB_DISKS=27
Aug  6 12:20:05 wattwurm kernel: NET: Registered protocol family 2
Aug  6 12:20:05 wattwurm kernel: IP: routing cache hash table of 2048 buckets, 32Kbytes
Aug  6 12:20:05 wattwurm kernel: TCP established hash table entries: 32768 (order: 7, 524288 bytes)
Aug  6 12:20:05 wattwurm kernel: TCP bind hash table entries: 32768 (order: 6, 393216 bytes)
Aug  6 12:20:05 wattwurm kernel: TCP: Hash tables configured (established 32768 bind 32768)
Aug  6 12:20:05 wattwurm kernel: Initializing IPsec netlink socket
Aug  6 12:20:05 wattwurm kernel: NET: Registered protocol family 1
Aug  6 12:20:05 wattwurm kernel: NET: Registered protocol family 17
Aug  6 12:20:05 wattwurm kernel: ACPI wakeup devices:
Aug  6 12:20:05 wattwurm kernel: PCI0 PALO  PXH PXHB PXHA PICH
Aug  6 12:20:05 wattwurm kernel: ACPI: (supports S0 S4 S5)
Aug  6 12:20:05 wattwurm kernel: Freeing unused kernel memory: 232k freed
Aug  6 12:20:05 wattwurm kernel: SCSI subsystem initialized
Aug  6 12:20:05 wattwurm kernel: ACPI: PCI Interrupt 0000:00:1f.2[A] -> GSI 18 (level, low) -> IRQ 177
Aug  6 12:20:05 wattwurm kernel: ata1: SATA max UDMA/133 cmd 0xCCB8 ctl 0xCCB2 bmdma 0xCC80 irq 177
Aug  6 12:20:05 wattwurm kernel: ata2: SATA max UDMA/133 cmd 0xCCA0 ctl 0xCC9A bmdma 0xCC88 irq 177
Aug  6 12:20:05 wattwurm kernel: ata1: dev 0 ATA, max UDMA/133, 156250000 sectors:
Aug  6 12:20:05 wattwurm kernel: ata1: dev 0 configured for UDMA/133
Aug  6 12:20:05 wattwurm kernel: scsi0 : ata_piix
Aug  6 12:20:05 wattwurm kernel: ata2: dev 0 ATA, max UDMA/133, 156250000 sectors:
Aug  6 12:20:05 wattwurm kernel: ata2: dev 0 configured for UDMA/133
Aug  6 12:20:05 wattwurm kernel: scsi1 : ata_piix
Aug  6 12:20:05 wattwurm kernel:   Vendor: ATA       Model: Maxtor 6Y080M0    Rev: YAR5
Aug  6 12:20:05 wattwurm kernel:   Type:   Direct-Access                      ANSI SCSI revision: 05
Aug  6 12:20:05 wattwurm kernel: SCSI device sda: 156250000 512-byte hdwr sectors (80000 MB)
Aug  6 12:20:05 wattwurm kernel: SCSI device sda: drive cache: write back
Aug  6 12:20:05 wattwurm kernel: SCSI device sda: 156250000 512-byte hdwr sectors (80000 MB)
Aug  6 12:20:05 wattwurm kernel: SCSI device sda: drive cache: write back
Aug  6 12:20:05 wattwurm kernel:  sda: sda1 sda2 sda3
Aug  6 12:20:05 wattwurm kernel: Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
Aug  6 12:20:05 wattwurm kernel:   Vendor: ATA       Model: Maxtor 6Y080M0    Rev: YAR5
Aug  6 12:20:05 wattwurm kernel:   Type:   Direct-Access                      ANSI SCSI revision: 05
Aug  6 12:20:05 wattwurm kernel: SCSI device sdb: 156250000 512-byte hdwr sectors (80000 MB)
Aug  6 12:20:05 wattwurm kernel: SCSI device sdb: drive cache: write back
Aug  6 12:20:05 wattwurm kernel: SCSI device sdb: 156250000 512-byte hdwr sectors (80000 MB)
Aug  6 12:20:05 wattwurm kernel: SCSI device sdb: drive cache: write back
Aug  6 12:20:05 wattwurm kernel:  sdb: sdb1
Aug  6 12:20:05 wattwurm kernel: Attached scsi disk sdb at scsi1, channel 0, id 0, lun 0
Aug  6 12:20:05 wattwurm kernel: device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com
Aug  6 12:20:05 wattwurm kernel: kjournald starting.  Commit interval 5 seconds
Aug  6 12:20:05 wattwurm kernel: EXT3-fs: mounted filesystem with ordered data mode.
Aug  6 12:20:05 wattwurm kernel: SELinux:  Disabled at runtime.
Aug  6 12:20:05 wattwurm kernel: SELinux:  Unregistering netfilter hooks
Aug  6 12:20:05 wattwurm kernel: floppy0: no floppy controllers found
Aug  6 12:20:05 wattwurm kernel: Intel(R) PRO/1000 Network Driver - version 6.0.54-k2-NAPI
Aug  6 12:20:05 wattwurm kernel: Copyright (c) 1999-2004 Intel Corporation.
Aug  6 12:20:05 wattwurm kernel: ACPI: PCI Interrupt 0000:02:04.0[A] -> GSI 32 (level, low) -> IRQ 185
Aug  6 12:20:05 wattwurm kernel: e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
Aug  6 12:20:05 wattwurm kernel: ACPI: PCI Interrupt 0000:04:03.0[A] -> GSI 20 (level, low) -> IRQ 193
Aug  6 12:20:05 wattwurm kernel: e1000: eth1: e1000_probe: Intel(R) PRO/1000 Network Connection
Aug  6 12:20:05 wattwurm kernel: shpchp: Address64 -------- Resource unparsed
Aug  6 12:20:05 wattwurm kernel: shpchp: shpc_init : shpc_cap_offset == 0
Aug  6 12:20:05 wattwurm last message repeated 2 times
Aug  6 12:20:05 wattwurm kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Aug  6 12:20:05 wattwurm kernel: hw_random hardware driver 1.0.0 loaded
Aug  6 12:20:05 wattwurm kernel: ACPI: PCI Interrupt 0000:00:1d.7[D] -> GSI 23 (level, low) -> IRQ 201
Aug  6 12:20:05 wattwurm kernel: ehci_hcd 0000:00:1d.7: EHCI Host Controller
Aug  6 12:20:05 wattwurm kernel: ehci_hcd 0000:00:1d.7: debug port 1
Aug  6 12:20:05 wattwurm kernel: ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
Aug  6 12:20:05 wattwurm kernel: ehci_hcd 0000:00:1d.7: irq 201, io mem 0xdff00000
Aug  6 12:20:05 wattwurm kernel: ehci_hcd 0000:00:1d.7: USB 2.0 initialized, EHCI 1.00, driver 10 Dec 2004
Aug  6 12:20:05 wattwurm kernel: hub 1-0:1.0: USB hub found
Aug  6 12:20:05 wattwurm kernel: hub 1-0:1.0: 4 ports detected
Aug  6 12:20:05 wattwurm kernel: USB Universal Host Controller Interface driver v2.2
Aug  6 12:20:05 wattwurm kernel: ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 169
Aug  6 12:20:05 wattwurm kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
Aug  6 12:20:05 wattwurm kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
Aug  6 12:20:05 wattwurm kernel: uhci_hcd 0000:00:1d.0: irq 169, io base 0x0000cce0
Aug  6 12:20:05 wattwurm kernel: hub 2-0:1.0: USB hub found
Aug  6 12:20:05 wattwurm kernel: hub 2-0:1.0: 2 ports detected
Aug  6 12:20:05 wattwurm kernel: ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 209
Aug  6 12:20:05 wattwurm kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
Aug  6 12:20:05 wattwurm kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
Aug  6 12:20:05 wattwurm kernel: uhci_hcd 0000:00:1d.1: irq 209, io base 0x0000ccc0
Aug  6 12:20:05 wattwurm kernel: hub 3-0:1.0: USB hub found
Aug  6 12:20:05 wattwurm kernel: hub 3-0:1.0: 2 ports detected
Aug  6 12:20:05 wattwurm kernel: NET: Registered protocol family 10
Aug  6 12:20:05 wattwurm kernel: Disabled Privacy Extensions on device c037d640(lo)
Aug  6 12:20:05 wattwurm kernel: IPv6 over IPv4 tunneling driver
Aug  6 12:20:05 wattwurm kernel: ACPI: Power Button (FF) [PWRF]
Aug  6 12:20:05 wattwurm kernel: ibm_acpi: ec object not found
Aug  6 12:20:05 wattwurm kernel: ACPI: Video Device [EVGA] (multi-head: no  rom: yes  post: no)
Aug  6 12:20:05 wattwurm kernel: md: Autodetecting RAID arrays.
Aug  6 12:20:05 wattwurm kernel: md: autorun ...
Aug  6 12:20:05 wattwurm kernel: md: ... autorun DONE.
Aug  6 12:20:05 wattwurm kernel: EXT3 FS on dm-0, internal journal
Aug  6 12:20:05 wattwurm kernel: kjournald starting.  Commit interval 5 seconds
Aug  6 12:20:05 wattwurm kernel: EXT3 FS on sda2, internal journal
Aug  6 12:20:05 wattwurm kernel: EXT3-fs: mounted filesystem with ordered data mode.
Aug  6 12:20:05 wattwurm kernel: Adding 1048568k swap on /dev/VolGroup00/LogVol01.  Priority:-1 extents:1
Aug  6 12:20:05 wattwurm kernel: e1000: eth0: e1000_watchdog_task: NIC Link is Up 1000 Mbps Full Duplex
Aug  6 12:20:05 wattwurm kernel: e1000: eth1: e1000_watchdog_task: NIC Link is Up 1000 Mbps Full Duplex
Aug  6 12:20:06 wattwurm hcid[1733]: Bluetooth HCI daemon
Aug  6 12:20:06 wattwurm kernel: Bluetooth: Core ver 2.7
Aug  6 12:20:06 wattwurm kernel: NET: Registered protocol family 31
Aug  6 12:20:06 wattwurm kernel: Bluetooth: HCI device and connection manager initialized
Aug  6 12:20:06 wattwurm kernel: Bluetooth: HCI socket layer initialized
Aug  6 12:20:06 wattwurm hcid[1733]: Unable to get on D-BUS
Aug  6 12:20:06 wattwurm kernel: Bluetooth: L2CAP ver 2.7
Aug  6 12:20:06 wattwurm kernel: Bluetooth: L2CAP socket layer initialized
Aug  6 12:20:06 wattwurm sdpd[1737]: Bluetooth SDP daemon
Aug  6 12:20:06 wattwurm kernel: Bluetooth: RFCOMM ver 1.5
Aug  6 12:20:06 wattwurm kernel: Bluetooth: RFCOMM socket layer initialized
Aug  6 12:20:06 wattwurm kernel: Bluetooth: RFCOMM TTY layer initialized
Aug  6 12:20:06 wattwurm kernel: CIFS: Unknown mount option codepage
Aug  6 12:20:23 wattwurm kernel:  CIFS VFS: Send error in SessSetup = -13
Aug  6 12:20:23 wattwurm kernel:  CIFS VFS: cifs_mount failed w/return code = -13
Aug  6 12:20:44 wattwurm kernel: lp: driver loaded but no devices found
Aug  6 12:21:06 wattwurm sshd(pam_unix)[2187]: authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=192$
Aug  6 12:21:06 wattwurm pam_winbind[2187]: write to socket failed!
Aug  6 12:21:06 wattwurm pam_winbind[2187]: internal module error (retval = 3, user = `root')  
Aug  6 12:21:19 wattwurm sshd(pam_unix)[2193]: session opened for user root by root(uid=0)
Aug  6 12:21:25 wattwurm ntpdate[2186]: can't find host 0.pool.ntp.org  
Aug  6 12:22:05 wattwurm ntpdate[2186]: can't find host 1.pool.ntp.org  
Aug  6 12:22:45 wattwurm ntpdate[2186]: can't find host 2.pool.ntp.org  
Aug  6 12:23:25 wattwurm ntpdate[2186]: can't find host clock.redhat.com  
Aug  6 12:23:33 wattwurm ntpdate[2186]: no server suitable for synchronization found
Aug  6 12:23:33 wattwurm ntpd[2269]: ntpd 4.2.0a@1.1190-r Thu Apr 14 07:47:25 EDT 2005 (1)
Aug  6 12:23:33 wattwurm ntpd[2269]: precision = 1.000 usec
Aug  6 12:23:33 wattwurm ntpd[2269]: Listening on interface wildcard, 0.0.0.0#123
Aug  6 12:23:33 wattwurm ntpd[2269]: Listening on interface wildcard, ::#123
Aug  6 12:23:33 wattwurm ntpd[2269]: Listening on interface lo, 127.0.0.1#123
Aug  6 12:23:33 wattwurm ntpd[2269]: Listening on interface eth0, 192.168.9.9#123
Aug  6 12:23:33 wattwurm ntpd[2269]: Listening on interface eth1, 192.168.253.99#123
Aug  6 12:23:33 wattwurm ntpd[2269]: kernel time sync status 0040
Aug  6 12:23:36 wattwurm gpm[2410]: *** info [startup.c(95)]:
Aug  6 12:23:36 wattwurm gpm[2410]: Started gpm successfully. Entered daemon mode.
Aug  6 12:23:36 wattwurm gpm[2410]: *** info [mice.c(1766)]:
Aug  6 12:23:36 wattwurm gpm[2410]: imps2: Auto-detected intellimouse PS/2
Aug  6 12:23:47 wattwurm pam_winbind[2426]: user 'svn' granted access  
Aug  6 12:23:48 wattwurm su(pam_unix)[2426]: session opened for user svn by (uid=0)
Aug  6 12:23:48 wattwurm su(pam_unix)[2426]: session closed for user svn
Aug  6 12:23:57 wattwurm fstab-sync[2566]: removed all generated mount points
Aug  6 12:23:58 wattwurm fstab-sync[2577]: added mount point /media/cdrom for /dev/hda
Aug  6 12:24:01 wattwurm kernel: [drm] Initialized drm 1.0.0 20040925
Aug  6 12:24:01 wattwurm kernel: ACPI: PCI Interrupt 0000:04:0d.0[A] -> GSI 17 (level, low) -> IRQ 217
Aug  6 12:24:01 wattwurm kernel: [drm] Initialized radeon 1.16.0 20050311 on minor 0:
Aug  6 12:24:02 wattwurm wall[2883]: wall: user root broadcasted 1 lines (20 chars)
Aug  6 12:24:03 wattwurm ntpd[2269]: frequency initialized 125.338 PPM from /var/lib/ntp/drift
Aug  6 12:25:24 wattwurm wall[2926]: wall: user root broadcasted 1 lines (20 chars)
Aug  6 12:27:17 wattwurm ntpd[2269]: synchronized to LOCAL(0), stratum 10
Aug  6 12:27:17 wattwurm ntpd[2269]: kernel time sync disabled 0041
Aug  6 12:27:18 wattwurm ntpd[2269]: synchronized to 217.79.182.184, stratum 2
Aug  6 12:28:23 wattwurm ntpd[2269]: synchronized to 66.187.233.4, stratum 1
Aug  6 12:29:26 wattwurm nmbd[2499]: [2009/08/06 12:29:26, 0] nmbd/nmbd_become_lmb.c:become_local_master_stage2(396)
Aug  6 12:29:26 wattwurm nmbd[2499]:   *****
Member: jhinrichs
jhinrichs Aug 07, 2009 at 09:12:23 (UTC)
Goto Top
Hallo,
warum auch immer, aber das Skript ist von chkconfig nicht eingetragen worden (zumindest nicht für Runlevel 3).
Füge doch einmal die Links per Hand hinzu:

ln -s /etc/init.d/instiki /etc/rc.d/rc3.d/S85instiki
ln -s /etc/init.d/instiki /etc/rc.d/rc3.d/K15instiki
ln -s /etc/init.d/instiki /etc/rc.d/rc5.d/S85instiki
ln -s /etc/init.d/instiki /etc/rc.d/rc5.d/K15instiki
Member: mguhlke
mguhlke Aug 07, 2009 at 09:37:02 (UTC)
Goto Top
Hallo
und vielen Dank für die Hilfe jetzt funktioniert es ;)