Public bug reported:
I'm using rsync --link-dest to maintain multiple snapshots of a
filesystem, with unchanged files hard-linked between snapshots. The
snapshots are stored on an hfsplus filesystem (HFS+ non-journaled, case-
sensitive), created using MacOSX tools). The output of both ls and du
Public bug reported:
Binary package hint: libpam-unix2
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487487 for upstream
bug. Changing password fails with "no blowfish support compiled in"
message in syslog. Need a backport from jaunty libpam-unix2
(1:2.4.1-2).
Ubuntu: 8.10 i386
libpam-
Public bug reported:
Binary package hint: cracklib-runtime
I installed libpam-cracklib then a bunch of wordlists. Running the
cracklib-runtime daily cron script does not update the dictionary in
/var/cache/cracklib. Turns out that the cron job calls /usr/sbin
/update-cracklib, which compares th
Public bug reported:
Binary package hint: linux-headers-2.6.27-6-generic
The link /usr/src/linux-headers-2.6.27-6-generic/include/linux/linux is
broken. It points to ../../linux-headers-2.6.27-6/include/linux. It
probably should point to ../../../linux-headers-2.6.27-6/include/linux.
This is tr
Forgot to add the following dangling symlinks ...
/usr/src/linux-headers-2.6.27-6-generic/include/asm/asm-x86
/usr/src/linux-headers-2.6.27-6-generic/include/asm-x86/asm-x86
--
dangling symlinks in linux-headers-2.6.27-6-generic
https://bugs.launchpad.net/bugs/279878
You received this bug notific
Public bug reported:
Binary package hint: ufw
possibly a typo in /etc/ufw/before.rules, line 22. shouldn't it be "-o
lo" instead of "-i lo" for the before-output chain?
Ubuntu 8.04.1
ufw 0.16.2.1
** Affects: ufw (Ubuntu)
Importance: Undecided
Status: New
--
ufw before-output ru
In response to WarrenTurkal's first question in the first post, yes the
builtin keyboard on the Macbook Pro 2,2 fails during boot even after
plugging in the external USB keyboard. Here is the sequence of events I
tried:
1. Choose 2.6.28 kernel in GRUB menu and boot
2. User is prompted for passp
It looks like the HID/keyboard modules were reorganized as MAcBook3,1
pointed out. /lib/modules/2.6.27-9-generic/kernel/drivers/hid/ has the
following modules: hid usbhid usbkbd usbmouse of which hid and usbhid
are added to the initrd under the default configuration. In addition to
these, /lib/mo
It seems this is due to a change in vol_id (udev package). vol_id
(udev: 124-12) used to say "/dev/mapper/swap: unknown volume type" when
it failed to find a known filesystem on /dev/mapper/swap. After my
latest update, vol_id (udev: 136-4) says "unknown or non-unique volume
type (--probe-all lis
Here's the output of lspci -vvnn run as root. Some more things I have
noticed:
(a) I do not always lose my session. Sometimes I get the gnome-screensaver
password prompt
(b) I also lose my session sometimes when I switch to a text vt. AFAIK, vt
switching also happens during suspend/resume by
Public bug reported:
Binary package hint: udev
Ubuntu Jaunty amd64, udev: 136-4
AFAIK, users belonging to group video used to have access to hardware-
accelerated graphics through /dev/dri/card* (user: root, group: video,
perm: 0660). As of my latest update, not so. Seems like in the update
fr
** Attachment added: "patch to add subsystem drm rule for group video"
http://launchpadlibrarian.net/21235786/udev-subsystem-drm-rule.patch
--
udev missing rule to get group video on /dev/dri/card0
https://bugs.launchpad.net/bugs/317430
You received this bug notification because you are a mem
Public bug reported:
Binary package hint: cryptsetup
Ubuntu Jaunty amd64, cryptsetup 2:1.0.6-7ubuntu1, initramfs-tools
0.92bubuntu18, udev 136-4
I have an encrypted root so the initrd has to decrypt it during boot.
Previously, initrds generated with initramfs-tools had a
conf/conf.d/cryptroot fi
Despite there being a NAME="mapper/$env{DM_NAME}" rule in
/lib/udev/rules.d/65-dmsetup.rules, udevadm test /devices/virtual/block/dm-5
either does not get to it or does not apply it. Instead I get:
[ ... snip ... ]
udev_event_execute_rules: no node name set, will use kernel name 'dm-5'
[ ... sni
I took a look at all the rules in /lib/udev/rules.d and noticed that
every 'NAME=' assignment is preceeded by a conditional (e.g. KERNEL== or
SUBSYSTEM==). Adding a conditional seems to make the rule apply.
Here's what I did:
--- a/lib/udev/rules.d/65-dmsetup.rules 2009-01-09 06:02:58.0 -
** Tags added: dmsetup udev
--
initrd does not contain conf/conf.d/cryptroot file for encrypted root
https://bugs.launchpad.net/bugs/317442
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.ub
Public bug reported:
Upon resume from suspend, I don't get the gnome-screensaver password
dialog. Instead I get the GDM login screen. After I login, the output
of /usr/bin/w shows that my previous session is no longer running and
that the new session is on a different vt from the one that ended.
** Attachment added: "Xorg.0.log.old"
http://launchpadlibrarian.net/20675414/Xorg.0.log.old
--
Xorg crashes on resume from suspend ending the session
https://bugs.launchpad.net/bugs/310775
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubunt
Public bug reported:
Binary package hint: linux-image-2.6.28-3-generic
I'm running Ubuntu on a Macbook Pro laptop (2nd edition) and I have an
encrypted root partition. Under intrepid, I get a password prompt
during boot and after I enter the password, the root partition is
decrypted just fine an
1) Not sure yet, will report back after next reboot
2) The built-in keyboard works fine for console login
3) Apple's Feb 2008 keyboard firmware update for macbook/macbook pro requires
atleast Mac OS 10.5.2, which I don't have. If I get it, I'll report back.
Given that the 2.6.27-9-generic kerne
The sed part isn't necessary. I only put it in for the sake of
robustness against future updates/regressions to vol_id. In the past,
'vol_id -t /dev/null' used to report "/dev/null: unknown volume type".
Now it does not mention the device that was probed, just the result
"unknown or non-unique vo
Also, when I checked the vol_id source, error code 4 was not restricted
to the "unknown device type" case. I can't remember of the top of my
head what the other cases were that also returned error 4, but as of a
month ago, there were some.
--
Encrypted SWAP partition not created/mounted
https://
Public bug reported:
Binary package hint: seahorse
I just noticed that /usr/bin/seahorse (2.25.4-0ubuntu1) does not display
passwords in my .gnome2/keyrings/login.keyring. The password tab is
empty. Trying to create a new keyring does not work: choosing File >
New > Password Keyring does nothin
I'm not having this problem any more :) Here are a few things that have
changed:
before -> during -> after the problem:
xserver-xorg: 1:7.4~5ubuntu3 (last intrepid) -> first jaunty version through
1:7.4~5ubuntu10 -> 1:7.4~5ubuntu12
xserver-xorg-core: 2:1.5.2-2ubuntu3 (last intrepid) -> f
Ah! I can spin down the drive if I stop udev from processing events ...
udevadm control --stop-exec-queue
sdparm -6 -f --command=stop /dev/sdb
Info on my two external drives:
A: Toshiba 10G MK1016GAP / HDD2152 (from an Apple Powerbook G4 circa 2001) in
an Oxford Semiconductor Firewire / USB2 enc
Looks like HFS+ has a non-standard way of representing hard-links in the
filesystem. The following is quoted from
http://developer.apple.com/technotes/tn/tn1150.html
"The Mac OS X implementation of hard links on HFS Plus volumes was done
using the existing metadata fields of the catalog records.
Public bug reported:
Binary package hint: seahorse
seahorse (2.27.5-0ubuntu1) does not display the "Passwords" tab.
Downgrading to 2.26.1-0ubuntu1 from jaunty fixes the issue and allows
the user to see/modify all the keyring secrets.
Release: Ubuntu karmic (with all updates)
Arch: i386
What I e
I have a very similar issue ... X crashes on resume from suspend-to-RAM,
so I lose my session and end up at the login screen. This only seems to
happen when compiz is running. Here is the backtrace from
/var/log/Xorg.0.log. I'm running gutsy on a MacBook Pro Core 2 Duo with
the fglrx driver usin
I'm running Ubuntu gutsy on a Macbook Pro (+ fglrx with AIGLX not Xgl).
X crashes when I resume from suspend-to-RAM with compiz running (resumes
fine with metacity) with the following backtrace. In addition, I can't
get to a text virtual terminal when compiz is running (Ctrl+Alt+F1).
Backtrace:
0
Seems related to https://bugs.launchpad.net/ubuntu/+source/linux-
restricted-modules-2.6.22/+bug/165093
--
[gutsy] x sometimes crashes on resume from suspend
https://bugs.launchpad.net/bugs/158761
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact
I'm having the same issue since upgrading to firefox-3.5. Karmic x86_64
with the same versions of firefox-3.5 and xulrunner-1.9.1 but with
swfdec-mozilla (0.8.2-1ubuntu1) instead of flashplugin. As mentioned
above, "firefox --sync" makes it harder to trigger the crash.
--
BadAccess (attempt to
31 matches
Mail list logo