[Bug 2096763] [NEW] several mistakes in "Ubuntu Server CLI cheat sheet 2024 v6"

2025-01-27 Thread Stephane Chazelas
Public bug reported: Not sure whether it's the best place to report it. Please forward as appropriate. That's about https://assets.ubuntu.com/v1/3bd0daaf- Ubuntu%20Server%20CLI%20cheat%20sheet%202024%20v6.pdf which one is offered for download when downloading Ubuntu Server 24.04 at least. I've n

[Bug 1930393] Re: any local user can shut clamd down via control socket

2021-06-09 Thread Stephane Chazelas
> Hello Stephane, maybe joining the amavisd-new user's to the clamav group would be a simpler way around the stricter socket permissions you are proposing? Hi Simon, No, as I said in comment #4, that doesn't work as amavisd-new doesn't set supplementary IDs, just does a setuid() and setgid() with

[Bug 1930393] Re: any local user can shut clamd down via control socket

2021-06-07 Thread Stephane Chazelas
> I suggest proposing your patch in a Debian bug to get the maintainer's feedback on it. I've now raised https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=989549 Should we carry on discussion over there? ** Bug watch added: Debian Bug tracker #989549 https://bugs.debian.org/cgi-bin/bugreport.

[Bug 1930393] Re: any local user can shut clamd down via control socket

2021-06-07 Thread Stephane Chazelas
>From systemd.service(5): > Type= > Configures the process start-up type for this service unit. > One of simple, exec, forking, oneshot, dbus, notify or > idle: > > • If set to simple (the default if ExecStart= is > specified but neither Type= nor BusName= are), the

[Bug 1926265] Re: slapd enter in infinite loop on sched_yield syscall

2021-05-21 Thread Stephane Chazelas
Thanks. I notice your first write() is on fd 3 while the 2nd is on stdout (while for me the first 2 are on fd 3, which in my case is the LDAPS socket). For the issue to be reproduced, we need the client to be paused after having send the TLS "client hello". The first time the breakpoint is hit, y

[Bug 1926265] Re: slapd enter in infinite loop on sched_yield syscall

2021-05-20 Thread Stephane Chazelas
lincvz: > Thank you for the patch and your investigations. In the next few days, I > cannot install the patched package on my production machines. I'll let you > know when I can. Thanks. Can you reproduce a similar issue with the modus operandi (using gdb) I describe above? (Note that while it

[Bug 1926265] Re: slapd enter in infinite loop on sched_yield syscall

2021-05-17 Thread Stephane Chazelas
> This is a valid issue, but are we certain it's the same one? The > reporter talked about sched_yield and their backtraces included several > threads of back_monitor waiting on some kind of lock. You're right. It may be a different issue (though possibly linked to the same root cause). In my case

[Bug 1926265] Re: slapd enter in infinite loop on sched_yield syscall

2021-05-17 Thread Stephane Chazelas
** Information type changed from Public to Public Security -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926265 Title: slapd enter in infinite loop on sched_yield syscall To manage notifications a

[Bug 1926265] Re: slapd enter in infinite loop on sched_yield syscall

2021-05-14 Thread Stephane Chazelas
> It can be reproduced by running on a client: > > gdb --args ldapsearch -H ldaps://ldap.example.com -x > > Then in gdb: > > break write > run > continue I can no longer reproduce it after I rebuild and install the libldap package with https://github.com/openldap/openldap/commit/4c1ab16ade18a25

[Bug 1926265] Re: slapd enter in infinite loop on sched_yield syscall

2021-05-14 Thread Stephane Chazelas
Yes, https://github.com/openldap/openldap/commit/735e1ab14bb055344b4e767a216aa410aa7d1503 can't be directly applied there. There have been other changes in between in that section including changes in API, so it would take more effort to backport that fix. -- You received this bug notification be

[Bug 1926265] Re: slapd enter in infinite loop on sched_yield syscall

2021-05-14 Thread Stephane Chazelas
cherry picking https://github.com/openldap/openldap/commit/4c1ab16ade18a253dd81df7e6eced4d920ac6a8e should fix this particular issue but reintroduce https://bugs.openldap.org/show_bug.cgi?id=8650. It may be necessary to pick https://github.com/openldap/openldap/commit/735e1ab14bb055344b4e767a216aa

[Bug 1926265] Re: slapd enter in infinite loop on sched_yield syscall

2021-05-14 Thread Stephane Chazelas
The important backtrace in there is the one from thread 11: #0 0x7fb288428474 in read () from /lib/x86_64-linux-gnu/libpthread.so.0 No symbol table info available. #1 0x7fb2890c4518 in ?? () from /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2 No symbol table info available. #2 0x7fb2878

[Bug 243578]

2021-03-22 Thread Stephane-chazelas+mza
I can reproduce with Thunderbird 78.8.0 on Debian. IMAP, IMAPS, SMTPS connections go via the configured SOCKS5 proxy, but LDAPS connections are not proxied. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bu

[Bug 827151] Re: Annoying log message "DIGEST-MD5 common mech free"

2019-04-19 Thread Stephane Chazelas
See with just running ldapsearch after upgrade to 16.04: ``` # repeat 10 ldapsearch -x > /dev/null # tail /var/log/auth.log Apr 19 14:53:01 hostname ldapsearch: DIGEST-MD5 common mech free Apr 19 14:53:01 hostname ldapsearch: DIGEST-MD5 common mech free Apr 19 14:53:01 hostname ldapsearch: DIGEST-

[Bug 1807043] Re: when rewriting sources.list ubuntu-release-upgrader doesn't check to see if new release is available

2019-02-19 Thread Stephane Chazelas
That fix breaks the upgrade (in my case from xenial to bionic) for users that use a local mirror over HTTPS as the _sourcesListEntryDownloadable->url_downloadable doesn't support HTTPS. It comments out the entries and adds: 2019-02-19 15:13:51,808 DEBUG entry '# deb https://localmirror.exam

[Bug 1815021] Re: Can't read and write simultaneously from serial port

2019-02-08 Thread Stephane Chazelas
Probably same as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1813873 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1815021 Title: Can't read and write simultaneously from serial port To ma

[Bug 1815021] Re: Can't read and write simultaneously from serial port

2019-02-08 Thread Stephane Chazelas
``` $ bash -c 'sleep 1 && : < /dev/tty & read var' < /dev/tty bash: line 0: read: read error: 0: Resource temporarily unavailable ``` seems to be related and is possibly the same bug. See https://unix.stackexchange.com/questions/499422/bash-how-can-i-run- sudo-n-true-in-the-background-without-inte

[Bug 1695870] Re: [regression] sssd won't start if autofs is not installed

2017-06-05 Thread Stephane Chazelas
** Tags added: regression-update -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1695870 Title: [regression] sssd won't start if autofs is not installed To manage notifications about this bug go to:

[Bug 1695870] [NEW] [regression] sssd won't start if autofs is not installed

2017-06-05 Thread Stephane Chazelas
Public bug reported: The fix for LP# 1566508 (in Ubuntu 14.04 at least) introduces a regression that prevents sssd from starting if the autofs package is not installed. The /etc/init/sssd.conf script now has: ``` start on (filesystem and net-device-up and starting autofs) ``` The "starting auto

[Bug 1566508] Re: autofs races with sssd on startup

2017-06-05 Thread Stephane Chazelas
The fix in 14.04 causes sssd to not start on boot when "autofs" is not installed! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1566508 Title: autofs races with sssd on startup To manage notificati

[Bug 1342083] Re: "Failed to create chardev" due to apparmor DENIED execute of "/usr/lib/pt_chown"

2015-07-03 Thread Stephane Chazelas
Serge, I think the real question is how it can work for some people, without the /usr/lib/pt_chown ix, how can it work at all (for VMs with a serial port backed by a pty device, which should be the default with a typical libvirt deployment). -- You received this bug notification because you are

[Bug 1342083] Re: "Failed to create chardev" due to apparmor DENIED execute of "/usr/lib/pt_chown"

2015-07-03 Thread Stephane Chazelas
Hi Serge, sorry, I wasn't receiving email notifications (I thought it happened automatically when one ticked "this affects me"). I can't test on that system as it's in production now. I may be able to test on another system later, but probably not in July. It shouldn't be difficult to reproduce th

[Bug 1342083] Re: "Failed to create chardev" due to apparmor DENIED execute of "/usr/lib/pt_chown"

2015-06-09 Thread Stephane Chazelas
Adding: /usr/lib/pt_chown ix, owner @{PROC}/[0-9]*/fd/* r, To /etc/apparmor.d/abstractions/libvirt-qemu fixes the problem for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1342083 Title: "

[Bug 1342083] Re: "Failed to create chardev" due to apparmor DENIED execute of "/usr/lib/pt_chown"

2015-06-09 Thread Stephane Chazelas
pt_chown is executed when adding a serial console backed by a pts chardev: It is the same problem as https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/632696 I get the same error on the second start of the VM after a reboot of the host, not on the first one (I don't k

[Bug 1215660] Re: dash does not drop privileges when euid != uid, this can cause local root exploits when setuid programs use system() or popen()

2015-05-26 Thread Stephane Chazelas
correction on my previous comment: My point "1" is only true on Debian and derivatives. bash does drop its privilege when setuid and called as sh without -p just like when not called as sh, but Debian's bash package has a patch that disables that dropping of privileges when called as sh. https://

[Bug 1284641] Re: problem with paths with spaces with 12.04 client with 14.04 server

2015-03-04 Thread Stephane Chazelas
The bug is in apache2. It has been fixed upstreams in 2.4.10 and a patch is available at https://bz.apache.org/bugzilla/attachment.cgi?id=31705 ** Package changed: subversion (Ubuntu) => apache2 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 1376245] Re: remove_proc_entry+0x139/0x1b0() -- name 'fs/nfsfs'

2014-10-30 Thread Stephane Chazelas
Note that I can reproduce the WARNING consistently with: ip netns add test; ip netns delete test -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1376245 Title: remove_proc_entry+0x139/0x1b0() -- n

[Bug 1215660] Re: dash does not drop privileges when euid != uid, this can cause local root exploits when setuid programs use system() or popen()

2014-10-03 Thread Stephane Chazelas
There are several incorrect statements in the initial report and the linked CVE. 1. bash doesn't drop its privilege when setuid when called as sh. It only does so when called as bash and without the -p option. It does however go into a mode where it does not trust its environment as much as when i

[Bug 322827] Re: libpam-gnome-keyring: keyring password should be updated or cleared when a new system password is used

2014-02-27 Thread Stephane Chazelas
Related redhat bug: https://bugzilla.redhat.com/show_bug.cgi?id=975469 ** Bug watch added: Red Hat Bugzilla #975469 https://bugzilla.redhat.com/show_bug.cgi?id=975469 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 1284641] Re: problem with paths with spaces with 12.04 client with 14.04 server

2014-02-26 Thread Stephane Chazelas
Here's the related bug affecting 13.10 I mentioned earlier: https://bugs.launchpad.net/ubuntu/+source/subversion/+bug/1285204 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1284641 Title: problem wit

[Bug 1285204] [NEW] problem with paths with spaces with ubuntu12.04 client with ubuntu13.10 server

2014-02-26 Thread Stephane Chazelas
Public bug reported: Note that it is related but not the same bug as https://bugs.launchpad.net/ubuntu/+source/subversion/+bug/1284641 Bug found in: libapache2-mod-svn 1.7.9-1+nmu6ubuntu3 with 2.4.6-2ubuntu2.1 on ubuntu 13.10 amd64. Committing a change on a file that has space characters (or o

[Bug 1284641] Re: problem with paths with spaces with 12.04 client with 14.04 server

2014-02-26 Thread Stephane Chazelas
Sorry, replying to myself again and thinking aloud. It looks like that change above https://svn.apache.org/viewvc?view=revision&revision=1531505 is what broke it, as we've got apache 2.4.7 on 14.04 now. It sounds like the problem with double URI encoding has been "fixed" in both dav_svn and dav w

[Bug 1284641] Re: problem with paths with spaces with 12.04 client with 14.04 server

2014-02-26 Thread Stephane Chazelas
Yes, that was a change in API in apache at some point, dav_fs had to be modified for that https://svn.apache.org/viewvc?view=revision&revision=1531505 dav_svn wasn't modified, so the change in the apache API broke dav_svn basically. dav_fs ships with apache2 so it's easy for it to align with the

[Bug 1284641] Re: problem with paths with spaces with 12.04 client with 14.04 server

2014-02-26 Thread Stephane Chazelas
Possibly related: https://issues.apache.org/bugzilla/show_bug.cgi?id=55397 ** Bug watch added: Apache Software Foundation Bugzilla #55397 http://issues.apache.org/bugzilla/show_bug.cgi?id=55397 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1284641] Re: problem with paths with spaces with 12.04 client with 14.04 server

2014-02-26 Thread Stephane Chazelas
There's a problem with any DAV client, it's not only old svn client. So I'll raise the issue upstreams. I had raised it here because in the past, similar reports to upstreams were answered with "then upgrade your client to fix the problem", while here it's a real concern for ubuntu. But it is re

[Bug 1284641] Re: problem with paths with spaces with 12.04 client with 14.04 server

2014-02-25 Thread Stephane Chazelas
** This bug is no longer a duplicate of bug 1003168 write through proxy doesn't work with a filename that has a space -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1284641 Title: problem with pat

[Bug 1284641] Re: problem with paths with spaces with 12.04 client with 14.04 server

2014-02-25 Thread Stephane Chazelas
*** This bug is a duplicate of bug 1003168 *** https://bugs.launchpad.net/bugs/1003168 No, it's not a duplicate. There's no proxy here, my bug affects the simplest deployment of subversion as long as 12.04 is used on the client and 14.04 on the server and spaces are used in file names in the r

[Bug 1284641] [NEW] problem with paths with spaces with 12.04 client with 14.04 server

2014-02-25 Thread Stephane Chazelas
Public bug reported: source package: subversion bin package: libapache2-mod-svn The problem shows up with libapache2-mod-svn 1.8.8-1ubuntu3 on the current 14.04 (amd64 though that doesn't matter). It showed up in 1.7.14 already. The problem is an interoperability problem with subversion clients

[Bug 900393] Re: Won't boot if grub on partition holding the LVM root fs

2013-05-31 Thread Stephane Chazelas
Also affects 12.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/900393 Title: Won't boot if grub on partition holding the LVM root fs To manage notifications about this bug go to: https://bugs.lau

[Bug 844159] Re: -virtual kernel does not have aufs filesystem

2012-11-30 Thread Stephane Chazelas
AFAICT, this bug is also in precise 12.04 (amd64 at least). $ grep CONFIG_AUFS_FS /boot/config-3.2.0-34-virtual CONFIG_AUFS_FS=m $ dpkg -L linux-image-3.2.0-34-virtual | grep -i aufs $ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. h

[Bug 900393] Re: Won't boot if grub on partition holding the LVM root fs

2011-12-05 Thread Stephane Chazelas
Actually, 1f0: 55aa ..U. It's the MBR signature (the 55aa above) that causes problem. If I replace it with "", blkid sees it as a LVM member again but the system doesn't boot as its not recognised as a boot sector. -- You received this bug

[Bug 900393] [NEW] Won't boot if grub on partition holding the LVM root fs

2011-12-05 Thread Stephane Chazelas
Public bug reported: $ apt-cache policy libblkid1 libblkid1: Installed: 2.19.1-2ubuntu3 Candidate: 2.19.1-2ubuntu3 Version table: *** 2.19.1-2ubuntu3 0 500 http://gb.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages 100 /var/lib/dpkg/status blkid will fail to report a

[Bug 595117] Re: qemu-nbd slow and missing "writeback" cache option

2010-12-10 Thread Stephane Chazelas
For the record, there's more on that bug at http://thread.gmane.org/gmane.linux.ubuntu.bugs.server/36923 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/595117 Title: qemu-nbd slow and missing "writeb

[Bug 648202] Re: vsftpd started even if not in standalone mode

2010-09-27 Thread Stephane Chazelas
Also, I suspect the last line of the pre-start script should be: check_standalone_mode || stop instead of: check_standalone_mode || exit 0 which is a no-op except for the message that check_standalone_mode might display. -- vsftpd started even if not in standalone mode https://bugs.launchpad.

[Bug 648202] [NEW] vsftpd started even if not in standalone mode

2010-09-26 Thread Stephane Chazelas
Public bug reported: Binary package hint: vsftpd (lucid vsftpd 2.2.2-3ubuntu6) because of a syntax error in /etc/init/vsftpd.con, vsftd is started (and respawns a lot as it fails to start) if there's no "listen=yes" in /etc/vsftpd.conf /etc/init/vsftpd.conf has: if [ -e "${CON

Re: [Bug 27520] Re: cron no longer respects nsswitch.conf

2010-09-02 Thread Stephane Chazelas
> This appears to be a variant of Debian bug #512757 against cron. Can > somebody confirm this for me? [...] Pretty much, though for me reordering the init scripts wasn't enough as there was some delay between the time nslcd (the LDAP cache daemon) was started and it being operational. In any cas

[Bug 625955] [NEW] vsftpd installation fails if there's a user name starting with "ftp"

2010-08-28 Thread Stephane Chazelas
Public bug reported: Binary package hint: vsftpd 2.2.2-3ubuntu6 debian/vsftpd.postinst has if ! getent passwd | grep -q "^${_USERNAME}" ($_USERNAME being "ftp" by default). It should be: if ! getent -- passwd "$_USERNAME" same for groups. ** Affects: vsftpd (Ubuntu) Importance: Undeci

[Bug 560210] Re: Can't enable jumbo frames on Intel 82573V (e1000e)

2010-08-09 Thread Stephane Chazelas
According to Intel (http://ark.intel.com/Product.aspx?id=26551), that NIC doesn't support Jumbo frames. In Ubuntu 8.04, "ifconfig eth0 1501" also reports "SIOCSIFMTU: Invalid argument" in there. -- Can't enable jumbo frames on Intel 82573V (e1000e) https://bugs.launchpad.net/bugs/560210 You recei

Re: [Bug 587858] Re: update-motd executed even in non-interactive sessions

2010-07-23 Thread Stephane Chazelas
2010-07-22 17:28:48 -, Dustin Kirkland: > Patch to pam developed, tested, and pushed to lp:~kirkland/+junk/587858. > Awaiting a quick review by Steve before uploading to Maverick. [...] Note that though this fix would be an improvement, in my opinion, it's a fix to another bug like "the result

[Bug 27520] Re: cron no longer respects nsswitch.conf

2010-07-22 Thread Stephane Chazelas
Also affects Ubuntu lucid 10.04. crontabs for LDAP users are ignored on boot. You need to edit the user's crontab or cron reload for the LDAP users crontabs to be loaded. A work around could be to do a "reload cron" every time a network interface goes up or down. I suppose the fix would be to lo

Re: [Qemu-devel] [Bug 595117] Re: qemu-nbd slow and missing "writeback" cache option

2010-07-07 Thread Stephane Chazelas
2010-06-24 00:16:03 -, Jamie Lokier: > Serge Hallyn wrote: > > The default of qemu-img (of using O_SYNC) is not very sensible > > because anyway, the client (the kernel) uses caches (write-back), > > (and "qemu-nbd -d" doesn't flush those by the way). So if for > > instance qemu-nbd is killed,

Re: [Bug 595117] Re: qemu-nbd slow and missing "writeback" cache option

2010-06-17 Thread Stephane Chazelas
2010-06-16 20:36:00 -, Dustin Kirkland: [...] > Could you please send that patch to the qemu-devel@ mailing list? > Thanks! [...] Hi Dustin, it looks like qemu-devel is subscribed to bugs in there, so the bug report is on the list already. Note that I still consider it as a bug because: - s

[Bug 595117] Re: qemu-nbd slow and missing "writeback" cache option

2010-06-16 Thread Stephane Chazelas
** Patch added: "qemu-nbd.diff" http://launchpadlibrarian.net/50435882/qemu-nbd.diff -- qemu-nbd slow and missing "writeback" cache option https://bugs.launchpad.net/bugs/595117 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubu

[Bug 595117] [NEW] qemu-nbd slow and missing "writeback" cache option

2010-06-16 Thread Stephane Chazelas
Public bug reported: Binary package hint: qemu-kvm dpkg -l | grep qemu ii kvm 1:84+dfsg-0ubuntu16+0.12.3+noroms+0ubuntu9dummy transitional pacakge from kvm to qemu- ii qemu 0.12.3+noroms-0ubuntu9

Re: [Bug 587858] Re: update-motd executed even in non-interactive sessions

2010-05-31 Thread Stephane Chazelas
[...] > Bug description: > "ssh localhost exit" > > takes edges on lucid [...] Ouch, sorry. I meant "ages" above. -- Stephane -- update-motd executed even in non-interactive sessions https://bugs.launchpad.net/bugs/587858 You received this bug notification because you are a member of Ubuntu B

[Bug 587858] [NEW] update-motd executed even in non-interactive sessions

2010-05-31 Thread Stephane Chazelas
Public bug reported: "ssh localhost exit" takes edges on lucid (ii libpam-modules1.1.1-2ubuntu2 Pluggable Authentication Modules for PAM ii openssh-server1:5.3p1-3ubuntu3 secure shell

[Bug 572393] Re: err:module:attach_process _dlls “odbc32.dll” failed to initializ e, aborting

2010-05-13 Thread Stephane Chazelas
and I should add that it worked OK in karmic. Also, same problem with wine1.0 on Lucid. -- err:module:attach_process_dlls “odbc32.dll” failed to initialize, aborting https://bugs.launchpad.net/bugs/572393 You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 572393] Re: err:module:attach_process _dlls “odbc32.dll” failed to initializ e, aborting

2010-05-13 Thread Stephane Chazelas
same problem when running Sparx Systems Enterprise Architect. Same work around. -- err:module:attach_process_dlls “odbc32.dll” failed to initialize, aborting https://bugs.launchpad.net/bugs/572393 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 559047] Re: "parted print" crash in en_GB.utf8 locale

2010-04-09 Thread Stephane Chazelas
Was fixed upstreams at: http://git.debian.org/?p=parted/parted.git;a=blobdiff;f=parted/parted.c;h=203358b0496fe81f5b1c70cc86a47dce4f2ace6e;hp=37ed053512e0ca9c3c6bbed2b92474c0b97f3a84;hb=0757137981e4ae47ed5e91413e526478c7ab1770;hpb=75f5b27a41f59441c7bcaf14d8015a247bb44d66 Patch attached. ** Patch

[Bug 559047] [NEW] "parted print" crash in en_GB.utf8 locale

2010-04-09 Thread Stephane Chazelas
Public bug reported: Binary package hint: parted $ uname -a Linux dagobah 2.6.24-27-server #1 SMP Fri Mar 12 01:23:09 UTC 2010 x86_64 GNU/Linux $ dpkg -l | grep parted ii libparted1.7-1 1.7.1-5.1ubuntu9.2 The GNU Parted disk partitioning shar

[Bug 536620] Re: SEGV when using pasv_address

2010-03-10 Thread Stephane Chazelas
** Patch added: "fix" http://launchpadlibrarian.net/40689544/vsftpd.patch -- SEGV when using pasv_address https://bugs.launchpad.net/bugs/536620 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 536620] [NEW] SEGV when using pasv_address

2010-03-10 Thread Stephane Chazelas
Public bug reported: Binary package hint: vsftpd vsftpd2.2.0-1ubuntu1 Any attempt to set the pasv_address configuration parameter causes vsftpd to SEGV upon a client issuing a PASV FTP command. The bug was already fixed upstreams in 2.2.1, the fix is: --- vsftpd-2.2

[Bug 412152] Re: gnome-disk-utility nags me too much that my disk is failing

2010-03-03 Thread Stephane Chazelas
** Changed in: gnome-disk-utility (Ubuntu) Status: Fix Released => Fix Committed ** Changed in: gnome-disk-utility (Ubuntu) Status: Fix Committed => Fix Released -- gnome-disk-utility nags me too much that my disk is failing https://bugs.launchpad.net/bugs/412152 You received this

Re: [Bug 519380] Re: remounts don't work with mountall

2010-02-10 Thread Stephane Chazelas
2010-02-09 20:37:34 -, Stephane Chazelas: [...] > I've now found not too bad a work around: have a > /sbin/mount.bind like: > > #! /bin/sh -x > [ "$#" -ge 2 ] || exit > dev=$1 mount_point=$2; shift 2 > /bin/mount -i --bind -- "$dev" "$mou

Re: [Bug 519380] Re: remounts don't work with mountall

2010-02-09 Thread Stephane Chazelas
2010-02-09 18:02:32 -, Johan Kiviniemi: > It seems to me the correct fstab entry would look like > > /here /there none bind,noexec > > mount needs to be modified to handle that, though. Yes, agreed, see: http://article.gmane.org/gmane.linux.utilities.util-linux-ng/2979 raised today. > The

[Bug 519380] [NEW] remounts don't work with mountall

2010-02-09 Thread Stephane Chazelas
Public bug reported: Binary package hint: mountall Hi, the context: to have the noexec or nosuid applied on a --bind mount, you need to do it in two steps (one may argue that mount(8) is broken in that way): mount --bind /here /there mount -o remount,noexec /there (mount --bind -o noexec /her

Re: [Bug 510086] Re: localhost connection timeouts after start of eucalyptus

2010-01-30 Thread Stephane Chazelas
2010-01-30 02:37:08 -, Daniel Nurmi: [...] > I'm unable to reproduce this problem with (pre) Eucalyptus 1.6.2; with a > running active CC in MANAGED mode (which has the masq rule in place), I > can telnet to localhost port 22 (for example) without a problem, and > sshing to localhost shows that

[Bug 510086] [NEW] localhost connection timeouts after start of eucalyptus

2010-01-20 Thread Stephane Chazelas
Public bug reported: This is on ubuntu karmic server. After the starting of eucalyptus (sudo start eucalyptus), any TCP connection attempt on the loopback interface (the connect(2) system call) to a port that has no listener hangs instead of returning immediately with ECONNREFUSED. The problem

Re: [Bug 364581] Re: Crash when logging in

2009-10-14 Thread Stephane Chazelas
2009-10-13 20:05:29 -, Chuck Short: [...] > You have provided the information that I have needed. > > Regards > chuck > > ** Changed in: mod-auth-mysql (Ubuntu) >Importance: Undecided => Low [...] Hi Chunk, Why low? It crashes on 64bit machines, it's not really benign, is it? And the fi

[Bug 368044] Re: slapd crash when using SQL backend

2009-10-08 Thread Stephane Chazelas
What do you mean by "where does it come from?". I comes from me some time ago. Why classify as low? Is it because the sql backend isn't supported? Cheers, Stephane -- slapd crash when using SQL backend https://bugs.launchpad.net/bugs/368044 You received this bug notification because you are a m

Re: [Bug 364581] Re: Crash when logging in

2009-10-06 Thread Stephane Chazelas
2009-10-05 14:02:29 -, Chuck Short: > Which version of apache are you using (output of dpkg -l | grep apache > will do)? [...] Any version of apache will do, the bug is not with apache. ii apache2-doc 2.2.11-2ubuntu2.3 Apache HTTP Server documen

[Bug 326768] Re: mysqld_safe thinks mysqld has crashed when it hasn't

2009-06-09 Thread Stephane Chazelas
that patch is still wrong. The first time a HUP is received, we run the code in the trap and call wait which will wait for both the refresh command and the mysqld one. But we won't return from that trap until mysqld dies, and in the trap the HUP signal is blocked, which means any subsequent HUP w

[Bug 382677] Re: crash with SQL backend on search with empty attributes

2009-06-02 Thread Stephane Chazelas
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/27403420/Dependencies.txt -- crash with SQL backend on search with empty attributes https://bugs.launchpad.net/bugs/382677 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 382677] [NEW] crash with SQL backend on search with empty attributes

2009-06-02 Thread Stephane Chazelas
Public bug reported: When using the SQL backend, a search like: ldapsearch ... '(cn=)' causes slapd to crash with this error: slapd: /tmp/openldap-2.4.15/servers/slapd/back-sql/search.c:1366: backsql_process_filter_attr: Assertion `0' failed. Looking at the code there, it does a switch(f->f_c

[Bug 364581] Re: Crash when logging in

2009-05-04 Thread Stephane Chazelas
Or http://groups.google.com/group/ubuntu-users-archive/browse_thread/thread/9e03284b53639844/f00fa4582ef139da I didn't have time to raise a bug using launchpad at the time, but I can do it now if that's a different issue from this one. Colin, do you mean that you applied the patch there and it f

[Bug 368044] Re: slapd crash when using SQL backend

2009-04-27 Thread Stephane Chazelas
I'm not seeing the patch, so I attach it again. Sorry if that causes a duplicate. ** Attachment added: "possible fix" http://launchpadlibrarian.net/26034890/slapd.diff -- slapd crash when using SQL backend https://bugs.launchpad.net/bugs/368044 You received this bug notification because you a

[Bug 368044] Re: slapd crash when using SQL backend

2009-04-27 Thread Stephane Chazelas
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/26034841/Dependencies.txt -- slapd crash when using SQL backend https://bugs.launchpad.net/bugs/368044 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-b

[Bug 368044] [NEW] slapd crash when using SQL backend

2009-04-27 Thread Stephane Chazelas
Public bug reported: I've not narrowed down the minimum scenario that causes it. But the bug is quite obvious from reading the code. There's a free() that should definitely not be called as it is made on an address that is not the result of an allocation. Please find diff attached (it may not be