View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 9 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Fri Jan 26, 2007 10:27 pm 
Offline
Joined: Wed Dec 27, 2006 4:13 pm
Posts: 116
Twice this has happened in the last week or so.

Live TV kicks out to the KnoppMyth menu (like if you hit ESC and exit KnoppMyth you get X).

Reboot the system and I see:

INIT: id "c7" respawning too fast: disabled for 5 minutes.

The first time a simple reboot and it went away.

But this time, it's not.

I've not changed any Nvidia drivers or anything (maybe that's the problem).

Here's what my xorg.log shows (at the end):

Code:
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "UseEdidDpi" "FALSE"
(**) NVIDIA(0): Option "DPI" "100 x 100"
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): NVIDIA GPU GeForce 6150 at PCI:0:5:0
(--) NVIDIA(0): VideoRAM: 262144 kBytes
(--) NVIDIA(0): VideoBIOS: 05.51.22.33.07
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 6150 at PCI:0:5:0:
(--) NVIDIA(0):     Proview LT582s (CRT-0)
(--) NVIDIA(0): Proview LT582s (CRT-0): 350.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-0

Backtrace:
0: /usr/bin/X11/X(xf86SigHandler+0x84) [0x80c4354]
1: [0xb7f26420]

Fatal server error:
Caught signal 4.  Server aborting


I've tried turning off APCI (no difference). Do I need to update the video card drivers? The process seems a bit daunting (one thread says to do it one way and another is all bits and pieces and says to do it a diff. way).

I've even tried changing the xorg.conf to say "vesa" instead of "nvidia" but that doesn't make any difference.

I think I shall stick my head in the oven now.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 27, 2007 3:17 pm 
I got this problem AFTER I updated my nVidia drivers on an R5E50 updated machine.

I reinstalled the drivers and it went away but now my 0.2 Air2PC capture card doesn't work. I'm getting ready to just slick the whole box and start over fresh.


Top
  
 
 Post subject:
PostPosted: Sat Jan 27, 2007 4:33 pm 
Offline
Joined: Fri Feb 24, 2006 11:10 pm
Posts: 21
Location: Austin, TX
I was tweaking my xorg.conf file for my TV and after a reboot I ran in to this problem. Fortunately, I had only changed one thing so I knew what to disable. I had added this line:

Code:
Option "UseEvents" "True"

After commenting it out. I did not have the "respawning" problem.

Of note, I have not updated my NVIDIA drivers. XvMC seems to be working ok for me so I have not tried to upgrade.

_________________
-William
--------------------------------------------------
Knoppmyth R6, ASUS P5B, Core 2 Duo E6700, HD 1TB Seagate, 2Gb DDR2, Nvidia 6600GT, Fusion HDTV lite 5, pcHDTV HD-3000


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 27, 2007 7:56 pm 
Offline
Joined: Wed Dec 27, 2006 4:13 pm
Posts: 116
Well ironically after the 5th reboot it's all fine now.

How strange is that?

If I had the "definitive" steps for upgrading the video card drivers, I would attempt it (actually got stuff backed up so I guess I'll try it anyway).

I see two diff. threads on upgrading the drivers and it seems to be quite a nasty process.


Top
 Profile  
 
PostPosted: Mon Feb 19, 2007 4:22 pm 
Offline
Joined: Tue Jan 30, 2007 11:28 pm
Posts: 8
Suddenly, my system too fell victim to the dreaded:

INIT: id "c7" respawning too fast: disabled for 5 minutes.

Rebooting numerous times doesn't seem to have helped. My xorg.conf file is unchanged. The hardware seems to be fine -- as a test, I did a fresh install to another hard drive and that comes up just fine.
The graphics are just an integrated i810, and this is all with KM 5E50.

It is just a test system, but I am wondering what the root cause could be? or what is a less disruptive (than a new auto-install) way to recover?

I made a half-hearted attempt at doing a knoppmyth backup, from the working installation. And then tried to untar the backup file over top of the drive that was suffering from the "respawning" problem. After that i never really got it going, so I gave in and reloaded everything from CD.

EDIT / UPDATE : After another fresh software install from CD, the next day when I booted up my whole hda1 partition was messed up. So, in my particular case, I think I was suffering from some sort of hardware failure... Probably a bad a hard disk.


Last edited by ebeighe on Thu Feb 22, 2007 6:56 pm, edited 1 time in total.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Feb 19, 2007 5:58 pm 
Offline
Joined: Wed Dec 27, 2006 4:13 pm
Posts: 116
I did finally get the problem to go away by upgrading the video card drivers (I did finally figure out the steps).

Of course, after upgrading the video card drivers, after the 2nd reboot, it trashed my SQL database, so I reinstalled all from scratch. Haven't had it happen again.


Top
 Profile  
 
 Post subject: happened to me too!
PostPosted: Thu Feb 22, 2007 1:47 pm 
Offline
Joined: Tue Mar 28, 2006 8:26 pm
Posts: 804
Location: Minneapolis, MN
I had this EXACT thing happen to me last night during the painful nvida upgrade process.

I was following this thread:
http://mysettopbox.tv/phpBB2/viewtopic. ... highlight=
and after the nvidia driver scirpt finished and I rebooted, I started getting the "INIT: id "c7" respawning too fast: disabled for 5 minutes. " message. I was so scared that I had hosed my system up.

In a panic, I went back to the thread and found my solution near the bottom of page 1.
MrFahrenheit posted that he had to run the following commands:

update-rc.d -f install-nvidia-debian remove
update-rc.d -f nvidia-glx remove
update-rc.d -f nvidia-kernel remove

and then re-run the nvidia driver script.

After a reboot, all worked.

I wonder why the person who started the thread didn't have the "id c7" happen to him??? It is certainly happening to many others!

_________________
KnoppMyth R5.5, Asus A8N-VM CSM (nvidia 6150 onboard video), AMD Athlon 64 dual-core 4200+, two 1GB sticks DDR 400, HD-3000 HDTV card, PVR-150 card, Iguanaworks RS-232 IR receiver/transmitter, Pioneer DVR-110 DVD burner


Top
 Profile  
 
 Post subject: Re: happened to me too!
PostPosted: Fri Feb 23, 2007 11:19 am 
Offline
Joined: Thu Jan 13, 2005 9:55 am
Posts: 135
Location: Decatur, Ga., USA
neutron68 wrote:
I had this EXACT thing happen to me last night during the painful nvida upgrade process.

I was following this thread:
http://mysettopbox.tv/phpBB2/viewtopic. ... highlight=
and after the nvidia driver scirpt finished and I rebooted, I started getting the "INIT: id "c7" respawning too fast: disabled for 5 minutes. " message. I was so scared that I had hosed my system up.

In a panic, I went back to the thread and found my solution near the bottom of page 1.
MrFahrenheit posted that he had to run the following commands:

update-rc.d -f install-nvidia-debian remove
update-rc.d -f nvidia-glx remove
update-rc.d -f nvidia-kernel remove

and then re-run the nvidia driver script.

After a reboot, all worked.

I wonder why the person who started the thread didn't have the "id c7" happen to him??? It is certainly happening to many others!


I have seen this error message twice during my tweaking of xorg.conf or XF86Config-4.

The problem, in my particular case, was that my text-editing was being done on a Mac, and apparently the different line-wrap and end-of-line functions in the Mac text editor caused Linux to barf up X. Once I edited using a Linux-based text editor (actually, I edited using the File Manager in Webmin), everything was fine.

-sTv

_________________
R7.3 Backend
CPU: 1.8 GHz
RAM: 2Gb
Drives: 500Gb IDE; IDE DVD-RW
Mobo: eMachines
Tuners (Analog): PVR-250
Tuners (Digital): DCT-6200 Motorola Cable Box, HDHomeRun (OTA + cable)


Top
 Profile  
 
 Post subject: Re: happened to me too!
PostPosted: Fri Feb 23, 2007 11:30 am 
Offline
Joined: Fri Apr 02, 2004 10:08 am
Posts: 1637
Location: Virginia, USA
steeve wrote:
The problem, in my particular case, was that my text-editing was being done on a Mac, and apparently the different line-wrap and end-of-line functions in the Mac text editor caused Linux to barf up X.


Kinda off-topic, but if you want to edit on your Mac and retain proper line endings, use the free TextWrangler from Bare Bones software:

http://www.barebones.com/products/textwrangler/

If you do a Save As you have options for either Mac, DOS, or Unix style line breaks.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 27 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu