[Bug 1674308] [NEW] snapd >=2.23.1~ is missing on Xenial and Yakkety

2017-03-20 Thread Lionel Sausin - Numérigraphe
Public bug reported: It looks like linux-image-generic-4.8.0.42.54 is being rolled out, which "breaks: snapd <2.23.1~". That means no snapd version will be installable at all on yakkety and xenial. Yet ubuntu-desktop and gnome-software depend on snapd so it can't be easily uninstalled. **

[Bug 1385640] Re: r8168-dkms 8.038.00-1: r8168 kernel module failed to build [error: implicit declaration of function ‘SET_ETHTOOL_OPS’]

2014-11-01 Thread Lionel Sausin - Numérigraphe
*** This bug is a duplicate of bug 1345548 *** https://bugs.launchpad.net/bugs/1345548 ** This bug has been marked a duplicate of bug 1345548 r8168-8.038.00 doesn't build on kernel 3.16.x (PREPARE_DELAYED_WORK, SET_ETHTOOL_OPS) -- You received this bug notification because you are a

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-22 Thread Lionel Sausin - Numérigraphe
I have the same symptoms on my kernel 3.2 cluster indeed: drbdsetup show all Could not connect to 'drbd' generic netlink family I'm sorry I didn't notice this in my tests - I never use drbdsetup which is supposed to be a low-level tool. -- You received this bug notification because you are a

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-22 Thread Lionel Sausin - Numérigraphe
Looks very much like drbdsetup does not fall back to the 8.3 version, even though it should according to this commit: http://git.drbd.org/gitweb.cgi?p=drbd-8.4.git;a=commit;h=b5ef99654f8008a7b6632261f39fc908b4e84210 Anyway, executing /lib/drbd/drbdsetup-83 instead of /sbin/drbdsetup seems

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-22 Thread Lionel Sausin - Numérigraphe
As a workaround verified at my end, you may simply symlink the 8.3 tools somewhere in the path, so that drbdsetup will find them: ln -s /lib/drbd/drbdsetup-83 /sbin Alternatively, you may revert drbd-utils to the 8.3 bersion which is still available from the release repository and freeze it

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-22 Thread Lionel Sausin - Numérigraphe
From my (quick) reading of the source code, drbdadmin works because it adds /lib/drbd to the path using add_lib_drbd_to_path(), and drbdsetup seems not to. One reason for this could be that the driver calls drbdsetup with an abolute path and the source says in case drbdsetup is called with an

[Bug 1185756] Fwd: Re: [Drbd-dev] drbdsetup legacy utils can't fall back to version 8.3

2014-04-22 Thread Lionel Sausin - Numérigraphe
Linbit's Lars Ellenberg confirmed on the ML that adding /lib/drbd to the path won't fix drbdsetup in all cases: drbdsetup-83 has to be in the same directory as the drbdsetup, and it also applies to drbdadmin. On Tue, Apr 22, 2014 at 01:56:16PM +0200, Lionel Sausin wrote: (...) Is the correct

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-22 Thread Lionel Sausin - Numérigraphe
The proposed package fixes the issue at my end too. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8 in Ubuntu. https://bugs.launchpad.net/bugs/1185756 Title: drbd8-utils not compatible with linux-lts-raring kernel in 12.04 To

[Bug 702930] Re: cpufreq: new (generic) ignore_nice_load setting is limited to the ondemand governor

2014-04-22 Thread Lionel Sausin - Numérigraphe
Just checked in Saucy, the code now reads: if [ -f /sys/devices/system/cpu/cpufreq/$THIS_CPU_GOVERNOR/ignore_nice_load ]; then log VERBOSE Setting CPU ignore_nice_load for all cpus set_sysctl

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-22 Thread Lionel Sausin - Numérigraphe
I have the same symptoms on my kernel 3.2 cluster indeed: drbdsetup show all Could not connect to 'drbd' generic netlink family I'm sorry I didn't notice this in my tests - I never use drbdsetup which is supposed to be a low-level tool. -- You received this bug notification because you are a

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-22 Thread Lionel Sausin - Numérigraphe
Looks very much like drbdsetup does not fall back to the 8.3 version, even though it should according to this commit: http://git.drbd.org/gitweb.cgi?p=drbd-8.4.git;a=commit;h=b5ef99654f8008a7b6632261f39fc908b4e84210 Anyway, executing /lib/drbd/drbdsetup-83 instead of /sbin/drbdsetup seems

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-22 Thread Lionel Sausin - Numérigraphe
As a workaround verified at my end, you may simply symlink the 8.3 tools somewhere in the path, so that drbdsetup will find them: ln -s /lib/drbd/drbdsetup-83 /sbin Alternatively, you may revert drbd-utils to the 8.3 bersion which is still available from the release repository and freeze it

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-22 Thread Lionel Sausin - Numérigraphe
From my (quick) reading of the source code, drbdadmin works because it adds /lib/drbd to the path using add_lib_drbd_to_path(), and drbdsetup seems not to. One reason for this could be that the driver calls drbdsetup with an abolute path and the source says in case drbdsetup is called with an

[Bug 1185756] Fwd: Re: [Drbd-dev] drbdsetup legacy utils can't fall back to version 8.3

2014-04-22 Thread Lionel Sausin - Numérigraphe
Linbit's Lars Ellenberg confirmed on the ML that adding /lib/drbd to the path won't fix drbdsetup in all cases: drbdsetup-83 has to be in the same directory as the drbdsetup, and it also applies to drbdadmin. On Tue, Apr 22, 2014 at 01:56:16PM +0200, Lionel Sausin wrote: (...) Is the correct

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-22 Thread Lionel Sausin - Numérigraphe
The proposed package fixes the issue at my end too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1185756 Title: drbd8-utils not compatible with linux-lts-raring kernel in 12.04 To manage

Re: [Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-17 Thread Lionel Sausin - Numérigraphe
Simon, you shouldn't have to reboot, the utils are compiled with support for both 8.3 and 8.4. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8 in Ubuntu. https://bugs.launchpad.net/bugs/1185756 Title: drbd8-utils not

Re: [Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-17 Thread Lionel Sausin - Numérigraphe
Yes it should work without rebooting, it's only the userspace side that is changed. I never met this problem, even on my kernel-3.2 hosts. Strange. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8 in Ubuntu.

Re: [Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-17 Thread Lionel Sausin - Numérigraphe
Simon, you shouldn't have to reboot, the utils are compiled with support for both 8.3 and 8.4. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1185756 Title: drbd8-utils not compatible with

Re: [Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-17 Thread Lionel Sausin - Numérigraphe
Yes it should work without rebooting, it's only the userspace side that is changed. I never met this problem, even on my kernel-3.2 hosts. Strange. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 563695] Re: libitext with java-healess

2014-04-14 Thread Numérigraphe
** Changed in: libitext-java (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/563695 Title: libitext with java-healess To manage notifications about this

[Bug 751277] Re: Automatic partitioning makes a too small / in natty beta with 4Gb disk and 2Gb RAM

2014-04-14 Thread Lionel Sausin - Numérigraphe
** Changed in: ubiquity (Ubuntu) Status: Confirmed = New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/751277 Title: Automatic partitioning makes a too small / in natty beta with 4Gb disk

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-09 Thread Lionel Sausin - Numérigraphe
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8 in Ubuntu. https://bugs.launchpad.net/bugs/1185756 Title: drbd8-utils not compatible with linux-lts-raring

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-09 Thread Lionel Sausin - Numérigraphe
Verified to fix the problem on 1 node in each cluster at our end: First cluster, Ubuntu 12.04 with Raring kernel, all packages up-to-date except lxc 0.8. Uninstalled drbd-8-utils and re-installed from ...-proposed, rebooted. drbd-overview, drbdadm up|down|disconnect|connect|verify still

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-09 Thread Lionel Sausin - Numérigraphe
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1185756 Title: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-09 Thread Lionel Sausin - Numérigraphe
Verified to fix the problem on 1 node in each cluster at our end: First cluster, Ubuntu 12.04 with Raring kernel, all packages up-to-date except lxc 0.8. Uninstalled drbd-8-utils and re-installed from ...-proposed, rebooted. drbd-overview, drbdadm up|down|disconnect|connect|verify still

[Bug 1266731] [NEW] usb-creator fails when the image file's path contains non-ASCII characters

2014-01-07 Thread Lionel Sausin - Numérigraphe
Public bug reported: usb-creator seems confused by my download folder being called Téléchargement (notice the non-ASCII characters). It will yield a Echec d'installation (installation failed) message each time I select anything in there. If I move the image file to a folder without accents I

[Bug 381059] Re: use zram-config by default

2013-12-05 Thread Lionel Sausin - Numérigraphe
The Ubuntu kernels also have zswap since Saucy. It may be a simpler option, needing only a change to the kernel command-line ( add zswap.enabled=1 ). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1114329] Re: boinc doesn't add exclusive apps

2013-11-26 Thread Lionel Sausin - Numérigraphe
You marked this fix released but didn't indicate where: package version? PPA? Shouldn't the bug number appear in the package's changelog? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1114329 Title:

[Bug 718656] Re: mksquashfs makes Ubuntu shutdown

2013-11-15 Thread Lionel Sausin - Numérigraphe
This is probably due to faulty hardware then. ** Changed in: squashfs-tools (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/718656 Title: mksquashfs makes

[Bug 499705] Re: squashfs-tools do not include the kernel-modules for mounting (9.10 karmic)

2013-11-15 Thread Lionel Sausin - Numérigraphe
9.04 is OEL, and squashfs is part of the mainline kernel in all supported versions. ** Changed in: squashfs-tools (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-10-10 Thread Numérigraphe
Sorry, I'm replying to the wrong report. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8 in Ubuntu. https://bugs.launchpad.net/bugs/1185756 Title: drbd8-utils not compatible with linux-lts-raring kernel in 12.04 To manage

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-10-10 Thread Numérigraphe
There is a package with a proposed fix in comment #17 and #18 and we're waiting for affected users to test it. So please do test it and report either success or failure here. Lionel Sausin. -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1204459] Re: Please package drbd tools v8.4 for use with Raring LTS Enablement Stacks

2013-10-10 Thread Numérigraphe
*** This bug is a duplicate of bug 1185756 *** https://bugs.launchpad.net/bugs/1185756 This is a duplicate bug, you won't get any help here. The issue is being resolved here : https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756 There is a proposed fix in comment #17 #18, please

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-10-10 Thread Numérigraphe
@flickerfly (josiah-ritchie) : that's strange as I don't see anything in the changelog for the kernel that might fix this. Which version of drbd8-utils are you using please ? Lionel -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-10-10 Thread Numérigraphe
Sorry, I'm replying to the wrong report. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1185756 Title: drbd8-utils not compatible with linux-lts-raring kernel in 12.04 To manage notifications about

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-10-10 Thread Numérigraphe
There is a package with a proposed fix in comment #17 and #18 and we're waiting for affected users to test it. So please do test it and report either success or failure here. Lionel Sausin. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1204459] Re: Please package drbd tools v8.4 for use with Raring LTS Enablement Stacks

2013-10-10 Thread Numérigraphe
*** This bug is a duplicate of bug 1185756 *** https://bugs.launchpad.net/bugs/1185756 This is a duplicate bug, you won't get any help here. The issue is being resolved here : https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756 There is a proposed fix in comment #17 #18, please

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-10-10 Thread Numérigraphe
@flickerfly (josiah-ritchie) : that's strange as I don't see anything in the changelog for the kernel that might fix this. Which version of drbd8-utils are you using please ? Lionel -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-10-02 Thread Numérigraphe
I see your point. You still have the option to ship the new version as drbd8-utils-lts-raring. The 8.3 compatibility would still be a bonus for those who downgrade. Otherwise, maybe you could push it to precise-backports ? Lionel. -- You received this bug notification because you are a member

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-10-02 Thread Numérigraphe
I see your point. You still have the option to ship the new version as drbd8-utils-lts-raring. The 8.3 compatibility would still be a bonus for those who downgrade. Otherwise, maybe you could push it to precise-backports ? Lionel. -- You received this bug notification because you are a member

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-10-01 Thread Numérigraphe
I just did some more testing on the second cluster and I met no problem at all. With your package installed, I did the drbd down/apply-al procedure and downgraded to kernel 3.2. After fixing the config syntax, the resources came back cleanly without a full-sync. The drbd utils just worked. At

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-10-01 Thread Numérigraphe
As to the problem I met on the other cluster, kern.log has no trace of a DRBD error, so I'm pretty confident it was due to a race condition in my custom startup plumbing. Lionel. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-10-01 Thread Numérigraphe
I just did some more testing on the second cluster and I met no problem at all. With your package installed, I did the drbd down/apply-al procedure and downgraded to kernel 3.2. After fixing the config syntax, the resources came back cleanly without a full-sync. The drbd utils just worked. At

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-10-01 Thread Numérigraphe
As to the problem I met on the other cluster, kern.log has no trace of a DRBD error, so I'm pretty confident it was due to a race condition in my custom startup plumbing. Lionel. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-09-30 Thread Numérigraphe
Thanks for your care. I've had a problem on the cluster with drbd 8.3 when the host where your package was installed. The power was lost and when it was restored, the drbd resources did not connect. It may be related to your package or not, I'm unsure. I reverted to the standard package and

Re: [Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-09-30 Thread Numérigraphe
Le 27/09/2013 09:34, Stefan Bader a écrit : So while upgrading the kernel causes no issues, trying to boot back into an old kernel will cause a failure to bring up the drbd device. It looked to be possible to force it back but then caused a complete re-sync. The instructions for downgrading

Re: [Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-09-30 Thread Numérigraphe
Le 27/09/2013 09:34, Stefan Bader a écrit : So while upgrading the kernel causes no issues, trying to boot back into an old kernel will cause a failure to bring up the drbd device. It looked to be possible to force it back but then caused a complete re-sync. The instructions for downgrading

Re: [Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-09-30 Thread Numérigraphe
Thanks for your care. I've had a problem on the cluster with drbd 8.3 when the host where your package was installed. The power was lost and when it was restored, the drbd resources did not connect. It may be related to your package or not, I'm unsure. I reverted to the standard package and

Re: [Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-09-27 Thread Numérigraphe
I think you might have meant to say to 8.3.10. Yes, sorry I mixed it up. Lionel. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8 in Ubuntu. https://bugs.launchpad.net/bugs/1185756 Title: drbd8-utils not compatible with

Re: [Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-09-27 Thread Numérigraphe
I think you might have meant to say to 8.3.10. Yes, sorry I mixed it up. Lionel. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1185756 Title: drbd8-utils not compatible with linux-lts-raring

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-09-26 Thread Numérigraphe
Great news. I have 2 Precise clusters, one has the Raring stack and the other has the original Precise stack. I'll give the package a try and let you know. Please bear with me if that takes a little time. Lionel -- You received this bug notification because you are a member of Ubuntu Server

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-09-26 Thread Numérigraphe
Dear Stefan Bader (smb), I installed the 64-bits package you posted on 1 node of each cluster and it worked mostly as expected indeed. The first cluster has kernel 3.8. It had tools 8.4.2 installed from the sources. I uninstalled them (make unsintall was a bit buggy in that version but no

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-09-26 Thread Numérigraphe
Please note that when using kernel 3.2, the tools have actually been DOWNgraded from 8.3.11 to 8.3.13 when the drbd8-utils_8.4.3... package was installed. Lionel -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8 in Ubuntu.

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-09-26 Thread Numérigraphe
I plan to upgrade our DRBD 8.3 cluster to 8.4 some time this autumn : should I expect difficulties using your package, or will the 8.4 tools automatically become available ? Lionel -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-09-26 Thread Numérigraphe
Great news. I have 2 Precise clusters, one has the Raring stack and the other has the original Precise stack. I'll give the package a try and let you know. Please bear with me if that takes a little time. Lionel -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-09-26 Thread Numérigraphe
Please note that when using kernel 3.2, the tools have actually been DOWNgraded from 8.3.11 to 8.3.13 when the drbd8-utils_8.4.3... package was installed. Lionel -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-09-26 Thread Numérigraphe
Dear Stefan Bader (smb), I installed the 64-bits package you posted on 1 node of each cluster and it worked mostly as expected indeed. The first cluster has kernel 3.8. It had tools 8.4.2 installed from the sources. I uninstalled them (make unsintall was a bit buggy in that version but no

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-09-26 Thread Numérigraphe
I plan to upgrade our DRBD 8.3 cluster to 8.4 some time this autumn : should I expect difficulties using your package, or will the 8.4 tools automatically become available ? Lionel -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1173423] Re: Kernel fails to update EFI vars, rendering system unbootable [P8P67 PRO REV 3.1, BIOS 1904 08/15/2011]

2013-09-16 Thread Numérigraphe
Hi, I seem to have hit this same bug with linux-image-generic-lts-raring 3.8.0-30.44~precise1 in Precise. Was this fix applied in the 3.8 kernel in the Raring stack in 12.04.3LTS ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-09-13 Thread Numérigraphe
** Changed in: drbd8 (Ubuntu Precise) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8 in Ubuntu. https://bugs.launchpad.net/bugs/1185756 Title: drbd8-utils not compatible with linux-lts-raring

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-09-13 Thread Numérigraphe
** Changed in: drbd8 (Ubuntu Precise) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1185756 Title: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

[Bug 1204459] Re: Please package drbd tools v8.4 for use with Raring LTS Enablement Stacks

2013-09-12 Thread Numérigraphe
*** This bug is a duplicate of bug 1185756 *** https://bugs.launchpad.net/bugs/1185756 ** This bug has been marked a duplicate of bug 1185756 drbd8-utils not compatible with linux-lts-raring kernel in 12.04 -- You received this bug notification because you are a member of Ubuntu Server

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-09-12 Thread Numérigraphe
** Description changed: + Request for SRU: + [Impact] + DRBD will not work (hang) on fresh install using Ubuntu 12.04.3 media, and will stop working on sites where the Raring Enablement Stacks is manually installed + [Test Case] + Install the Raring kernel in Precise, install/configure DRBD:

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-09-12 Thread Numérigraphe
Would someone from the Bug Control Team please consider this as a request for SRU? If this cannot be fixed as an SRU, at least it should be documented in the Release Notes for 12.04.3 server, and affected users should be advised to downgrade to the Quantal stack. Lionel Sausin. -- You received

[Bug 1204459] Re: Please package drbd tools v8.4 for use with Raring LTS Enablement Stacks

2013-09-12 Thread Numérigraphe
*** This bug is a duplicate of bug 1185756 *** https://bugs.launchpad.net/bugs/1185756 ** This bug has been marked a duplicate of bug 1185756 drbd8-utils not compatible with linux-lts-raring kernel in 12.04 -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-09-12 Thread Numérigraphe
** Description changed: + Request for SRU: + [Impact] + DRBD will not work (hang) on fresh install using Ubuntu 12.04.3 media, and will stop working on sites where the Raring Enablement Stacks is manually installed + [Test Case] + Install the Raring kernel in Precise, install/configure DRBD:

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2013-09-12 Thread Numérigraphe
Would someone from the Bug Control Team please consider this as a request for SRU? If this cannot be fixed as an SRU, at least it should be documented in the Release Notes for 12.04.3 server, and affected users should be advised to downgrade to the Quantal stack. Lionel Sausin. -- You received

[Bug 351536] Re: files on read-only win98 shares can't be opened on Hardy using cifs

2013-08-27 Thread Numérigraphe
Shouldn't that be wont' fix instead of invalid ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/351536 Title: files on read-only win98 shares can't be opened on Hardy using cifs To manage

[Bug 1166442] Re: Elantech clickpad/touchpad lacks multitouch features.

2013-08-01 Thread Numérigraphe
** Tags removed: verification-needed-raring ** Tags added: verification-done-raring -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1166442 Title: Elantech clickpad/touchpad lacks multitouch

[Bug 1204459] [NEW] Please package drbd tools v8.4 for use with Precice LTS Enablement Stacks

2013-07-24 Thread Numérigraphe
Public bug reported: Ubuntu 12.04.3 is due in august and, as part of the LTS Enablement Stack program, it will ship with Raring's kernel 3.8 This new kernel includes DRBD v8.4.2, but the DRBD utils shipped in Precise are version 8.3.11. They will not work with the new kernel: please check Bug

[Bug 1204459] Re: Please package drbd tools v8.4 for use with Precice LTS Enablement Stacks

2013-07-24 Thread Numérigraphe
** Description changed: + [Impact] DRBD will not work (hang) on fresh install using Ubuntu 12.04.3 media, and will stop working on sites where the Raring Enablement Stacks is manually installed + [Test Case] install the Raring kernel in Precise, install/configure DRBD: you get No response from

[Bug 1204459] Re: Please package drbd tools v8.4 for use with Precice LTS Enablement Stacks

2013-07-24 Thread Numérigraphe
Would someone from the Ubuntu Bug Control Team please consider this bug as an SRU request for Ubuntu 12.04.3LTS ? Lionel Sausin. ** Summary changed: - Please package drbd tools v8.4 for use with Precice LTS Enablement Stacks + Please package drbd tools v8.4 for use with Raring LTS Enablement

[Bug 1204459] [NEW] Please package drbd tools v8.4 for use with Precice LTS Enablement Stacks

2013-07-24 Thread Numérigraphe
Public bug reported: Ubuntu 12.04.3 is due in august and, as part of the LTS Enablement Stack program, it will ship with Raring's kernel 3.8 This new kernel includes DRBD v8.4.2, but the DRBD utils shipped in Precise are version 8.3.11. They will not work with the new kernel: please check Bug

[Bug 1204459] Re: Please package drbd tools v8.4 for use with Precice LTS Enablement Stacks

2013-07-24 Thread Numérigraphe
** Description changed: + [Impact] DRBD will not work (hang) on fresh install using Ubuntu 12.04.3 media, and will stop working on sites where the Raring Enablement Stacks is manually installed + [Test Case] install the Raring kernel in Precise, install/configure DRBD: you get No response from

[Bug 1204459] Re: Please package drbd tools v8.4 for use with Precice LTS Enablement Stacks

2013-07-24 Thread Numérigraphe
Would someone from the Ubuntu Bug Control Team please consider this bug as an SRU request for Ubuntu 12.04.3LTS ? Lionel Sausin. ** Summary changed: - Please package drbd tools v8.4 for use with Precice LTS Enablement Stacks + Please package drbd tools v8.4 for use with Raring LTS Enablement

[Bug 1166442] Re: Elantech clickpad/touchpad lacks multitouch features.

2013-07-20 Thread Numérigraphe
Hi, Using the kernel in http://kernel.ubuntu.com/~jsalisbury/lp1166442/raring/ in Raring, the multitouch now works fine in my Samsung NP900-X3E-A02FR (recent Series 9 13 Full-HD). Tested with 2-fingers-scrolling and 3-fingers-clicking. Lionel Sausin. -- You received this bug notification

Re: [Bug 1132302] Re: drbd8-utils are not compatible with kernel 3.8

2013-02-26 Thread Numérigraphe
Dear Robie Basak, I made a quick test and it just worked on a fresh install of raring with drbd8-tools 2:8.4.3-0ubuntu1~ppa2 from your PPA. Thanks, Lionel. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8 in Ubuntu.

Re: [Bug 1132302] Re: drbd8-utils are not compatible with kernel 3.8

2013-02-26 Thread Numérigraphe
Dear Robie Basak, I made a quick test and it just worked on a fresh install of raring with drbd8-tools 2:8.4.3-0ubuntu1~ppa2 from your PPA. Thanks, Lionel. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1132302] Re: drbd8-utils are not compatible with kernel 3.8

2013-02-25 Thread Numérigraphe
Thanks for your care. I'll give the packages a try. I guess any 8.4.x version would be OK. However I don't expect the DRBD module to be upgraded in Raring because they are in the mainline kernel now. Linux 3.8 has DRBD 8.4.2, so you might as well ship the same drbdadm version. Lionel -- You

[Bug 1132302] Re: drbd8-utils are not compatible with kernel 3.8

2013-02-25 Thread Numérigraphe
Dear Robie Basak, I made but a quick test, but the tools provided by your PPA's package worked fine. Lionel. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8 in Ubuntu. https://bugs.launchpad.net/bugs/1132302 Title:

[Bug 1132302] Re: drbd8-utils are not compatible with kernel 3.8

2013-02-25 Thread Numérigraphe
Thanks for your care. I'll give the packages a try. I guess any 8.4.x version would be OK. However I don't expect the DRBD module to be upgraded in Raring because they are in the mainline kernel now. Linux 3.8 has DRBD 8.4.2, so you might as well ship the same drbdadm version. Lionel -- You

[Bug 1132302] Re: drbd8-utils are not compatible with kernel 3.8

2013-02-25 Thread Numérigraphe
Dear Robie Basak, I made but a quick test, but the tools provided by your PPA's package worked fine. Lionel. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1132302 Title: drbd8-utils are not

[Bug 1132302] [NEW] drbd8-utils are not compatible with kernel 3.8

2013-02-23 Thread Numérigraphe
Public bug reported: Ubuntu Raring is going to ship with kernel 3.8, which contains DRBD v8.4.2 Unfortunately, the userland tools in drbd8-utils are still v8.3.13, which is 1 major version behind: they are not compatible with the kernel module. From my testing (both in a vmware environment and

[Bug 1132302] [NEW] drbd8-utils are not compatible with kernel 3.8

2013-02-23 Thread Numérigraphe
Public bug reported: Ubuntu Raring is going to ship with kernel 3.8, which contains DRBD v8.4.2 Unfortunately, the userland tools in drbd8-utils are still v8.3.13, which is 1 major version behind: they are not compatible with the kernel module. From my testing (both in a vmware environment and

[Bug 443321] Re: drbd devices not automatically mounted via /etc/fstab even witn _netdev

2013-02-21 Thread Numérigraphe
What you lack is the DRBD feature to auto-promote one node at startup : http://www.drbd.org/users-guide-9.0/s-recent-changes-auto-promote.html This is a new feature in the current beta DRBD. Ubuntu shouldn't bother at least until DRBD 9.0 hits the mainline kernel. -- You received this bug

[Bug 1103656] Re: Update Precise drbd8-utils to 8.3.13 for the 12.04.2 release

2013-02-21 Thread Numérigraphe
Sorry, I meant OK to use drbdadm 8.3.11 with module 8.3.13 of course. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8 in Ubuntu. https://bugs.launchpad.net/bugs/1103656 Title: Update Precise drbd8-utils to 8.3.13 for the

[Bug 1103656] Re: Update Precise drbd8-utils to 8.3.13 for the 12.04.2 release

2013-02-21 Thread Numérigraphe
As discussed in Debian[1], it's OK to use drbdadm 8.3.11 with module 3.8.13, and This warning can be silenced if you set the following environment variable: DRBD_DONT_WARN_ON_VERSION_MISMATCH The only downside I know of is you won't have access to the newest command-line options. Reading the

[Bug 912254] Re: Please upgrade the drbd module to 8.3.13

2013-02-21 Thread Numérigraphe
By bad, this is fixed in Precise too thanks to the backported kernel. Lionel. ** Changed in: drbd8 (Ubuntu) Status: Confirmed = Fix Released ** Changed in: linux (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 912254] Re: Please upgrade the drbd module to 8.3.13

2013-02-21 Thread Numérigraphe
This will be fixed in raring, because kernel 3.8 includes DRBD v8.4.2. It's still a problem for Precise LTS though. Lionel. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8 in Ubuntu. https://bugs.launchpad.net/bugs/912254 Title:

[Bug 1070837] Re: general protection fault: 0000 [#1] SMP; RIP: 0010:[ffffffffa051321f] [ffffffffa051321f] HostIF_SafeRDMSR+0xf/0x30 [vmmon]

2013-02-21 Thread Numérigraphe
I used to meet this problem on Ubuntu Precise using an official backported kernel from Quantal (linux-image-generic-lts-quantal 3.5.0.24.31) and VMWare Workstation 9.0.0. The problem was fixed by upgrading to VMWare Workstation 9.0.1, which officially supports Ubuntu Quantal. So this a VMWare

[Bug 443321] Re: drbd devices not automatically mounted via /etc/fstab even witn _netdev

2013-02-21 Thread Numérigraphe
What you lack is the DRBD feature to auto-promote one node at startup : http://www.drbd.org/users-guide-9.0/s-recent-changes-auto-promote.html This is a new feature in the current beta DRBD. Ubuntu shouldn't bother at least until DRBD 9.0 hits the mainline kernel. -- You received this bug

[Bug 912254] Re: Please upgrade the drbd module to 8.3.13

2013-02-21 Thread Numérigraphe
By bad, this is fixed in Precise too thanks to the backported kernel. Lionel. ** Changed in: drbd8 (Ubuntu) Status: Confirmed = Fix Released ** Changed in: linux (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1103656] Re: Update Precise drbd8-utils to 8.3.13 for the 12.04.2 release

2013-02-21 Thread Numérigraphe
As discussed in Debian[1], it's OK to use drbdadm 8.3.11 with module 3.8.13, and This warning can be silenced if you set the following environment variable: DRBD_DONT_WARN_ON_VERSION_MISMATCH The only downside I know of is you won't have access to the newest command-line options. Reading the

[Bug 1103656] Re: Update Precise drbd8-utils to 8.3.13 for the 12.04.2 release

2013-02-21 Thread Numérigraphe
Sorry, I meant OK to use drbdadm 8.3.11 with module 8.3.13 of course. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1103656 Title: Update Precise drbd8-utils to 8.3.13 for the 12.04.2 release To

[Bug 912254] Re: Please upgrade the drbd module to 8.3.13

2013-02-21 Thread Numérigraphe
This will be fixed in raring, because kernel 3.8 includes DRBD v8.4.2. It's still a problem for Precise LTS though. Lionel. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/912254 Title: Please

[Bug 877361] Re: Dependency onto MTA is missing

2013-01-30 Thread Numérigraphe
In my view, recommend is correct. heirloom-mailx can be used with an SMTP relay instead of a local MTA. Lionel Sausin. ** Changed in: heirloom-mailx (Ubuntu) Status: Confirmed = Opinion -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 912254] Re: Please upgrade to 8.3.13 for Precise

2012-10-02 Thread Numérigraphe
Sorry to get back with this again, but a flaw was found that may cause data loss and was fixed only in 8.3.13. http://lists.linbit.com/pipermail/drbd-announce/2012-May/000169.html Of course, the problem is in the kernel module, not the userspace tools, so I guess it's the kernel package that

[Bug 912254] Re: Please upgrade to 8.3.13 for Precise

2012-10-02 Thread Numérigraphe
Sorry to get back with this again, but a flaw was found that may cause data loss and was fixed only in 8.3.13. http://lists.linbit.com/pipermail/drbd-announce/2012-May/000169.html Of course, the problem is in the kernel module, not the userspace tools, so I guess it's the kernel package that

[Bug 912254] Re: Please upgrade to 8.3.12 for Precise

2012-09-06 Thread Numérigraphe
DRBD was upgraded to 8.3.13 in Quantal, and from your latest comment I gather that a SRU is not something we can consider. So maybe this bug should be marked won't fix ? Lionel. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8 in

[Bug 912254] Re: Please upgrade to 8.3.12 for Precise

2012-09-06 Thread Numérigraphe
DRBD was upgraded to 8.3.13 in Quantal, and from your latest comment I gather that a SRU is not something we can consider. So maybe this bug should be marked won't fix ? Lionel. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

  1   2   >