[Bug 295414] Re: Wireless network keeps disconnecting in Intrepid
I can confirm this behaviour, too. No issues with Feisty...Hardy - hours of smooth video-streaming with up to 12MBit/s! With Intrepid LiveCD the driver "ipw2200" crashed already 3 times like this: Nov 15 00:59:14 ubuntu kernel: [24161.636049] ipw2200: Failed to send SSID: Command timed out. Nov 15 00:59:48 ubuntu kernel: [24195.640125] ipw2200: No space for Tx Nov 15 00:59:48 ubuntu kernel: [24195.640140] ipw2200: Failed to send SSID: Reason -16 Nov 15 01:00:08 ubuntu kernel: [24214.789101] ipw2200: Firmware error detected. Restarting. To reconnect I just have to reload the driver: > sudo modprobe -r ipw2200 ; sudo modprobe ipw2200 hope this helps -- Wireless network keeps disconnecting in Intrepid https://bugs.launchpad.net/bugs/295414 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 107545] Re: CPU Scaling too aggressive
@Owen and @draft: If you can reproduce the bad performance of flash videos, please try if lowering the sampling_rate would help. Minimum is 1 us, try 4 us (= 25 fps): $ sudo su $ echo 4 >/sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate If the peaks of CPU demand are too fast while rendering flash videos we should consider lowering the sampling_rate and not up_threshold. The sampling overhead seems pretty low meanwhile and a reasonable up_threshold can save much power. -- CPU Scaling too aggressive https://bugs.launchpad.net/bugs/107545 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 107545] Re: CPU Scaling too aggressive
No, nice level 0 is default for user processes. A *negative* value gives more priority to a process (see "man nice"). You were right! In Jaunty my sampling_rate_min is also 4 (was 1 in Hardy). But as expected, I am still able to set sampling_rate down to 4. Nevertheless 4 against 8 should not make a big difference for wine or flash playback. -- CPU Scaling too aggressive https://bugs.launchpad.net/bugs/107545 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 107545] Re: CPU Scaling too aggressive
To verify if CPU scheduling is your problem you could try "cpuburn". Commands in this package are: burnP6, burnK7, ect. (optimized for different CPU types) and they just waste CPU cycles. Run your test-app with higher prio together with burnXY: $ burnP6 & $ sudo nice -1 wine CoD4 If your test app shows much more or less(!) jitter than when running alone, then there is a problem with CPU scheduling and/or power-saving on your system. If it does not make a big difference, then it is more likely a problem with the video driver, DMA transfers or similar. About me: I am not a Linux kernel guru. Me too, I just saw these CPU scaling issues since Hardy. Here they were gone since Jaunty final. But I am glad to help finding the cause or solutions for systems which are still affected. -- CPU Scaling too aggressive https://bugs.launchpad.net/bugs/107545 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 107545] Re: CPU Scaling too aggressive
Nice to hear that! If compiz and glxgears influences your frame rate and burnP6 with lower prio does not, then it is most likely a problem with 3D graphics. It's strange that changing up_threshold does make a difference. But IMHO this points to a race condition in the video driver. In Jaunty the ATI, Intel and I think also Nvidia drivers are under heavy development. Perhaps you find a solution in a radeon/intel/nouveau bug or you could help by filing a new bug with your observations. If you do further experiments with process priorities (= nice values) then first disable "ignore_nice_load" (see https://bugs.launchpad.net/ubuntu/+source/linux/+bug/107545/comments/22). Otherwise the results are too complicated to interpret. -- CPU Scaling too aggressive https://bugs.launchpad.net/bugs/107545 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 264104] Re: ipw2200 driver no longer works with wpa2 network
Since Jaunty final it is solved for me. -- ipw2200 driver no longer works with wpa2 network https://bugs.launchpad.net/bugs/264104 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 323770] Re: firefox crashed with SIGSEGV in g_type_check_instance_cast()
*** This bug is a duplicate of bug 387286 *** https://bugs.launchpad.net/bugs/387286 ** This bug has been marked a duplicate of bug 387286 firefox crashed with SIGSEGV in g_type_check_instance_cast() -- firefox crashed with SIGSEGV in g_type_check_instance_cast() https://bugs.launchpad.net/bugs/323770 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 387286] Re: firefox crashed with SIGSEGV in g_type_check_instance_cast()
** Visibility changed to: Public -- firefox crashed with SIGSEGV in g_type_check_instance_cast() https://bugs.launchpad.net/bugs/387286 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 87363] Re: Profile names are ambiguous
I would prefer one descriptive name per profile with codec name and specs in brackets. Even novices cannot ignore the codec because of compatibility with their playback devices. Mentioning codec names twice is against the DRY principle (don't repeat yourself). It opens the possibility of inconsistency for all those >280 languages! Furthermore these profiles set cornerstones for zillions of megabytes, so they should be chosen carefully. After what I've read and compared myself, CD Quality needs at least 160kbit/s MP3, whereas with OGG 128kbit/s would be enough, IMHO. So my preference would be something like: Lossless (WAV uncompressed) Lossless (FLAC compressed) High-end (MP3 VBR Q=6) High-end (QGG VBR Q=0.5) CD Quality (MP3 160kbit/s) CD Quality (OGG 128kbit/s) Normal (MP3 128kbit/s) Voice only (SPEEX VBR) Nice to see changes ahead here. This will make apps like sound-juicer more usable out-of-the-box. -- Profile names are ambiguous https://bugs.launchpad.net/bugs/87363 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 282013] Re: Resizing Nautilus window using drag handle, handle seems to be "lost" after first drag
I confirm: it is NOT a compiz issue. I can reproduce this without compiz on Intrepid. With Hardy it is ok. The symptom seems: After the window size "jumps" by more than the size of the resize handle area, the area disappears. It reappears when the size is changed again slowly. To reproduce this bug: Resize the window and release the left mouse button when the mouse moves fast. Resizing like this by grabbing the window border is also affected. (as opposed to comment #6) -- Resizing Nautilus window using drag handle, handle seems to be "lost" after first drag https://bugs.launchpad.net/bugs/282013 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 282013] Re: Resizing Nautilus window using drag handle, handle seems to be "lost" after first drag
It's in Jaunty too. I added this bug to project "One Hundred Paper Cuts". (great project!) ** Also affects: hundredpapercuts Importance: Undecided Status: New -- Resizing Nautilus window using drag handle, handle seems to be "lost" after first drag https://bugs.launchpad.net/bugs/282013 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 107545] Re: CPU Scaling too aggressive
Could it be that your test-app runs with a nice value above zero? You can check this with command "top" (column "NI"). If so, then you can make you cpu accelerate by executing the two commands: $ sudo su $ echo 0 >/sys/devices/system/cpu/cpu0/cpufreq/ondemand/ignore_nice_load I've no experience with kernel 2.6.30 yet. But a sampling_rate of 8 should be low enough. My startup-script sets it to 6 and everything runs jitter-free (including flash videos and wine Starcraft ;-). -- CPU Scaling too aggressive https://bugs.launchpad.net/bugs/107545 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 321273] Re: nm-applet crashed with SIGSEGV in applet_find_active_connection_for_device()
I am using 9.04 stable since one month and boot it from an USB stick with a persistent partition on it. (still testing some ATI issues) Today I added jaunty-backports and jaunty-proposed as package sources. A few reboots later the nm-applet failed to start and crashed like described by this bug. Restarting it manually in a terminal worked. Logout and in again made it start as usual. This happened the first time. I'll add another comment if it gets reproduceable. -- nm-applet crashed with SIGSEGV in applet_find_active_connection_for_device() https://bugs.launchpad.net/bugs/321273 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 369567] Re: Google Earth crashes system in 9.04
Same behaviour since Jaunty 9.04 with: - ATI Mobility X600 in a HP Compaq nx8220, and with - ATI Mobility 9700 in an Acer 8000Lmi Both running with the open-source "radeon" driver, since "fglrx" does not work anymore. -- Google Earth crashes system in 9.04 https://bugs.launchpad.net/bugs/369567 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 107545] Re: CPU Scaling too aggressive
Stange, on my working system (8.04.2, Pentium M 2GHz) the sampling_rate_min is 1 and setting sampling_rate to this value is possible. Did you try the 2 commands "sudo su; echo ..." or only "sudo echo ..."? The first one works here. As I understand it: lowering the sampling_rate makes the measuring of CPU load "more instant". 4 makes a CPU load of 70% mean: during the last 4 ms the CPU was used 70% of the time. So if a flash video decoder encounters more complex frames then the system will detect this only 4 ms later. You could try it with a Live-CD of Jaunty final, without changing anything in /sys. If it is still reproducible on your machine then there is a (serious) problem and you should report it here and add what CPU you have: $ sudo lshw -C processor Also try disabling any Desktop effects ("Compiz"). Video drivers seem under heavy development since Jaunty. -- CPU Scaling too aggressive https://bugs.launchpad.net/bugs/107545 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 107545] Re: CPU Scaling too aggressive
Sorry for the typo: 4 means 4 us (microseconds), not ms. -- CPU Scaling too aggressive https://bugs.launchpad.net/bugs/107545 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 382626] Re: Nautilus location bar toggle icon implies unrelated function
I vote for a new icon only. Two Alt+PrtScr and 15mins in GIMP resulted in the attachment here. The final icon should be less theme-like (say more symbolic) and *.svg. I like the fact that in a Linux Desktop nearly every text is selectable! So I would miss the textfield mode of Nautilus paths. The button mode enhancements proposed in these comments are very interesting. They could be moved to http://brainstorm.ubuntu.com ** Attachment added: "Another path-mode-icon for Nautilus" http://launchpadlibrarian.net/28738950/path-buttons-or-text.png -- Nautilus location bar toggle icon implies unrelated function https://bugs.launchpad.net/bugs/382626 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 28835] Re: "Unmount" in volume right-click menu, is tech-speak and undiscoverable
I am very pleased to hear that. Ubuntu should help new users to distinguish between unmounting filesystems, disconnecting a whole device or ejecting its removable. "Keep them stupid" is not Ubuntu. I wonder that there was not a single comment mentioning the "Disk Mounter" panel applet. It is not very up-to-date, but still helpful. For enhancing ideas see or edit: http://brainstorm.ubuntu.com/idea/8789/ . Though for me a "Places" menu with eject buttons would be an nice alternative. -- "Unmount" in volume right-click menu, is tech-speak and undiscoverable https://bugs.launchpad.net/bugs/28835 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 178586] Re: Bad profiles for Sound Juicer
I thought I did add it to bugzilla.gnome.org, but I did not found it there anymore. What I found is your bug, so I copied my comment above to yout bug, see http://bugzilla.gnome.org/show_bug.cgi?id=413379#c5 What makes it worse is, that adding a new profile is buggy itself. See: http://bugzilla.gnome.org/show_bug.cgi?id=469334 http://bugzilla.gnome.org/show_bug.cgi?id=550679 ** Bug watch added: GNOME Bug Tracker #413379 http://bugzilla.gnome.org/show_bug.cgi?id=413379 ** Bug watch added: GNOME Bug Tracker #469334 http://bugzilla.gnome.org/show_bug.cgi?id=469334 ** Bug watch added: GNOME Bug Tracker #550679 http://bugzilla.gnome.org/show_bug.cgi?id=550679 -- Bad profiles for Sound Juicer https://bugs.launchpad.net/bugs/178586 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 333476] Re: glipper crashed with SyntaxError in ()
*** This bug is a duplicate of bug 282873 *** https://bugs.launchpad.net/bugs/282873 glipper is in universe, so I think changing state of its bugs is up to a MOTU. If I am wrong, please tell me! I saw that this bug is now marked as duplicate of #282873. But I was not yet able to browse to #282873! Perhaps it is marked private? What I really would like is a direct _LINK_ to the original bug on pages of duplicates. -- glipper crashed with SyntaxError in () https://bugs.launchpad.net/bugs/333476 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 341365] [NEW] gedit search window with disabled (ghosted) Find button
Public bug reported: Binary package hint: gedit I have Ubuntu 9.04 (Jaunty) alpha 4 and its gedit (2.25.7-0ubuntu2) got stuck in a strange state. If I choose "Search" by menu, toolbar or Ctrl+F the search window opens with a disabled Find button (see attachment). The button stays disabled when I type in some text or change the four checkboxes. As consequence pressing enter in the textfield does nothing. Even if I quit gedit (no more processes named "gedit") and then restart it, the Find button stays disabled. The only way to "repair" it temporarily is to choose a former search string from the drop-down-menu in the textfield. This enables the Find button immediately and it stays enabled if I edit, delete and re-enter the search string, or close and reopen the search window. But if I quit gedit and restart it, then the Find button is and stays disabled again. Normally the Find button is disabled only if the textfield is empty. Unfortunately I have no idea what action got my gedit so distempered. While exploring this (just after the first quit & restart) I saw a dialog saying that gedit had crashed. Recently I only worked with normal, short UTF-8 text files and yesterday I enabled the "Session Saver" plugin and saved the current session - so, nothing adventurous I guess. I'll add a comment, if I discover how to reproduce this. ** Affects: gedit (Ubuntu) Importance: Undecided Status: New -- gedit search window with disabled (ghosted) Find button https://bugs.launchpad.net/bugs/341365 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 341365] Re: gedit search window with disabled (ghosted) Find button
** Attachment added: "search_ghosted.png" http://launchpadlibrarian.net/23762673/search_ghosted.png -- gedit search window with disabled (ghosted) Find button https://bugs.launchpad.net/bugs/341365 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 341365] Re: gedit search window with disabled (ghosted) Find button
*** This bug is a duplicate of bug 337432 *** https://bugs.launchpad.net/bugs/337432 Sorry, my fault! Through the Activity Log of this bug I see 5 duplicates now. I was not able to find any of these using the search function of LaunchPad. Now I found that this is due to bug #90738 and I added a comment there. (https://bugs.launchpad.net/malone/+bug/90738/comments/11) Thanks for your time. (And I am glad to see how fast Jaunty bugs get fixed! :-) -- gedit search window with disabled (ghosted) Find button https://bugs.launchpad.net/bugs/341365 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 284604] [NEW] gvfsd-ftp: login works, but PASV and EPSV behave picky
Public bug reported: Binary package hint: gvfs-backends Since GnomeVFS was replaced by GVFS in April 2008 I have problems with Nautilus to connect various FTP-servers. Finally I found out why: gvfsd- ftp uses passive ftp too picky! Its Oct 16 2008 and I have an up-to-date Ubuntu Hardy 8.04 with gvfs- backends 0.2.5-0ubuntu2. I expect Nautilus to connect to as much sites as possible or to show a helpful error message. What happens is an error dialog showing "cannot connect to server" even after the server has been connected. I used "/usr/lib/gvfs/gvfsd -r" and wireshark to debug. I try to explain what I found out about the two most common scenarios: === Scenario 1: EPSV anyway === gvfsd-ftp invokes the ftp command "FEAT" to find out what features a server supports. But then it uses EPSV anyway, even if the server did not responds correctly. For example the ftp-server of big Cablecom Switzerland "ftp.hispeed.ch" responds: --> FEAT <-- 550 FEAT: Not owner Then gvfsd-ftp uses EPSV anyway and the server disconnects immediately: --> EPSV <-- 229 Entering Extended Passive Mode (|||59467|) send_reply(0x8086818), failed=1 (Keine Verbindung zum Zielrechner möglich) According "RFC 2389" the server is wrong here! But gvfsd-ftp should interpret such unexpected answers as "I cannot do EPSV" and then fall back to PASV. Or at least gvfs should report that the server lacks some feature, instead of "server cannot be connected". My workaround is to patch /usr/lib/gvfs/gvfsd-ftp by replacing the 2 occurences of "EPSV" with "" (or any other invalid command). Then everything works like expected with this and most other servers: (BTW: i don't use ipv6) --> <-- 500 not understood --> PASV <-- 227 Entering Passive Mode (80,109,240,78,202,68) ---> ... === Scenario 2: wrong PASV-IP === Fortunately most ftp-servers understand PASV. But some return the wrong IP. Often it is the IP which is valid within the same LAN (192.168.x.x) instead of the IP which is reachable from the Internet. This problem is not caused by gvfsd-ftp, but here too the error message simply is "cannot connect server", which is wrong. Other clients like gftp or curlftp have an option like "--ftp-skip-pasv- ip" which skips the answer of PASV and instead re-uses the same IP it already uses for the control connection. gvfsd-ftp could retry with the IP of the control connection, if it fails with the IP in the PASV answer. Especially if the PASV-IP is within the A/B/C-class IP range. If you think this is not a bug of gvfsd-ftp, then think of an end-user which just sees the (wrong) message "cannot connect to server", whereas other ftp-clients can... with kind regards and many thanks to everybody involved in improving Ubuntu! ** Affects: gvfs (Ubuntu) Importance: Undecided Status: New -- gvfsd-ftp: login works, but PASV and EPSV behave picky https://bugs.launchpad.net/bugs/284604 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 284604] Re: gvfsd-ftp: login works, but PASV and EPSV behave picky
Ok, thanks. I added a brief summary with link to here on bugzilla.gnome.org: http://bugzilla.gnome.org/show_bug.cgi?id=556786 Feedback from anyone with experience about the ftp-protocol is welcome! -- gvfsd-ftp: login works, but PASV and EPSV behave picky https://bugs.launchpad.net/bugs/284604 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 231507] Re: Xine-UI defaults to sound volume to 0% in Hardy
Same here with xine-ui 0.99.5+cvs20070914-2 But I think I solved it! Try to set "settings - audio - pulseaudio_device" to the string "pulseaudio" (the default name of local pulseaudio server) and "settings - audio - volume.mixer_volume" to 100% and "settings - audio - volume.remember_volume" to true. If this really solves it for everybody, then this bug is just a bad default for an empty pulseaudio_device. Moreover the parameter name "remember_volume" is misleading and neither does act like its title declares (at least in the german translation): if "remember_volume" is false and xine starts then its volume is reset to the most recent "mixer_volume" that was saved together with "remember_volume" set to true - quite confusing! So I think this IS a bug, but cause(s) and effect are a bit far apart. :-) -- Xine-UI defaults to sound volume to 0% in Hardy https://bugs.launchpad.net/bugs/231507 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 220706] Re: Boot fails on ata3: SRST failed (errno=-16)
Same here. Life-CD of Jaunty beta 3 won't boot in a DVD-drive "LG GSA-H42N" on mainboard "ASUS A7N8X-VM/400" (nVidia nForce2 chipset). Kernel repeats "ata1: SRST failed (errno=-16)". ata1 is a PATA-IDE interface (no SATA involved!) with a harddisk "Maxtor 6E040L0" as master and the DVD-drive as slave. I have already tested some of the workarounds - no success so far. -- Boot fails on ata3: SRST failed (errno=-16) https://bugs.launchpad.net/bugs/220706 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 220706] Re: Boot fails on ata3: SRST failed (errno=-16)
I tried the kernel-params irqpoll, noapic and acpi=off. I tried to wait 1 min in Busybox and then exit with Ctrl+D. I upgraded the mainboard BIOS to the latest beta. Unfortunately there are still no interesting BIOS settings (it's an AMIBIOS...) The firmware of my DVD burner LG GSA-H42N had already been the latest I found: RL01. Its not my PC and I won't make a visit before next Saturday. Then I will try to change master/slave/cable select and ports/ordering of the PATA IDE connections. See my results afterwards. thanks for your suggestion anyway! -- Boot fails on ata3: SRST failed (errno=-16) https://bugs.launchpad.net/bugs/220706 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 320006] Re: pdfimages in poppler-utils ignores "-j" to extract jpegs (*.jpg)
I deal with PDFs that are produced by gscan2pdf 0.9.27 (9.04 Jaunty) which contain one page-filling JPG per page. I attach here a Testscan.pdf of one empty paper. (BTW: I use i386 packages) With xpdf-utils 3.02-1.4ubuntu1, I get what I expect: $ pdfimages -j Testscan.pdf xpdf-image $ file xpdf-image-000.jpg xpdf-image-000.jpg: JPEG image data, JFIF standard 1.01, comment: " SANE data follows" $ ls -l xpdf-image-000.jpg -rw-r--r-- 1 oliver oliver 16634 2009-01-23 09:52 xpdf-image-000.jpg With poppler-utils 0.10.3-0ubuntu1, I get: $ pdfimages -j Testscan.pdf poppler-image $ file poppler-image-000.ppm poppler-image-000.ppm: Netpbm PPM "rawbits" image data $ ls -l poppler-image-000.ppm -rw-r--r-- 1 oliver oliver 6524897 2009-01-23 09:53 poppler-image-000.ppm ** Attachment added: "PDF of a testscan produced by gscan2pdf 0.9.27 containing one empty page as JPG" http://launchpadlibrarian.net/21557296/Testscan.pdf -- pdfimages in poppler-utils ignores "-j" to extract jpegs (*.jpg) https://bugs.launchpad.net/bugs/320006 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 238971] Re: audacious equalizer is not working correctly.
I checked this bug again on a newly installed and updated Intrepid (32bit): It is still there. I used audacious 1.5.1-3ubuntu1.1 To reproduce: * sudo apt-get install audacious audacious-plugins# audacious-plugins-extra is not needed here * open an mp3 file with Audacious * open equalizer window * press [ON] * move PREAMP slider one pixel up and then back to its middle position * repeat last step and listen to changing volume: it decreases significantly (it should increase slightly) When I move PREAMP more upwards, volume gets louder again until normal. But then high frequencies are increased, although I did not touch the other sliders! Playing with suspicious preference settings does not help. Changing "Audio Output" from PulseAudio to ALSA has no effect. The only workaround is to disable the equalizer. When saving equalizer values to Winamp EQF-files, the hexdumps of the files look ok. Audacious just misinterprets the values while playing. See also: http://ubuntuforums.org/showthread.php?p=5119499 -- audacious equalizer is not working correctly. https://bugs.launchpad.net/bugs/238971 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 248902] Re: Cannot print to remote authenticated printer
I support era's comment above. I saw this problem too after an Upgrade from Hardy to Intrepid. For me the solution was to remove the line with "AuthInfoRequired" in /etc/cups/printers.conf and to prepend username and password to the line with "DeviceURI", like this: DeviceURI smb://:@/192.168.0./usbprinter -- Cannot print to remote authenticated printer https://bugs.launchpad.net/bugs/248902 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 320006] [NEW] pdfimages in poppler-utils ignores "-j" to extract jpegs (*.jpg)
Public bug reported: Binary package hint: poppler-utils The command pdfimages in poppler-utils 10.0.30ubuntu1 (9.04 Jaunty) still ignores the option "-j" to extract ".jpg". It always extracts ".ppm". The same applies to poppler-utils 0.8.7-1ubuntu0.1 (8.10 Hardy). As a workaround you may replace "poppler-utils" with "xpdf-utils": $ sudo apt-get install xpdf-utils ** Affects: poppler (Ubuntu) Importance: Undecided Status: New ** Tags: extract jpeg jpg pdfimages poppler ppm xpdf -- pdfimages in poppler-utils ignores "-j" to extract jpegs (*.jpg) https://bugs.launchpad.net/bugs/320006 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 320006] Re: pdfimages in poppler-utils ignores "-j" to extract jpegs (*.jpg)
** Description changed: Binary package hint: poppler-utils - The command pdfimages in poppler-utils 10.0.30ubuntu1 (9.04 Jaunty) + The command pdfimages in poppler-utils 10.0.3-0ubuntu1 (9.04 Jaunty) still ignores the option "-j" to extract ".jpg". It always extracts - ".ppm". The same applies to poppler-utils 0.8.7-1ubuntu0.1 (8.10 Hardy). + ".ppm". The same applies to poppler-utils 0.8.7-1ubuntu0.1 (8.10 + Intrepid). As a workaround you may replace "poppler-utils" with "xpdf-utils": $ sudo apt-get install xpdf-utils -- pdfimages in poppler-utils ignores "-j" to extract jpegs (*.jpg) https://bugs.launchpad.net/bugs/320006 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 264104] Re: ipw2200 driver no longer works with wpa2 network
@Tim: sorry for my "Nominated for Jaunty"! It was a mistake! I am only affected by this bug, but not involved in fixing or releasing. The workarounds (associate=0 and/or debug=0x43fff) do not work for me. The symptoms here are very similar: WPA2 generates frequent "Firmware error detected. Restarting." particularly when transferring much data. With Intrepid it occurs very often. In Hardy I did also see it, but much less often. One strange observation which might help: in Intrepid the time between "Firmware error detected. Restarting." is always an exact multiple of 30 seconds! I think there are 3 duplicates to this bug report: https://bugs.launchpad.net/bugs/295414 https://bugs.launchpad.net/bugs/293426 https://bugs.launchpad.net/bugs/289276 (slightly different symptoms) -- ipw2200 driver no longer works with wpa2 network https://bugs.launchpad.net/bugs/264104 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 289276] Re: ipw2200 kernel module fails in intrepid
@przemo24555: I think I have the same problem. What did you customize in your kernel? Could you please check if your bug is a duplicate of one of these: https://bugs.launchpad.net/bugs/264104 https://bugs.launchpad.net/bugs/293426 https://bugs.launchpad.net/bugs/295414 (see my comments there) -- ipw2200 kernel module fails in intrepid https://bugs.launchpad.net/bugs/289276 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 238971] Re: audacious equalizer is not working correctly.
I confirm that this is still an issue in Intrepid. With the LiveCD 8.10 final I installed audacious and enabled the equalizer. While decreasing the preamp (most left controller) only a few pixels, volume decreases but suddenly doubles! And as enyckma sais, the controllers do influence each others purpose, so that moving preamp only may change treble or bass. For me it feels like an integer overflow problem within an array of equalizer values. (just a wild speculation without looking at source code) BTW: This also happens without any plugins activated. -- audacious equalizer is not working correctly. https://bugs.launchpad.net/bugs/238971 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 178586] Re: Bad profiles for Sound Juicer
My wish exactly matches this report, so I add it here (and on bugzilla.gnome.org). I read all those "bad MP3 VBR with soundjuicer" bugs. What I miss anyway is a simple MP3 CBR profile! To make it easier for beginners I propose: Profilename: "MP3 128kbit/s" GStreamer: "audio/x-raw-int,rate=44100,channels=2 ! lame name=enc bitrate=128 ! id3v2mux" Profilename: "MP3 160kbit/s (optimal)" GStreamer: "audio/x-raw-int,rate=44100,channels=2 ! lame name=enc bitrate=160 ! id3v2mux" Profilename: "MP3 192kbit/s" GStreamer: "audio/x-raw-int,rate=44100,channels=2 ! lame name=enc bitrate=192 ! id3v2mux" -- Bad profiles for Sound Juicer https://bugs.launchpad.net/bugs/178586 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 295414] Re: Wireless network keeps disconnecting in Intrepid
Hi again, I can reproduce this "Firmware error detected. Restarting." on Hardy. Not suprising, as the ipw2200 firmware is the same since March 7 2006. It occurs when transfering much data. To test I receive a big file through NFS with about 29 MBit/s. With Intrepid the error is much more frequent than with Hardy. It looks like the network stack in 2.6.27 has been further optimzed and puts more stress on the firmware. One strange observation which might help: the time between "Firmware error detected. Restarting." is always an exact multiple of 30 seconds! I use WPA2 on a HP Compaq nx8220 with an Intel PRO/Wireless 2200BG and my router is a Linksys WRT54GL with Tomato firmware (based on Linux 2.4.x) -- Wireless network keeps disconnecting in Intrepid https://bugs.launchpad.net/bugs/295414 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 220706] Re: Boot fails on ata3: SRST failed (errno=-16)
As promised it's me again and... IT'S FIXED FOR ME! :-) With 2.6.22 (Gutsy 7.10) and with Windows 2000 it worked for years. But kernel 2.6.28 seems to have a more strict timing for IDE. There was an 80pin cable with a DVD drive jumpered as slave at the _LONGER_ end, a harddrive jumpered as master in the middle and the _SHORTER_ end plugged into the mainboard. When I swapped both ends of this cable, the LiveCD of Jaunty 9.04 alpha 3 finally booted! I even managed to boot Jaunty with the short end of the 80pin cable plugged into the mainboard, but both drives jumpered as "cable select". But then "hdparm -t" showed only 30.2MB/s - instead of 57.4MB/s with correct cabling! Older kernels or Windows do not complain about this. So I think newer kernels indeed should _NOT HANDLE_ such bad cabling, but they should display a more helpful error message than "SRST failed (errno=-16)". After some reading about "cable select" and some benchmarking I suggest: 1. With 80pin-cables plug the _LONGER_ end into the mainboard! And set jumpers of both drives to "C S" (= "cable select"). Then the drive at the shorter end becomes master, the middle one becomes slave. 2. With 40pin-cables jumper one drive to "M A" (= "master), the other drive to "S L" (= "slave"). Ordering of connectors is not so critical, but doing it like with 80pin cables seems reasonable. 3. With only 2 drives let both become master using 2 cables. With more than 2 drives the fastest two should share one cable. And on each cable the faster drive should become master, the slower slave. Sorry not to mention SATA - the stubborn, old system here is PATA only. If you have further results with SATA, please add it here! -- Boot fails on ata3: SRST failed (errno=-16) https://bugs.launchpad.net/bugs/220706 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 333092] Re: install.py crashed with TypeError in main()
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/22990806/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/22990807/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/22990808/ProcStatus.txt ** Attachment added: "Traceback.txt" http://launchpadlibrarian.net/22990809/Traceback.txt ** Visibility changed to: Public -- install.py crashed with TypeError in main() https://bugs.launchpad.net/bugs/333092 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 333476] Re: glipper crashed with SyntaxError in ()
Same here. It crashed in About.py on line 51. There is a string containing a (non- ascii) copyright sign, which is encoded with utf-8 in the file. As a quick fix I copied the following line to the beginning of /var/lib/python-support/python2.5/glipper/About.py : # -*- coding: utf-8 -*- (BTW: Recently I got updates for various python packages. Perhaps the default encoding has changed or is treated more strict now?) -- glipper crashed with SyntaxError in () https://bugs.launchpad.net/bugs/333476 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 257087] Re: crash when copy-paste from firefox to oowriter
Same here. I first solved the "Could not find a Java Runtime Environment!" by installing "openoffice.org-java-common". But oowriter still crashed with a document containing web-content copy-pasted from firefox. The "content.xml" in my document contains some http:// links to small images. The document was created with oowriter on Windows XP where it does not crash. But on my up-to-date Ubuntu 8.04 the document crashes oowriter as soon as its web-content gets displayed. Printing and exporting to PDF works! -- crash when copy-paste from firefox to oowriter https://bugs.launchpad.net/bugs/257087 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 324894] Re: "Corrupted low memory at" kernel warning on resume
Same here on ACER TravelMate 8003LMi after resume. $ uname -a Linux 2.6.28-13-generic #45-Ubuntu SMP Tue Jun 30 19:49:51 UTC 2009 i686 GNU/Linux $ sudo dmidecode -t bios BIOS Information Vendor: ACER Version: 3A12 Release Date: 04/02/2004 Address: 0xE5240 Runtime Size: 110016 bytes ROM Size: 512 kB Characteristics: ISA is supported PCI is supported PC Card (PCMCIA) is supported PNP is supported APM is supported BIOS is upgradeable BIOS shadowing is allowed ESCD support is available Boot from CD is supported 3.5"/720 KB floppy services are supported (int 13h) Print screen service is supported (int 5h) 8042 keyboard services are supported (int 9h) Serial services are supported (int 14h) Printer services are supported (int 17h) ACPI is supported USB legacy is supported AGP is supported Smart battery is supported BIOS boot specification is supported ** Attachment added: "tail of dmesg after a resume with memory corruption" http://launchpadlibrarian.net/29207204/dmesg_ACER_TraveMate_8003LMi.log -- "Corrupted low memory at" kernel warning on resume https://bugs.launchpad.net/bugs/324894 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 387286] Re: firefox crashed with SIGSEGV in g_type_check_instance_cast()
As noted above the version of firefox-3.0 package was: 3.0.11+build2+nobinonly-0ubuntu2 Please tell me if further packages are involved. I'll add another comment if it crashes again. -- firefox crashed with SIGSEGV in g_type_check_instance_cast() https://bugs.launchpad.net/bugs/387286 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 371740] Re: DVD ROM / DVD RW drives not working
@Eric: do you still have crashes with CD-ROMs? I have a similar problem on an old Laptop "Dell Dimension 2400". When inserting a CD-ROM (burned or pressed) Ubuntu 9.04 *sometimes* freezes completely! Please tell me what hardware you have: To find hardware details, start a "Terminal" (like a DOS box) and execute the command: sudo lshw -short Enter your password and then copy-paste the result into a textfile and attach it to a comment here. Advanced info: With "freezes" I mean the kernel of 9.04 crashes, even Alt+PrtScr+R-E-I-S-U-B does nothing. The problem did not occur with Ubuntu 8.10. -- DVD ROM / DVD RW drives not working https://bugs.launchpad.net/bugs/371740 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 282013] Re: Resizing Nautilus window using drag handle, handle seems to be "lost" after first drag
In Karmic alpha 3 this bug is still present. As Ronan wrote in comment #2 it is not a Nautilus problem only. For example gedit is also affected. In addition to my comment #13: I think, when the button is released while resizing a window, first the window gets redrawn for the last time AND AFTER THAT the mouse coordinates are read to determine where the resize area shall be, and after clipping this area to its usual region it disappears completely. With a mouse most people will first stop moving before releasing the button and won't see the problem. And on systems with fast cpu/graphics the error will only be a few pixels. But on older Laptops with touchpads the problem is quite obvious. But because the symptom nearly seems random, many users might think their touchpads or movements are just too unprecise. IMHO this bug would perfectly fit as one of the "One Hundred Paper Cuts", especially because one target of Karmic is to maximize usability on Netbooks. -- Resizing Nautilus window using drag handle, handle seems to be "lost" after first drag https://bugs.launchpad.net/bugs/282013 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 282013] Re: Resizing Nautilus window using drag handle, handle seems to be "lost" after first drag
** Bug watch added: GNOME Bug Tracker #590410 http://bugzilla.gnome.org/show_bug.cgi?id=590410 ** Also affects: libgtk via http://bugzilla.gnome.org/show_bug.cgi?id=590410 Importance: Unknown Status: Unknown -- Resizing Nautilus window using drag handle, handle seems to be "lost" after first drag https://bugs.launchpad.net/bugs/282013 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 369567] Re: Google Earth crashes system in 9.04
I also found a workaround: just turn off "View - Atmosphere". Then Google Earth seems stable even while rendering many 3D buildings! See 3 comments above for some specs of my systems. Without any success I tried GE 5.0 and 4.3, the latest drivers from xorg-edgers and different values in xorg.conf (I tried different values for AccelMethod, AccelDFS, EnablePageFlip, ColorTiling and FBTexPercent). -- Google Earth crashes system in 9.04 https://bugs.launchpad.net/bugs/369567 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 107545] Re: CPU Scaling too aggressive
Please note that this bug is in state "Fix Released" and was about the opposite! Before Jaunty up_threshold was 31, which wastes power and forces loud fans while playing movies or even mp3. Now the default is 95 which causes jitter on some systems. There is a new bug about this problem in Jaunty that can be solved by *REDUCING* up_threshold. Please file your findings and system specs there: https://bugs.launchpad.net/bugs/326149 Meanwhile use Wills comment to reduce up_threshold permanently: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/107545/comments/11 -- CPU Scaling too aggressive https://bugs.launchpad.net/bugs/107545 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 192072] Re: nautilus makes files disapear visually
I tried it with the latest "Daily Live CD" (15.2.2008) and it seems to be fixed! As I mentioned, on Hardy beta 3 Live CD it was still buggy. But for me it is solved now. And because Hardy will be LTS again, it is perhaps not necessary to backport the fix to Dapper LTS or other releases, is it? thanks for your quick answer Oliver Shall Hardy become the most stable OS ever! :-) -- nautilus makes files disapear visually https://bugs.launchpad.net/bugs/192072 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 179148] Re: glipper will not install on Hardy Herron Alpha 2
@Julien: Thank you! For me too glipper did not show up in the dialog "Add to panel..." of 8.04 alpha 3. Restarting or updating did not help. Your comment above did help! Today I tested it with an 8.04 beta Live-CD. After "sudo apt-get install glipper" glipper does NOT appear in the dialog "Add to panel..."! I restarted gdm with CTRL+Alt+Backspace which failed with the message "failed - try to kill bonobo-activation-server"! So i did that and then restarted gdm again. After that glipper worked like expected. I think there IS a minor bug in the install package of glipper, which can be worked around with a system restart. @Andrew: I agree, another problem could be, that the new glipper is simply not found by the users. In the german dialog "Zum Panel hinzufügen..." glippers title and text even does not contain "clip", "glip" or "board". One has to use "ablage" to find glipper. A better, longer text would be helpful. -- glipper will not install on Hardy Herron Alpha 2 https://bugs.launchpad.net/bugs/179148 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 192072] Re: nautilus makes files disapear visually
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/11985179/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/11985180/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/11985181/ProcStatus.txt -- nautilus makes files disapear visually https://bugs.launchpad.net/bugs/192072 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 192072] [NEW] nautilus makes files disapear visually
Public bug reported: Binary package hint: nautilus I use Feisty (7.04) with nautilus 2.18.1-0ubuntu1. But Hardy (8.04) beta 3 live CD is still affected. Steps to reproduce: With nautilus open a folder in a list-viewed window which has a non-empty folder F in it. Unfold folder F by clicking small arrow in front of it. Now rename folder F without pressing enter or clicking outside afterwards. Instead click on an object inside folder F to leave renaming. The clicked object disappears visually! It works with left and right clicks, on files and subfolders. By repeating it, further objects may get disappeared. Clicking small arrow twice does not help. Even pressing F5 to refresh does not help always. Fortunately, reopening the nautilus window always brings objects back to existence. Kind regards, Oliver ProblemType: Bug Architecture: i386 Date: Fri Feb 15 09:20:35 2008 DistroRelease: Ubuntu 7.04 ExecutablePath: /usr/bin/nautilus Package: nautilus 1:2.18.1-0ubuntu1 PackageArchitecture: i386 ProcCmdline: nautilus --no-default-window --sm-client-id default2 ProcCwd: /home/oliver ProcEnviron: LANGUAGE=de_CH.UTF-8 PATH=/home/oliver/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games:/home/oliver/powerpc-860/bin LANG=de_CH.UTF-8 SHELL=/bin/bash SourcePackage: nautilus Uname: Linux oliverhp 2.6.20-16-generic #2 SMP Tue Feb 12 05:41:34 UTC 2008 i686 GNU/Linux ** Affects: nautilus (Ubuntu) Importance: Undecided Status: New -- nautilus makes files disapear visually https://bugs.launchpad.net/bugs/192072 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 107545] Re: CPU Scaling too aggressive
I tested it with a fully updated Hardy Heron 8.04 Alpha: up_threshold is still 31 > uname -a Linux oliverhp 2.6.24-11-generic #1 SMP Fri Feb 29 22:08:31 UTC 2008 i686 GNU/Linux The bad thing is, that the default of 31 is not only set at boot time. It is set again upon standby&resume, hibernate&resume, even logout&login and perhaps more occasions. A nice solution would be, that .../cpufreq/ondemand/up_threshold would not only change the current value but also the default which now seems to be built in the kernel. This way a script at boot time or an entry in /etc/sysfs.conf could set a value that will not change until the next reboot. -- CPU Scaling too aggressive https://bugs.launchpad.net/bugs/107545 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 155641] Re: java related /etc/alternatives files broken after upgrading to gutsy
Perhaps there is a problem with the uninstall procedure of icedtea-java which causes the symptoms of this bug. I use the latest Ubuntu Hardy (beta). When I removed icedtea-java from my system today, the /etc/alternatives/java got broken. It was still linked to icedtea-java. I confirmed this with "sudo update-alternatives --display java". I expected that it gets linked back to sun-java6, like it was before installing icedtea-java. Even reinstalling sun-java6 did not help. I was able to fix it with "sudo update-alternatives --auto java". I don't know if this is a good solution, but if so, then icedtea-java could do this in its uninstall- script. Some background info: I uninstalled icedtea-java because "ProjectX" got an update today where it does not depend on icedtea-java anymore. Now it can also run with sun-java6. packages/versions involved: icedtea-java7-jre (7~b24-1.5+20080118-1) sun-java6-jre (6-04-2) project-x (0.90.4dfsg-0ubuntu3, updated to 0.90.4dfsg-0ubuntu4) -- java related /etc/alternatives files broken after upgrading to gutsy https://bugs.launchpad.net/bugs/155641 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 107545] Re: CPU Scaling too aggressive
I can confirm this issue! On my Laptop totem or xine use approx. 60% of 800MHz. By default up_threshold is 31, so the CPU goes up to 2GHz, which makes the fan spin quite loud. The only work-around is to setup a cronjob for root that changes up_threshold to 90 every 15 mins - not very nice. But I did not find all the scripts that reset up_threshold to 31 again and again. (I still use Ubuntu 7.04 Feisty) -- CPU Scaling too aggressive https://bugs.launchpad.net/bugs/107545 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 527458] Re: please include status messages/tooltips
I desperately miss the tooltip of master volume! :'-( My argument for "tooltips everywhere!": Tooltips are most valuable for newbies. And the more tooltips there are, the more users get aware of them. If all but the most important tooltips are removed, users won't wait anymore on every widget, because most of the time nothing happens. In short: tooltips only make sense if they are common enough. -- please include status messages/tooltips https://bugs.launchpad.net/bugs/527458 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 532633] Re: [Master] Window Control buttons: position/order/alignment
I also feel a strong temptation to add another "why I don't like those buttons", but let me try differently: To me the problem seems to be, that ALL themes are affected by a decision meant for the new themes only. So I propose to fix this by changing the GLOBAL setting for button positions into a PER-THEME setting. And as the design team makes use of this setting, they would be responsible to convince people of Gnome to fix this. Apart from my interest on fixing this bug I am very pleased to see what happens in the Ubuntu community if freedom is in danger - even if it's only the freedom to choose button positions. I feel very comfortable among people who care about freedom and who care about details. After all, this is why I love Linux! -- [Master] Window Control buttons: position/order/alignment https://bugs.launchpad.net/bugs/532633 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 358131] Re: gnome sound manager applet is less sensitive
@Wolf-Jakob: does your volume really change only 5% per mouse wheel step? 5% should not change very quiet into very loud. Please check further if your volume changes are very big in the load range but very small in the quiet range (or vice-versa). Perhaps certain sound card drivers have a linear volume range whereas others have a logarithmic one. This should be standardized and wrong drivers must be fixed then. -- gnome sound manager applet is less sensitive https://bugs.launchpad.net/bugs/358131 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 358131] Re: gnome sound manager applet is less sensitive
@Wolf-Jakob: Sorry now I saw your same comment on gnome.org. So let us continue there... -- gnome sound manager applet is less sensitive https://bugs.launchpad.net/bugs/358131 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 340862] Re: "save anyway" dialog shows up when backup turn off
@Ekin: sorry, I have no more ideas to help you. If your files and the directory around them all have UID,GID = 1000,1000 then gedit should be able to save its "*~" backups. If you find a recipe to reproduce your problem, namely to create a new file where gedit 2.28.x fails, then please write it here. (The recipe should be simpler than installing Fedora and migrate it to Ubuntu 9.10 ;-) -- "save anyway" dialog shows up when backup turn off https://bugs.launchpad.net/bugs/340862 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 543163] Re: Long delay when browsing a device (obex)
apport information ** Tags added: apport-collected ** Description changed: Binary package hint: bluez Pairing with phone works flawlessly. But while browsing through obex nautilus often does nothing for 30...60 seconds. dmseg and syslog don't show any problem. In Lucid alpha 2 and 3 there were (recoverable) kernel crashes while browsing. Since Lucid beta 1 there are no crashes or lost connections anymore - just those long timeouts. In Karmic there are no such timeouts. I use a Live-CD of Lucid beta 1 on a HP Compaq nx8220 and a Nokia N81: $ lsusb Bus 003 Device 002: ID 03f0:011d Hewlett-Packard Integrated Bluetooth Module ... - I hope I guessed the package right. I'd be glad to submit further infos - about this bug. It's easy to reproduce for me. + I hope I guessed the package right. I'd be glad to submit further infos about this bug. It's easy to reproduce for me. + --- + Architecture: i386 + DistroRelease: Ubuntu 10.04 + InterestingModules: rfcomm sco bnep l2cap btusb bluetooth + LiveMediaBuild: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429) + MachineType: Hewlett-Packard HP Compaq nx8220 (PY517EA#ABD) + Package: bluez 4.60-0ubuntu8 + PackageArchitecture: i386 + PccardctlIdent: + Socket 0: +no product info available + PccardctlStatus: + Socket 0: +no card + ProcCmdLine: BOOT_IMAGE=(loop)/casper/vmlinuz boot=casper iso-scan/filename=/boot/iso/lucid-desktop-i386.iso noeject noprompt -- + ProcEnviron: + LANG=en_US.UTF-8 + SHELL=/bin/bash + ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2 + Tags: lucid + Uname: Linux 2.6.32-21-generic i686 + UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare + dmi.bios.date: 07/11/2007 + dmi.bios.vendor: Hewlett-Packard + dmi.bios.version: 68DTV Ver. F.16 + dmi.board.name: 0934 + dmi.board.vendor: Hewlett-Packard + dmi.board.version: KBC Version 43.1D + dmi.chassis.asset.tag: oliverhp + dmi.chassis.type: 10 + dmi.chassis.vendor: Hewlett-Packard + dmi.modalias: dmi:bvnHewlett-Packard:bvr68DTVVer.F.16:bd07/11/2007:svnHewlett-Packard:pnHPCompaqnx8220(PY517EA#ABD):pvrF.16:rvnHewlett-Packard:rn0934:rvrKBCVersion43.1D:cvnHewlett-Packard:ct10:cvr: + dmi.product.name: HP Compaq nx8220 (PY517EA#ABD) + dmi.product.version: F.16 + dmi.sys.vendor: Hewlett-Packard + hciconfig: + hci0:Type: USB + BD Address: 00:16:41:7C:AC:64 ACL MTU: 377:10 SCO MTU: 16:0 + UP RUNNING PSCAN + RX bytes:7288368 acl:22683 sco:0 events:1045 errors:0 + TX bytes:25573 acl:1239 sco:0 commands:42 errors:0 + rfkill: + 0: hci0: Bluetooth + Soft blocked: no + Hard blocked: no ** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/47636748/BootDmesg.txt -- Long delay when browsing a device (obex) https://bugs.launchpad.net/bugs/543163 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 543163] CurrentDmesg.txt
apport information ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/47636750/CurrentDmesg.txt -- Long delay when browsing a device (obex) https://bugs.launchpad.net/bugs/543163 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 543163] Dependencies.txt
apport information ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/47636753/Dependencies.txt -- Long delay when browsing a device (obex) https://bugs.launchpad.net/bugs/543163 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 543163] Lspci.txt
apport information ** Attachment added: "Lspci.txt" http://launchpadlibrarian.net/47636754/Lspci.txt -- Long delay when browsing a device (obex) https://bugs.launchpad.net/bugs/543163 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 543163] Lsusb.txt
apport information ** Attachment added: "Lsusb.txt" http://launchpadlibrarian.net/47636758/Lsusb.txt -- Long delay when browsing a device (obex) https://bugs.launchpad.net/bugs/543163 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 543163] ProcCpuinfo.txt
apport information ** Attachment added: "ProcCpuinfo.txt" http://launchpadlibrarian.net/47636761/ProcCpuinfo.txt -- Long delay when browsing a device (obex) https://bugs.launchpad.net/bugs/543163 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 543163] ProcInterrupts.txt
apport information ** Attachment added: "ProcInterrupts.txt" http://launchpadlibrarian.net/47636775/ProcInterrupts.txt -- Long delay when browsing a device (obex) https://bugs.launchpad.net/bugs/543163 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 543163] ProcModules.txt
apport information ** Attachment added: "ProcModules.txt" http://launchpadlibrarian.net/47636786/ProcModules.txt -- Long delay when browsing a device (obex) https://bugs.launchpad.net/bugs/543163 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 543163] UdevDb.txt
apport information ** Attachment added: "UdevDb.txt" http://launchpadlibrarian.net/47636794/UdevDb.txt -- Long delay when browsing a device (obex) https://bugs.launchpad.net/bugs/543163 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 543163] syslog.txt
apport information ** Attachment added: "syslog.txt" http://launchpadlibrarian.net/47636804/syslog.txt -- Long delay when browsing a device (obex) https://bugs.launchpad.net/bugs/543163 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 543163] UdevLog.txt
apport information ** Attachment added: "UdevLog.txt" http://launchpadlibrarian.net/47636798/UdevLog.txt -- Long delay when browsing a device (obex) https://bugs.launchpad.net/bugs/543163 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 543163] Re: Long delay when browsing a device (obex)
I reproduced the bug by booting a Live-CD of Lucid 10.04 final release. See the apport infos above. To reproduce I disconnect, reconnect and then browse my Nokia N81. I realized that each time before the described delay of about 26 secs occurs, there is a smaller delay (some seconds) while browsing through directories on the phone. This smaller delay is unpredictable but only occurred when changing back to a parent directory that already has been opened before: I attach here a log file produced by "sudo hcidump -XYt > $HOME/hci.log" while doing this: 1. Browse files on device... 2. Click on E:/ (memory card in the phone) 3. Click on Images/ 4. Click on a subdir of Images/ 5. Click back on E:/ => delay of some seconds 6. Drag&Drop a file from E:/ to Desktop => delay of about 26 secs ** Attachment added: "sudo hcidump -XYt > $HOME/hci.log" http://launchpadlibrarian.net/47649705/hci.log.tar.bz2 -- Long delay when browsing a device (obex) https://bugs.launchpad.net/bugs/543163 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 543163] Re: Long delay when browsing a device (obex)
@Baptiste: Sorry, I nearly forgot: I never saw a delay when using /usr/share/doc/obexd-client/examples/list-folders. -- Long delay when browsing a device (obex) https://bugs.launchpad.net/bugs/543163 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 466575] Re: secure remove of external USB-HDD produces error
With released 10.04 I get an error more like that of Gustavo (saying that SYNCHRONIZE CACHE failed). "Eject" works perfectly whereas "Safely Remove Drive" brings: Unable to stop Nokia S60 Error detaching: helper exited with exit code 1: Detaching device /dev/sdb USB device: /sys/devices/pci:00/:00:1d.0/usb2/2-1) SYNCHRONIZE CACHE: FAILED: No such file or directory (Continuing despite SYNCHRONIZE CACHE failure.) STOP UNIT: FAILED: No such file or directory -- secure remove of external USB-HDD produces error https://bugs.launchpad.net/bugs/466575 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 527458] Re: please include status messages/tooltips
And another +200. Ha! That makes 3! Do I win something? An extra tooltip?? -- please include status messages/tooltips https://bugs.launchpad.net/bugs/527458 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
Re: [Bug 527458] Re: please include status messages/tooltips
On 07/05/10 14:04, Mark Shuttleworth wrote: > On 07/05/10 10:18, Oliver Joos wrote: > > And another +200. > > > > Ha! That makes 3! Do I win something? An extra tooltip?? > > Wow, it's like this is a democracy or something :-) > Sorry for my sarcasm. I read so much about the topic that sometimes I loose the seriousness it deserves. I really hope for a solution to satisfy both parties, mainly because I think the issue is an example for similar decisions in the future of Ubuntu. It's about simplicity vs freedom of choice - a true challenge for Opensource. I'd like to thank you Mark, that you tolerate (and read!) these comments in your bug tracker although this bug has already been marked as "Won't fix". Your presence helps a lot to keep confidence in Ubuntus future and to stay serious in such discussions. For people like me who cannot understand why valuable tooltips are gone I recommend to read http://design.canonical.com/2010/04/notification-area/. This article helped me to understand the other point of view. And there we could also leave comments that do not fit here. -- please include status messages/tooltips https://bugs.launchpad.net/bugs/527458 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 427168] Re: usb keyboard settings reset on plugin
On gnome.org a promising fix is discussed. (see https://bugzilla.gnome.org/show_bug.cgi?id=610245) ** Bug watch added: GNOME Bug Tracker #610245 https://bugzilla.gnome.org/show_bug.cgi?id=610245 ** Changed in: xkeyboard-config Status: Confirmed => Unknown ** Changed in: xkeyboard-config Remote watch: freedesktop.org Bugzilla #26293 => GNOME Bug Tracker #610245 ** Project changed: xkeyboard-config => gnome-settings-daemon -- usb keyboard settings reset on plugin https://bugs.launchpad.net/bugs/427168 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 174570] Re: Synaptic Preferences Window hangs on clicking Ok or Apply
@TroubleMakerDV: The bug about synaptic not remembering "treat recommended as dependencies" is even older than this one: bug #154349. Feel free to add yourself as affected there! -- Synaptic Preferences Window hangs on clicking Ok or Apply https://bugs.launchpad.net/bugs/174570 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 502774] Re: deja-dup suddenly refuses to restore single files
Thanks! I will try that from PPA. As you asked I generated the deja-dup.log. Then I inspected the Traceback and added another log.info() into "duplicity/backends/localbackend.py:get()": def get(self, filename, local_path): """Get file and put in local_path (Path object)""" source_path = self.remote_pathdir.append(filename) log.Info("Get file '%s' and put in local_path '%s'" % \ (str(source_path), str(local_path))) # <-- ADDED! local_path.writefileobj(source_path.open("rb")) The attached log file was generated with this line added! The paths look ok to me. From nautilus I can read the file where duplicity has problems. ** Attachment added: "deja-dup2.log" http://launchpadlibrarian.net/37493115/deja-dup2.log -- deja-dup suddenly refuses to restore single files https://bugs.launchpad.net/bugs/502774 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 502774] Re: deja-dup suddenly refuses to restore single files
I has something to do with gvfs-ftp or its use by duplicity. If I mount the backup folder of the server with NFS and reconfigure deja-dup to use /media/server/duplicity/ then everything works as expected. -- deja-dup suddenly refuses to restore single files https://bugs.launchpad.net/bugs/502774 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 497533] Re: Since Lucid Live Daily 03 Dec 09, wireless will not connect, just spins. Mobil Broadband is OK. 9.10 and 9.04 are OK.
I confirm this issue. I saw it since mid-December and again with Lucid Live CD of January 6 2010. I have a HP Compaq nx8220 with the very same network hardware: Network controller: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection (rev 05) I stopped NetworkManager and started it manually with --no-daemon. What I saw (see attachment) makes me think it might be a driver problem, but more likely some dependency problem network-manager -> libc. ** Package changed: ubuntu => network-manager (Ubuntu) ** Attachment added: "NetworkManager.log" http://launchpadlibrarian.net/37539320/NetworkManager.log -- Since Lucid Live Daily 03 Dec 09, wireless will not connect, just spins. Mobil Broadband is OK. 9.10 and 9.04 are OK. https://bugs.launchpad.net/bugs/497533 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 160311] Re: Resizing windows by grabbing window borders is difficult
I deeply agree! Perhaps I go and buy one of those 1dpi gamer mice as workaround ... -- Resizing windows by grabbing window borders is difficult https://bugs.launchpad.net/bugs/160311 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 427168] Re: usb keyboard settings reset on plugin
As a workaround you may just set the rate again with the command: gconftool-2 -s -t int /desktop/gnome/peripherals/keyboard/rate To get the current you can do: gconftool-2 -g /desktop/gnome/peripherals/keyboard/rate Each time your keyboard is slow again, you can invoke the first command in a Terminal. Or you can add it as user-defined applet to your gnome panel. Or you can add it in "gnome-volume-properties" as an action to be taken whenever a keyboard is (re-)detected - this is fully automatic then and works best for me. "gnome-volume-properties" can be found in gnome menu "System - Preferences". If not, you may have to install "gnome-volume-manager" first. -- usb keyboard settings reset on plugin https://bugs.launchpad.net/bugs/427168 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 427168] Re: usb keyboard settings reset on plugin
The commands have to be on one line only, so try: gconftool-2 -s -t int /desktop/gnome/peripherals/keyboard/rate 38 -- usb keyboard settings reset on plugin https://bugs.launchpad.net/bugs/427168 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 427168] Re: usb keyboard settings reset on plugin
My comment #13 does not solve but hide the problem - it is a work- around. The kernel/driver/Xorg is supposed to resend rate and delay when a keyboard hardware lost them due to power loss. I'd call it chaotic to leave this to a user-space program. Me too, hope a proper fix will make it into 10.04 (LTS). You can help at least by adding yourself as "affected by this bug". If more people are affected, we could add this bug to the 100-papercut-project. -- usb keyboard settings reset on plugin https://bugs.launchpad.net/bugs/427168 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 466575] Re: secure remove of external USB-HDD produces error
Same error here whenever I "Safely Remove" my Nokia N81. If I "Unmount" and unplug it, the N81 complains about incorrect disconnection ("data may be lost"). And if I "Eject" and unplug it, then *sometimes* it works for both sides (N81 says "cable may be removed now")! Sometimes the same error is shown like after safely remove it. -- secure remove of external USB-HDD produces error https://bugs.launchpad.net/bugs/466575 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 427168] Re: usb keyboard settings reset on plugin
I confirm that this bug still exists in Lucid 10.04 alpha 2 (as of 13th January 2010). -- usb keyboard settings reset on plugin https://bugs.launchpad.net/bugs/427168 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 372612] Re: Wrong keyboard settings are restored after resume
I am not sure if my comment above targets the same issue as this bug. This bug is about wrong settings after RESUME. If unplug and re-plug the keyboard does also trigger this bug, then my previous comment is valid and we could mark this bug as duplicate of Bug #427168. -- Wrong keyboard settings are restored after resume https://bugs.launchpad.net/bugs/372612 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 466575] Re: secure remove of external USB-HDD produces error
I just checked Lucid 10.04 alpha 2 (released 13th January 2010): "Safely Remove" my Nokia N81 still triggers this error. "Unmount" and unplug the N81 still makes it complain about incorrect disconnection (which is correct, I think!) "Eject" and unplug it now seems to work always! (as opposed to Karmic) -- secure remove of external USB-HDD produces error https://bugs.launchpad.net/bugs/466575 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 28835] Re: "Unmount" in volume right-click menu, is tech-speak and undiscoverable
There are devices that can be "Powered Down", "Ejected" or "Safely Removed" manually. The problem I see here is that Ubuntu 10.04 alpha 2 still uses these terms slightly incorrect. E.g. when I connect my mobile through USB I can "Safely Remove" or "Eject" it. I never saw it jumping out of the USB slot when I chose "Eject". We should keep discussing these terms until confusion is fixed. With mount/unmount I definitely see no problem! It is a weak argument that these terms are not well known by people in the real world. Who knows how to "delete" a real folder then?? Using Ubuntu means entering the Linux/Unix world and there you cannot ignore the existence of partitions. You even cannot do this in fuzzy windows world. Hiding "Unmount" just hides a part of the concept about partitions, and THAT would be confusing. However I do agree to unmount all partitions implicitly when a device or media is powered down, ejected or removed. -- "Unmount" in volume right-click menu, is tech-speak and undiscoverable https://bugs.launchpad.net/bugs/28835 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 497533] Re: Since Lucid Live Daily 03 Dec 09, wireless will not connect, just spins. Mobil Broadband is OK. 9.10 and 9.04 are OK.
For me this is fixed with 10.04 (Lucid) alpha 2, released 13th January 2010. network-manager: 0.8~a~git.20091013t193206.679d548-0ubuntu1 network-manager-gnome: 0.8~a~git.20091014t134532.4033e62-0ubuntu1 libc6: 2.11~20100104-0ubuntu3 -- Since Lucid Live Daily 03 Dec 09, wireless will not connect, just spins. Mobil Broadband is OK. 9.10 and 9.04 are OK. https://bugs.launchpad.net/bugs/497533 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 295414] Re: Wireless network keeps disconnecting in Intrepid
As I wrote earlier here I use WPA2 on a HP Compaq nx8220 with an Intel PRO/Wireless 2200BG and had this problem from Intrepid to Jaunty. In Karmic it only occurs if I transfer faster than about 28000 kbit/s. Now I checked Lucid 10.04 alpha 2 and it is finally *FIXED* and faster than ever before: continuous throughput with 30460 kbit/s with NFS! -- Wireless network keeps disconnecting in Intrepid https://bugs.launchpad.net/bugs/295414 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 502774] Re: deja-dup suddenly refuses to restore single files
I tried the even newer package in Lucid 10.04 alpha 2 and it worked! I was able to restore my old backup again. Then I checked Karmic again and after deleting ".cache/deja-dup" it worked again too! (I really thought I tried this before) I guess I damaged ".cache/deja-dup" when I tried to force deja-dup to connect through ftp. This still does not work nice in 10.04 alpha 2! After I changed the backup location to use ftp, I was no more able to restore single files. And after the third attempt nautilus crashed in Lucid (ok, it's alpha...). For me this bug is kind of solved. But deja-dup could try harder if it is no more able to restore files. E.g. it could try to delete and rebuild ".cache/deja-dup" on its own. Here are the versions in Lucid 10.04 alpha 2 I used: deja-dup (13.5-0ubuntu1) duplicity (0.6.06-2ubuntu1) librsync1 (0.9.7-7) python-boto (1.9b-1ubuntu2) -- deja-dup suddenly refuses to restore single files https://bugs.launchpad.net/bugs/502774 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 363304] Re: No volume change indication on volume change using trackpad or mouse scroll wheel
Years ago (in Dapper or so) the yellow popup immediately appeared as soon as the volume changed by scrolling the mouse wheel. That was good enough for me. Now when moving the mouse over the icon I have to wait for the popup because it won't appear as long as the mouse wheel scrolls - this is annoying. So I vote for changing this bug from Wishlist to a Low prio bug, add it as a papercut for Lucid and re-implement the behavior of Dapper. -- No volume change indication on volume change using trackpad or mouse scroll wheel https://bugs.launchpad.net/bugs/363304 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 510495] [NEW] gedit 2.28 spoiles Ctrl+F because it leaves focus in sidebar when a document name is clicked
Public bug reported: Binary package hint: gedit My gedit sidebar shows all my open documents. When I click a document name the main frame changes to this document as expected. Then I hit Ctrl-F to find something, but that only opens the find functionality of the sidebar! This is quite annoying. I propose that either: 1 the sidebar find field is always visible, so Ctrl+F only searches the main frame, or 2 one can double-click a document name to give the focus to the main frame, or 3 the focus always changes to the main frame after a document name is clicked I prefer solution 1. With 3 we would have to define a new way to focus the sidebar when it is full of document names. (e.g. by clicking its icon at the lower left). My workaround so far: I use now Ctrl+K to search the main frame (didn't know this nice function before I encountered this bug :-) ProblemType: Bug Architecture: i386 Date: Thu Jan 21 05:11:47 2010 DistroRelease: Ubuntu 9.10 ExecutablePath: /usr/bin/gedit InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5) Package: gedit 2.28.0-0ubuntu2 ProcEnviron: PATH=(custom, user) LANG=de_CH.UTF-8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.31-17.54-generic SourcePackage: gedit Uname: Linux 2.6.31-17-generic i686 ** Affects: gedit (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 -- gedit 2.28 spoiles Ctrl+F because it leaves focus in sidebar when a document name is clicked https://bugs.launchpad.net/bugs/510495 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 510495] Re: gedit 2.28 spoiles Ctrl+F because it leaves focus in sidebar when a document name is clicked
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/38176560/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/38176561/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/38176562/ProcStatus.txt ** Attachment added: "XsessionErrors.txt" http://launchpadlibrarian.net/38176564/XsessionErrors.txt -- gedit 2.28 spoiles Ctrl+F because it leaves focus in sidebar when a document name is clicked https://bugs.launchpad.net/bugs/510495 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 340862] Re: "save anyway" dialog shows up when backup turn off
*** This bug is a duplicate of bug 251083 *** https://bugs.launchpad.net/bugs/251083 ** This bug has been marked a duplicate of bug 251083 Gedit complains about being unable to make temp backups when saving -- "save anyway" dialog shows up when backup turn off https://bugs.launchpad.net/bugs/340862 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 251083] Re: Gedit complains about being unable to make temp backups when saving
** Changed in: gedit (Ubuntu) Status: Invalid => Confirmed -- Gedit complains about being unable to make temp backups when saving https://bugs.launchpad.net/bugs/251083 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 251083] Re: Gedit complains about being unable to make temp backups when saving
I confirm that this is still an issue in Karmic and in Lucid alpha 2. Typically it occurs when multiple users edit the same file and therefore make it -rw-rw-rw-. A usecase is a notes.txt that has to be editable from a Live-CD and your normal account. ;-) To reproduce: 1 sudo touch /test.txt 2 sudo chmod a+rw /test.txt 3 gedit /test.txt # no sudo here! 4 Change and save test.txt => Error about not being able to save a backup even if backups are disabled in the preferences! -- Gedit complains about being unable to make temp backups when saving https://bugs.launchpad.net/bugs/251083 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