*** 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
> 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()
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
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
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
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
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
*** 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
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-
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
** 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
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
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
** 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
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
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
** 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
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
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 (*
@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://
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
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
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__(
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
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
@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
@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
@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
@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
@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
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
@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
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
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
34 matches
Mail list logo