PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > linux.debian.user > "dpkg --configure -a" crashed the system
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

"dpkg --configure -a" crashed the system

Réponse
 
LinkBack Outils de la discussion
Vieux 02/04/2008, 10h00   #1
hce
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut "dpkg --configure -a" crashed the system

Hi,

I ran following command and got an error.

$ apt-get install lighttpd
E: dpkg was interrupted, you must manually run 'dpkg --configure -a'
to correct the problem.

I then ran the dpkg, and did not know why it went to call setting up
my ndas driver and then freezed my system. I have to pull the power
off to restart it.

$ dpkg --configure -a

Setting up ndas-admin (1.0.3-101) ...
System startup links for /etc/init.d/ndas already exist.
Starting NDAS: modules inserted. start: error occurred
failed to start ndas service
Report this problem with the following messages at
http://code.ximeta.com/cgi-bin/trac.cgi/newticket
================================================== ============================
Linux version 2.6.18-4-686 (Debian 2.6.18.dfsg.1-12)
(waldi@debian.org) (gcc version 4.1.2 20061115 (prerelease) (Debian
4.1.1-21)) #1 SMP Mon Mar 26 17:17:36 UTC 2007
-r--r--r-- 1 root root 4159 2006-10-01 17:21
/lib/modules/2.6.18-1-686/kernel/drivers/block/ndas/CREDITS.txt
-rw-r--r-- 1 root root 33199 2006-10-01 17:21
/lib/modules/2.6.18-1-686/kernel/drivers/block/ndas/ndas_block.ko
-rw-r--r-- 1 root root 187786 2006-10-01 17:21
/lib/modules/2.6.18-1-686/kernel/drivers/block/ndas/ndas_core.ko

...............

What was going on?

Thanks.

Jim


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 03/04/2008, 17h50   #2
Andrew Sackville-West
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: "dpkg --configure -a" crashed the system

On Wed, Apr 02, 2008 at 06:51:49PM +1000, hce wrote:
> Hi,
>
> I ran following command and got an error.
>
> $ apt-get install lighttpd
> E: dpkg was interrupted, you must manually run 'dpkg --configure -a'
> to correct the problem.
>
> I then ran the dpkg, and did not know why it went to call setting up
> my ndas driver and then freezed my system. I have to pull the power
> off to restart it.


because the -a flag means "all", so every package gets reconfigured.

now, as to why that might cause the system to crash, I don't know.

A

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH9QhGaIeIEqwil4YRAg6vAKDIgzvVK1agJsVMLuPVA5 4eudwFBQCgw1gk
rqcyKpjAPq8vmJIWlDv/9/k=
=Ed+f
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 03/04/2008, 18h00   #3
Thierry Chatelet
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: "dpkg --configure -a" crashed the system

On Thursday 03 April 2008 18:39, Andrew Sackville-West wrote:
> On Wed, Apr 02, 2008 at 06:51:49PM +1000, hce wrote:
> > Hi,
> >
> > I ran following command and got an error.
> >
> > $ apt-get install lighttpd
> > E: dpkg was interrupted, you must manually run 'dpkg --configure -a'
> > to correct the problem.
> >
> > I then ran the dpkg, and did not know why it went to call setting up
> > my ndas driver and then freezed my system. I have to pull the power
> > off to restart it.

>
> because the -a flag means "all", so every package gets reconfigured.
>
> now, as to why that might cause the system to crash, I don't know.
>
> A


The -a flags means that all packages not configured are (re)configured, not
all packages on the machine.
But no more than you about crashing the system.
Thierry


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 04/04/2008, 02h40   #4
s. keeling
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: "dpkg --configure -a" crashed the system

Andrew Sackville-West <andrew@farwestbilliards.com>:
> On Wed, Apr 02, 2008 at 06:51:49PM +1000, hce wrote:
> >
> > I ran following command and got an error.
> >
> > $ apt-get install lighttpd
> > E: dpkg was interrupted, you must manually run 'dpkg --configure -a'
> > to correct the problem.
> >
> > I then ran the dpkg, and did not know why it went to call setting up
> > my ndas driver and then freezed my system. I have to pull the power

>
> because the -a flag means "all", so every package gets reconfigured.
>
> now, as to why that might cause the system to crash, I don't know.


Ever tried it? I haven't. It may loop one by one through them all
nicely, or it may be feircely resource dependent, and he doesn't have
enough machine to keep up. Next throw away install I do, I'm going to
try it. Thanks.


--
Any technology distinguishable from magic is insufficiently advanced.
(*) http://blinkynet.net/comp/uip5.html Linux Counter #80292
- - http://www.faqs.org/rfcs/rfc1855.html Please, don't Cc: me.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 04/04/2008, 02h50   #5
Douglas A. Tutty
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: "dpkg --configure -a" crashed the system

On Fri, Apr 04, 2008 at 03:27:59AM +0200, s. keeling wrote:
> Andrew Sackville-West <andrew@farwestbilliards.com>:
> > On Wed, Apr 02, 2008 at 06:51:49PM +1000, hce wrote:
> > >
> > > I ran following command and got an error.
> > >
> > > $ apt-get install lighttpd
> > > E: dpkg was interrupted, you must manually run 'dpkg --configure -a'
> > > to correct the problem.
> > >
> > > I then ran the dpkg, and did not know why it went to call setting up
> > > my ndas driver and then freezed my system. I have to pull the power

> >
> > because the -a flag means "all", so every package gets reconfigured.
> >
> > now, as to why that might cause the system to crash, I don't know.

>
> Ever tried it? I haven't. It may loop one by one through them all
> nicely, or it may be feircely resource dependent, and he doesn't have
> enough machine to keep up. Next throw away install I do, I'm going to
> try it. Thanks.


I've done it, no problem, on a low-resource system. It goes one-by-one
although I forget how it decides the order. It is no more
resource-dependent than any other shell script and doesn't do anything
more than would have been done during the package install. However,
perhaps it found a weakness in the system, in the same way that
compiling taxes a system in unusual ways. I'm thinking re drive system
or it found a kernel bug...

Doug.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 04/04/2008, 03h30   #6
s. keeling
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: "dpkg --configure -a" crashed the system

Thierry Chatelet <tchatelet@free.fr>:
> On Thursday 03 April 2008 18:39, Andrew Sackville-West wrote:
> > On Wed, Apr 02, 2008 at 06:51:49PM +1000, hce wrote:
> > >
> > > I ran following command and got an error.
> > >
> > > $ apt-get install lighttpd
> > > E: dpkg was interrupted, you must manually run 'dpkg --configure -a'
> > > to correct the problem.
> > >
> > > I then ran the dpkg, and did not know why it went to call setting up
> > > my ndas driver and then freezed my system. I have to pull the power

> >
> > because the -a flag means "all", so every package gets reconfigured.

>
> The -a flags means that all packages not configured are (re)configured, not
> all packages on the machine.


Drat. It's getting so you need to read the manpage before answering a
question. Thanks.


--
Any technology distinguishable from magic is insufficiently advanced.
(*) http://blinkynet.net/comp/uip5.html Linux Counter #80292
- - http://www.faqs.org/rfcs/rfc1855.html Please, don't Cc: me.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 04/04/2008, 16h00   #7
Andrew Sackville-West
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: "dpkg --configure -a" crashed the system

On Thu, Apr 03, 2008 at 06:56:33PM +0200, Thierry Chatelet wrote:
> On Thursday 03 April 2008 18:39, Andrew Sackville-West wrote:
> > On Wed, Apr 02, 2008 at 06:51:49PM +1000, hce wrote:
> > > Hi,
> > >
> > > I ran following command and got an error.
> > >
> > > $ apt-get install lighttpd
> > > E: dpkg was interrupted, you must manually run 'dpkg --configure -a'
> > > to correct the problem.
> > >
> > > I then ran the dpkg, and did not know why it went to call setting up
> > > my ndas driver and then freezed my system. I have to pull the power
> > > off to restart it.

> >
> > because the -a flag means "all", so every package gets reconfigured.
> >
> > now, as to why that might cause the system to crash, I don't know.
> >
> > A

>
> The -a flags means that all packages not configured are (re)configured, not
> all packages on the machine.


ah! you're right. I was confusing it with dpkg-reconfigure -a which
does everything. And no, it's not a resource problem, just takes a
while sometimes.

A

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH9kGSaIeIEqwil4YRAiKiAKC7hdgAXYJrL7TqmkLmcq pZ9ZpvRACfT3OM
ntDIV8wVHy1SnUlpefR1lL0=
=tlMr
-----END PGP SIGNATURE-----

  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 11h57.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,17560 seconds with 15 queries