[Bug 1114329] Re: boinc doesn't add exclusive apps
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
Re: [Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04
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
Re: [Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04
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
[Bug 702930] Re: cpufreq: new (generic) ignore_nice_load setting is limited to the "ondemand" governor
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
[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04
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 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04
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
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
>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] Fwd: Re: [Drbd-dev] drbdsetup legacy utils can't fall back to version 8.3
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
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 1674308] [NEW] snapd >=2.23.1~ is missing on Xenial and Yakkety
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 381059] Re: use zram-config by default
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 1385640] Re: r8168-dkms 8.038.00-1: r8168 kernel module failed to build [error: implicit declaration of function ‘SET_ETHTOOL_OPS’]
*** 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
** 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
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 751277] Re: Automatic partitioning makes a too small "/" in natty beta with 4Gb disk and 2Gb RAM
** 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 1266731] [NEW] usb-creator fails when the image file's path contains non-ASCII characters
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 718656] Re: mksquashfs makes Ubuntu shutdown
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 499705] Re: squashfs-tools do not include the kernel-modules for mounting (9.10 karmic)
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