[Bug 135680] Re: evince chokes on absolute paths that include a #

2007-08-29 Thread Peter Cordes
oh yeah, IIRC once evince is running, use open from the menu and browsing to the /net path works with no problem. And this is mis-titled, because the problem only happens on /net (or maybe any NFS mount). evince /home/peter/... is ok. -- evince chokes on absolute paths that include a #

[Bug 121911] gcc-4.2: internal compiler error: in gen_tagged_type_instantiation_die, at dwarf2out.c:12762

2007-06-23 Thread Peter Cordes
Public bug reported: Binary package hint: gcc-4.2 I have a gutsy chroot on my amd64 feisty system. gcc-4.2 (and gcc-snapshot) both fail to compile one of my source files when -g and -O3 are both used. The code that it chokes on is very small. It's not preprocessed because it doesn't #include

[Bug 121911] Re: gcc-4.2: internal compiler error: in gen_tagged_type_instantiation_die, at dwarf2out.c:12762

2007-06-23 Thread Peter Cordes
BTW, the code is from a phylogenetics program called procov. rtop() is code to exponentiate a matrix, given it's eigen decomposition (R = V * diag(rr) * V^-1). It seems to be inlining into rtop() that's the problem. compiling with -S, there is asm code for matmat() in the output file. Also,

[Bug 120512] Re: cloop don't work with 7.04 (amd64)

2007-06-23 Thread Peter Cordes
Same thing on a Core 2 running Feisty AMD64, w/ 2GB of RAM. I compressed a .iso with create_compressed_fs -L -1 -B $((4*1024*1024)) -v foo.iso foo.iso.cloop modprobe cloop file=$PWD/foo.iso.cloop and then my kernel oopsed with very similar, but not identical addresses to the bug submitter's

[Bug 124644] mount only uses last fstype from fstab

2007-07-07 Thread Peter Cordes
Public bug reported: Binary package hint: mount I have this line in my fstab. /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0 mount /cdrom gets only the iso9660 FS on a dvd with a UDF+iso9660. Reversing the order (iso9660,udf) makes it use the UDF filesystem, but then

[Bug 344370] Re: imx51 AppArmor oops during bootup

2009-03-18 Thread Peter Cordes
When you're cleaning up the #ifs, make sure you test with all combinations of CONFIG_VSERVER and apparmor. Bug #327337 is that aufs doesn't build when neither of those are included. (the calls don't match the prototypes.) -- imx51 AppArmor oops during bootup

[Bug 61105] Re: Mouse jumps to center in (sdl?/opengl?) games

2009-01-31 Thread Peter Cordes
The thing unclutter conflicts with is SDL's relative mouse input. If you export SDL_MOUSE_RELATIVE=0 before running an SDL game, the mouse won't jump. OTOH, an FPS like nexuiz will be unplayable because you won't be able to turn freely! But this does confirm that it's SDL's relative mouse

[Bug 336549] [NEW] newer HECI module fixes build with CONFIG_HECI=y

2009-03-01 Thread Peter Cordes
Public bug reported: The jaunty git tree's version of ubuntu/heci defines extern int debug; which conflicts with Linux's own symbol of that name on AMD64 at least. (seems to be a kprobe entry in entry_64.S) I looked at upstream, and heci-5.0.0.30.tar.gz from

[Bug 331308] [NEW] NUMA support not enabled in amd64/config.server

2009-02-18 Thread Peter Cordes
Public bug reported: In the Jaunty Linux git tree grep NUMA debian/config/*/config* debian/config/amd64/config:# CONFIG_NUMA is not set Most multi-socket K8/K10 systems are NUMA. (The ones that aren't have memory attached to only one of the CPUs. I guess even that's sort of NUMA, because

[Bug 327337] [NEW] aufs doesn't build with (non-standard) config w/o vserver or apparmor

2009-02-09 Thread Peter Cordes
Public bug reported: I'm building a custom kernel, because I want Jaunty's 2.6.28 on Intrepid with a linux-headers-...deb that doesn't Depend: on jaunty's libc. (grrr.) So I figured I might as well customize it for my machine anyway, which is what I used to do back when the 1/2MB of RAM you

[Bug 327337] Re: aufs doesn't build with (non-standard) config w/o vserver or apparmor

2009-02-09 Thread Peter Cordes
** Attachment added: config.tesla http://launchpadlibrarian.net/22421049/config.tesla -- aufs doesn't build with (non-standard) config w/o vserver or apparmor https://bugs.launchpad.net/bugs/327337 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 327337] Re: aufs doesn't build with (non-standard) config w/o vserver or apparmor

2009-02-09 Thread Peter Cordes
unionfs is also broken w/o APPARMOR (or by something else in my .config) /usr/local/src/linux/ubuntu-jaunty/ubuntu/unionfs/super.c: In function 'get_hidden_parent': /usr/local/src/linux/ubuntu-jaunty/ubuntu/unionfs/super.c:489: error: invalid use of undefined type 'struct export_operations'

[Bug 158585] Re: Duo Core 2 too hot

2009-02-10 Thread Peter Cordes
In case it helps, bug 264290 has some info and links about coretemp reading 15C hotter after the changes introduced in 2.6.25. It's purely artificial, since coretemp apparently never claimed to be giving absolute temperature readings. Although I think this bug is about actual overheating, not

[Bug 327788] [NEW] default config includes CONFIG_OPTIMIZE_INLINING=y

2009-02-10 Thread Peter Cordes
Public bug reported: There are a couple recent threads on lkml where the conclusion seems to be that CONFIG_OPTIMIZE_INLINING is not ready for use yet, and probably won't be until gcc 4.4 or 4.5. And that it was a mistake for it to be on in the defconfig, which is probably why it's on in

[Bug 327906] [NEW] acpi_find_dsdt_initrd references __initdata, but is not marked init itself.

2009-02-10 Thread Peter Cordes
Public bug reported: While building amd64 2.6.28-7.20 (with my own customized config) on an Intrepid system, I saw the following error messages: ... LD init/built-in.o WARNING: init/built-in.o(.text+0x5e0): Section mismatch in reference from the function acpi_find_dsdt_initrd() to the

[Bug 328575] Re: Cannot start gnome-terminal bcause of gconf error

2009-04-24 Thread Peter Cordes
Thanks to everyone for confirming that this happens under normal circumstances. No further confirmation is required. Just subscribe to the bug without making a post, unless you have anything new to add. (Correct me if I'm overstepping here, Ubuntu maintainers.) Further posts on this thread

[Bug 319042] Re: X doesn't start: undefined symbol: xf86OSMouseInit

2009-03-24 Thread Peter Cordes
err, don't assume it's fixed in Jaunty just based on what I said about xorg-edgers. I'm using the Intrepid packages from it. My point was mainly that this wasn't a showstopper for me. And yeah, I know -evdev wants to take over the world. :) My Xorg.conf used -mouse, which is why I noticed

[Bug 338435] Re: python-aubio install fails on Jaunty

2009-03-25 Thread Peter Cordes
same here: marking as Confirmed. ** Changed in: aubio (Ubuntu) Status: New = Confirmed -- python-aubio install fails on Jaunty https://bugs.launchpad.net/bugs/338435 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

Re: [Bug 306016] Re: nfs client broken since 2.6.28-2-generic upgrade

2009-03-27 Thread Peter Cordes
On Thu, Mar 26, 2009 at 07:38:36PM -, mike503 wrote: This has been an issue for me for a long time using intrepid too. You're the only one hitting this on Intrepid. Unless you're using a Jaunty kernel on your Intrepid system. It's been fixed in Jaunty for months. The only way you could

[Bug 299383] [NEW] audacity gets confused if you split stereo track while playing

2008-11-18 Thread Peter Cordes
Public bug reported: Binary package hint: audacity Audacity works fine (most of the time) on my AMD64 Intrepid system, using ALSA output to hw:0,0 (not alsa's default pcm, because that always resamples to 48kHz!?) I didn't expect this to work, but I used the Split stereo track track- dropdown

[Bug 273601] Re: 8.10 intrepid alpha 6 - root file system mounted read only (XFS) with2.6.27-4-generic

2008-11-20 Thread Peter Cordes
should i log a separate bugreport about this ? I think that's already in Ubuntu's released Intrepid kernel, not just the proposed-updates kernel. See the changelog.Debian.gz linux (2.6.27-7.13) intrepid; urgency=low ... * Fix barrier fail detection in XFS ... -- Tim Gardner [EMAIL

[Bug 273601] Re: 8.10 intrepid alpha 6 - root file system mounted read only (XFS) with2.6.27-4-generic

2008-11-20 Thread Peter Cordes
I think that's already in Ubuntu's released Intrepid kernel oops, no it isn't, the patch you posted a line-wrapped URL to is in 2.6.27.7. (No mention of it in ChangeLog-2.6.27.7, though. I though the Changelogs were auto-generated, but obviously patches can be in patch 2.6.27.7.gz without an

Re: [Bug 306016] Re: nfs client broken since 2.6.28-2-generic upgrade

2008-12-19 Thread Peter Cordes
subscriber of the bug. -- #define X(x,y) x##y Peter Cordes ; e-mail: X(pe...@cor , des.ca) The gods confound the man who first found out how to distinguish the hours! Confound him, too, who in this place set up a sundial, to cut and hack my day so wretchedly into small pieces! -- Plautus, 200

[Bug 310827] [NEW] freeze/deadlocks the GUI and window manager when keyring manager dialog pops up while applet menu is open?

2008-12-23 Thread Peter Cordes
Public bug reported: I just had some weird behaviour from the GNOME desktop on my Intrepid laptop (x86 hardware, ath_hal wifi). I'm not sure this is the right package; it might be the fault of the window manager (compiz in my case), or something else. If anyone figures out what was actually

[Bug 327337] Re: aufs doesn't build with (non-standard) config w/o vserver or apparmor

2009-03-09 Thread Peter Cordes
The code has #ifs on CONFIG_VSERVER and CONFIG_SECURITY_APPARMOR to select different parameter sets: #ifdef CONFIG_VSERVER // line 160 err = vfs_mknod(dir, dentry, mode, dev, NULL); #elif defined(CONFIG_SECURITY_APPARMOR) err = vfs_mknod(dir, dentry, NULL, mode, dev); #else

[Bug 306343] [NEW] nfs lockd broken

2008-12-08 Thread Peter Cordes
Public bug reported: I've tried AMD64 2.6.28-2.3-generic with Jaunty userspace, and with Intrepid userspace, and NFS is b0rked with both (nfs client and nfs server). Mounts work with -o nolock, though. (-o nolock doesn't require NFS lockd to be running). Otherwise, NFS mount attempts time out.

[Bug 306343] Re: nfs lockd broken

2008-12-10 Thread Peter Cordes
*** This bug is a duplicate of bug 306016 *** https://bugs.launchpad.net/bugs/306016 ** This bug has been marked a duplicate of bug 306016 nfs client broken since 2.6.28-2-generic upgrade -- nfs lockd broken https://bugs.launchpad.net/bugs/306343 You received this bug notification

[Bug 306016] Re: nfs client broken since 2.6.28-2-generic upgrade

2008-12-10 Thread Peter Cordes
This does look the as same bug 306343 I reported. I didn't see this one because I was only searching in linux, not nfs-common. ** Changed in: linux (Ubuntu) Status: New = Confirmed -- nfs client broken since 2.6.28-2-generic upgrade https://bugs.launchpad.net/bugs/306016 You received

[Bug 172479] Re: xxdiff doesn't work when run with stdin and stdout closed

2008-11-15 Thread Peter Cordes
It seems to be fixed. I don't see anything in the changelog, but it works ok when run with 0- 1- Now it does this (for two empty files) 5601 open(foo, O_RDONLY) = 0 5601 open(bar, O_RDONLY) = 3 5601 read(0, , 4096) = 0 5601 read(3, , 4096)

[Bug 172479] Re: xxdiff doesn't work when run with stdin and stdout closed

2008-11-15 Thread Peter Cordes
It seems to be fixed. I don't see anything in the changelog, but it works ok when run with 0- 1- Now it does this (for two empty files) 5601 open(foo, O_RDONLY) = 0 5601 open(bar, O_RDONLY) = 3 5601 read(0, , 4096) = 0 5601 read(3, , 4096)

[Bug 102208] Re: gsub does not handle \ consistently

2008-11-17 Thread Peter Cordes
Ubuntu AMD64 8.10. [EMAIL PROTECTED]:~$ echo '\' | mawk '{ gsub( /\\/, ); print }' \ [EMAIL PROTECTED]:~$ echo '\' | mawk '{ gsub( /\\/, \\ \\ ); print }' \ \ The syntax is fine, it's all single-quoted. The submitter left out a print, though. You can check that mawk is getting the right

[Bug 319042] [NEW] X doesn't start: undefined symbol: xf86OSMouseInit

2009-01-19 Thread Peter Cordes
Public bug reported: Binary package hint: xserver-xorg-input-mouse I booted my jaunty chroot to test https://launchpad.net/~xorg- edgers/+archive intel drivers on my g965. With the normal Jaunty version of xserver-xorg-core and xserver-xorg-input-mouse, I got this error when starting X X.Org X

[Bug 301966] [NEW] makes umount /usr impossible

2008-11-25 Thread Peter Cordes
Public bug reported: Binary package hint: friendly-recovery I run with /usr on a lvm volume, and / on its own RAID1 md device, which is GRUB-bootable. I wanted to xfs_admin my /usr, but friendly-recovery leaves open files on /usr (e.g. /usr/share/recovery-mode/options/root) when dropping to a

[Bug 319042] Re: X doesn't start: undefined symbol: xf86OSMouseInit

2009-01-22 Thread Peter Cordes
Here's the lspci. I'm now running Jaunty's kernel on an Intrepid system with X, dri, and stuff from xorg-edgers (and a locally compiled mesa 7.3rc3) and it's all working pretty well. The two extra PCI VGA cards are not currently in use. ** Attachment added: lspci.vvnn.txt

[Bug 319042] Re: X doesn't start: undefined symbol: xf86OSMouseInit

2009-01-22 Thread Peter Cordes
** Description changed: Binary package hint: xserver-xorg-input-mouse I booted my jaunty chroot to test https://launchpad.net/~xorg- edgers/+archive intel drivers on my g965. With the normal Jaunty version of xserver-xorg-core and xserver-xorg-input-mouse, I got this error when

[Bug 321339] [NEW] ffsl(3) not in strings.h like manpage says

2009-01-25 Thread Peter Cordes
Public bug reported: Binary package hint: manpages ffs/ffsl/ffsll(3) says all three bit-scan functions are available after defining _GNU_SOURCE and including strings.h. However, only POSIX ffs(int) is in strings.h. only string.h defines the GNU extension ffsl(long) and ffsll(long long). So

[Bug 97398] Re: automount problems in kubuntu feisty

2008-12-07 Thread Peter Cordes
** This bug is no longer a duplicate of bug 99648 Sony memory reader in CB-712/4 does not work -- automount problems in kubuntu feisty https://bugs.launchpad.net/bugs/97398 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 99648] Re: Sony memory reader in CB-712/4 does not work

2008-12-07 Thread Peter Cordes
** Description changed: (original report was that SD/MMC didn't work, but SD works now according - to Matt LaPaglia. + to Matt LaPaglia. He posted lspci and dmesg output on a fresh bug he + opened specifically about the Sony memory stick part: bug 200668, which + is marked as a dup of this

[Bug 299905] Re: kregexpeditor not in intrepid repostories

2008-11-30 Thread Peter Cordes
Debian's kdeutils is only at version 3.5.10 in unstable, and still has kregexpeditor. However, they have version 4:4.1.3-1 in experimental, and it doesn't seem to have kregexpeditor. http://packages.qa.debian.org/k/kdeutils.html note the lack of mention of kregexpeditor in:

[Bug 62995] Re: Linux doesnt support ENE CB-712 SD card reader

2008-11-30 Thread Peter Cordes
I've been trying to figure this out, since my Toshiba A70's card reader still doesn't work with Linux, using Intrepid. I found this mailing list post saying that the 0550 device ID has never worked, but 0551 does work these days:

[Bug 62995] Re: Linux doesnt support ENE CB-712 SD card reader

2008-11-30 Thread Peter Cordes
Hmm, someone seems to have had success with 1524:0550 card readers: http://marc.info/?l=linux-kernelm=116758515323702w=2 -- Linux doesnt support ENE CB-712 SD card reader https://bugs.launchpad.net/bugs/62995 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 99648] Re: MMC/SD memory card reader does not work

2008-11-30 Thread Peter Cordes
This seems similar to bug 62995, which is closed, so I'll repost here some info I posted there about ENE chipsets. I found this mailing list post saying that the 1524:0550 device ID has never worked, but 1524:0551 does work these days:

[Bug 111756] Re: tifm_7xx1 SD card reader cannot read MMC partition table

2008-11-30 Thread Peter Cordes
** Summary changed: - linux-image cannot read MMC partition table + tifm_7xx1 SD card reader cannot read MMC partition table -- tifm_7xx1 SD card reader cannot read MMC partition table https://bugs.launchpad.net/bugs/111756 You received this bug notification because you are a member of Ubuntu

[Bug 41211] Re: sdhci: Nothing happens when a card is inserted

2008-11-30 Thread Peter Cordes
Most of the problems with SD card readers are hardware-chipset dependent. Someone should decide what they want this bug to be about, and post some lspci -v and lspci -vn output, and dmesg output (for the relevant devices, see e.g.

[Bug 41211] Re: sdhci: Nothing happens when a card is inserted

2008-11-30 Thread Peter Cordes
Richard posted on bug 137686, and it seems he has tifm_7xx1 hardware. I'm just going to close this as invalid since it doesn't have enough details about any specific hardware, and it looks like the original submitter went with bug 137686 and abandoned this. Re-open this bug if I'm incorrect. **

[Bug 300845] Re: kernel - problem with sd card recognition

2008-11-30 Thread Peter Cordes
That's odd that one card works and one doesn't. Is that repeatable, or does your card reader just sometimes fail to detect the card, and it was just chance that one card didn't work? I saw a mention in a mailing list message of a card reader that only supported one voltage, unlike some others

[Bug 99648] Re: MMC/SD memory card reader does not work

2008-11-30 Thread Peter Cordes
can someone update the bug title to say what hardware it's about? There are a lot of mmc doesn't work bugs, and I'm trying to sort them out so I can tell if my problem on the tosh A70 is already known. And to help people find the right bug to post more info on. A lot of times people post with

[Bug 213439] Re: ENE internal SD Card reader [PCI 1524:0751] doesn't work with Hardy (but work with Gutsy)

2008-11-30 Thread Peter Cordes
** Summary changed: - ENE internal SD Card reader doesn't work with Hardy (but work with Gutsy) + ENE internal SD Card reader [PCI 1524:0751] doesn't work with Hardy (but work with Gutsy) -- ENE internal SD Card reader [PCI 1524:0751] doesn't work with Hardy (but work with Gutsy)

[Bug 282049] Re: ENE CB710 Memory Card Reader not working

2008-11-30 Thread Peter Cordes
I think you're SOL with that hardware, because the manufacturer won't release the specs. I think this quote http://list.drzeus.cx/pipermail/sdhci-devel/2008-March/002181.html applies: Your system only has a ENE specific interface, and we don't have any specs on that beast. -- Pierre Ossman

[Bug 303844] [NEW] ENE CB-710/2/4 sdhci [PCI 1524:0550] doesn't work

2008-11-30 Thread Peter Cordes
Public bug reported: My Toshiba A70 laptop's SD card reader with PCI ID 1524:0550 (part of an ENE CB-710/2/4 Cardbus Controller) doesn't work with Linux. I haven't tried Ubuntu pre-gutsy, but it hasn't worked with Gutsy, Hardy, or Intrepid. I've never seen it work under Linux, so AFAIK this

[Bug 303844] Re: ENE CB-710/2/4 sdhci [PCI 1524:0550] doesn't work

2008-11-30 Thread Peter Cordes
** Attachment added: dmesg output from the A70 http://launchpadlibrarian.net/20083719/whale.dmesg -- ENE CB-710/2/4 sdhci [PCI 1524:0550] doesn't work https://bugs.launchpad.net/bugs/303844 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 303844] Re: ENE CB-710/2/4 sdhci [PCI 1524:0550] doesn't work

2008-11-30 Thread Peter Cordes
no luck with an Edgy livecd (2.6.17-10.33-generic, built Fri Oct 13, 2006). -- ENE CB-710/2/4 sdhci [PCI 1524:0550] doesn't work https://bugs.launchpad.net/bugs/303844 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 303844] Re: ENE CB-710/2/4 sdhci [PCI 1524:0550] doesn't work

2008-12-01 Thread Peter Cordes
Thanks Darren. Looks like you don't have the same hardware as this bug is talking about. Mine has a 1524:0550 subdevice, like yours, but lacks a 1524:0551. Thanks for clearing that up. Your kernel messages show that it is the 1524:0550 (mmc0, not mmc1) that works for your SD card, but I

[Bug 247819] Re: Ricoh R5C822 SDHC Card reader I/O errors

2008-12-01 Thread Peter Cordes
** Summary changed: - SDHC Card reader I/O errors on Hardy + Ricoh R5C822 SDHC Card reader I/O errors ** Description changed: + (replies indicate that this problem wasn't specific to SDHC, more like + specific to this Ricoh reader. updating description and tags... Also, + 2.6.27-10 maybe have

[Bug 48209] Re: sdhci stops Dell XPS Gen2 from Resuming from Suspend

2008-12-01 Thread Peter Cordes
** Tags added: sd -- sdhci stops Dell XPS Gen2 from Resuming from Suspend https://bugs.launchpad.net/bugs/48209 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 41211] Re: sdhci: Nothing happens when a card is inserted

2008-12-01 Thread Peter Cordes
** Tags added: sd -- sdhci: Nothing happens when a card is inserted https://bugs.launchpad.net/bugs/41211 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 303844] Re: ENE CB-710/2/4 sdhci [PCI 1524:0550] doesn't work

2008-12-01 Thread Peter Cordes
** Description changed: My Toshiba A70 laptop's SD card reader with PCI ID 1524:0550 (part of an ENE CB-710/2/4 Cardbus Controller) doesn't work with Linux. I haven't tried Ubuntu pre-gutsy, but it hasn't worked with Gutsy, Hardy, or Intrepid. I've never seen it work under Linux, so

[Bug 41211] Re: sdhci: Nothing happens when a card is inserted

2008-12-01 Thread Peter Cordes
your lspci output doesn't seem to include any card readers. There should be a device that lspci says is handled by sdhci..., or tifm... Also, lspci -vvnn includes the numeric and decoded outputs together; I should have recommended that instead of two separate lspci commands. (But wait until you

[Bug 99648] Re: Sony memory reader in CB-712/4 does not work

2008-12-01 Thread Peter Cordes
** Summary changed: - MMC/SD memory card reader does not work + Sony memory reader in CB-712/4 does not work ** Description changed: + (original report was that SD/MMC didn't work, but SD works now according + to Matt LaPaglia. + + This bug is specifically about readers that are part of the

[Bug 99648] Re: Sony memory reader in CB-712/4 does not work

2008-12-01 Thread Peter Cordes
Why did you all of a sudden change the summary of the bug? I'm trying to sort out the SD card reader bugs so there is one open bug for each specific piece of hardware that doesn't work. I thought this bug looked like it should be about this hardware, not yours, since you jumped in later and

[Bug 442574] Re: glxgears fails in Karmic

2009-11-19 Thread Peter Cordes
** Tags removed: hw-specific regression-potential ** Summary changed: - glxgears fails in Karmic + mesa doesn't work when fglrx is installed -- mesa doesn't work when fglrx is installed https://bugs.launchpad.net/bugs/442574 You received this bug notification because you are a member of Ubuntu

[Bug 442574] Re: mesa doesn't work when fglrx is installed

2009-11-19 Thread Peter Cordes
Having fglrx installed replaces the open-source libGL with ATI's libGL, so you can't have both at once. $ dpkg -S /usr/lib/libGL.so* libgl1-mesa-dev: /usr/lib/libGL.so libgl1-mesa-glx: /usr/lib/libGL.so.1 diversion by xorg-driver-fglrx from: /usr/lib/libGL.so.1.2 diversion by xorg-driver-fglrx

[Bug 373475] Re: FGLRX unusable with an ATI Mobility Card

2009-11-19 Thread Peter Cordes
I must make a hardcore reset every time (Strg+Alt+F2 and sudo reboot not possible for me). If you don't have another machine to ssh in from, and run sudo shutdown -r now, you can at least try alt+sysrq+s alt+sysrq+u alt+sysrq+b to sync and remount-read-only your filesystems before reboot.

[Bug 373475] Re: FGLRX unusable with an ATI Mobility Card

2009-11-19 Thread Peter Cordes
BTW, is fglrx any more stable now? If so, maybe this bug should be closed. AFAIK it crashes regularly for everyone who plays games on it. (which is IMHO completely unacceptable, but such is life.) -- FGLRX unusable with an ATI Mobility Card https://bugs.launchpad.net/bugs/373475 You received

[Bug 479924] Re: package xorg-driver-fglrx 2:8.660-0ubuntu4 failed to install/upgrade: failed in buffer_write(fd) (10, ret=-1): backend dpkg-deb during `./usr/lib/libatiadlxx.so'

2009-11-19 Thread Peter Cordes
ErrorMessage: failed in buffer_write(fd) (10, ret=-1): backend dpkg- deb during `./usr/lib/libatiadlxx.so' Is your hard drive dieing? Check /var/log/kern.log for disk error messages, and try sudo smartctl -a /dev/sda | less Or is your disk full? Too bad the error message doesn't include

[Bug 442574] Re: mesa doesn't work when fglrx is installed

2009-11-19 Thread Peter Cordes
I would set this to won'tfix, but maybe only the maintainer can do that. ** Changed in: fglrx-installer (Ubuntu) Status: New = Confirmed -- mesa doesn't work when fglrx is installed https://bugs.launchpad.net/bugs/442574 You received this bug notification because you are a member of

[Bug 464525] Re: fglrx causes kernel panic on karmic final amd64

2009-11-19 Thread Peter Cordes
Turns out ATI's installer builds broken .deb packages for --buildpkg Ubuntu/karmic, and only works if you use --install I wasn't seeing kernel panics, but I don't use compiz, so I still think this could be the same bug as I commented on earlier, and eventually reported here:

[Bug 464525] Re: fglrx causes kernel panic on karmic final amd64

2009-11-19 Thread Peter Cordes
oh, and lspci has no interaction with any other installed packages. It's a very simple program that queries the hardware on the PCI bus in the standard way. (actually, it asks the kernel, instead of talking to the HW directly, which is why you can run it as non-root.) All PCI devices can tell

[Bug 206967] Re: no video output with restricted ATI installed in hardy

2009-11-19 Thread Peter Cordes
Without compiz, mplayer -vo gl, xv, and x11 all work. my ~/.mplayer/config has vo=gl:yuv=2:swapinterval=1:lscale=1:cscale=0 which looks better than xv (better smoothing when upscaling to fullscreen), but xv may work better with compiz. -- no video output with restricted ATI installed in hardy

[Bug 464525] Re: fglrx causes kernel panic on karmic final amd64

2009-11-21 Thread Peter Cordes
Ah, switchable graphics. I didn't read other people's report in enough detail to pick up on that, sorry. -- fglrx causes kernel panic on karmic final amd64 https://bugs.launchpad.net/bugs/464525 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 469239] Re: Catalyst Control Centre Crashes when started.

2009-11-21 Thread Peter Cordes
Is the fglrx kernel module loaded properly? Your Xorg.0.log shows that you are using the fglrx driver, but the 3D part of it failed to initialize. [code] (WW) fglrx(0): *** (WW) fglrx(0): * DRI initialization failed! * (WW) fglrx(0): *

[Bug 486486] [NEW] OpenGL broken for amd64 (packaging problem)

2009-11-21 Thread Peter Cordes
Public bug reported: There seems to be a packaging bug in Catalyst that bites Ubuntu 9.10. I previously added comments to bug 464525, but ATI's Felix Kuehling thinks that's actually a separate bug. I also reported this to ATI already: http://ati.cchtml.com/show_bug.cgi?id=1695, where Felix got

[Bug 464525] Re: fglrx causes kernel panic on karmic final amd64

2009-11-21 Thread Peter Cordes
reported as bug 486486. Thanks again, Felix. -- fglrx causes kernel panic on karmic final amd64 https://bugs.launchpad.net/bugs/464525 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 275304] Re: wrong ownership of .Xauthority and /tmp/libgksu-xxx

2009-11-22 Thread Peter Cordes
(way off topic...) It's quite a security shame that ubuntu ships without fully working running as different user mechanisms for so long. I wouldn't give un-trusted programs access to my X display. X isn't secure like that! When I run p2p filesharing programs (complex and crash-prone programs

[Bug 436342] Re: Consider disabling NEW_FAIR_SLEEPERS

2009-11-28 Thread Peter Cordes
Markus, and anyone else wondering about interactive performance regressions, NEW_FAIR_SLEEPERS is modifiable at run time; just run echo NEW_FAIR_SLEEPERS | sudo tee /sys/kernel/debug/sched_features grep --color=tty NEW_FAIR_SLEEPERS /sys/kernel/debug/sched_features (Ubuntu mounts linux's

[Bug 98783] Re: MASTER: memory leak

2009-11-29 Thread Peter Cordes
confirmed on Ubuntu Karmic AMD64, with fglrx from Catalyst 9.11. 1GB HD4670 desktop card. Okular makes server memory consumption go up, but it doesn't go down even after exitting everything. This has been discussed on the xorg list. http://lists.x.org/archives/xorg/2008-December/041324.html

[Bug 490444] [NEW] MP4Client looks for its modules in /build/buildd/gpac-0.4.5/debian/tmp/usr/lib/gpac

2009-11-30 Thread Peter Cordes
Public bug reported: Binary package hint: gpac $ MP4Client foo.m4a GPAC config file not found in /home/peter - creating new file create /home/peter/.gpacrc: OK Using module directory /build/buildd/gpac-0.4.5/debian/tmp/usr/lib/gpac Using default font directory /usr/share/fonts/truetype/ Using

[Bug 491517] [NEW] packaging: should use lowercase name, not /usr/share/doc/MountManager

2009-12-02 Thread Peter Cordes
Public bug reported: Binary package hint: mountmanager apt-file search -x /usr/share/doc/'[A-Z][a-z]' says mountmanager: /usr/share/doc/MountManager/... ... Almost all Debian packages use their lowercase package name as their /usr/share/doc directory. ** Affects: mountmanager (Ubuntu)

[Bug 491515] [NEW] installs a file in /usr/share/doc/Decibel

2009-12-02 Thread Peter Cordes
Public bug reported: Binary package hint: decibel apt-file search -x /usr/share/doc/'[A-Z][a-z]' found libdecibel-runtime: /usr/share/doc/Decibel/demos.html other docs for the same package go in libdecibel-runtime: /usr/share/doc/libdecibel-runtime/README libdecibel-runtime:

[Bug 491518] [NEW] /usr/share/doc/{KMF,kmf}ormat mixup

2009-12-02 Thread Peter Cordes
Public bug reported: Binary package hint: kmformat apt-file search -x /usr/share/doc/'[A-Z]' | egrep 'share/doc/(HTML|LANG|HOWTO|FAQ|RFC)' $ apt-file list kmformat ... kmformat: /usr/share/doc/KMFormat/README kmformat: /usr/share/doc/KMFormat/manual-en.pdf.gz kmformat:

[Bug 491524] [NEW] /usr/share/doc/NTL vs. /usr/share/doc/libntl-dev

2009-12-02 Thread Peter Cordes
Public bug reported: apt-file search -x /usr/share/doc/'[A-Z]' | egrep 'share/doc/(HTML|LANG|HOWTO|FAQ|RFC)' reveals libntl-dev as putting files in two different directories: $ apt-file list libntl-dev ... libntl-dev: /usr/share/doc/NTL/version.txt libntl-dev: /usr/share/doc/NTL/xdouble.txt.gz

[Bug 164507] Re: cannot chmod on fat32

2009-10-20 Thread Peter Cordes
I have marked this as Low, as I doubt there will be many trying to chmod a fat32 partition. The usual situation for me was cp -a foo/*.mp3 /mnt/sd-usb/audiobooks/ cp -a would print an error as it tried to chown every file, although setting the mod time succeeded. With Jaunty, tt doesn't print

[Bug 164507] Re: misleading error message in terminal when trying to chmod on fat32

2009-10-19 Thread Peter Cordes
mount -t vfat has a quiet option now. See man(1). quiet: Turn on the quiet flag. Attempts to chown or chmod files do not return errors, although they fail. Use with caution! It isn't enabled by default. However, a lot of things now don't return an error at all, even without quiet. e.g.

[Bug 464525] Re: fglrx causes kernel panic on karmic final amd64

2009-11-06 Thread Peter Cordes
fglrx on AMD64 Karmic works (partly) for me, with a 4670 desktop card. I don't see any kernel crashes or boot problems. OTOH, I boot up in text mode with no splash-screen crap of any kind, so when I run startx, it's from VGA text mode, and the video card wasn't in any other mode from POST until

[Bug 464525] Re: fglrx causes kernel panic on karmic final amd64

2009-11-07 Thread Peter Cordes
I noticed I also had i915 in my /etc/modules, so that was getting drm loaded before fglrx pulls it in, another difference from stock karmic. My 4670 is in the PCI-e x16 slot, disabling the onboard g965, so the i915 module doesn't find anything to talk to. (lspci shows the only VGA device is the

[Bug 471833] [NEW] installs a broken symlink to a buildd absolute path

2009-11-02 Thread Peter Cordes
Public bug reported: Binary package hint: pfmon pe...@tesla:~$ ll /usr/bin/pfmon_gen lrwxrwxrwx 1 root root 57 2007-10-20 05:30 /usr/bin/pfmon_gen - /build/buildd/pfmon-3.2.060926/debian/pfmon/usr/bin/pfmon pe...@tesla:~$ debsums -ac pfmon pe...@tesla:~$ dpkg -l pfmon ii pfmon

[Bug 233863] Re: [hardy i386] missing the script xine-check

2009-11-02 Thread Peter Cordes
furthermore, xine-ui ships a broken symlink to xine-check pe...@tesla:~$ ll /usr/bin/xine-bugreport lrwxrwxrwx 1 root root 10 2009-10-31 15:40 /usr/bin/xine-bugreport - xine-check pe...@tesla:~$ dpkg -S /usr/bin/xine-bugreport xine-ui: /usr/bin/xine-bugreport pe...@tesla:~$ dpkg -l xine-ui ii

[Bug 471859] [NEW] installs broken symlinks

2009-11-02 Thread Peter Cordes
Public bug reported: Binary package hint: eclipse-platform found with cruft(8). demonstrated as follows. up-to-date Karmic, with no broken dependencies and debsums -ac happy about every package. pe...@tesla:~$ find -L $(dpkg -L eclipse-platform) -maxdepth 0 -type l -ls 297435910

[Bug 471859] Re: installs broken symlinks

2009-11-02 Thread Peter Cordes
The find output is pretty much unreadable with line wrapping. I wondered how that would come out :/ forgot to include my version: ii eclipse-platform3.5.1+repack~1-0ubuntu3 Eclipse platform without plug-ins to develop any language -- installs broken symlinks

[Bug 471903] [NEW] broken symlink to fastjar man page

2009-11-02 Thread Peter Cordes
Public bug reported: Binary package hint: gcj-4.4-jdk find -L $(dpkg -L gcj-4.4-jdk) -maxdepth 0 -type l -ls 337485660 lrwxrwxrwx 1 root root 39 Oct 31 13:31 /usr/lib/jvm/java-1.5.0-gcj-4.4/man/man1/jar.1 - ../../../../../share/man/man1/fastjar.1 337485670 lrwxrwxrwx

[Bug 472080] [NEW] Installs symlinks to files in non-dependency libkadm5clnt6

2009-11-02 Thread Peter Cordes
Public bug reported: Binary package hint: libkrb5-dev Found with cruft(8). $ find -L $(dpkg -L libkrb5-dev) -maxdepth 0 -type l -ls 168769880 lrwxrwxrwx 1 root root 19 Oct 31 15:35 /usr/lib/libkadm5clnt.so - libkadm5clnt.so.6.0 $ apt-file search libkadm5clnt.so.6.0

[Bug 472095] [NEW] installs broken symlinks

2009-11-02 Thread Peter Cordes
Public bug reported: Binary package hint: seamonkey-browser found with cruft(8) $ find -L $(dpkg -L seamonkey-browser) -maxdepth 0 -type l -ls 212476010 lrwxrwxrwx 1 root root 49 Oct 31 16:25 /usr/lib/seamonkey/components/xmlextras.xpt -

[Bug 274824] Re: clisp-dev (1:2.41-1) requires gcc 4.1 - it should not

2009-11-02 Thread Peter Cordes
clisp-dev 1:2.44.1-4.1ubuntu2 no longer depends on any gcc packages, so that's been fixed but it does still depend on bison. (hence the retitling) ** Changed in: clisp (Ubuntu) Status: New = Confirmed ** Summary changed: - clisp-dev (1:2.41-1) requires gcc 4.1 - it should not +

[Bug 472893] Re: installs broken symlink to /usr/share/bug/vlc-data

2009-11-03 Thread Peter Cordes
Also $ find -L $(dpkg -L libvlc2) -maxdepth 0 -type l -ls ... 189388180 lrwxrwxrwx 1 root root 11 Sep 28 2008 /usr/share/doc/libvlc2 - libvlccore0 (should be libvlccore2) find -L also reports /usr/share/bug/libvlc2 - libvlccore2, but it's the libvlccore2 - vlc-data symlink

[Bug 472893] [NEW] installs broken symlink to /usr/share/bug/vlc-data

2009-11-03 Thread Peter Cordes
Public bug reported: Binary package hint: libvlccore2 found with cruft(8): $ find -L $(dpkg -L libvlccore2) -maxdepth 0 -type l -ls 128532580 lrwxrwxrwx 1 root root8 Oct 31 15:56 /usr/share/bug/libvlccore2 - vlc-data up-to-date karmic, debsums -ac reports clean. ii

[Bug 472911] [NEW] installs broken symlinks in /usr/share/doc/linux-firmware/licenses/ixp4xx

2009-11-03 Thread Peter Cordes
Public bug reported: Binary package hint: linux-firmware found with cruft(8): (IFS= ; find -L $(dpkg -L linux-firmware) -maxdepth 0 -type l -ls) 377553410 lrwxrwxrwx 1 root root 14 Oct 31 16:24 /usr/share/doc/linux-firmware/licenses/ixp4xx/NPE-C - NPE-C.02020201 37755347

[Bug 472919] [NEW] installs a broken symlink in /usr/share/doc/libsane

2009-11-03 Thread Peter Cordes
*** This bug is a duplicate of bug 370620 *** https://bugs.launchpad.net/bugs/370620 Public bug reported: Binary package hint: libsane found with cruft(8) $ find -L $(dpkg -L libsane) -maxdepth 0 -type l -ls 222580000 lrwxrwxrwx 1 root root 19 Oct 31 16:11

[Bug 370620] Re: Invalid symbolic links in /usr/share/doc/libsane

2009-11-03 Thread Peter Cordes
I filed bug #472919 while going through the output of cruft(8), but it's a dup of this. $ find -L $(dpkg -L libsane) -maxdepth 0 -type l -ls 22258000 0 lrwxrwxrwx 1 root root 19 Oct 31 16:11 /usr/share/doc/libsane/supported.html - html/sane-mfgs.html $ apt-file search /usr/share/doc/libsane/html

[Bug 472948] [NEW] installs a broken man-page symlink

2009-11-03 Thread Peter Cordes
Public bug reported: Binary package hint: gstreamer0.10-tools found with cruft(8): $ find -L $(dpkg -L gstreamer0.10-tools) -maxdepth 0 -type l -ls 31182280 lrwxrwxrwx 1 root root 18 Oct 31 16:11 /usr/share/man/man1/gst-xmlinspect-0.10.1 - gst-inspect-0.10.1 actual target

[Bug 472941] [NEW] installs broken symlink /usr/share/java/lucene.jar

2009-11-03 Thread Peter Cordes
Public bug reported: Binary package hint: liblucene-java found with cruft(8): $ find -L $(dpkg -L liblucene-java) -maxdepth 0 -type l -ls 306985180 lrwxrwxrwx 1 root root 19 Apr 4 2008 /usr/share/java/lucene.jar - ../lucene-1.4.3.jar symlink has an extra ../ in the

<    1   2   3   4   5   6   >