On Wed 04 May 2005, Paolo wrote: > > this bug was closed, but upon upgrading 2.7a to 2.8e (pkg 2.8e-2) got: > > --- /etc/wwwoffle/wwwoffle.conf.2.7a 2005-05-04 15:20:06.000000000 +0200 > +++ /etc/wwwoffle/wwwoffle.conf.2.8 2005-05-04 15:22:06.000000000 +0200 > @@ -1,11 +1,11 @@ > StartUp > { > bind-ipv4 = 127.0.0.1 > - http-port = 5866 > + http-port = 8080 > wwwoffle-port = 5867 > - spool-dir = /var/tmp > - run-uid = nobody > - run-gid = nogroup > + spool-dir = /var/cache/wwwoffle > + run-uid = proxy > + run-gid = proxy > use-syslog = no > password = yoursecret > max-servers = 3 > @@ -23,6 +23,9 @@ > > without a clue that it has changed my settings, so seems that 2.8e-2 still > doesn't really fix this issue.
I'll have to have a look at this; it should have preserved the http-port. However, running with a uid an gid other than proxy is not supported. Also the spool-dir shouldn't really be changed, especially to /var/tmp as it it unpredictable what may happen if all sorts of non-wwwoffle files are encountered in its cache area. Use a symlink (to a subdir) if you really have to... Can you please send me /var/log/wwwoffle-upgrade.log, and /etc/wwwoffle/wwwoffle.conf and /etc/wwwoffle/wwwoffle.conf.bak (i.e. the config file before the upgrade). Please also show the output of debconf-show wwwoffle I'll try to reproduce it then. Thanks, Paul Slootman -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]