[Bug 407639] Re: Invalid username input creates repeated alerts of invalid username

2010-01-13 Thread RawwrBag
Happened to me today installing Ubuntu 9.10. Had to hit the power button. Wasn't using any of the advanced partition options, just had an underscore in my name. -- Invalid username input creates repeated alerts of invalid username https://bugs.launchpad.net/bugs/407639 You received this bug notif

[Bug 891295] Re: Key repeat is disabled intermittently

2012-02-13 Thread RawwrBag
Good find! Unfortunately the 8.0.2 patch isn't on the update server yet, although you can reinstall the whole thing if you're feeling ambitious. I hope they are working on the patch for the update server. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 774071] Re: Indicator-datetime-service renders 100% CPU usage

2012-05-03 Thread RawwrBag
Hit the same issue today on 12.4. I was unable to unlock my desktop until I killed indicator-datetime-service from a virtual terminal. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/774071 Title: Ind

[Bug 1366538] Re: Synchronisation/close /dev/sdX: i/o error on target host

2014-12-10 Thread RawwrBag
The patch James shipped fixes this bug by special-casing the flush error path. Before flush wouldn't return errors; now it does. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1366538 Title: Synchron

[Bug 1366538] Re: Synchronisation/close /dev/sdX: i/o error on target host

2014-12-10 Thread RawwrBag
Hello! I found the original bug and proposed the original patch to the kernel SCSI guys. Here's some context: The SCSI flush command was being treated by a zero-byte write, which means that if an error was returned, you wouldn't catch it until a subsequent write (or flush). The way writes work is

[Bug 891295] [NEW] Key repeat is disabled intermittently

2011-11-16 Thread RawwrBag
Public bug reported: I have VMWare 8 and dual monitors running separate X servers. Every hour or so while writing code in Emacs, my keyboard key repeat will stop functioning. I can re-enable it by opening the keyboard configuration utility and unchecking/checking the key repeat box. I do not know

[Bug 891295] Re: Key repeat is disabled intermittently

2011-11-16 Thread RawwrBag
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/891295 Title: Key repeat is disabled intermittently To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg

[Bug 807306] Re: [oneiric] Keyboard & mouse not working in X - incomplete migration to /run

2011-10-13 Thread RawwrBag
I too hit this bug after upgrade today. /var/run is not in my /etc/fstab. Can you point me to the new bug? I'll submit my relevant info. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/807306 Title: [

[Bug 807306] Re: [oneiric] Keyboard & mouse not working in X - incomplete migration to /run

2011-10-13 Thread RawwrBag
See https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/811441 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/807306 Title: [oneiric] Keyboard & mouse not working in X - incomplete migration to /ru

[Bug 861443] Re: There is no easy way to change proxy settings in Ubuntu 11.10

2011-10-13 Thread RawwrBag
For me, the proxy settings simply have no effect, even through reboot. Both Firefox and Chrome do not use the proxy. Also the exempt hosts list is missing. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 861443] Re: There is no easy way to change proxy settings in Ubuntu 11.10

2011-10-13 Thread RawwrBag
More info: the new GUI doesn't correctly toggle gconf/system/http_proxy/use_http_proxy to true when only a socks server is specified. Without this, neither Chrome nor Firefox will attempt to tunnel through socks. As a workaround, set this value manually using gconf-editor. Also the ignored hosts li

[Bug 799814] Re: desktop wall becomes slow with many windows open

2011-10-13 Thread RawwrBag
This issue appears to be fixed on my machine in 11.10, as the background no longer scrolls with the desktop switch. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/799814 Title: desktop wall becomes s

[Bug 811441] Re: Unable to connect to the system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: Connection refused (oneiric)

2011-10-13 Thread RawwrBag
For me, this problem was caused by VMWare Workstation 8 leaving a mount point of some sort in /var/run. After umounting and symlinking manually (per the comments above) I was good to go. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 858122] Re: incomplete migration to /run (shutdown script order has been demolished)

2011-10-14 Thread RawwrBag
For me, this problem was caused by VMWare Workstation 8 leaving a mount point of some sort in /var/run. After umounting and symlinking manually (per the comments above) I was good to go. I wouldn't say VMware is the root cause. The mount point is in the fstab. They aren't doing anything wrong by mo

[Bug 811441] Re: Unable to connect to the system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: Connection refused (oneiric)

2011-10-14 Thread RawwrBag
*** This bug is a duplicate of bug 858122 *** https://bugs.launchpad.net/bugs/858122 @daemonrebel: The following worked for me (borrowed from post #9): You need to (i) create directories /run and /run/lock, (ii) move contents of /var/run into /run and /var/lock into /run/lock, (iii) delete d

[Bug 861443] Re: There is no easy way to change proxy settings in Ubuntu 11.10

2011-10-17 Thread RawwrBag
Does somebody following this want to file a separate bug for this? I'm crazy busy at work today but this is definitely a critical day one bug that should be addressed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launch

[Bug 876839] [NEW] Proxy GUI in 11.10 does not configure socks proxy for HTTP traffic

2011-10-17 Thread RawwrBag
Public bug reported: Running Ubuntu 11.10. gnome-control-center: Installed: 1:3.2.0-0ubuntu6 Candidate: 1:3.2.0-0ubuntu6 Version table: *** 1:3.2.0-0ubuntu6 0 500 http://us.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages 100 /var/lib/dpkg/status The new GUI doesn't

[Bug 861443] Re: There is no easy way to change proxy settings in Ubuntu 11.10

2011-10-17 Thread RawwrBag
Nevermind, I took care of it: bug 876839. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/861443 Title: There is no easy way to change proxy settings in Ubuntu 11.10 To manage notifications about thi

[Bug 876839] Re: Proxy GUI in 11.10 does not configure socks proxy for HTTP traffic

2011-10-17 Thread RawwrBag
Good find, yeah that sounds similar. Probably these apps just don't use gsettings yet. Maybe a bugfix then would just be to special case: any string present in the server fields indicates HTTP proxy on when gluing gsettings -> gconf. Thanks for the prompt response. Most of the people where I work

[Bug 876839] Re: Proxy GUI in 11.10 does not configure socks proxy for HTTP traffic

2011-10-17 Thread RawwrBag
** Description changed: Running Ubuntu 11.10. gnome-control-center: - Installed: 1:3.2.0-0ubuntu6 - Candidate: 1:3.2.0-0ubuntu6 - Version table: - *** 1:3.2.0-0ubuntu6 0 - 500 http://us.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages - 100 /var/lib/dpkg/status

[Bug 891295] Re: Key repeat is disabled intermittently

2012-01-12 Thread RawwrBag
I'm now running a clean install of 11.10 on a different machine with a clean install of VMWare 8.0.1 build-528992 with a Windows 7 VM. I now only have one monitor, so it's unrelated to my previously hacked together Xorg.conf. Still hitting the issue. -- You received this bug notification because

[Bug 653633] Re: live-media= is no more supported in casper

2013-04-09 Thread RawwrBag
I've run into this issue as well. I'm writing a custom Live CD that boots over PXE using memdisk, and I was banging my head against the wall watching casper just search for "nice" block devices rather than using my image. At the very least, take it out of the man pages: http://manpages.ubuntu.com/

[Bug 779867] Re: Secondary X screen doesn't have app launcher

2011-10-14 Thread RawwrBag
This is even more of a problem in 11.10. There is now no background on the second monitor. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/779867 Title: Secondary X screen doesn't have app launcher T

[Bug 799814] Re: desktop wall becomes slow with many windows open

2011-07-07 Thread RawwrBag
This bug seems to only affect Ubuntu with Unity enabled. Can anybody confirm? I'm encountering this bug using a Nvidia Quadro FX 3450/4000 on a 2560x1600 monitor over DVI dual link. I though maybe it was my resolution, so I'm glad others are seeing this problem. -- You received this bug notifica

[Bug 799814] Re: desktop wall becomes slow with many windows open

2011-07-20 Thread RawwrBag
I've noticed that the same window situation also has adverse effects on the OpenGL screensavers. Try a perf comparison with GLMatrix (fullscreen) with tons of windows open and then with no windows open. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subsc