On Wed, Jun 19, 2002 at 09:41:09PM +0200, Patrice Karatchentzeff wrote: > Salut, > > Je n'ai jamais ce message : il vient apr�s une installation avec dpkg > ou apt... Quelqu'un a une id�e de ce qui se trame ? > > shell-init: could not get current directory: getcwd: cannot access parent > directories: Aucun fichier ou r�pertoire de ce type > 100% [Scanning packages]shell-init: could not get current directory: getcwd: > cannot access parent directories: Aucun fichier ou r�pertoire de ce type > > C'est quoi surtout ce shell-init ?
Tout simplement tu ex�cutes dpkg dans un r�pertoire qui n'existe plus ! exemple: shell 1 # cd /mon-rep shell 2 # rm -rf /mon-rep shell 1 # apt-get install tutu shell-init: could not get current directory: getcwd: cannot access parent directories: Aucun fichier ou r�pertoire de ce type etc etc Ton shell 1 est bien dans un r�pertoire non existant. -- Igor Genibel http://www.alcove.com/ [EMAIL PROTECTED] http://www.tuxfamily.org/ [EMAIL PROTECTED] http://people.debian.org/~igenibel [EMAIL PROTECTED] GPG: 1024D/9D735B4F: 4F61 8D8F 05AC 8D2C 5F92 9B99 C44B 0266 9D73 5B4F -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

