ufw installation crash at the end of installation
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ufw (Ubuntu) |
Fix Released
|
Low
|
Jamie Strandboge |
Bug Description
Binary package hint: ufw
package ufw 0.29-4 unbuntu1
le sous processus script post installation installé a retourné une erreur de sortie d'état 1
Des erreurs ont été rencontrées pendant l'execution: ufw
Ubuntu 9.10 - le Koala Karmique
ProblemType: Package
AptOrdering:
ufw: Install
ufw: Configure
Architecture: i386
Date: Mon Jan 4 18:26:35 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
Package: ufw 0.29-4ubuntu1
PackageArchitec
ProcVersionSign
SourcePackage: ufw
Title: package ufw 0.29-4ubuntu1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1
Uname: Linux 2.6.31-16-generic i686
Changed in ufw (Ubuntu): | |
milestone: | none → ubuntu-10.04 |
Thank you for using Ubuntu and taking the time to report a bug. I see the problem. It looks like you had ufw installed and then removed it (without purging) and then removed the /etc/ufw/* files (there are other situations where this can happen). To work around this simply do: ufw/before. rules /etc/ufw
$ sudo cp /usr/share/
$ sudo apt-get -f install
You could also purge then reinstall ufw with:
$ sudo apt-get remove --purge ufw
$ sudo apt-get install ufw