[Bug 242690] Re: might allow to bypass authentication

2008-06-30 Thread Thierry Carrez
Subscribing ubuntu-universe-sponsors to help getting the fake-sync in comment 2 into Intrepid first. -- might allow to bypass authentication https://bugs.launchpad.net/bugs/242690 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubun

[Bug 242869] Re: dnsmasq's dhcp blocked to clients by firestarter

2008-06-30 Thread Thierry Carrez
Thanks for reporting this bug and helping in making Ubuntu better. AFAICT this is not a bug in dnsmasq : if firestarter blocks UDP broadcasts to port 67, that will for sure prevent dnsmasq (or any other DHCP server) to receive and process DHCPDISCOVER / DHCPREQUESTs. So I'll mark this part of the

[Bug 224141] Re: Maven's command line processing broken - fix available in Debian

2008-06-30 Thread Thierry Carrez
Hello Paul, thanks for reporting this bug. The procedure to get this fixed in hardy would be to have a minimal patch for the affected packages and follow the SRU procedures (https://wiki.ubuntu.com/StableReleaseUpdates) to get the fix in hardy- updates. Intrepid looks fixed since it ships maven2-

[Bug 224141] Re: Maven's command line processing broken - fix available in Debian

2008-06-30 Thread Thierry Carrez
On my hardy workstation both these commands seem to work correctly : mvn -e archetype:create -DgroupId=org.x.y -DartifactId=z -DarchetypeArtifactId=maven-archetype-j2ee-simple mvn -Dsome.option=0 install Versions used are the current hardy ones : maven2-2.0.8-3 libcommons-cli-java-1.0-11 Could

[Bug 244968] [NEW] Upgrade likewise-open to 4.1.0

2008-07-02 Thread Thierry Carrez
I'll post dsc and diff.gz for review / testing in intrepid shortly. [1] http://lists.likewisesoftware.com/pipermail/likewise-open- discuss/2008-May/000422.html ** Affects: likewise-open (Ubuntu) Importance: Wishlist Assignee: Thierry Carrez (tcarrez) Status: In Progress

[Bug 244968] Re: Upgrade likewise-open to 4.1.0

2008-07-02 Thread Thierry Carrez
.dsc file ** Attachment added: "likewise-open_4.1.0-0ubuntu1.dsc" http://launchpadlibrarian.net/15767013/likewise-open_4.1.0-0ubuntu1.dsc -- Upgrade likewise-open to 4.1.0 https://bugs.launchpad.net/bugs/244968 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 244968] Re: Upgrade likewise-open to 4.1.0

2008-07-02 Thread Thierry Carrez
.diff.gz file New upstream version is from : http://archives.likewisesoftware.com/likewise-open/src/likewise-open-4.1.0-2773.tar.gz ** Attachment added: "likewise-open_4.1.0-0ubuntu1.diff.gz" http://launchpadlibrarian.net/15767021/likewise-open_4.1.0-0ubuntu1.diff.gz -- Upgrade likewise-open

[Bug 244968] Re: Upgrade likewise-open to 4.1.0

2008-07-02 Thread Thierry Carrez
The resulting packages still need to be tested. In addition to the new upsteam version, I dropped the fix_window_close patch which was integrated upstream (without the GTK_RESPONSE_NONE case which was probably overkill, testing required), and the quilt patch system (no more patches). The patch :

[Bug 243699] Re: [Intrepid] Kernel 2.6.26.2 AMD64 do not boot

2008-07-04 Thread Thierry Carrez
*** This bug is a duplicate of bug 243677 *** https://bugs.launchpad.net/bugs/243677 ** This bug has been marked a duplicate of bug 243677 intrepid kernel 2.6.26-2-generic (amd64) won't boot as kvm guest -- [Intrepid] Kernel 2.6.26.2 AMD64 do not boot https://bugs.launchpad.net/bugs/24369

[Bug 243677] Re: intrepid kernel 2.6.26-2-generic (amd64) won't boot as kvm guest

2008-07-04 Thread Thierry Carrez
Confirmed. 2.6.26-3.9 doesn't solve the problem, which is apparently related to the hardy kernel KVM. ** Changed in: linux (Ubuntu) Importance: Undecided => Medium Status: New => Confirmed -- intrepid kernel 2.6.26-2-generic (amd64) won't boot as kvm guest https://bugs.launchpad.net/b

[Bug 242690] Re: might allow to bypass authentication

2008-07-04 Thread Thierry Carrez
** Changed in: pam-pgsql (Ubuntu Intrepid) Status: Fix Committed => Fix Released -- might allow to bypass authentication https://bugs.launchpad.net/bugs/242690 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs maili

[Bug 218569] Re: OpenVPN compiled without pkcs11 support

2008-07-28 Thread Thierry Carrez
This has been fixed in Debian 2.1~rc8-1 release, might be a good idea to sync ? Debian changelog: openvpn (2.1~rc8-1) unstable; urgency=low * New upstream version * Added Build-dep on libpkcs11-helper1 to re-enable PKCS#11 support. Sorry for the delay Florian :) (Closes: #475353) -

[Bug 252566] [NEW] Please sync openvpn 2.1~rc8-1 (main) from Debian unstable (main)

2008-07-28 Thread Thierry Carrez
Public bug reported: Binary package hint: openvpn Please sync openvpn 2.1~rc8-1 (main) from Debian unstable (main). Changelog since current intrepid version 2.1~rc7-5build1: openvpn (2.1~rc8-1) unstable; urgency=low * New upstream version * Added Build-dep on libpkcs11-helper1 to re-enable

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

2008-07-29 Thread Thierry Carrez
Confirmed in hardy. This is in fact a bug in /lib/lsb/init-functions where killproc does handle all signals as SIGTERM : http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478871 The fix is already merged in intrepid. ** Changed in: nagios2 (Ubuntu) Importance: Undecided => Medium Status

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

2008-07-29 Thread Thierry Carrez
This can be worked-around in nagios2, or fixed in lsb. The LSB change might have too much regression potential for a SRU, though. If we want to fix it in nagios2 we can use the attached initscript patch. ** Attachment added: "killproc.patch" http://launchpadlibrarian.net/16377987/killproc.patc

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

2008-07-29 Thread Thierry Carrez
This would be the patch if we choose to fix it in lsb directly. This will change behavior of all scripts calling killproc with a signal number. This is theorically a good change, but it might generate unexpected behavior changes. I can make a debdiff for the chosen solution. ** Also affects: lsb

[Bug 218569] Re: OpenVPN compiled without pkcs11 support

2008-07-29 Thread Thierry Carrez
2.1~rc8-1 is in intrepid now. ** Changed in: openvpn (Ubuntu) Status: Triaged => Fix Released -- OpenVPN compiled without pkcs11 support https://bugs.launchpad.net/bugs/218569 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- u

[Bug 251641] Re: openvpn init script lacks the 'status' action

2008-07-29 Thread Thierry Carrez
Nathan: fyi, 2.1~rc8-1 was synced to intrepid recently to fix a couple of bugs. It still misses the status action in the initscript so this bug is still open. -- openvpn init script lacks the 'status' action https://bugs.launchpad.net/bugs/251641 You received this bug notification because you are

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

2008-07-29 Thread Thierry Carrez
nagios2 initscript patch if we prefer to fix it in nagios2 ** Attachment added: "initscript.patch" http://launchpadlibrarian.net/16378233/initscript.patch -- Reload action on init script kills daemon https://bugs.launchpad.net/bugs/252686 You received this bug notification because you are a m

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

2008-07-30 Thread Thierry Carrez
ry Membership" more in line with what is usually found in "Administration". However if we want (for whatever reason) to keep the software name in the menu item name, then we should use "Likewise AD Settings". ** Changed in: likewise-open (Ubuntu) Importance: Undeci

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

2008-07-30 Thread Thierry Carrez
When you join a domain, likewise-open makes changes to the following files (making in-place backups with an .lwidentity.orig suffix): /etc/ssh/sshd_config /etc/ssh/ssh_config /etc/nsswitch.conf /etc/hosts /etc/krb5.conf /etc/security/pam_lwidentity.conf /etc/pam.d/common-account /etc/pam.d/common-

[Bug 238878] Re: Change likewise-open default Domain separator

2008-07-30 Thread Thierry Carrez
\ is the default domain separator in the Windows world, so we might want to keep it as the default separator. At the moment the lwiauthd.conf file is basically rewritten by Likewise-Open when you join the domain. As a workaround you just change the "winbind separator" in lwiauthd.conf just afte

[Bug 192593] Re: unable to change user password

2008-07-30 Thread Thierry Carrez
Fabrizio: please let us know if you can reproduce with the version in hardy. ** Changed in: likewise-open (Ubuntu) Status: New => Incomplete -- unable to change user password https://bugs.launchpad.net/bugs/192593 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 244968] Re: Upgrade likewise-open to 4.1.0

2008-07-30 Thread Thierry Carrez
REVU being for universe packages, I'll publish in my PPA for more testing. I'm working on a recent code drop from Jerry, still has a few regressions to fix, stay tuned. -- Upgrade likewise-open to 4.1.0 https://bugs.launchpad.net/bugs/244968 You received this bug notification because you are a m

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

2008-07-30 Thread Thierry Carrez
** Changed in: rhino (Ubuntu) Importance: Undecided => Medium Status: New => Triaged -- rhino should depend on java2-runtime-headless https://bugs.launchpad.net/bugs/249598 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ub

[Bug 238878] Re: Change likewise-open default Domain separator

2008-07-30 Thread Thierry Carrez
OK, so I guess the default won't be changed at that point, I'm closing this bug as "Won't Fix". Thank you for pointing out the "winbind separator = +" workaround for those interested ! This bug could be converted to a question for reference. ** Changed in: likewise-open (Ubuntu) Status: N

[Bug 253394] Re: Typo in Likewise Open GUI (misspelled "privileges")

2008-07-30 Thread Thierry Carrez
This should be solved when bug 244968 (migration to >=4.1.0) is complete. ** Changed in: likewise-open (Ubuntu) Importance: Undecided => Low Assignee: (unassigned) => Thierry Carrez (tcarrez) Status: New => Triaged -- Typo in Likewise Open GUI (misspelled "p

Re: [Bug 253471] [NEW] openssh-client hangs then drops after authenticating

2008-07-30 Thread Thierry Carrez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thank you for reporting this bug. Could you please run the ssh client with the "-vvv" option and attach the resulting messages ? status: incomplete -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - h

[Bug 253471] Re: openssh-client hangs then drops after authenticating

2008-07-30 Thread Thierry Carrez
** Changed in: openssh (Ubuntu) Status: New => Incomplete -- openssh-client hangs then drops after authenticating https://bugs.launchpad.net/bugs/253471 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

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

2008-07-31 Thread Thierry Carrez
New debdiff that applies to the recently-released -ubuntu1 version. Replaces depends to use the -headless flavors, in order to avoid jre-headless -> rhino -> jre dependency. ** Attachment added: "rhino_1.7R1-1ubuntu2.debdiff" http://launchpadlibrarian.net/16437877/rhino_1.7R1-1ubuntu2.debdiff

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

2008-07-31 Thread Thierry Carrez
This has been fixed in latest upstream sources, so this bug should be fixed in intrepid whenever bug 244968 is. Note sure how easy/disruptive it would be to backport though. -- likewise-open service does not start automatically https://bugs.launchpad.net/bugs/205111 You received this bug notific

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

2008-07-31 Thread Thierry Carrez
** Changed in: likewise-open (Ubuntu) Importance: Undecided => High Assignee: (unassigned) => Thierry Carrez (tcarrez) Status: Confirmed => Triaged -- Likewise uninstall, Lock login to system https://bugs.launchpad.net/bugs/230466 You received this bug notification becaus

[Bug 192594] Re: unplug - plug again network cable

2008-07-31 Thread Thierry Carrez
rting automatically at reboot). I reproduced the problem on the latest sources, I'll check if it is known upstream. ** Changed in: likewise-open (Ubuntu) Importance: Undecided => Low Assignee: (unassigned) => Thierry Carrez (tcarrez) Status: New => Confirmed -- unplug -

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

2008-07-31 Thread Thierry Carrez
After discussing it with pitti, we'll go for "Active Directory Membership" (applets in Administration usually reflect purpose rather than software name). We also agreed that the features of likewise-open-gui should probably migrate into network-manager in Intrepid+n, but that's a part of a future

[Bug 261847] [NEW] Installing openjdk-6-jre-headless pulls in dbus/avahi

2008-08-27 Thread Thierry Carrez
Public bug reported: On a current intrepid setup, installing openjdk-6-jre-headless pulls in several packages that might not be suitable for a server setup : avahi- daemon, dbus, consolekit, dbus-x11... They are pulled in through the libnss-mdns Recommends, as well as 24 other packages. Complete

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

2008-08-27 Thread Thierry Carrez
Following Matthias' advice in his email, here is a better fix : - depend on default-jre-headless | java2-runtime-headless - recommend libecj-java-gcj | openjdk-6-jre-headless [amd64 i386 lpia] | cacao-oj6-jre-headless [powerpc] This way it works optimally in all cases but having GCJ together with

[Bug 261847] Re: Installing openjdk-6-jre-headless pulls in dbus/avahi

2008-08-27 Thread Thierry Carrez
openjdk-6_6b11-6ubuntu2.debdiff ** Attachment added: "openjdk-6_6b11-6ubuntu2.debdiff" http://launchpadlibrarian.net/17120307/openjdk-6_6b11-6ubuntu2.debdiff -- Installing openjdk-6-jre-headless pulls in dbus/avahi https://bugs.launchpad.net/bugs/261847 You received this bug notification beca

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

2008-08-27 Thread Thierry Carrez
Still open for nagios2 / hardy. Not sure it's worthy of a SRU though. ** Changed in: nagios2 (Ubuntu) Status: Fix Released => Triaged -- nagios2 won't remove/reinstall if /etc/nagios2/apache2.conf is deleted https://bugs.launchpad.net/bugs/256920 You received this bug notification because

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

2008-08-28 Thread Thierry Carrez
I agree with you. This is more a bug in a corner case that normal use shouldn't hit, with an easy workaround, so it's probably not worthy of an SRU. I'm closing it as Won't Fix, anyone wishing to try to push it through SRU : feel free to reopen it. ** Changed in: nagios2 (Ubuntu) Status: Tr

[Bug 244968] Re: Upgrade likewise-open to 4.1.0

2008-08-28 Thread Thierry Carrez
reflect main inclusion -- Thierry Carrez <[EMAIL PROTECTED]> Fri, 01 Aug 2008 15:55:43 +0200 ** Changed in: likewise-open (Ubuntu) Status: In Progress => Fix Released -- Upgrade likewise-open to 4.1.0 https://bugs.launchpad.net/bugs/244968 You received this bug notification becaus

[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-28 Thread Thierry Carrez
reflect main inclusion -- Thierry Carrez <[EMAIL PROTECTED]> Fri, 01 Aug 2008 15:55:43 +0200 ** Changed in: likewise-open (Ubuntu) Status: In Progress => Fix Released -- package libwbclient0 2:3.2.0-4ubuntu3 failed to install/upgrade: trying to overwrite `/usr/lib/libwbclient.so

[Bug 253394] Re: Typo in Likewise Open GUI (misspelled "privileges")

2008-08-28 Thread Thierry Carrez
reflect main inclusion -- Thierry Carrez <[EMAIL PROTECTED]> Fri, 01 Aug 2008 15:55:43 +0200 ** Changed in: likewise-open (Ubuntu) Status: Triaged => Fix Released -- Typo in Likewise Open GUI (misspelled "privileges") https://bugs.launchpad.net/bugs/253394 You received th

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

2008-08-28 Thread Thierry Carrez
reflect main inclusion -- Thierry Carrez <[EMAIL PROTECTED]> Fri, 01 Aug 2008 15:55:43 +0200 ** Changed in: likewise-open (Ubuntu) Status: In Progress => Fix Released -- likewise-open-gui needs a better menu item name https://bugs.launchpad.net/bugs/253032 You received this bug not

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

2008-08-28 Thread Thierry Carrez
reflect main inclusion -- Thierry Carrez <[EMAIL PROTECTED]> Fri, 01 Aug 2008 15:55:43 +0200 ** Changed in: likewise-open (Ubuntu) Status: In Progress => Fix Released -- Likewise uninstall, Lock login to system https://bugs.launchpad.net/bugs/230466 You received this bug notificat

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

2008-08-28 Thread Thierry Carrez
reflect main inclusion -- Thierry Carrez <[EMAIL PROTECTED]> Fri, 01 Aug 2008 15:55:43 +0200 ** Changed in: likewise-open (Ubuntu) Status: In Progress => Fix Released -- likewise-open service does not start automatically https://bugs.launchpad.net/bugs/205111 You received this bug

[Bug 262264] [NEW] Fails to join a domain: Unknown pam configuration

2008-08-28 Thread Thierry Carrez
Public bug reported: Binary package hint: likewise-open Using the new likewise-open 4.1.0.2956-0ubuntu1 on intrepid, trying to join a domain results in : --- Joining to AD Domain: test-ad.company.com With Computer DNS Name: intrepid-test.test-ad.company.com Error: Unknown pam configuration [c

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

2008-12-05 Thread Thierry Carrez
Max, Richard & others, I need your help: in order to issue an official update for Intrepid, we need an easy test case to demonstrate the bug in the current version and show that the proposed update fixes it. Could you provide a minimal example webapp that could be used by verifiers ? Thanks in adv

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

2008-12-05 Thread Thierry Carrez
Minimal patch for Intrepid SRU ** Attachment added: "283852-intrepid-SRU.diff" http://launchpadlibrarian.net/20228493/283852-intrepid-SRU.diff -- tomcat6 does not include tomcat-dbcp.jar https://bugs.launchpad.net/bugs/283852 You received this bug notification because you are a member of Ubun

[Bug 294277] Re: Tomcat 6 missing directory "Catalina" in /etc/tomcat6 - so impossible to deploy webapp

2008-12-05 Thread Thierry Carrez
Minimal patch for Intrepid SRU ** Attachment added: "294277-intrepid-SRU.diff" http://launchpadlibrarian.net/20228568/294277-intrepid-SRU.diff -- Tomcat 6 missing directory "Catalina" in /etc/tomcat6 - so impossible to deploy webapp https://bugs.launchpad.net/bugs/294277 You received this bu

[Bug 294277] Re: Tomcat 6 missing directory "Catalina" in /etc/tomcat6 - so impossible to deploy webapp

2008-12-05 Thread Thierry Carrez
Intrepid SRU Report Bug impact: Tomcat doesn't fully autodeploy applications dropped into /var/lib/tomcat6/webapps: it fails to autodeploy the context file into /etc/tomcat6/Catalina/localhost. This results in half-deployed applications and a difficult problem to troubleshoot. Versions affected:

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

2008-12-05 Thread Thierry Carrez
** Bug watch added: Debian Bug tracker #500129 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500129 ** Also affects: samba (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500129 Importance: Unknown Status: Unknown -- gvfsd-smb crashed with SIGSEGV in strlen() htt

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

2008-12-05 Thread Thierry Carrez
Following advice in comment 10, I rollbacked the changes made in clilist.c and built a new package for Intrepid... Could people affected by this bug test the samba-2:3.2.3-1ubuntu3.4~ppa1 package in my PPA: https://launchpad.net/~tcarrez/+archive and report success/failure/adverse side-effects.

[Bug 274384] Re: Web apps can't access shared/classes files

2008-12-05 Thread Thierry Carrez
We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comment. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on th

[Bug 251004] Re: Tomcat 5.5 produces no logs when run with gcj

2008-12-05 Thread Thierry Carrez
We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comment. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on th

[Bug 74781] Re: The package naming-factory-dbcp.jar is missing

2008-12-05 Thread Thierry Carrez
We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comment. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on th

[Bug 257375] Re: package tomcat5.5 5.5.25-5ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 2

2008-12-05 Thread Thierry Carrez
We are closing this bug report because it lacks the information we need to investigate the problem, as described in Michael Vogt comment above. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click

[Bug 257586] Re: error when using synaptic

2008-12-05 Thread Thierry Carrez
Nagios 3 is only available from 8.10, there is no package available for 8.04. Installing random .deb files made for another release won't work. For hardy, you should install nagios2 (sudo aptitude install nagios2). ** Changed in: nagios3 (Ubuntu) Status: New => Invalid -- error when usin

[Bug 300660] Re: "nagios3-common" package should not have configuration files named as "*-nagios2.cfg"

2008-12-05 Thread Thierry Carrez
** Changed in: nagios3 (Ubuntu) Importance: Undecided => Wishlist Status: New => Confirmed -- "nagios3-common" package should not have configuration files named as "*-nagios2.cfg" https://bugs.launchpad.net/bugs/300660 You received this bug notification because you are a member of Ubun

[Bug 241461] Re: OpenVPN deletes its own user group in Hardy.

2008-12-05 Thread Thierry Carrez
We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comment. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on th

[Bug 305199] Re: OpenVPN on Ubuntu Intrepid

2008-12-05 Thread Thierry Carrez
2.1 RC9 and above introduced a new parameter for more security. If you want to maintain backward compatibility you should add "script-security 2" to your config file. NB: you should consider putting your configuration in /etc/openvpn and starting it using "sudo /etc/init.d/openvpn start" to avoid

[Bug 294728] Re: Public shares not possible in home folder (Hardy 8.04)

2008-12-08 Thread Thierry Carrez
Then we'll suppose it got fixed by own of the numerous hardy Samba SRUs. Thanks for your confirmation, Max-Ulrich. ** Changed in: samba (Ubuntu) Status: Incomplete => Fix Released -- Public shares not possible in home folder (Hardy 8.04) https://bugs.launchpad.net/bugs/294728 You receive

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

2008-12-08 Thread Thierry Carrez
I'll do a simpler patch just removing the offset check Marcus talks about in comment 10. Apparently the affected NAS use info level 1 (which is usually used by OS/2) !? Stay tuned. ** Bug watch added: Samba Bugzilla #5942 https://bugzilla.samba.org/show_bug.cgi?id=5942 ** Also affects: samba v

[Bug 303458] Re: segfault in pam_smbpass.so

2008-12-08 Thread Thierry Carrez
zedtux: OK, then we can try to cleanup by hand: $ sudo rm -rf /var/lib/samba $ sudo mkdir /var/lib/samba pam_smbpass.so is known to segfault if the /var/lib/samba directory doesn't exist, or if it is non-empty, filled by something it doesn't like. I never saw it segfault when using an existing, bu

[Bug 303458] Re: segfault in pam_smbpass.so

2008-12-08 Thread Thierry Carrez
There was probably a problem with corrupted contents in /var/lib/samba... this tends to occur a little too often in my taste and pam_smbpass integration makes it fail quite badly. I'm not exactly sure what we can do to avoid it though. ** Changed in: samba (Ubuntu) Status: Incomplete => New

[Bug 280160] Re: n-m-openvpn shuts down VPN when openvpn soft-restarts

2008-12-08 Thread Thierry Carrez
Vladimir: there is no easy workaround. openvpn routinely restarts and network-manager-openvpn doesn't handle that situation properly. The bug has been submitted upstream at: http://bugzilla.gnome.org/show_bug.cgi?id=556134 In the meantime if you need to use OpenVPN but are hit by this bug, I'd su

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

2008-12-08 Thread Thierry Carrez
Please try samba - 2:3.2.3-1ubuntu3.4~ppa2 from 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 Ubuntu. -- ubuntu-bugs

[Bug 306297] Re: Tomcat 5.5 ubuntu installation failed

2008-12-08 Thread Thierry Carrez
*** This bug is a duplicate of bug 179447 *** https://bugs.launchpad.net/bugs/179447 ** This bug has been marked a duplicate of bug 179447 Installation of tomcat5.5 fails if openjdk-6 or a JRE is installed -- Tomcat 5.5 ubuntu installation failed https://bugs.launchpad.net/bugs/306297 You

[Bug 212521] Re: Installation fails even if openjdk-6-jdk is installed

2008-12-08 Thread Thierry Carrez
Tested, on a system where openjdk-6-jdk is already installed: Without hardy-proposed enabled: $ sudo apt-get install tomcat5.5 -> FAIL With hardy-proposed enabled: $ sudo apt-get install tomcat5.5 -> SUCCESS ** Tags added: verification-done ** Tags removed: verification-needed -- Installatio

[Bug 179447] Re: Installation of tomcat5.5 fails if openjdk-6 or a JRE is installed

2008-12-08 Thread Thierry Carrez
Tested: Without hardy-proposed enabled: $ sudo apt-get install java-gcj-compat tomcat5.5 -> FAIL $ sudo apt-get install sun-java6-jre tomcat5.5 -> FAIL $ sudo apt-get install openjdk-6-jdk tomcat5.5 -> FAIL $ sudo apt-get install openjdk-6-jre tomcat5.5 -> FAIL With hardy-proposed enabled: $ sudo

[Bug 306168] Re: Unable to connect network drive SAMBA Share

2008-12-09 Thread Thierry Carrez
I'm not sure I understand... You're trying to connect from an Intrepid client to a network share on a Freecom NAS. The logs you're showing seem to come from a Samba/Winbind *server*. Are those logs from the Freecom NAS or from the Ubuntu client ? If the logs come from the Ubuntu client, why are y

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

2008-12-09 Thread Thierry Carrez
Kai Blin: Removing the check is clearly not a permanent solution, I figured it could help in pointing out where the problem is and maybe serve as band-aid for those affected, waiting for the proper fix. Unfortunately I don't own the affected hardware so I can't reproduce the problem, and I'm lef

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

2008-12-09 Thread Thierry Carrez
@Shawn: the one that fails, preferably. -- 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 Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https:

[Bug 306693] Re: open-iscsi upgrade fails to stop iscsid

2008-12-10 Thread Thierry Carrez
*** This bug is a duplicate of bug 306678 *** https://bugs.launchpad.net/bugs/306678 ** This bug has been marked a duplicate of bug 306678 open-iscsi fails to correctly update rc.d on upgrade -- open-iscsi upgrade fails to stop iscsid https://bugs.launchpad.net/bugs/306693 You received th

[Bug 287512] Re: dragonplayer crashes with Seg fault (core dumped)

2008-12-10 Thread Thierry Carrez
Not a duplicate of bug 285304 : it doesn't crash in libsmbclient. Doesn't even fetch the file from SMB. ** This bug is no longer a duplicate of bug 285304 dragon crashed with SIGSEGV -- dragonplayer crashes with Seg fault (core dumped) https://bugs.launchpad.net/bugs/287512 You received this

[Bug 285304] Re: dragon crashed with SIGSEGV

2008-12-10 Thread Thierry Carrez
Shinji: your bug seems to be slightly different (this one doesn't crash in strlen()). Yours looks a lot like bug 287512. This one may be a duplicate of bug 264943... Bespoke Systems: What is the SMB server you're trying to access ? A NAS ? Another Samba server ? A Windows server ? Does dragon wor

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

2008-12-10 Thread Thierry Carrez
The second file needed for the test case. ** Attachment added: "test-dbcp.xml" http://launchpadlibrarian.net/20344697/test-dbcp.xml -- 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, wh

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

2008-12-10 Thread Thierry Carrez
Intrepid SRU Report Bug impact: Tomcat 6 currently points to a default DBCP factory class that isn't provided in the package (org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory). That makes all web applications that don't specify a DBCP factory class fail. We provide org.apache.commons.dbcp.BasicD

[Bug 306693] Re: open-iscsi upgrade fails to stop iscsid

2008-12-10 Thread Thierry Carrez
** This bug is no longer a duplicate of bug 306678 open-iscsi fails to correctly update rc.d on upgrade -- open-iscsi upgrade fails to stop iscsid https://bugs.launchpad.net/bugs/306693 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 292836] Re: Cannot browse samba shares

2008-11-17 Thread Thierry Carrez
*** This bug is a duplicate of bug 282298 *** https://bugs.launchpad.net/bugs/282298 ** This bug has been marked a duplicate of bug 282298 Intrepid Beta: No Access to NAS samba share any more. -- Cannot browse samba shares https://bugs.launchpad.net/bugs/292836 You received this bug notif

[Bug 282298] Re: Intrepid: No Access to NAS (samba<=2.2.x) shares any more

2008-11-17 Thread Thierry Carrez
** Summary changed: - Intrepid Beta: No Access to NAS samba share any more. + Intrepid: No Access to NAS (samba<=2.2.x) shares any more ** Changed in: samba (Ubuntu) Importance: Low => Medium -- Intrepid: No Access to NAS (samba<=2.2.x) shares any more https://bugs.launchpad.net/bugs/282298

[Bug 206569] Re: hardy's OpenVPN 2.1_Rc7 not connecting

2008-11-17 Thread Thierry Carrez
shaggy: 2.1_rc7 had problems in "tls-remote" parameter handling (and others) due to bad X509 parameter extraction functions. A package fixing that issue has been published into hardy-proposed, could you please enable that repository and test if it fixes your problem ? Please see https://wiki.ub

[Bug 282298] Re: Intrepid: No Access to NAS (samba<=2.2.x) shares any more

2008-11-17 Thread Thierry Carrez
Debdiff for jaunty samba (2:3.2.4-1ubuntu2) jaunty; urgency=low * debian/patches/last-char-truncation.patch: Fix compatibility issue with NAS boxes still using Samba 2.2 or before (fixes LP: #282298) ** Attachment added: "samba_3.2.4-1ubuntu2.debdiff" http://launchpadlibrarian.net/1973

[Bug 282298] Re: Intrepid: No Access to NAS (samba<=2.2.x) shares any more

2008-11-17 Thread Thierry Carrez
Debdiff for potential intrepid SRU samba (2:3.2.3-1ubuntu3.1) intrepid-proposed; urgency=low * debian/patches/last-char-truncation.patch: Fix compatibility issue with NAS boxes still using Samba 2.2 or before (fixes LP: #282298) ** Attachment added: "samba_3.2.3-1ubuntu3.1.debdiff" http

[Bug 282298] Re: Intrepid: No Access to NAS (samba<=2.2.x) shares any more

2008-11-17 Thread Thierry Carrez
Updated samba package for Intrepid is available for testing from my PPA : https://launchpad.net/~tcarrez/+archive -- Intrepid: No Access to NAS (samba<=2.2.x) shares any more https://bugs.launchpad.net/bugs/282298 You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 298080] Re: Please merge pure-ftpd 1.0.21-11.4 (universe) from Debian unstable (main)

2008-11-18 Thread Thierry Carrez
Forwarding remaining issues to Debian: - adding --with-rfc2640 to configure options is http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=364063 - adding filesystemencoding and clientencoding options is http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=409713 - changing default answer for debconf t

[Bug 298043] Re: Please merge tomcat5.5 5.5.26-5 (universe) from Debian unstable (main)

2008-11-18 Thread Thierry Carrez
Yes, the drop of changelog entries is intentional. The changelog shipped in 5.5.26-5 contained duplicated entries for versions from 5.5.15-1 to 5.5.26-2. The Debian-to-Merged debdiff doesn't represent those changes in a friendly way, but if you look at the last-in-Ubuntu to Merged debdiff, you can

[Bug 282298] Re: [SRU] Intrepid: No Access to NAS (samba<=2.2.x) shares any more

2008-11-18 Thread Thierry Carrez
Christian: This patch was extracted from upstream Bugzilla bug [1] which was found referenced in the corresponding Debian bug [2]. So yes, this is already submitted both upstream and in Debian. [1] https://bugzilla.samba.org/show_bug.cgi?id=5826 [2] http://bugs.debian.org/cgi-bin/bugreport.cgi?b

[Bug 298043] Re: Please merge tomcat5.5 5.5.26-5 (universe) from Debian unstable (main)

2008-11-18 Thread Thierry Carrez
In fact I presumed wrong, you can implement org.apache.catalina.LifecycleListener to execute special code when a Context is destroyed, and a quick shutdown would bypass that. Good catch, I'll provide fixed debdiffs in a few. -- Please merge tomcat5.5 5.5.26-5 (universe) from Debian unstable (main

[Bug 298043] Re: Please merge tomcat5.5 5.5.26-5 (universe) from Debian unstable (main)

2008-11-18 Thread Thierry Carrez
(fixed) Debdiff from Debian version to Merged version. Remaining changes: - debian/control: add libecj-java builddep to fix FTBFS with default-jdk - debian/rules: Set java source and target version to 1.5 - debian/rules: Don't fail install if Tomcat cannot be started - debian/tomcat5.5.init: Fix J

[Bug 298043] Re: Please merge tomcat5.5 5.5.26-5 (universe) from Debian unstable (main)

2008-11-18 Thread Thierry Carrez
(fixed) Debdiff from last Ubuntu version to Merged version. >From Debian: - Adopted Debian's slightly different way of specifying the JVM runtime depends - debian/copyright: Reference Apache 2.0 license in /usr/share/common/license Additional changes (from me): - debian/tomcat5.5.init: Added LSB

[Bug 299436] [NEW] Tomcat 6 should not implement the TearDown spec

2008-11-18 Thread Thierry Carrez
Public bug reported: Binary package hint: tomcat6 Tomcat 6 currently implements the TearDown spec [1] which provides faster shutdown by avoiding the init script to be called at system shutdown or reboot, and instead rely on the processes being correctly terminated and killed by the sendsigs scrip

[Bug 288616] Re: Tomcat 6 fails to start during install

2008-11-18 Thread Thierry Carrez
The two circular dependencies in JVMs have been confirmed as WONTFIX so we need another solution. Here are the candidates : - Fix the apt bug that makes it break the circular dependency at a weird point - Try making default-jre-headless depend on both openjdk-6-jre-lib and openjdk-6-jre-headless

[Bug 299481] [NEW] Please merge nagios-plugins 1.4.12-4 (main) from Debian unstable (main)

2008-11-18 Thread Thierry Carrez
Public bug reported: Binary package hint: nagios-plugins Latest Debian version provides 1.4.12 upstream release, which fixes lots of issues, we should definitely merge this one. I'm on it. ** Affects: nagios-plugins (Ubuntu) Importance: Wishlist Assignee: Thierry Carrez (tc

[Bug 299481] Re: Please merge nagios-plugins 1.4.12-4 (main) from Debian unstable (main)

2008-11-18 Thread Thierry Carrez
zul is also working on it, attaching my work in progress ** Attachment added: "nagios-plugins_1.4.12-4_1.4.12-4ubuntu1.debdiff" http://launchpadlibrarian.net/19760707/nagios-plugins_1.4.12-4_1.4.12-4ubuntu1.debdiff ** Changed in: nagios-plugins (Ubuntu) Assignee: Thierry Carre

[Bug 299481] Re: Please merge nagios-plugins 1.4.12-4 (main) from Debian unstable (main)

2008-11-18 Thread Thierry Carrez
nagios-plugins (1.4.12-4ubuntu1) jaunty; urgency=low * Merge from debian unstable, remaining changes: - Don't depend on nagios-plugins-extra, we dont need qstat and fping in main. - Dropped debian/patches/99_check_http_segfault.dpatch (included upstream) - debian/control: keep on bu

[Bug 241952] Re: check_disk_smb doesn't deal with special characters in the password fields correctly

2008-11-18 Thread Thierry Carrez
Fixed in Jaunty by updating to 1.4.12-4 ** Changed in: nagios-plugins (Ubuntu) Status: Confirmed => Fix Released -- check_disk_smb doesn't deal with special characters in the password fields correctly https://bugs.launchpad.net/bugs/241952 You received this bug notification because you a

[Bug 231007] Re: check_radius command uses wrong syntax

2008-11-18 Thread Thierry Carrez
Fixed in Jaunty by updating nagios-plugins to 1.4.12-4ubuntu1 ** Changed in: nagios-plugins (Ubuntu) Status: Confirmed => Fix Released -- check_radius command uses wrong syntax https://bugs.launchpad.net/bugs/231007 You received this bug notification because you are a member of Ubuntu Bug

[Bug 286828] Re: Access to samba<3.0.26 shares using CIFS is broken on 8.10

2008-11-18 Thread Thierry Carrez
** Summary changed: - CIFS share broken after upgrade from 8.04 -> 8.10 + Access to samba<3.0.26 shares using CIFS is broken on 8.10 -- Access to samba<3.0.26 shares using CIFS is broken on 8.10 https://bugs.launchpad.net/bugs/286828 You received this bug notification because you are a member of

[Bug 286828] Re: Access to samba<3.0.26 shares using CIFS is broken on 8.10

2008-11-18 Thread Thierry Carrez
Many thanks, Steve, for helping us debug this one ! I updated the title to reflect the types of servers affected. Aron: Feisty is no longer supported so you should at least upgrade to Gutsy. -- Access to samba<3.0.26 shares using CIFS is broken on 8.10 https://bugs.launchpad.net/bugs/286828 You

[Bug 291265] Re: Buffer overflow in check_ntp_peer - Nagios can't check time servers in Intrepid

2008-11-19 Thread Thierry Carrez
Fix is in SVN r2086: http://nagiosplug.svn.sourceforge.net/viewvc/nagiosplug?view=rev&revision=2086 ** Changed in: nagios-plugins (Ubuntu) Assignee: (unassigned) => Thierry Carrez (tcarrez) Status: Confirmed => In Progress -- Buffer overflow in check_ntp_peer - Nagios c

  1   2   3   4   5   6   7   8   9   10   >