[Bug 197762] Re: file transfer on USB disk slows down with gvfs
I want to confirm the problem and add some info that I did not see here: 1 - Problem occurs not only with usb/ehci-hcd, using a internal card reader (sdhci-pci) results in same slowdown 2 - It is not dependent on file-system: same speed with ext3 or vfat 3 - The problem is random, sometimes it is very slow (< 1MB/s) and sometimes just slow (~2 MB/s) 4 - Using pci=routeirq AND noapic seems to increase speed a for smaller files (10MB/s with a 300MB file and 1MB/s with a 700MB file) 4.1) I tried both boot configs separated and nothing changed 4.2) I did not repeat tests extensively to be sure this is a consistent or random behavior 5 - No relevant dmesg messages loading modules and during or after transfer I don't know how those data transfers are ran by the kernel, but it seems to be a very low-level problem. My system: $ uname -a Linux xxx 2.6.27-10-generic #1 SMP Fri Nov 21 19:19:18 UTC 2008 x86_64 GNU/Linux The hardware is a ATI SB600 for USB and Ricoh R5C822 for card readers. I can supply any other info you need and if there is a way to debug this, just give me some guidance and I can do this job... -- file transfer on USB disk slows down with gvfs https://bugs.launchpad.net/bugs/197762 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 306668] [NEW] gnome-settings-daemon crashes when using firefox
Public bug reported: Binary package hint: gnome-settings-daemon It happened three times just today, I am using firefox and all of a sudden the system slows down with huge disk activity, all the windows decorations and components change and firefox closes. I found out that gnome-settings-daemon closes too, and if I run it again in a terminal the system appearance comes back to normal. I looked at /var/crash and it is empty. The package version is 2.24.0-0ubuntu3.3. ** Affects: gnome-settings-daemon (Ubuntu) Importance: Undecided Status: New -- gnome-settings-daemon crashes when using firefox https://bugs.launchpad.net/bugs/306668 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 302984] Re: Clicking "Show position of cursor..." in Mouse Prefs Breaks Ctrl Key
*** This bug is a duplicate of bug 9441 *** https://bugs.launchpad.net/bugs/9441 I have the same issue reported by Josh and it is not the same problem of bug #9441. When I have "Show position of the pointer when Control key is pressed" checked, some applications ignores the Control key. An example of an application that do not work well with this option is VirtualBox. Another one is Eclipse (I can't control select itens in lists). Nautilus does not seem to have problems with this. -- Clicking "Show position of cursor..." in Mouse Prefs Breaks Ctrl Key https://bugs.launchpad.net/bugs/302984 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 302984] Re: Clicking "Show position of cursor..." in Mouse Prefs Breaks Ctrl Key
*** This bug is a duplicate of bug 9441 *** https://bugs.launchpad.net/bugs/9441 Forgot to add this info: Ubuntu Intrepid 8.10 (32 bits) with latest updates $ gnome-mouse-properties --version GNOME gnome-mouse-properties 2.24.0.1 $ uname -a Linux vs-note 2.6.27-11-generic #1 SMP Fri Dec 19 16:29:52 UTC 2008 i686 GNU/Linux The problem exists since fresh install. -- Clicking "Show position of cursor..." in Mouse Prefs Breaks Ctrl Key https://bugs.launchpad.net/bugs/302984 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 302984] Re: Clicking "Show position of cursor..." in Mouse Prefs Breaks Ctrl Key
*** This bug is a duplicate of bug 9441 *** https://bugs.launchpad.net/bugs/9441 Sorry for flooding this topic, but I made a test here that exposes the problem. I ran "xev" with and without the option to show the cursor and the results are interesting. The test was done running xev redirecting output to a file and I pressed the Control key 5 times in each test. - Without the "show cursor" option I got 5 KeyPress/KeyRelease events (see without_show_cursor.txt) - With the "show cursor" option I got NO KeyPress/KeyRelease events, instead there are FocusOut/FocusIn/KeymapNotify events (see with_show_cursor.txt). It seems that the show cursor effect is a window and it steals the focus from the current window. I don't see how this cannot be classified as a bug. ** Attachment added: "xev results WITHOUT the "show cursor" option" http://launchpadlibrarian.net/20863274/without_show_cursor.txt -- Clicking "Show position of cursor..." in Mouse Prefs Breaks Ctrl Key https://bugs.launchpad.net/bugs/302984 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 302984] Re: Clicking "Show position of cursor..." in Mouse Prefs Breaks Ctrl Key
*** This bug is a duplicate of bug 9441 *** https://bugs.launchpad.net/bugs/9441 ** Attachment added: "xev results WITH the "show cursor" option" http://launchpadlibrarian.net/20863289/with_show_cursor.txt -- Clicking "Show position of cursor..." in Mouse Prefs Breaks Ctrl Key https://bugs.launchpad.net/bugs/302984 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 197762] Re: file transfers on USB disk are very slow
> This seems to be a duplicate of bug: > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/119730/comments/82 And > has nothing to do > with usb transferrates but rather sata/harddisk transferrates. Setting > "noatime,nodiratime" to the mount options in /etc/fstab solves the > problem for me atleast. noatime & nodiratime will not make any noticeable difference for the transfer of just 1 big file, and a lot of people here reported that symptom... Besides that the problem arises with non-ext volumes too. I don't know if is just coincidence or luck, but I had this problem with my 64 bits system, I reinstalled Ubuntu and replaced with the 32 bits version and the problem is gone... Now I can achieve stable 10+ MB/s with my pen drive and 20+ MB/s with my usb sata disk. Just in case it is useful: $ uname -a Linux vs-note 2.6.27-10-generic #1 SMP Fri Nov 21 12:00:22 UTC 2008 i686 GNU/Linux -- file transfers on USB disk are very slow https://bugs.launchpad.net/bugs/197762 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 306668] Re: gnome-settings-daemon crashes when using firefox
I had to reinstall my system and changed from Ubuntu 64bits to 32bits and the problem never ocurred again... I am sorry, this bug might be closed and if it ever happens again I reopen it. -- gnome-settings-daemon crashes when using firefox https://bugs.launchpad.net/bugs/306668 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 290008] Re: Bluetooth Applet wizard doesn't list any devices
I have the same problem, everything seems right: $ lsusb [...] Bus 003 Device 003: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode) [...] $ hcitool dev Devices: hci000:1F:81:00:02:50 $ hcitool scan Scanning ... 00:11:67:81:03:74 BCK-08 But no device is shown at bt-wizard. I have the latest versions of bluez/bluetooth (4.32-0ubuntu4.1) and bluez-gnome (1.8-0ubuntu5). $ uname -a Linux vs-note 2.6.28-14-generic #47-Ubuntu SMP Sat Jul 25 00:28:35 UTC 2009 i686 GNU/Linux -- Bluetooth Applet wizard doesn't list any devices https://bugs.launchpad.net/bugs/290008 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 439138] Re: [karmic] Xorg 100% CPU utilization -- only after first login
It looks like a duplicate of #407309 -- [karmic] Xorg 100% CPU utilization -- only after first login https://bugs.launchpad.net/bugs/439138 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 407309] Re: [Karmic] xorg-server has high cpu utilization - system slow and unresponsive
Same problem here with latest Karmic updates and Intel Mobile GM965/GL960 video card (Dell Vostro 1310 notebook). $ uname -a Linux dollhouse 2.6.31-11-generic #38-Ubuntu SMP Fri Oct 2 11:55:55 UTC 2009 i686 GNU/Linux $ lsb_release -d Description:Ubuntu karmic (development branch) Restarting gdm resolved the problem. -- [Karmic] xorg-server has high cpu utilization - system slow and unresponsive https://bugs.launchpad.net/bugs/407309 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 450398] Re: The "unread messages" appearance of the tray icon is not noticeable enough in Karmic
*** This bug is a duplicate of bug 392265 *** https://bugs.launchpad.net/bugs/392265 This is insane... You are saying that instead of the computer alerting me of an event I have the keep pooling the notification area with my eyes to search for an event. This is an inverse logic, the computer should work for you. I disagree with this statement: "So the only next step would be to use a blinking icon... which is against the gnome HIG." Gnome HIG says: "Do not rely on blinking or animation as a means of alerting the user to any particular event. " - It is not explicit forbidding blinking icons. It also says "Icons should not usually appear animated. They may change to indicate a change of state, but should not do so when that change is occurs regularly rapidly." IM messages and e-mails are not "regularly rapidly". I've been loosing a lot of important IM messages because I do not use sound, which are not very pleasant at working environments, and very often I am not looking at the screen and miss the notifications. There should be something stronger than a different icon to tell you there is a event you should be aware of. Maybe a slow blinking, a limited number of blinks, an small animation. Otherwise the indicator-appet will be useless to almost all regular users. -- The "unread messages" appearance of the tray icon is not noticeable enough in Karmic https://bugs.launchpad.net/bugs/450398 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu (via bug 392265). -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 438160] [NEW] nm-applet loses ipv4 configuration
Public bug reported: Binary package hint: network-manager I am trying to configure a static IP & DNS to my wireless connection but the nm-applet does not retain the config. I click the Apply button at the "Edit" page and immediately return to it and the config is at full DHCP again. Running nm-applet from the console shows these errors: ** (nm-connection-editor:2708): WARNING **: Invalid setting IPv4 Settings: addresses ** (nm-connection-editor:2708): WARNING **: ui_to_setting: IPv4 address '' missing or invalid! ** (nm-connection-editor:2708): WARNING **: Invalid setting IPv4 Settings ** (nm-connection-editor:2708): WARNING **: ui_to_setting: IPv4 prefix '' missing! ** (nm-connection-editor:2708): WARNING **: Invalid setting IPv4 Settings Some of the messages above appear repeated many times. More info: $ apt-cache policy network-manager network-manager: Instalado: 0.8~a~git.20090923t064445.b20cef2-0ubuntu1 Candidato: 0.8~a~git.20090923t064445.b20cef2-0ubuntu1 Tabela de versão: *** 0.8~a~git.20090923t064445.b20cef2-0ubuntu1 0 500 http://br.archive.ubuntu.com karmic/main Packages 100 /var/lib/dpkg/status $ lsb_release -rd Description:Ubuntu karmic (development branch) Release:9.10 ProblemType: Bug Architecture: i386 CRDA: Error: [Errno 2] Arquivo ou diretório inexistente Date: Mon Sep 28 10:53:25 2009 DistroRelease: Ubuntu 9.10 ExecutablePath: /usr/bin/nm-applet IfupdownConfig: auto lo iface lo inet loopback IpRoute: 192.168.1.0/24 dev eth2 proto kernel scope link src 192.168.1.2 metric 2 169.254.0.0/16 dev eth2 scope link metric 1000 default via 192.168.1.1 dev eth2 proto static NonfreeKernelModules: wl Package: network-manager-gnome 0.8~a~git.20090923t220421.1ac8ffd-0ubuntu4 ProcEnviron: SHELL=/bin/bash PATH=(custom, user) LANG=pt_BR.UTF-8 LANGUAGE=pt_BR.UTF-8 ProcVersionSignature: Ubuntu 2.6.31-11.36-generic SourcePackage: network-manager-applet Uname: Linux 2.6.31-11-generic i686 ** Affects: network-manager (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 -- nm-applet loses ipv4 configuration https://bugs.launchpad.net/bugs/438160 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 438160] Re: nm-applet loses ipv4 configuration
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/32615282/Dependencies.txt ** Attachment added: "Gconf.txt" http://launchpadlibrarian.net/32615283/Gconf.txt ** Attachment added: "IpAddr.txt" http://launchpadlibrarian.net/32615284/IpAddr.txt ** Attachment added: "IwConfig.txt" http://launchpadlibrarian.net/32615285/IwConfig.txt ** Attachment added: "NetDevice.eth0.txt" http://launchpadlibrarian.net/32615286/NetDevice.eth0.txt ** Attachment added: "NetDevice.eth2.txt" http://launchpadlibrarian.net/32615287/NetDevice.eth2.txt ** Attachment added: "NetDevice.lo.txt" http://launchpadlibrarian.net/32615288/NetDevice.lo.txt ** Attachment added: "NetDevice.pan0.txt" http://launchpadlibrarian.net/32615289/NetDevice.pan0.txt ** Attachment added: "PciNetwork.txt" http://launchpadlibrarian.net/32615290/PciNetwork.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/32615291/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/32615292/ProcStatus.txt ** Attachment added: "RfKill.txt" http://launchpadlibrarian.net/32615293/RfKill.txt ** Attachment added: "WifiSyslog.txt" http://launchpadlibrarian.net/32615295/WifiSyslog.txt -- nm-applet loses ipv4 configuration https://bugs.launchpad.net/bugs/438160 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 460168] [NEW] Videos not shown in Nautilus
Public bug reported: Binary package hint: nautilus Sometimes when I am browsing a folder with videos (usually AVI files), Nautilus just do not show them. I found out that if I turn off the thumbnail generation (option /apps/nautilus/preferences/show_image_thumbnails=never in gconf-editor) the videos icons come back. It looks like there is a problem with the video thumbnailer, but besides that I think that Nautilus should show the default media icon if it cannot show the thumbnail, it is very annoying and confusing when a file "disappears" from the file browser. I am using latest update of Karmic. $ lsb_release -rd Description:Ubuntu 9.10 Release:9.10 $ uname -a Linux dollhouse 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 i686 GNU/Linux $ apt-cache policy nautilus nautilus: Installed: 1:2.28.1-0ubuntu1 Candidate: 1:2.28.1-0ubuntu1 Version table: *** 1:2.28.1-0ubuntu1 0 500 http://br.archive.ubuntu.com karmic/main Packages 100 /var/lib/dpkg/status ProblemType: Bug Architecture: i386 Date: Sun Oct 25 00:37:02 2009 DistroRelease: Ubuntu 9.10 NonfreeKernelModules: wl Package: nautilus 1:2.28.1-0ubuntu1 ProcEnviron: LANGUAGE=pt_BR.UTF-8 PATH=(custom, user) LANG=pt_BR.UTF-8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.31-14.48-generic SourcePackage: nautilus Uname: Linux 2.6.31-14-generic i686 ** Affects: nautilus (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 -- Videos not shown in Nautilus https://bugs.launchpad.net/bugs/460168 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 460168] Re: Videos not shown in Nautilus
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/34343925/Dependencies.txt ** Attachment added: "XsessionErrors.txt" http://launchpadlibrarian.net/34343926/XsessionErrors.txt ** Attachment added: "usr_lib_nautilus.txt" http://launchpadlibrarian.net/34343927/usr_lib_nautilus.txt -- Videos not shown in Nautilus https://bugs.launchpad.net/bugs/460168 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 673151] Re: gvfsd-gphoto2 when downloading a file from camera loads entire file into memory first, doesn't write it onto hdd simultaneously
I am trying to copy less than 1GB of photos from a Canon camera and gvfsd-gphoto2 process consumes all the memory (4GB) and the swap (2GB), locking the computer before writing a single file to disk. I am using Ubuntu 12.04 with all updates. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/673151 Title: gvfsd-gphoto2 when downloading a file from camera loads entire file into memory first, doesn't write it onto hdd simultaneously To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/673151/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 769277] Re: Eclipse shows overlay scrollbar but when i hover there is no scroll handles
#51 fix seems to work for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/769277 Title: Eclipse shows overlay scrollbar but when i hover there is no scroll handles -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 659018] Re: [Live CD/USB] X failed to start with Nvidia GeForce 6150 [NV4e]
I have a similar motherboard (M2NPV-MX) with the same chipset and it happens the same problem when booting the LiveCD. When I try the nomodeset option it only falls to a text shell after the boot sequence. -- [Live CD/USB] X failed to start with Nvidia GeForce 6150 [NV4e] https://bugs.launchpad.net/bugs/659018 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