[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.

** Affects: snapd (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1674308

Title:
  snapd >=2.23.1~ is missing on Xenial and Yakkety

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1674308/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1385640

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/r8168/+bug/1385640/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 fix to add a symlink from /lib/drbd/drbdsetup-83 to
> /sbin, or should drbdsetup be patched to search in /lib/drbd too?

"Correct" is whatever works for you.
As long as you know what version you are using, use the matching tools.

Note that using explicit path (anything with a '/' in it)
on drbdadm or drbdsetup causes them to expect the respective "legacy"
binary at that same path, beneath the current executable.
(on purpose).

So if you want to say /sbin/drbdsetup, and expect that to be able to
execvp drbdsetup-83, then yes, you have to make that accesible under
/sbin/drbdsetup-83, adding it to the PATH will not be good enough.

Also, as a heads up, we are in the process on splitting out the DRBD
userland, providing the "grand unified drbd utils", so this will all
change again within the next few weeks/month.

-- 
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 this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 absolute or 
relative pathname look for the legacy drbdsetup binary in the same 
location(...)".

So I suggest that adding a symlink from /lib/drbd/drbdsetup-83 to /sbin
is an acceptable fix for this regression.

-- 
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 this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 until the problem is 
solved.

-- 
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 this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 to 
work at my end, try it if you need an emergency workaround.
/lib/drbd/drbdsetup-83 show 1
disk {
size0s _is_default; # bytes
... lots of bla bla
}

I'll ask for advice on the DRBD user's ML too but for the moment I'
can't help any further than that.

-- 
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 this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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 this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 
/sys/devices/system/cpu/cpufreq/$THIS_CPU_GOVERNOR/ignore_nice_load 
$CPU_IGNORE_NICE_LOAD"


** Changed in: laptop-mode-tools (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/702930

Title:
  cpufreq: new (generic) ignore_nice_load setting is limited to the
  "ondemand" governor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/laptop-mode-tools/+bug/702930/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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 linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 and 2Gb RAM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/751277/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 go to:
https://bugs.launchpad.net/ubuntu/+source/libitext-java/+bug/563695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 functional.
# drbdadm --version
DRBDADM_BUILDTAG=GIT-hash:\ 89a294209144b68adb3ee85a73221f964d3ee515\ build\ 
by\ phil@fat-tyre\,\ 2013-02-05\ 15:35:49
DRBDADM_API_VERSION=1
DRBD_KERNEL_VERSION_CODE=0x080402
DRBDADM_VERSION_CODE=0x080403
DRBDADM_VERSION=8.4.3

Second cluster, Ubuntu 12.04 with original kernel, many out-of-date packages 
(can't upgrade now, sorry).
Simply upgraded drbd8-utils from ...-proposed. Can't reboot now, sorry.
drbd-overview, drbdadm up|down|disconnect|connect|verify still functional.
# drbdadm --version
DRBDADM_BUILDTAG=GIT-hash:\ 89a294209144b68adb3ee85a73221f964d3ee515\ build\ 
by\ phil@fat-tyre\,\ 2013-02-05\ 15:35:49
DRBDADM_API_VERSION=88
DRBD_KERNEL_VERSION_CODE=0x08030d
DRBDADM_VERSION_CODE=0x08030b
DRBDADM_VERSION=8.3.11

-- 
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 this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 correctly install the 
image.

I used to work around this by with "LANG=C sudo usb-creator-gtk" but in Saucy 
this results in an error popup stating:
"An unhandled exception occurred:
'ascii' codec can't encode character '\xe9' in position 10: ordinal not in 
range(128)"

** Affects: usb-creator (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1266731

Title:
  usb-creator fails when the image file's path contains non-ASCII
  characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/1266731/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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.
https://bugs.launchpad.net/bugs/381059

Title:
  use zram-config by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/381059/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:
  boinc doesn't add exclusive apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1114329/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.
https://bugs.launchpad.net/bugs/499705

Title:
  squashfs-tools do not include the kernel-modules for mounting (9.10
  karmic)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squashfs-tools/+bug/499705/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu shutdown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squashfs-tools/+bug/718656/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 test it and report success 
or failure on bug #1185756.
Lionel Sausin.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1204459

Title:
  Please package drbd tools v8.4 for use with Raring LTS Enablement
  Stacks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1204459/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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 this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 that point I noticed that DRBD 8.3.11 connects normally with the other node 
still using DRBD 8.4.2. That's just great!

I upgraded again to kernel 3.8 and reverted the config files: the utils
worked fine and the resources connected without problem.

So I'd say this is just fine. Thanks again.

Lionel Sausin

-- 
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 this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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 brought the resources down and up 
for a quick fix, but that may be worth investigating.
If time permits, I'll try to reproduce that on the other cluster and let 
you know - unless someone else can confirm whether this works or not.
Lionel Sausin.

-- 
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 this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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 from 8.4 to 8.3 are here, maybe it's 
worth adding them to the release notes?
 http://www.drbd.org/users-guide/s-downgrading-drbd84.html
Lionel Sausin.

-- 
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 this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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 kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 mater), and replaced with your 
package.
drbdadm --version now shows :
DRBDADM_BUILDTAG=GIT-hash:\ 89a294209144b68adb3ee85a73221f964d3ee515\ build\ 
by\ phil@fat-tyre\,\ 2013-02-05\ 15:35:49
DRBDADM_API_VERSION=1
DRBD_KERNEL_VERSION_CODE=0x080402
DRBDADM_VERSION_CODE=0x080403
DRBDADM_VERSION=8.4.3

The second cluster has kernel 3.2. (backported by your humble servant)
It had tools and module v8.3.13 installed from a custom package backported by 
you humble servant
I upgraded to you package and drbdadm now shows :
DRBDADM_BUILDTAG=GIT-hash:\ 89a294209144b68adb3ee85a73221f964d3ee515\ build\ 
by\ phil@fat-tyre\,\ 2013-02-05\ 15:35:49
DRBDADM_API_VERSION=88
DRBD_KERNEL_VERSION_CODE=0x08030d
DRBDADM_VERSION_CODE=0x08030a
DRBDADM_VERSION=8.3.10

On the second cluster, 2 out of 6 resources failed to reconnect
gracefully, citing a mismatch in verify-alg. drbdadm --adjust all on the
upgraded node brought it back in order.

In both clusters, the drbd config was left untouched (I refused the packaged 
version of the config file).
The module was not unloaded and primary resources remained in production.

Lionel Sausin.

-- 
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 this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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, 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 this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.
https://bugs.launchpad.net/bugs/1173423

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1173423/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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 this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1204459

Title:
  Please package drbd tools v8.4 for use with Raring LTS Enablement
  Stacks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1204459/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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: you get "No 
response from the DRBD driver! Is the module loaded?".
+ [Regression Potential] 
+ The current drbd8-utils must not be upgraded (it's needed for Precise & 
Quantal kernels), a new package must be created for the DRBD 8.4 utils.
+ 
  I've just installed linux-generic-lts-raring on 12.04.2 and my drbd device 
stoped working.
  Seems like drbd8-utils is not compatible with DRBD 8.4 in Kernel 3.8.
  I see that we can't upgrade the package since this would break compatibility 
with the older Kernels in Precise.
  
  But since the new Plans for the LTS-Enablement Stack [1] there should be
  a package like drbd8-utils-lts-raring. And the dependancies should be
  resolved automatically with apt.
  
- 
- 
  kind regards
- 
  
  [1] https://wiki.ubuntu.com/Kernel/LTSEnablementStack
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.8.0-22-generic 3.8.0-22.33~precise1
  ProcVersionSignature: Ubuntu 3.8.0-22.33~precise1-generic 3.8.11
  Uname: Linux 3.8.0-22-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.2
  Architecture: amd64
  Date: Thu May 30 11:53:13 2013
  InstallationMedia: Ubuntu-Server 12.04.1 LTS "Precise Pangolin" - Release 
amd64 (20120817.3)
  MarkForUpload: True
  SourcePackage: linux-lts-raring
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
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 this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/351536/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 features.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1166442/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Stacks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1204459

Title:
  Please package drbd tools v8.4 for use with Raring LTS Enablement
  Stacks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1204459/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 the DRBD driver! Is the module loaded?".
+ [Regression Potential] the current drbd8-utils must not be upgraded (it's 
needed for Precise & Quantal kernels), a new package must be created for the 
DRBD 8.4 utils.
+ 
  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 
#1132302 for the expected symptoms.
  
  Would you please upload a package for DRBD utils v8.4.x for use with the 
backported kernel ?
  The tools v8.3 must remain available too, so the new package should named 
something else, maybe drbd8-utils-lts-raring .
  
  If this cannot be done in time for 12.04.3 (or not at all), I suggest it
  should be clearly stated in the release notes that DRBD users using the
  12.04.3 CD/DVD should revert to the Quantal LTS Enablement Stack. The
  Quantal kernel has DRBD 8.3.13 which should work fine with the current
  utils.
  
  Lionel Sausin.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1204459

Title:
  Please package drbd tools v8.4 for use with Raring LTS Enablement
  Stacks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1204459/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 
#1132302 for the expected symptoms.

Would you please upload a package for DRBD utils v8.4.x for use with the 
backported kernel ?
The tools v8.3 must remain available too, so the new package should named 
something else, maybe drbd8-utils-lts-raring .

If this cannot be done in time for 12.04.3 (or not at all), I suggest it
should be clearly stated in the release notes that DRBD users using the
12.04.3 CD/DVD should revert to the Quantal LTS Enablement Stack. The
Quantal kernel has DRBD 8.3.13 which should work fine with the current
utils.

Lionel Sausin.

** Affects: drbd8 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1204459

Title:
  Please package drbd tools v8.4 for use with Precice LTS Enablement
  Stacks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1204459/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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 features.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1166442/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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.
https://bugs.launchpad.net/bugs/1132302

Title:
  drbd8-utils are not compatible with kernel 3.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1132302/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 compatible with kernel 3.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1132302/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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 compatible with kernel 3.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1132302/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 a live-usb), loading
the module and then using drbdadm to bring up a resource blocks for a
long time and eventually leads to the message "No response from the DRBD
driver! Is the module loaded?".

Replacing the packaged tools with a locally compiled v8.4.2 totally
fixes the problem.

Lionel Sausin

** Affects: drbd8 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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 compatible with kernel 3.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1132302/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 upgrade the drbd module to 8.3.13

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/912254/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1103656/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 change log [2], that would only be the
option "--force".

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659353
[2] http://git.drbd.org/?p=drbd-8.3.git;a=blob;f=ChangeLog;hb=HEAD

So I suggest it's ok to not upgrade.
Lionel Sausin.

** Bug watch added: Debian Bug tracker #659353
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659353

** Changed in: drbd8 (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/1103656

Title:
  Update Precise drbd8-utils to 8.3.13 for the 12.04.2 release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1103656/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/912254

Title:
  Please upgrade the drbd module to 8.3.13

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/912254/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/443321

Title:
  drbd devices not automatically mounted via /etc/fstab even witn
  _netdev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/443321/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1070837] Re: general protection fault: 0000 [#1] SMP; RIP: 0010:[] [] 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, and I'll mark this bug "invalid" for Ubuntu.
Lionel Sausin.

** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1070837

Title:
  general protection fault:  [#1] SMP; RIP:
  0010:[] []
  HostIF_SafeRDMSR+0xf/0x30 [vmmon]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1070837/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu.
https://bugs.launchpad.net/bugs/877361

Title:
  Dependency onto MTA is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/heirloom-mailx/+bug/877361/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 needs upgrading.
Is an SRU possible ?
Lionel.

** Summary changed:

- Please upgrade to 8.3.12 for Precise
+ Please upgrade to 8.3.13 for Precise

** Description changed:

- DRBD 8.3.12 was published recently and makes DRBD more robust in the face of 
a network or storage failure.
- Furthermore, DRBD 8.3.12 will probably be the last 8.3.x revision, because 
8.4 is out.
- I think that makes it a good candidate for inclusion in the upcoming LTS, so 
would you please consider upgrading the DRBD packages?
+ DRBD 8.3.13 was published recently and makes DRBD more robust in the face of 
a network or storage failure. It also fixes a risk of data loss in some 
configurations.
+ Furthermore, DRBD 8.3.13 will probably be the last 8.3.x revision, because 
8.4 is out.
+ I think that makes it a good candidate for inclusion in the upcoming LTS, so 
would you please consider upgrading the DRBD module ?
  Lionel Sausin.

** Summary changed:

- Please upgrade to 8.3.13 for Precise
+ Please upgrade the drbd module to 8.3.13

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

-- 
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 upgrade the drbd module to 8.3.13

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/912254/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.
https://bugs.launchpad.net/bugs/912254

Title:
  Please upgrade to 8.3.12 for Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/912254/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 994476] Re: libvirt-bin : error : virExecWithHook:328 : Cannot find 'pm-is-supported' in path: No such file or directory

2012-07-26 Thread Numérigraphe
Dear Serge Hallyn,
Why do prefer to keep pm-utils out of the "suggests" please?
Lionel Sausin.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/994476

Title:
  libvirt-bin : error : virExecWithHook:328 : Cannot find 'pm-is-
  supported' in path: No such file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/994476/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 837300] Re: gnome-screensaver proximity command doesn't exist

2012-01-20 Thread Numérigraphe
I suggest using gnome-screensaver-command -d instead, just to make sure the 
screen is unlocked.
Lionel Sausin

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/837300

Title:
  gnome-screensaver proximity command doesn't exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/blueproximity/+bug/837300/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 919109] [NEW] No tray icon in Unity

2012-01-20 Thread Numérigraphe
Public bug reported:

Normally blueproximity seems to have a tray icon to let you query the status 
and summon the configuration window, but this tray icon does not show up in 
Unity in Oneiric.
Lionel.

** Affects: blueproximity (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/919109

Title:
  No tray icon in Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/blueproximity/+bug/919109/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 912254] [NEW] Please upgrade to 8.3.12 for Precise

2012-01-05 Thread Numérigraphe
Public bug reported:

DRBD 8.3.12 was published recently and makes DRBD more robust in the face of a 
network or storage failure.
Furthermore, DRBD 8.3.12 will probably be the last 8.3.x revision, because 8.4 
is out.
I think that makes it a good candidate for inclusion in the upcoming LTS, so 
would you please consider upgrading the DRBD packages?
Lionel Sausin.

** Affects: drbd8 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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 upgrade to 8.3.12 for Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/912254/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 858644] Re: DRBD Linux Headers Required

2012-01-05 Thread Numérigraphe
Isn't this a duplicate of #483410  ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/858644

Title:
  DRBD Linux Headers Required

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/858644/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 853750] Re: Wrong owner on symlinks make IBM DB2's administrative server fail

2011-10-20 Thread Numérigraphe
** Summary changed:

- Wrong owner on symlinks make IBM DB2's administrative fail
+ Wrong owner on symlinks make IBM DB2's administrative server fail

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/853750

Title:
  Wrong owner on symlinks make IBM DB2's administrative server fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/db2exc/+bug/853750/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 853750] Re: Wrong owner on symlinks make IBM DB2's administrative fail

2011-09-19 Thread Numérigraphe
** Summary changed:

- Wrong owner on symlink make IBM DB2's administrative instance fail to start
+ Wrong owner on symlinks make IBM DB2's administrative fail

** Description changed:

  On db2exc 9.7.4-0lucid3, the init script tries to start the administration 
instance by:
  - su-ing to the admin instance user
  - calling "db2admin", which is in ~/das/bin/db2admin, which is in the PATH
  This fails with the message "-su: das/bin/db2admin: Permission denied".
  Calling /opt/ibm/db2/V9.7/das/bin/db2admin does not fail.
- My guess is that it's because:
+ The kernel log reports "non-matching-uid symlink following attempted in 
sticky world-writable directory".
+ I think it's because:
  - ~/das/bin is a symbolic link owned by root
  - but ~/das has the sticky bit, so only root can follow the symbolic link
- Possible fixes :
- - install the symbolic link with the instance admin user as owner
- - OR calling /opt/ibm/db2/V9.7/das/bin/db2admin in the init script
- - OR adding /opt/ibm/db2/V9.7/das/bin/db2admin to the PATH for the admin 
instance user
+ 
+ The same problem exists for several other symbolic links in ~/das/: conv 
function java lib msg
+ So maybe the whole administration instance is not installed using the right 
UID ?
+ 
  Lionel Sausin

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/853750

Title:
  Wrong owner on symlinks make IBM DB2's administrative fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/db2exc/+bug/853750/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 853750] [NEW] Wrong owner on symlink make IBM DB2's administrative instance fail to start

2011-09-19 Thread Numérigraphe
Public bug reported:

On db2exc 9.7.4-0lucid3, the init script tries to start the administration 
instance by:
- su-ing to the admin instance user
- calling "db2admin", which is in ~/das/bin/db2admin, which is in the PATH
This fails with the message "-su: das/bin/db2admin: Permission denied".
Calling /opt/ibm/db2/V9.7/das/bin/db2admin does not fail.
My guess is that it's because:
- ~/das/bin is a symbolic link owned by root
- but ~/das has the sticky bit, so only root can follow the symbolic link
Possible fixes :
- install the symbolic link with the instance admin user as owner
- OR calling /opt/ibm/db2/V9.7/das/bin/db2admin in the init script
- OR adding /opt/ibm/db2/V9.7/das/bin/db2admin to the PATH for the admin 
instance user
Lionel Sausin

** Affects: db2exc (Ubuntu)
 Importance: Undecided
 Status: New

** Summary changed:

- Wrong owner on symlink make administrative instance fail to start
+ Wrong owner on symlink make IBM DB2's administrative instance fail to start

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/853750

Title:
  Wrong owner on symlink make IBM DB2's administrative instance fail to
  start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/db2exc/+bug/853750/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1] Re: Microsoft has a majority market share

2011-07-09 Thread Numérigraphe
** Branch unlinked: lp:openobject-addons/extra-5.0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1

Title:
  Microsoft has a majority market share

To manage notifications about this bug go to:
https://bugs.launchpad.net/clubdistro/+bug/1/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 113515] Re: Omits /etc/lvm/lvm.conf

2011-06-19 Thread Numérigraphe
*** This bug is a duplicate of bug 246324 ***
https://bugs.launchpad.net/bugs/246324

** This bug has been marked a duplicate of bug 246324
   initramfs-tools lvm2-hookscript won't include lvm.conf and claim devices it 
shouldn't

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/113515

Title:
  Omits /etc/lvm/lvm.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lvm2/+bug/113515/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246326] Re: initramfs-tools lvm2-hookscript won't include lvm.conf and claim devices it shouldn't

2011-06-19 Thread Numérigraphe
*** This bug is a duplicate of bug 246324 ***
https://bugs.launchpad.net/bugs/246324

** This bug is no longer a duplicate of bug 113515
   Omits /etc/lvm/lvm.conf
** This bug has been marked a duplicate of bug 246324
   initramfs-tools lvm2-hookscript won't include lvm.conf and claim devices it 
shouldn't

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/246326

Title:
  initramfs-tools lvm2-hookscript won't include lvm.conf and claim
  devices it shouldn't

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/246326/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 307452] Re: non configurable behaviour for lvm2 through lvm.conf in initramfs use

2011-06-19 Thread Numérigraphe
*** This bug is a duplicate of bug 246324 ***
https://bugs.launchpad.net/bugs/246324

** This bug is no longer a duplicate of bug 113515
   Omits /etc/lvm/lvm.conf
** This bug has been marked a duplicate of bug 246324
   initramfs-tools lvm2-hookscript won't include lvm.conf and claim devices it 
shouldn't

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/307452

Title:
  non configurable behaviour for lvm2 through lvm.conf in initramfs use

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lvm2/+bug/307452/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 307452] Re: non configurable behaviour for lvm2 through lvm.conf in initramfs use

2011-06-19 Thread Numérigraphe
*** This bug is a duplicate of bug 113515 ***
https://bugs.launchpad.net/bugs/113515

** This bug has been marked a duplicate of bug 113515
   Omits /etc/lvm/lvm.conf

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/307452

Title:
  non configurable behaviour for lvm2 through lvm.conf in initramfs use

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lvm2/+bug/307452/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 307452] Re: non configurable behaviour for lvm2 through lvm.conf in initramfs use

2011-06-19 Thread Numérigraphe
** Changed in: lvm2 (Ubuntu)
   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/307452

Title:
  non configurable behaviour for lvm2 through lvm.conf in initramfs use

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lvm2/+bug/307452/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 519031] Re: rsnapshot in Lucid does not support using link_dest and sync_first simultaneously

2011-05-23 Thread Numérigraphe
Dear Ubuntu SRU team,
Would you please be so kind as to look into this bug and its proposed 
resolution?
I have updated the bug description to match the SRU procedure to the best of my 
abilities.
Thanks in advance,
Lionel Sausin.

** Description changed:

  Binary package hint: rsnapshot
  
- rsnapshot 1.3.0 (the version in lucid) has a known bug that prevents the
- use of the link_dest and sync_first options simultaneously.  The bug in
- question is mentioned in the rsnapshot FAQ as the third question:
- http://rsnapshot.org/faq.html
+ DESCRIPTION
+ rsnapshot 1.3.0 (the version in lucid) has a known bug that makes rsnapshot 
create a plain copy of the files instead of create hard links for all but the 
first backup point when using both the options link_dest (use rsnapshot's 
link-dest feature) and sync_first (seperate the rsync phase from the directory 
rotation logic).
+ This renders rsnapshot mostly useless in this configuration, since it will 
then consume huge portions of disk space instead of beeing rather frugal.
+ This bug is mentioned in the rsnapshot FAQ as the third question: 
http://rsnapshot.org/faq.html and was fixed in v1.3.1 (released with Maverick).
  
- Upgrading rsnapshot to 1.3.2 or 1.3.2 will fix this bug. Can this happen
- before lucid's release?
+ STEPS TO REPRODUCE
+ - Change the default config: link_dest[TAB]1 and sync_first[TAB]1, 
snapshot_root[TAB]/tmp/
+ - run "sudo rsnapshot sync && sudo rsnapshot hourly ; sudo rsnapshot sync && 
sudo rsnapshot hourly"
+ - observe that the files in hourly.0 and hourly.1 are not hardlinks: the link 
count for is always 1 for /tmp/hourly.*/localhost/etc/hosts and the inode 
number is not the same:
+ 
+ FIX
+ A minimal patch is provided as a bazaar branch.
+ 
+ REGRESSION POTENTIAL
+ The fix short-circuits a failed attempt at smartly deciding whether 
--link-dest is usefull or not. The fix always call rsync with --link-dest.
+ This is not an issue for rsnapshot because --link-dest can only help rsync 
create more hard links - unless there is a bug in rsync itself.
+ So the risk is rather low.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/519031

Title:
  rsnapshot in Lucid does not support using link_dest and sync_first
  simultaneously

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 519031] Re: rsnapshot in Lucid does not support using link_dest and sync_first simultaneously

2011-05-18 Thread Numérigraphe
** Summary changed:

- rsnapshot does not support using link_dest and sync_first simultaneously
+ rsnapshot in Lucid does not support using link_dest and sync_first 
simultaneously

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/519031

Title:
  rsnapshot in Lucid does not support using link_dest and sync_first
  simultaneously

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 519031] Re: rsnapshot does not support using link_dest and sync_first simultaneously

2011-05-16 Thread Numérigraphe
I forgot to mention the URL of the PPA : 
https://launchpad.net/~numerigraphe/+archive/ppa .
The package is waiting to build, but should be available soon.
Lionel.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/519031

Title:
  rsnapshot does not support using link_dest and sync_first
  simultaneously

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs



[Bug 519031] Re: rsnapshot does not support using link_dest and sync_first simultaneously

2011-05-16 Thread Numérigraphe
I just pushed a patched version on our PPA, all subscribers could you please 
report if this fixes the problem?
Then we could ask for inclusion in lucid.
Lionel.

** Changed in: rsnapshot (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/519031

Title:
  rsnapshot does not support using link_dest and sync_first
  simultaneously

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 519031] Re: rsnapshot does not support using link_dest and sync_first simultaneously

2011-05-16 Thread Numérigraphe
The minimal fix is to not test whether the .sync directory exists, as was 
introduced upsteam in rsnapshot-program.pl v1.377.
A patch is available at 
http://rsnapshot.cvs.sourceforge.net/viewvc/rsnapshot/rsnapshot/rsnapshot-program.pl?r1=1.377&r2=1.378&view=patch
I pushed a branch with this fix at 
lp:~numerigraphe/rsnapshot/fix-sync_first-link_dest .

FYI, a cleanup patch was also applied upstream in rsnapshot-program.pl
v1.416, but it doesn't apply cleanly to the code in lucid. This patch is
at http://rsnapshot.cvs.sourceforge.net/viewvc/rsnapshot/rsnapshot
/rsnapshot-program.pl?r1=1.415&r2=1.416&view=patch

Lionel.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/519031

Title:
  rsnapshot does not support using link_dest and sync_first
  simultaneously

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 519031] Re: rsnapshot does not support using link_dest and sync_first simultaneously

2011-05-16 Thread Numérigraphe
This is a known bug in 1.3.0 indeed. I'll see if I can isolate the patchset 
needed to fix this, so we can propose this for lucid updates.
Lionel Sausin

** Changed in: rsnapshot (Ubuntu)
   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/519031

Title:
  rsnapshot does not support using link_dest and sync_first
  simultaneously

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 751331] [NEW] French translations need review

2011-04-05 Thread Numérigraphe
Public bug reported:

Binary package hint: unity-place-applications

It seems that all the strings for unity-place-applications have translation 
suggestions for French, but they have not been reviewed yet.
it would be good if that was done in time for Natty - if there is still time of 
course.
Lionel Sausin.

** Affects: unity-place-applications (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/751331

Title:
  French translations need review

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2011-04-05 Thread Numérigraphe
Public bug reported:

Binary package hint: ubiquity

I just tried installing natty beta on my eeepc, accepting all default options 
on my eeepc 701.
It has only 4Gb disk space, but 2Gb RAM.
The automatic partitioning tool created a 1862MB / partition, and a 2135 swap 
partition, but the next step in the installer wizard warns that / must be at 
least 2.4GB.
I suppose the partitioning tool should enforce this 2.4GB minimum, and 
sacrifice swap space when needed.

FYI, the original OS for this eeepc (a custom Xandros distro from Asus)
had no swap space at all.

Lionel Sausin.

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Status: New

** Summary changed:

- Automatic partitionning makes a too small "/" in natty beta with 4Gb disk and 
2Gb RAM
+ Automatic partitioning makes a too small "/" in natty beta with 4Gb disk and 
2Gb RAM

-- 
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 and 2Gb RAM

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 744293] [NEW] Infinite loop in helper LVM script for DRBD 8 in Lucid

2011-03-28 Thread Numérigraphe
Public bug reported:


The script /usr/lib/drbd/snapshot-resync-target-lvm.sh shipped with drbd
v8.3.7 in Lucid fails to read its command line options and falls into an
infinite loop.

This bug is not in present in natty, but I humbly request an SRU to
Lucid.

This script can be called by DRBD to create an LVM snapshot of a
resource before it starts resyncing (thus becoming inconsistent). This
script is present (though commented out) in the default drbd
configuration file /etc/drbd.d/global_common.conf .

This bug can result in drbd silently failing to resync an outdated
resource. Thus, any newer data will be lost if the cluster fails over to
the outdated node.

This is a known problem upstream and it was fixed in later versions of
DRBD. The following patch was committed upstream to address this bug :
http://git.drbd.org/?p=drbd-8.3.git;a=commitdiff;h=1fd3ad953663615e946167191e1d9885af81450a

Steps to reproduce:
On a cluster composed of node A and node B:
 - on both nodes, uncomment the line "before-resync-target 
"/usr/lib/drbd/snapshot-resync-target-lvm.sh -p 15 -- -c 16k";"
 - on both nodes, configure a drbd resource called "test"
 - make the initial synchronization
 - on B, do "drbdadm disconnect test"
 - nn A, make "test" primary and write to it
 - on B, do "drbdadm connect test"
 => the script will kick in and fall in an endless loop - top will show it 
using 100% CPU.

lsb_release -rd
Description:Ubuntu 10.04.2 LTS
Release:10.04

apt-cache policy drbd8-utils
drbd8-utils:
  Installé : 2:8.3.7-1ubuntu2.1
  Candidat : 2:8.3.7-1ubuntu2.1
 Table de version :
 *** 2:8.3.7-1ubuntu2.1 0
500 http://fr.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
100 /var/lib/dpkg/status
 2:8.3.7-1ubuntu2 0
500 http://fr.archive.ubuntu.com/ubuntu/ lucid/main Packages

Lionel Sausin.

** Affects: drbd8 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/744293

Title:
  Infinite loop in helper LVM script for DRBD 8 in Lucid

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 715101] Re: pre-start script is executed before processing the event "stopping ..."

2011-02-09 Thread Numérigraphe
** Changed in: upstart (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/715101

Title:
  pre-start script is executed before processing the event "stopping
  ..."

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 715101] Re: pre-start script is executed before processing the event "stopping ..."

2011-02-09 Thread Numérigraphe
Dear Scott James Remnant,
Thanks for making this clear.
Lionel.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/715101

Title:
  pre-start script is executed before processing the event "stopping
  ..."

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 715686] [NEW] tgtd should be respawned by init job

2011-02-09 Thread Numérigraphe
Public bug reported:

Binary package hint: tgt

Th init job currently packaged for natty does not let tgtd be respawned 
whenever it fails or is killed.
I humbly suggest you add a "respawn" stanza to /etc/init/tgt.conf
Lionel Sausin

** Affects: tgt (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Binary package hint: tgt
  
- Th init job currently packaged for natty does not let tgtd respawn whenever 
it fails or is killed.
+ Th init job currently packaged for natty does not let tgtd be respawned 
whenever it fails or is killed.
  I humbly suggest you add a "respawn" stanza to /etc/init/tgt.conf
  Lionel Sausin

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/715686

Title:
  tgtd should be respawned by init job

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 715101] [NEW] pre-start script is executed before processing the event "stopping ..."

2011-02-08 Thread Numérigraphe
Public bug reported:

Binary package hint: upstart

Using upstart 0.6.5 from ubuntu Lucid, I watched the following stop sequence 
for a test job : 
Feb  8 10:26:46  init: test goal changed from start to stop
Feb  8 10:26:46  init: test state changed from running to pre-stop
Feb  8 10:26:46  init: test pre-stop process (31262)
Feb  8 10:26:47  init: test pre-stop process (31262) exited 
normally
Feb  8 10:26:47  init: test state changed from pre-stop to stopping
Feb  8 10:26:47  init: Handling stopping event

I expected the pre-stop script to be run after the event "stopping test"
has been processed.

The first reason is that this is how it works for the other pre/post scripts : 
 - pre-start is executed between processing "starting test" and executing the 
main process
 - post-start is executed between executing the main process and processing 
"started test"
 - post-stop is executed between stopping the main process and processing 
"stopped test"

The second reason is that if I have other jobs that "stop on stopping
test", they will still be running when pre-stop is executed. I expected
them to be terminated, so that test can clean up his things knowing that
the other jobs won't get in the way.

In my case, I wanted to have a "iscsi-targets" job that stops on stopping a 
"master-data".
The master-data pre-stop would try to remove a block device, but it can't 
because iscsi-target is still running.

If this is actually the intended bahavior, please bear with me - maybe
it deserves to be clearer in the docs.

Lionel Sausin

** Affects: upstart
 Importance: Undecided
 Status: New

** Affects: upstart (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: upstart
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/715101

Title:
  pre-start script is executed before processing the event "stopping
  ..."

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 282876] Re: drbd doesn't start on boot

2011-01-14 Thread Numérigraphe
Dear SRU team, please would you care to push the fix to Lucid? Being an
LTS, I think it's worth it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/282876

Title:
  drbd doesn't start on boot

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 282876] Re: drbd doesn't start on boot

2011-01-14 Thread Numérigraphe
For your information, a similar bug was introduced in the Lucid cycle and then 
fixed again in Maverick.
In Lucid thhe default-start and default-sop are empty.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/282876

Title:
  drbd doesn't start on boot

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2010-11-12 Thread Numérigraphe
With Hardy getting old and Lucid beeing unaffected, please feel free to mark 
this "won't fix" for Hardy.
Lionel.

-- 
files on read-only win98 shares can't be opened on Hardy using cifs
https://bugs.launchpad.net/bugs/351536
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 562484] Re: Cannot suspend with a USB3 port (HP8540w)

2010-10-21 Thread Numérigraphe
*** This bug is a duplicate of bug 522998 ***
https://bugs.launchpad.net/bugs/522998

** This bug has been marked a duplicate of bug 522998
   XHCI (USB 3.0) kernel Module Prevents Suspend
 * You can subscribe to bug 522998 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/522998/+subscribe

-- 
Cannot suspend with a USB3 port (HP8540w)
https://bugs.launchpad.net/bugs/562484
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 91389] Re: Support for more than one VPN simultaneously

2010-10-20 Thread Numérigraphe
MaksimKa, Koen Calliauw, please use the button "this affects me too",
not comments.

-- 
Support for more than one VPN simultaneously
https://bugs.launchpad.net/bugs/91389
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 514129] Re: Network Manager - wireless is disabled, after suspend/hibernate

2010-09-05 Thread Numérigraphe
*** This bug is a duplicate of bug 524454 ***
https://bugs.launchpad.net/bugs/524454

** This bug has been marked a duplicate of bug 524454
   Networking is disabled on boot (usually after suspend/hibernate)

-- 
Network Manager - wireless is disabled, after suspend/hibernate
https://bugs.launchpad.net/bugs/514129
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138743] Re: The utility "at" does not work. Always reports the error, "Cannot give away file: Operation not permitted"

2010-05-21 Thread Numérigraphe
This happend to me on a Hardy server hosting vmware server 2.0. Don't know what 
exactly broke. apt-get remove --purge at && apt-get install ubuntu-standard 
fixed it.
Lionel

** Also affects: at (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: launchpad-report-tool
   Status: New => Invalid

-- 
The utility "at" does not work.  Always reports the error, "Cannot give away 
file: Operation not permitted"
https://bugs.launchpad.net/bugs/138743
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545538] Re: unable to add username to bookmarked SSH connection

2010-05-21 Thread Numérigraphe
The version in lucid-proposed looks fine, fixes the bug at my end.
Thanks for your support.
Lionel

-- 
unable to add username to bookmarked SSH connection
https://bugs.launchpad.net/bugs/545538
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545538] Re: unable to add username to bookmarked SSH connection

2010-04-29 Thread Numérigraphe
** Changed in: vinagre (Ubuntu)
   Status: New => Confirmed

-- 
unable to add username to bookmarked SSH connection
https://bugs.launchpad.net/bugs/545538
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 563695] [NEW] libitext with java-healess

2010-04-15 Thread Numérigraphe
Public bug reported:

Binary package hint: libitext-java

libitext-java depends on default-jre, but should'nt it depend on 
default-jre-headless?
Lionel

** Affects: libitext-java (Ubuntu)
 Importance: Undecided
 Status: New

-- 
libitext with java-healess
https://bugs.launchpad.net/bugs/563695
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 396992] Re: libitext-java shouldn't depend on openjdk-6

2010-04-15 Thread Numérigraphe
sun-java6 is not in lucid anymore. If you installed it from outside
Ubuntu (like the official Java site), you may consider forcing to
install without the dependencies.

"I have got sun-java6-* packages installed but when i try to install 
libitext-java it marks gcj-4.4 with its dependencies to install."
I think this is because of bug #411588.
Yours,
Lionel


** Changed in: libitext-java (Ubuntu)
   Status: New => Invalid

-- 
libitext-java shouldn't depend on openjdk-6
https://bugs.launchpad.net/bugs/396992
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 411588] Re: libitext-java shouldn't recommend libitext-java-gcj

2010-04-15 Thread Numérigraphe
I agree this should be fixed. Has it been discussed upstream?
Lionel.

-- 
libitext-java shouldn't recommend libitext-java-gcj
https://bugs.launchpad.net/bugs/411588
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 429519] Re: orm.py needs to use libxml2 rather than pyxml

2009-10-28 Thread Numérigraphe
I meant "and then proposed for inclusion" - sorry.
Lionel

-- 
orm.py needs to use libxml2 rather than pyxml
https://bugs.launchpad.net/bugs/429519
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 429519] Re: orm.py needs to use libxml2 rather than pyxml

2009-10-28 Thread Numérigraphe
Is it such a great idea to add a new dependency for the stable release ?
Will it still work on hardy LTS ?
Will it not break the server for those who have no problem and pull from the 
bzr ?
Is it worth the risk when karmic is not even an LTS ?
Can't this be done as a debdiff in a PPA and the porposed for inclusion in the 
karmic-updates repo ?

-- 
orm.py needs to use libxml2 rather than pyxml
https://bugs.launchpad.net/bugs/429519
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2009-03-30 Thread Numérigraphe
Public bug reported:

It looks like Hardy can't open files on Windows 98 shares when they are
shared for read only.

Steps to reproduce :
- Create a read-only share  a folder on Win98 host.
- on Hardy, as root : 
  - mount -t cifs //WINHOST/SHARENAME /mnt/ -o 
dir_mode=0700,file_mode=0700,guest,servern=WINHOST
  - cat /mnt/some_test.txt
=> you get an error message - I got either "permission denied" from my 
production server, or "host is down" from my workstation.

Workaround :
Make the share read-writeable in Windows 98.

This was observed on both the server and desktop kernels.
This seems fixed in Intrepid, but as a LTS release Hardy would benefit from a 
fix.

Possible fix : a forum entry for a similar problem on another distro
points to this change in the newer upstream kernels, which might be a
cure:
http://git.kernel.org/?p=linux/kernel/git/sfrench/cifs-2.6.git;a=commitdiff;h=35fc37d5175091c36d034a28c057da0f9594ee7e

FYI :
# lsb_release -rd
Description:Ubuntu 8.04.2
Release:8.04

# apt-cache policy smbfs linux-server
smbfs:
  Installé : 3.0.28a-1ubuntu4.7
  Candidat : 3.0.28a-1ubuntu4.7
 Table de version :
 *** 3.0.28a-1ubuntu4.7 0
500 http://fr.archive.ubuntu.com hardy-updates/main Packages
100 /var/lib/dpkg/status
 3.0.28a-1ubuntu4.4 0
500 http://security.ubuntu.com hardy-security/main Packages
 3.0.28a-1ubuntu4 0
500 http://10.0.0.178 hardy/main Packages
500 http://fr.archive.ubuntu.com hardy/main Packages
linux-server:
  Installé : 2.6.24.23.25
  Candidat : 2.6.24.23.25
 Table de version :
 *** 2.6.24.23.25 0
500 http://fr.archive.ubuntu.com hardy-updates/restricted Packages
100 /var/lib/dpkg/status
 2.6.24.22.24 0
500 http://security.ubuntu.com hardy-security/restricted Packages
 2.6.24.16.18 0
500 http://10.0.0.178 hardy/restricted Packages
500 http://fr.archive.ubuntu.com hardy/restricted Packages

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

-- 
files on read-only win98 shares can't be opened on Hardy using cifs
https://bugs.launchpad.net/bugs/351536
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

  1   2   >