Issue after kernel compilation

I've compiled my own kernel based on the arch linux default kernel its configuration file. I simply executed  make clean &&  make dep && make modules && make bzImage && make modules_install. Afther the depmod I've built a ramdisk with mkinitcpio.Unfortunately I'm not able to boot into my new self-compiled kernel. Here you can see my /boot/grub/menu.lst:
# (0) Arch Linux Self-compiled kernel
title Linux 2.6.30.5 [/boot/vmlinuz-2.6.30.5]
root (hd0,0)
kernel /vmlinuz-2.6.30.5 root=/dev/sda3 ro
initrd /kerneltest.img
# (0) Arch Linux
title Arch Linux [/boot/vmlinuz26]
root (hd0,0)
kernel /vmlinuz26 root=/dev/sda3 ro
initrd /kernel26.img
While booting into the new kernel the next error message about the root device shows up. I've noticed I'm able to boot the default arch kernel that's using the same root device (=/dev/sda3) on this desktop.
Waiting 10 seconds for device /dev/sda3
Root device /dev/sda3 doesnt exist, attempting to create it
Error: Failed to parse block device ids for /dev/sda3
Error: Unable to detect or create root devide /dev/sda3
If you would like to see my partitions:
/dev/sda1 /boot ext2 defaults 0 1
/dev/sda2 swap swap defaults 0 0
/dev/sda3 / ext4 defaults 0 1
/dev/sda4 /home ext4 defaults 0 1
Who can help me with this issue? Thanks.
Last edited by Nando (2009-09-05 15:40:04)

I've compiled a new kernel but the same issue remains. I executed some important changes in my kernel config: CONFIG_SCSI=y, CONFIG_ATA=y, CONFIG_EXT4_FS=y  (instead of being modular as in the default arch linux kernel). I also inserted the "aufs" lines, but they were gone in my .config file after the kernel compilation.(I think it was after make dep)
A "diff" of both .config reveals that aufs is almost the only difference. (I've already mentioned the stuff that used to be modular and is now built-in.)
3 root@archlinux $ diff /usr/src/linux-2.6.30.5/.config /usr/src/linux-2.6.30-ARCH/.config
3,4c3,4
< # Linux kernel version: 2.6.30.5
< # Mon Sep 7 10:35:44 2009
> # Linux kernel version: 2.6.30
> # Mon Aug 17 16:49:59 2009
1269c1269
< CONFIG_SCSI=y
> CONFIG_SCSI=m
1418c1418
< CONFIG_ATA=y
> CONFIG_ATA=m
3905c3905
< CONFIG_EXT4_FS=y
> CONFIG_EXT4_FS=m
3912c3912
< CONFIG_JBD2=y
> CONFIG_JBD2=m
3914c3914
< CONFIG_FS_MBCACHE=y
> CONFIG_FS_MBCACHE=m
4041a4042,4052
> CONFIG_AUFS_FS=m
> CONFIG_AUFS_BRANCH_MAX_127=y
> # CONFIG_AUFS_BRANCH_MAX_511 is not set
> # CONFIG_AUFS_BRANCH_MAX_1023 is not set
> # CONFIG_AUFS_BRANCH_MAX_32767 is not set
> CONFIG_AUFS_HINOTIFY=y
> CONFIG_AUFS_EXPORT=y
> CONFIG_AUFS_SHWH=y
> CONFIG_AUFS_BR_RAMFS=y
> # CONFIG_AUFS_DEBUG is not set
> CONFIG_AUFS_BDEV_LOOP=y
4427c4438
< CONFIG_CRC16=y
> CONFIG_CRC16=m
I've built an own ramdisk again with mkinitcpio, but I'm using the default kernel26.img
/boot/grub/menu.lst:
# (0) Arch Linux
title Arch Linux [/boot/vmlinuz26]
root (hd0,0)
kernel /vmlinuz26 root=/dev/sda3 ro
initrd /kernel26.img
# (0) Arch Linux
title Arch Linux [/boot/vmlinuz2-6-30.5]
root (hd0,0)
kernel /vmlinuz-2.6.30.5-nando root=/dev/sda3 ro
initrd /kernel26.img
Last edited by Nando (2009-09-07 17:38:21)

Similar Messages

  • [Solved] Overheating/fan/sensors issues after kernel updates

    Hi all,
    I realise there has been a bit of correspondence on this already.  I'm after some advice for my specific situation:
    1. My laptop is an acer aspire 5315.  I has well understood overheating issues that arrise due to BIOS problems
    2. Fan control and temperature reporting worked perfectly with kernel 2.6.30, stopped working with 2.6.31 - I assume due to the well documented changes made in that release.  The temperature only seems to be read once - at boot.  sensors never reports a change after that; if the temperature is cold at boot the fan never get switched on.  Unfortunately this happens most often.
    3. I tried setting the recommended kernel option (can't relocate the post now).  It didn't help :-?
    4. I have tried upgrading the BIOS but the distribution from acer is a windows executable (won't run under freeDOS) and I do not have windows installed on this PC (not game to try under wine).
    5. I re-installed the old kernel from my pacman cache only to find that my wireless no longer works (fan works just fine though).
    I'm now totally stumped :-/
    I'd like to update my bios and go with the latest kernel but can't see a way without installing windows.
    This might be fixed in an ubuntu kernel release (https://bugs.launchpad.net/ubuntu/+sour … bug/453700) but I'd prefer not to do that switch... perhaps the same fix is coming to arch?
    I'd accept having to pin the kernel to an earlier version but neet to get the wireless working.
    help...
    edit: 
    I've now managed to get the kernel backdated correctly (so that wireless works as well as the fan) by re-installing the kernel and firmware together.
    Have configured pacman to igmore future kernel updates
    If anyone has any suggestions on howto update my bios I'd be very greatful.
    Last edited by drandre (2009-11-06 13:26:46)

    Hi,
    Got exactly the same issue, after running for a while laptop justs goes off... going to try to regress kernel until issue is resolved
    BIOS update does sound a bit extreme
    MrG

  • [Solved]Dell XPS13 ultrabook Xorg and Wifi issues after Kernel upgrade

    I installed Arch on a Dell XPS 13 Ultrabook today, and most everything ran fine after I ran the initial upgrade -- but I held back on the kernel update from 3.1.3 to 3.3.7.
    I just now updated the kernel, and now I can't start X, nor can I access the wireless card. For X, I get a "Fatal server error: no screens found" error, and I can no longer find wlan0 with iwconfig, although I can still see it with lspci.
    I even tried downgrading the kernel to 3.1.9, but I'm still having identical issues.
    What can I do to fix this, short of starting again from scratch?
    Last edited by hksmoothie (2012-05-30 17:57:56)

    Edit: Solved by copying all the files in the boot folder on my root partition (sda3) to my real boot partition (sda1).

  • Mounting issues after kernel update (2.6.25)

    After installing the recent kernel update, mounting has gone haywire. When I put in a cd (in either of my 2 drives) it doesn't mount. In thunar, when I click on the cd drive, it displays this error:
    mount: wrong fs type, bad option, bad superblock on /dev/sr0,
           missing codepage or other error
           In some cases useful info is found in syslog - try
           dmesg | tail  or so.
    I did dmesg | tail and I got this:
    EXT3-fs: mounted filesystem with ordered data mode.
    Adding 1044216k swap on /dev/sda5.  Priority:-1 extents:1 across:1044216k
    eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
    ivtv0: Loaded v4l-cx2341x-enc.fw firmware (376836 bytes)
    ivtv0: Encoder revision: 0x02060039
    [drm] Initialized drm 1.1.0 20060810
    ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 16
    PCI: Setting latency timer of device 0000:00:02.0 to 64
    [drm] Initialized i915 1.6.0 20060119 on minor 0
    UDF-fs: No VRS found
    Also, when booting a few minutes ago, it was stuck on the "checking filesystems" for a few minutes, when it usually does that step almost immediately. I also couldn't mount an iso, this is what happened:
    [root@eric-arch eric]# mount -o loop -t iso9660 /path/to/iso.iso /mnt/iso2
    mount: could not find any device /dev/loop#
    Note: I am not certain that it was caused by the kernel update, but that is the only thing I did to my machine before this started happening.
    Please help asap because I need to do schoolwork which is on a cd.

    jealma wrote:I know the solution to the /dev/loop-problem. The new 2.6.25 kernel has the loop device as a module. Please try a `modprobe loop`, that gives you a /dev/loop. I don't know whether that will be persistent after a reboot, so you may need to add "loop" to the modules-list in /etc/rc.conf.
    That worked, but I still have other issues with cd mounting, so I downgraded my kernel for now.

  • Wireless issues after kernel update

    Hi,
    after I updated my kernel yesterday, I've been having some issues with my wireless. I'm on a dell inspiron 1545, using kde and I use the broadcom-wl driver form the AUR.
    Anyways. After I did a system update yesterday, it would refuse to load the wl module. So I recompiled the driver and that was fine. But still my laptop refuses to use its wireless card. At first I just couldn't connect to any wireless, now the networkmanager just claims that my WLAN Interface is unavailable.
    the output of iwconfig:
    lo no wireless extensions.
    eth0 IEEE 802.11bg ESSID:"" Nickname:""
    Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
    Bit Rate:54 Mb/s Tx-Power:off
    Retry min limit:7 RTS thr:off Fragment thr:off
    Power Managementmode:All packets received
    Link Quality=5/5 Signal level=0 dBm Noise level=0 dBm
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0
    eth1 no wireless extensions.
    but if I try to run 'iwlist eth0 scan' it states:
    eth0 Failed to read scan data : Invalid argument
    I'm not that experienced with wireless, so I did what https://wiki.archlinux.org/index.php/Broadcom_BCM43XX says and some other pages I found on google. 'iwconfig eth0 up' doesn't have any influence.
    As I said, before the upgrade it worked fine and I also had configured it as it is described in the link above.
    thanks for any inputs,
    tobi

    litemotiv: 'lspci | grep Network' :
    0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)
    .:B:. : I guess (and hope) that's the only relevant part (at the top and bottom):
    at the bottom what's that "wl taints kernel"
    lib80211: common routines for IEEE802.11 drivers
    lib80211_crypt: registered algorithm 'NULL'
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    input: PC Speaker as /devices/platform/pcspkr/input/input1
    usbcore: registered new device driver usb
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 22
    ehci_hcd 0000:00:1a.7: setting latency timer to 64
    ehci_hcd 0000:00:1a.7: EHCI Host Controller
    ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:1a.7: debug port 1
    lib80211_crypt: registered algorithm 'TKIP'
    pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
    ehci_hcd 0000:00:1a.7: irq 22, io mem 0xfed1c400
    iTCO_vendor_support: vendor-support=0
    iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
    iTCO_wdt: Found a ICH9M TCO device (Version=2, TCOBASE=0x1060)
    iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
    ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 6 ports detected
    ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    ehci_hcd 0000:00:1d.7: setting latency timer to 64
    ehci_hcd 0000:00:1d.7: EHCI Host Controller
    ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
    ehci_hcd 0000:00:1d.7: debug port 1
    sr 1:0:0:0: Attached scsi generic sg1 type 5
    ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
    ehci_hcd 0000:00:1d.7: irq 20, io mem 0xfed1c000
    uhci_hcd: USB Universal Host Controller Interface driver
    input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
    ACPI: acpi_idle registered with cpuidle
    ACPI: Lid Switch [LID]
    input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
    ACPI: Power Button [PBTN]
    input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input4
    ACPI: Sleep Button [SBTN]
    ACPI: AC Adapter [AC] (off-line)
    Monitor-Mwait will be used to enter C-1 state
    ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 6 ports detected
    i801_smbus 0000:00:1f.3: PCI INT B -> GSI 18 (level, low) -> IRQ 18
    shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    uhci_hcd 0000:00:1a.0: setting latency timer to 64
    uhci_hcd 0000:00:1a.0: UHCI Host Controller
    uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    uhci_hcd 0000:00:1a.0: irq 20, io base 0x00006f60
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    uhci_hcd 0000:00:1a.1: setting latency timer to 64
    uhci_hcd 0000:00:1a.1: UHCI Host Controller
    uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    Monitor-Mwait will be used to enter C-2 state
    Marking TSC unstable due to TSC halts in idle
    Switching to clocksource hpet
    uhci_hcd 0000:00:1a.1: irq 21, io base 0x00006f80
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
    uhci_hcd 0000:00:1a.2: setting latency timer to 64
    uhci_hcd 0000:00:1a.2: UHCI Host Controller
    uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
    wmi: Mapper loaded
    uhci_hcd 0000:00:1a.2: irq 22, io base 0x00006fa0
    hub 5-0:1.0: USB hub found
    hub 5-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    uhci_hcd 0000:00:1d.0: setting latency timer to 64
    uhci_hcd 0000:00:1d.0: UHCI Host Controller
    uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
    uhci_hcd 0000:00:1d.0: irq 20, io base 0x00006f00
    hub 6-0:1.0: USB hub found
    hub 6-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    uhci_hcd 0000:00:1d.1: setting latency timer to 64
    uhci_hcd 0000:00:1d.1: UHCI Host Controller
    uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
    uhci_hcd 0000:00:1d.1: irq 21, io base 0x00006f20
    hub 7-0:1.0: USB hub found
    hub 7-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
    uhci_hcd 0000:00:1d.2: setting latency timer to 64
    uhci_hcd 0000:00:1d.2: UHCI Host Controller
    uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
    uhci_hcd 0000:00:1d.2: irq 22, io base 0x00006f40
    hub 8-0:1.0: USB hub found
    hub 8-0:1.0: 2 ports detected
    wl: module license 'Mixed/Proprietary' taints kernel.
    Disabling lock debugging due to kernel taint
    wl 0000:0c:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    wl 0000:0c:00.0: setting latency timer to 64
    usb 1-5: new high speed USB device using ehci_hcd and address 2
    atkbd serio0: Unknown key pressed (translated set 2, code 0x8d on isa0060/serio0).
    atkbd serio0: Use 'setkeycodes e00d <keycode>' to make it known.
    eth0: Broadcom BCM4315 802.11 Hybrid Wireless Controller 5.100.82.38
    thermal LNXTHERM:00: registered as thermal_zone0
    and maybe
    lo: Disabled Privacy Extensions
    ADDRCONF(NETDEV_UP): eth1: link is not ready
    start_kdeinit (3367): /proc/3367/oom_adj is deprecated, please use /proc/3367/oom_score_adj instead.
    sky2 0000:09:00.0: eth1: Link is up at 100 Mbps, full duplex, flow control rx
    ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
    eth1: no IPv6 routers present
    tobi

  • How to resolve booting issues after kernel panic?

    After a kernal panic occurred, whenever I restart my computer the light flashes and it emits one loud harsh beep. I have to force it off and turn it on again to get it to boot, everything else works normally. Any help would be greatly appreciated!
    This screen appeared, which apparently indicates a kernel panic.
    The issues are similar to these two threads:
    https://discussions.apple.com/thread/1935615?threadID=1935615
    https://discussions.apple.com/message/4776709#4776709

    Interval Since Last Panic Report:  1779896 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    9AFA25D5-E2C1-4E87-89DF-1D76F6CD8A20
    Sun Jun 19 13:22:02 2011
    panic(cpu 1 caller 0x42259a): "hfs_swap_HFSPlusBTInternalNode: attr key #4095 offset too big (0x0000)\n"@/SourceCache/xnu/xnu-1504.9.37/bsd/hfs/hfs_endian.c:735
    Backtrace (CPU 1), Frame : Return Address (4 potential args on stack)
    0x46503b38 : 0x21b510 (0x5d9514 0x46503b6c 0x223978 0x0)
    0x46503b88 : 0x42259a (0x5c380c 0xfff 0x0 0x6e)
    0x46503c28 : 0x417561 (0x46503c48 0x5884ce8 0x1 0x1)
    0x46503c68 : 0x2cc70d (0x2d99e520 0x587d004 0x58004bc 0x12445ad)
    0x46503cb8 : 0x1247c40 (0x2d99e520 0x0 0x0 0x2000)
    0x46503ce8 : 0x123eb6b (0x5d5c0d4 0x0 0x2000 0x0)
    0x46503d58 : 0x1247c40 (0x584ea00 0x5d5c0c0 0x0 0x2000)
    0x46503d88 : 0x159704f (0x46503dc4 0x0 0x2000 0x0)
    0x46503de8 : 0x159926a (0x582b200 0x561d290 0x82a000 0x0)
    0x46503e08 : 0x11a467e (0x5836200 0x5792780 0x0 0x2be9604c)
    0x46503e38 : 0x11a5270 (0x5826b00 0x5792780 0xc0ae720c 0x578aa00)
    0x46503e58 : 0x11ad05c (0x5792780 0x5792780 0x0 0x2a358d)
    0x46503e98 : 0x11ad1b6 (0x578aa00 0x5792780 0x0 0x0)
    0x46503ed8 : 0x11aecc0 (0x578aa00 0x80000 0x106ea8 0x573c7a8)
    0x46503f38 : 0x11ab130 (0x578aa00 0x82a000 0x1 0x3)
    0x46503f58 : 0x55028c (0x578b940 0x7478000 0x46503fa8 0x21915d)
    0x46503f88 : 0x5506e6 (0x578bac0 0x7478000 0xffe007c5 0xffffffff)
    0x46503fc8 : 0x2a06dc (0x578bac0 0x0 0x10 0x7473a84)
          Kernel Extensions in backtrace (with dependencies):
             com.apple.iokit.IOAHCIBlockStorage(1.6.3)@0x1594000->0x15a6fff
                dependency: com.apple.iokit.IOAHCIFamily(2.0.4)@0x11a2000
                dependency: com.apple.iokit.IOStorageFamily(1.6.2)@0x1236000
             com.apple.driver.AppleAHCIPort(2.1.5)@0x11a8000->0x11bbfff
                dependency: com.apple.iokit.IOAHCIFamily(2.0.4)@0x11a2000
                dependency: com.apple.iokit.IOPCIFamily(2.6)@0x908000
             com.apple.iokit.IOAHCIFamily(2.0.4)@0x11a2000->0x11a7fff
             com.apple.iokit.IOStorageFamily(1.6.2)@0x1236000->0x124dfff
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    10J869
    Kernel version:
    Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386
    System model name: MacBook5,2 (Mac-F22788AA)
    System uptime in nanoseconds: 475669227090
    unloaded kexts:
    com.apple.driver.AirPortBrcm43xx          423.91.27 (addr 0xf83000, size 0x1900544) - last unloaded 96256802454
    loaded kexts:
    com.apple.driver.AppleHWSensor          1.9.3d0 - last loaded 34597603457
    com.apple.driver.AGPM          100.12.19
    com.apple.driver.AppleHDA          1.9.9f12
    com.apple.driver.AppleUpstreamUserClient          3.5.4
    com.apple.driver.AppleMCCSControl          1.0.17
    com.apple.driver.AppleBacklight          170.0.34
    com.apple.driver.SMCMotionSensor          3.0.0d4
    com.apple.filesystems.autofs          2.1.0
    com.apple.driver.AudioAUUC          1.54
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AudioIPCDriver          1.1.6
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.5.0d5
    com.apple.GeForce          6.2.6
    com.apple.driver.AppleLPC          1.4.12
    com.apple.driver.AppleIntelPenrynProfile          27
    com.apple.driver.AppleUSBTrackpad          200.3.2
    com.apple.driver.AppleUSBTCKeyEventDriver          200.3.2
    com.apple.driver.AppleUSBTCKeyboard          200.3.2
    com.apple.driver.AppleIRController          303.8
    com.apple.iokit.SCSITaskUserClient          2.6.5
    com.apple.BootCache          31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.iokit.IOAHCIBlockStorage          1.6.3
    com.apple.nvenet          2.0.15
    com.apple.driver.AppleFWOHCI          4.7.1
    com.apple.driver.AirPortBrcm43224          427.36.9
    com.apple.driver.AppleAHCIPort          2.1.5
    com.apple.driver.AppleUSBHub          4.1.7
    com.apple.driver.AppleUSBEHCI          4.1.8
    com.apple.driver.AppleUSBOHCI          4.1.5
    com.apple.driver.AppleSmartBatteryManager          160.0.0
    com.apple.driver.AppleEFINVRAM          1.4.0
    com.apple.driver.AppleRTC          1.3.1
    com.apple.driver.AppleHPET          1.5
    com.apple.driver.AppleACPIButtons          1.3.5
    com.apple.driver.AppleSMBIOS          1.6
    com.apple.driver.AppleACPIEC          1.3.5
    com.apple.driver.AppleAPIC          1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient          105.13.0
    com.apple.security.sandbox          1
    com.apple.security.quarantine          0
    com.apple.nke.applicationfirewall          2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement          105.13.0
    com.apple.driver.DspFuncLib          1.9.9f12
    com.apple.driver.AppleProfileReadCounterAction          67
    com.apple.iokit.IOFireWireIP          2.0.3
    com.apple.nvidia.nv50hal          6.2.6
    com.apple.driver.AppleProfileTimestampAction          67
    com.apple.driver.AppleProfileThreadInfoAction          67
    com.apple.driver.AppleProfileRegisterStateAction          67
    com.apple.driver.AppleProfileKEventAction          67
    com.apple.driver.AppleProfileCallstackAction          69
    com.apple.iokit.IOSurface          74.2
    com.apple.iokit.IOBluetoothSerialManager          2.4.0f1
    com.apple.iokit.IOSerialFamily          10.0.3
    com.apple.iokit.IOAudioFamily          1.8.0fc1
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.AppleHDAController          1.9.9f12
    com.apple.iokit.IOHDAFamily          1.9.9f12
    com.apple.driver.AppleSMC          3.1.0d3
    com.apple.driver.IOPlatformPluginFamily          4.5.0d5
    com.apple.NVDAResman          6.2.6
    com.apple.iokit.IONDRVSupport          2.2
    com.apple.iokit.IOGraphicsFamily          2.2
    com.apple.iokit.AppleProfileFamily          61
    com.apple.driver.BroadcomUSBBluetoothHCIController          2.4.0f1
    com.apple.driver.AppleUSBBluetoothHCIController          2.4.0f1
    com.apple.iokit.IOBluetoothFamily          2.4.0f1
    com.apple.iokit.IOUSBHIDDriver          4.1.5
    com.apple.iokit.IOSCSIBlockCommandsDevice          2.6.5
    com.apple.iokit.IOUSBMassStorageClass          2.6.5
    com.apple.driver.AppleUSBMergeNub          4.1.8
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          2.6.5
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.6
    com.apple.iokit.IOCDStorageFamily          1.6
    com.apple.driver.AppleUSBComposite          3.9.0
    com.apple.driver.XsanFilter          402.1
    com.apple.iokit.IOAHCISerialATAPI          1.2.5
    com.apple.iokit.IOSCSIArchitectureModelFamily          2.6.5
    com.apple.driver.NVSMU          2.2.7
    com.apple.iokit.IOFireWireFamily          4.2.6
    com.apple.iokit.IO80211Family          314.1.1
    com.apple.iokit.IONetworkingFamily          1.10
    com.apple.iokit.IOAHCIFamily          2.0.4
    com.apple.iokit.IOUSBUserClient          4.1.5
    com.apple.iokit.IOUSBFamily          4.1.8
    com.apple.driver.AppleEFIRuntime          1.4.0
    com.apple.iokit.IOHIDFamily          1.6.5
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          6
    com.apple.driver.DiskImages          289
    com.apple.iokit.IOStorageFamily          1.6.2
    com.apple.driver.AppleACPIPlatform          1.3.5
    com.apple.iokit.IOPCIFamily          2.6
    com.apple.iokit.IOACPIFamily          1.3.0
    System Profile:
    Model: MacBook5,2, BootROM MB52.0088.B06, 2 processors, Intel Core 2 Duo, 2.13 GHz, 2 GB, SMC 1.38f5
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8E), Broadcom BCM43xx 1.0 (5.10.131.36.9)
    Bluetooth: Version 2.4.0f1, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS543216L9SA02, 149.05 GB
    Serial ATA Device: MATSHITADVD-R   UJ867A
    USB Device: eGo USB, 0x059b  (Iomega Corporation), 0x047a, 0x26200000
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8215, 0x06110000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0229, 0x04600000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000

  • Issue after kernel panic from update! Please help

    Is anyone having issues with their computer after doing the reinstall? I too had the same problem yesterday as thousands of other people had. Took me 9 hours to reinstall lion. I was very happy when I realized I didn't lose all my data. (Guess I learned my lesson on backups) My problem is: Today after my computer is working again is is so stinking slow..... Im talking it has been 15 minutes to load the new mac commercial (30 second ad, on apple.com) In that 15 minutes it has only loaded 20 seconds of it. It is still trying to load the rest so I can stream it? I have never had an issue with speed. It is taking me nearly 4-5 minutes for every email I click just to pull up and read it. Something is wrong? I know it isn't my internet, we have 3 other computers in the house that work the way they always have. My laptop has always been the fastest of them all. I need help! Anyone have any suggestions? Is is possible if the update damaged the flash drive or something? All I know after 9 hours computer loss yesterday and my computer taking all day today to answer a few lousy emails is killing me, I need a solution. I have tried cleared the cache and reset safari with no luck.
    Please advise...

    HI Chris,
    Kernel panics are sometimes causes by hardware issues. Probably a good idea at this point to check the boot disk for errors.
    Open Disk Utility, in the Utilities folder in the Applications folder.
    Select your disk, and click First Aid.
    Click Verify Disk.
    If the disk needs repairs, do one of the following:
    Insert your Mac OS X Install disc in your computer’s optical drive or an optical drive connected to your computer, and then restart your computer. When you hear the startup tone, hold down the C key until you see the progress indicator, which looks like a spinning gear.
    Follow the onscreen instructions until the menu bar appears with the Utilities menu in it, choose Utilities > Disk Utility, click First Aid, and then click Repair Disk.
    Checking a hard disk to see if it’s going to fail
    You can check the health of your hard disk by checking its Self-Monitoring, Analysis, and Reporting Technology (S.M.A.R.T.) status in Disk Utility. Most disk drives include S.M.A.R.T. hardware. Developed by IBM, S.M.A.R.T. hardware allows hard disks to test themselves for potential problems.
    Starting up in “safe mode” may help you to diagnose problems you’re having with your computer.
    To start up in safe mode:
    Shut down your computer and wait 10 seconds.
    Press the power button.
    Immediately after you hear the startup tone, hold down the Shift key.
    You should press the Shift key as soon as possible after your hear the startup tone, but not before.
    Release the Shift key when you see the gray Apple logo and progress indicator (spinning gear).
    To leave safe mode, restart the computer normally without holding down any keys during startup.
    More help here resolving kernel panics; http://www.thexlab.com/faqs/kernelpanics.html
    If the boot disk appears to be ok, you could try installing the 10.5.6 combo update available here;
    http://support.apple.com/downloads/MacOS_X_10-5-6_ComboUpdate
    About the Mac OS 10.5.6 update
    Carolyn

  • Filesystem read only after kernel compilation

    Hello,
    I builded my own kernel so I shouldn't need an initrd.  After a lot trial and error I finally have a booting kernel.  Funny thing is, that my root filesystem is read only.
    When I boot from the standard arch kernel, everything is fine.
    I thought it was because I have data=writeback in my fstab, but it isn't.
    Does somebody have an idea?  My filesystem is ext4.
    the only error message that is usefull, I think is something about /etc/sysinitrc line 301 /etc/mtab: mount read only.
    regards,
    Roel

    it's odd, but i think it needs the initrd to mount the root properly. in my case, without an initrd, the root being ext4, is mounted ext3.

  • I/O issue after kernel upgrade

    Hi,
    I have a weird behaviour after system update since kernels >3.10.10: After booting the Display Manager (KDM) is not in native monitor resolution (1680x1050) but seems to use a default standard resolution (like 1024x768...), a mouse cursor appears, but either mouse input nor keyboard inputs work. Keyboard input works in GRUB, though.
    The only solution I found so far was downgrading the kernel again to 3.10.10. Unfortunately, I did not find a suitable thread or bug report. Any suggestions?

    Open a bug report yourself. Someone has to take initiative

  • Sound issues after kernel update to 3.4.2 HDA Intel SigmaTel STAC9200

    Hi all,
    after upgrading from kernel 3.3.8.-1 to 3.4.2.-2 my soundcard isn't working properly.
    When I'm trying to chance the volume using amixer, the output is the following (sound volume does *not* change)
    $amixer set Master 2dB+ unmute
    Simple mixer control 'Master',0
    Capabilities: pswitch pswitch-joined penum
    Playback channels: Mono
    Mono: Playback [on]
    With 3.3.8 the output looks quite different (while the volume changes like it should be)
    $ amixer set Master 2dB+ unmute
    Simple mixer control 'Master',0
    Capabilities: pvolume pswitch penum
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Mono:
    Front Left: Playback 9 [29%] [-33.00dB] [on]
    Front Right: Playback 9 [29%] [-33.00dB] [on]
    It seems to be with both kernels the same modules are loaded.
    (3.3.8)
    $ lsmod | grep '^snd' | column -t
    snd_hda_codec_idt 48414 1
    snd_hda_intel 20112 1
    snd_hda_codec 79405 2 snd_hda_intel,snd_hda_codec_idt
    snd_pcm 60499 2 snd_hda_codec,snd_hda_intel
    snd_page_alloc 5901 2 snd_pcm,snd_hda_intel
    snd_hwdep 4970 1 snd_hda_codec
    snd_timer 15158 1 snd_pcm
    snd 45013 8 snd_timer,snd_hwdep,snd_pcm,snd_hda_codec,snd_hda_intel,snd_hda_codec_idt
    (3.4.2)
    $ lsmod | grep '^snd' | column -t
    snd_hda_codec_idt 47736 1
    snd_hda_intel 20208 5
    snd_hda_codec 80701 2 snd_hda_codec_idt,snd_hda_intel
    snd_pcm 61237 4 snd_hda_codec,snd_hda_intel
    snd_page_alloc 5901 2 snd_pcm,snd_hda_intel
    snd_hwdep 4746 1 snd_hda_codec
    snd_timer 14902 3 snd_pcm
    snd 44426 12 snd_hwdep,snd_timer,snd_hda_codec_idt,snd_pcm,snd_hda_codec,snd_hda_intel
    Some further infos...
    $ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
    Subdevices: 0/1
    Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 1: STAC92xx Digital [STAC92xx Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    $ cat /proc/asound/cards
    0 [Intel ]: HDA-Intel - HDA Intel
    HDA Intel at 0xefebc000 irq 42
    $ head -n 1 /proc/asound/card0/codec*
    ==> /proc/asound/card0/codec#0 <==
    Codec: SigmaTel STAC9200

    yes, the master volume bar in alsamixer is still present but the volume level is 0 and its not possible to change this. And as you said muting the master channel does not mute actual sound playback.
    Switching back to linux 3.3.8 and all works fine.
    I'm trying to specify the model in /etc/modprobe.d/modprobe.conf listed here under Stac9200
    http://kernel.org/doc/Documentation/sou … Models.txt
    So far I have tried:
    #options snd-hda-intel model=dell-m25
    #options snd-hda-intel model=dell-m6
    #options snd-hda-intel model=3stack
    #options snd-hda-intel model=dell-m21
    options snd-hda-intel model=dell-m26
    No changes with the first 4. With modell=dell-m26, alsamixer shows only the PCM channel.
    By the way, I'm using the Dell Inspiron 6400 Laptop.

  • "disp+work" process in not getting started after kernel upgradation

    Hello Experts,
    Good day…..,
    I am new to SAP. I installed SAP ECC6 EHP4 with default kernel version 701 and it was working fine.
    I have upgraded kernel version from 701 to 741, but the “disp+work” process is not getting started after kernel upgrade.
    I have posted “dev_W0” log &
    “disp+work” command result obtained in CMD prompt of respective server.
    Please help me out in this. Thanks all in advance.
    “dev_w0” Log”
    trc file: "dev_w0", trc level: 1, release: "741"
    *  ACTIVE TRACE LEVEL           1
    *  ACTIVE TRACE COMPONENTS      all, MJ
    M sysno      55
    M sid        TNG
    M systemid   562 (PC with Windows NT)
    M relno      7410
    M patchlevel 0
    M patchno    42
    M intno      20020600
    M make multithreaded, Unicode, 64 bit, optimized
    M profile D:\usr\sap\TNG\SYS\profile\TNG_DVEBMGS55_ABTHMSSB01
    M pid        2392
    M

    M Wed Jul 23 02:04:35 2014
    M  kernel runs with dp version 208000(ext=117000) (@(#) DPLIB-INT-VERSION-208000-UC)
    M  length of sys_adm_ext is 500 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workp. 0 2392) [dpInit.c 731]
    M  DpCommonParamInit: rdisp/core_file_size = default --> no change
    I  MtxInit: 30000 0 0

    M Wed Jul 23 02:04:36 2014
    M  DpIPCInit2: read dp-profile-values from sys_adm_ext
    M  DpShMCreate: alloate/attach shared memory (mode=ATTACH)
    M  DpShMCreate: sizeof(wp_adm)                         24288    (1104)
    M  DpShMCreate: sizeof(tm_adm)                          51472080             (256080)
    M  DpShMCreate: sizeof(ca_adm)                           432000  (72)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/16/7464064/7583152
    M  DpShMCreate: sizeof(comm_adm)                   7583152                (14904)
    M  DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    M  DpShMCreate: sizeof(slock_adm)                      0              (296)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)                         0              (80)
    M  DpSockTableSize: max/headSize/ftSize/tableSize=500/16/520064/520080
    M  DpShMCreate: sizeof(sock_adm)                       520080  (1016)
    M  DpShMCreate: sizeof(vmc_adm)                       0              (3208)
    M  DpShMCreate: sizeof(wall_adm)                        (ft=41664/fi=67472/hd=64/rec=192)
    M  DpShMCreate: sizeof(amc_rec_adm)                              (ft=86464/fi=67472/hd=64/rec=416)
    M  DpShMCreate: sizeof(websocket_adm)                         (ft=28864/hd=64/rec=272)
    M  DpShMCreate: sizeof(gw_adm)          64
    M  DpShMCreate: sizeof(j2ee_adm)       3936
    M  DpShMCreate: SHM_DP_ADM_KEY                  (addr: 00000000103D0050, size: 60433936
    M  DpShMCreate: allocated sys_adm at 00000000103D0250
    M  DpShMCreate: allocated wp_adm_list at 00000000103E20F0
    M  DpShMCreate: allocated wp_adm at 00000000103E2410
    M  DpShMCreate: allocated tm_adm_list at 00000000103E84F0
    M  DpShMCreate: allocated tm_adm at 00000000103E8730
    M  DpShMCreate: allocated ca_adm at 00000000134FF000
    M  DpShMCreate: allocated comm_adm at 0000000013568980
    M  DpShMCreate: system runs without slock table
    M  DpShMCreate: allocated sock_adm at  0000000013CA4130
    M  DpShMCreate: allocated vmc_adm_list at 0000000013D232C0
    M  DpShMCreate: system runs without VMC
    M  DpShMCreate: allocated gw_adm at 0000000013D23560
    M  DpShMCreate: allocated j2ee_adm at 0000000013D237A0
    M  DpShMCreate: allocated ca_info at 0000000013D24900
    M  DpShMCreate: allocated wall_adm (ft) at 0000000013D24B40
    M  DpShMCreate: allocated wall_adm (fi) at 0000000013D2F000
    M  DpShMCreate: allocated wall_adm (head) at 0000000013D3F990
    M  DpShMCreate: allocated amc_rec_adm (ft) at 0000000013D3FBD0
    M  DpShMCreate: allocated amc_rec_adm (fi) at 0000000013D54F90
    M  DpShMCreate: allocated amc_rec_adm (head) at 0000000013D65920
    M  DpShMCreate: allocated websocket_adm (ft) at 0000000013D65B60
    M  DpShMCreate: allocated websocket_adm (head) at 0000000013D6CE20
    M  DpShMCreate: initialized 21 eyes
    M  DpCommAttachTable: attached comm table (header=0000000013568980/ft=0000000013568990/fi=0000000013C86E10)
    M  DpSockAttachTable: attached sock table (header=0000000013CA4130/ft=0000000013CA4140)
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  <ES> EsILock: use Semphore 33 for locking
    X  Using implementation view
    X  <EsNT> Using memory model view.
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.

    X Wed Jul 23 02:04:37 2014
    X  mm.dump: set maximum dump mem to 96 MB
    M  ThStart: taskhandler started
    M  ThInit: initializing DIA work process W0

    M Wed Jul 23 02:04:44 2014
    M  ThInit: running on host ABTHMSSB01
    I  MtxInit: 0 0 0

    M Wed Jul 23 02:04:45 2014
    M  calling db_connect ...
    B  Loading DB library 'D:\usr\sap\TNG\DVEBMGS55\exe\dboraslib.dll' ...
    B  Library 'D:\usr\sap\TNG\DVEBMGS55\exe\dboraslib.dll' loaded
    B  Version of 'D:\usr\sap\TNG\DVEBMGS55\exe\dboraslib.dll' is "741.10", patchlevel (0.42)
    C  Prepending D:\usr\sap\TNG\DVEBMGS55\exe to Path.
    C  Register application info.

    C Wed Jul 23 02:04:47 2014
    C  Oracle client version: 10.2.0.4.0, (dbsl 741 040714, UNICODE[2])
    C  Detailed Oracle client (patch) info not available.
    C  *** ERROR => Connect via SAPUSER not supported for kernel >= 740.
    [dbsloci.c    2406]
    C     Only Secure Connect method possible.
    M  ***LOG R19=> ThDbConnect, db_connect ( DB-Connect 000256) [thDatabase.c 76]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step TH_INIT, thRc ERROR-DB-CONNECT_ERROR, action STOP_WP, level 1) [thxxhead.c   2281]
    M Wed Jul 23 02:04:48 2014

    M  Info for wp 0

    M    pid = 2392
    M    severity = 0
    M    status = 0
    M    stat = WP_NEW
    M    waiting_for = NO_WAITING
    M    workerType = DP_WORKER_DIAWP
    M    act_cs_count = 0
    M    csTrack = 0
    M    csTrackRwExcl = 0
    M    csTrackRwShrd = 0
    M mode_cleaned_counter = 0
    M    control_flag = 0
    M    report = > <
    M    action = 0
    M    tab_name = >                              <

    M  ThIErrHandle: no current incoming request


    M *****************************************************************************
    M  *
    M  *  LOCATION SAP-Server ABTHMSSB01_TNG_55 on host ABTHMSSB01 (wp 0)
    M  *  ERROR ThInit: db_connect
    M  *
    M  *  TIME Wed Jul 23 02:04:48 2014
    M  *  RELEASE 741
    M  *  COMPONENT Taskhandler
    M  *  VERSION 1
    M  *  RC 16797709
    M  *  MODULE D:/depot/bas/741_REL/src/krn/si/th/thxxhead.c
    M  *  LINE 2470
    M  *  COUNTER 1
    M  *
    M  *****************************************************************************

    M  PfRejectStatistic: clear statistic record
    M  PfClearAllRec: clear statistic area
    M  PfClearAllRec: statRecordAction = STAT_RECORD_ACTION_REJECT
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hooks for event BEFORE_DUMP
    M  ThIErrHandle: entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workp. 0 2392) [dpnttool.c 335]
    “Desp+Work” Command result:
    C:\Users\tngadm>disp+work
    disp+work information
    kernel release 741
    kernel make variant 741_REL
    compiled on NT 6.0 6002 x86 MS VC++ 16.00 for NTAMD64
    compiled for                  64 BIT
    compilation mode UNICODE
    compile time Jul  9 2014 16:39:46
    update level 0
    patch number 42
    source id 0.042
    RKS compatibility level 0
    supported environment
    database (SAP, table SVERS) 700
    710
    701
    702
    703
                                  711
    720
    730
    731
    732
    738
    740
    operating system
    Windows NT 5.1
    Windows NT 5.2
    Windows NT 6.0
    Windows NT 6.1
    Windows NT 6.2
    Windows NT 6.3
    C:\Users\tng

    C  *** ERROR => Connect via SAPUSER not supported for kernel >= 740.
    [dbsloci.c    2406]
    C     Only Secure Connect method possible.
    For this issue you need to set up SSFS.
    1639578 - SSFS as password storage for primary database connect
    I am new to SAP. I installed SAP ECC6 EHP4 with default kernel version 701 and it was working fine.
    I have upgraded kernel version from 701 to 741
    Are you sure kernel 741 is compatible with an EHP 4 system ?
    Read this SAP note
    1969546 - Release Roadmap Kernel 740
    Regards
    RB

  • IPhone syncing issues after iTunes upgrade

    Hi
    I just upgraded to iTunes 8.1.1 for Mac. During the install I got a kernel panic and had to restart. iTunes seems to be installed fine. When I connect my iPhone I get messages like "some content will not be copied to the iPhone as this computer is not authorized" or such like. So now several apps, videos and music has been wiped from the iPhone.
    I tried authorizing the computer but I just get "This computer is already authorized".
    there does not seem to be any particular link between the erased content. Some was purchased on the Mac and some on the iPhone, all from the iTunes store. Before I updated iTunes everything synced fine.
    I can d/l the apps again direct to the iPhone but I can't find a way to get the missing music and videos back on the iPhone. Very annoying.
    Would re-installing iTunes help?
    Any ideas?
    Thanks
    Chris

    Hi Chris,
    Try highlighting the one of the songs that will not sync in iTunes> cilck File> Get Info, check the account name and verifying you are authorizing the computer with correct account.
    If the issue persists, try removing the SC Info folder as shown here: http://support.apple.com/kb/TS1389
    If you still see the issue after removing the SC Info folder, try reinstalling iTunes as shown here: http://support.apple.com/kb/HT1224
    -Jason

  • Kernel Compile how not to do it !!!! [FXx]

    EDIT I would like to say kernel compile problem was my fault.... I should have moved it then compiled 2.6.5-3 (gcc3.4) I will in future use /usr/src (improve my CLI skills)
    I am sorry for posting but this old boy gets in muddle sometimes & I like to think out loud.
    After several mugs of tea & reading posts I now have kernel 2.6.5-3 Xfee4.4 & nvidia working again (well for a couple of hours till 2.6.6 !!!)
    pacman -Af
    Many thanks again for all your help
    Mr Green :oops:

    If I use pacman -U I get a load of errors :
    usr/src/linux-2.6.5/sound/isa/Kconfig: exists in filesystem
    /usr/src/linux-2.6.5/sound/oss/Kconfig: exists in filesystem
    /usr/src/linux-2.6.5/sound/oss/dmasound/Kconfig: exists in filesystem
    /usr/src/linux-2.6.5/sound/parisc/Kconfig: exists in filesystem
    /usr/src/linux-2.6.5/sound/pci/Kconfig: exists in filesystem
    /usr/src/linux-2.6.5/sound/pcmcia/Kconfig: exists in filesystem
    /usr/src/linux-2.6.5/sound/ppc/Kconfig: exists in filesystem
    /usr/src/linux-2.6.5/sound/sparc/Kconfig: exists in filesystem
    /usr/src/linux-2.6.5/sound/usb/Kconfig: exists in filesystem
    Mr Green  :?

  • [SOLVED]-ish boot/device/radeon issues after recent upgrade

    Hi, I am having major issues after last update. Basically it seems it is no longer loading drivers correctly at boot. I have a radeon graphics card, and the screen resolution normally switches during the boot process (presumably when the radeon module loads). This is no longer happening, so X is not starting for me. The network card is also not being picked up.
    When i look at the boot log there is no errors i can find, but also there is NO [drm] messages at all (there is normally a fair few as it sorts out the graphics card.
    I am still investigating, but if anyone has any ideas I'd be grateful (should i be looking at mkinitcpio? or the kernel itself? or the ati-dri ? what exactly were the changes made to the packages in the last couple of days on this sort of thing?
    Last edited by WombleGoneBad (2012-07-15 11:37:00)

    Hi i have sorted it. Unfortunately i am not sure exactly *how* i sorted it, I did another pacman -Suy which installed linux-utils (which i cant see affecting much). Unfortunately i had switched to a custom kernel when i first got the issue with the arch one, when i switched back again suddently everthing started working.
    I understand the /usr/lib changes look like they have screwed np my custom kernels modules folder. But i still dont know why i got the problem in the first place, as it was with the arch standard kernel and ram disk if first got the issue. Anyway gone now. and the network card is working too.

  • Dp lib version mismatch-After kernel upgrade

    Hi All,
    After kernel upgrade from 700 162 to 179 all the workprocess are not coming up i am getting the below error:
    Full qualified hostname = XXXXXX.saipc.XXX.com
    ***LOG Q0Z=> DpSysAdmExtCreate, bad version (lib=241000 krn=239000) [dpxxtool2.c  681]
    LOCATION    SAP-Gateway on host XXXXXXX / sapgw01
    ERROR       dp lib version mismatch, please check installation
    TIME        Mon Oct 20 00:33:37 2008
    RELEASE     700
    COMPONENT   DP
    VERSION     241000
    RC          -9999
    MODULE      dpxxtool2.c
    LINE        688
    DETAIL      version of external and kernel dp lib mismatch (ext lib
                 version is 241000 / kernel lib version is 239000)
    COUNTER     1
    ERROR => DpIPCInit2: DpSysAdmExtCreate [dpxxtool2.c  369]
    ***LOG S0V=> GwStopGateway, gateway stopped () [gwxxrd.c     14652]
    XXXXXXXXX:ts2adm 30% pg sapcpe.log
    ================ >>> main =======================
    INFO:    sapcpe version: @(#) $Id: //bas/700_REL/src/ccm/sapstart/sapxxcpe.c#18 $ SAP
    =================================================
    INFO:    Try to find file table sapcpeft (default:sapcpeft)
    INFO:    Try to find file table in the central directory /usr/sap/TS2/SYS/exe/ctrun/sapcpeft
    INFO:    not found any file table.
    =================================================
    Update Local Programs (dir-sync + file-path + ln)
    =================================================
    Starting at 2008/10/20 00:33:34
    ERROR:   can't change to central Executable-Dir /usr/sap/TS2/SYS/exe/ctrun (No such file or directory) [sapxxcpe.c:1488]
    Mon Oct 20 00:50:19 2008
    ERROR => gateway (pid 24413) died [dpxxdisp.c   16063]
    DpGwCheck: appc_adm.stat = 2
    DP_FATAL_ERROR => Gateway could not be started - I better exit now
    please help in solving this problem
    Thanks
    Giridhar
    Edited by: giridhar n on Oct 20, 2008 12:47 PM

    Hi,
    We faced an issue with workprocesses which are not coming up after the kernel(700) upgrade from patch 162 to 179. below are the error logs:
    Error Log
    (XXXXXXXXX is the hostname)
    Dev_W1:
    XXXXXXXXX:ts2adm 9% more dev_w1.old
    trc file: "dev_w1", trc level: 1, release: "700"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, MJ
    M sysno      01
    M sid        TS2
    M systemid   370 (Solaris on SPARCV9 CPU)
    M relno      7000
    M patchlevel 0
    M patchno    162
    M intno      20050900
    M make:      single threaded, Unicode, 64 bit, optimized
    M pid        3867
    M
    M
    M Mon Oct 20 03:59:26 2008
    M  kernel runs with dp version 239000(ext=110000) (-(#) DPLIB-INT-VERSION-239000-UC)
    M  length of sys_adm_ext is 576 bytes
    M  ***LOG Q01=> ThInit, WPStart (Workproc 1 1 3867) [thxxhead.c   1281]
    M  ThInit: running on host XXXXXXXXX
    M  calling db_connect ...
    C  Oracle Client Version: '10.2.0.2.0'
    C
    C Mon Oct 20 03:59:27 2008
    C  Client NLS settings: AMERICAN_AMERICA.UTF8
    C  Logon as OPS$-user to get SAPTS2's password
    C  Connecting as /-TS2 on connection 0 (nls_hdl 0) ... (dbsl 700 030508)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1 0x106eea0c0 0x106ef1b80 0x106f02318
    C  Attaching to DB Server TS2 (con_hdl=0,svchp=0x106f02248,srvhp=0x106f04598)
    C  Starting user session (con_hdl=0,svchp=0x106f02248,srvhp=0x106f04598,usrhp=0x106ef2398)
    C  Now '/-TS2' is connected: con_hdl=0, nls_hdl=0, session_id=475.
    C  Got SAPTS2's password from OPS$-user
    C  Disconnecting from connection 0 ...
    C  Closing user session (con_hdl=0,svchp=0x106f02248,usrhp=0x106ef2398)
    C  Now I'm disconnected from ORACLE
    C  Connecting as SAPTS2/<pwd>-TS2 on connection 0 (nls_hdl 0) ... (dbsl 700 030508)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1 0x106eea0c0 0x106ef1b80 0x106f02318
    C  Starting user session (con_hdl=0,svchp=0x106f02248,srvhp=0x106f04598,usrhp=0x106ef2398)
    C  Now 'SAPTS2/<pwd>-TS2' is connected: con_hdl=0, nls_hdl=0, session_id=475.
    C  Database NLS settings: AMERICAN_AMERICA.UTF8
    C  DB instance TS2 is running on XXXXXXXXX with ORACLE version 10.2.0.2.0 since OCT 20, 2008, 03:49:47
    B  Connection 0 opened (DBSL handle 0)
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  000 255 255 20081020 035926 XXXXXXXXX
    C  build_stmt: reallocating stmt buffer: 256 -> 2000 characters
    M  db_connect o.k.
    M  ICT: exclude compression: .zip,.cs,.rar,.arj,.z,.gz,.tar,.lzh,.cab,.hqx,.ace,.jar,.ear,.war,.css,.pdf,.js,.gzip,.uue,.bz2,.iso,.sda,
    .sar,.gif
    I
    I Mon Oct 20 03:59:30 2008
    I  MtxInit: 1 0 0
    M  SHM_PRES_BUF                 (addr: 0xffffffff64c00000, size: 20000768)
    M  SHM_ROLL_AREA                (addr: 0xfffffffe40000000, size: 268435456)
    M  SHM_PAGING_AREA              (addr: 0xfffffffe36000000, size: 134217728)
    M  SHM_ROLL_ADM                 (addr: 0xffffffff7597a000, size: 3715586)
    M  SHM_PAGING_ADM               (addr: 0xffffffff79a00000, size: 656416)
    M  ThCreateNoBuffer             allocated 572152 bytes for 1000 entries at 0xfffffffe2c004000
    M  ThCreateNoBuffer             index size: 3000 elems
    M  ThCreateVBAdm                allocated 12176 bytes (50 server) at 0xffffffff7a900000
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 1 initializing ....
    X  Using implementation std
    X  <ES> Info: use normal pages (no huge table support available)
    X  ES initialized.
    B  dbntab: NTAB buffers attached
    B  dbntab: Buffer FTAB(hash header)  (addr: 0xfffffffe2c092088, size: 576)
    B  dbntab: Buffer FTAB(anchor array) (addr: 0xfffffffe2c0922c8, size: 798968)
    B  dbntab: Buffer FTAB(item array)   (addr: 0xfffffffe2c1553c0, size: 3195648)
    B  dbntab: Buffer FTAB(data area)    (addr: 0xfffffffe2c4616c0, size: 30740480)
    B  dbntab: Buffer IREC(hash header)  (addr: 0xfffffffe2e1b6088, size: 576)
    B  dbntab: Buffer IREC(anchor array) (addr: 0xfffffffe2e1b62c8, size: 798968)
    B  dbntab: Buffer IREC(item array)   (addr: 0xfffffffe2e2793c0, size: 798912)
    B  dbntab: Buffer IREC(data area)    (addr: 0xfffffffe2e33c480, size: 6148096)
    B  dbntab: Buffer STAB(hash header)  (addr: 0xfffffffe2e91c088, size: 576)
    B  dbntab: Buffer STAB(anchor array) (addr: 0xfffffffe2e91c2c8, size: 798968)
    B  dbntab: Buffer STAB(item array)   (addr: 0xfffffffe2e9df3c0, size: 798912)
    B  dbntab: Buffer STAB(data area)    (addr: 0xfffffffe2eaa2480, size: 3072000)
    B  dbntab: Buffer TTAB(hash header)  (addr: 0xfffffffe2ed94088, size: 3072)
    B  dbntab: Buffer TTAB(anchor array) (addr: 0xfffffffe2ed94c88, size: 798968)
    B  dbntab: Buffer TTAB(item array)   (addr: 0xfffffffe2ee57d80, size: 1997280)
    B  dbntab: Buffer TTAB(data area)    (addr: 0xfffffffe2f03f760, size: 14580144)
    B  db_con_shm_ini:  WP_ID = 1, WP_CNT = 24, CON_ID = -1
    B  dbstat: TABSTAT buffer attached (addr: 0xfffffffe28012008)
    B  dbtbxbuf: Buffer TABL  (addr: 0xfffffffe24000100, size: 60000256, end: 0xfffffffe27938900)
    B  dbtbxbuf: Buffer TABLP (addr: 0xfffffffe20000100, size: 40960000, end: 0xfffffffe22710100)
    B  dbexpbuf: Buffer EIBUF (addr: 0xffffffff5d800108, size: 4194304, end: 0xffffffff5dc00108)
    B  dbexpbuf: Buffer ESM   (addr: 0xfffffffe5f800108, size: 4194304, end: 0xfffffffe5fc00108)
    B  dbexpbuf: Buffer CUA   (addr: 0xfffffffe2fe30108, size: 5120000, end: 0xfffffffe30312108)
    B  dbexpbuf: Buffer OTR   (addr: 0xfffffffe59800108, size: 4194304, end: 0xfffffffe59c00108)
    B  dbcalbuf: Buffer CALE  (addr: 0xffffffff75d08000, size: 500000, end: 0xffffffff75d82120)
    I  *** ERROR => ShmProtect(62,3) shmat(268435641,0x0xfffffffe5a000000,(SHM_RND | 0)) (22: Invalid argument) [shmux.c      2782]
    I  *** ERROR => ShmCreate: ShmProtect( 62, 3) failed [shmux.c      1359]
    I  *** ERROR => ShmCreate( ATTACH 62, 86228824) failed 1 [mpixx.c      855]
    M  *** ERROR => DpInitMpi: MpiInit failed (1) [dpxxtool2.c  5064]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: DpInitMpi (step 1, th_errno 17, action 3, level 1) [thxxhead.c   10506]
    M
    M  Info for wp 1
    M
    M    pid = 3867
    M    severity = 0
    M    status = 0
    M    stat = WP_RUN
    M    waiting_for = NO_WAITING
    M    reqtype = DP_RQ_DIAWP
    M    act_reqtype = NO_REQTYPE
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = 65535
    M    rq_source =
    M    last_tid = 0
    M    last_mode = 0
    M    semaphore = 0
    M    act_cs_count = 0
    M    csTrack = 0
    M    csTrackRwExcl = 0
    M    csTrackRwShrd = 0
    M    mode_cleaned_counter = 0
    M    control_flag = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <
    M    attachedVm = no VM
    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >SAP-Trace buffer write< for event BEFORE_DUMP
    M  TrThHookFunc: called for WP dump
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   724]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  261]
    M  Entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    B  dbtbxbuf: Saving TBX statistics:
    B  dbtbxbuf: 0 object entries written.
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 1 3867) [dpuxtool.c   269]
    dev_icm:
    trc file: "dev_icm", trc level: 1, release: "700"
    sysno      01
    sid        TS2
    systemid   370 (Solaris on SPARCV9 CPU)
    relno      7000
    patchlevel 0
    patchno    177
    intno      20050900
    make:      multithreaded, Unicode, 64 bit, optimized
    pid        3865
    [Thr  1] started security log to file dev_icm_sec
    [Thr  1] ICM running on: XXXXXXXXX.saipc.XXX.com
    [Thr  1] MtxInit: 30001 0 2
    [Thr  1] IcmInit: listening to admin port: 64999
    [Thr  1] ***LOG Q0Z=> DpSysAdmExtCreate, bad version (lib=241000 krn=239000) [dpxxtool2_mt 681]
    [Thr  1]
    [Thr  1] *  LOCATION    ICM runing on host XXXXXXXXX
    [Thr  1] *  ERROR       dp lib version mismatch, please check installation
    [Thr  1] *
    TIME        Mon Oct 20 03:59:28 2008
    [Thr  1] *  RELEASE     700
    [Thr  1] *  COMPONENT   DP
    [Thr  1] *  VERSION     241000
    [Thr  1] *  RC          -9999
    [Thr  1] *  MODULE      dpxxtool2_mt.c
    [Thr  1] *  LINE        688
    [Thr  1] *  DETAIL      version of external and kernel dp lib mismatch (ext lib
                 version is 241000 / kernel lib version is 239000)
    [Thr  1] *  COUNTER     3
    [Thr  1] *
    [Thr  1] *****************************************************************************
    [Thr  1] *** ERROR => DpIPCInit2: DpSysAdmExtCreate [dpxxtool2_mt 369]
    [Thr  1] *** ERROR => IcmInit: IcmIPCInit failed (rc=-9999) [icxxman_mt.c 1741]
    [Thr  1] *** ICM shutdown completed (pid: 3865) ***
    dev_ms:
    trc file: "dev_ms", trc level: 1, release: "700"
    [Thr  1] Mon Oct 20 03:59:24 2008
    [Thr  1] MsSSetTrcLog: trc logging active, max size = 20971520 bytes
    systemid   370 (Solaris on SPARCV9 CPU)
    relno      7000
    patchlevel 0
    patchno    145
    intno      20050900
    make:      multithreaded, Unicode, 64 bit, optimized
    pid        3853
    [Thr  1] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 3853) [msxxserv_mt. 1834]
    [Thr  1] SigISetDefaultAction : default handling for signal 18
    [Thr  1] load acl file = /usr/sap/TS2/SYS/global/ms_acl_info
    [Thr  1] MsGetOwnIpAddr: my host addresses are :
    [Thr  1]   1 : [148.92.31.49] XXXXXXXXX (HOSTNAME)
    [Thr  1]   2 : [127.0.0.1] localhost (LOCALHOST)
    [Thr  1]   3 : [148.92.31.157] XXXXXXXXX-maint (NILIST)
    [Thr  1]   4 : [10.220.6.72] XXXXXXXXX-bkup (NILIST)
    [Thr  1] MsHttpInit: full qualified hostname = XXXXXXXXX.saipc.XXX.com
    [Thr  1] HTTP logging is switch off
    [Thr  1] MsHttpOwnDomain: own domain[1] = saipc.XXX.com
    [Thr  1] ms/icf_info_server : deleted
    [Thr  1] *** I listen to port sapmsTS2 (3601) ***
    [Thr  1] *** I listen to internal port 3901 (3901) ***
    [Thr  1] CUSTOMER KEY: >C0395101982<
    [Thr  1] Mon Oct 20 04:01:28 2008
    [Thr  1] *** ERROR => MsSClientHandle: no server provides service ENQ  (4), requested from XXXXXXXXX_TS2_01 [msxxserv_mt. 4687]
    [Thr  1] Mon Oct 20 04:05:07 2008
    [Thr  1] MsSExit: received SIGINT (2)
    [Thr  1] ***LOG Q02=> MsSHalt, MSStop (Msg Server 3853) [msxxserv_mt. 5998]
    dev_rd:
    trc file: "dev_rd", trc level: 1, release: "700"
    Mon Oct 20 03:59:26 2008
    ***LOG S00=> GwInitReader, gateway started ( 3864) [gwxxrd.c     1757]
    systemid   370 (Solaris on SPARCV9 CPU)
    relno      7000
    patchlevel 0
    patchno    176
    intno      20050900
    make:      single threaded, Unicode, 64 bit, optimized
    pid        3864
    gateway runs with dp version 241000(ext=110000) (-(#) DPLIB-INT-VERSION-241000-UC)
    gateway (version=700.2008.06.23)
    gw/local_addr : 0.0.0.0
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 60000000 for monitoring segment.
    Mon Oct 20 03:59:27 2008
    CCMS: Checking Downtime Configuration of Monitoring Segment.
    Bind service sapgw01 (socket) to port 3301
    GwPrintMyHostAddr: my host addresses are :
      1 : [148.92.31.49] XXXXXXXXX (HOSTNAME)
      2 : [127.0.0.1] localhost (LOCALHOST)
      3 : [148.92.31.157] XXXXXXXXX-maint (NILIST)
      4 : [10.220.6.72] XXXXXXXXX-bkup (NILIST)
    Full qualified hostname = XXXXXXXXX.saipc.XXX.com
    ***LOG Q0Z=> DpSysAdmExtCreate, bad version (lib=241000 krn=239000) [dpxxtool2.c  681]
    LOCATION    SAP-Gateway on host XXXXXXXXX / sapgw01
    ERROR       dp lib version mismatch, please check installation
    TIME        Mon Oct 20 03:59:27 2008
    RELEASE     700
    COMPONENT   DP
    VERSION     241000
    RC          -9999
    MODULE      dpxxtool2.c
    LINE        688
    DETAIL      version of external and kernel dp lib mismatch (ext lib
                 version is 241000 / kernel lib version is 239000)
    COUNTER     1
    ERROR => DpIPCInit2: DpSysAdmExtCreate [dpxxtool2.c  369]
    ***LOG S0V=> GwStopGateway, gateway stopped () [gwxxrd.c     14652]
    dev_rfc24:
    Trace file opened at 20081020 031506 EDT SAP-REL 700,0,162 RFC-VER U 3 985555
    ======> User is locked. Please notify the person responsible
    ABAP Programm: SAPLTMSC (Transaction: )
    Called function module: TMS_CI_START_SERVICE
    User: DDIC (Client: 015)
    Destination: TMSADM-TS2.DOMAIN_DV2 (handle: 2, 11671309, {48FC3006-2FF4-60E5-E100-0000945C1F31})
    dev_disp
    trc file: "dev_disp.new", trc level: 1, release: "700"
    sysno      01
    sid        TS2
    systemid   370 (Solaris on SPARCV9 CPU)
    relno      7000
    patchlevel 0
    patchno    162
    intno      20050900
    make:      single threaded, Unicode, 64 bit, optimized
    pid        3854
    Mon Oct 20 03:59:25 2008
    kernel runs with dp version 239000(ext=110000) (-(#) DPLIB-INT-VERSION-239000-UC)
    length of sys_adm_ext is 576 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (01 3854) [dpxxdisp.c   1257]
            shared lib "dw_xml.so" version 162 successfully loaded
            shared lib "dw_xtc.so" version 162 successfully loaded
            shared lib "dw_stl.so" version 162 successfully loaded
            shared lib "dw_gui.so" version 162 successfully loaded
            shared lib "dw_mdm.so" version 162 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3901
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >XXXXXXXXX_TS2_01                         <
    DpShMCreate: sizeof(wp_adm)             42240   (1760)
    DpShMCreate: sizeof(tm_adm)             150350080       (30064)
    DpShMCreate: sizeof(wp_ca_adm)          31232   (104)
    DpShMCreate: sizeof(appc_ca_adm)        208000  (104)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/548056/548064
    DpShMCreate: sizeof(comm_adm)           548064  (1088)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0       (104)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)           0       (72)
    DpShMCreate: sizeof(vmc_adm)            0       (2080)
    DpShMCreate: sizeof(wall_adm)           (1000056/862328/88/192)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY             (addr: 0xffffffff66000000, size: 153051096)
    DpShMCreate: allocated sys_adm at 0xffffffff66000000
    DpShMCreate: allocated wp_adm at 0xffffffff66002218
    DpShMCreate: allocated tm_adm_list at 0xffffffff6600c718
    DpShMCreate: allocated tm_adm at 0xffffffff6600c778
    DpShMCreate: allocated wp_ca_adm at 0xffffffff6ef6f078
    DpShMCreate: allocated appc_ca_adm at 0xffffffff6ef76a78
    DpShMCreate: allocated comm_adm at 0xffffffff6efa96f8
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 0xffffffff6f02f3d8
    DpShMCreate: allocated gw_adm at 0xffffffff6f02f458
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 0xffffffff6f02f488
    DpShMCreate: allocated wall_adm at 0xffffffff6f02f490
    Mon Oct 20 03:59:26 2008
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    rdisp/queue_size_check_value :  -> off
    ThTaskStatus: rdisp/reset_online_during_debug 0
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation std
    <ES> Info: use normal pages (no huge table support available)
    EsStdUnamFileMapInit: ES base = 0x0xfffffffe60000000
    EsStdInit: Extended Memory 4048 MB allocated
    <ES> 4047 blocks reserved for free list.
    ES initialized.
    Mon Oct 20 03:59:31 2008
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1659]
    ***LOG Q0K=> DpMsAttach, mscon ( XXXXXXXXX) [dpxxdisp.c   12153]
    DpStartStopMsg: send start message (myname is >XXXXXXXXX_TS2_01                         <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    ERROR => DpWPCheck: W0 (pid 3866) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3866) exited with exit code 255
    my types changed after wp death/restart 0xbf --> 0xbd
    ERROR => DpWPCheck: W1 (pid 3867) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3867) exited with exit code 255
    ERROR => DpWPCheck: W2 (pid 3868) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3868) exited with exit code 255
    ERROR => DpWPCheck: W4 (pid 3870) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3870) exited with exit code 255
    ERROR => DpWPCheck: W5 (pid 3871) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3871) exited with exit code 255
    ERROR => DpWPCheck: W6 (pid 3872) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3872) exited with exit code 255
    ERROR => DpWPCheck: W7 (pid 3873) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3873) exited with exit code 255
    ERROR => DpWPCheck: W8 (pid 3874) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3874) exited with exit code 255
    ERROR => DpWPCheck: W9 (pid 3875) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3875) exited with exit code 255
    ERROR => DpWPCheck: W10 (pid 3885) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3885) exited with exit code 255
    ERROR => DpWPCheck: W11 (pid 3888) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3888) exited with exit code 255
    ERROR => DpWPCheck: W12 (pid 3890) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3890) exited with exit code 255
    ERROR => DpWPCheck: W13 (pid 3902) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3902) exited with exit code 255
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 162
    Release check o.K.
    Mon Oct 20 03:59:51 2008
    my types changed after wp death/restart 0xbd --> 0x81
    ERROR => DpWPCheck: W14 (pid 3903) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3903) exited with exit code 255
    ERROR => DpWPCheck: W15 (pid 3904) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3904) exited with exit code 255
    ERROR => DpWPCheck: W16 (pid 3905) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3905) exited with exit code 255
    ERROR => DpWPCheck: W17 (pid 3908) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3908) exited with exit code 255
    ERROR => DpWPCheck: W18 (pid 3911) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3911) exited with exit code 255
    ERROR => DpWPCheck: W19 (pid 3914) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3914) exited with exit code 255
    ERROR => DpWPCheck: W20 (pid 3915) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3915) exited with exit code 255
    ERROR => DpWPCheck: W21 (pid 3916) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3916) exited with exit code 255
    ERROR => DpWPCheck: W22 (pid 3919) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3919) exited with exit code 255
    ERROR => DpWPCheck: W23 (pid 3924) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3924) exited with exit code 255
    Mon Oct 20 04:00:11 2008
    ERROR => gateway (pid 3864) died [dpxxdisp.c   16063]
    DpGwCheck: appc_adm.stat = 2
    DP_FATAL_ERROR => Gateway could not be started - I better exit now
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    kill(3869,0) successful -> process alive
    killing W3-3869 (SIGUSR2)
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=12
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Oct 20 04:00:21 2008
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)                        Mon Oct 20 08:00:21 2008
    ========================
    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program          Cl  User         Action                    Table
    0 DIA     3866 Ended         no      3   0        0
    1 DIA     3867 Ended         no      3   0        0
    2 DIA     3868 Ended         no      3   0        0
    3 DIA     3869 Run           yes     0   0        0
    4 DIA     3870 Ended         no      3   0        0
    5 DIA     3871 Ended         no      3   0        0
    6 DIA     3872 Ended         no      3   0        0
    7 DIA     3873 Ended         no      3   0        0
    8 DIA     3874 Ended         no      3   0        0
    9 DIA     3875 Ended         no      3   0        0
    10 UPD     3885 Ended         no      3   0        0
    11 UPD     3888 Ended         no      3   0        0
    12 UPD     3890 Ended         no      3   0        0
    13 UPD     3902 Ended         no      3   0        0
    14 ENQ     3903 Ended         no      2   0        0
    15 BTC     3904 Ended         no      2   0        0
    16 BTC     3905 Ended         no      2   0        0
    17 BTC     3908 Ended         no      2   0        0
    18 BTC     3911 Ended         no      2   0        0
    19 BTC     3914 Ended         no      2   0        0
    20 BTC     3915 Ended         no      2   0        0
    21 SPO     3916 Ended         no      2   0        0
    22 UP2     3919 Ended         no      2   0        0
    23 UP2     3924 Ended         no      2   0        0
    Dispatcher Queue Statistics                     Mon Oct 20 08:00:21 2008
    ===========================
    --------++++--
    +
    Typ
    now
    high
    max
    writes
    reads
    --------++++--
    +
    NOWP
    0
    0
    4000
    0
    0
    --------++++--
    +
    DIA
    4
    4
    4000
    4
    0
    --------++++--
    +
    UPD
    0
    0
    4000
    0
    0
    --------++++--
    +
    ENQ
    0
    0
    4000
    0
    0
    --------++++--
    +
    BTC
    0
    0
    4000
    0
    0
    --------++++--
    +
    SPO
    0
    0
    4000
    0
    0
    --------++++--
    +
    UP2
    0
    0
    4000
    0
    0
    --------++++--
    +
    max_rq_id               7
    wake_evt_udp_now        0
    wake events             total     3,  udp     2 ( 66%),  shm     1 ( 33%)
    since last update       total     3,  udp     2 ( 66%),  shm     1 ( 33%)
    Dump of tm_adm structure:                       Mon Oct 20 08:00:21 2008
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    Workprocess Comm. Area Blocks                   Mon Oct 20 08:00:21 2008
    =============================
    Slots: 300, Used: 1, Max: 0
    --------++--
    +
    id
    owner
    pid
    eyecatcher
    --------++--
    +
    0
    DISPATCHER
    -1
    WPCAAD000
    NiWait: sleep (5000ms) ...
    NiISelect: timeout 5000ms
    NiISelect: maximum fd=12
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Oct 20 04:00:26 2008
    NiISelect: TIMEOUT occured (5000ms)
    DpHalt: shutdown server >XXXXXXXXX_TS2_01                         < (normal)
    DpJ2eeDisableRestart
    DpModState: buffer in state MBUF_PREPARED
    please help me to solve this.
    Thanks
    Giridhar

Maybe you are looking for