[Bug 17881] Re: usb flash memory hangs after copying few MB

2007-10-28 Thread David C
Just been googling for other reports on this and have found a workaround that is good for me: Remove the USB 2.0 support provided by ehci_hcd: [EMAIL PROTECTED]:~# rmmod ehci_hcd Then the copy works (but takes a long time, because USB is now 1.1). Hope this helps others to track down the proble

[Bug 17881] Re: usb flash memory hangs after copying few MB

2007-10-28 Thread David C
** Also affects: linux-source-2.6.20 (Ubuntu) Importance: Undecided Status: New -- usb flash memory hangs after copying few MB https://bugs.launchpad.net/bugs/17881 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs

[Bug 107053] Re: [apport] rdiff-backup crashed with IOError in log_to_term()

2007-05-11 Thread Sergio C.
The job runs automatically scheduled using keep. -- [apport] rdiff-backup crashed with IOError in log_to_term() https://bugs.launchpad.net/bugs/107053 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubu

[Bug 114671] [apport] xmame.SDL crashed with SIGSEGV

2007-05-14 Thread Sergio C.
Public bug reported: I do not know when bug happened ProblemType: Crash Architecture: i386 CrashCounter: 1 Date: Mon May 7 15:42:36 2007 DistroRelease: Ubuntu 7.04 ExecutablePath: /usr/games/xmame.SDL Package: xmame-sdl 0.106-1 PackageArchitecture: i386 ProcCmdline: /usr/games/xmame -rompath /u

[Bug 114671] Re: [apport] xmame.SDL crashed with SIGSEGV

2007-05-14 Thread Sergio C.
** Attachment added: "CoreDump.gz" http://librarian.launchpad.net/7635625/CoreDump.gz ** Attachment added: "Dependencies.txt" http://librarian.launchpad.net/7635626/Dependencies.txt ** Attachment added: "Disassembly.txt" http://librarian.launchpad.net/7635627/Disassembly.txt ** Attachm

[Bug 109763] [Bug #109763] Insert a rewriteable or blank disc when trying to use CD/DVD Creator, with blank disc

2007-10-15 Thread David C
Cha0s: can you let us know what device you had success with? ThomasLee82: The problem will persist in all future versions until the HAL team decide to support old (non-MMC2) CD-RW drives. They did not appear interested in my patch, presumably because they do not believe that there are (signific

[Bug 148756] Re: lirc_gpio module cannot be loaded in Gutsy

2007-10-15 Thread C. Burneci
These changes did not fix anything for me. I am getting the same error messages as before. Further investigating, I found out the following: The bttv module was changed in 2.6.22 kernel. in a way that broke the compatibility with the lirc_gpio module. The author of the lirc_gpio tried. as a solu

[Bug 150902] Re: firefox preferences xml parsing error

2007-10-15 Thread Jake C
Similar problems when going to menu -> Edit -> Preferences XML Parsing Error: not well-formed Location: chrome://browser/content/preferences/preferences.xul Line Number 1, Column 1:?xml version="1.0" encoding="utf-8"?> ^ /etc/issue: Ubuntu 7.10 /proc/version: Linux version 2.6.22-10-generic ([

[Bug 148756] lirc_gpio module cannot be loaded in Gutsy

2007-10-03 Thread C. Burneci
Public bug reported: Binary package hint: lirc I'm trying to use the "CoolCommand" type remote, shipped with the Leadtek Winfast XP 2000 RM TV Tuner. I built the lirc modules using the module-assistant in Gutsy, and the process seemed to complete ok. But, when trying to load the lirc_gpio module,

[Bug 144011] Re: GUTSY. No video output firing up X.

2007-10-03 Thread Paolo C.
Tormod, package downloaded, installed, reboot without a xorg.conf file and everything is working fine. Problem solved. Thanks!! -- GUTSY. No video output firing up X. https://bugs.launchpad.net/bugs/144011 You received this bug notification because you are a member of Ubuntu Bugs, which is the

[Bug 113045] Re: no sound with intel hda

2007-10-12 Thread Bug-C
** Attachment added: "version.log" http://launchpadlibrarian.net/9949867/version.log -- no sound with intel hda https://bugs.launchpad.net/bugs/113045 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 113045] Re: no sound with intel hda

2007-10-12 Thread Bug-C
** Attachment added: "uname-a.log" http://launchpadlibrarian.net/9949866/uname-a.log -- no sound with intel hda https://bugs.launchpad.net/bugs/113045 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 113045] Re: no sound with intel hda

2007-10-12 Thread Bug-C
** Attachment added: "lspci-vvnn.log" http://launchpadlibrarian.net/9949865/lspci-vvnn.log -- no sound with intel hda https://bugs.launchpad.net/bugs/113045 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailin

[Bug 113045] Re: no sound with intel hda

2007-10-12 Thread Bug-C
Hello, I am running Gutsy beta on Fujitsu Siemens E8110. I can confirm the described error even on gutsy beta. The internal speakers are not working for me. I tried headphones and got sound. If you need additional information, please let me know. ** Attachment added: "dmesg.log" http://launchp

[Bug 148806] Re: apt-get blocks on /dev/ptmx a lot

2007-10-17 Thread Troy C
Today I ran synaptic to remove a package, and dpkg went defunct :( I'm using the latest apt as of right now (0.7.6ubuntu14), and strace reveals that dpkg dies trying to read /dev/ptmx . some relevant info: output from synaptic: Removing kcontrol ... Processing triggers for libc6 ... ldconfig def

[Bug 148806] Re: apt-get blocks on /dev/ptmx a lot

2007-10-18 Thread Troy C
Sorry, I managed to reproduce it by installing and then removing kcontrol again. and attach some useful info this time (hopefully!) Also, devpts is mounted. devpts on /dev/pts type devpts (rw,gid=5,mode=620) Notable lines in the strace file: 3180ish to the end = Input/Output errors just before t

[Bug 148806] Re: apt-get blocks on /dev/ptmx a lot

2007-10-18 Thread Troy C
*** This bug is a duplicate of bug 134858 *** https://bugs.launchpad.net/bugs/134858 Simply doing `apt-get install kcontrol` and then `apt-get remove kcontrol` will cause the problem, anywhere between 10%-40% of the time. for i in `seq 1 50` ; do apt-get -y -qq install kcontrol ; echo "instal

[Bug 134858] Re: update-manager freezes due to defunct dpkg process

2007-10-18 Thread Troy C
Using {apt,apt-utils}0.7.6ubuntu14.1~ppa1, the race condition is still present, when doing the kcontrol reinstall for loop mentioned in bug #148806 -- update-manager freezes due to defunct dpkg process https://bugs.launchpad.net/bugs/134858 You received this bug notification because you are a mem

[Bug 134858] Re: update-manager freezes due to defunct dpkg process

2007-10-19 Thread Troy C
@Michael: iteration 592 and still going strong :) It looks like your ppa2 version had the magic that cured the problem (kcontrol, at least). However, monitoring the dpkg process status with a `watch -n .3 "ps aux | grep dpkg | grep -v grep"`, briefly shows a defunct dpkg process at the end of the

Re: [Bug 144482] Re: Network Manager identifies wireless PCMCIA as eth1 and wifi0 - can't connect

2007-10-19 Thread arm-c
I fixed this. The problem was that the network card itself has four WEP keys built into the card. For some reason the card was defaulting to Key 4, and after a iwconfig (using switch to change channel to 1), it worked flawlessly. I have no idea why it defaulted to key 4, but it did. It worked f

[Bug 155386] Upgrade tool crasched

2007-10-21 Thread Sergio C.
Public bug reported: Binary package hint: update-manager Traceback (most recent call last): File "/tmp/kde-sergio/adept_managerjU5Rdc.tmp-extract/dist-upgrade.py", line 59, in app.run() File "/tmp/kde-sergio/adept_managerjU5Rdc.tmp-extract/DistUpgradeControler.py", line 1346, in run

[Bug 155386] Re: Upgrade tool crasched

2007-10-21 Thread Sergio C.
** Attachment added: "apt.log" http://launchpadlibrarian.net/10108227/apt.log -- Upgrade tool crasched https://bugs.launchpad.net/bugs/155386 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-b

[Bug 155386] Re: Upgrade tool crasched

2007-10-21 Thread Sergio C.
** Attachment added: "main.log" http://launchpadlibrarian.net/10108228/main.log -- Upgrade tool crasched https://bugs.launchpad.net/bugs/155386 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu

[Bug 155420] After upgrade show this message

2007-10-21 Thread Sergio C.
Public bug reported: Binary package hint: update-manager I runned upgrade. There was some errore and I solved them running manual command (apt-get update). Every time I run adept manager. it ask me to upgrade to a new version. I run the upgrade and then it tell me: The system is upgrade. There is

[Bug 104535] Re: Default HD power management settings will kill drive

2007-10-21 Thread Mike C.
I am also experiencing this issue on my Dell Inspiron 6400. According to smartctl, my load cycle count is 73,603. Now, I’ve had my 6400 for five months, so that’s ~484 cycles per day. At this rate my hard drive (HTS721010G9SA00) will “last” ~3.5 years. -- Default HD power management settings wil

[Bug 59695] Re: default value in power.sh potentially kills laptop disks

2007-10-21 Thread Mike C.
I am also experiencing this issue on my Dell Inspiron 6400. According to smartctl, my load cycle count is 73,603. Now, I’ve had my 6400 for five months, so that’s ~484 cycles per day. At this rate my hard drive (HTS721010G9SA00) will “last” ~3.5 years. -- default value in power.sh potentially ki

[Bug 147397] Update to libpq Version 8.2.5-0ubuntu0.7.04.1 fails to work

2007-09-30 Thread David C
Public bug reported: I am constantly being reminded to install upgrade to libpq, but it never seems to succeed. ** Affects: ubuntu Importance: Undecided Status: New -- Update to libpq Version 8.2.5-0ubuntu0.7.04.1 fails to work https://bugs.launchpad.net/bugs/147397 You received t

[Bug 144011] Re: GUTSY. No video output firing up X.

2007-09-30 Thread Paolo C.
Is there any further information that I should provide? This is a blocking issue for me. -- GUTSY. No video output firing up X. https://bugs.launchpad.net/bugs/144011 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs

[Bug 144482] Network Manager identifies wireless PCMCIA as eth1 and wifi0 - can't connect

2007-09-24 Thread arm-c
Public bug reported: Binary package hint: network-manager I am logging this in from work where I don't have access to the computer in question. The computer is running Feisty. It hasn't been updated yet (no network connection). I am trying to set up a wireless connection for it to use. Feisty

[Bug 144011] Re: GUTSY. No video output firing up X.

2007-09-25 Thread Paolo C.
I tried: - Booting without the xorg.conf file - disabling glx in the xorg.conf file Nothing changed. ** Attachment added: "xorg.conf" http://launchpadlibrarian.net/9509037/xorg.conf -- GUTSY. No video output firing up X. https://bugs.launchpad.net/bugs/144011 You received this bug notificati

[Bug 144011] Re: GUTSY. No video output firing up X.

2007-09-26 Thread Paolo C.
I tried installing http://ppa.launchpad.net/tormodvolden/ubuntu/pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.7.194-1ubuntu1tv_i386.deb no luck. ** Attachment added: "Xorg.0.log" http://launchpadlibrarian.net/9512579/Xorg.0.log -- GUTSY. No video output firing up X. https://bu

Re: [Bug 144011] Re: GUTSY. No video output firing up X.

2007-09-26 Thread Paolo C.
On 9/26/07, Timo Aaltonen <[EMAIL PROTECTED]> wrote: > Could you try installing the package available here: > > http://ppa.launchpad.net/tormodvolden/ubuntu/pool/main/x/xserver-xorg- > video-ati/xserver-xorg-video-ati_6.7.194-1ubuntu1tv_i386.deb I just tried, no changes. > and also attach /var/lo

[Bug 116161] upload_max_filesize should be larger in default php.ini

2007-05-22 Thread James-C
Public bug reported: Binary package hint: php5 The variable "upload_max_filesize" should be set to a larger default value in /etc/php5/apache2/php.ini because this causes numerous problems in php5 application software such as the gallery2 package. The current default is 2M and most photographs

[Bug 98806] Re: cdrom/dvd closes immediately after eject

2008-02-16 Thread Brian C
*** This bug is a duplicate of bug 75295 *** https://bugs.launchpad.net/bugs/75295 I currently have this problem on an AMD64 Debian Etch install and have never had the evms or evms-ncurses packages installed. Anyone know of other possible causes? -- cdrom/dvd closes immediately after eject

Re: [Bug 211755] Re: Adept manager crashed

2008-04-17 Thread Kevin C
mcas wrote: > ** Changed in: ubuntu >Status: Incomplete => Confirmed > > Greetings. I have found something that will help with Adept manager crashing. I was using an internet cafe, plugged the cable in and replied to mail. One reply was long and for some reason, either Kubuntu 8.04 o

[Bug 220197] [NEW] Dolphin crashed

2008-04-21 Thread Kevin C
Public bug reported: Dolphin in Kubuntu 8.04 doesn't handle .html files from Firefox 3 beta 5 and Firefox 2 When browsing in dolphin, putting the cursor over a .html file causes an error message, which requires clicking OK or pressing enter with the window open. This must be done twice or three

[Bug 220197] Re: Dolphin crashed

2008-04-21 Thread Kevin C
** Attachment added: "Dolphin crashes when dealing with .html files" http://launchpadlibrarian.net/13595569/d3lphin.kcrash -- Dolphin crashed https://bugs.launchpad.net/bugs/220197 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

Re: [Bug 220197] Re: Dolphin crashed

2008-04-22 Thread Kevin C
Jonathan Thomas wrote: > I can tell from the backtrace that it's the KDE3 version of Dolphin. > > ** Changed in: dolphin (Ubuntu) > Sourcepackagename: None => dolphin >Status: Incomplete => New > > Yes, I'm using KDE3 with Kubuntu 8.04. I have been updating each day and it should be th

Re: [Bug 211755] Re: Adept manager crashed

2008-04-22 Thread Kevin C
mcas wrote: > ** Changed in: ubuntu >Status: Incomplete => Confirmed > > Today, Adept crashed again. What I did. Connected to the internet, opened Adept, full update, apply. No problems. Closed adept. Did some mail on Thunderbird. Opened Adept again. Typed "openoffice" in the sear

Re: [Bug 211755] Re: Adept manager crashed

2008-04-08 Thread Kevin C
mcas wrote: > Thank you for taking the time to report this bug and helping to make Ubuntu > better. Please answer these questions: > > * Is this reproducible? > * If so, what specific steps should we take to recreate this bug? > > This will help us to find and resolve the problem. > > Pleas

[Bug 211755] Re: Adept manager crashed

2008-04-08 Thread Kevin C
** Attachment added: "adept_manager.kcrash" http://launchpadlibrarian.net/13215254/adept_manager.kcrash -- Adept manager crashed https://bugs.launchpad.net/bugs/211755 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs ma

[Bug 226294] [NEW] No printers listed in print dialog-8.04-amd64

2008-05-03 Thread Don C.
Public bug reported: Binary package hint: qcad I have 5 different systems using AMD x2 processors (4600's and 6400's), each with one or two printers (usually one HP laserjet and one USB multifunction) connected to each. All printers are correctly configured, available, and working flawlessly from

[Bug 226294] Re: No printers listed in print dialog-8.04-amd64

2008-05-03 Thread Don C.
** Attachment added: "qcad_prnt.jpg" http://launchpadlibrarian.net/14180112/qcad_prnt.jpg -- No printers listed in print dialog-8.04-amd64 https://bugs.launchpad.net/bugs/226294 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubu

[Bug 226294] Re: No printers listed in print dialog-8.04-amd64

2008-05-03 Thread Don C.
This can be *fixed* with sudo ln -s /var/run/cups/printcap /etc/printcap ...but its a bug because my gramma wouldn't know that ;) DC -- No printers listed in print dialog-8.04-amd64 https://bugs.launchpad.net/bugs/226294 You received this bug notification because you are a member of Ubunt

[Bug 191027] Re: "Failed to connect stream: Invalid argument"

2008-05-05 Thread David C
I'm having similar problems with Hardy Heron. Gutsy Gibbon was ok for sound, but I get nothing having upgraded. Appears to be a failure to recognise my on-board sound device. I've packaged together output of files recommended by DebuggingSoundDevices page. ** Attachment added: "sound-problem-log

[Bug 223209] Re: lightning add 0.8 on does not display properly

2008-05-07 Thread jim c
nope still broke as of 2.0.0.14. I use the package from the mozilla add on website what command should I run John ? -- lightning add 0.8 on does not display properly https://bugs.launchpad.net/bugs/223209 You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 223209] Re: lightning add 0.8 on does not display properly

2008-05-07 Thread jim c
ok unistalled the 0.8 and installed 0.7 from the synaptic package manager and the problem is not there. thanks Jim -- lightning add 0.8 on does not display properly https://bugs.launchpad.net/bugs/223209 You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 191027] Re: "Failed to connect stream: Invalid argument"

2008-05-07 Thread David C
For my system, the problem has been cured by the recent update to the kernel: I am now running Linux ubuntu 2.6.24-17-rt #1 SMP PREEMPT RT Thu May 1 16:23:33 UTC 2008 i686 GNU/Linux and the sound device (VIA 8237) is now correctly recognised and both ALSA and pulseAudio servers generate sound.

[Bug 221785] Re: Adept manager not loading updates

2008-04-25 Thread Kevin C
** Attachment added: "snapshot7.png" http://launchpadlibrarian.net/13888636/snapshot7.png -- Adept manager not loading updates https://bugs.launchpad.net/bugs/221785 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mai

[Bug 221785] [NEW] Adept manager not loading updates

2008-04-25 Thread Kevin C
Public bug reported: Open adept choose "fetch updates" it starts to download and stops cancel, start again it does the same thing then it crashed - see snapshot Yesterday, when I did my daily update, it ended up with only 1,700 or so packages instead of the usual 24,000 packages I tried a few t

[Bug 222554] [NEW] After upgrade Gutsy -> 8.04 LTS (Heron), gnome-panel/HAL broken therefore no login except via emergency xterm.

2008-04-26 Thread David C
Public bug reported: Binary package hint: hal Problem is in 8.04 LTS after upgrade from up-to-date GUTSY. Problem has been seen with gnome-session, with firefox and with gedit. Login fails, with black screen, except if I use emergency xterm. >From this, I see ok screen. I have tried running gn

[Bug 222554] Re: After upgrade Gutsy -> 8.04 LTS (Heron), gnome-panel/HAL broken therefore no login except via emergency xterm.

2008-04-26 Thread David C
Please ignore this: a result of having an old hal installed in /usr/local. Apologies. I'll try and mark this to be ignored. -- After upgrade Gutsy -> 8.04 LTS (Heron), gnome-panel/HAL broken therefore no login except via emergency xterm. https://bugs.launchpad.net/bugs/222554 You received this

[Bug 222554] Re: After upgrade Gutsy -> 8.04 LTS (Heron), gnome-panel/HAL broken therefore no login except via emergency xterm.

2008-04-26 Thread David C
Problem caused by presence of old HAL, so not a bug. ** Changed in: hal (Ubuntu) Status: New => Invalid -- After upgrade Gutsy -> 8.04 LTS (Heron), gnome-panel/HAL broken therefore no login except via emergency xterm. https://bugs.launchpad.net/bugs/222554 You received this bug notificat

[Bug 222779] [NEW] XGalaga: Key pad and sound do not function on latest version of Hardy Heron

2008-04-26 Thread arm-c
Public bug reported: Binary package hint: xgalaga Not sure of what the issue is with XGaliga. There are two problems I am having presently with the program. a. The worst is that the keyboard control of the game does not function. It only accepts input from the mouse. b. Less than optimal, s

[Bug 223209] [NEW] lightning add 0.8 on does not display properly

2008-04-27 Thread jim c
Public bug reported: Binary package hint: thunderbird The lightning calendar add on permanetly displays the day view and will not switch to week, multi week or month view ProblemType: Bug Architecture: i386 Date: Sun Apr 27 19:36:22 2008 Dependencies: DistroRelease: Ubuntu 8.04 NonfreeKernelMo

[Bug 199023] Re: [fglrx] fglrxinfo crashed with SIGSEGV

2008-04-27 Thread David C
I'm seeing the same sort of stuff: I'm trying to get compiz working with my ATI Radeon 9250: not sure if this is anything to do with that, but here goes. I'll include Xorg.0.log and strace output, but not sure how to get the full package info as benli did. ** Attachment added: "core, strace an

[Bug 223481] [NEW] Unable to Mute or raise/lower volume after upgrade to Hardy

2008-04-27 Thread James-C
Public bug reported: I've just upgraded one of my machines to Ubuntu 8.04 and something seems to be wrong with the sound. Needless to say it was working fine before, but now I get sound, but I'm unable to control it, i.e. I'm unable to raise/lower or mute it. I.e. if I open volume control and tr

[Bug 223481] Re: Unable to Mute or raise/lower volume after upgrade to Hardy

2008-04-27 Thread James-C
Note: This is solved by switching back to ALSA by doing: sudo apt-get install module-assistant sudo m-a update sudo m-a prepare sudo m-a a-i alsa and reboot But the point being one shouldn't have to revert back to alsa. -James -- Unable to Mute or raise/lower volume after upgrade to Hardy htt

[Bug 199023] Re: [fglrx] fglrxinfo crashed with SIGSEGV

2008-04-28 Thread David C
I think that in my case the reason is related to my graphics card currently being a 9250, and this requires that fglrx is NOT installed. Removing xorg-driver-fglrx stopped glxinfo from SEG faulting, and it also reports: direct rendering: Yes Comments in bug #48029 helped me sort this out. -- [

[Bug 112039] Re: [needs-packaging] KScannerButtons

2008-04-29 Thread Daniel C
I have read the guide to packaging in the ubuntu wiki and feel pretty confident. A mentor would be helpful but I don't need one that badly. I would be really interested in working on this package or another one like it. Thanks very much, Daniel -- [needs-packaging] KScannerButtons https://bugs.

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

2008-04-12 Thread Erik C
Yes, this i really annoying, another thing is that it's impossible for me to do a left curly bracket with this keyboard (with swedish layotut and the most recent ubuntu kernels, not sure about the older ones as i haven't tried), right alt + 7 gives me a "|" character instead of "{", on the other ha

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

2008-04-12 Thread Erik C
My bad. The second problem was gnome-related and easily fixed in the keyboard options. -- Apple USB ISO keyboard has incorrectly swapped keys https://bugs.launchpad.net/bugs/214786 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubun

[Bug 39732] Re: DVD Playback errors should be handled gracefully

2008-04-12 Thread C Filorux
This error exists in kaffeine-xine 0.8.5-0ubuntu1 using libxine1 1.1.7-1ubuntu1 (from MediBuntu). It plays beautifully up to an error, pauses for around 10 seconds, and then says "the source can't be read. Maybe you don't have enough rights for this or the source doesn't contain any data (e.g. no

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

2008-04-14 Thread Erik C
Yes, I agree on the first issue, the buttons are placed the same on a Swedish layout and they're switched for me too. However, normal (Windows) behaviour on a Swedish keyboard is to display a "§" sign on a normal key press and "½" when using shift, I'm not sure how it's usually handled in Linux tho

[Bug 222978] Re: ubuntustudio-controls crashed with AttributeError in serialze_settings()

2008-05-10 Thread David C
*** This bug is a duplicate of bug 194835 *** https://bugs.launchpad.net/bugs/194835 You seem to have made this bug report public, but #194835 is not accessible to me. This seems wrong. -- ubuntustudio-controls crashed with AttributeError in serialze_settings() https://bugs.launchpad.net/bu

[Bug 60621] Re: usplash: no usable theme found for 640x480

2007-09-08 Thread Andrew C.
I'm actually seeing this on the Kubuntu Gutsy Tribe 5 LiveCD. I'm using a 1440x900 native resolution widescreen LCD monitor with an Nvidia card. -- usplash: no usable theme found for 640x480 https://bugs.launchpad.net/bugs/60621 You received this bug notification because you are a member of Ubunt

[Bug 138505] (gusty) X crashes with desktop-effects enabled running warsow

2007-09-09 Thread C Pirnat
Public bug reported: Binary package hint: desktop-effects Using gusty with latest updates and desktop effects enabled. Also using nvidia-glx package for video driver on a 7600GS card. Installed warsow version .32 from their site. If you attempt to launch it X crashes and restarts bringing you

[Bug 138505] Re: (gusty) X crashes with desktop-effects enabled running warsow

2007-09-09 Thread C Pirnat
** Attachment added: "xorgcrash.txt" http://launchpadlibrarian.net/9199492/xorgcrash.txt -- (gusty) X crashes with desktop-effects enabled running warsow https://bugs.launchpad.net/bugs/138505 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact

[Bug 138505] Re: (gusty) X crashes with desktop-effects enabled running warsow

2007-09-09 Thread C Pirnat
*** This bug is a duplicate of bug 130325 *** https://bugs.launchpad.net/bugs/130325 ** This bug has been marked a duplicate of bug 130325 [nvidia-glx] 3D GL apps crash X when using compiz due to unmaked ABI change (gutsy) -- (gusty) X crashes with desktop-effects enabled running warsow

[Bug 130325] Re: [nvidia-glx] 3D GL apps crash X when using compiz due to unmaked ABI change (gutsy)

2007-09-09 Thread C Pirnat
Also confirmed on nvidia 7600gs running gusty with nvidia-glx and running apps such as glxgears or warsow will crash X sig term 11 and force it to restart. ** Attachment added: "xorgcrash.txt" http://launchpadlibrarian.net/9199502/xorgcrash.txt -- [nvidia-glx] 3D GL apps crash X when using co

[Bug 138508] (gusty) gnome panel displayed running wine apps full screen with desktop effects enabled

2007-09-09 Thread C Pirnat
Public bug reported: Binary package hint: desktop-effects With recent updates to X it appears it may have broken the "legacy fullscreen option" under compiz. I'm using nvidia 7600gs with nvidia- glx drivers running steam via wine. Checkboxing "legacy fullscreen support" use to make the app full

Re: [Bug 138508] Re: (gusty) gnome panel displayed running wine apps full screen with desktop effects enabled

2007-09-09 Thread C Pirnat
That used to be the case but not anymore since the updates. On 9/9/07, Travis Watkins <[EMAIL PROTECTED]> wrote: > > Does clicking on the fullscreen window help? > > ** Changed in: compiz-fusion-plugins-extra (Ubuntu) > Sourcepackagename: desktop-effects => compiz-fusion-plugins-extra >Sta

Re: [Bug 96240] Re: [nvidia-glx][nvidia-glx-new] black/blank screen on resume after suspend/hibernate/vt switch when using compiz/beryl/desktop effects unless sync to vblank is disabled

2007-09-12 Thread C Pirnat
*** This bug is a duplicate of bug 88152 *** https://bugs.launchpad.net/bugs/88152 unsubscribe -- [nvidia-glx][nvidia-glx-new] black/blank screen on resume after suspend/hibernate/vt switch when using compiz/beryl/desktop effects unless sync to vblank is disabled https://bugs.launchpad.net

[Bug 109763] Re: Insert a rewriteable or blank disc when trying to use CD/DVD Creator, with blank disc in CDR drive

2007-07-23 Thread David C
IMHO, this is may not be a bug in HAL, but a bug in nautilus-cd-burner, probably introduced at version 2.15. I have successfully written CD using nautilus-cd-burner 2.14.3 on my Feisty system. The problem appears to be that alternative strategies used to be adopted if volume.disc.capacity was n

[Bug 66254] Re: empty CD not correctly recognized by hal

2007-07-24 Thread David C
Mmm, interesting, I realise others are stumbling around the same problem as I have, though I had made my comments on https://bugs.launchpad.net/bugs/109763. As the HAL specification says that volume.disc.capacity is not mandatory, I guess HAL developers may not accept the idea of including the co

[Bug 80551] Re: openoffice fails to start if scim is the default GTK_IM_MODULE

2007-07-25 Thread arm-c
I will not belabour the point that the issue is with the ATI video card. The simple fix for me was to edit the last line of the soffice.sh /etc/openoffice/soffice.sh File contents: # configuration file to set up some environment variables for OOo # File locking; possible values are: #

[Bug 109763] Re: Insert a rewriteable or blank disc when trying to use CD/DVD Creator, with blank disc in CDR drive

2007-07-29 Thread David C
Despite my earlier comment, I have now got a patch for HAL that appears to work for me, based on code that was in Nautilus a while back. I have contacted the HAL developers so hopefully it will appear there sometime soon. In the mean time, I'll submit a patch here once I have it in appropriate fo

[Bug 109763] Re: Insert a rewriteable or blank disc when trying to use CD/DVD Creator, with blank disc in CDR drive

2007-07-31 Thread David C
Folks might like to try the attached patch (I generated it as patch to 0.5.9, but it might work with earlier versions) to see if it resolves the problem. It worked for me, and I was able to install the resulting package onto my machine. ** Attachment added: "Additional disc identification" h

[Bug 66254] Re: empty CD not correctly recognized by hal

2007-07-31 Thread David C
I did it myself. I have made a patch to HAL that might fix this problem for you. ** Attachment added: "Patch to HAL to fix problem with old drives." http://launchpadlibrarian.net/8641865/68-disc_identification.patch -- empty CD not correctly recognized by hal https://bugs.launchpad.net/bugs/

[Bug 130442] Kubuntu falsely shows ttys in use

2007-08-04 Thread Andrew C.
Public bug reported: In Kubuntu Feisty, inside of the K Menu -> Switch User list, TTYs that are no longer in use still show as in use. GKrellm also shows an incorrect user count based on this, though the 'users' command seems to give correct output. Steps to reproduce: 1.) Switch to VT1, login. 2

[Bug 132727] Re: There is no gmailfs.py package

2007-08-15 Thread C. Cooke
Hi, thanks for the bug report. gmailfs.py appears to have been renamed as "mount.gmailfs" in the package. This is to fit in with policy; all filesystems that require userspace programs should provide a mount.filesystem command. Follow the instructions in the mount.gmailfs manpage and you shouldn'

[Bug 132919] Re: package xen-utils-common None [modified: /var/lib/dpkg/info/xen-utils-common.list] failed to install/upgrade: tentata sovrascrittura di `/usr/share/man/man5/xmdomain.cfg.5.gz', che si

2007-08-16 Thread Sergio C.
** Attachment added: "DpkgTerminalLog.gz" http://launchpadlibrarian.net/8852202/DpkgTerminalLog.gz -- package xen-utils-common None [modified: /var/lib/dpkg/info/xen-utils-common.list] failed to install/upgrade: tentata sovrascrittura di `/usr/share/man/man5/xmdomain.cfg.5.gz', che si trova

[Bug 132919] package xen-utils-common None [modified: /var/lib/dpkg/info/xen-utils-common.list] failed to install/upgrade: tentata sovrascrittura di `/usr/share/man/man5/xmdomain.cfg.5.gz', che si tro

2007-08-16 Thread Sergio C.
Public bug reported: Error occursed installing xen-utils-common ProblemType: Package Architecture: i386 Date: Thu Aug 16 15:07:16 2007 Dependencies: DistroRelease: Ubuntu 7.10 ErrorMessage: tentata sovrascrittura di `/usr/share/man/man5/xmdomain.cfg.5.gz', che si trova anche nel pacchetto xen

[Bug 132941] Re: Package 0.59.2 broken

2007-08-16 Thread C. Cooke
Unpacking update-notifier (from .../update-notifier_0.59.3_i386.deb) ... dpkg: error processing /var/cache/apt/archives/update-notifier_0.59.3_i386.deb (--unpack): trying to overwrite `/usr/share/update-notifier/notify-reboot-required', which is also in package update-notifier-common Errors were

[Bug 132941] Re: Package 0.59.2 broken

2007-08-16 Thread C. Cooke
** Changed in: update-notifier (Ubuntu) Status: Fix Released => Confirmed -- Package 0.59.2 broken https://bugs.launchpad.net/bugs/132941 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bu

[Bug 109763] Re: Insert a rewriteable or blank disc when trying to use CD/DVD Creator, with blank disc in CDR drive

2007-08-20 Thread David C
Tom, I think it likely that the patch I had attached to my previous message (entitled Additional disc identification) provides a fix for problem with old drives. The issue is that newer drives have a command that returns the size of the disc, for older drives this command is missing, but you can

Re: [Bug 109763] Re: Insert a rewriteable or blank disc when tryingto use CD/DVD

2007-08-20 Thread David C
CD/DVD Creator, with blank disc in CDR drive >Date: Mon, 20 Aug 2007 19:44:56 - > >David C wrote: > > Tom, > > I think it likely that the patch I had attached to my previous message >(entitled Additional disc identification) provides a fix for problem with >old dri

[Bug 109763] Re: Insert a rewriteable or blank disc when trying to use CD/DVD Creator, with blank disc in CDR drive

2007-08-21 Thread David C
It doesn't help that Sebastien Bacher, who declined this for Feisty, is not on the distribution list for this bug. Can I repeat Brian's call for someone to consider my patch and (hopefully) put an end to this bug. Also while reviewing this, note that the fix will also clear bug #66254 as it is th

[Bug 109763] Re: Insert a rewriteable or blank disc when trying to use CD/DVD Creator, with blank disc in CDR drive

2007-08-22 Thread David C
Great News: Can trtl and Tony state the kind of CD drive you are using, so we can list those for which it is known to work. My drive, as reported in the info.product field in HAL is LG CD-RW CED-8080B I think Canonical folks do get this thread: e.g. Ubuntu Bugs, so there is some visability, just

[Bug 123767] Re: compiz.real crashed with SIGSEGV

2007-08-22 Thread Paolo C.
The problem is not present anylonger with compiz 0.5.2 but if I enable it I get a corrupted desktop. -- compiz.real crashed with SIGSEGV https://bugs.launchpad.net/bugs/123767 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubu

[Bug 102532] Re: k3b does not run in gnome ubuntu

2007-07-08 Thread Mike C
I also have this problem, with an identical message in Terminal. Starting a KDE session fails before any modules load with a message relating to DCOPserver error. Ubuntu 7.04 fully up to date. -- k3b does not run in gnome ubuntu https://bugs.launchpad.net/bugs/102532 You received this bug notific

[Bug 109763] Re: Insert a rewriteable or blank disc when trying to use CD/DVD Creator, with blank disc in CDR drive

2007-07-12 Thread David C
I have same problem and can add another CD-RW to the list. I'm sure it was ok under edgy (as I made feisty cds) but now under Feisty my LG CD-RW CED-8080B reports similar problem: Same message also if logged in as root: I checked and changed the permissions on /dev/hdb with no effect (as per Nelso

[Bug 109763] Re: Insert a rewriteable or blank disc when trying to use CD/DVD Creator, with blank disc in CDR drive

2007-07-15 Thread David C
I have some additional comments: Problem is still there when using HAL 0.5.9 (backport to feisty). Also I attach HAL debug output. ** Attachment added: "Output of HAL when in verbose mode." http://launchpadlibrarian.net/8484205/lg_as_master_no_slave.hal -- Insert a rewriteable or blank disc

[Bug 109763] Re: Insert a rewriteable or blank disc when trying to use CD/DVD Creator, with blank disc in CDR drive

2007-07-15 Thread David C
And some lshal output. ** Attachment added: "lg_as_master_no_slave.lshal" http://launchpadlibrarian.net/8484208/lg_as_master_no_slave.lshal -- Insert a rewriteable or blank disc when trying to use CD/DVD Creator, with blank disc in CDR drive https://bugs.launchpad.net/bugs/109763 You receiv

Re: [Bug 130325] Re: [nvidia-glx] 3D GL apps crash X when using compiz due to unmaked ABI change (gutsy)

2007-09-15 Thread C Pirnat
unsucbscribe -- [nvidia-glx] 3D GL apps crash X when using compiz due to unmaked ABI change (gutsy) https://bugs.launchpad.net/bugs/130325 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@li

Re: [Bug 130325] Re: [nvidia-glx] 3D GL apps crash X when using compiz due to unmaked ABI change (gutsy)

2007-09-15 Thread C Pirnat
unsubscribe On 9/15/07, Ralf Nieuwenhuijsen <[EMAIL PROTECTED]> wrote: > > @duncan > > i'm not entirely sure what the correct settings should be > I think we all experiment with the settings when it didn't work. > I wonder what the actual defaults of restricted-manager are .. > > -- > [nvidia-glx]

Re: [Bug 130325] Re: [nvidia-glx] 3D GL apps crash X when using compiz due to unmaked ABI change (gutsy)

2007-09-16 Thread C Pirnat
unsubscribe -- [nvidia-glx] 3D GL apps crash X when using compiz due to unmaked ABI change (gutsy) https://bugs.launchpad.net/bugs/130325 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lis

[Bug 139890] kdeinit crash

2007-09-16 Thread Kathikeyan C
Public bug reported: Binary package hint: kdelibs on reentering kde it opened itself a window and asked this issue can be reported and I said ok for that. I got uploaded andI do not know the exact details of the issue. But it got uploaded some where. ProblemType: Crash Architecture: i386 Date:

[Bug 139890] Re: kdeinit crash

2007-09-16 Thread Kathikeyan C
** Attachment added: "CoreDump.gz" http://launchpadlibrarian.net/9292923/CoreDump.gz ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/9292924/Dependencies.txt ** Attachment added: "Disassembly.txt" http://launchpadlibrarian.net/9292925/Disassembly.txt ** Attachment

[Bug 109763] RE: [Bug 66254/109763] Re: empty CD not correctly recognized by hal

2007-09-01 Thread David C
problem, just expressed slightly differently)) contact the HAL developers directly with your observations (and I'm CC'ing the Debian maintainer on this). The problem has only recently started to appear because until around a year ago (specifically N-C-B 2.14.3, last date in the sources of w

<    2   3   4   5   6   7   8   9   10   11   >