[Bug 202605] Re: Network Manager Applet Has Trouble With Static IP Address
I can confirm the same. I tried to configure my wired connection as a static ip address with the gui. It seemed to change the IP address, but I couldn't access the internet since the scripts didn't add a default route. I had to hand edit /etc/network/interface from: auto lo iface lo inet loopback iface eth0 inet static address 192.168.1.200 netmask 255.255.255.0 gateway 192.168.1.1 auto eth0 to: auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.1.200 netmask 255.255.255.0 gateway 192.168.1.1 Manually moving the "auto eth0" before the "iface eth0 inet static" line fixed it so that the default route was created. Once the changes are made, use "sudo /etc/init.d/networking restart" or reboot to make changes active. -- Network Manager Applet Has Trouble With Static IP Address https://bugs.launchpad.net/bugs/202605 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.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 202605] Re: Network Manager Applet Has Trouble With Static IP Address
I forgot to mention this was with hardy. -- Network Manager Applet Has Trouble With Static IP Address https://bugs.launchpad.net/bugs/202605 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.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 188422] Re: locations list can go over the screen border
This is affecting jaunty also. It occurs more often when one of the locations is on a different day of the week to your location, since it makes the time info for the location wider. -- locations list can go over the screen border https://bugs.launchpad.net/bugs/188422 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.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 207471] Re: Tovid package does not install all dependencies
Could the 0.31-0ubuntu2 be put in hardy-proposed with an intention of adding it to the hardy repo, since hardy is a supposedly a long term support release. -- Tovid package does not install all dependencies https://bugs.launchpad.net/bugs/207471 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.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 226746] Re: opening USB ext hdd causes nautilus to freeze
Forgot to say this was with a up-to-date gutsy system. -- opening USB ext hdd causes nautilus to freeze https://bugs.launchpad.net/bugs/226746 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.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 226746] Re: opening USB ext hdd causes nautilus to freeze
I've had a similar problem, I copied one file to a memory card using nautilus, copying another one with a similar file cause nautilus to starting using 100% CPU and increasing memory usage. Killing the nautilus window and forcibly quiting stopped the runaway process. However trying to open the root directory of the memory card caused nautilus to lock up again. I deleted the partially written file on the command line with rm. I could copy both files to the memory card using cp on the command line with no issues, but nautilus still locked up when trying to view the memory card. I moved the files to a sub-directory and nautilus was now ok in the root of the memory card and the subdirectory with the files in. I could then move the files back to root of the memory card in nautilus and had no more problems. I was wondering if the problem might be when creating (not moving) files on a FAT32 file system. Since I assume that the filename will have a 8.3 character filename for dos and the full filename. Now when I create a second file with a similar filename which has the same initial characters it maybe causes an overlap in the 8.3 filename bit and the crash. Filename I was copying were: World_Rally_Greatest_Cars_dvd.mpg.avi World_Rally_Greatest_Drivers_dvd.mpg.avi Note the first 21 characters are the same. This might only be a problem in the root of a FAT32/VFAT filesystem, since I seem to remember things are slightly different in the root and subdirectories of FAT filesystems. -- opening USB ext hdd causes nautilus to freeze https://bugs.launchpad.net/bugs/226746 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.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 231049] Re: usb connect problems
A further update, lsusb doesn't alway kick the usb device into life. The only sure way seems to be to unload the ehci_hcd module (and reload it if you want USB2 speeds) I've since install a 2.6.27 kernel from https://launchpad.net/~kernel- ppa/+archive on my ubuntu hardy machine. I'm not sure how similar to the intrepid live-cd version this is. The packages I installed was linux-image-2.6.27-3-generic_2.6.27-3.4_i386.deb It then does much like it did under lenny, ie the USB device mounts automatically but only at USB1 speeds. When the USB device is plugged in I get the following error messages: [ 81.584040] usb 8-3: new high speed USB device using ehci_hcd and address 2 [ 86.717374] ehci_hcd :00:1d.7: port 3 reset error -110 [ 86.717393] hub 8-0:1.0: hub_port_status failed (err = -32) [ 86.920042] hub 8-0:1.0: unable to enumerate USB device on port 3 [ 87.176032] usb 5-1: new full speed USB device using uhci_hcd and address 2 [ 87.101504] usb 5-1: not running at top speed; connect to a high speed hub [ 87.312008] usb 5-1: configuration #1 chosen from 1 choice then it mounts but as a USB1 device (slow transfers) However unloading and immediately reloading the ehci_hcd module: sudo modprobe -r ehci_hcd; sudo modprobe ehci_hcd gets it to remount as a USB2 device (fast transfers) So I'm still thinking its a problem with the USB implementation in the device or the motherboard. -- usb connect problems https://bugs.launchpad.net/bugs/231049 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.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 231049] Re: usb connect problems
The unloading and reloading of the ehci_hcd module gave me an idea. Does the ehci_hcd do something different when the device is plugged in, than from when it starts up. I found that by booting (standard hardy 2.6.24 generic kernel) with the sansa clip plugged in. The sansa mounts automatically at USB2 speeds. So there must be something different in the connect procedure when echi_hcd module loads, and connect procedure when a device is plugged in after the module has started. The difference in the procedure, is probably different to what windows does, and the sansa doesn't like it. I've no idea what the problem is though. -- usb connect problems https://bugs.launchpad.net/bugs/231049 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.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 231049] Re: usb connect problems
jtclicker are you sure it fixed it completely? I thought intrepid used 2.6.27 kernels, but the uname command show in 2.6.24-21 Also it seems you still have the same -110, -32 error messages. I found intrepid kernels (2.6.27) automatically mount my sansa clip, but only at usb1 speeds. Which is a improvement, but not a complete fix. -- usb connect problems https://bugs.launchpad.net/bugs/231049 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.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 231049] Re: usb connect problems
Here a summary for my sansa clip. Under gutsy, debian lenny and a 2.6.27 kernel (from interpid): My clip automounts but only at USB1 speeds (Hint the easy way to check is do properties on the drive icon, click on drive tab, if connection says 12Mbps its USB1, 480Mbps is USB2) However if I boot the PC with the clip plugged in, it automounts at USB2 speed. However, if I unplug it and plug it back in it connects at USB1 speeds. On hardy, it also automounts at USB2 speeds if it plugged in before I boot. However if plug it in later it wont be detected. Sometimes I can get it detected by running "lsusb" a couple times. If that doesn't work unload and reloading the ehci_hcd module is the only way to get it detected, it then mounts at USB2 speed, until it is unplugged, and plugged back in, where again it isn't detected. When the clip is plugged in after boot, on all the kernels I've tried I get the following error messages. Sep 14 15:50:27 usb 8-3: new high speed USB device using ehci_hcd and address 3 Sep 14 15:50:29 ehci_hcd :00:1d.7: port 3 reset error -110 Sep 14 15:50:29 hub 8-0:1.0: hub_port_status failed (err = -32) the -110 is a timeout when reseting something, the kernel (ehci-hcd.c) has a 750usec delay with a comment to revisit the issue with some hardware, where 550usec was not enough. I've not worked out what -32 error message is yet. On the gutsy, lenny and intrepid kernels, (but not hardy) it then automatically falls back to USB1 and automounts the clip (at USB1 speeds = full speed) Sep 14 15:50:30 hub 8-0:1.0: unable to enumerate USB device on port 3 Sep 14 15:50:30 usb 5-1: new full speed USB device using uhci_hcd and address 2 Sep 14 15:50:30 usb 5-1: not running at top speed; connect to a high speed hub Sep 14 15:50:30 usb 5-1: configuration #1 chosen from 1 choice Sep 14 15:50:30 scsi7 : SCSI emulation for USB Mass Storage devices Sep 14 15:50:30 usb-storage: device found at 2 Sep 14 15:50:30 usb-storage: waiting for device to settle before scanning Sep 14 15:50:35 usb-storage: device scan complete Sep 14 15:50:35 scsi 7:0:0:0: Direct-Access SanDisk Sansa Clip 2GB v01. PQ: 0 ANSI: 0 Sep 14 15:50:35 sd 7:0:0:0: [sdb] 3935232 512-byte hardware sectors (2015 MB) It then needs the following command to get the clip to remount at USB2 speeds: sudo modprobe -r ehci_hcd; sudo modprobe ehci_hcd So in all the cases there is a problem with the clip. On gutsy, lenny, interpid kernels the clip is mounted but only at USB1 speeds. On hardy it doesn't automount. All kernels needs some command line work to get the clip to mount at USB2 speeds, and that only fixes the problem until it is unplugged. If you boot the PC with the clip already plugged in, in automounts at USB2 speeds, but as before if you unplug it and then plug it back in it either doesn't mount or mounts at USB1 speeds depending on which kernel you are using. -- usb connect problems https://bugs.launchpad.net/bugs/231049 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.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 81080] Re: rsync timestamp bug on encfs/fuse
I'm having the same problem on hardy. It seems to only be a problem if External IV Chaining is turned on, which it is in paranoia mode. When creating the encfs filesystem to use with rsync, use standard mode or in expert mode say no to Enable filename to IV header chaining? That seems to work for me. Its listed as a encfs bug in the upstream http://code.google.com/p/encfs/issues/detail?id=21 -- rsync timestamp bug on encfs/fuse https://bugs.launchpad.net/bugs/81080 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.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 231049] Re: usb connect problems
Thanks TJ for taking an interest. Looking at your script I think the lspci command is wrong since "lspci --vvnn" gives an error. Does it have an extra -? I'm assume you want us to run the script maybe 30s after we plug the problem device (sansa clip) in? I'll send the results in a few days when I have the device to hand. -- usb connect problems https://bugs.launchpad.net/bugs/231049 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.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 231049] Re: usb connect problems
TJ can you give a possible explanation as to why running lsusb a few times gets the device detected? -- usb connect problems https://bugs.launchpad.net/bugs/231049 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.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 231049] Re: usb connect problems
I have the same problem with a sansa clip. In gutsy on my old computer it mounted ok but only ever at USB 1.1 speeds. On my new Dell inspiron 530 in fails to mount 95% of the time with: [ 105.895973] usb 8-3: new high speed USB device using ehci_hcd and address 2 [ 110.517165] ehci_hcd :00:1d.7: port 3 reset error -110 [ 110.517177] hub 8-0:1.0: hub_port_status failed (err = -32) Sometime after a few minutes (in 5% of cases) it mounts at USB2 (480) speeds, as shown by right-clicking on desktop icons and selecting properties and disk. If I remove the ehci_hcd module with modprobe -r ehci_hcd, and then reload the module, it immediately mounts the device at USB2 speeds. However if I unmount, and unplug the device, and then plug it back in, it fails to mount with the -110, -32 errors as before. So I'm not sure if its some race condition with the uhci_hcd module, or a dodgy usb implementation in the device. I have noticed it doesn't take any notice of eject commands like my old mp3 player. Its a real shame its such a hassle since its a nice mp3 player than is one of the few that can play ogg vorbis files also. ** Changed in: ubuntu Status: New => Confirmed ** Also affects: debian Importance: Undecided Status: New -- usb connect problems https://bugs.launchpad.net/bugs/231049 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.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 231049] Re: usb connect problems
Further update, and I have similar problems on the same dell machine running, the current lenny version of debian which has a newer kernel. But back to hardy. As noted in the ubuntu forum thread, running the lsusb command sometimes gets the device detected. Sometimes once is not enough though. Basically I get the -110, -32 errors, then after running lsusb a few times the device mounts at usb2 speeds, without the need to modprobe the module out and in. So maybe it is a dodgy usb implementation, my sansa is running the current newer 1.29 firmware (the one that added ogg vorbis support) and is connected in MSC mode. Which strangely has a different usb device_id to when connected in auto mode! -- usb connect problems https://bugs.launchpad.net/bugs/231049 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.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 231049] Re: usb connect problems
TJ, Find attached the system report for my 2gb Sansa Clip running firmware v01.01.32A in MSC connection mode. I plugged in the sansa it wasn't detected in , I ran the your script, and the this caused the sansa to get detected and mounted at USB2 speed. Maybe I guess because of the lsusb command kicked it into life. ** Attachment added: "system-report.tar.gz" http://launchpadlibrarian.net/24290101/system-report.tar.gz -- usb connect problems https://bugs.launchpad.net/bugs/231049 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.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 231049] Re: usb connect problems
lsusb wierdness. I plugged in my sansa clip, it wasn't detected. I then run "strace -o lsusbfix.log lsusb" The lsusb didn't show my sansa, only the ps2/usb keyboard/mouse adapter. However a few seconds later the sansa was detected and mounted automatically at USB2 speed. You also asked about what happens if the sansa is plugged in before the system is booted, the sansa is mounted at boot at USB2 speed without any issues. ** Attachment added: "lsusbfix.log" http://launchpadlibrarian.net/24290281/lsusbfix.log -- usb connect problems https://bugs.launchpad.net/bugs/231049 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.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 231049] Re: usb connect problems
The power off trick suggested by Jaime doesn't work for me however my sansa has a slightly newer firmware (v01.01.32A), and my PC has a slightly newer kernel on my hardy system (2.6.24-23-generic) The "running lsusb a few times" trick works for me 95% of the time, only 100% (but awkward) fix I found was unloading ehci_hcd, device then remounts at USB1 speeds, then reloading ehci_hcd module and it remounts at USB2 speed with no problems. However no fix is permenant, since ejecting, and unplugging, and then plugging back in is not detected until lsusb etc. -- usb connect problems https://bugs.launchpad.net/bugs/231049 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.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 231049] Re: usb connect problems
Firstly attached is a report, after I did the lsusb trick to get the sansa clip detected. This lists the sansa clip in the lsusb log which my previous report didn't. lepinkäinen, I suggest you run the commands listed in comment 20 above (with correction from comment 23) and post the report file. Someone might be able to see what the problem is on your hardware. I also noted that the sansa clip generates one of two different usb product_id (idProduct in lsusb) when configured in MSC or MTP or Auto modes. ** Attachment added: "system-report-after-lsusb-trick.tar.gz" http://launchpadlibrarian.net/24369900/system-report-after-lsusb-trick.tar.gz -- usb connect problems https://bugs.launchpad.net/bugs/231049 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.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 26986] Re: [Bug 26986] Re: Remote syslog logging (parameter order crucial)
--- Nikolaus Rath <[EMAIL PROTECTED]> wrote: > I can confirm that login etc takes forever with -r, > but it does not > depend on the order of the parameters. > > ** Changed in: sysklogd (Ubuntu) >Status: Unconfirmed => Confirmed Well the order was crucial for me. In /etc/init.d/sysklogd SYSLOGD="-u syslog -r" works for me. I'm able to use the -r option without the login problem, if I use the above configuration. I've recently upgraded to dapper, with the same config file and remote logging is still working. I can check to see if the order still makes a different for me on dapper if you want. Just let me know. Peter Cherriman <[EMAIL PROTECTED]> ___ Win tickets to the 2006 FIFA World Cup Germany with Yahoo! Messenger. http://advision.webevents.yahoo.com/fifaworldcup_uk/ -- Remote syslog logging (parameter order crucial) https://launchpad.net/bugs/26986 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 43352] Re: ipp jobs not purged; purging causes 100% cpu usage
I getting almost the exactly the same problem since I've upgraded from breezy to dapper. I've also noticed that once a constant amount of network traffic between the printer and the ubuntu PC which continues until I kill the processes owned by cupsys printing for user pjc. http://192.168.1.201:631/EPSON_IPP_Printer 104 pjc 1 Resolution=600x600dpi PageRegion=A4 InputSlot=Default Halftoning=Grayscale PageSize=A4 orientation-requested=3 sides=two- sided-long-edge job-uuid=urn:uuid:1c49cbe7-eddd-3010-7484-77f2db4390f6 -- ipp jobs not purged; purging causes 100% cpu usage https://launchpad.net/bugs/43352 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 26986] Re: Remote syslog logging (parameter order crucial)
Same version as my ubuntu pc (dapper) [EMAIL PROTECTED]:~$ dpkg -s sysklogd |grep Version Version: 1.4.1-17ubuntu7 [EMAIL PROTECTED]:~$ diff /etc/init.d/sysklogd /etc/init.d/sysklogd.dpkg-dist 15c15 < SYSLOGD="-u syslog -r" --- > SYSLOGD="-u syslog" Extract from /etc/syslog.conf: # Logging ADSL router local0.* /var/log/adslrouter-firewall.log local1.* -/var/log/adslrouter-vpn.log local2.* -/var/log/adslrouter-user.log local3.* -/var/log/adslrouter-call.log local4.* -/var/log/adslrouter-wan.log local5.* -/var/log/adslrouter-adsl.log local0,local1,local2,local3,local4,local5.* -/var/log/adslrouter.log I've justed checked and while I was seeing syslog entries (for the current day) from a remote device (my ADSL router) but data seems to be missing after the firewall started. When I checked further, and found that the firestarter firewall was now blocking the syslog udp packets, when the breezy version didn't. When I enable a firewall rule for the syslog packets from the ADSL router, my syslog started working fully again. -- Remote syslog logging (parameter order crucial) https://launchpad.net/bugs/26986 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 58236] mpage produces postscript which try to load utf-8 fonts, even when not present
Public bug reported: Not sure if this needs to be reported since its already a reported debian bug. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=354935 Its quite annoying since many people won't have utf8 fonts installed and there not a dependency. You can revert from the dapper to breezy version of mpage package. or Quick work around (for most files) is to pipe postscript file produced through grep -v '^\/uni' before passing to viewer ot printer e.g. mpage -1 royal-mail.txt |grep -v '^\/uni' | gv - ** Affects: mpage (Ubuntu) Importance: Untriaged Status: Unconfirmed ** Affects: Debian Importance: Unknown Status: Unknown ** Bug watch added: Debian Bug tracker #354935 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=354935 ** Also affects: Debian via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=354935 Importance: Unknown Status: Unknown -- mpage produces postscript which try to load utf-8 fonts, even when not present https://launchpad.net/bugs/58236 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 58236] Re: mpage produces postscript which try to load utf-8 fonts, even when not present
** Description changed: Not sure if this needs to be reported since its already a reported - debian bug. - - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=354935 + debian bug (#354935) Its quite annoying since many people won't have utf8 fonts installed and - there not a dependency. + they are not a dependency. You can revert from the dapper to breezy version of mpage package. or Quick work around (for most files) is to pipe postscript file produced through grep -v '^\/uni' before passing to viewer ot printer e.g. mpage -1 royal-mail.txt |grep -v '^\/uni' | gv - -- mpage produces postscript which try to load utf-8 fonts, even when not present https://launchpad.net/bugs/58236 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 43352] Re: ipp jobs not purged; purging causes 100% cpu usage
Jouni, I think you maybe confusing matters. I think the initial reporter and myself are talking about sending jobs to network printers using the IPP protocol. I have a printer connect via parallel and ethernet to my dapper machine. The parallel port queue works perfectly, the other queue (ipp via ethernet to the printer) jobs never complete. -- ipp jobs not purged; purging causes 100% cpu usage https://launchpad.net/bugs/43352 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 134692] Re: updatedb cron job should make use of ionice
I added the following patch to my slocate on my edgy system. I also used class 2 and priority 7. It has made my system much better behaved, so much so that I no longer notice what slocate is started 15mins or so after I boot up (it doesn't run 24/7) diff -u -r1.1 slocate --- slocate 2007/08/02 18:12:30 1.1 +++ slocate 2007/08/02 18:35:08 @@ -1,4 +1,5 @@ #! /bin/sh +ionice -c2 -n7 -p$$ if [ -x /usr/bin/slocate ] then -- updatedb cron job should make use of ionice https://bugs.launchpad.net/bugs/134692 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@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 26998] Re: ide-generic: load conflicts with IDE drivers (PORTS ALREADY IN USE)
The above bug fix I mentioned (commenting ide-generic and recreating initrd) works most of the time. But about 1 in 30 boots it fails, unfortunately I haven't been there when it has to see if its the same error message. On each occasion a reboot fixed the problem, so I'm convinced the problem is via v82cxxx driver taking too long and sometime much too long to be initialised (possible not at all - since I've not been there to see) -- ide-generic: load conflicts with IDE drivers (PORTS ALREADY IN USE) https://bugs.launchpad.net/bugs/26998 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 180451] Re: nautilus-script-audio-convert fails to pass metadata tag to/from mp3 files
** Changed in: audio-convert (Ubuntu) Status: New => Confirmed -- nautilus-script-audio-convert fails to pass metadata tag to/from mp3 files https://bugs.launchpad.net/bugs/180451 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.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 182631] gutsy amarok has missing build dependency
Public bug reported: Binary package hint: amarok There a missing build dependency, the missing package only exists in hardy. $ sudo apt-get build-dep amarok Reading package lists... Done Building dependency tree Reading state information... Done E: Build-Depends dependency for amarok cannot be satisfied because the package libgpod-nogtk-dev cannot be found ** Affects: amarok (Ubuntu) Importance: Undecided Status: New -- gutsy amarok has missing build dependency https://bugs.launchpad.net/bugs/182631 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@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 179227] When merging evolution contacts are not sorted
Public bug reported: Binary package hint: glabels When merging contacts from evolution, they are shown in a semi-random order which changes from time to time. This make is difficult to select a specific set of contacts from a large number of contacts. ** Affects: glabels (Ubuntu) Importance: Undecided Status: New -- When merging evolution contacts are not sorted https://bugs.launchpad.net/bugs/179227 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@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 179227] Re: When merging evolution contacts are not sorted
Here a patch to sort the evolution contacts in glabels by the "filed under" field. This makes it far easier to select a few contacts from a large number of contacts. ** Attachment added: "Patch to sort evolution contacts" http://launchpadlibrarian.net/11089710/patch.glabels-2.1.3-evolution-sort -- When merging evolution contacts are not sorted https://bugs.launchpad.net/bugs/179227 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@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 179227] Re: When merging evolution contacts are not sorted
Patch send to upstream author. -- When merging evolution contacts are not sorted https://bugs.launchpad.net/bugs/179227 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@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 175973] Re: Login failure as of 13 Dec 2007 (Australia)
I'm getting the same problem on gutsy from this morning also. -- Login failure as of 13 Dec 2007 (Australia) https://bugs.launchpad.net/bugs/175973 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@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 175973] Re: Login failure as of 13 Dec 2007 (Australia)
Partial Solution: Running with the -no_cookies option, allow you to login, but you can't see the subjects of messages anymore, just if you have mail. e.g. "checkgmail -no_cookies" I guess google have tightened the security on their use of cookies on the gmail site. -- Login failure as of 13 Dec 2007 (Australia) https://bugs.launchpad.net/bugs/175973 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@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 180451] nautilus-script-audio-convert fails to pass metadata tag to/from mp3 files
Public bug reported: nautilus-script-audio-convert is missing a dependency of the libid3-3.8.3-dev package. The program uses id3tag and id3info which are in the libid3-3.8.3-dev package but this isn't a dependency. Without these programs is unable to read or write id3 tag in mp3 files. ** Affects: audio-convert (Ubuntu) Importance: Undecided Status: New -- nautilus-script-audio-convert fails to pass metadata tag to/from mp3 files https://bugs.launchpad.net/bugs/180451 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@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 119321] Re: Swap device UUID incorrect in /etc/fstab
I've just noticed I've got something similar. I hadn't noticed but since I've upgrade to edgy, my swap wasn't being mounted (not right term i know). /etc/fstab says: # /dev/hdb1 -- converted during upgrade to edgy UUID=e96319e9-c1f2-4eff-ba59-fd0051c395a9 none swap sw 0 0 /dev/disk/by-uuid/e96319e9-c1f2-4eff-ba59-fd0051c395a9 is a symlink to /dev/hdb1 swapon -a gives: swapon: /dev/disk/by-uuid/e96319e9-c1f2-4eff-ba59-fd0051c395a9: Invalid argument Any idea how to fix this -- Swap device UUID incorrect in /etc/fstab https://bugs.launchpad.net/bugs/119321 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@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 119321] Re: Swap device UUID incorrect in /etc/fstab
When I ran vol_id it gave the same "number" as in fstab, and /etc/disk /by-uuid. I think this may have started when I tried to see if I could use the hibernate feature on my desktop machine. This didn't work, but I think it may have corrupted the swap space some how. I just fixed it by using mkswap to reformat the swap and updating the link in /dev/disk/by-uuid/ and /etc/fstab to the new uuid. Not sure if its the best solution but it fixed it for me. Doing a search found several lanchpad bugs and ubuntu forumspost about uuid of swap changing (or not working in my case) after hibernation. -- Swap device UUID incorrect in /etc/fstab https://bugs.launchpad.net/bugs/119321 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@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 26998] Re: ide-generic: load conflicts with IDE drivers (PORTS ALREADY IN USE)
I've got a similar problem with my mum's dapper installation. I installed the current 2.6.20-generic kernel from the feisty respository on a dapper machine, to fix a problem with not detecting a USB scanner at power-up (needed to unplug/replug to see it) However I found in about 1 in 5 boots the 2.6.20 kernel failed to boot, with it waiting for ages with: Begin: Waiting for root file system... ... whenever this occurred it was preceeded by a: hda: ERROR PORTS ALREADY IN USE Its seems it might be a race condition, where the via v82cxxx driver doesn't always claim /dev/hda before ide-generic does. Which causes the boot to fail. After a while in the fault contidition it drops into a busybox shell and I found only/dev/hdc the cdrom drive was listed in /dev Not sure If I found a fix, but its booted 10 times without problem since I commented the ide-generic and recreated the initrd file for the 2.6.20 kernel as sort of explained in bug report 76872 -- ide-generic: load conflicts with IDE drivers (PORTS ALREADY IN USE) https://bugs.launchpad.net/bugs/26998 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 76872] Re: boot fails: does not detect hda any more (port conflict?)
towsonu2003, I not sure if you have the same problem as me. But I had a similar problem installing the 2.6.20-generic kernel from feisty on a dapper machine See https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.15/+bug/26998/comments/13 in bug report 26998 -- boot fails: does not detect hda any more (port conflict?) https://bugs.launchpad.net/bugs/76872 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@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 77710] Re: Wrong keys showup in xdosemu
I've found a temporary fix, until the ubuntu packages are updated. Download dosemu_1.2.2-8_i386.deb and libslang2_2.0.6-4_i386.deb from debian (stable) and install them. -- Wrong keys showup in xdosemu https://bugs.launchpad.net/bugs/77710 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@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 43352] Re: ipp jobs not purged; purging causes 100% cpu usage
The problem maybe caused by bugs in the printer's implementation of IPP. However my printer worked perfectly well using IPP under breezy. I get this bug on dapper though (see my previous posts in the bug report - Bug #43352). So I guess the http backend program changed in such a way that it didn't like mine and other printers' IPP stacks. My printer works fine using lpd under dapper. On my dapper machine with cupsys 1.2.2-0ubuntu0.6.06 I get: [EMAIL PROTECTED]:~$ sudo /usr/lib/cups/backend-available/snmp INFO: Using default SNMP Address @LOCAL INFO: Using default SNMP Community public network ipp://192.168.1.201:631/EPSON_IPP_Printer "EPSON EPL-5800" "EPSON EPL-5800 192.168.1.201" "" -- ipp jobs not purged; purging causes 100% cpu usage https://launchpad.net/bugs/43352 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 77710] Re: Wrong keys showup in xdosemu
I getting the same problem since I upgraded from dapper to edgy. On my UK keyboard the wrong keys are: i->. s->u r->t ,->x #->` and the keys with shift pressed map to the same wrong key (apart from shifted# is correct as ~) I->> R->T S->U <->X I downgraded to the dapper dosemu packages and the same problem occurs. So I think the problem must be with a X library somewhere which does the key mapping. Or dosemu is using a depreciated way of receiving input from X. If there is anything someone needs me to test just ask. -- Wrong keys showup in xdosemu https://launchpad.net/bugs/77710 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 77710] Re: Wrong keys showup in xdosemu
I've just looked through the changelog of the debian package, and it looks like this bug is fixed in debian version 1.2.2-6 the bug and patch is listed in the debian bug http://bugs.debian.org/389878 Prehaps someone at ubuntu could apply the patch and put it in proposed for people to test. Please. -- Wrong keys showup in xdosemu https://launchpad.net/bugs/77710 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 77859] Re: Firefox: saved passwords causes crash with Mailman admin page
I'm getting this on both my dapper machines. Downgrading to 1.5.0.8 packages I had cached gets rid of the problem. So I think this must be a bug generated by one of the new security patches. It also happens with the yahoo mail website if you have a stored login details the browser segv when you go to the web page. Using the recipe in bug #77998 mention above and that in: http://www.ubuntuforums.org/showpost.php?p=1968450&postcount=5 I installed firefox-dbg and ran it and get the following error message: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1219811648 (LWP 10214)] 0xb619e5cc in nsPasswordManager::AttachToInput (this=0x8580040, aElement=0x0) at nsPasswordManager.cpp:1962 1962nsPasswordManager.cpp: No such file or directory. in nsPasswordManager.cpp Hope thats of some help. I guess it maybe the aElement being a NULL pointer. -- Firefox: saved passwords causes crash with Mailman admin page https://launchpad.net/bugs/77859 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 77998] Re: Application Quits on specific URL
*** This bug is a duplicate of bug 77859 *** ** This bug has been marked a duplicate of bug 77859 Firefox: saved passwords causes crash with Mailman admin page -- Application Quits on specific URL https://launchpad.net/bugs/77998 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 72951] Re: [SRU] dosemu (dapper)
I've been running the breezy version of dosemu on my dapper system due to the lack of X support. I've just upgraded to the dapper proposed package and it works for me. -- [SRU] dosemu (dapper) https://launchpad.net/bugs/72951 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 77859] Re: Dapper: Regression: Firefox 1.5.0.9: Saved passwords causes crash with Mailman admin
I can also confirm that the update Firefox package 1.5.dfsg+1.5.0.9-0ubuntu0.6.06.1 fixes the crashes on various sites including yahoo mail. Many thanks Ewen. -- Dapper: Regression: Firefox 1.5.0.9: Saved passwords causes crash with Mailman admin https://launchpad.net/bugs/77859 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 43352] Re: ipp jobs not purged; purging causes 100% cpu usage
What info are we waiting for on this bug? I'm seeing effectively the same problem. My printer is connected via parallel port and via the ethernet port on the printer. If I send a job via the IPP protocol directly to the printer's EpsonNet interface, the job prints but is never removed from the print queue, and the printer reports it is waiting for completion in the gnome print manager. This was not problem in breezy. I can manually remove the job from the printer queue. This sometime causes the HTTP cups process to burn cpu cycles, but not always. However it does continue to generate network traffic until it is killed. The process is of the form: http://192.168.1.201:631/EPSON_IPP_Printer 104 pjc 1 Resolution=600x600dpi PageRegion=A4 InputSlot=Default Halftoning=Grayscale PageSize=A4 orientation-requested=3 sides=two- sided-long-edge job-uuid=urn:uuid:1c49cbe7-eddd-3010-7484-77f2db4390f6 This maybe due to the printserver in my Epson EPL5800 printer's network card not reporting completion, but as I said it wasn't a problem in breezy. The printer works perfectly it I use LPD protocol instead of IPP via the ethernet interface or using the parallel port interface. So this maybe a subtle bug in the http backend which does handle some IPP printservers which may not be fully compliant. [EMAIL PROTECTED]:~$ lpinfo -v network socket network beh network http network ipp network lpd direct parallel:/dev/lp0 direct canon:/dev/lp0 direct epson:/dev/lp0 network smb So is then any info that I can provide to help fix this bug? -- ipp jobs not purged; purging causes 100% cpu usage https://launchpad.net/bugs/43352 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 451557] apport-collect data
Architecture: i386 DistroRelease: Ubuntu 9.10 Package: gnome-power-manager 2.28.1-0ubuntu1 PackageArchitecture: i386 ProcEnviron: SHELL=/bin/bash LANG=en_GB.UTF-8 ProcVersionSignature: Ubuntu 2.6.31-17.54-generic Uname: Linux 2.6.31-17-generic i686 UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare -- [ubuntu karmic] 720Watt netbooks? https://bugs.launchpad.net/bugs/451557 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.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 451557] Dependencies.txt
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/38008406/Dependencies.txt -- [ubuntu karmic] 720Watt netbooks? https://bugs.launchpad.net/bugs/451557 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.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 451557] DevkitPower.txt
** Attachment added: "DevkitPower.txt" http://launchpadlibrarian.net/38008407/DevkitPower.txt -- [ubuntu karmic] 720Watt netbooks? https://bugs.launchpad.net/bugs/451557 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.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 451557] GConfNonDefault.txt
** Attachment added: "GConfNonDefault.txt" http://launchpadlibrarian.net/38008409/GConfNonDefault.txt -- [ubuntu karmic] 720Watt netbooks? https://bugs.launchpad.net/bugs/451557 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.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 451557] XsessionErrors.txt
** Attachment added: "XsessionErrors.txt" http://launchpadlibrarian.net/38008411/XsessionErrors.txt -- [ubuntu karmic] 720Watt netbooks? https://bugs.launchpad.net/bugs/451557 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.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 451557] gnome-power-bugreport.txt
** Attachment added: "gnome-power-bugreport.txt" http://launchpadlibrarian.net/38008413/gnome-power-bugreport.txt ** Changed in: gnome-power-manager (Ubuntu) Status: Incomplete => New ** Tags added: apport-collected -- [ubuntu karmic] 720Watt netbooks? https://bugs.launchpad.net/bugs/451557 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.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 331322] Re: DNS not set during PPP connection
My vodafone ks3565 (huawei e220/e270) worked perfectly in jaunty, but since Ive installed karmic, I don't get any DNS servers detected in 2 out 3 connection attempts. This happens on two different netbooks with the same dongle. I am currently using a workaround of using the opendns servers, by setting them in network manager, -- DNS not set during PPP connection https://bugs.launchpad.net/bugs/331322 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.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 465318] Re: intel graphics laptop crashes with external monitor
*** This bug is a duplicate of bug 408432 *** https://bugs.launchpad.net/bugs/408432 ** This bug has been marked a duplicate of bug 408432 [i915] 'xrandr' with no arguments garbles screen -- intel graphics laptop crashes with external monitor https://bugs.launchpad.net/bugs/465318 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.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 498110] Re: Missing DNS addresses --- Huawei E160E---Karmic
I'm getting this with in the UK with my ks3565 (identified as huawei e220 from memory). In jaunty it was and still is working without issue. But on karmic, most of the time it doesn't get the DNS servers, tried on two different netbooks running karmic, I'm currently hardcoded the dns servers to opendns in network manager as a temporarily workaround. -- Missing DNS addresses --- Huawei E160E---Karmic https://bugs.launchpad.net/bugs/498110 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.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 393008] Re: [Karmic] power management icon says laptop is connected to power when it isn't
I'm also having same problem with my Acer Aspire 110L, if you unplug the power the screen dims, but power manager doesn't detect it. Also if you plug in the power when battery is less than 100% then disconnect a few seconds later it now things the battery is fully charged! None of the suggested work arounds work for me, just have to keep an eyes on the battery in /proc/acpi for time to time which is really tiresome. Another possibly related bug is power manager and acpi also thinks the laptop is using 750Watts when charging as reported in bug #451557. It wasn't that much with jaunty. -- [Karmic] power management icon says laptop is connected to power when it isn't https://bugs.launchpad.net/bugs/393008 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.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 451557] Re: [ubuntu karmic] 720Watt netbooks?
I'm getting the same on my Acer Aspire 110L also. Its also not the only gnome power problem I'm having in karmic, see bug #393008 -- [ubuntu karmic] 720Watt netbooks? https://bugs.launchpad.net/bugs/451557 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.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 968504] Re: Flash does not work after update
jarno, I went here: http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html Near the bottom of the screen is a link to earlier versions (which was) http://helpx.adobe.com/flash-player/kb/archived-flash-player- versions.html scroll down to Release and Content Debugger archives I then downloaded link labelled (Released 3/28/2012) Flash Player 10.3.183.18 (67.3 MB) http://fpdownload.macromedia.com/get/flashplayer/installers/archive/fp_10.3.183.18_archive.zip This contained many tar/zip file I extracted the relevant archive file, and from that archive file I then extracted the libflashplayer.so (so similar name). I then overwrote the the file of the same name in the location the official flash package installed it. I marked the flash package on hold so it didn't get overwritten. So not straightforward or elegant. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/968504 Title: Flash does not work after update To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/968504/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 968504] Re: Flash does not work after update
I read somewhere (I'm not near the AMD PC that has the problem so can't check the internet history) that the 10.3 version had been patched against the latest vunerbility (fixed by 11.2), where as the 11.1 version was vunerable to it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/968504 Title: Flash does not work after update To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/968504/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 968504] Re: Flash does not work after update
It looks like the problem is the closed source software was compiled with SSE2 instructions which are not supported on the AMD Athton XP processor I have, see https://bugbase.adobe.com/index.cfm?event=bug&id=3154276 However the the only safe solution for the moment is to download the security patched 10.3 version from adobe and installing manually. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/968504 Title: Flash does not work after update To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/968504/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs