[Bug 330766] Re: pulseaudio hangs, prevents login, home as ntfs

2009-03-10 Thread Mario Schwalbe
*** This bug is a duplicate of bug 189060 *** https://bugs.launchpad.net/bugs/189060 This is no duplicate and no race condition, at all. In addition to points 1-2 by Josh Smith, I'd like to add: 3) if ~/.pulse is a symlink, pulseaudio fails to start although the target directory's permissio

[Bug 330766] Re: pulseaudio hangs, prevents login, home as ntfs

2009-03-11 Thread Mario Schwalbe
> Have you strace -fF'd to confirm? No, I read the sources. But if you like: umask(077) = 022 mkdir("/home/mario/.pulse", 0700) = -1 EEXIST (File exists) umask(022) = 077 getuid()= 1000 getgid()

[Bug 340610] [NEW] soundkonverter contains /debian

2009-03-11 Thread Mario Schwalbe
Public bug reported: Binary package hint: soundkonverter The recent soundkonverter package contains a directory /debian with the following content: # tree /debian /debian/ `-- soundkonverter `-- usr |-- bin | `-- soundkonverter `-- share |-- applications

[Bug 330766] Re: pulseaudio hangs, prevents login, home as ntfs

2009-03-02 Thread Mario Schwalbe
Same for me. But in contrast to the OP this bug is not related to his NTFS home directory. I'm using ext3. A freshly created user account does work. Some old setting from Intrepid that's confusing pulseaudio. -- pulseaudio hangs, prevents login, home as ntfs https://bugs.launchpad.net/bugs/330766

[Bug 330766] Re: pulseaudio hangs, prevents login, home as ntfs

2009-03-05 Thread Mario Schwalbe
running pulseaudio without any arguments (if no pulseaudio is currently running): W: main.c: High-priority scheduling enabled in configuration but not allowed by policy. pa_make_secure_dir: dir: /home/mario/.pulse, mode: 0700, uid: -1, gid: -1 E: core-util.c: Failed to create secure directory: Pe

[Bug 330766] Re: pulseaudio hangs, prevents login, home as ntfs

2009-03-05 Thread Mario Schwalbe
i've enhanced pulseaudio with some debugging messages in pa_make_secure_dir: W: main.c: High-priority scheduling enabled in configuration but not allowed by policy. pa_make_secure_dir: dir: /home/mario/.pulse, mode: 0700, uid: -1, gid: -1 pa_make_secure_dir: u: 0022, r: -1, errno: 17 pa_make_secu

[Bug 337945] Re: [Jaunty] MacBook 5.1 keyboard backlight not supported

2009-04-01 Thread Mario Schwalbe
since the applesmc module seems to be working, what does hal-find-by-capability --capability keyboard_backlight output? at first i got 2 devices, which seems to confuse gnome-power-manager. additionally, gnome-power-manager --no-daemon --verbose sometimes gives valuable diagnostics. ciao, Mario

[Bug 408382] Re: apt-show-versions shows wrong release

2009-08-11 Thread Mario Schwalbe
*** This bug is a duplicate of bug 390937 *** https://bugs.launchpad.net/bugs/390937 Looks like this is really a duplicate. Unfortunately, the fix mentioned in bug 390937 doesn't work here. -- apt-show-versions shows wrong release https://bugs.launchpad.net/bugs/408382 You received this bug

[Bug 408382] [NEW] apt-show-versions shows wrong release

2009-08-03 Thread Mario Schwalbe
Public bug reported: Binary package hint: apt-show-versions Hi, I added the karmic repository to a jaunty installation and set its priority to 1 (similar to debian experimental). Hence, apt installs and upgrades using jaunty/jaunty-updates/jaunty-security packages. For instance, cupsys: # apt-

[Bug 408392] [NEW] prename directoy fix

2009-08-03 Thread Mario Schwalbe
Public bug reported: Binary package hint: perl Hi, I like to use find and perl's rename utility to massively rename files. However prename also applies the supplied regular expression to the whole path not just the filename part, although it obviously cannot rename the directory part. Here's an

[Bug 408392] Re: prename directoy fix

2009-08-03 Thread Mario Schwalbe
** Attachment added: "perl-prename-strip-directory.patch" http://launchpadlibrarian.net/29825558/perl-prename-strip-directory.patch -- prename directoy fix https://bugs.launchpad.net/bugs/408392 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 516354] Re: nvidia-bl-dkms 0.15.1 update breaks backlight

2010-02-11 Thread Mario Schwalbe
Since the F1 and F2 brightness keys and the slider applet also require additional HAL support to work, can someone please confirm whether it works or not by running: $ cat /sys/class/dmi/id/product_name $ echo | sudo tee /sys/class/backlight/nvidia_backlight/brightness That's because I got inco

[Bug 520519] [NEW] Expose & Dashboard keys don't work on Apple MacBook / MacBook Pro

2010-02-11 Thread Mario Schwalbe
Public bug reported: Binary package hint: xkeyboard-config X.org keyboard database in Ubuntu Karmic doesn't provide keycode mappings nor keysyms for Apples Expose & Dashboard keys (F3/F4) although the Linux kernel's evdev layer reports correct keycodes. The attached patch adds the required keycod

[Bug 520519] Re: Expose & Dashboard keys don't work on Apple MacBook / MacBook Pro

2010-02-11 Thread Mario Schwalbe
** Patch added: "usr-share-X11-xkb.patch" http://launchpadlibrarian.net/39065315/usr-share-X11-xkb.patch -- Expose & Dashboard keys don't work on Apple MacBook / MacBook Pro https://bugs.launchpad.net/bugs/520519 You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 520519] Re: Expose & Dashboard keys don't work on Apple MacBook / MacBook Pro

2010-02-12 Thread Mario Schwalbe
This is really fast. Thanks. -- Expose & Dashboard keys don't work on Apple MacBook / MacBook Pro https://bugs.launchpad.net/bugs/520519 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.ubunt

[Bug 570113] [NEW] wrong completion for find

2010-04-26 Thread Mario Schwalbe
Public bug reported: Binary package hint: bash-completion bash-completion misses some new options/actions introduced in recent versions of find (lucid). namely: -samefile -execdir -okdir -regextype the attached patch add those options including rules for proper completion and al

[Bug 570113] Re: wrong completion for find

2010-04-26 Thread Mario Schwalbe
** Patch added: "patch that adds the missing options" http://launchpadlibrarian.net/45480879/bash-completion-2010-04-24.patch -- wrong completion for find https://bugs.launchpad.net/bugs/570113 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 523076] [NEW] Superfluous empty directory /usr/share/games/fortune in package

2010-02-17 Thread Mario Schwalbe
Public bug reported: Binary package hint: fortunes-ubuntu-server The karmic package of fortunes-ubuntu-server contains an empty directory /usr/share/games/fortune, which shoudn't be there. $ ls -ld /usr/share/games/fortune* drwxr-xr-x 2 root root 4096 2009-08-26 21:35 /usr/share/games/fortune d

[Bug 482486] Re: Ubuntu 9.10 and Vbox 3.0.8-3.0.10 lag issue in XP vm.

2009-12-11 Thread Mario Schwalbe
Since this issue doesn't depend on Windows XP being run inside a virtual machine, I tested some free operating systems: Host: MacBook Pro 4,1, Core2 Duo T8300, 4GB RAM Ubuntu Karmic 64-bit running kernels: 2.6.31-14-generic (*) 2.6.31-14-server (*) 2.6.31-15-generic (*

[Bug 482486] Re: Ubuntu 9.10 and Vbox 3.0.8-3.0.10 lag issue in XP vm.

2009-12-11 Thread Mario Schwalbe
@Shareef Jalloq: In order to install a newer kernel package from lucid, you'll have to do the folowing: (1) Add lucid to your /etc/apt/sources.list or better a file in /etc/apt/sources.list.d, e.g.: # ubuntu standard repositories deb http://de.archive.ubuntu.com/ubuntu/ lucid main deb-src http://

[Bug 482486] Re: Ubuntu 9.10 and Vbox 3.0.8-3.0.10 lag issue in XP vm.

2009-12-08 Thread Mario Schwalbe
update: running 2.6.32-7-generic from lucid as host kernel now and virtualbox (3.1 PUEL) works fine. -- Ubuntu 9.10 and Vbox 3.0.8-3.0.10 lag issue in XP vm. https://bugs.launchpad.net/bugs/482486 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 483679] [NEW] llvm-gcc fails to recognize __block keywords

2009-11-16 Thread Mario Schwalbe
Public bug reported: Binary package hint: llvm-gcc-4.2 the following source code: #include int main(void) { printf("Hello World!\n"); #ifdef __BLOCKS__ int closed = 1; __block int open = 2; //int open = 2; void (^print)(int) = ^(int n) { printf("%d %d %d\n", c

[Bug 483679] Re: llvm-gcc fails to recognize __block keywords

2009-11-17 Thread Mario Schwalbe
looking at the LLVM/Clang documentation (http://clang.llvm.org/doxygen/InitPreprocessor_8cpp-source.html) shows that __block is not actually a keyword, but a macro that is defined to be __attribute__((__blocks__(byref))). so adding: #ifndef __block #define __block __attribute__((__blocks__(

[Bug 214786] Re: Apple USB ISO keyboard has incorrectly swapped keys

2009-11-18 Thread Mario Schwalbe
There's at least one keyboard device that seems to be used in MacBook4,1, that isn't flagged as APPLE_ISO_KEYBOARD in drivers/hid/hid- apple.c (checked with recent karmic kernel sources): { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER4_HF_ISO), .driver_da

[Bug 214786] Re: Apple USB ISO keyboard has incorrectly swapped keys

2009-11-18 Thread Mario Schwalbe
Forgot to mention, that USB_DEVICE_ID_APPLE_GEYSER4_HF_ISO is 0x022a, and we checked that this device is actually present on this machine (see http://ubuntuforums.org/showthread.php?p=8336027#post8336027). -- Apple USB ISO keyboard has incorrectly swapped keys https://bugs.launchpad.net/bugs/2147

[Bug 385723] Re: no backlight support for laptop (hal depreciation regression)

2010-04-08 Thread Mario Schwalbe
@Schmirrwurst: This wasn't Guillaume, but me. Apart from his changes, the upstream version is in the Mactel prepository (https://launchpad.net /~mactel-support/+archive/ppa/+packages) package nvidia-bl-dkms. Or does it not work for you. If it doesn't, please report the problem. -- no backlight su

[Bug 385723] Re: no backlight support for laptop (hal depreciation regression)

2010-03-25 Thread Mario Schwalbe
@Schmirrwurst: What doesn't work on your machine? The suggested option (EnableBrightnessControl) or the suggested driver (nvidia_bl) ? -- no backlight support for laptop (hal depreciation regression) https://bugs.launchpad.net/bugs/385723 You received this bug notification because you are a membe

[Bug 385723] Re: no backlight support for laptop (hal depreciation regression)

2010-03-25 Thread Mario Schwalbe
@John Haitas: Maybe I should clarify a few things. (1) The original bug report mentions smartdimmer, Nvidia, and Geforce. Thus, the bug seems to be related to Nvidia graphics. The driver nvidia_bl in the mactel repository, which isn't specific to Apple machines, it is just there, might help. As we

[Bug 385723] Re: no backlight support for laptop (hal depreciation regression)

2010-03-18 Thread Mario Schwalbe
@Robert Hooker: Unfortunately the option doesn't work on my machine (MacBook Pro 4,1). However, there's a kernel driver available since early 2009 in the Mactel repository (https://launchpad.net/~mactel- support/+archive/ppa/+packages), that isn't specific to Apple machines and is known to work on

[Bug 516354] Re: nvidia-bl-dkms 0.15.1 update breaks backlight

2010-02-12 Thread Mario Schwalbe
@WindPower: This isn't relevant, since you installed both drivers nvidia-bl-dkms and mbp-nvidia-bl-dkms. (If you didn't install the latter from the mactel repo, the version provided by the linux kernel should also have been sufficient.) However, until nvidia-bl 0.15.0 nvidia-bl didn't auto-load. mb

[Bug 1915579] Re: lvm2 version 2.03.11-2ubuntu1 breaks initramfs

2021-03-04 Thread Mario Schwalbe
Good morning. Took me an afternoon to figure this out, after no kernel was booting anymore. Still present with version 2.03.11-2ubuntu2 of the package. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/191

[Bug 1915579] Re: lvm2 version 2.03.11-2ubuntu1 breaks initramfs

2021-03-04 Thread Mario Schwalbe
@Lukas (#8): Works. 1. Permissions are correct. This was obvious already, since `update-initramfs -v` states that it doesn't execute /usr/share/initramfs-tools/hooks/lvm2 due to insufficient permissions. 2. Unpacked the initramfs and files are included again. 3. Boots. Thanks a lot. -- You re

[Bug 743352] Re: LCD backlight doesn't respond to brightness control keys

2011-04-26 Thread Mario Schwalbe
With respect to the "No such device" error, please note that the upstream 2.6.38 version of mbp_nvidia_bl does not support more recent machines such as the MBP6,2. An updated package has always been available in the Mactel PPA for maverick. I didn't upload a natty package yet, because the driver h

[Bug 743352] Re: LCD backlight doesn't respond to brightness control keys

2011-04-26 Thread Mario Schwalbe
Update: Machines up to MacBookAir 2,1 and MacBook Pro 5,5 are supported by maverick's default mbp_nvidia_bl. The X-Org Option "RegistryDwords" "EnableBrightnessControl=1" might be necessary on some machines. Please, always check by writing to /sys/class/backlight/mbp_backlight/brightness, because f