[Bug 576255] Re: can't install apache2.2-common (2.2.14-5ubuntu8)

2010-10-05 Thread HonoredMule
Adam Conrad - This isn't apache-specific, though it seems that apache users seem to be one of the larger groups of people who think that deleting conffiles will improve their lives somehow. Not really sure how to curb that, but not with bugs in apache. I didn't delete any config files, yet I also

[Bug 576255] Re: can't install apache2.2-common (2.2.14-5ubuntu8)

2010-08-29 Thread Pablo Cocko
It worked for me. But it didn't remove theses directories: dpkg: aviso: al eliminar apache2.2-common, el directorio «/var/www» no estaba vacío. No ha sido eliminado. dpkg: aviso: al eliminar apache2.2-common, el directorio «/var/log/apache2» no estaba vacío. No ha sido eliminado. -- can't

[Bug 576255] Re: can't install apache2.2-common (2.2.14-5ubuntu8)

2010-08-23 Thread pamindic
Adam Conrad - This isn't apache-specific, though it seems that apache users seem to be one of the larger groups of people who think that deleting conffiles will improve their lives somehow. Not really sure how to curb that, but not with bugs in apache. You won't curb it by making sarky comments.

[Bug 576255] Re: can't install apache2.2-common (2.2.14-5ubuntu8)

2010-08-23 Thread Adam Conrad
Having conffiles be deletable is a feature. Yes, it would be nice if dpkg was move verbose about it (perhaps listing every deleted conffile with a not reinstating deleted conffile /path/to/file during installation?), but changing the behaviour to silently restore deleted files breaks some pretty

[Bug 576255] Re: can't install apache2.2-common (2.2.14-5ubuntu8)

2010-08-23 Thread Clint Byrum
Agreed on all points. I suggest you read the dpkg bug report. To summarize, I'm suggesting that conffile changes be listed and the user offered a chance to resolve them as if the upstream confffiles were changed in the new release, but only when maintainer scripts fail. This is purely a selfish

[Bug 576255] Re: can't install apache2.2-common (2.2.14-5ubuntu8)

2010-08-23 Thread Thomas Antepoth
Patched my /var/lib/dpkg/info/apache2.2-common.postinst at line 77 in this way: # Note, this line catches new installs as well as upgrades if dpkg --compare-versions $2 lt 2.2.15-1~0; then a2enmod -q reqtimeout fi to: # Note, this line catches new installs as well as upgrades if dpkg

[Bug 576255] Re: can't install apache2.2-common (2.2.14-5ubuntu8)

2010-08-08 Thread yxb_1...@sina.com
Yes,Apache2 want not to install and the show me the error Module reqtimeout does not exist! I removed Apache2 and Cleaned the Directory before. O, I just clear the packge with the support, apt-cache depends apache2 So,I can not to install the apache2 again. I just want

[Bug 576255] Re: can't install apache2.2-common (2.2.14-5ubuntu8)

2010-06-29 Thread tropa
After sudo dpkg --purge --force-remove-reinstreq apache2.2-common run sudo apt-get -f install as you see it, without package name. Synaptic will fix the dependencies problems and automatically install and run apache2. Enjoy ) -- can't install apache2.2-common (2.2.14-5ubuntu8)

[Bug 576255] Re: can't install apache2.2-common (2.2.14-5ubuntu8)

2010-06-04 Thread Adam Conrad
A package failing to find conffiles after you delete them is exactly how they're meant to behave. If you delete a dpkg conffile, deleted is considered a valid user requested state, and they won't be replaced unless you reinstall with --force-confmiss. This isn't apache-specific, though it seems

[Bug 576255] Re: can't install apache2.2-common (2.2.14-5ubuntu8)

2010-05-18 Thread serggt1
The problem was solved by running sudo dpkg --purge --force-remove- reinstreq apache2.2-common which completelly deletes all package configuration files and removing /var/www directory. After apache2 installed successfully. May be removing /var/www directory is not necessary, i've done this just

[Bug 576255] Re: can't install apache2.2-common (2.2.14-5ubuntu8)

2010-05-07 Thread Graham Perry
I get this too. Also removed the /etc/apache2 directory as I wanted a clean install. Fails to configure anything after the reqtimeout module fails. Tried purging with apt-get, but that fails too. Tried purging with aptitude which seems to work, but it still fails to reinstall. -- can't install

[Bug 576255] Re: can't install apache2.2-common (2.2.14-5ubuntu8)

2010-05-07 Thread Graham Perry
Replaced the etc/apache2 folder from a backup and renamed the conf and site files to .bak and the installation got past the module dependency, but failed to generate new conf files. Surely this isn't how it should install? The package should come with all necessary modules and generate all

[Bug 576255] Re: can't install apache2.2-common (2.2.14-5ubuntu8)

2010-05-06 Thread Chuck Short
Can you please make sure that you have apache2-2-bin installed? chuck ** Changed in: apache2 (Ubuntu) Importance: Undecided = Low ** Changed in: apache2 (Ubuntu) Status: New = Incomplete -- can't install apache2.2-common (2.2.14-5ubuntu8) https://bugs.launchpad.net/bugs/576255 You

[Bug 576255] Re: can't install apache2.2-common (2.2.14-5ubuntu8)

2010-05-06 Thread serggt1
apache2-2-bin installs successfully, but when installing apache2.2-common I got the same error. I did clean apt cache and aptitude downloaded the latest package files. I've updated from Kubuntu 9.10 i386, php did not work, tried to reinstall, purge and install again all apache and php packages.