AW: Debugging initramfs, server hangs during boot process

2023-09-18 Thread thah...@t-online.de
. Sigh, Thomas -Original-Nachricht- Betreff: Re: AW: Debugging initramfs, server hangs during boot process Datum: 2023-08-30T12:00:56+0200 Von: "Michel Verdier" An: "debian-user@lists.debian.org" On 2023-08-30, thah...@t-online.de wrote: > The last USB device in t

Re: AW: Debugging initramfs, server hangs during boot process

2023-08-30 Thread Michel Verdier
On 2023-08-30, thah...@t-online.de wrote: > The last USB device in this list is a bluetooth card. I have blacklisted > btusb, > but this didn't help, still hangs. > At 182 seconds I pressed CRTL_ALT_DEL and the times without sleep statements > come down to like 11 seconds when it hangs. You

AW: Debugging initramfs, server hangs during boot process

2023-08-29 Thread thah...@t-online.de
econds when it hangs. -Original-Nachricht- Betreff: Re: AW: Debugging initramfs, server hangs during boot process Datum: 2023-08-28T11:42:19+0200 Von: "Michel Verdier" An: "debian-user@lists.debian.org" On 2023-08-28, thah...@t-online.de wrote: > It hangs in /usr/

Re: AW: Debugging initramfs, server hangs during boot process

2023-08-28 Thread Michel Verdier
On 2023-08-28, thah...@t-online.de wrote: > It hangs in /usr/share/initramfs-tools/scripts/init-top/udev > > The 2nd last udev call hangs my box > udevadm trigger --type=devices --action=add Perhaps add before udevadm trigger --verbose --dry-run --type=devices --action=add

Re: AW: Debugging initramfs, server hangs during boot process

2023-08-27 Thread Max Nikulin
On 28/08/2023 05:19, thah...@t-online.de wrote: It hangs in /usr/share/initramfs-tools/scripts/init-top/udev Unsure if it is related or not (I have not tried to debug it), but I have noticed some issues with laptop boot when a USB hub with a keyboard and a mouse is connected. It might be an

AW: Debugging initramfs, server hangs during boot process

2023-08-27 Thread thah...@t-online.de
The udev script is from the udev package -Original-Nachricht- Betreff: AW: Debugging initramfs, server hangs during boot process Datum: 2023-08-28T00:20:33+0200 Von: "thah...@t-online.de" An: "debian user" It hangs in /usr/share/initramfs-tools/scripts/init-top/ude

AW: Debugging initramfs, server hangs during boot process

2023-08-27 Thread thah...@t-online.de
oot. Sigh! -Original-Nachricht- Betreff: Re: AW: Debugging initramfs, server hangs during boot process Datum: 2023-08-26T13:45:19+0200 Von: "Michel Verdier" An: "debian-user@lists.debian.org" On 2023-08-26, thah...@t-online.de wrote: > Tried with clocksourche=hpet

Re: AW: Debugging initramfs, server hangs during boot process

2023-08-26 Thread Michel Verdier
On 2023-08-26, thah...@t-online.de wrote: > Tried with clocksourche=hpet > Now the Switched to clocksouce tsc is missing and the last line is > clocksource: tsc: mask . > like before the 2nd last line (as to be expected) On my kernel I always have those 3 lines during boot : clocksource:

AW: Debugging initramfs, server hangs during boot process

2023-08-26 Thread thah...@t-online.de
-Nachricht- Betreff: Re: AW: Debugging initramfs, server hangs during boot process Datum: 2023-08-26T12:04:46+0200 Von: "Tixy" An: "debian-user@lists.debian.org" On Sat, 2023-08-26 at 11:07 +0200, thah...@t-online.de wrote: > I had debug on the command line before, just

Re: AW: Debugging initramfs, server hangs during boot process

2023-08-26 Thread Tixy
On Sat, 2023-08-26 at 11:07 +0200, thah...@t-online.de wrote: > I had debug on the command line before, just didn't know of debug=vc > However the output on the screen is the same with either one. > > Last line is clocksource: Switched to clocksource tsc I notice two 1 second delays during boot

AW: Debugging initramfs, server hangs during boot process

2023-08-26 Thread thah...@t-online.de
with debug prints just to find where it is stuck uaaah! -Original-Nachricht- Betreff: Re: Debugging initramfs, server hangs during boot process Datum: 2023-08-26T10:20:54+0200 Von: "Michel Verdier" An: "debian-user@lists.debian.org" On 2023-08-26, Tixy wrote: >&

Re: Debugging initramfs, server hangs during boot process

2023-08-26 Thread Michel Verdier
On 2023-08-26, Tixy wrote: >> I thought of that, too, but debug writes to a tmpfs (it has to, at this >> point). If the machine locks up, the log is lost... > > Logs will appear on the screen so long as you don't have the 'quiet' > parameter on the Linux commandline. I think it always writes to

Re: Debugging initramfs, server hangs during boot process

2023-08-26 Thread Tixy
On Sat, 2023-08-26 at 07:59 +0200, to...@tuxteam.de wrote: > On Sat, Aug 26, 2023 at 07:40:21AM +0200, Michel Verdier wrote: [...] > > > > Did you try with "debug" on the linux command line to get more logs > > ? > > I thought of that, too, but debug writes to a tmpfs (it has to, at this >

Re: Debugging initramfs, server hangs during boot process

2023-08-25 Thread tomas
On Sat, Aug 26, 2023 at 07:40:21AM +0200, Michel Verdier wrote: > On 2023-08-25, thah...@t-online.de wrote: > > > Looking at the initramfs manpages i found that I can get into the busybox > > during > > the boot process with break=... on the linux command line. > > break=top > > works, but > >

Re: Debugging initramfs, server hangs during boot process

2023-08-25 Thread Michel Verdier
On 2023-08-25, thah...@t-online.de wrote: > Looking at the initramfs manpages i found that I can get into the busybox > during > the boot process with break=... on the linux command line. > break=top > works, but > break=modules > is not reached. It hangs before that. Did you try with "debug"

Debugging initramfs, server hangs during boot process

2023-08-25 Thread thah...@t-online.de
Hi all, being on sid, I know that there can be problems. However, this seems to be a bit hard for me to solve without proper help. The machine hangs during boot. Looking at the initramfs manpages i found that I can get into the busybox during the boot process with break=... on the linux command

Re: hangs at boot

2022-12-09 Thread David Wright
On Fri 09 Dec 2022 at 15:22:23 (-0500), Greg Wooledge wrote: > On Fri, Dec 09, 2022 at 01:57:44PM -0600, David Wright wrote: > > You and I presumably run our systems with multi-user as the final^H^H^H^H^H default > > target. I think the OP had graphical instead, but hadn't installed > > a DM.

Re: hangs at boot

2022-12-09 Thread Greg Wooledge
On Fri, Dec 09, 2022 at 01:57:44PM -0600, David Wright wrote: > You and I presumably run our systems with multi-user as the final > target. I think the OP had graphical instead, but hadn't installed > a DM. I didn't change the default target. unicorn:~$ systemctl get-default graphical.target In

Re: hangs at boot

2022-12-09 Thread David Wright
I've removed [Solved] from the Subject: line as reinstallation doesn't count as a solution, and any evidence is destroyed. On Thu 08 Dec 2022 at 20:33:58 (-0500), Greg Wooledge wrote: > On Fri, Dec 09, 2022 at 01:19:46AM +0100, email.list...@gmail.com wrote: > > As it turns out I didn't need to

Re: hangs at boot [Solved]

2022-12-08 Thread Greg Wooledge
On Fri, Dec 09, 2022 at 01:19:46AM +0100, email.list...@gmail.com wrote: > As it turns out I didn't need to but for future use, do you have any tips on > where one might find documentation about how agetty interacts with the rest > of the debian startup process? I've searched but the results have

Re: hangs at boot [Solved]

2022-12-08 Thread email . lists81
On 2022-12-01 19:27, Greg Wooledge wrote: On Thu, Dec 01, 2022 at 07:25:24PM +0100, jd wrote: On 2022-12-01 19:05, Tim Woodall wrote: On Thu, 1 Dec 2022, jd wrote: On 2022-11-30 18:52, Hans wrote: Am Mittwoch, 30. November 2022, 18:33:49 CET schrieb jd: Try to deinstall cups and remove any

Re: hangs at boot

2022-12-01 Thread Greg Wooledge
On Thu, Dec 01, 2022 at 07:25:24PM +0100, jd wrote: > > On 2022-12-01 19:05, Tim Woodall wrote: > > On Thu, 1 Dec 2022, jd wrote: > > > > > > > > On 2022-11-30 18:52, Hans wrote: > > > > Am Mittwoch, 30. November 2022, 18:33:49 CET schrieb jd: > > > > > > > > Try to deinstall cups and remove

Re: hangs at boot

2022-12-01 Thread jd
On 2022-12-01 19:05, Tim Woodall wrote: On Thu, 1 Dec 2022, jd wrote: On 2022-11-30 18:52, Hans wrote: Am Mittwoch, 30. November 2022, 18:33:49 CET schrieb jd: Try to deinstall cups and remove any usb cameras. I had had the problem, that cups detected an usb camera as a printer and then

Re: hangs at boot

2022-12-01 Thread jd
On 2022-12-01 18:19, David Wright wrote: On Thu 01 Dec 2022 at 13:22:11 (+0100), jd wrote: On 2022-12-01 04:14, David Wright wrote: On Wed 30 Nov 2022 at 19:38:05 (-0500), Greg Wooledge wrote: Have you considered the possibility it's *not* hung, but is in fact booted and working? Have you

Re: hangs at boot

2022-12-01 Thread Tim Woodall
On Thu, 1 Dec 2022, jd wrote: On 2022-11-30 18:52, Hans wrote: Am Mittwoch, 30. November 2022, 18:33:49 CET schrieb jd: Try to deinstall cups and remove any usb cameras. I had had the problem, that cups detected an usb camera as a printer and then stopped booting. I tried removing all

Re: hangs at boot

2022-12-01 Thread David Wright
On Thu 01 Dec 2022 at 13:22:11 (+0100), jd wrote: > On 2022-12-01 04:14, David Wright wrote: > > On Wed 30 Nov 2022 at 19:38:05 (-0500), Greg Wooledge wrote: > > > Have you considered the possibility it's *not* hung, but is in fact > > > booted and working? > > > > > > Have you tried pressing

Re: hangs at boot

2022-12-01 Thread Thomas Schmitt
Hi, jd wrote: > Perhaps there's just something iffy with the installation media I used? I deem this unlikely, given that you report no errors during installation. Nevertheless: Which installation image did you use ? If the installation medium with that image is still at hand, what checksum do

Re: hangs at boot

2022-12-01 Thread jd
On 2022-12-01 04:14, David Wright wrote: On Wed 30 Nov 2022 at 19:38:05 (-0500), Greg Wooledge wrote: On Thu, Dec 01, 2022 at 01:36:05AM +0100, jd wrote: On 2022-11-30 18:52, Hans wrote: Am Mittwoch, 30. November 2022, 18:33:49 CET schrieb jd: Try to deinstall cups and remove any usb

Re: hangs at boot

2022-11-30 Thread Tixy
On Thu, 2022-12-01 at 01:36 +0100, jd wrote: > On 2022-11-30 18:52, Hans wrote: > > Am Mittwoch, 30. November 2022, 18:33:49 CET schrieb jd: > > > > Try to deinstall cups and remove any usb cameras. I had had the problem, > > that > > cups detected an usb camera as a printer and then stopped

Re: hangs at boot

2022-11-30 Thread David Wright
On Wed 30 Nov 2022 at 19:38:05 (-0500), Greg Wooledge wrote: > On Thu, Dec 01, 2022 at 01:36:05AM +0100, jd wrote: > > On 2022-11-30 18:52, Hans wrote: > > > Am Mittwoch, 30. November 2022, 18:33:49 CET schrieb jd: > > > > > > Try to deinstall cups and remove any usb cameras. I had had the

Re: hangs at boot

2022-11-30 Thread David Wright
On Wed 30 Nov 2022 at 18:33:49 (+0100), jd wrote: > > I just installed debian 11, it keeps hanging at boot at the same place. > > It gets to > > [ OK ] Started Make remote CUPS printers available locally > > and then it hangs. I don't know where I should even begin to look in > order to

Re: hangs at boot

2022-11-30 Thread Greg Wooledge
On Thu, Dec 01, 2022 at 01:36:05AM +0100, jd wrote: > > On 2022-11-30 18:52, Hans wrote: > > Am Mittwoch, 30. November 2022, 18:33:49 CET schrieb jd: > > > > Try to deinstall cups and remove any usb cameras. I had had the problem, > > that > > cups detected an usb camera as a printer and then

Re: hangs at boot

2022-11-30 Thread jd
On 2022-11-30 18:52, Hans wrote: Am Mittwoch, 30. November 2022, 18:33:49 CET schrieb jd: Try to deinstall cups and remove any usb cameras. I had had the problem, that cups detected an usb camera as a printer and then stopped booting. I tried removing all cups packages, then it just

Re: hangs at boot

2022-11-30 Thread Hans
Am Mittwoch, 30. November 2022, 18:33:49 CET schrieb jd: Try to deinstall cups and remove any usb cameras. I had had the problem, that cups detected an usb camera as a printer and then stopped booting. The camera was a noname one, and I do not own it any more. Just an idea Good luck!

hangs at boot

2022-11-30 Thread jd
Hi! I just installed debian 11, it keeps hanging at boot at the same place. It gets to [ OK ] Started Make remote CUPS printers available locally and then it hangs. I don't know where I should even begin to look in order to diagnose this, anyone got any ideas? cheers jd

Re: Re: Debian 11 hangs on boot

2022-03-02 Thread Thanos Katsiolis
I wasn't the only one with access to that machine, and Debian were reinstalled. In any case, thank you for your tip Christian, I'll keep it for the future. Cheers.

Re: Debian 11 hangs on boot

2022-03-02 Thread Christian Britz
Maybe a problem with the video configuration? Checking /var/log/Xorg.0.log could be a good first step. Cheers, Christian On 2022-03-02 11:11 UTC+0100, Thanos Katsiolis wrote: > Hello, > > boot gets stuck on > > "[OK] Started GNOME Display Manager" > > Apart from solving the problem, I would

Debian 11 hangs on boot

2022-03-02 Thread Thanos Katsiolis
Hello, boot gets stuck on "[OK] Started GNOME Display Manager" Apart from solving the problem, I would also like, if someone could tell me how to find out why the booting fails/gets stuck. What I have tried is to look at the boot logs in /var/log/, in case I find something helping me figure out

Debian 11 freezes/hangs after boot

2021-10-11 Thread C.T.F. Jansen
Greetings, Installed the Debian 11 Live DVD on a USB stick then a DVD. Both hardly respond to the keyboard or mouse after some minutes. Seen the full desktop once. The desktop usually stops when the pointer appears on the grey screen. A ctrl-alt-f2 and ctrl-alt-f3 sometimes shows a prompt at

System hangs on boot after upgrade to jessie

2015-09-15 Thread Gary Roach
] Hi I have a Qosmio G25 lap top that I haven't used for a while. I now need it and decided to upgrade to the latest stable release (jessie). I updated wheezy to its latest version before upgrading to jessie. I then changed the sources.list to stable and proceeded with the upgrade.

Re: Machine hangs at boot

2014-12-18 Thread Brad Rogers
On Mon, 15 Dec 2014 12:45:52 +0100 Marko Randjelovic marko...@eunet.rs wrote: Hello Marko, On Mon, 15 Dec 2014 14:37:10 +0400 German gentger...@gmail.com wrote: 939. [ 34.070472] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro What's sda2? Looks like it has errors. Do fsck on sda2. sda2

Re: Machine hangs at boot

2014-12-17 Thread Andrei POPESCU
On Lu, 15 dec 14, 12:45:52, Marko Randjelovic wrote: On Mon, 15 Dec 2014 14:37:10 +0400 German gentger...@gmail.com wrote: My machine hangs at boot, so i'd like someone to take a look at my log. Thanks http://pastebin.com/3crkJgnE 939. [ 34.070472] EXT4-fs (sda2): re-mounted

Re: Machine hangs at boot

2014-12-16 Thread berenger . morel
Le 15.12.2014 19:37, German a écrit : Just for the hack of it, I tried startx and the system hangs. So it seems to me that it is server issues. Is that possible to look at server logs? Where are they located? You can find the logs /var/log. Ps: No need to CC me. -- To UNSUBSCRIBE, email to

Machine hangs at boot

2014-12-15 Thread German
My machine hangs at boot, so i'd like someone to take a look at my log. Thanks http://pastebin.com/3crkJgnE

Re: Machine hangs at boot

2014-12-15 Thread Marko Randjelovic
On Mon, 15 Dec 2014 14:37:10 +0400 German gentger...@gmail.com wrote: My machine hangs at boot, so i'd like someone to take a look at my log. Thanks http://pastebin.com/3crkJgnE 939. [ 34.070472] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro What's sda2? Looks like it has errors

Re: Machine hangs at boot

2014-12-15 Thread German
Fsck says sda2 is clean. Thanks Marko Randjelovic marko...@eunet.rs wrote: On Mon, 15 Dec 2014 14:37:10 +0400 German gentger...@gmail.com wrote: My machine hangs at boot, so i'd like someone to take a look at my log. Thanks http://pastebin.com/3crkJgnE 939. [ 34.070472] EXT4-fs (sda2

Re: Machine hangs at boot

2014-12-15 Thread Frederic Marchal
On Monday 15 December 2014 14:37:10 German wrote: My machine hangs at boot, so i'd like someone to take a look at my log. Thanks http://pastebin.com/3crkJgnE Let's try another wild guess. sdb looks corrupted or not initialized [2.147780] sdb: unknown partition table Can you unplug

Re: Machine hangs at boot

2014-12-15 Thread German
Do you refer to SDB as 500GB disk? Frederic Marchal frederic.marc...@wowtechnology.com wrote: On Monday 15 December 2014 14:37:10 German wrote: My machine hangs at boot, so i'd like someone to take a look at my log. Thanks http://pastebin.com/3crkJgnE Let's try another wild guess. sdb

Re: Machine hangs at boot

2014-12-15 Thread Frederic Marchal
Frederic Marchal frederic.marc...@wowtechnology.com wrote: On Monday 15 December 2014 14:37:10 German wrote: My machine hangs at boot, so i'd like someone to take a look at my log. Thanks http://pastebin.com/3crkJgnE Let's try another wild guess. sdb looks corrupted or not initialized

Re: Machine hangs at boot

2014-12-15 Thread German
December 2014 14:37:10 German wrote: My machine hangs at boot, so i'd like someone to take a look at my log. Thanks http://pastebin.com/3crkJgnE Let's try another wild guess. sdb looks corrupted or not initialized [2.147780] sdb: unknown partition table Can you unplug

Re: Machine hangs at boot

2014-12-15 Thread Frederic Marchal
: 0 ANSI: 5 [2.130695] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB) Frederic Frederic Marchal frederic.marc...@wowtechnology.com wrote: On Monday 15 December 2014 14:37:10 German wrote: My machine hangs at boot, so i'd like someone to take a look at my

Re: Machine hangs at boot

2014-12-15 Thread German
ANSI: 5 [2.130695] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB) Frederic Frederic Marchal frederic.marc...@wowtechnology.com wrote: On Monday 15 December 2014 14:37:10 German wrote: My machine hangs at boot, so i'd like someone to take a look at my log

Re: Machine hangs at boot

2014-12-15 Thread Frederic Marchal
On Monday 15 December 2014 16:14:09 German wrote: SDB is ext4. It is just a disk I use for data. Under normal circumstances, when system operating normally it isn't mounted for some reason and it gets mounted when I just click on it in LXDE. I guess that's why it's not initialized LXDE can't

Re: Machine hangs at boot

2014-12-15 Thread berenger . morel
Le 15.12.2014 14:00, Frederic Marchal a écrit : On Monday 15 December 2014 15:48:40 German wrote: Oh OK, there really is such a disk. Unfortunately I can't remove it. My machine was running smoothly for about two months and after kernel update this thing happened. Is sdb supposed to

Re: Machine hangs at boot

2014-12-15 Thread German
Rescue mode is the same as recovery mode? If so, yes I can go to recovery but not sure how to proceed to check cdb for errors. Unfortunaly I don't have a rescue cd Frederic Marchal frederic.marc...@wowtechnology.com wrote: On Monday 15 December 2014 16:14:09 German wrote: SDB is ext4. It is

Re: Machine hangs at boot

2014-12-15 Thread German
Just for the hack of it, I tried startx and the system hangs. So it seems to me that it is server issues. Is that possible to look at server logs? Where are they located? berenger.mo...@neutralite.org wrote: Le 15.12.2014 14:00, Frederic Marchal a écrit : On Monday 15 December 2014 15:48:40

Re: System hangs at boot after Squeeze to Wheezy update (saslauthd culprit?)

2014-12-08 Thread Bob Proulx
Sergi Pons Freixes wrote: I just upgraded my VPS at Linode from Squeeze to Wheezy, everything looked find (only some issues with Dovecot), but after the reboot the system hangs at: ... So, or it is something related to saslauthd (the last message printed), or to the error seen before with

System hangs at boot after Squeeze to Wheezy update (saslauthd culprit?)

2014-12-03 Thread Sergi Pons Freixes
Hi everybody, I just upgraded my VPS at Linode from Squeeze to Wheezy, everything looked find (only some issues with Dovecot), but after the reboot the system hangs at: [] Starting the hotplug events dispatcher: udevdudevd[1452]: starting version 175 . ok [ ok ] Synthesizing the initial

Lenny sometimes hangs during boot up with Splashy

2009-04-09 Thread theOne
Lenny boots up, with Splashy 0.3.13 as startup splash, from NFS server. But sometimes, it hangs during bootup. When it hangs: .. no response to any keyboard including F2; .. can response to echo request by ping from other hosts; .. about 50% of progress bar passed; .. no remote ssh login since

Re: Etch hangs on boot after printer installation

2007-02-06 Thread Douglas Allan Tutty
On Mon, Feb 05, 2007 at 06:13:01AM +0100, Fab wrote: I just installed the Linux driver for my printer a Samsung ML-1710, printer worked fine but now the system hangs on boot, I have attached a screenshot of where the boot stalls. I am not sure what to make of it, should I do a dpkg

Re: Etch hangs on boot after printer installation

2007-02-05 Thread Andrew Sackville-West
On Mon, Feb 05, 2007 at 06:13:01AM +0100, Fab wrote: I just installed the Linux driver for my printer a Samsung ML-1710, printer worked fine but now the system hangs on boot, I have attached a screenshot of where the boot stalls. I am not sure what to make of it, should I do a dpkg

Etch hangs on boot after printer installation

2007-02-04 Thread Fab
I just installed the Linux driver for my printer a Samsung ML-1710, printer worked fine but now the system hangs on boot, I have attached a screenshot of where the boot stalls. I am not sure what to make of it, should I do a dpkg-reconfigure xserver-xorg? -- To UNSUBSCRIBE, email to [EMAIL

Re: 2.6.16 hangs at boot

2006-03-30 Thread Bob McGowan
Hello, At least in bash, both '=' and '==' work as the condition. From the bash man page: string1 == string2 True if the strings are equal. = may be used in place of == for strict POSIX compliance. The original poster said When I boot that system the boot stops solid in the

Re: 2.6.16 hangs at boot

2006-03-30 Thread Hugo Vanwoerkom
Bob McGowan wrote: Hello, At least in bash, both '=' and '==' work as the condition. From the bash man page: string1 == string2 True if the strings are equal. = may be used in place of == for strict POSIX compliance. The original poster said When I boot that system the boot

2.6.16 hangs at boot

2006-03-29 Thread Hugo Vanwoerkom
Hi, Maybe someone has a suggestion here. Problem: In Sarge I normally run the -ck kernel patches from Con Kolivas. He just came out with 2.6.16-ck1 and -ck2. When I boot that system the boot stops solid in the grep stmnt in /etc/hotplug/usb.rc line 200: if [ ”$SYNTHESIZE” = false ] || [ ! -f

Re: 2.6.16 hangs at boot

2006-03-29 Thread John Schmidt
On Wednesday 29 March 2006 16:25, Hugo Vanwoerkom wrote: Hi, Maybe someone has a suggestion here. Problem: In Sarge I normally run the -ck kernel patches from Con Kolivas. He just came out with 2.6.16-ck1 and -ck2. When I boot that system the boot stops solid in the grep stmnt in

Re: System hangs at boot

2006-03-19 Thread Robert Brockway
On Sat, 18 Mar 2006, Leo Britto wrote: Hi everyone, I have a Debian Sarge 2.6.8 running on my laptop and I finally got my wireless adapter to work. But when I reboot it I just cant go pass the jabberd startup. Earlier it was hanging on the MTA startup so I apt-get remove exim4-base and got rid

Re: System hangs at boot

2006-03-19 Thread Luis R Finotti
Hi, Leo Britto wrote: Hi everyone, I have a Debian Sarge 2.6.8 running on my laptop and I finally got my wireless adapter to work. But when I reboot it I just cant go pass the jabberd startup. Earlier it was hanging on the MTA startup so I apt-get remove exim4-base and got rid of it just to

Re: System hangs at boot

2006-03-19 Thread Leo Britto
Can I ask how I disable the ndiwsrapper from being loaded at boot time? I dont know but I think this might be the reason. I can boot in single user mode and when I issue a init 2 my system hangs when it gets to the services. I tried to disable the services but it still hangs. I have no idea what

Re: System hangs at boot

2006-03-19 Thread Luis R Finotti
--- Luis R Finotti [EMAIL PROTECTED] Hi, Leo Britto wrote: Hi everyone, I have a Debian Sarge 2.6.8 running on my laptop and I finally got my wireless adapter to work. But when I reboot it I just cant go pass the jabberd startup. Earlier it was hanging on the MTA startup so I apt-get

Re: System hangs at boot

2006-03-19 Thread Leo Britto
Unfortunately nothing of these worked. I will try to reinstall the system from scratch and see if I will have the same problem. I hope I wont :) Thanks for your help, --- Luis R Finotti [EMAIL PROTECTED] wrote: --- Luis R Finotti [EMAIL PROTECTED] Hi, Leo Britto wrote: Hi

Re: System hangs at boot

2006-03-19 Thread Luis R Finotti
Leo Britto wrote: Unfortunately nothing of these worked. I will try to reinstall the system from scratch and see if I will have the same problem. I hope I wont :) Thanks for your help, That's what they call the windows way... :-) You should not have to do that, but it might work... (If

Re: System hangs at boot

2006-03-19 Thread Rogério Brito
On Mar 19 2006, Luis R Finotti wrote: Leo Britto wrote: I will try to reinstall the system from scratch and see if I will have the same problem. I hope I wont :) That's what they call the windows way... :-) And this is *rarely* needed with Debian. In fact, trying to resurrect a

Re: System hangs at boot

2006-03-19 Thread Rogério Brito
On Mar 19 2006, Luis R Finotti wrote: I'm not sure removing exim4 is a good idea. It's part of the base system and used to deliver local error messages... (But I am not sure it's really that bad.) If the original poster doesn't need the full power of exim4 (well, I actually only know well

System hangs at boot

2006-03-18 Thread Leo Britto
Hi everyone, I have a Debian Sarge 2.6.8 running on my laptop and I finally got my wireless adapter to work. But when I reboot it I just cant go pass the jabberd startup. Earlier it was hanging on the MTA startup so I apt-get remove exim4-base and got rid of it just to find out that the problem

Re: System hangs at boot

2006-03-18 Thread M-L
On Sun, 19 Mar 2006 12:48 pm, Leo Britto submitted, for all our perusal: Hi everyone, I have a Debian Sarge 2.6.8 running on my laptop and I finally got my wireless adapter to work. But when I reboot it I just cant go pass the jabberd startup. Earlier it was hanging

[OT] EP-8VTAI hangs on boot with SATA HDD

2005-12-27 Thread Hugo Vanwoerkom
Hi, I realize this is an issue of the mobo and nothing in general. But anyway, may be this has happened to someone. I put the SATA WD800JD disk in and connect the cable to either the SATA1 or SATA2 connector on the mobo and boot never gets past the first screen and hangs there after

bootcd hangs at boot time

2004-06-24 Thread zorgh
Hi I somehow made my own bootcd from Debian. System: CPU Athlon XP 1 Ghz, RAM 1024Mb, Debian (sid), kernel 2.6.5(with devfs enabled), bootcd 4.21 I burned a dvd+rw. When my computer boots from it, it stops in middle of booting and hangs. mount_devfs_fs(): unable to mount devfs, err: - 2

custom kernel hangs during boot (debian sid/unstable)

2003-10-31 Thread Kevin Thornton
Here's my issue-- So I had to re-install my system today (long story). I run a custom kernel in order to get NVIDIA drivers to work (the gcc version mismatches always have stumped me w/regard to getting the drivers working with stock kernels). To make a custom kernel, I did the following (all

ICH5 in enhanced mode - Kernel hangs on boot

2003-09-07 Thread Matthias Hentges
Hello! Is anyone out there successfully running a mixed SATA + PATA setup (enhanced mode with both PATA and both SATA controllers) with the Asus P4P800 Deluxe mainboard? Compatible mode (one PATA + SATA) works fine with a stock kernel but in enhanced mode the kernel will hang on boot. I've

Re: GRUB hangs at boot

2003-09-04 Thread Shri Shrikumar
On Tue, 2003-09-02 at 11:51, Robert Fenech wrote: After having partitioned my hard disk (+ran fdisk /mbr) and installed the system GRUB hangs right after displaying the stage2 thing. I actually have a similar problem that I havent solved yet. I think it has something to do with IDE / DMA or

GRUB hangs at boot

2003-09-02 Thread Robert Fenech
Title: GRUB hangs at boot Hi there: After having partitioned my hard disk (+ran fdisk /mbr) and installed the system GRUB hangs right after displaying the stage2 thing. I booted from a LILO on a floppy disk and mounted the root. Then I check the partition table to see if everything

Re: GRUB hangs at boot

2003-09-02 Thread Qian Gong
On Tue, Sep 02, 2003 at 12:51:00PM +0200, Robert Fenech wrote: Hi there: After having partitioned my hard disk (+ran fdisk /mbr) and installed the system GRUB hangs right after displaying the stage2 .. thing. I booted from a LILO on a floppy disk and mounted the root. Then I check

Re: runlevels [was: fried(?) computer hangs on boot]

2003-05-30 Thread Pigeon
On Wed, May 28, 2003 at 10:43:25PM -0400, Vikki Roemer wrote: Pigeon wrote: You can use pwck to verify the integrity of your password files. If they're OK it appears that login depends on libpam-modules, libpam0g and libc6, giving you four things to check / reinstall... They're ok. 'su'

Re: runlevels [was: fried(?) computer hangs on boot]

2003-05-30 Thread Vikki Roemer
Thanks for your help, everyone. My mom asked me about the problem, so I explained it in as much detail as I could (she's the only person in the family who's not a computer person, though), and she's convinced that there's something physically wrong with the HD (I dunno why, but that's her

Re: runlevels [was: fried(?) computer hangs on boot]

2003-05-29 Thread Vikki Roemer
Kent West wrote: Vikki Roemer wrote: Did that, got a couple of weird errors, and found out anacron is what's freezing up the system. The errors are: starting blinkenlights: nice: start-stop-daemon: no such file or directory. gdnc unable to make connection to 127.0.0.1:538 -- network is

Re: runlevels [was: fried(?) computer hangs on boot]

2003-05-29 Thread Kent West
Vikki Roemer wrote: Kent West wrote: Try apt-get --reinstall install anacron. Well, I would, but I can't log in. I have it booting up now, I get a login prompt, it'll accept my username, but it hangs trying to authenticate my password. Do you think this is a problem with login (I think

Re: fried(?) computer hangs on boot

2003-05-29 Thread Pigeon
On Tue, May 27, 2003 at 09:42:57PM -0500, Jesse Meyer wrote: On Tue, 27 May 2003, Pigeon wrote: Me, I run with the sides off the case and if I want an estimate of the CPU temp I stick my hand in and feel the heatsink. I find that if I keep the side off of my case, I get higher CPU temps

Re: runlevels [was: fried(?) computer hangs on boot]

2003-05-29 Thread Pigeon
On Wed, May 28, 2003 at 10:34:46AM -0400, Vikki Roemer wrote: Well, I would, but I can't log in. I have it booting up now, I get a login prompt, it'll accept my username, but it hangs trying to authenticate my password. Do you think this is a problem with login (I think that's the

Re: fried(?) computer hangs on boot

2003-05-27 Thread Pigeon
On Tue, May 27, 2003 at 02:01:19AM -0400, Mark L. Kahnt wrote: On Mon, 2003-05-26 at 23:37, Kevin McKinley wrote: On 26 May 2003 17:28:51 -0400 Mark L. Kahnt [EMAIL PROTECTED] wrote: I run lm-sensors on hosehead here, and while the heatsink is smaller than I've found on most other

Re: fried(?) computer hangs on boot

2003-05-27 Thread Mike Dresser
On Tue, 27 May 2003, Pigeon wrote: Me, I run with the sides off the case and if I want an estimate of the CPU temp I stick my hand in and feel the heatsink. How do you keep the pigeons out? Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Re: runlevels [was: fried(?) computer hangs on boot]

2003-05-27 Thread Vikki Roemer
Kent West wrote: Vikki Roemer wrote: Kent West wrote: So boot into single-user mode, or start Linux from the lilo prompt with something like: boot: linux single init=/bin/bash or boot: linux -b (see man init) to start a minimalist system (-b = emergency), and see if the machine lasts

Re: fried(?) computer hangs on boot

2003-05-27 Thread Pigeon
On Tue, May 27, 2003 at 01:51:54PM -0400, Mike Dresser wrote: On Tue, 27 May 2003, Pigeon wrote: Me, I run with the sides off the case and if I want an estimate of the CPU temp I stick my hand in and feel the heatsink. How do you keep the pigeons out? Spatially, I guess. It's a tower

Re: runlevels [was: fried(?) computer hangs on boot]

2003-05-27 Thread Kent West
Vikki Roemer wrote: snip re: bootscripts freezing the computer BTW, what do I do once I find the problem script? Just remove the symlink and then use apt to reinstall it after I get the box back up on its feet? (Hopefully apt and dpkg didn't get fried) Depends on what the problem

Re: fried(?) computer hangs on boot

2003-05-27 Thread Kevin McKinley
On Tue, 27 May 2003 20:54:27 +0100 Pigeon [EMAIL PROTECTED] wrote: Spatially, I guess. It's a tower case, with all expansion card slots occupied except the bottom one, and it's got nine drives on five buses, which makes for an entertaining tangle of ribbon cables and power splitters. There

Re: fried(?) computer hangs on boot

2003-05-27 Thread J F
Vikki Roemer wrote: Hi! My computer (running Sarge) overheated and hung the night before last. I didn't realize why it had hung until it had been overheating for a few If you need to cool it down some, slow down the CPU clock in BIOS. Also, slow DRAM timings to largest delay and largest delay

Re: GRUB -- hangs on boot

2003-01-21 Thread will trillich
On Mon, Jan 20, 2003 at 04:28:39PM -0500, Derrick 'dman' Hudson wrote: On Mon, Jan 20, 2003 at 01:53:54PM -0600, will trillich wrote: | any reason why grub would hang on startup? i see GRUB after | the bios stuff, and then... nothing. I bet you don't have the MBR configured correctly. Here

Re: GRUB -- hangs on boot

2003-01-21 Thread will trillich
On Mon, Jan 20, 2003 at 09:29:56PM +0100, Rainer Koenig wrote: will trillich [EMAIL PROTECTED] writes: any reason why grub would hang on startup? i see GRUB after the bios stuff, and then... nothing. Can you type at this point? Maybe what you are seeing is the GRUB shell prompt. Try

Re: GRUB -- hangs on boot

2003-01-21 Thread will trillich
On Mon, Jan 20, 2003 at 01:53:54PM -0600, will trillich wrote: any reason why grub would hang on startup? i see GRUB after the bios stuff, and then... nothing. On Tue, Jan 21, 2003 at 09:01:25AM +0100, Qian Gong wrote: Did you check the file device.map in your grub directory? If there is

Re: GRUB -- hangs on boot

2003-01-21 Thread will trillich
On Tue, Jan 21, 2003 at 11:23:27AM +1100, Geoff Crompton wrote: On Mon, Jan 20, 2003 at 11:32:30PM +, Tim wrote: Maybe the MBR has been altered? Run GrUB from a floppy, and root (hd0,0) -if hd0,0 is your linux root partition setup (hd0) -places into MBR Where

  1   2   >