[Bug 231004] Re: Path to 'mail' incorrect in /etc/nagios2/commands.cfg

2008-06-19 Thread Thierry Carrez
I need to work more on this, especially since there is a security update in the pipe that I should merge in. MOTU-sru, feel free to unsubscribe... ** Changed in: nagios2 (Ubuntu) Status: Confirmed => In Progress -- Path to 'mail' incorrect in /etc/nagios2/commands.cfg https://bugs.launchp

[Bug 220208] Re: package nagios2-common 2.9-1 failed to upgrade:

2008-06-19 Thread Thierry Carrez
In fact it's not the nagios2 prerm that fails, it's the nagios2-common one. It is run after the nagios2 one in upgrade situations. This minimal patch fixes it. Test : Preparing to replace nagios2 2.9-1 (using .../nagios2_2.11-1ubuntu2_amd64.deb) ... * Stopping nagios2 monitoring daemon nagios2

[Bug 220208] Re: package nagios2-common 2.9-1 failed to upgrade:

2008-06-19 Thread Thierry Carrez
Cleaner and not heavier patch, thanks to mathiaz advice. The test gives the same messages, since the code used is the same. ** Attachment added: "nagios2_upgrade.patch" http://launchpadlibrarian.net/15439234/nagios2_upgrade.patch -- package nagios2-common 2.9-1 failed to upgrade: https://bug

[Bug 231004] Re: Path to 'mail' incorrect in /etc/nagios2/commands.cfg

2008-06-23 Thread Thierry Carrez
Minimal patch from 2.11-ubuntu1.2 version. ** Attachment added: "nagios2_2.11-1ubuntu2.debdiff" http://launchpadlibrarian.net/15520525/nagios2_2.11-1ubuntu2.debdiff -- Path to 'mail' incorrect in /etc/nagios2/commands.cfg https://bugs.launchpad.net/bugs/231004 You received this bug notificati

[Bug 157638] Re: reply_hearder_locale to en-US does not work on Ubuntu

2008-05-13 Thread Thierry Carrez
I can confirm that the reply_header_locale preference setting seems ignored on our Thunderbird. I use a French (fr-FR) locale and tried setting it to en-US, en, en-GB... without any effect. Changing other reply_header prefs is working. ** Changed in: mozilla-thunderbird (Ubuntu) Status: New

[Bug 256920] Re: nagios2 won't install/update

2008-08-12 Thread Thierry Carrez
I think I reproduced it : $ sudo apt-get install nagios2 $ sudo rm /etc/nagios2/apache2.conf $ sudo apt-get remove nagios2-common nagios2 cannot be removed (or reinstalled) if the /etc/nagios2/apache2.conf file is missing for whatever reason. A workaround would be to : $ sudo touch /etc/nagios2/a

[Bug 256920] Re: nagios2 won't remove/reinstall if /etc/nagios2/apache2.conf is deleted

2008-08-12 Thread Thierry Carrez
** Summary changed: - nagios2 won't install/update + nagios2 won't remove/reinstall if /etc/nagios2/apache2.conf is deleted -- nagios2 won't remove/reinstall if /etc/nagios2/apache2.conf is deleted https://bugs.launchpad.net/bugs/256920 You received this bug notification because you are a member

[Bug 247598] Re: dnsmasq might be vulnerable to recent DNS spoofing issue

2008-07-14 Thread Thierry Carrez
Debdiff for the security update in hardy This is based on Simon's patch but applied over 2.41 (minus the version change in config.h, plus the fix_fd call in network.c). Not heavily tested. ** Attachment added: "dnsmasq_2.41-2ubuntu2.1.debdiff" http://launchpadlibrarian.net/16015512/dnsmasq_2.4

[Bug 247598] Re: dnsmasq might be vulnerable to recent DNS spoofing issue

2008-07-14 Thread Thierry Carrez
Merge from latest Debian unstable version, for fixing this in intrepid. Remaining changes: - TearDown spec recommendations in debian/postinst and debian/init - debian/control: Updated maintainer to match DebianMaintainerField ** Attachment added: "dnsmasq_2.43-1ubuntu1.debdiff" http://launchpad

[Bug 247598] Re: dnsmasq might be vulnerable to recent DNS spoofing issue

2008-07-14 Thread Thierry Carrez
The same without the merge-o-matic whack-my-changelog-whitespaces feature ** Attachment added: "dnsmasq_2.43-1ubuntu1.debdiff" http://launchpadlibrarian.net/16022916/dnsmasq_2.43-1ubuntu1.debdiff -- dnsmasq might be vulnerable to recent DNS spoofing issue https://bugs.launchpad.net/bugs/24759

[Bug 249178] [NEW] libecj-java shouldn't recommend java2-runtime

2008-07-16 Thread Thierry Carrez
Public bug reported: Binary package hint: ecj libecj-java recommends java2-runtime, now that apt-get pulls "Recommends" packages by default this results in pulling full JREs where java-2-runtime-headless would be sufficient. The easy solution is either to change that to java2-runtime-headless, o

[Bug 249178] Re: libecj-java shouldn't recommend java2-runtime

2008-07-16 Thread Thierry Carrez
Note that this asks the general question of what we should put in Depends/Recommends/Suggests for Java library packages : - A "Depends" on the minimal virtual package (most of the time the -headless one) needed to make use of it ? - A "Recommends" on the same ? - Nothing, and let the package that

[Bug 249201] [NEW] Installing openjdk-6-jre-headless pulls in X libraries

2008-07-16 Thread Thierry Carrez
Public bug reported: On current intrepid, when installing openjdk-6-jre-headless on a server platform, all the X libraries generally required for the full openjdk-6-jre get installed as well. It even installs more than what the openjdk-6-jre package would. This somewhat defeats the purpose of hav

[Bug 249201] Re: Installing openjdk-6-jre-headless pulls in X libraries

2008-07-17 Thread Thierry Carrez
rhino would be the culprit here (depends on "java-gcj-compat | java1-runtime | java2-runtime"), causing java-gcj-compat-dev to be installed in the -headless case. I'll file a bug and patch about that. -- Installing openjdk-6-jre-headless pulls in X libraries https://bugs.launchpad.net/bugs/249201

[Bug 247598] Re: dnsmasq might be vulnerable to recent DNS spoofing issue

2008-07-17 Thread Thierry Carrez
New debdiff with an additional check recommended by upstream : "In the function nl_routechange() at the end of src/netlink.c, a check needs to be added to ensure that daemon->srv_save->sfd is non-NULL. This avoids a segfault. If it is NULL, just returning from the function is fine." I checked th

[Bug 249598] [NEW] rhino should depend on java2-runtime-headless

2008-07-17 Thread Thierry Carrez
01, where installing openjdk-6-jre-headless pulls rhino, which pulls java-gcj-compat, which pulls X stuff in. I'll post a patch here in a few. ** Affects: rhino (Ubuntu) Importance: Undecided Assignee: Thierry Carrez (tcarrez) Status: New ** Changed in: rhino (Ubuntu)

[Bug 249598] Re: rhino should depend on java2-runtime-headless

2008-07-17 Thread Thierry Carrez
Here is a debdiff that fixes the Depends and implements the new default- jdk virtual build-dep. ** Attachment added: "rhino_1.7R1-1ubuntu1.debdiff" http://launchpadlibrarian.net/16142645/rhino_1.7R1-1ubuntu1.debdiff -- rhino should depend on java2-runtime-headless https://bugs.launchpad.net/b

[Bug 249201] Re: Installing openjdk-6-jre-headless pulls in X libraries

2008-07-17 Thread Thierry Carrez
rhino bug and debdiff filed in bug 249598 -- Installing openjdk-6-jre-headless pulls in X libraries https://bugs.launchpad.net/bugs/249201 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubu

[Bug 253032] Re: likewise-open-gui needs a better menu item name

2008-07-31 Thread Thierry Carrez
** Changed in: likewise-open (Ubuntu) Status: Triaged => In Progress -- likewise-open-gui needs a better menu item name https://bugs.launchpad.net/bugs/253032 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 249178] Re: libecj-java shouldn't recommend java2-runtime

2008-08-01 Thread Thierry Carrez
untu1.debdiff" http://launchpadlibrarian.net/16479463/ecj_3.3.0%2B0728-9ubuntu1.debdiff ** Changed in: ecj (Ubuntu) Importance: Undecided => Low Assignee: (unassigned) => Thierry Carrez (tcarrez) Status: New => Triaged -- libecj-java shouldn't recom

[Bug 252686] Re: Reload action on init script kills daemon

2008-08-04 Thread Thierry Carrez
MOTU SRU team: could you please tell me what would make the best SRU candidate in your opinion : fixing the bug in lsb or working around it in nagios2 ? I'll then prepare the appropriate debdiffs and SRU reports. -- Reload action on init script kills daemon https://bugs.launchpad.net/bugs/252686

[Bug 254434] Re: package libwbclient0 2:3.2.0-4ubuntu3 failed to install/upgrade: trying to overwrite `/usr/lib/libwbclient.so.0', which is also in package likewise-open

2008-08-05 Thread Thierry Carrez
ned) => Thierry Carrez (tcarrez) Status: Confirmed => In Progress -- package libwbclient0 2:3.2.0-4ubuntu3 failed to install/upgrade: trying to overwrite `/usr/lib/libwbclient.so.0', which is also in package likewise-open https://bugs.launchpad.net/bugs/254434 You rec

[Bug 230466] Re: Likewise uninstall, Lock login to system

2008-08-05 Thread Thierry Carrez
A new version fixing this is in testing, stay tuned ** Changed in: likewise-open (Ubuntu) Status: Triaged => In Progress -- Likewise uninstall, Lock login to system https://bugs.launchpad.net/bugs/230466 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 205111] Re: likewise-open service does not start automatically

2008-08-05 Thread Thierry Carrez
** Changed in: likewise-open (Ubuntu) Assignee: (unassigned) => Thierry Carrez (tcarrez) Status: Confirmed => In Progress -- likewise-open service does not start automatically https://bugs.launchpad.net/bugs/205111 You received this bug notification because you are a member of

[Bug 254434] Re: package libwbclient0 2:3.2.0-4ubuntu3 failed to install/upgrade: trying to overwrite `/usr/lib/libwbclient.so.0', which is also in package likewise-open

2008-08-06 Thread Thierry Carrez
That's exactly what is being done. likewise-open would depend on (already existing) libwbclient0. -- package libwbclient0 2:3.2.0-4ubuntu3 failed to install/upgrade: trying to overwrite `/usr/lib/libwbclient.so.0', which is also in package likewise-open https://bugs.launchpad.net/bugs/254434 You

[Bug 247082] Re: Apache-2.0 missing from common-licenses

2008-08-06 Thread Thierry Carrez
Debdiff from last Ubuntu version to merged version base-files (4.0.4) unstable; urgency=low * Added Apache-2.0 to common-licenses. Closes: #471736. Retrieved from http://www.apache.org/licenses/LICENSE-2.0.txt. * Fixed typo in README.base. Closes: #475201. -- Santiago Vila <[EMAIL PROTE

[Bug 247082] Re: Apache-2.0 missing from common-licenses

2008-08-06 Thread Thierry Carrez
the motd upgrade handling to know about /etc/motd.tail -- Thierry Carrez <[EMAIL PROTECTED]> Wed, 06 Aug 2008 14:41:28 +0200 ** Attachment added: "base-files_4.0.4_4.0.4ubuntu1.debdiff" http://launchpadlibrarian.net/16584496/base-files_4.0.4_4.0.4ubuntu1.debdiff -- Apache-

[Bug 247082] Re: Apache-2.0 missing from common-licenses

2008-08-06 Thread Thierry Carrez
Steve: let me know if you don't have time to sponsor the merge, I would then subscribe the relevant team. ** Changed in: base-files (Ubuntu) Importance: Undecided => Low Status: In Progress => Triaged -- Apache-2.0 missing from common-licenses https://bugs.launchpad.net/bugs/247082 You

[Bug 256920] Re: nagios2 won't remove/reinstall if /etc/nagios2/apache2.conf is deleted

2008-08-21 Thread Thierry Carrez
A lot of /etc files were apparently removed. This also prevents apache2 from restarting. You might need to purge/reinstall apache2, apache2-common... to restore the needed conf files like /etc/apache2/envvars. It might be sufficient to just recreate the file manually : $ sudo cat /etc/apache2/env

[Bug 226185] Re: update-resolv-conf script does not restore old values

2008-08-21 Thread Thierry Carrez
Let's set it to Incomplete, so that you can complete it in the future (or someone else can). Thanks ! ** Changed in: openvpn (Ubuntu) Status: New => Incomplete -- update-resolv-conf script does not restore old values https://bugs.launchpad.net/bugs/226185 You received this bug notificati

[Bug 260016] [NEW] Update to Tomcat 6.0.18

2008-08-21 Thread Thierry Carrez
add Improve the Tests for unit tests for the cookie issues. (jfclere) fix Fix build for JavaDoc. Patch provided by Stephen Bannasch. (markt) ** Affects: tomcat6 (Ubuntu) Importance: Wishlist Assignee: Thierry Carrez (tcarrez) Status: In Progress ** Chan

[Bug 256926] Re: Cross-site scripting through sendError (CVE-2008-1232)

2008-08-21 Thread Thierry Carrez
** Changed in: tomcat6 (Ubuntu) Assignee: (unassigned) => Thierry Carrez (tcarrez) Status: New => In Progress -- Cross-site scripting through sendError (CVE-2008-1232) https://bugs.launchpad.net/bugs/256926 You received this bug notification because you are a member of Ubunt

[Bug 256922] Re: Information disclosure vulnerability (CVE-2008-2370)

2008-08-21 Thread Thierry Carrez
** Changed in: tomcat6 (Ubuntu) Assignee: (unassigned) => Thierry Carrez (tcarrez) Status: New => In Progress -- Information disclosure vulnerability (CVE-2008-2370) https://bugs.launchpad.net/bugs/256922 You received this bug notification because you are a member of Ubunt

[Bug 256802] Re: tomcat <6.0.18: Directory Traversal (CVE-2008-2938)

2008-08-21 Thread Thierry Carrez
** Changed in: tomcat6 (Ubuntu) Assignee: (unassigned) => Thierry Carrez (tcarrez) Status: Confirmed => In Progress -- tomcat <6.0.18: Directory Traversal (CVE-2008-2938) https://bugs.launchpad.net/bugs/256802 You received this bug notification because you are a member of Ub

[Bug 260016] Re: Update to Tomcat 6.0.18

2008-08-21 Thread Thierry Carrez
** Description changed: Binary package hint: tomcat6 Tomcat 6.0.18 was released on Jul 31 as a security release to fix CVE-2008-1232, CVE-2008-1947, CVE-2008-2370 and CVE-2008-2938. - There was however significant bugfix work for the (doa) 6.0.17 release. - Here is the combined upstrea

[Bug 260016] Re: Update to Tomcat 6.0.18

2008-08-21 Thread Thierry Carrez
Consolidated interdiff for simplified review tomcat6 (6.0.18-0ubuntu1) intrepid; urgency=low * New upstream version (LP: #260016) - Fixes CVE-2008-2938: Directory traversal vulnerability (LP: #256802) - Fixes CVE-2008-2370: Information disclosure vulnerability (LP: #256922) - Fixes

[Bug 260016] Re: Update to Tomcat 6.0.18

2008-08-21 Thread Thierry Carrez
Full interdiff for the sponsors. ** Attachment added: "tomcat6_6.0.18-0ubuntu1.interdiff.gz" http://launchpadlibrarian.net/16981138/tomcat6_6.0.18-0ubuntu1.interdiff.gz ** Changed in: tomcat6 (Ubuntu) Assignee: Thierry Carrez (tcarrez) => (unassigned) Status

[Bug 260016] Re: Update to Tomcat 6.0.18

2008-08-21 Thread Thierry Carrez
** Attachment removed: "tomcat6-6.0.18-0ubuntu1.interdiff" http://launchpadlibrarian.net/16981147/tomcat6-6.0.18-0ubuntu1.interdiff ** Attachment removed: "tomcat6_6.0.18-0ubuntu1.interdiff.gz" http://launchpadlibrarian.net/16981138/tomcat6_6.0.18-0ubuntu1.interdiff.gz -- Update to Tomcat 6.0.

[Bug 260016] Re: Update to Tomcat 6.0.18

2008-08-21 Thread Thierry Carrez
New consolidated interdiff for simplified review I added a Depends fix, so here are the new files. tomcat6 (6.0.18-0ubuntu1) intrepid; urgency=low * New upstream version (LP: #260016) - Fixes CVE-2008-2938: Directory traversal vulnerability (LP: #256802) - Fixes CVE-2008-2370: Informat

[Bug 260016] Re: Update to Tomcat 6.0.18

2008-08-21 Thread Thierry Carrez
New full interdiff for the sponsors. ** Attachment added: "tomcat6_6.0.18-0ubuntu1.interdiff.gz" http://launchpadlibrarian.net/16982792/tomcat6_6.0.18-0ubuntu1.interdiff.gz -- Update to Tomcat 6.0.18 https://bugs.launchpad.net/bugs/260016 You received this bug notification because you are a m

[Bug 256096] Re: Common Java libraries should depend on a headless runtime

2008-08-21 Thread Thierry Carrez
** Changed in: commons-daemon (Ubuntu) Assignee: Thierry Carrez (tcarrez) => (unassigned) Status: Triaged => Confirmed ** Changed in: commons-pool (Ubuntu) Assignee: Thierry Carrez (tcarrez) => (unassigned) Status: Triaged => Confirmed ** Changed in

[Bug 249178] Re: libecj-java shouldn't recommend java2-runtime

2008-08-21 Thread Thierry Carrez
Let me know if that would be a preferred way to fix this. ** Changed in: ecj (Ubuntu) Assignee: Thierry Carrez (tcarrez) => (unassigned) Status: Triaged => Confirmed -- libecj-java shouldn't recommend java2-runtime https://bugs.launchpad.net/bugs/249178 You received this b

[Bug 260016] Re: Update to Tomcat 6.0.18

2008-08-21 Thread Thierry Carrez
end on "default-jre-headless | java6-runtime-headless" to make sure to use only compatible JREs. I'll fix that and post the corresponding full interdiff very soon. ** Changed in: tomcat6 (Ubuntu) Assignee: (unassigned) => Thierry Carrez (tcarrez) Status: Confirmed =&g

[Bug 256920] Re: nagios2 won't remove/reinstall if /etc/nagios2/apache2.conf is deleted

2008-08-21 Thread Thierry Carrez
Great ! So the problem probably came from some unwanted /etc file removals. However, nagios2 could still be fixed to better support removal / reinstall in the case /etc/nagios2/apache2.conf has been deleted (gracefully ignore that rather than failing miserably). Bug reproduction : $ sudo apt-get

[Bug 256920] Re: nagios2 won't remove/reinstall if /etc/nagios2/apache2.conf is deleted

2008-08-21 Thread Thierry Carrez
Same problem with nagios3 (same prerm code used). See: $ sudo apt-get install nagios3 $ sudo rm /etc/nagios3/apache2.conf $ sudo apt-get remove nagios3-common ** Also affects: nagios3 (Ubuntu) Importance: Undecided Status: New ** Changed in: nagios3 (Ubuntu) Importance: Undecided =>

[Bug 260016] Re: Update to Tomcat 6.0.18

2008-08-22 Thread Thierry Carrez
Fixed full interdiff with java6-runtime-headless rather than java5- ** Attachment added: "tomcat6_6.0.18-0ubuntu1.interdiff.gz" http://launchpadlibrarian.net/16995622/tomcat6_6.0.18-0ubuntu1.interdiff.gz ** Changed in: tomcat6 (Ubuntu) Assignee: Thierry Carrez (tcarrez) =>

[Bug 260382] [NEW] MIR for tomcat6

2008-08-22 Thread Thierry Carrez
Public bug reported: Binary package hint: tomcat6 Request for tomcat6 to be included into main, as part of the Tomcat 6 full server stack inclusion. See: https://wiki.ubuntu.com/MainInclusionReportTomcat6 If you have any questions please feel free to ask ! ** Affects: tomcat6 (Ubuntu) Imp

[Bug 260385] [NEW] MIR for libcommons-collections-java

2008-08-22 Thread Thierry Carrez
Public bug reported: Binary package hint: libcommons-collections-java Request for libcommons-collections-java to be included into main, as part of the Tomcat 6 full server stack inclusion. See: https://wiki.ubuntu.com/MainInclusionReportLibCommonsCollectionsJava If you have any questions please

[Bug 260389] [NEW] MIR for commons-daemon

2008-08-22 Thread Thierry Carrez
Public bug reported: Request for commons-daemon to be included into main, as part of the Tomcat 6 full server stack inclusion. See: https://wiki.ubuntu.com/MainInclusionReportCommonsDaemon If you have any questions please feel free to ask ! ** Affects: commons-daemon (Ubuntu) Importance: U

[Bug 260388] [NEW] MIR for commons-pool

2008-08-22 Thread Thierry Carrez
Public bug reported: Request for commons-pool to be included into main, as part of the Tomcat 6 full server stack inclusion. See: https://wiki.ubuntu.com/MainInclusionReportCommonsPool If you have any questions please feel free to ask ! ** Affects: commons-pool (Ubuntu) Importance: Undecid

[Bug 260386] [NEW] MIR for libcommons-dbcp-java

2008-08-22 Thread Thierry Carrez
Public bug reported: Binary package hint: libcommons-dbcp-java Request for libcommons-dbcp-java to be included into main, as part of the Tomcat 6 full server stack inclusion. See: https://wiki.ubuntu.com/MainInclusionReportLibCommonsDbcpJava If you have any questions please feel free to ask !

[Bug 260016] Re: Update to Tomcat 6.0.18

2008-08-22 Thread Thierry Carrez
Full diff.gz, per request. ** Attachment added: "tomcat6_6.0.18-0ubuntu1.diff.gz" http://launchpadlibrarian.net/17004452/tomcat6_6.0.18-0ubuntu1.diff.gz -- Update to Tomcat 6.0.18 https://bugs.launchpad.net/bugs/260016 You received this bug notification because you are a member of Ubuntu Bugs

[Bug 238516] [NEW] XSS issues in Nagios CGI (CVE-2007-5803)

2008-06-09 Thread Thierry Carrez
*** This bug is a security vulnerability *** Public security bug reported: Binary package hint: nagios2 Multiple cross-site scripting (XSS) vulnerabilities in CGI programs in Nagios before 2.12 might allow remote attackers to inject arbitrary web script or HTML via unspecified vectors, a differe

[Bug 238516] Re: XSS issues in Nagios CGI (CVE-2007-5803)

2008-06-09 Thread Thierry Carrez
Here is a backport (XSS fixes only) from Nagios 2.12. For Nagios 3.x (Intrepid) we should probably upgrade to 3.0.2. ** Attachment added: "Debdiff for nagios2" http://launchpadlibrarian.net/15145667/nagios2_2.11-1ubuntu2.debdiff -- XSS issues in Nagios CGI (CVE-2007-5803) https://bugs.launch

[Bug 238516] Re: XSS issues in Nagios CGI (CVE-2007-5803)

2008-06-09 Thread Thierry Carrez
** Bug watch added: Debian Bug tracker #485439 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=485439 ** Also affects: nagios3 (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=485439 Importance: Unknown Status: Unknown -- XSS issues in Nagios CGI (CVE-2007-5803) htt

[Bug 231004] Re: Path to 'mail' incorrect in /etc/nagios2/commands.cfg

2008-06-09 Thread Thierry Carrez
I looked into it and this problem is the result of several problems in the package building. debian/rules calls configure with --use-mail=/usr/bin/mail so Nagios should generate default config files with the good pointer. However there is no mailx | mailutils in the build dependencies so, when c

[Bug 237109] Re: Main inclusion request for gtkglext

2008-06-10 Thread Thierry Carrez
I tend to agree with you. I've done the MIR on behalf of soren : he needs the new gtk-vnc for virt-manager, but I'm not sure if the features he needs are related to the gtkglext dep. I'll wait for his comment. -- Main inclusion request for gtkglext https://bugs.launchpad.net/bugs/237109 You recei

[Bug 206763] Re: dapper install prompts for lilo questions

2008-06-10 Thread Thierry Carrez
If the fix is the revision 96, it breaks things here. Running rev. 99, trying to build an intrepid suite on amd64 Two problems during linux-server kernel installation : 1. lilo gets pulled in. 2. The postinst_hook script registered in do_kernel_img_conf fails (missing upgrade-grub). The first pr

[Bug 313960] Re: Please update dnsmasq hardy packages to version 2.46

2009-01-05 Thread Thierry Carrez
Redirecting to hardy-backports... Please see https://help.ubuntu.com/community/UbuntuBackports for more information on the backport process. ** Also affects: hardy-backports Importance: Undecided Status: New ** Changed in: dnsmasq (Ubuntu) Status: New => Invalid -- Please updat

[Bug 323601] Re: Upgrade to likewise-open 5 for Jaunty

2009-02-01 Thread Thierry Carrez
** Changed in: likewise-open (Ubuntu) Importance: Undecided => Wishlist Status: New => Confirmed -- Upgrade to likewise-open 5 for Jaunty https://bugs.launchpad.net/bugs/323601 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 323362] Re: While updating system, it reported an error.

2009-02-01 Thread Thierry Carrez
Error is: Setting up tomcat6-common (6.0.18-0ubuntu3.1) ... Setting up tomcat6 (6.0.18-0ubuntu3.1) ... chgrp: cannot dereference `/etc/tomcat6/Catalina': No such file or directory chgrp: cannot access `/etc/tomcat6/Catalina/localhost': No such file or directory dpkg: error processing tomcat6 (--co

[Bug 315314] Re: Tomcat BasicDataSourceFactory class not found due to incompatible location in libcommons-dbcp-java

2009-02-01 Thread Thierry Carrez
*** This bug is a duplicate of bug 283852 *** https://bugs.launchpad.net/bugs/283852 Magne: Tomcat6 is run with CATALINA_HOME set to /usr/share/tomcat6 and CATALINA_BASE set to /var/lib/tomcat6. If you read the Tomcat RUNNING.txt doc (available at /usr/share/doc/tomcat6-common/RUNNING.txt.gz)

[Bug 325357] [NEW] Please upgrade commons-pool to version 1.4

2009-02-04 Thread Thierry Carrez
Public bug reported: Please upgrade commons-pool to version 1.4 Current version (1.3) misses the connection reuse policy features, and we need those for Eucalyptus. The only other revdep (Tomcat) doesn't care about versions as long as it's > 1.1 (upstream binaries are built from 1.4). ** Affect

[Bug 325357] Re: Please upgrade commons-pool to version 1.4

2009-02-05 Thread Thierry Carrez
** Changed in: commons-pool (Ubuntu) Assignee: (unassigned) => Thierry Carrez (tcarrez) Status: New => In Progress -- Please upgrade commons-pool to version 1.4 https://bugs.launchpad.net/bugs/325357 You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 323362] Re: While updating system, it reported an error.

2009-02-05 Thread Thierry Carrez
OK, please reopen (set status back to New) if you can reproduce it. Many thanks for your help in making Ubuntu better ! ** Changed in: tomcat6 (Ubuntu) Status: Incomplete => Invalid -- While updating system, it reported an error. https://bugs.launchpad.net/bugs/323362 You received this bu

[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2009-01-07 Thread Thierry Carrez
I'm kinda busy those days, but I'll refresh my PPA tomorrow with a 2:3.2.3-1ubuntu3.5~ppa1 that builds on the recent security release. Concerning the official intrepid update, I'll file a SRU report and let the ubuntu-sru powers decide if the fix is worth the regression risk, as this is definitely

[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2009-01-08 Thread Thierry Carrez
samba_3.2.3-1ubuntu3.5~ppa1 should be (if it builds) in my PPA in a few minutes for those wanting to test it. It's using the complete patch from Kai Blin posted on comment 76. The SRU will be based on it if successful. -- gvfsd-smb crashed with SIGSEGV in strlen() https://bugs.launchpad.net/bug

Re: [Bug 290399] Re: After ran the command fence_tool dump, the fenced process will take 100% CPU usage

2009-01-09 Thread Thierry Carrez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leann Ogasawara wrote: > Just curious if this fix will make it into the Hardy 8.04.2 point > release? Thanks. Hello Leann, Chuck was preparing a common SRU with bug 282249, but afaik he got caught in reproduction environments. I'm cc-ing him for a m

[Bug 320212] Re: cannot access samba share after mount.cifs

2009-01-23 Thread Thierry Carrez
Several CIFS fixes were pushed to the latest intrepid kernel in -proposed, could you test it and report if the failure is still there ? Please see https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! ** Changed in: samba (Ubuntu)

[Bug 310230] Re: samba usershares rights problem

2009-01-23 Thread Thierry Carrez
Thanks for your help ! Closing. ** Changed in: samba (Ubuntu) Status: Incomplete => Invalid -- samba usershares rights problem https://bugs.launchpad.net/bugs/310230 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 320212] Re: cannot access samba share after mount.cifs

2009-01-25 Thread Thierry Carrez
** Changed in: samba (Ubuntu) Status: Incomplete => New -- cannot access samba share after mount.cifs https://bugs.launchpad.net/bugs/320212 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@

[Bug 320777] Re: package samba-common 2:3.2.3-1ubuntu3.5 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-01-25 Thread Thierry Carrez
*** This bug is a duplicate of bug 314318 *** https://bugs.launchpad.net/bugs/314318 ** This bug has been marked a duplicate of bug 314318 Samba update crashed -- package samba-common 2:3.2.3-1ubuntu3.5 failed to install/upgrade: subprocess post-installation script returned error exit st

[Bug 314173] Re: package samba-common 2:3.2. 3-1ubuntu3.4 failed to install/upgrade: Unterprozess p ost-installation script gab den Fehlerwert 1 zurück

2009-01-25 Thread Thierry Carrez
Looks like you were running another package installation at the same time, do you think that's possible ? ** Changed in: samba (Ubuntu) Status: New => Incomplete -- package samba-common 2:3.2.3-1ubuntu3.4 failed to install/upgrade: Unterprozess post-installation script gab den Fehlerwert

[Bug 305642] Re: etckeeper (with git) deletes empty directories on apt-get upgrade

2009-01-26 Thread Thierry Carrez
** Summary changed: - etckeeper deletes empty directories on apt-get upgrade + etckeeper (with git) deletes empty directories on apt-get upgrade -- etckeeper (with git) deletes empty directories on apt-get upgrade https://bugs.launchpad.net/bugs/305642 You received this bug notification because

[Bug 305642] Re: etckeeper (with git) deletes empty directories on apt-get upgrade

2009-01-26 Thread Thierry Carrez
Fixed in 0.26 -- etckeeper (with git) deletes empty directories on apt-get upgrade https://bugs.launchpad.net/bugs/305642 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://l

[Bug 321409] [NEW] etckeeper should offer daily autocommits

2009-01-26 Thread Thierry Carrez
Public bug reported: Binary package hint: etckeeper etckeeper already autocommits pre/post package installation modifications. It could also offer a daily cronjob to catch uncommitted modifications every night. This would allow much better default tracking. This should be optional, though I woul

[Bug 321406] [NEW] etckeeper: By-user traceability when run under sudo

2009-01-26 Thread Thierry Carrez
Public bug reported: Binary package hint: etckeeper In etckeeper all commits are tracked as being done by 'root'. On multi- admin systems, sudo allows by-user traceability and etckeeper should log the real user name rather than an anonymous 'root'. ** Affects: etckeeper (Ubuntu) Importance:

[Bug 319950] Re: License for wbemcli-1.6.0 changed to EPL, debian/copyright needs update

2009-01-26 Thread Thierry Carrez
** Changed in: sblim-wbemcli (Ubuntu) Assignee: (unassigned) => Thierry Carrez (tcarrez) Status: New => In Progress -- License for wbemcli-1.6.0 changed to EPL, debian/copyright needs update https://bugs.launchpad.net/bugs/319950 You received this bug notification because you

[Bug 321406] Re: etckeeper: By-user traceability when run under sudo

2009-01-26 Thread Thierry Carrez
** Changed in: etckeeper (Ubuntu) Assignee: (unassigned) => Thierry Carrez (tcarrez) Status: New => In Progress -- etckeeper: By-user traceability when run under sudo https://bugs.launchpad.net/bugs/321406 You received this bug notification because you are a member of Ubunt

[Bug 321409] Re: etckeeper should offer daily autocommits

2009-01-26 Thread Thierry Carrez
** Changed in: etckeeper (Ubuntu) Assignee: (unassigned) => Thierry Carrez (tcarrez) Status: New => In Progress -- etckeeper should offer daily autocommits https://bugs.launchpad.net/bugs/321409 You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 321809] [NEW] etckeeper uses bzr by default but installs git by default

2009-01-27 Thread Thierry Carrez
t-core (>= 1:1.5.4) | mercurial" rather than "git-core (>= 1:1.5.4) | mercurial | bzr (>= 1.4~)" ** Affects: etckeeper (Ubuntu) Importance: Low Assignee: Thierry Carrez (tcarrez) Status: In Progress ** Changed in: etckeeper (Ubuntu) Importance: U

[Bug 321852] [NEW] Installing bzr should not pull X libraries by default

2009-01-27 Thread Thierry Carrez
Public bug reported: Binary package hint: bzr As we rely more and more on bzr for core functionality (for example, if we are one day to use bzr/etckeeper for /etc version control on servers by default), it would be great if installing bzr would pull as little packages as possible in minimal insta

[Bug 317355] Re: jaunty alpha3 - tomcat6 install doesn't listen on port 8009

2009-01-15 Thread Thierry Carrez
That's the result of the fix for bug 300697... AJP connector is no longer deployed by default : it doesn't serve any purpose if Tomcat is deployed standalone (which is our default deployment scenario) and may cause shutdown bugs like bug 299866. I updated the test scenario for Jaunty accordingly.

[Bug 317542] Re: Error in sysv script

2009-01-15 Thread Thierry Carrez
*** This bug is a duplicate of bug 271777 *** https://bugs.launchpad.net/bugs/271777 ** This bug has been marked a duplicate of bug 271777 Exit status 127 when starting openvpn when its already started. -- Error in sysv script https://bugs.launchpad.net/bugs/317542 You received this bug n

[Bug 283852] Re: tomcat6 does not include tomcat-dbcp.jar

2009-01-17 Thread Thierry Carrez
It is still stuck on sponsoring. I'll try to push this next week to someone that can upload it. -- tomcat6 does not include tomcat-dbcp.jar https://bugs.launchpad.net/bugs/283852 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu

[Bug 314173] Re: package samba-common 2:3.2. 3-1ubuntu3.4 failed to install/upgrade: Unterprozess p ost-installation script gab den Fehlerwert 1 zurück

2009-01-17 Thread Thierry Carrez
For info, the root cause is the following: Failed to configure samba-common: debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable -- package samba-common 2:3.2.3-1ubuntu3.4 failed to install/upgrade: Unterprozess post-installa

[Bug 315500] Re: samba did not upgrade successfully...

2009-01-17 Thread Thierry Carrez
*** This bug is a duplicate of bug 314318 *** https://bugs.launchpad.net/bugs/314318 ** This bug has been marked a duplicate of bug 314318 Samba update crashed -- samba did not upgrade successfully... https://bugs.launchpad.net/bugs/315500 You received this bug notification because you ar

[Bug 315190] Re: package samba-common 2:3.2.3-1ubuntu3.4 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-01-17 Thread Thierry Carrez
*** This bug is a duplicate of bug 314318 *** https://bugs.launchpad.net/bugs/314318 ** This bug has been marked a duplicate of bug 314318 Samba update crashed -- package samba-common 2:3.2.3-1ubuntu3.4 failed to install/upgrade: subprocess post-installation script returned error exit st

[Bug 314318] Re: Samba update crashed

2009-01-17 Thread Thierry Carrez
For info, here the root cause isn't really clear in the logs : Setting up samba-common (2:3.2.3-1ubuntu3.4) ... dpkg: error processing samba-common (--configure): subprocess post-installation script returned error exit status 1 -- Samba update crashed https://bugs.launchpad.net/bugs/314318 You

[Bug 314952] Re: samba update filed

2009-01-17 Thread Thierry Carrez
*** This bug is a duplicate of bug 314318 *** https://bugs.launchpad.net/bugs/314318 ** This bug has been marked a duplicate of bug 314318 Samba update crashed -- samba update filed https://bugs.launchpad.net/bugs/314952 You received this bug notification because you are a member of Ubunt

[Bug 312449] Re: samba-common fails to upgrade if smb.conf is deleted

2009-01-17 Thread Thierry Carrez
** Summary changed: - package samba-common 2:3.2.3-1ubuntu3.3 failed to install/upgrade: subprocess post-installation script returned error exit status 1 + samba-common fails to upgrade if smb.conf is deleted -- samba-common fails to upgrade if smb.conf is deleted https://bugs.launchpad.net/bug

[Bug 302092] Re: logging in immediately logs out again

2009-01-17 Thread Thierry Carrez
*** This bug is a duplicate of bug 303458 *** https://bugs.launchpad.net/bugs/303458 ** This bug has been marked a duplicate of bug 303458 segfault in pam_smbpass.so -- logging in immediately logs out again https://bugs.launchpad.net/bugs/302092 You received this bug notification because

[Bug 303458] Re: segfault in pam_smbpass.so

2009-01-17 Thread Thierry Carrez
So we still have a problem with a corrupted file inside /var/lib/samba causing libpam-smbpass segfault. The file might well be secrets.tdb since deleting it often fixes the issue... -- segfault in pam_smbpass.so https://bugs.launchpad.net/bugs/303458 You received this bug notification because you

[Bug 260687] Re: Purging samba breaks login (pam_smbpass.so segfaults)

2009-01-17 Thread Thierry Carrez
Please followup on bug 303458 as this precise one (segfault if /var/lib/samba is missing) is fixed. -- Purging samba breaks login (pam_smbpass.so segfaults) https://bugs.launchpad.net/bugs/260687 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 315303] Re: smbclient crashes on "mget" command

2009-01-18 Thread Thierry Carrez
Does it also crash if you run "ls" ? What is the exact error you get ? Might be dupe of bug 264943 -- smbclient crashes on "mget" command https://bugs.launchpad.net/bugs/315303 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-b

[Bug 195458] Re: wrong hardcoded path to libjpeg.so

2009-01-18 Thread Thierry Carrez
Christophe: I would indeed open a separate bug since it is a very different problem than the one fixed here (a problem of headless vs full JRE dependencies rather than a problem of wrong hardcoded path) -- wrong hardcoded path to libjpeg.so https://bugs.launchpad.net/bugs/195458 You received this

[Bug 313960] Re: Please update dnsmasq hardy packages to version 2.46

2009-01-18 Thread Thierry Carrez
> It makes it look like Ubuntu LTS is not even striving for > production-ready status and that this claim as well as that of "Long > Term" is but a slogan. You seem to imply that quality and production-ready standards imply providing updates that add functionality to an already released product. T

[Bug 315303] Re: smbclient crashes on "mget" command

2009-01-18 Thread Thierry Carrez
Confirmed on intrepid (used as client and server, anonymous share): $ smbclient -N //server/share Anonymous login successful Domain=[XXX] OS=[Unix] Server=[Samba 3.2.3] smb: \> mget Segmentation fault $ Note that "mget" alone isn't a valid command (should be "mget *" or something), so I'm setting

[Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-22 Thread Thierry Carrez
Could those affected by the bug test that mounting with the "nodfs" mount option on the current kernel in intrepid-proposed works around the issue ? Thanks. -- Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10 https://bugs.launchpad.net/bugs/286828 You received this bug notificati

[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-23 Thread Thierry Carrez
Here you go :) samba 2:3.2.3-1ubuntu3.4~ppa5 available for testing at https://launchpad.net/~tcarrez/+archive -- gvfsd-smb crashed with SIGSEGV in strlen() https://bugs.launchpad.net/bugs/264943 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

<    5   6   7   8   9   10   11   12   13   14   >