Fabio Massimo Di Nitto wrote:
Hi Berthold, On Tue, 21 Oct 2003, Berthold Cogel wrote:Somehow there is a double colon in the messages from grep so there might be an error in postinstall. But I haven't found it. After renaming /etc/apache/mod-ssl.conf the messages from grep are gone.I am not sure i get exactly what you mean. the file was called mod-ssl.conf and you renamed it to something else?? in case to what? in the other case how was named it before and after? Thanks Fabio
It's a folder '/etc/apache/mod-ssl.conf' which includes the other files grep claimed missing.
> grep: /etc/apache/mod-ssl.conf:: No such file or directory > grep: /etc/apache/mod-ssl.conf:: No such file or directory > grep: /etc/apache/mod-ssl.conf:: No such file or directory > grep: README.Debian: No such file or directory > grep: README.Debian: No such file or directory > grep: README.Debian: No such file or directory > grep: mod-ssl.conf: No such file or directory > grep: mod-ssl.conf: No such file or directory > grep: mod-ssl.conf: No such file or directory > grep: sample-vhost.conf: No such file or directory > grep: sample-vhost.conf: No such file or directory > grep: sample-vhost.conf: No such file or directoryThese files are related to libapache-mod-ssl. Interesting is that each of these errors comes three times. And that the first three messages have the double colon in the text. As if grep looks for a file/directory '/etc/apache/mod-ssl.conf:' which doesn't exist.
I don't know, which scripts are involved during the update, but after renaming the folder to '/etc/apache/mod-ssl.conf.old', the update worked nicely until the attempt to start apache.
> Starting web server: apache/usr/sbin/apache already running. > failed > invoke-rc.d: initscript apache, action "start" failed.I had to stop apache myself to get it through the update process. Then the update was finished and apache started.
Berthold