[Bug 41301]

2015-05-14 Thread Guitar-robot
I just upgraded to Ubuntu 15.04 and can no longer reproduce this bug. My
xorg package is 1:7.7+7ubuntu4. As far as I know the upgrade is the only
change I've made to my desktop since the last time I could reproduce the
bug.

I hope this new information is helpful. I'd still be happy to help out
with further testing or by providing more information about my hardware
and software.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/41301

Title:
  PS/2 Logitech MX310 clicks stop working sporadically

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/41301/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 41301]

2015-05-14 Thread Guitar-robot
Sorry, I just remembered I had turned off sloppy focus because Steam
doesn't play well with it. I went ahead and turned sloppy focus back on
and I still can't reproduce the bug at will (by unplugging and re-
plugging-in my mouse).

I will of course post here again if I ever do see the bug again.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/41301

Title:
  PS/2 Logitech MX310 clicks stop working sporadically

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/41301/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1371783] Re: package ttf-mscorefonts-installer 3.4+nmu1ubuntu2 (utopic) fails to install/upgrade

2014-12-09 Thread Guitar-robot
I think the SourceForge servers are too smart for their own good. When I
did an HTTP 0.9 request (no protocol specified in the GET), I got an
HTML page saying the page didn't exist. When I did an HTTP 1.1 request
(below) I got a 'bad request' error. When I fetched it with wget I got
multiple redirects which eventually led to downloading the file.

$ telnet download.sourceforge.net 80
Trying 216.34.181.59...
Connected to downloads.sourceforge.net.
Escape character is '^]'.
GET /corefonts/andale32.exe HTTP/1.1

HTTP/1.1 400 Bad Request
Server: nginx
Date: Tue, 09 Dec 2014 16:23:28 GMT
Content-Type: text/html
Content-Length: 166
Connection: close

html
headtitle400 Bad Request/title/head
body bgcolor=white
centerh1400 Bad Request/h1/center
hrcenternginx/center
/body
/html
Connection closed by foreign host.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1371783

Title:
  package ttf-mscorefonts-installer 3.4+nmu1ubuntu2 (utopic) fails to
  install/upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1371783/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1371783] Re: package ttf-mscorefonts-installer 3.4+nmu1ubuntu2 (utopic) fails to install/upgrade

2014-12-09 Thread Guitar-robot
Here's a work-around until the package is fixed:

TMP=`mktemp -d`
cd $TMP
grep Url: /usr/share/package-data-downloads/ttf-mscorefonts-installer | awk 
'{print $2}' | xargs -n 1 wget
sudo /usr/lib/msttcorefonts/update-ms-fonts $TMP/*
cd -
rm -rf $TMP

Note that this does skip the hash sum check, but they're just fonts,
It's not like someone's going to hijack the download.sourceforge.net DNS
and use it to distribute invalid files. The files aren't being executed:
the update-ms-fonts script uses cabextract to pull the TTF files out of
each exe.

Anyway, hope this helps.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1371783

Title:
  package ttf-mscorefonts-installer 3.4+nmu1ubuntu2 (utopic) fails to
  install/upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1371783/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs