Activity log for bug #607202

Date Who What changed Old value New value Message
2010-07-19 12:36:44 Michele Renda bug added bug
2010-07-19 12:58:15 Michele Renda description Binary package hint: jetty How to reproduce this bug: - Install Jetty 6.1.24-5 - change NO_START variable in /etc/default/jetty - sudo /etc/init.d/jetty stop - sudo /etc/init.d/jetty start It will print "Starting Jetty servlet engine" and then return very fast to shell prompt. Why it happens: This is a problem with "rotatelogs" utility in /etc/init.d/jetty. Version Jetty 6.1.22-1ubuntu1 has not this problem. Version Jetty 6.1.24-5 in Debian has this problem. Previous version in Debian has not this problem. How to work around: There are two ways to work aroud. a) To delete /var/log/out.log and to start jetty with "sudo /etc/init.d/jetty start" (the problem will appear again next time you will have to restart jetty). b) To revert the lines of jetty that use rotatelogs as in previous version: - $ROTATELOGS "$LOGDIR/out.log" 86400 \ - < "$LOGDIR/out.log" >>>>>>>> + sudo -b -u $JETTY_USER $ROTATELOGS "$LOGDIR/out.log" 86400 \ + < "$LOGDIR/out.log" This bug have to be reported to Debian too. Binary package hint: jetty How to reproduce this bug:   - Install Jetty 6.1.24-5   - change NO_START variable in /etc/default/jetty   - sudo /etc/init.d/jetty stop   - sudo /etc/init.d/jetty start   It will print "Starting Jetty servlet engine" and then return very fast to shell prompt. Why it happens:   This is a problem with "rotatelogs" utility in /etc/init.d/jetty.   Version Jetty 6.1.22-1ubuntu1 has not this problem.   Version Jetty 6.1.24-5 in Debian has this problem. Previous version in Debian has not this problem. How to work around:   There are two ways to work aroud.   a) To delete /var/log/out.log and to start jetty with "sudo /etc/init.d/jetty start" (the problem will appear again next time you will have to restart jetty).   b) To revert the lines of /etc/init.d/jetty to launch rotatelogs as jetty user:       - $ROTATELOGS "$LOGDIR/out.log" 86400 \       - < "$LOGDIR/out.log"   >>>>>>>>      + sudo -b -u $JETTY_USER $ROTATELOGS "$LOGDIR/out.log" 86400 \      + < "$LOGDIR/out.log" This bug have to be reported to Debian too.
2010-07-19 18:35:10 Michele Renda bug watch added http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=580639
2010-07-19 22:33:28 Jakub Wilk bug task added jetty (Debian)
2010-07-20 05:40:27 Michele Renda nominated for series Ubuntu Maverick
2010-07-20 19:33:00 Bug Watch Updater jetty (Debian): status Unknown New
2010-07-20 21:23:00 Niels Thykier bug added subscriber Benjamin Drung
2010-07-20 21:50:22 Launchpad Janitor jetty (Ubuntu): status New Fix Released
2010-07-21 19:33:24 Bug Watch Updater jetty (Debian): status New Fix Released
2011-02-24 14:47:35 Launchpad Janitor branch linked lp:debian/wheezy/jetty
2011-02-24 14:48:03 Launchpad Janitor branch linked lp:debian/jetty
2011-02-24 14:48:48 Launchpad Janitor branch linked lp:ubuntu/jetty