LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Yoper
User Name
Password
Yoper This forum is for the discussion of Yoper Linux.

Notices


Reply
  Search this Thread
Old 12-15-2004, 10:59 AM   #1
macubo
Member
 
Registered: Mar 2004
Posts: 36

Rep: Reputation: 15
Unhappy crash on X startup


I installed yoper v2.1.0, but didn't ask to boot in either graphic nor text mode, so i recognized, on my first boot, that yoper crashes when tries to boot the X server. The last messages i get are something similar to "agp aperture size @ 128 MB" and something about pci slots.

Then nothing... monitor gets black, it seems to be off, or in stand-by mode.
Nothing happens if i press a button.

Is there a way to get to console mode and fix the problem ? It may be concerning my hercules 3dprophet kyroII videocard, so i imagine i could workaround the issue by selecting vesafb driver on XF86Config-4

Help please, bye
 
Old 12-15-2004, 11:27 AM   #2
png
LQ Newbie
 
Registered: Oct 2004
Posts: 19

Rep: Reputation: 0
Have you tried to switch to console using ctrl+alt+F1?

If that works, try to login as root and check the /var/log/XFree86.0.log file to get some info on the problem.

Otherwise, you may be having a fb problem as you suggest. You can try to boot without framebuffer passing the parameter vga=normal to the kernel at boot time. The exact way to do this is boot loader dependent (LILO or GRUB).

Good luck!
 
Old 12-15-2004, 03:23 PM   #3
macubo
Member
 
Registered: Mar 2004
Posts: 36

Original Poster
Rep: Reputation: 15
UPDATE:

...nothing to do: with knoppix I:
1- modified inittab making 3 instead of 5 the initdefault
2- modified XF86Config-4 making fbdev the default driver

the result hasn't changed.
It seems to be a hardware issue, but on yoper's forum there's a user with my same videocard, and it worked.
I could esclude an incompatibility.

Precisely, system hangs upon the message, perhaps, of the pci irq probing.
It there a way to bypass this?

ps: the system completely freezes, there is no way to input, not from keyboard nor from mouse, there is no way to switch to another console, because it can't even arrive to the login!

BTW, do you whether /var/log/XFree86.0.log mantain its contents even after a shutdown or not?

bye
 
Old 12-15-2004, 03:29 PM   #4
ror
Member
 
Registered: May 2004
Distribution: Ubuntu
Posts: 583

Rep: Reputation: 33
Have you tried changing your AGP apature size in the BIOS?
 
Old 12-15-2004, 03:41 PM   #5
macubo
Member
 
Registered: Mar 2004
Posts: 36

Original Poster
Rep: Reputation: 15
should it help?
That is maybe the only thing that never gave me problems in the past..... it's been set to 128MB for ages, never a single problem, and the message where the system hangs is concerning the pci irq probing... the agp aperture size probe was the previous one, do you think those things are connected?

bye
 
Old 12-16-2004, 06:02 AM   #6
png
LQ Newbie
 
Registered: Oct 2004
Posts: 19

Rep: Reputation: 0
Maybe you're having some resource conflict with another PCI card. You could try booting with the bare minimum peripherals attached (ie: just the VGA, mouse and keyboard).

If that works, then try putting back the peripherals one at a time to see if/when the problem happens again.
 
Old 12-16-2004, 03:17 PM   #7
macubo
Member
 
Registered: Mar 2004
Posts: 36

Original Poster
Rep: Reputation: 15
that could be an idea, thank you
 
Old 12-16-2004, 05:08 PM   #8
macubo
Member
 
Registered: Mar 2004
Posts: 36

Original Poster
Rep: Reputation: 15
UPDATE

Problems seem to have no end...

The runlevel 3 gave exactly the same behaviour.
So i switched to runlevel 1 by pressing Ctrl-x and typing at the lilo prompt "YOS 1".
Finally i could arrive to a root login, and set temporally the default runlevel to 1, to make it easier for me to deal with the problem.

Now i'm trying to post some logs and other infos, but here other problems arise.
I wanted to show you i.e. the "messages" file in /var/log (it contains the very last message appeared), but to do so i must copy that file to my fully working windows partition, but:

/dev/hda1 (where win2000 resides) isn't mounted by default, and there is no entry in fstab
So i tried to create an experimental line in fstab (never done before), doing "mkdir /mnt/win" and adding to fstab

"/dev/hda1 /mnt/win auto rw,noauto,users 0 0"

then, typing "mount /mnt/win" it got mounted, but when i try to copy "messages" in /mnt/win it says "permission denied".
Maybe the NTFS fs doesn't permit me to write on it.
So am i obliged to create a fat32 partition to share data between linux and win2000 or there are some tools to write to ntfs? Arghh...

Trying to use the floppy then...but
there is no way to mount /dev/fd0 using a fat-formatted floppy, even if it's shown in fstab. Typing "mount -t fat /dev/fd0" i got "fat fs not supported by kernel"
I understood that I had to create a linux fs in the floppy, but i can't find the command to format it (also using the man pages).
And maybe the resulting disc won't be read by win2000. I remember that some tools existed to write on dos fs like the one used in common floppies, but i couldn't even find them.

So.... no logs.

But i noticed one thing that may help:
runlevel 3 and 5 don't work, instead 1 yes.
Looking at the rc1.d, rc3.d and rc5.d in /etc, i found that the "faulty" command is perhaps "hotplug", but i'm not sure, as the logging deamon doesn't run in runlevel 1.

Very last thing:
I suppose there also was another problem with "XF86Config-4" in /etc/X11.
From knoppix i created the XF86Config-4.manu suitable for my videocard, than renamed to XF86Config-4 to test if the problem was there (no).
There are other files starting with XF86Config:
XF86Config-4.presax
XF86Config-4 (the original one, I suppose)
XF86Config.

Well, the 2 above are linking to XF86Config, but also XF86Config links to itself!!

So, giving "startx" from root, it obviosly says it couldn't find the config file and tries to autoconfigure itself, with no result.
The X server found a framebuffer device (i suppose is my videocard) but it needs the busID of each one, and even if it's by default PCI:1:0:0 and my videocard is in the agp slot, it couldn't find it.

Trying the custom XFConfig-4.manu, it simply says "no screen found", even if everything is ok and is specified precisely "busID "PCI:1:0:"".

I would post the XF86Config-4.0.log, but obviously, i can't.

I apologize for the post's lenght, any suggestion?
 
Old 12-17-2004, 04:56 AM   #9
png
LQ Newbie
 
Registered: Oct 2004
Posts: 19

Rep: Reputation: 0
To check if hotplug is the problem cause, you can quickly disable it by unsetting its execute permission. The script should be located in /etc/init.d or /etc/rc.d (I don't know yoper).

You can also try redirecting X's standard error when launching from command line like this:

startx 2> errorlog.txt

And you can also try making X auto-configure itself and write a config file with this:

xfree86 -configure

good luck!
 
Old 12-17-2004, 05:27 AM   #10
macubo
Member
 
Registered: Mar 2004
Posts: 36

Original Poster
Rep: Reputation: 15
i'll try, thank you
 
Old 12-17-2004, 11:01 AM   #11
kernowyon
Member
 
Registered: Nov 2004
Location: Cornwall, UK
Distribution: Yoper
Posts: 43

Rep: Reputation: 15
Just a thought :-)
I have seen this sort of thing in some distros with Nvidia cards I have used,
The machine seems to boot - but you get a black screen.
The cure was to turn off acpi if I remember correctly. That would also seem to tie in with the hotplug error too I think. Try simply adding "acpi=off" to your boot loader. Hopefully that will work :-)
 
Old 12-18-2004, 03:46 AM   #12
macubo
Member
 
Registered: Mar 2004
Posts: 36

Original Poster
Rep: Reputation: 15
I i well remember ACPI if off by default. In fact the kernel sets it off saying my BIOS is too old.
 
Old 12-18-2004, 03:56 AM   #13
macubo
Member
 
Registered: Mar 2004
Posts: 36

Original Poster
Rep: Reputation: 15
UPDATE

I dumped XFree86.0.log into /etc/X11/Xf86Config-4, erasing the lines with comments, keeping the autoconfiguration ones and adding to the device section relating the framebuffer device the entry
"BusID "PCI:1:0:0""

Finally X started with minor problem, not so cool to look at, and with no sound (i still have to arrange the last things in XF86Config-4)
And finally i found "Kformatter", that permitted me to format the floppy in dos fs (while NTFS is still saying "permission denied"), and then i mounted with
"mount -t msdos /dev/fd0 /floppy"

Now i can show you the logs with firefox via win2000 (no internet is in yoper yet):

MESSAGES
Dec 15 16:41:47 localhost syslogd 1.4.1: restart.
Dec 15 16:41:47 localhost kernel: klogd 1.4.1, log source = /proc/kmsg started.
Dec 15 16:41:47 localhost kernel: Inspecting /boot/System.map-2.6.8.1-3
Dec 15 16:41:48 localhost kernel: Loaded 33165 symbols from /boot/System.map-2.6.8.1-3.
Dec 15 16:41:48 localhost kernel: Symbols match kernel version 2.6.8.
Dec 15 16:41:48 localhost kernel: No module symbols loaded - kernel modules not enabled.
Dec 15 16:41:48 localhost kernel: Linux version 2.6.8.1-3 (root@yos) (gcc version 3.4.1) #1 SMP Wed Aug 25 11:18:30 Pacific/Auckland 2004
Dec 15 16:41:48 localhost kernel: BIOS-provided physical RAM map:
Dec 15 16:41:48 localhost kernel: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
Dec 15 16:41:48 localhost kernel: BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
Dec 15 16:41:48 localhost kernel: BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
Dec 15 16:41:48 localhost kernel: BIOS-e820: 0000000000100000 - 0000000014000000 (usable)
Dec 15 16:41:48 localhost kernel: BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
Dec 15 16:41:48 localhost kernel: 0MB HIGHMEM available.
Dec 15 16:41:48 localhost kernel: 320MB LOWMEM available.
Dec 15 16:41:48 localhost kernel: On node 0 totalpages: 81920
Dec 15 16:41:48 localhost kernel: DMA zone: 4096 pages, LIFO batch:1
Dec 15 16:41:48 localhost kernel: Normal zone: 77824 pages, LIFO batch:16
Dec 15 16:41:48 localhost kernel: HighMem zone: 0 pages, LIFO batch:1
Dec 15 16:41:48 localhost kernel: DMI 2.2 present.
Dec 15 16:41:48 localhost kernel: ACPI disabled because your bios is from 99 and too old
Dec 15 16:41:48 localhost kernel: You can enable it with acpi=force
Dec 15 16:41:48 localhost kernel: Built 1 zonelists
Dec 15 16:41:48 localhost kernel: Kernel command line: auto BOOT_IMAGE=YOS ro root=302 splash=silent
Dec 15 16:41:48 localhost kernel: Local APIC disabled by BIOS -- reenabling.
Dec 15 16:41:49 localhost kernel: Found and enabled local APIC!
Dec 15 16:41:49 localhost kernel: Initializing CPU#0
Dec 15 16:41:49 localhost kernel: PID hash table entries: 2048 (order 11: 16384 bytes)
Dec 15 16:41:49 localhost kernel: Detected 496.786 MHz processor.
Dec 15 16:41:49 localhost kernel: Using tsc for high-res timesource
Dec 15 16:41:49 localhost kernel: Console: colour dummy device 80x25
Dec 15 16:41:49 localhost kernel: Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Dec 15 16:41:49 localhost kernel: Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Dec 15 16:41:49 localhost kernel: Memory: 320260k/327680k available (1884k kernel code, 6652k reserved, 732k data, 156k init, 0k highmem)
Dec 15 16:41:49 localhost kernel: Checking if this processor honours the WP bit even in supervisor mode... Ok.
Dec 15 16:41:49 localhost kernel: Calibrating delay loop... 980.99 BogoMIPS
Dec 15 16:41:49 localhost kernel: Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
Dec 15 16:41:49 localhost kernel: CPU: After generic identify, caps: 0387fbff 00000000 00000000 00000000
Dec 15 16:41:49 localhost kernel: CPU: After vendor identify, caps: 0387fbff 00000000 00000000 00000000
Dec 15 16:41:49 localhost kernel: CPU: L1 I cache: 16K, L1 D cache: 16K
Dec 15 16:41:49 localhost kernel: CPU: L2 cache: 512K
Dec 15 16:41:49 localhost kernel: CPU serial number disabled.
Dec 15 16:41:49 localhost kernel: CPU: After all inits, caps: 0383fbff 00000000 00000000 00000040
Dec 15 16:41:49 localhost kernel: Intel machine check architecture supported.
Dec 15 16:41:49 localhost kernel: Intel machine check reporting enabled on CPU#0.
Dec 15 16:41:49 localhost kernel: Enabling fast FPU save and restore... done.
Dec 15 16:41:49 localhost kernel: Enabling unmasked SIMD FPU exception support... done.
Dec 15 16:41:49 localhost kernel: Checking 'hlt' instruction... OK.
Dec 15 16:41:49 localhost kernel: CPU0: Intel Pentium III (Katmai) stepping 03
Dec 15 16:41:49 localhost kernel: per-CPU timeslice cutoff: 1464.74 usecs.
Dec 15 16:41:49 localhost kernel: task migration cache decay timeout: 2 msecs.
Dec 15 16:41:49 localhost kernel: SMP motherboard not detected.
Dec 15 16:41:49 localhost kernel: enabled ExtINT on CPU#0
Dec 15 16:41:49 localhost kernel: ESR value before enabling vector: 00000000
Dec 15 16:41:49 localhost kernel: ESR value after enabling vector: 00000000
Dec 15 16:41:49 localhost kernel: Using local APIC timer interrupts.
Dec 15 16:41:49 localhost kernel: calibrating APIC timer ...
Dec 15 16:41:49 localhost kernel: ..... CPU clock speed is 496.0588 MHz.
Dec 15 16:41:49 localhost kernel: ..... host bus clock speed is 99.0317 MHz.
Dec 15 16:41:49 localhost kernel: Brought up 1 CPUs
Dec 15 16:41:49 localhost kernel: CPU0: online
Dec 15 16:41:49 localhost kernel: domain 0: span 01
Dec 15 16:41:49 localhost kernel: groups: 01
Dec 15 16:41:49 localhost kernel: domain 1: span 01
Dec 15 16:41:49 localhost kernel: groups: 01
Dec 15 16:41:49 localhost kernel: checking if image is initramfs...it isn't (no cpio magic); looks like an initrd
Dec 15 16:41:49 localhost kernel: Freeing initrd memory: 322k freed
Dec 15 16:41:49 localhost kernel: NET: Registered protocol family 16
Dec 15 16:41:49 localhost kernel: PCI: PCI BIOS revision 2.10 entry at 0xfb370, last bus=1
Dec 15 16:41:49 localhost kernel: PCI: Using configuration type 1
Dec 15 16:41:49 localhost kernel: mtrr: v2.0 (20020519)
Dec 15 16:41:49 localhost kernel: ACPI: Subsystem revision 20040326
Dec 15 16:41:49 localhost kernel: ACPI: Interpreter disabled.
Dec 15 16:41:49 localhost kernel: Linux Plug and Play Support v0.97 (c) Adam Belay
Dec 15 16:41:49 localhost kernel: pnp: the driver 'system' has been registered
Dec 15 16:41:49 localhost kernel: PnPBIOS: Scanning system for PnP BIOS support...
Dec 15 16:41:49 localhost kernel: PnPBIOS: Found PnP BIOS installation structure at 0xb00fbf90
Dec 15 16:41:49 localhost kernel: PnPBIOS: PnP BIOS version 1.0, entry 0xf0000:0xbfb8, dseg 0xf0000
Dec 15 16:41:49 localhost kernel: pnp: match found with the PnP device '00:07' and the driver 'system'
Dec 15 16:41:49 localhost kernel: pnp: match found with the PnP device '00:08' and the driver 'system'
Dec 15 16:41:49 localhost kernel: PnPBIOS: 15 nodes reported by PnP BIOS; 15 recorded by driver
Dec 15 16:41:49 localhost kernel: SCSI subsystem initialized
Dec 15 16:41:49 localhost kernel: Linux Kernel Card Services
Dec 15 16:41:49 localhost kernel: options: [pci] [cardbus] [pm]
Dec 15 16:41:49 localhost kernel: PCI: Probing PCI hardware
Dec 15 16:41:49 localhost kernel: PCI: Probing PCI hardware (bus 00)
Dec 15 16:41:49 localhost kernel: PCI: Using IRQ router PIIX/ICH [8086/7110] at 0000:00:07.0
Dec 15 16:41:49 localhost kernel: vesafb: framebuffer at 0xd8000000, mapped to 0xc4800000, size 3072k
Dec 15 16:41:49 localhost kernel: vesafb: mode is 1024x768x16, linelength=2048, pages=4
Dec 15 16:41:49 localhost kernel: vesafb: protected mode interface info at c000:8790
Dec 15 16:41:49 localhost kernel: vesafb: scrolling: redraw
Dec 15 16:41:49 localhost kernel: vesafb: directcolor: size=0:5:6:5, shift=0:11:5:0
Dec 15 16:41:49 localhost kernel: fb0: VESA VGA frame buffer device
Dec 15 16:41:49 localhost kernel: audit: initializing netlink socket (disabled)
Dec 15 16:41:49 localhost kernel: audit(1103128858.4294966453:0): initialized
Dec 15 16:41:49 localhost kernel: Supermount version 2.0.4 for kernel 2.6
Dec 15 16:41:49 localhost kernel: Initializing Cryptographic API
Dec 15 16:41:49 localhost kernel: Limiting direct PCI/PCI transfers.
Dec 15 16:41:49 localhost kernel: isapnp: Scanning for PnP cards...
Dec 15 16:41:49 localhost kernel: isapnp: No Plug & Play device found
Dec 15 16:41:49 localhost kernel: Console: switching to colour frame buffer device 128x48
Dec 15 16:41:49 localhost kernel: Using cfq io scheduler
Dec 15 16:41:49 localhost kernel: Floppy drive(s): fd0 is 1.44M
Dec 15 16:41:49 localhost kernel: FDC 0 is a post-1991 82077
Dec 15 16:41:49 localhost kernel: RAMDISK driver initialized: 16 RAM disks of 8000K size 1024 blocksize
Dec 15 16:41:49 localhost kernel: loop: loaded (max 8 devices)
Dec 15 16:41:49 localhost kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Dec 15 16:41:49 localhost kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Dec 15 16:41:49 localhost kernel: PIIX4: IDE controller at PCI slot 0000:00:07.1
Dec 15 16:41:49 localhost kernel: PIIX4: chipset revision 1
Dec 15 16:41:49 localhost kernel: PIIX4: not 100%% native mode: will probe irqs later
Dec 15 16:41:49 localhost kernel: ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hdaio, hdbio
Dec 15 16:41:49 localhost kernel: ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdcio, hddio
Dec 15 16:41:49 localhost kernel: hda: ST315323A, ATA DISK drive
Dec 15 16:41:49 localhost kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Dec 15 16:41:49 localhost kernel: hdc: HL-DT-STDVD-ROM GDR8160B, ATAPI CD/DVD-ROM drive
Dec 15 16:41:49 localhost kernel: hdd: SAMSUNG CD-R/RW SW-252B, ATAPI CD/DVD-ROM drive
Dec 15 16:41:49 localhost kernel: ide1 at 0x170-0x177,0x376 on irq 15
Dec 15 16:41:49 localhost kernel: hda: max request size: 128KiB
Dec 15 16:41:49 localhost kernel: hda: 30008475 sectors (15364 MB) w/512KiB Cache, CHS=29770/16/63, UDMA(33)
Dec 15 16:41:49 localhost kernel: hda: hda1 hda2 hda3
Dec 15 16:41:49 localhost kernel: hdc: ATAPI 48X DVD-ROM drive, 512kB Cache, UDMA(33)
Dec 15 16:41:49 localhost kernel: Uniform CD-ROM driver Revision: 3.20
Dec 15 16:41:49 localhost kernel: hdd: ATAPI 52X CD-ROM CD-R/RW drive, 8192kB Cache, UDMA(33)
Dec 15 16:41:49 localhost kernel: mice: PS/2 mouse device common for all mice
Dec 15 16:41:49 localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Dec 15 16:41:49 localhost kernel: input: PS/2 Generic Mouse on isa0060/serio1
Dec 15 16:41:49 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Dec 15 16:41:49 localhost kernel: input: AT Translated Set 2 keyboard on isa0060/serio0
Dec 15 16:41:49 localhost kernel: NET: Registered protocol family 2
Dec 15 16:41:49 localhost kernel: IP: routing cache hash table of 4096 buckets, 32Kbytes
Dec 15 16:41:49 localhost kernel: TCP: Hash tables configured (established 32768 bind 32768)
Dec 15 16:41:49 localhost kernel: NET: Registered protocol family 1
Dec 15 16:41:49 localhost kernel: NET: Registered protocol family 17
Dec 15 16:41:49 localhost kernel: PM: Reading pmdisk image.
Dec 15 16:41:49 localhost kernel: PM: Resume from disk failed.
Dec 15 16:41:49 localhost kernel: RAMDISK: Compressed image found at block 0
Dec 15 16:41:49 localhost kernel: VFS: Mounted root (ext2 filesystem).
Dec 15 16:41:49 localhost kernel: usbcore: registered new driver usbfs
Dec 15 16:41:49 localhost kernel: usbcore: registered new driver hub
Dec 15 16:41:49 localhost kernel: USB Universal Host Controller Interface driver v2.2
Dec 15 16:41:49 localhost kernel: uhci_hcd 0000:00:07.2: Intel Corp. 82371AB/EB/MB PIIX4 USB
Dec 15 16:41:49 localhost kernel: uhci_hcd 0000:00:07.2: irq 10, io base 0000e000
Dec 15 16:41:49 localhost kernel: uhci_hcd 0000:00:07.2: new USB bus registered, assigned bus number 1
Dec 15 16:41:49 localhost kernel: hub 1-0:1.0: USB hub found
Dec 15 16:41:49 localhost kernel: hub 1-0:1.0: 2 ports detected
Dec 15 16:41:49 localhost kernel: ReiserFS: hda2: found reiserfs format "3.6" with standard journal
Dec 15 16:41:49 localhost kernel: ReiserFS: hda2: using ordered data mode
Dec 15 16:41:49 localhost kernel: usb 1-2: new full speed USB device using address 2
Dec 15 16:41:49 localhost kernel: ReiserFS: hda2: journal params: device hda2, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Dec 15 16:41:49 localhost kernel: ReiserFS: hda2: checking transaction log (hda2)
Dec 15 16:41:49 localhost kernel: ReiserFS: hda2: Using r5 hash to sort names
Dec 15 16:41:49 localhost kernel: Freeing unused kernel memory: 156k freed
Dec 15 16:41:49 localhost kernel: Real Time Clock Driver v1.12
Dec 15 16:41:49 localhost kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing disabled
Dec 15 16:41:49 localhost kernel: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Dec 15 16:41:49 localhost kernel: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Dec 15 16:41:49 localhost kernel: pnp: the driver 'parport_pc' has been registered
Dec 15 16:41:49 localhost kernel: pnp: match found with the PnP device '00:0d' and the driver 'parport_pc'
Dec 15 16:41:49 localhost kernel: parport: PnPBIOS parport detected.
Dec 15 16:41:49 localhost kernel: parport0: PC-style at 0x378, irq 7 [PCSPP(,...)]
Dec 15 16:41:49 localhost kernel: ieee1394: Initialized config rom entry `ip1394'
Dec 15 16:41:49 localhost kernel: PCI: Found IRQ 5 for device 0000:00:12.0
Dec 15 16:41:49 localhost kernel: Adding 667792k swap on /dev/hda3. Priority:-1 extents:1
Dec 15 16:41:49 localhost kernel: ts: Compaq touchscreen protocol output
Dec 15 16:41:51 localhost kernel: Linux agpgart interface v0.100 (c) Dave Jones
Dec 15 16:41:51 localhost kernel: agpgart: Detected an Intel 440BX Chipset.
Dec 15 16:41:51 localhost kernel: agpgart: Maximum main memory to use for agp memory: 263M
Dec 15 16:41:51 localhost kernel: agpgart: AGP aperture is 128M @ 0xe8000000

Dec 15 16:44:00 localhost syslogd 1.4.1: restart.
Dec 15 16:44:00 localhost kernel: klogd 1.4.1, log source = /proc/kmsg started.
CUT
Dec 15 16:44:04 localhost kernel: ts: Compaq touchscreen protocol output
Dec 15 16:44:04 localhost kernel: Linux agpgart interface v0.100 (c) Dave Jones
Dec 15 16:44:04 localhost kernel: agpgart: Detected an Intel 440BX Chipset.
Dec 15 16:44:04 localhost kernel: agpgart: Maximum main memory to use for agp memory: 263M
Dec 15 16:44:04 localhost kernel: agpgart: AGP aperture is 128M @ 0xe8000000
Dec 15 16:44:11 localhost kernel: PCI: Found IRQ 5 for device 0000:00:12.0

Dec 15 18:37:23 localhost syslogd 1.4.1: restart.
Dec 15 18:37:23 localhost kernel: klogd 1.4.1, log source = /proc/kmsg started.
CUT
Dec 15 18:37:27 localhost kernel: Linux agpgart interface v0.100 (c) Dave Jones
Dec 15 18:37:27 localhost kernel: agpgart: Detected an Intel 440BX Chipset.
Dec 15 18:37:27 localhost kernel: agpgart: Maximum main memory to use for agp memory: 263M
Dec 15 18:37:27 localhost kernel: agpgart: AGP aperture is 128M @ 0xe8000000


And here the contents of rcx.d dirs:
rc1.d:
K00cups
K34dhcrelay
K35dhcpd
K80sysklogd
K87portmap
K90network

rc3.d:
S10sysklogd
S15hotplug
S20network
S98local
S99cups

rc5.d:
S10sysklogd
S15hotplug
S20network
S50alsasound
S60crond
S90cupsd
S98local
S99kdm


Do you think the real problem is the "hotplug" command?
bye
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
nautilus crash on startup MrFixit Linux - Software 2 09-01-2005 08:46 PM
Artsd crash on startup evilgold Linux - Newbie 1 08-08-2005 10:20 AM
Crash on startup evilpoptart SUSE / openSUSE 1 01-28-2005 04:04 PM
redhat 9 startup crash... johnyy Linux - Software 0 10-17-2004 02:33 PM
Anjuta startup crash xconspirisist Linux - Software 1 11-19-2003 01:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Yoper

All times are GMT -5. The time now is 01:06 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration