[Bug 285724] [NEW] [Hardy] [regression] update to linux-image 2.6.24-21.42 broke un-suspend

2008-10-18 Thread Nathaniel Smith
Public bug reported:

Binary package hint: linux-image-2.6.24-21-generic

Running up-to-date (and regularly updated) 8.04 on a Lenovo Thinkpad X60
laptop with Intel chipset.  Suspend/resume has always worked until the
latest stable-updates kernel release 2.6.24-21.42.  Now, suspend seems
to work fine, the little moon LED lights up, etc., but the machine
will not un-suspend -- it's not that it crashes during unsuspend or
anything like that, it's that after it has suspended, nothing I do gets
any reaction from the machine whatsoever (except a hard-poweroff).
Opening the lid doesn't cause any reaction, tapping the Fn key doesn't
cause any reaction, etc. -- it just stays asleep, no lights flicker or
anything.

I'm running on 2.6.24-19 for now because I couldn't find packages to
downgrade to, which works, but is missing a number of security fixes,
etc...

Thanks.

ProblemType: Bug
Architecture: amd64
Date: Sat Oct 18 22:24:18 2008
DistroRelease: Ubuntu 8.04
Package: linux-image-2.6.24-21-generic 2.6.24-21.42 [modified: 
lib/modules/2.6.24-21-generic/modules.pcimap 
lib/modules/2.6.24-21-generic/modules.dep 
lib/modules/2.6.24-21-generic/modules.ieee1394map 
lib/modules/2.6.24-21-generic/modules.usbmap 
lib/modules/2.6.24-21-generic/modules.isapnpmap 
lib/modules/2.6.24-21-generic/modules.inputmap 
lib/modules/2.6.24-21-generic/modules.seriomap 
lib/modules/2.6.24-21-generic/modules.alias 
lib/modules/2.6.24-21-generic/modules.symbols]
PackageArchitecture: amd64
ProcEnviron:
 
PATH=/home/username/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/local/sbin:/usr/sbin:/sbin
 LANG=en_US.UTF-8
 SHELL=/usr/bin/zsh
SourcePackage: linux
Uname: Linux 2.6.24-19-generic x86_64

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
[Hardy] [regression] update to linux-image 2.6.24-21.42 broke un-suspend
https://bugs.launchpad.net/bugs/285724
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 285724] Re: [Hardy] [regression] update to linux-image 2.6.24-21.42 broke un-suspend

2008-10-18 Thread Nathaniel Smith

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/18677053/Dependencies.txt

-- 
[Hardy] [regression] update to linux-image 2.6.24-21.42 broke un-suspend
https://bugs.launchpad.net/bugs/285724
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 285724] Re: [Hardy] [regression] update to linux-image 2.6.24-21.42 broke un-suspend

2008-10-18 Thread Nathaniel Smith
Here's lshw, in case it helps.

** Attachment added: lshw.txt
   http://launchpadlibrarian.net/18677061/lshw.txt

-- 
[Hardy] [regression] update to linux-image 2.6.24-21.42 broke un-suspend
https://bugs.launchpad.net/bugs/285724
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 222286] [NEW] python-comidilib package does not provide comedi module (i.e. is completely useless)

2008-04-25 Thread Nathaniel Smith
Public bug reported:

With current Hardy, python-comedilib 0.7.22-2.2build2:

[EMAIL PROTECTED]:~$ sudo apt-get install python-comedilib
Reading package lists... Done
Building dependency tree   
Reading state information... Done
python-comedilib is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

[EMAIL PROTECTED]:~$ python -c 'import comedi'
Traceback (most recent call last):
  File string, line 1, in module
ImportError: No module named comedi

Expected result: python-comedilib should provide a python module!

dpkg -L says that the module is there, in /usr/share/python-support
/python-comedilib/comedi.py -- perhaps the module is not compatible with
latest python-support?  Dunno.

** Affects: comedilib (Ubuntu)
 Importance: Undecided
 Status: New

-- 
python-comidilib package does not provide comedi module (i.e. is completely 
useless)
https://bugs.launchpad.net/bugs/86
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 258104] [NEW] [PATCH] gtk apps cannot use remote ipp:// printers

2008-08-15 Thread Nathaniel Smith
Public bug reported:

Binary package hint: libgtk2.0-0

Summary: I can't print, due to a well-understood bug already fixed in
upstream gtk+; please backport the bugfix to hardy.  A minimal backport
patch is attached.

--- more details ---

Here's the setup: I have a printer attached via usb to the server
'algernon', which is sharing the printer via CUPS.  So the printer is
accessible as ipp://algernon/printer/blahblah.  I want to print to
this printer from my laptop, 'ged'.  So I went to System -
Administration - Printing on ged, hit New Printer - Internet
Printing Protocol, entered algernon as the host, etc.  So at the end
of it, cups on ged knows about the printer on algernon, and printing to
it works fine.

BUT, ged is running up-to-date hardy, which has a buggy gtk, so gtk apps
still cannot print.

The problem is a bug in gtk's cups print backend, where if you have a
local queue which feeds a remote cups-hosted (ipp) printer, then the gtk
print dialog will let you attempt to print to that local queue, but then
it will screw up in actually submitting the print job, and as far as the
user can tell it just vanishes without a trace.  (You hit Print, the
dialog box disappears, nothing else happens.)

The exact problem is that the gtk cups backend submits connects to the local 
cups daemon on ged and attempts to submit the job, but when it comes time to 
tell the local cups daemon which printer it is submitting to, it gives it the 
remote url (ipp://algernon.localnet/blahblah) rather than the local url 
(ipp://localhost/blahblah).  The local host, of course, has no clue what to do 
when asked for a printer on a different server entirely.  The symptom of this 
is that ged's /var/log/cups/error_log says:
  D [15/Aug/2008:03:10:32 -0400] Print-Job 
ipp://algernon.localnet:631/printers/HP_LaserJet_2200_USB_1
  D [15/Aug/2008:03:10:32 -0400] Print-Job client-error-not-found: The printer 
or class was not found.

Apparently a workaround is to print to the remote printer directly, and
take the local cups daemon out of the loop; however, you can only do
this if you have mdns autodiscovery for the remote printer (otherwise it
doesn't show up as an option in the print dialog at all), and my print
server is running etch, which doesn't have a new enough cups for that.
Also, relying on autodiscovery for the printer I use all day is sort of
silly.

This bug was first noticed on Redhat[1], and the fix is in upstream
(pre-release) GTK+[2].

The upstream fix took two tries; the first attempt was r20185[3], then
r20360[4] reverted r20185 and added the correct fix.  As a result, the
patch from r20360 does not apply trivially to the version of GTK+ in
Ubuntu.  I'm attaching a reduced patch that includes the bugfix without
the reversion.

Thanks,
-- Nathaniel

[1] https://bugzilla.redhat.com/show_bug.cgi?id=248245
[2] http://svn.gnome.org/viewvc/gtk%2B?view=revisionrevision=20360
[3] 
http://svn.gnome.org/viewvc/gtk%2B/trunk/modules/printbackends/cups/gtkprintbackendcups.c?r1=20185r2=20184pathrev=20185
[4] 
http://svn.gnome.org/viewvc/gtk%2B/trunk/modules/printbackends/cups/gtkprintbackendcups.c?r1=20360r2=20359pathrev=20360

** Affects: gtk+2.0 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[PATCH] gtk apps cannot use remote ipp:// printers
https://bugs.launchpad.net/bugs/258104
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 258104] Re: [PATCH] gtk apps cannot use remote ipp:// printers

2008-08-15 Thread Nathaniel Smith

** Attachment added: Cleaned-up -p0 patch against gtk+2.0_2.12.9-3ubuntu4
   http://launchpadlibrarian.net/16848997/printer-hostname-fix-cleanedup.patch

-- 
[PATCH] gtk apps cannot use remote ipp:// printers
https://bugs.launchpad.net/bugs/258104
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 258104] Re: [PATCH] gtk apps cannot use remote ipp:// printers

2008-08-16 Thread Nathaniel Smith
Have now verified that the attached patch builds cleanly against
gtk+2.0_2.12.9-3ubuntu4 from hardy, and with the resulting library
installed, GTK+ apps print correctly.  I tested both local and remote
printers; remote printers now work when they did not before, while local
printers continue to work exactly as they did before.

The redhat bug report linked above lists another confirmation, and the
same patch seems to have shipped to fc9.  (I say seems because fedora
is having some infrastructure problems right now.)

The bug is already fixed in intrepid, since it has the latest gtk+ pre-
release (2.13.6, released August 6, while the bug was fixed upstream in
June).

Let me know if there's anything else I can do to help.

-- 
[PATCH] gtk apps cannot use remote ipp:// printers
https://bugs.launchpad.net/bugs/258104
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 214573] Re: [Hardy Beta] calendar applet freezes Gnome Panel

2008-08-20 Thread Nathaniel Smith
I can confirm this bug -- it bit me today on up-to-date hardy, and seems very 
likely to be an issue with evolution's Google calendar support.  My timeline:
  * Used hardy for months, no problems
  * Added a google calendar to evolution (Using New - Calendar - Type: 
Google).  Discovered that it didn't work (it seemed to add the calendar, but 
never showed any events).  Poked and prodded it for a bit; gave up.
  * Continued to use hardy for a few weeks, no problems
  * A few hours ago, discovered that clicking on the clock applet in the panel 
caused the background to go depressed and then the entire panel to freeze.  
This is perfectly consistent -- restarting the panel, rebooting, etc. all cause 
the panel to start working again, but it freezes as soon as I click on the 
clock.
  * I opened evolution and discovered that it had, somehow, in the last day or 
so, decided to actually start loading the google calendar.
  * I deleted the google calendar from evolution, and restarted the panel; now 
it works fine.

So the timing makes it look like some issue with that calendar -- when
the calendar appeared, my panel stopped working, and removing the
calendar fixed the panel.

Further details: I have other webcal calendars in evolution (New -
Calendar - Type: On the web), also pulled from google, as it happens,
but not using the Google calendar type and not requiring
authentication.  So it may be something specific to the special Google
support plugin.

Since the Type: Google option didn't work, I also tried adding the
same calendar as a generic webcal feed.  It prompted for authentication
etc., but never loaded events, and still hasn't.  Possibly if it ever
starts loading events it will freeze my panel too.  So it may be
something specific to authenticating to google over webcal, I dunno.

The google calendar in question is in a Google Apps For Your Domain
account.

** Changed in: evolution (Ubuntu)
Sourcepackagename: gnome-panel = evolution
   Status: Invalid = New

** Summary changed:

- [Hardy Beta] calendar applet freezes Gnome Panel
+ [Hardy] Google calendar in evolution freezes Gnome Panel

-- 
[Hardy] Google calendar in evolution freezes Gnome Panel
https://bugs.launchpad.net/bugs/214573
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 258104] Re: [PATCH] gtk apps cannot use remote ipp:// printers

2008-08-21 Thread Nathaniel Smith
Okay, added the required items to the description above.  That page
appears aimed at Ubuntu developers, though, which I'm not, so I haven't
e.g. uploaded a fixed package to hardy-proposed :-).  (I don't have time
to become one right now either, FWIW.)

** Description changed:

- Binary package hint: libgtk2.0-0
- 
  Summary: I can't print, due to a well-understood bug already fixed in
  upstream gtk+; please backport the bugfix to hardy.  A minimal backport
  patch is attached.
  
- --- more details ---
+ --- SRU checklist ---
+ 
+ User impact: If, for instance, a user runs Ubuntu on their printer
+ server and also on their desktop, then they will not be able to print
+ from the desktop to their print server.  (Other situations will also
+ cause this, e.g. it probably even happens if the print server is a Mac.)
+ 
+ Status in intrepid: Intrepid includes a pre-release version of GTK+ that
+ already has the bug fixed upstream (full details of the upstream fix
+ including SVN revisions below).
+ 
+ Minimal patch: Attached to this bug.
+ 
+ TEST CASE:
+ On computer A:
+   1) Run system-config-printer
+   2) select Server Settings - Share published printers
+   3) Select one of the printers listed under Local Printers (for instance, 
the PDF print-to-file printer) and check the box Policies - State - Shared.
+ Then on computer B:
+   4) run system-config-printer
+   5) add the remote printer: select New Printer - Internet Printing 
Protocol (ipp), type the name of computer A into the Host: field, click 
Find Queue, select the printer you exported before, and click Forward, Apply.
+   6) use any application that uses the gtk+ print system -- e.g. evince or 
firefox -- and attempt to print something.
+ without the patch: nothing will happen; an error will appear in computer B's 
/var/log/cups/error_log, but the job will not actually appear in any print 
queue, etc.
+ with the patch: the file will print correctly
+ to verify lack of regression: also attempt to print to a local printer, e.g. 
the PDF printer on computer B.
+ 
+ Risks: The worst-case regression for this bug would be that it would
+ somehow break local printers, making it impossible for users to print at
+ all.  However, the fix looks correct -- it simply constructs the correct
+ ipp:// URL by hand, instead of using the one stored in the printer
+ struct; for local printers this should lead to identical results.  Also,
+ Fedora appears to have included this fix without ill effect.  Also, I
+ tried it on my computer and everything worked fine.
+ 
+ --- original bug report ---
  
  Here's the setup: I have a printer attached via usb to the server
  'algernon', which is sharing the printer via CUPS.  So the printer is
  accessible as ipp://algernon/printer/blahblah.  I want to print to
  this printer from my laptop, 'ged'.  So I went to System -
  Administration - Printing on ged, hit New Printer - Internet
  Printing Protocol, entered algernon as the host, etc.  So at the end
  of it, cups on ged knows about the printer on algernon, and printing to
  it works fine.
  
  BUT, ged is running up-to-date hardy, which has a buggy gtk, so gtk apps
  still cannot print.
  
  The problem is a bug in gtk's cups print backend, where if you have a
  local queue which feeds a remote cups-hosted (ipp) printer, then the gtk
  print dialog will let you attempt to print to that local queue, but then
  it will screw up in actually submitting the print job, and as far as the
  user can tell it just vanishes without a trace.  (You hit Print, the
  dialog box disappears, nothing else happens.)
  
  The exact problem is that the gtk cups backend submits connects to the local 
cups daemon on ged and attempts to submit the job, but when it comes time to 
tell the local cups daemon which printer it is submitting to, it gives it the 
remote url (ipp://algernon.localnet/blahblah) rather than the local url 
(ipp://localhost/blahblah).  The local host, of course, has no clue what to do 
when asked for a printer on a different server entirely.  The symptom of this 
is that ged's /var/log/cups/error_log says:
D [15/Aug/2008:03:10:32 -0400] Print-Job 
ipp://algernon.localnet:631/printers/HP_LaserJet_2200_USB_1
D [15/Aug/2008:03:10:32 -0400] Print-Job client-error-not-found: The 
printer or class was not found.
  
  Apparently a workaround is to print to the remote printer directly, and
  take the local cups daemon out of the loop; however, you can only do
  this if you have mdns autodiscovery for the remote printer (otherwise it
  doesn't show up as an option in the print dialog at all), and my print
  server is running etch, which doesn't have a new enough cups for that.
  Also, relying on autodiscovery for the printer I use all day is sort of
  silly.
  
  This bug was first noticed on Redhat[1], and the fix is in upstream
  (pre-release) GTK+[2].
  
  The upstream fix took two tries; the first attempt was r20185[3], then
  r20360[4] reverted r20185 and added the correct 

[Bug 159444] Re: minimal feisty install fails to upgrade to gutsy

2007-11-02 Thread Nathaniel Smith

** Attachment added: /var/log/dist-upgrade/main_pre_req.log
   http://launchpadlibrarian.net/10248614/main_pre_req.log

-- 
minimal feisty install fails to upgrade to gutsy
https://bugs.launchpad.net/bugs/159444
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 159444] Re: minimal feisty install fails to upgrade to gutsy

2007-11-02 Thread Nathaniel Smith

** Attachment added: /var/log/dist-upgrade/main.log
   http://launchpadlibrarian.net/10248599/main.log

-- 
minimal feisty install fails to upgrade to gutsy
https://bugs.launchpad.net/bugs/159444
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 159444] minimal feisty install fails to upgrade to gutsy

2007-11-02 Thread Nathaniel Smith
Public bug reported:

I was setting up a new machine, and only happen to have feisty net-
install set up on the local network, so I figured I would just install a
minimal feisty and then upgrade.

The feisty install went fine, and when it asked what metapackages to
install (Gnome desktop, KDE desktop, LAMP server, etc.), I just left all
the boxes unchecked.

Then I ran
  aptitude update
  aptitude upgrade # This upgraded 'mount'
  aptitude install update-manager-core
  do-release-upgrade

Which downloaded things, etc., as intended, and then blew up on package
'ttf-opensymbol', whose postinst failed.

Re-running dpkg --configure -a, the message is:

Setting up ttf-opensymbol (1:2.3.0-1ubuntu5) ...
Updating fontconfig cache...
/usr/share/fonts: failed to write cache
/usr/local/share/fonts: failed to write cache
dpkg: error processing ttf-opensymbol (--configure):
 subprocess post-installation script returned error exit status 2
then more failures from openoffice packages that dpkg skips because they 
depend on ttf-opensymbol

/var/log/dist-upgrade/apt.log is empty; I'll attach main.log and
main_pre_req.log.

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
minimal feisty install fails to upgrade to gutsy
https://bugs.launchpad.net/bugs/159444
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 159444] Re: minimal feisty install fails to upgrade to gutsy

2007-11-02 Thread Nathaniel Smith
Oh, and forgot to mention -- this was all with the amd64 version of
ubuntu, on a Thinkpad T61.

-- 
minimal feisty install fails to upgrade to gutsy
https://bugs.launchpad.net/bugs/159444
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 222286] Re: python-comidilib package does not provide comedi module (i.e. is completely useless)

2009-03-21 Thread Nathaniel Smith
I don't have a Jaunty system to test on, but it seems to be fixed in
Intrepid.

-- 
python-comidilib package does not provide comedi module (i.e. is completely 
useless)
https://bugs.launchpad.net/bugs/86
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 306163] [NEW] cannot file bugs: Ubuntu SMTP server refuses to accept mails

2008-12-08 Thread Nathaniel Smith
Public bug reported:

I just attempted to file a bug with reportbug, using 3.41ubuntu2, from
up-to-date Intrepid.

It connected to an ubuntu.com SMTP server, but that server rejected the bug 
mail:
  Submit this report on smuxi-server (e to edit) [Y|n|a|c|e|i|l|m|p|q|?]? 
  Connecting to fiordland.ubuntu.com via SMTP...
  SMTP send failure: {'[EMAIL PROTECTED]': (554, '5.7.1 [EMAIL PROTECTED]: 
Relay access denied'), '[EMAIL PROTECTED]': (554, '5.7.1 [EMAIL PROTECTED]: 
Relay access denied')}
  Wrote bug report to /tmp/reportbug-smuxi-server-20081208-6803-GOP70d

** Affects: reportbug (Ubuntu)
 Importance: Undecided
 Status: New

-- 
cannot file bugs: Ubuntu SMTP server refuses to accept mails
https://bugs.launchpad.net/bugs/306163
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 306164] [NEW] smuxi-server crashes immediately on startup

2008-12-08 Thread Nathaniel Smith
Public bug reported:

Binary package hint: smuxi

My complete interaction with smuxi-server (0.6.2-1, installed from
Intrepid repositories, system is up-to-date Intrepid):

  roberts:~$ smuxi-server
  zsh: segmentation fault  smuxi-server
  roberts:~$ smuxi-server --help
  zsh: segmentation fault  smuxi-server --help
  roberts:~$ smuxi-server --version

What I expected: something useful to happen, or at least some docs
describing how to make it actually work...

** Affects: smuxi (Ubuntu)
 Importance: Undecided
 Status: New

-- 
smuxi-server crashes immediately on startup
https://bugs.launchpad.net/bugs/306164
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 317766] Re: gpodder crashes at startup after complaining about missing .glade file

2009-01-15 Thread Nathaniel Smith

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/21257961/Dependencies.txt

-- 
gpodder crashes at startup after complaining about missing .glade file
https://bugs.launchpad.net/bugs/317766
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 317766] [NEW] gpodder crashes at startup after complaining about missing .glade file

2009-01-15 Thread Nathaniel Smith
Public bug reported:

Binary package hint: gpodder

I just installed gpodder 0.12.1-1 on up-to-date intrepid.  (I have never
used gpodder before.)  When I run gpodder, this is all that happens:

$ gpodder
(gpodder:16291): libglade-WARNING **: could not find glade file 
'/usr/bin/share/gpodder/gpodder.glade'
Traceback (most recent call last):
  File /usr/bin/X11/gpodder, line 166, in module
sys.exit( main())
  File /usr/bin/X11/gpodder, line 162, in main
gui.main()
  File /var/lib/python-support/python2.5/gpodder/gui.py, line 3332, in main
gPodder().run()
  File /var/lib/python-support/python2.5/gpodder/gui.py, line 128, in __init__
SimpleGladeApp.SimpleGladeApp.__init__( self, path, root, domain, **kwargs)
  File /var/lib/python-support/python2.5/gpodder/SimpleGladeApp.py, line 103, 
in __init__
self.glade = self.create_glade(self.glade_path, root, domain)
  File /var/lib/python-support/python2.5/gpodder/SimpleGladeApp.py, line 337, 
in create_glade
return gtk.glade.XML(self.glade_path, root, domain)
RuntimeError: could not create GladeXML object

It then freezes for some seconds, and eventually simply exits with no
further output.

To first appearance, a critical file seems to be missing from the
package...

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 8.10
Package: gpodder 0.12.1-1
PackageArchitecture: all
ProcEnviron:
 
PATH=/home/username/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/local/sbin:/usr/sbin:/sbin
 LANG=en_US.UTF-8
 SHELL=/usr/bin/zsh
SourcePackage: gpodder
Uname: Linux 2.6.27-9-generic x86_64

** Affects: gpodder (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
gpodder crashes at startup after complaining about missing .glade file
https://bugs.launchpad.net/bugs/317766
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 317766] Re: gpodder crashes when run from the command line

2009-01-15 Thread Nathaniel Smith
However, I have just discovered that if I click Applications - Sound
and Video - gPodder, *that* works fine.  Even though peeking at the
.desktop file suggests that that's just running gpodder, just like I
did from the command line.

Mysterious...

** Summary changed:

- gpodder crashes at startup after complaining about missing .glade file
+ gpodder crashes when run from the command line

-- 
gpodder crashes when run from the command line
https://bugs.launchpad.net/bugs/317766
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 317766] Re: gpodder crashes when run from the command line

2009-01-25 Thread Nathaniel Smith
No, I just went back to Amarok... but it seems to be working now.
Strange.  Maybe I had some bizarrely broken stray environment variable
or something?  Anyway, guess we can just close this... thanks.

** Changed in: gpodder (Ubuntu)
   Status: New = Invalid

-- 
gpodder crashes when run from the command line
https://bugs.launchpad.net/bugs/317766
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 159444] Re: minimal feisty install fails to upgrade to gutsy

2008-12-01 Thread Nathaniel Smith
I'm not sure what try with the latest release means on a feisty
upgrade path bug, but no, I'm not upgrading from feisty to gutsy
anymore.  I assume it is still an issue, but I don't think feisty is
still supported anyway, so it might as well be closed WONTFIX.

-- 
minimal feisty install fails to upgrade to gutsy
https://bugs.launchpad.net/bugs/159444
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 433799] Re: core R package in universe nags me to install proprietary software at every start-up

2010-01-03 Thread Nathaniel Smith
According to this bug, lucid has (temporarily) dropped all revolution R support:
https://bugs.launchpad.net/ubuntu/+source/r-base/+bug/480482

However, lucid still contains revolution R packages, so I guess either
these packages are useless and broken or else the above bug is
incorrect? Either way someone should probably file a bug, but I don't
know what's actually going on well enough to do so properly.

-- 
core R package in universe nags me to install proprietary software at every 
start-up
https://bugs.launchpad.net/bugs/433799
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 433827] Re: Regression: Automatic proxy configuration + gnome-terminal now breaks apt-get, curl, wget...

2009-10-11 Thread Nathaniel Smith
** Also affects: apt (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: curl (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: update-manager-core (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Regression: Automatic proxy configuration + gnome-terminal now breaks 
apt-get, curl, wget...
https://bugs.launchpad.net/bugs/433827
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 449286] [NEW] [karmic] evince apparmor profile breaks zotero reference database

2009-10-12 Thread Nathaniel Smith
Public bug reported:

Binary package hint: evince

The Zotero reference manager is an extension for firefox to make it easy to 
collect/manage academic papers and related metadata:
  http://www.zotero.org/
It stores downloaded PDFs under 
~/.mozilla/firefox/whatever.default/zotero/storage

Since upgrading to karmic, I can no longer open any of my papers stored
in Zotero, because the evince apparmor profile apparently disallows
access to files with this kind of path.

If I try, evince prints to the terminal a message like:
  Error: Couldn't open file 
'/home/njs/.mozilla/firefox/ywm6cmff.default/zotero/storage/11684/Bailey and 
Hahn - 2005 - Phoneme similarity and confusability.pdf': Permission denied.
and in the GUI displays 
  Unable to open document
  Error opening file: Permission denied

If I run aa-complain /usr/bin/evince, then opening such files works again -- 
the problem is a line in abstractions/private-files-strict:
audit deny @{HOME}/.mozilla/** mrwkl,

I suppose the ideal solution would be for zotero to move its database
out to a more sensible location. In the mean time, for karmic I suggest
allowing rw access to @{HOME}/.mozilla/**/zotero/** so that files in the
zotero database are treated like ordinary home directories.

Here are the relevant lines out of dmesg:

[82211.697841] type=1503 audit(1255328281.905:3389): operation=open pid=32137 
parent=1 profile=/usr/bin/evince requested_mask=r:: denied_mask=r:: 
fsuid=1000 ouid=1000 
name=2F686F6D652F6E6A732F2E6D6F7A696C6C612F66697265666F782F79776D36636D2E64656661756C742F7A6F7465726F2F73746F726167652F31333938352F5361636B7320657420616C202D2031393734202D20412053696D706C6573742053797374656D617469637320666F7220746865204F7267616E697A6174696F6E206F66205475722E706466
[82211.698278] type=1503 audit(1255328281.905:3390): operation=open pid=32137 
parent=1 profile=/usr/bin/evince requested_mask=r:: denied_mask=r:: 
fsuid=1000 ouid=1000 
name=2F686F6D652F6E6A732F2E6D6F7A696C6C612F66697265666F782F79776D36636D2E64656661756C742F7A6F7465726F2F73746F726167652F31333938352F5361636B7320657420616C202D2031393734202D20412053696D706C6573742053797374656D617469637320666F7220746865204F7267616E697A6174696F6E206F66205475722E706466

ProblemType: Bug
Architecture: amd64
Date: Sun Oct 11 22:55:57 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/evince
Package: evince 2.28.0-0ubuntu2
ProcEnviron:
 PATH=(custom, user)
 SHELL=/usr/bin/zsh
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-13.43-generic
SourcePackage: evince
Uname: Linux 2.6.31-13-generic x86_64
mtime.conffile..etc.apparmor.d.usr.bin.evince: 2009-10-11T22:54:17

** Affects: evince (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
[karmic] evince apparmor profile breaks zotero reference database
https://bugs.launchpad.net/bugs/449286
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 449286] Re: [karmic] evince apparmor profile breaks zotero reference database

2009-10-12 Thread Nathaniel Smith

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/33479418/Dependencies.txt

** Attachment added: KernLog.txt
   http://launchpadlibrarian.net/33479419/KernLog.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/33479420/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/33479421/ProcStatus.txt

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/33479422/RelatedPackageVersions.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/33479423/XsessionErrors.txt

** Attachment added: modified.conffile..etc.apparmor.d.usr.bin.evince.txt
   
http://launchpadlibrarian.net/33479424/modified.conffile..etc.apparmor.d.usr.bin.evince.txt

-- 
[karmic] evince apparmor profile breaks zotero reference database
https://bugs.launchpad.net/bugs/449286
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 461627] [NEW] PDF's generated by evince produce no print output on LaserJet 2200

2009-10-26 Thread Nathaniel Smith
Public bug reported:

Binary package hint: cups

For many different PDFs I have tried to print recently, I have experienced the 
following:
1) Open PDF in evince -- it displays fine, etc.
2) Click File - Print, select the printer (an HP LaserJet 2200, connected over 
USB, auto-configured), click Print
3) Document is queued, the print icon pops up in the notification area, 
everything seems to work correctly on the software side.
4) The printer light blinks a few times and then that's it -- nothing is 
printed.

If I instead run 'lpr -P HP-LaserJet-2200 foo.pdf' on the same document,
it prints correctly without fuss.

If I capture the actual PDF file that evince is generating and sending
to cups -- e.g. by snagging it out of /var/spool/cups or using evince's
Print to file option (these produce byte-identical PDF files; I
checked), then the PDF file seems superficially fine -- it displays
correctly in evince and xpdf, etc. -- but if passed to lpr then I see
the same behavior as I see with evince, i.e., nothing prints.

Attached are two examples -- original#.pdf is the original file
(downloaded from the internet or whatever) that prints correctly;
bad#.pdf is the file that displays correctly, but that cups cannot
print.

ProblemType: Bug
Architecture: amd64
CupsErrorLog:
 E [25/Oct/2009:14:00:24 -0700] /etc/cups/ssl/server.crt is a bad symlink - 
No such file or directory
 E [25/Oct/2009:14:00:24 -0700] /etc/cups/ssl/server.key is a bad symlink - 
No such file or directory
Date: Mon Oct 26 19:15:38 2009
DistroRelease: Ubuntu 9.10
MachineType: LENOVO 1709CTO
Package: cups 1.4.1-5ubuntu2
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: root=UUID=eb19733d-95e4-4bc0-b78e-b240261bf3a4 ro quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/usr/bin/zsh
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: cups
Uname: Linux 2.6.31-14-generic x86_64
dmi.bios.date: 06/19/2008
dmi.bios.vendor: LENOVO
dmi.bios.version: 7BETD6WW (2.17 )
dmi.board.name: 1709CTO
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr7BETD6WW(2.17):bd06/19/2008:svnLENOVO:pn1709CTO:pvrThinkPadX60:rvnLENOVO:rn1709CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 1709CTO
dmi.product.version: ThinkPad X60
dmi.sys.vendor: LENOVO

** Affects: cups (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
PDF's generated by evince produce no print output on LaserJet 2200
https://bugs.launchpad.net/bugs/461627
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 461627] Re: PDF's generated by evince produce no print output on LaserJet 2200

2009-10-26 Thread Nathaniel Smith

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/34436454/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/34436455/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/34436456/Dependencies.txt

** Attachment added: Locale.txt
   http://launchpadlibrarian.net/34436457/Locale.txt

** Attachment added: Lpstat.txt
   http://launchpadlibrarian.net/34436458/Lpstat.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/34436459/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/34436460/Lsusb.txt

** Attachment added: PpdFiles.txt
   http://launchpadlibrarian.net/34436461/PpdFiles.txt

** Attachment added: PrintingPackages.txt
   http://launchpadlibrarian.net/34436462/PrintingPackages.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/34436463/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/34436464/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/34436465/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/34436466/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/34436467/UdevLog.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/34436468/XsessionErrors.txt

-- 
PDF's generated by evince produce no print output on LaserJet 2200
https://bugs.launchpad.net/bugs/461627
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 461627] Re: PDF's generated by evince produce no print output on LaserJet 2200

2009-10-26 Thread Nathaniel Smith

** Attachment added: original1.pdf
   http://launchpadlibrarian.net/34436627/original1.pdf

-- 
PDF's generated by evince produce no print output on LaserJet 2200
https://bugs.launchpad.net/bugs/461627
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 461627] Re: PDF's generated by evince produce no print output on LaserJet 2200

2009-10-26 Thread Nathaniel Smith

** Attachment added: bad1.pdf
   http://launchpadlibrarian.net/34436633/bad1.pdf

-- 
PDF's generated by evince produce no print output on LaserJet 2200
https://bugs.launchpad.net/bugs/461627
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 461627] Re: PDF's generated by evince produce no print output on LaserJet 2200

2009-10-26 Thread Nathaniel Smith

** Attachment added: original2.pdf
   http://launchpadlibrarian.net/34436703/original2.pdf

-- 
PDF's generated by evince produce no print output on LaserJet 2200
https://bugs.launchpad.net/bugs/461627
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 461627] Re: PDF's generated by evince produce no print output on LaserJet 2200

2009-10-26 Thread Nathaniel Smith

** Attachment added: bad2.pdf
   http://launchpadlibrarian.net/34436723/bad2.pdf

-- 
PDF's generated by evince produce no print output on LaserJet 2200
https://bugs.launchpad.net/bugs/461627
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 461627] Re: PDF's generated by evince produce no print output on LaserJet 2200

2009-10-26 Thread Nathaniel Smith
And here's the /var/log/cups/error_log for plugging in the printer and
then running 'lpr -P HP-LaserJet-2200 bad2.pdf'. I believe the actual
print job starts at 26/Oct/2009:19:46:27.

I can't figure out how to get cups to save the various temporary files
it generates, but from the outside it looks like the whole pipeline is
running without errors (all the way through to the USB backend).

Let me know if there's any more info I can provide for debugging...

** Attachment added: error_log
   http://launchpadlibrarian.net/34436945/error_log

-- 
PDF's generated by evince produce no print output on LaserJet 2200
https://bugs.launchpad.net/bugs/461627
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 419143] Re: Printing from evince (and perhaps other GTK apps) to PostScript printers is broken

2009-10-28 Thread Nathaniel Smith
It's claimed here that the bug is in evince, but I don't actually see
the evidence. The bad PDFs produced by evince display render perfectly
in evince, xpdf, and gs; the output of pstopdf on those files also
renders perfectly in evince and gs. It's just the printer that is
complaining.

It seems to me that *if* the PDF/PS files evince is generating are
legal, and just happen to trigger a printer bug, then it's really cups'
job to work around that printer bug, not evince's to somehow intuit what
sort of printer the file will eventually be sent to after being passed
through some set of filters they have no control over.

Of course, it maybe be that evince/xpdf/gs are in just lenient when
displaying stuff, and evince is actually generating buggy PDF/PS, in
which case it should be fixed. But to make that argument surely we need
someone to actually look at the postscript spec and figure things out.

-- 
Printing from evince (and perhaps other GTK apps) to PostScript printers is 
broken
https://bugs.launchpad.net/bugs/419143
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 419143] Re: Printing from evince (and perhaps other GTK apps) to PostScript printers is broken

2009-10-28 Thread Nathaniel Smith
That's great that Ocular works, but it's irrelevant. We know that there
is something special about the file evince is generating -- probably
something to do with font embedding -- that is triggering this bug.

But that doesn't mean that evince is buggy. It might be that evince and
ocular are both generating correct files, but those files are different,
and something in the difference is running into a cups bug. Or maybe
not, but it's important to figure out, because if so then the correct
fix is to teach cups to handle these files, not to encode quirky rules
about cups/printer bugs into all PDF implementations.

-- 
Printing from evince (and perhaps other GTK apps) to PostScript printers is 
broken
https://bugs.launchpad.net/bugs/419143
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 410407] Re: flash does not recognise mouse clicks

2009-10-14 Thread Nathaniel Smith
Another workaround that AFAICT hasn't been mentioned, but that works for
me: holding down Control or Shift while clicking allows the clicks to
get through.

It sort of looks like someone is incorrectly installing an X passive
grab? Does anyone have any idea how to convince nspluginwrapper to run
against xtrace? (This would require somehow getting it to use a
different $DISPLAY than firefox.)

And just a reminder, since some people seem to be forgetting -- some of
us are experiencing this bug with normal metacity, no compiz, no visual
effects.

@83: Err... the new libresolv.so.2 is just because libc rearranged
things a bit. And libadns1 doesn't touch libresolve.so.2, and the
flashplayer pre-release doesn't reference adns in any way. I am very
skeptical that installing libadns1 has any affect on flashplayer
whatsoever.

-- 
flash does not recognise mouse clicks
https://bugs.launchpad.net/bugs/410407
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 452795] [NEW] [karmic] pulling out USB hard drive hard-locked computer

2009-10-15 Thread Nathaniel Smith
Public bug reported:

I'm using a karmic pre-release on x86-64, a Thinkpad X60.

I have an USB external hard drive connector, a Rosewill RU-DU100, that lets one 
take a SATA drive and attach it over USB. It's listed in lsusb as:
  Bus 001 Device 004: ID 152d:2329 JMicron Technology Corp. / JMicron USA 
Technology Corp.
and when plugged in dmesg reads:
[  319.752555] usb 1-5: new high speed USB device using ehci_hcd and address 3
[  319.903869] usb 1-5: configuration #1 chosen from 1 choice
[  319.960338] Initializing USB Mass Storage driver...
[  319.961322] scsi6 : SCSI emulation for USB Mass Storage devices
[  319.961511] usbcore: registered new interface driver usb-storage
[  319.961515] USB Mass Storage support registered.
[  319.962303] usb-storage: device found at 3
[  319.962307] usb-storage: waiting for device to settle before scanning
[  324.960320] usb-storage: device scan complete
[  324.962234] scsi 6:0:0:0: Direct-Access SAMSUNG  HD103SI   
PQ: 0 ANSI: 2 CCS
[  324.963691] sd 6:0:0:0: Attached scsi generic sg1 type 0
[  324.977408] sd 6:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 
TB/931 GiB)
[  324.978727] sd 6:0:0:0: [sdb] Write Protect is off
[  324.978735] sd 6:0:0:0: [sdb] Mode Sense: 28 00 00 00
[  324.978740] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[  324.980217] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[  324.980225]  sdb: sdb1
[  325.002332] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[  325.002340] sd 6:0:0:0: [sdb] Attached SCSI disk

I was running IO against this drive (a mkfs.ext3), and pulled the USB
plug out. I happened to be on a terminal at a time, so I got to see a
long list of io errors get instantly dumped to the console. Then the
computer froze completely.

A minute later the console printed BUG: soft lockup! -- I don't have
the exact error message, but it appeared twice, once claiming CPU#0 was
stuck and once claiming CPU#1 was stuck, in both cases for 60 seconds,
and with a note in square brackets at the end about [udevd].

Unfortunately (though hardly a surprise) none of the errors made it to
kern.log.

While pulling out a working drive is hardly *recommended*, it should not
crash the computer.

ProblemType: Bug
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  njs2354 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xee24 irq 17'
   Mixer name   : 'Analog Devices AD1981'
   Components   : 'HDA:11d41981,17aa2025,00100200'
   Controls  : 21
   Simple ctrls  : 12
Date: Thu Oct 15 22:12:58 2009
DistroRelease: Ubuntu 9.10
HibernationDevice: RESUME=UUID=d9372c40-505c-46e5-9b76-329eabd7b79b
MachineType: LENOVO 1709CTO
Package: linux-image-2.6.31-13-generic 2.6.31-13.43
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: root=UUID=eb19733d-95e4-4bc0-b78e-b240261bf3a4 ro quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/usr/bin/zsh
ProcVersionSignature: Ubuntu 2.6.31-13.43-generic
RelatedPackageVersions: linux-firmware 1.21
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Uname: Linux 2.6.31-13-generic x86_64
WpaSupplicantLog:
 
dmi.bios.date: 06/19/2008
dmi.bios.vendor: LENOVO
dmi.bios.version: 7BETD6WW (2.17 )
dmi.board.name: 1709CTO
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr7BETD6WW(2.17):bd06/19/2008:svnLENOVO:pn1709CTO:pvrThinkPadX60:rvnLENOVO:rn1709CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 1709CTO
dmi.product.version: ThinkPad X60
dmi.sys.vendor: LENOVO

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
[karmic] pulling out USB hard drive hard-locked computer
https://bugs.launchpad.net/bugs/452795
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 452795] Re: [karmic] pulling out USB hard drive hard-locked computer

2009-10-15 Thread Nathaniel Smith

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/33770331/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/33770332/AplayDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/33770333/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/33770334/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/33770335/Card0.Codecs.codec.0.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/33770336/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/33770337/Dependencies.txt

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/33770339/IwConfig.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/33770340/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/33770341/Lsusb.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/33770342/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/33770343/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/33770345/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/33770347/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/33770348/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/33770349/UdevLog.txt

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/33770350/WifiSyslog.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/33770351/XsessionErrors.txt

-- 
[karmic] pulling out USB hard drive hard-locked computer
https://bugs.launchpad.net/bugs/452795
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 433847] Re: [karmic upgrade] unauthenticated packages warnings on all packages

2009-09-25 Thread Nathaniel Smith
This seems to have magically resolved itself.

** Changed in: apt (Ubuntu)
   Status: New = Fix Released

** Changed in: apt (Ubuntu)
   Status: Fix Released = Invalid

-- 
[karmic upgrade] unauthenticated packages warnings on all packages
https://bugs.launchpad.net/bugs/433847
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 318403] Re: keyboard typing break not cancelled on suspend

2009-09-26 Thread Nathaniel Smith
Upstream this is https://bugzilla.gnome.org/show_bug.cgi?id=430797

Attached is the patch I just uploaded there -- any chance we can get it
into karmic? (I'd rather not wait another 6 months and all.) It applies
and works for me against gnome-control-center 2.28.0-0ubuntu2.

** Bug watch added: GNOME Bug Tracker #430797
   http://bugzilla.gnome.org/show_bug.cgi?id=430797

** Attachment added: bug430797.diff
   http://launchpadlibrarian.net/32509480/bug430797.diff

-- 
keyboard typing break not cancelled on suspend
https://bugs.launchpad.net/bugs/318403
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 439663] [NEW] evince fails to render text in this document

2009-09-30 Thread Nathaniel Smith
Public bug reported:

Binary package hint: evince

Using the current version of karmic evince on amd64, the PDF at
  http://www.cdc.noaa.gov/people/gilbert.p.compo/Torrence_compo1998.pdf
fails to render properly. In particular, the body text does not appear.

The same document renders correctly in xpdf.

ProblemType: Bug
Architecture: amd64
Date: Wed Sep 30 14:37:53 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/evince
Package: evince 2.28.0-0ubuntu1
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/usr/bin/zsh
ProcVersionSignature: Ubuntu 2.6.31-10.35-generic
SourcePackage: evince
Uname: Linux 2.6.31-10-generic x86_64

** Affects: evince (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
evince fails to render text in this document
https://bugs.launchpad.net/bugs/439663
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 439663] Re: evince fails to render text in this document

2009-09-30 Thread Nathaniel Smith

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/32760102/Dependencies.txt

** Attachment added: KernLog.txt
   http://launchpadlibrarian.net/32760103/KernLog.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/32760104/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/32760105/ProcStatus.txt

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/32760106/RelatedPackageVersions.txt

-- 
evince fails to render text in this document
https://bugs.launchpad.net/bugs/439663
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 439663] Re: evince fails to render text in this document

2009-09-30 Thread Nathaniel Smith

** Attachment added: here's the offending PDF file
   http://launchpadlibrarian.net/32760139/Torrence_compo1998.pdf

-- 
evince fails to render text in this document
https://bugs.launchpad.net/bugs/439663
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 439663] Re: evince fails to render text in this document

2009-09-30 Thread Nathaniel Smith

** Attachment added: screenshot of evince rendering
   http://launchpadlibrarian.net/32760170/Screenshot-061-078Jantorre.png

-- 
evince fails to render text in this document
https://bugs.launchpad.net/bugs/439663
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 439663] Re: evince fails to render text in this document

2009-09-30 Thread Nathaniel Smith

** Attachment added: screenshot of xpdf rendering
   http://launchpadlibrarian.net/32760182/Screenshot-Untitled%20Window.png

-- 
evince fails to render text in this document
https://bugs.launchpad.net/bugs/439663
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 439663] Re: evince fails to render text in this document

2009-09-30 Thread Nathaniel Smith
Restarting evince seems to have fixed this... might have been a version
skew issue.

-- 
evince fails to render text in this document
https://bugs.launchpad.net/bugs/439663
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 433827] Re: Regression: Automatic proxy configuration + gnome-terminal now breaks apt-get, curl, wget...

2009-10-01 Thread Nathaniel Smith
...A bug that is deterministically reproducible and prevents everyone
affected from installing or upgrading any packages whatsoever, with no
useful error message, is importance Low?

I'm sorry -- I don't want to be one of those hysterical bug commenters.
I just do want to make sure that I've been clear about the actual impact
of this bug.

AFAICT, users with an auto-configured proxy (e.g., most university users
with a library proxy, various corporate users, etc.) simply *cannot
install* upgrades, bug fixes, security fixes, etc., without a manual
workaround. 'apt-get' doesn't work. Update manager doesn't work. Once
someone is affected by this bug, they will not receive whatever fix is
eventually released. The longer it persists, the more users will get
stuck like this.

Also, as noted above, it isn't actually a bug in gnome-terminal, but in
whatever program is responsible for setting up the environment for
panel-launched programs. gnome-session? gnome-panel? I'm not sure.

-- 
Regression: Automatic proxy configuration + gnome-terminal now breaks 
apt-get, curl, wget...
https://bugs.launchpad.net/bugs/433827
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 476135] [NEW] apt becomes wedged, requiring shell script intervention, after using free cafe wifi connection

2009-11-05 Thread Nathaniel Smith
Public bug reported:

Binary package hint: apt

As you know, many hot spot providers -- in this case a tea shop with
free wifi -- have an obnoxious practice where when you first connect,
all http requests are redirected to some pointless click this button to
connect to the internet! page.

Apparently, update-manager or something decided to run an apt-get update
while my wife's computer was connected to such a wifi network.

Now, there is an error pop up in her status bar saying:

E: Encountered a section with no Package: header
E: Problem with MergeList 
/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_jaunty_restricted_binary-amd64_Packages
E: The package lists or status file could not be parsed or opened.
E: _cache-open() failed, please report.

and most apt-get/apt-cache commands error out as well. Examination of
the above file in /var/lib/apt/lists/... reveals that instead of a
Packages file, it contains the HTML text of one of the relevant click
this button to connect to the internet! page.

That in itself is sort of fine... or at least there's nothing to be
done, except beat up whoever designed these stupid routers. My objection
is to the following:

n...@temeraire:~$ sudo apt-get update
[...]
Hit http://us.archive.ubuntu.com jaunty/restricted Packages
[...]
Reading package lists... Error!
E: Encountered a section with no Package: header
E: Problem with MergeList 
/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_jaunty_restricted_binary-amd64_Packages
E: The package lists or status file could not be parsed or opened.

Expected result: running 'apt-get update' should re-download the
offending file, allowing the system to heal by itself.

Actual result: 'apt-get update' has no effect; unwedging the system
requires deleting the offending file by hand, and then running 'apt-get
update' again.

This is on jaunty, with apt version 0.7.20.2ubuntu6

** Affects: apt (Ubuntu)
 Importance: Undecided
 Status: New

-- 
apt becomes wedged, requiring shell script intervention, after using free cafe 
wifi connection
https://bugs.launchpad.net/bugs/476135
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 410407] Re: flash does not recognise mouse clicks

2009-10-24 Thread Nathaniel Smith
I just tested whether downgrading the flash plugin or nspluginwrapper to
the versions in jaunty affected this bug.

For me, I see:
karmic nspluginwrapper, karmic flashplayer.so: buggy
karmic nspluginwrapper, jaunty flashplayer.so: buggy
jaunty nspluginwrapper, karmic flashplayer.so: buggy
jaunty nspluginwrapper, jaunty flashplayer.so: buggy

This suggests that either:
1) The trigger was a change in some other package (firefox seems like the most 
likely bet, but I'm not prepared to try downgrading firefox on my live desktop 
without some more thought)
2) I messed up my testing somehow, and even when I thought I had reinstalled 
things, I had not. Since the plugin is running out-of-process, though, I'm not 
sure how that would be possible. If anyone wants to confirm these tests, with a 
reboot in between each to make sure that all state is cleared, feel free. 
Basically what you have to do is:

a) Add jaunty lines to your /etc/apt/sources.list (but leave your karmic lines 
there!):
deb http://us.archive.ubuntu.com/ubuntu/ jaunty main universe restricted 
multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty main universe restricted 
multiverse
b) apt-get update
c) Downgrade with 'apt-get install flashplugin-installer=jaunty', 'apt-get 
install nspluginwrapper=jaunty'. Well, except that didn't want to work for me, 
so I used 'apt-get install flashplugin-installer=10.0.22.87ubuntu2', 'apt-get 
install nspluginwrapper=1.2.2-0ubuntu5' which happen to be the versions in 
jaunty.
d) Don't forget to remove the jaunty lines from /etc/apt/sources.list (though 
they are unlikely to hurt anything)
e) 'apt-get install nspluginwrapper flashplayer-nonfree' should re-upgrade you 
to the latest version from karmic.

My tests are on Karmic, firefox 3.5.3+build1+nobinonly-0ubuntu3, on
amd64, with metacity window manager, intel video.

-- 
flash does not recognise mouse clicks
https://bugs.launchpad.net/bugs/410407
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 306164] Re: smuxi-server crashes immediately on startup

2008-12-16 Thread Nathaniel Smith
roberts:~$ which mono
/usr/bin/mono

roberts:~$ mono --version
Mono JIT compiler version 1.9.1 (tarball)
Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com
TLS:   __thread
GC:Included Boehm (with typed GC)
SIGSEGV:   altstack
Notifications: epoll
Architecture:  x86
Disabled:  none

roberts:~$ uname -a
Linux roberts 2.6.23.17-linode43 #1 Wed Mar 5 13:57:22 EST 2008 i686 GNU/Linux

roberts:~$ dpkg -l | grep mono
ii  libmono-corlib1.0-cil 1.9.1+dfsg-4ubuntu2Mono core 
library (1.0)
ii  libmono-corlib2.0-cil 1.9.1+dfsg-4ubuntu2Mono core 
library (2.0)
ii  libmono-data-tds1.0-cil   1.9.1+dfsg-4ubuntu2Mono Data 
library
ii  libmono-data-tds2.0-cil   1.9.1+dfsg-4ubuntu2Mono Data 
Library
ii  libmono-i18n1.0-cil   1.9.1+dfsg-4ubuntu2Mono I18N 
libraries (1.0)
ii  libmono-i18n2.0-cil   1.9.1+dfsg-4ubuntu2Mono I18N 
libraries (2.0)
ii  libmono-security1.0-cil   1.9.1+dfsg-4ubuntu2Mono Security 
library
ii  libmono-security2.0-cil   1.9.1+dfsg-4ubuntu2Mono Security 
library
ii  libmono-sharpzip2.84-cil  1.9.1+dfsg-4ubuntu2Mono 
SharpZipLib library
ii  libmono-sqlite2.0-cil 1.9.1+dfsg-4ubuntu2Mono Sqlite 
library
ii  libmono-system-data1.0-cil1.9.1+dfsg-4ubuntu2Mono 
System.Data library
ii  libmono-system-data2.0-cil1.9.1+dfsg-4ubuntu2Mono 
System.Data Library
ii  libmono-system-runtime2.0-cil 1.9.1+dfsg-4ubuntu2Mono 
System.Runtime Library
ii  libmono-system-web1.0-cil 1.9.1+dfsg-4ubuntu2Mono 
System.Web library
ii  libmono-system-web2.0-cil 1.9.1+dfsg-4ubuntu2Mono 
System.Web Library
ii  libmono-system1.0-cil 1.9.1+dfsg-4ubuntu2Mono System 
libraries (1.0)
ii  libmono-system2.0-cil 1.9.1+dfsg-4ubuntu2Mono System 
libraries (2.0)
ii  libmono0  1.9.1+dfsg-4ubuntu2libraries for 
the Mono JIT
ii  libmono2.0-cil1.9.1+dfsg-4ubuntu2Mono libraries 
(2.0)
ii  mono-common   1.9.1+dfsg-4ubuntu2common files 
for Mono
ii  mono-gac  1.9.1+dfsg-4ubuntu2Mono GAC tool
ii  mono-jit  1.9.1+dfsg-4ubuntu2fast CLI 
JIT/AOT compiler for Mono
ii  mono-runtime  1.9.1+dfsg-4ubuntu2Mono runtime

-- 
smuxi-server crashes immediately on startup
https://bugs.launchpad.net/bugs/306164
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 306164] Re: smuxi-server crashes immediately on startup

2008-12-17 Thread Nathaniel Smith
Ah-hah:

roberts:~$ gacutil -l
zsh: segmentation fault  gacutil -l

(and the same when using bash, of course.)

So I guess it's Not Your Bug -- please reassign as appropriate...

-- 
smuxi-server crashes immediately on startup
https://bugs.launchpad.net/bugs/306164
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 377172] Re: gnome-display-properties silently broke all my hardware acceleration and movie watching

2009-06-11 Thread Nathaniel Smith
That would be one solution, yes. Just give some sort of informative
error if (the user has the appropriate sort of intel card) AND (the
requested resolution is  2048x2048).

-- 
gnome-display-properties silently broke all my hardware acceleration and movie 
watching
https://bugs.launchpad.net/bugs/377172
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 778217] [NEW] illegal instruction crash when solving least-squares problem

2011-05-05 Thread Nathaniel Smith
Public bug reported:

With stock ATLAS, Python, numpy from natty on x86-32, I get the
following behavior when trying to solve this least-squares problem:
http://math.nist.gov/MatrixMarket/data/Harwell-Boeing/lsq/well1850.html

$ python -c 'import cPickle; import gzip; import numpy as np; x, y = 
cPickle.load(gzip.open(well1850.pickle.gz)); np.linalg.lstsq(x, y)'
Illegal instruction

(Note that while this matrix is sparse, I have it stored in a dense
numpy array. The file 'well1850.pickle.gz' is attached to make it easier
to reproduce.)

Expected behavior: I wouldn't think you should ever get a SIGILL from
BLAS, no matter what you do.

I can't seem to find any dbgsym packages for ATLAS, but gdb says:

(gdb) r
Starting program: /usr/bin/python -c import\ cPickle\;\ import\ gzip\;\ import\ 
numpy\ as\ np\;\ x,\ y\ =\ 
cPickle.load\(gzip.open\(\well1850.pickle.gz\\)\)\;\ np.linalg.lstsq\(x,\ y\)
[Thread debugging using libthread_db enabled]

Program received signal SIGILL, Illegal instruction.
0x00704e89 in ATL_dupMBmm0_4_0_b0 () from /usr/lib/libblas.so.3gf
(gdb) bt
#0  0x00704e89 in ATL_dupMBmm0_4_0_b0 () from /usr/lib/libblas.so.3gf
#1  0x02c8 in ?? ()
#2  0x0087b4f8 in ?? () from /usr/lib/libblas.so.3gf
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
(gdb)

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: libatlas3gf-base 3.8.3-29
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
Date: Thu May  5 17:05:48 2011
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/usr/bin/zsh
SourcePackage: atlas
UpgradeStatus: Upgraded to natty on 2011-05-05 (0 days ago)

** Affects: atlas (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: python-numpy (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 natty

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

Title:
  illegal instruction crash when solving least-squares problem

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


[Bug 778217] Re: illegal instruction crash when solving least-squares problem

2011-05-05 Thread Nathaniel Smith
** Attachment added: well1850.pickle.gz
   
https://bugs.launchpad.net/bugs/778217/+attachment/2115636/+files/well1850.pickle.gz

** Also affects: python-numpy (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  illegal instruction crash when solving least-squares problem

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


[Bug 778217] Re: Atlas binaries require SSE3 extensions

2011-05-06 Thread Nathaniel Smith
Yes, indeed, I'm working on a Thinkpad X60s which has a Core Duo -- so,
no SSE3. /proc/cpuinfo says:

flags   : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca
cmov clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc
arch_perfmon bts aperfmperf pni monitor vmx est tm2 xtpr pdcm dts

I understand the rationale for only shipping one Atlas binary, but
presumably that one binary should target the lowest common denominator?

** Summary changed:

- illegal instruction crash when solving least-squares problem
+ Atlas binaries require SSE3 extensions

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

Title:
  Atlas binaries require SSE3 extensions

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


[Bug 377172] [NEW] gnome-display-properties silently broke all my hardware acceleration and movie watching

2009-05-15 Thread Nathaniel Smith
Public bug reported:

Binary package hint: gnome-control-center

After upgrading to Jaunty, I tried fiddling around with the new version
of gnome-display-properties, with my laptop (1024x768 display) and an
external monitor (1680x1050 display). When attempting to place them next
to each other, gnome-display-properties displayed a cheerful note
informing me that it couldn't do that because of a problem with my
xorg.conf, but it could happily fix that problem and I really should
click Ok. So I did.

This added a line like
  Subsection Display
Virtual 2704 1050
  EndSubSection
to my /etc/X11/xorg.conf

My laptop (Thinkpad X60) has an Intel GM945, and the intel drivers top
out at a Virtual size of 2048x2048. This configuration change made them
very unhappy.

The actual symptom I experienced was that some days later, after the
next time I restarted X, I discovered that all video programs (totem,
mplayer, etc.) that I tried to start would simply crash immediately.
XVideo was broken, and none of them are set up to handle this
gracefully. 3d acceleration also appears to be broken.

I'm not sure what the best solution here is -- it seems unfortunate that
gnome-display-properties would need to know that intel drivers have a
particular limit on their Virtual size -- but the bug is easily
triggered, and *completely* unfathomable to a naive user. At a minimum,
the cheery message should be changed to something which includes a
warning, so that if things do get broken the user has at least a chance
of remembering and looking in the right place.

(Also, on the user experience end, I am still annoyed at gnome-display-
properties. I trusted it! It lied to me! Screw you, 'xrandr --auto'
works better anyway! Okay, thanks for letting me get that part off my
chest.)

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
Package: gnome-control-center 1:2.26.0-0ubuntu3
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/usr/bin/zsh
SourcePackage: gnome-control-center
Uname: Linux 2.6.28-11-generic x86_64

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
gnome-display-properties silently broke all my hardware acceleration and movie 
watching
https://bugs.launchpad.net/bugs/377172
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 377172] Re: gnome-display-properties silently broke all my hardware acceleration and movie watching

2009-05-15 Thread Nathaniel Smith

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/26798021/Dependencies.txt

-- 
gnome-display-properties silently broke all my hardware acceleration and movie 
watching
https://bugs.launchpad.net/bugs/377172
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 374762] Re: stray horizontal black lines in multiple apps (firefox, emacs, ...)

2009-05-16 Thread Nathaniel Smith
This appears to be a side-effect of #377172 -- after fixing my xorg.conf
to remove the overlarge Virtual size I no longer see the rendering bugs.

-- 
stray horizontal black lines in multiple apps (firefox, emacs, ...)
https://bugs.launchpad.net/bugs/374762
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 377172] Re: gnome-display-properties silently broke all my hardware acceleration and movie watching

2009-05-17 Thread Nathaniel Smith
It's well documented that the 945GM does not work well with a Virtual setting 
of 2048x2048; the bug is that ATM, gnome-display-properties is happy to insert 
such settings into xorg.conf. So to fix this, either
  a) the intel driver needs to Just Work with weird Virtual settings (possibly 
by truncating them to 2048x2048, I'm not sure why it doesn't do that already; 
perhaps it would cause other problems)
  b) or, screen-resolution-extra, whatever that is, needs to stop inserting 
such Virtual settings into xorg.conf.

I'm not sure how my Xorg.0.log helps with either, but, oh well, here you
go.

** Attachment added: Xorg.0.log.old
   http://launchpadlibrarian.net/26875917/Xorg.0.log.old

-- 
gnome-display-properties silently broke all my hardware acceleration and movie 
watching
https://bugs.launchpad.net/bugs/377172
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 374762] Re: stray horizontal black lines in multiple apps (firefox, emacs, ...)

2009-05-17 Thread Nathaniel Smith
As mentioned a few comments up, this appears to be a side-effect of
using a Virtual setting that is 2048x2048. But here's the log so you
can see all the excitement.

** Attachment added: Xorg.0.log.old
   http://launchpadlibrarian.net/26875943/Xorg.0.log.old

-- 
stray horizontal black lines in multiple apps (firefox, emacs, ...)
https://bugs.launchpad.net/bugs/374762
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 374762] Re: stray horizontal black lines in multiple apps (firefox, emacs, ...)

2009-05-17 Thread Nathaniel Smith

** Attachment added: lspci -vvnn output
   http://launchpadlibrarian.net/26875947/lspci

-- 
stray horizontal black lines in multiple apps (firefox, emacs, ...)
https://bugs.launchpad.net/bugs/374762
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 374762] Re: stray horizontal black lines in multiple apps (firefox, emacs, ...)

2009-05-17 Thread Nathaniel Smith

** Attachment added: xorg.conf, note anomalous Virtual line
   http://launchpadlibrarian.net/26876016/xorg.conf

-- 
stray horizontal black lines in multiple apps (firefox, emacs, ...)
https://bugs.launchpad.net/bugs/374762
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 285724] Re: [Hardy] [regression] update to linux-image 2.6.24-21.42 broke un-suspend

2009-01-27 Thread Nathaniel Smith
It's fine in intrepid.

I eventually figured this out -- sorry for forgetting about the bug.

The problem is that I need the 'tp_smapi' module loaded for unsuspend to
work. In hardy (but not intrepid) this module is in the package linux-
ubuntu-modules-kernel version-generic. Unlike all the other packages
with kernel version in their name, there is no 'linux-ubuntu-modules-
generic' package that always depends on the latest kernel-version-
specific package.

Therefore, whenever hardy's kernel version number rolls over, update-
manager happily installs the new kernel but not the new linux-ubuntu-
modules package, and at the next boot the tp_smapi module is
unavailable, and suspend regresses again.

Given the severity of the regresssion, the low risk of the fix, and that
it will otherwise keep regressing every n months for the life of hardy,
I'd recommend creating a linux-ubuntu-modules-generic package analogous
to the other rolling kernel packages.

-- 
[Hardy] [regression] update to linux-image 2.6.24-21.42 broke un-suspend
https://bugs.launchpad.net/bugs/285724
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 374762] [NEW] stray horizontal black lines in multiple apps (firefox, emacs, ...)

2009-05-11 Thread Nathaniel Smith
Public bug reported:

Binary package hint: xserver-xorg-video-intel

I just upgraded from Intrepid to Jaunty. One consequence of the upgrade
was that I'm now seeing some sort of cross-application rendering bug --
horizontal black lines show up in various apps.

To reproduce:
1) Open firefox to a long-ish page.
2) Hold down the down-arrow key to scroll downwards.
3) Occasional scattered black lines will appear overlaying the page content.

The lines survive incremental scrolling, but any kind of forced redraw
(another window moving in front of them, scrolling the location where
they appear off-screen and then back again, etc.) gets rid of them.

Observed in firefox (as mentioned above), GNU emacs, and then they
showed up in the Gnome screenshot dialog when I was taking a screenshot
for this bug report too... screenshots attached.

This is on a Thinkpad X60 with Intel 945GM integrated graphics, using
EXA for acceleration. I do not use desktop effects of any sort (plain
ol' metacity). My font hinting is set to use sub-pixel smoothing, RGB
order (not VRGB).

I don't know for sure that it's an X server bug, but assigning to
xserver-xorg-video-intel because the corruption seems to occur during
within-server scrolling blits, at least sometimes.

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New

-- 
stray horizontal black lines in multiple apps (firefox, emacs, ...)
https://bugs.launchpad.net/bugs/374762
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 374762] Re: stray horizontal black lines in multiple apps (firefox, emacs, ...)

2009-05-11 Thread Nathaniel Smith

** Attachment added: firefox screenshot
   http://launchpadlibrarian.net/26557818/rendering-bug-firefox-screenshot.png

-- 
stray horizontal black lines in multiple apps (firefox, emacs, ...)
https://bugs.launchpad.net/bugs/374762
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 374762] Re: stray horizontal black lines in multiple apps (firefox, emacs, ...)

2009-05-11 Thread Nathaniel Smith

** Attachment added: emacs screenshot
   http://launchpadlibrarian.net/26557820/rendering-bug-emacs.png

-- 
stray horizontal black lines in multiple apps (firefox, emacs, ...)
https://bugs.launchpad.net/bugs/374762
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 374762] Re: stray horizontal black lines in multiple apps (firefox, emacs, ...)

2009-05-11 Thread Nathaniel Smith

** Attachment added: save screenshot screenshot
   
http://launchpadlibrarian.net/26557831/rendering-bug-save-screenshot-dialog.png

-- 
stray horizontal black lines in multiple apps (firefox, emacs, ...)
https://bugs.launchpad.net/bugs/374762
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 599873] [NEW] display corruption (mostly of text) after resume from suspend

2010-06-29 Thread Nathaniel Smith
Public bug reported:

Binary package hint: xorg

After resuming from suspend today, on my Thinkpad X60s with intel
graphics (945GM), there was serious and persistent display corruption,
mostly affecting text rendering. I'll attach a screenshot.

The specific corruption was not constant -- if I moved my mouse in and
out of the Firefox window, all the text displayed would jump and
rescramble.

Restarting X (with '/etc/init.d/gdm restart') restored normal operation.

I've never seen this before, so it *might* be related to the xserver
upgrade I installed yesterday (1.7.6-2ubuntu7.2); I am pretty certian
that this was the first suspend/resume using the new packages.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: xserver-xorg 1:7.5+5ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
Architecture: i386
Date: Tue Jun 29 09:41:47 2010
DkmsStatus:
 virtualbox-ose, 3.1.6, 2.6.32-22-generic, i686: installed 
 virtualbox-ose, 3.1.6, 2.6.34-999-generic, i686: built
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
Lsusb:
 Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: LENOVO 17023JU
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic 
root=UUID=eb19733d-95e4-4bc0-b78e-b240261bf3a4 ro quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/usr/bin/zsh
SourcePackage: xorg
dmi.bios.date: 01/23/2008
dmi.bios.vendor: LENOVO
dmi.bios.version: 7BETD4WW (2.15 )
dmi.board.name: 17023JU
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr7BETD4WW(2.15):bd01/23/2008:svnLENOVO:pn17023JU:pvrThinkPadX60s:rvnLENOVO:rn17023JU:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 17023JU
dmi.product.version: ThinkPad X60s
dmi.sys.vendor: LENOVO
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   i686
 kernel: 2.6.32-22-generic

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

-- 
display corruption (mostly of text) after resume from suspend
https://bugs.launchpad.net/bugs/599873
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 599873] Re: display corruption (mostly of text) after resume from suspend

2010-06-29 Thread Nathaniel Smith

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/51122691/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/51122692/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/51122693/Dependencies.txt

** Attachment added: GdmLog.txt
   http://launchpadlibrarian.net/51122694/GdmLog.txt

** Attachment added: GdmLog1.txt
   http://launchpadlibrarian.net/51122695/GdmLog1.txt

** Attachment added: GdmLog2.txt
   http://launchpadlibrarian.net/51122696/GdmLog2.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/51122697/Lspci.txt

** Attachment added: PciDisplay.txt
   http://launchpadlibrarian.net/51122698/PciDisplay.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/51122699/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/51122700/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/51122701/ProcModules.txt

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/51122702/RelatedPackageVersions.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/51122703/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/51122704/UdevLog.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/51122705/XorgLog.txt

** Attachment added: XorgLogOld.txt
   http://launchpadlibrarian.net/51122706/XorgLogOld.txt

** Attachment added: Xrandr.txt
   http://launchpadlibrarian.net/51122707/Xrandr.txt

** Attachment added: glxinfo.txt
   http://launchpadlibrarian.net/51122708/glxinfo.txt

** Attachment added: monitors.xml.txt
   http://launchpadlibrarian.net/51122709/monitors.xml.txt

** Attachment added: setxkbmap.txt
   http://launchpadlibrarian.net/51122710/setxkbmap.txt

** Attachment added: xdpyinfo.txt
   http://launchpadlibrarian.net/51122711/xdpyinfo.txt

** Attachment added: xkbcomp.txt
   http://launchpadlibrarian.net/51122712/xkbcomp.txt

-- 
display corruption (mostly of text) after resume from suspend
https://bugs.launchpad.net/bugs/599873
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 599873] Re: display corruption (mostly of text) after resume from suspend

2010-06-29 Thread Nathaniel Smith

** Attachment added: Screenshot of rendering corruption
   http://launchpadlibrarian.net/51123130/Screenshot-1.png

-- 
display corruption (mostly of text) after resume from suspend
https://bugs.launchpad.net/bugs/599873
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 719838] [NEW] evince crashes while display LaTeX 'microtype' package documentation

2011-02-15 Thread Nathaniel Smith
Public bug reported:

Binary package hint: evince

To reproduce:

1) Download the documentation for the LaTeX package 'microtype': 
http://mirrors.med.harvard.edu/ctan/macros/latex/contrib/microtype/microtype.pdf
  (also attached)

2) Open it in evince

3) Scroll to page 4

Result: evince segfaults.

Okular and xpdf both display it fine, though there's some 'clever' code
on that page that appears to be displaying different things depending on
whether the viewer claims PDF 1.5 support. So their ability to display
the document may just reflect their being more pessimistic about their
own abilities. But it is a real document, that I'd really like to read,
and that has legitimate reason to be using these funny features, so it
would be nice if evince would stop segfaulting.

(gdb) bt full
#0  OptionalContentGroup::getRef (this=0x0) at OptionalContent.cc:314
No locals.
#1  0xb14fb8da in get_layer_for_ref (document=value optimized out, 
layers=value optimized out, ref=0xb0f3f100, preserve_rb=1)
at poppler-action.cc:533
layer = value optimized out
ocgRef = value optimized out
l = 0xb7e7f3c0
#2  0xb14fc1c7 in build_ocg_state (document=0xb7ec4660, link=0xb5ac2228, 
title=0x0) at poppler-action.cc:586
layer = value optimized out
list = 0xb5a78f00
preserve_rb = 1
i = 0
layer_state = 0x0
st_list = 0xb0f94fa0
j = 1
#3  _poppler_action_new (document=0xb7ec4660, link=0xb5ac2228, title=0x0)
at poppler-action.cc:645
No locals.
#4  0xb1502f2f in poppler_page_get_link_mapping (page=0xb7e6dac0)
at poppler-page.cc:1261
link_action = value optimized out
link = 0xb0f6f718
i = 0
obj = {type = objNone, {booln = -1209683048, intg = -1209683048, 
uintg = 3085284248, real = 1.5243329545919447e-314, 
string = 0xb7e5b398, name = 0xb7e5b398 \030\b淰\263\345\267\b, 
array = 0xb7e5b398, dict = 0xb7e5b398, stream = 0xb7e5b398, ref = {
  num = -1209683048, gen = 0}, 
cmd = 0xb7e5b398 \030\b淰\263\345\267\b}}
__PRETTY_FUNCTION__ = GList* 
poppler_page_get_link_mapping(PopplerPage*)
map_list = value optimized out
width = 595.276007
height = 841.88
#5  0xb154be8c in pdf_document_links_get_links (document_links=0xb7d446d0, 
page=0xb5af9830)
at /build/buildd/evince-2.32.0/./backend/pdf/ev-poppler.cc:1268
pdf_document = 0xb7d446d0
retval = 0xb5a00578
list = value optimized out
mapping_list = 0x0
---Type return to continue, or q return to quit---
height = value optimized out
#6  0xb768668a in ev_document_links_get_links (document_links=0xb7d446d0, 
page=0xb5af9830)
at /build/buildd/evince-2.32.0/./libdocument/ev-document-links.c:63
No locals.
#7  0xb764e373 in ev_job_page_data_run (job=0xb7e9cb88)
at /build/buildd/evince-2.32.0/./libview/ev-jobs.c:692
job_pd = 0xb7e9cb88
ev_page = 0xb5af9830
#8  0xb764b371 in ev_job_run (job=0xb7e9cb88)
at /build/buildd/evince-2.32.0/./libview/ev-jobs.c:214
No locals.
#9  0xb764f368 in ev_job_thread (data=0x0)
at /build/buildd/evince-2.32.0/./libview/ev-job-scheduler.c:183
result = value optimized out
#10 ev_job_thread_proxy (data=0x0)
at /build/buildd/evince-2.32.0/./libview/ev-job-scheduler.c:213
job = 0xb802d238
#11 0xb6b6148f in ?? () from /lib/libglib-2.0.so.0
No symbol table info available.
#12 0xb6aa8cc9 in start_thread (arg=0xb1d52b70) at pthread_create.c:304
__res = value optimized out
__ignore1 = value optimized out
__ignore2 = value optimized out
pd = 0xb1d52b70
now = value optimized out
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {-1230266380, 0, 4001536, 
-1311431928, -372923505, 379113857}, mask_was_saved = 0}}, 
  priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, 
  cleanup = 0x0, canceltype = 0}}}
not_first_call = value optimized out
robust = value optimized out
freesize = value optimized out
__PRETTY_FUNCTION__ = start_thread
#13 0xb6a1669e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
No locals.
(gdb)

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: evince 2.32.0-0ubuntu1.1
ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
Uname: Linux 2.6.38-rc4-custom-wl i686
Architecture: i386
Date: Tue Feb 15 23:23:10 2011
ExecutablePath: /usr/bin/evince
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/usr/bin/zsh
SourcePackage: evince

** Affects: evince (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 maverick

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

Title:
  

[Bug 719838] Re: evince crashes while display LaTeX 'microtype' package documentation

2011-02-15 Thread Nathaniel Smith

** Attachment added: page 4 of this document reliably segfaults evince
   
https://bugs.launchpad.net/bugs/719838/+attachment/1853181/+files/microtype.pdf

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

Title:
  evince crashes while display LaTeX 'microtype' package documentation

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


[Bug 410407] Re: flash does not recognise mouse clicks

2009-10-04 Thread Nathaniel Smith
Alas, life is not so simple, at least not for everybody.

I am affected by this bug, and I use metacity (on karmic, amd64, intel
drivers).

I just tried switching visual effects to *on*, just in case, and that
didn't help either.

-- 
flash does not recognise mouse clicks
https://bugs.launchpad.net/bugs/410407
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 444890] Re: Firefox print dialog refuses to let me print to my default printer

2009-10-06 Thread Nathaniel Smith

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/33162615/Dependencies.txt

-- 
Firefox print dialog refuses to let me print to my default printer
https://bugs.launchpad.net/bugs/444890
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 444890] [NEW] Firefox print dialog refuses to let me print to my default printer

2009-10-06 Thread Nathaniel Smith
Public bug reported:

Binary package hint: firefox-3.5

When I try to print from firefox, the print dialog that appears lists my
printers, and has a print button at the lower-right.

When my default printer (home-laserjet) is selected, then the print
button is greyed-out, and cannot be clicked.

If I select any other printer from the list, then the print button
becomes enabled, and printing works fine.

This is with firefox 3.5.3+build1+nobinonly-0ubuntu3 on Karmic, amd64.

The only things I can think of that make home-laserjet different from the 
other printers are:
  1) it is the default printer
  2) it is a remote printer on an IPP server (it uses an ipp:// URL pointing to 
my cups-running server downstairs), while all the other printers use socket:// 
or hp:// URLs to point to the printer directly. This has caused weird problems 
before: see bug #258104

I'll attach screenshots showing the print dialog.

ProblemType: Bug
Architecture: amd64
Date: Tue Oct  6 13:31:34 2009
DistroRelease: Ubuntu 9.10
Package: firefox 3.5.3+build1+nobinonly-0ubuntu3
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/usr/bin/zsh
ProcVersionSignature: Ubuntu 2.6.31-10.35-generic
SourcePackage: firefox-3.5
Uname: Linux 2.6.31-10-generic x86_64

** Affects: firefox-3.5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
Firefox print dialog refuses to let me print to my default printer
https://bugs.launchpad.net/bugs/444890
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 444890] Re: Firefox print dialog refuses to let me print to my default printer

2009-10-06 Thread Nathaniel Smith

** Attachment added: screenshot of firefox print dialog with DISABLED print 
button
   http://launchpadlibrarian.net/33162639/Screenshot-Print-disabled.png

-- 
Firefox print dialog refuses to let me print to my default printer
https://bugs.launchpad.net/bugs/444890
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 444890] Re: Firefox print dialog refuses to let me print to my default printer

2009-10-06 Thread Nathaniel Smith

** Attachment added: screenshot of firefox print dialog, showing how the 
button becomes enabled when I select another printer
   http://launchpadlibrarian.net/33162723/Screenshot-Print-enabled.png

-- 
Firefox print dialog refuses to let me print to my default printer
https://bugs.launchpad.net/bugs/444890
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 432902] Re: Upgrade to karmic disabled duplex on all my configured printers

2009-09-21 Thread Nathaniel Smith
Thanks!

-- 
Upgrade to karmic disabled duplex on all my configured printers
https://bugs.launchpad.net/bugs/432902
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 432892] Re: upgrade to karmic trashed /etc/hosts

2009-09-24 Thread Nathaniel Smith
That grep command finds no hits.

OTOH:
  ~$ dpkg -S etc/hosts
  dpkg: *etc/hosts* not found.
So *something*'s creating it, I'm just not sure what.

/usr/lib/ubiquity/netcfg/netcfg seems to have some /etc/hosts-related
code, though not the actual line you quoted. This is relevant because of
bug 432911 (my upgrade decided to install and run oem-config).

-- 
upgrade to karmic trashed /etc/hosts
https://bugs.launchpad.net/bugs/432892
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 432892] Re: upgrade to karmic trashed /etc/hosts

2009-09-24 Thread Nathaniel Smith
Some googling around suggests that the particular phrasing in that
comment (various programs that require network functionality etc.) is
common on Redhat/anaconda-derived systems? Curious.

-- 
upgrade to karmic trashed /etc/hosts
https://bugs.launchpad.net/bugs/432892
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 432888] [NEW] upgrade to karmic trashed /etc/hostname

2009-09-18 Thread Nathaniel Smith
Public bug reported:

I upgraded to the karma alpha today using 'dist-upgrade -d'.

After rebooting, my /etc/hostname file was rewritten to njs-laptop
(njs is my login). This computer already has a name, and that's not
it!

During the reboot it gave me the standard first time install questions
-- language, keyboard, timezone, initial user creation. I was a little
puzzled (perhaps the bug is that it did that?), but went along with it,
and typed in njs as my initial user. I didn't see anything about host
names there, but I guess that must be where the njs-laptop string came
from?

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
upgrade to karmic trashed /etc/hostname
https://bugs.launchpad.net/bugs/432888
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 432888] Re: upgrade to karmic trashed /etc/hostname

2009-09-18 Thread Nathaniel Smith
Gah, I have no brain. I upgraded with 'update-manager -d', of course
(not apt-get dist-upgrade).

-- 
upgrade to karmic trashed /etc/hostname
https://bugs.launchpad.net/bugs/432888
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 432890] [NEW] upgrade to karmic trashed /etc/hosts

2009-09-18 Thread Nathaniel Smith
Public bug reported:

After upgrading to karmic today with 'update-manager -d', my /etc/hosts
file was mangled.

Before the upgrade (yay backups) it said:
--
127.0.0.1   localhost
127.0.1.1   ged.localnetged

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
--

After the upgrade, it said:
---
# Do not remove the following line, or various programs# that require network 
functionality will fail.127.0.0.1 localhost.localdomain   localhost
---

I don't know what launchpad does with word wrapping, so to be explicit:
it contained no newlines, even at the end of the file. It was one long
comment line. Also, I don't know if the IPv6 boilerplate and localnet
boilerplate is desireable, but it wasn't even trying to be there.

This may or may not be related to #432888.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
upgrade to karmic trashed /etc/hosts
https://bugs.launchpad.net/bugs/432890
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 432892] [NEW] upgrade to karmic trashed /etc/hosts

2009-09-18 Thread Nathaniel Smith
Public bug reported:

I just upgraded today to karmic by running 'update-manager -d'. After
the upgrade and reboot finished, my /etc/hosts file was trashed.

Before the upgrade (yay backups) it said:
-
127.0.0.1   localhost
127.0.1.1   ged.localnetged

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
-

After the upgrade, it said:
-
# Do not remove the following line, or various programs# that require network 
functionality will fail.127.0.0.1 localhost.localdomain   localhost
-

To be clear:
1) This file contains no newlines (even at the end of the file). It is one long 
mangled comment line.
2) All the usual IPv6 and localnet boilerplate has disappeared. (Maybe that's 
intentional? I'm not really sure what it's needed for anyway.)

WTF?

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
upgrade to karmic trashed /etc/hosts
https://bugs.launchpad.net/bugs/432892
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 432892] Re: upgrade to karmic trashed /etc/hosts

2009-09-18 Thread Nathaniel Smith

** Attachment added: /etc/hosts from jaunty
   http://launchpadlibrarian.net/32053223/hosts

-- 
upgrade to karmic trashed /etc/hosts
https://bugs.launchpad.net/bugs/432892
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 432892] Re: upgrade to karmic trashed /etc/hosts

2009-09-18 Thread Nathaniel Smith
Also, note that this was not the only hostname-related weirdness I had
created by the karmic upgrade: see also #432888, in case they are
related.

-- 
upgrade to karmic trashed /etc/hosts
https://bugs.launchpad.net/bugs/432892
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 432892] Re: upgrade to karmic trashed /etc/hosts

2009-09-18 Thread Nathaniel Smith

** Attachment added: /etc/hosts as created by karmic upgrade
   http://launchpadlibrarian.net/32053216/karmic-hosts

-- 
upgrade to karmic trashed /etc/hosts
https://bugs.launchpad.net/bugs/432892
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 432890] Re: upgrade to karmic trashed /etc/hosts

2009-09-18 Thread Nathaniel Smith
*** This bug is a duplicate of bug 432892 ***
https://bugs.launchpad.net/bugs/432892

(Sorry for filing twice -- launchpad gave an error on the first attempt.
See other version for attachments etc.)

** This bug has been marked a duplicate of bug 432892
   upgrade to karmic trashed /etc/hosts

-- 
upgrade to karmic trashed /etc/hosts
https://bugs.launchpad.net/bugs/432890
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 432888] Re: upgrade to karmic trashed /etc/hostname

2009-09-18 Thread Nathaniel Smith
This isn't the only host-related weirdness I experienced after upgrading
to karmic: see also #432892, in case they are related.

-- 
upgrade to karmic trashed /etc/hostname
https://bugs.launchpad.net/bugs/432888
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 432902] [NEW] Upgrade to karmic disabled duplex on all my configured printers

2009-09-18 Thread Nathaniel Smith
Public bug reported:

I have a number of printers configured: an HP LaserJet 4200, a Lexmark
E450dn PS, an HP LaserJet 5100, and an HP LaserJet 2200. All have duplex
units installed, and all are set to default to two-sided printing
(Properties - Job Options - Sides - Two-sided (long edge) in
system-config-printer).

I just upgraded from jaunty to karmic by running 'update-manager -d',
and all of my printers were set to default to single-sided printing.

In addition, LaserJet 4200 and LaserJet 5100 have options in their
configuration dialog for whether a duplex unit is installed (Properties
- Installed Options - Duplex (Option|Unit)), which were initially set
to true, but after the upgrade they were set to false (as if there were
no duplex unit).

Desired behavior: upgrading should not randomly enable/disable options
in my printer configuration!

(I *hope* only duplex was changed, but really, who knows... I guess I'll
find out sooner or later.)

Old/new copies of files from /etc are available on request.

** Affects: cups (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Upgrade to karmic disabled duplex on all my configured printers
https://bugs.launchpad.net/bugs/432902
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 432909] [NEW] [karmic upgrade] flashplugin-installer creates bad symlink

2009-09-18 Thread Nathaniel Smith
Public bug reported:

Binary package hint: flashplugin-installer

I just upgraded from jaunty to karmic by running 'update-manager -d'.

Observed behavior: the non-free Adobe flash plugin disappeared from my
firefox. 'apt-get install --reinstall flashplugin-installer' seemed to
complete without error, but my firefox still had no idea about the
existence of any flash plugin -- it didn't show up on about:plugins,
etc.

Underlying cause:
Looking in /usr/share/ubufox/plugins, there is a symlink 
npwrapper.libflashplayer.so - 
/usr/lib/flashplugin-installer/npwrapper.libflashplayer.so
However, /usr/lib/flashplugin-installer/npwrapper.libflashplayer.so does not 
exist. The installer seems to have placed that file in 
/var/lib/flashplugin-installer instead. (I.e., the symlink should point to 
/var/..., not /usr/...)

Running 'cd /usr/share/ubufox/plugins  sudo ln -sf /var/lib
/flashplugin-installer/npwrapper.libflashplayer.so .' seems to fix the
problem, which is useful as a workaround, and as confirmation that the
symlink is, indeed, the problem.

Please fix, kthx.

This is on x86-64.

** Affects: flashplugin-nonfree (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[karmic upgrade] flashplugin-installer creates bad symlink
https://bugs.launchpad.net/bugs/432909
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 432911] [NEW] after an *upgrade* to karmic, oem-config started running at every boot

2009-09-18 Thread Nathaniel Smith
Public bug reported:

Binary package hint: ubiquity

I just upgraded from jaunty to karmic (alpha) by running 'update-manager
-d'.

Now on every boot-up, I'm getting the language/keyboard/timezone/initial
user questions, apparently from oem-config. I have to switch to a text
console and kill it before I can log in.

Obviously, this should not be happening. Help?

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Status: New

-- 
after an *upgrade* to karmic, oem-config started running at every boot
https://bugs.launchpad.net/bugs/432911
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 432911] Re: after an *upgrade* to karmic, oem-config started running at every boot

2009-09-18 Thread Nathaniel Smith
This may also be the root cause of:
  https://bugs.launchpad.net/bugs/432888
  https://bugs.launchpad.net/ubuntu/+bug/432892

Thoughts?

-- 
after an *upgrade* to karmic, oem-config started running at every boot
https://bugs.launchpad.net/bugs/432911
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 432892] Re: upgrade to karmic trashed /etc/hosts

2009-09-18 Thread Nathaniel Smith
And also see
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/432911

-- 
upgrade to karmic trashed /etc/hosts
https://bugs.launchpad.net/bugs/432892
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 432888] Re: upgrade to karmic trashed /etc/hostname

2009-09-18 Thread Nathaniel Smith
And also see
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/432911

-- 
upgrade to karmic trashed /etc/hostname
https://bugs.launchpad.net/bugs/432888
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 432902] Re: Upgrade to karmic disabled duplex on all my configured printers

2009-09-19 Thread Nathaniel Smith
1) If I put the configuration back the way it was, then duplexing works
fine -- it seems to just be the configuration that was broken (as
suggested in comment#2).

2) I stupidly put the configuration back by hand without saving a copy
of the messed up ppd files, so I can't post the new version :-(.
Attaching the old version, though, in case that's useful.

** Attachment added: HP LaserJet 4200 ppd -- old pre-upgrade version
   http://launchpadlibrarian.net/32088153/cogsci-mailroom.ppd

-- 
Upgrade to karmic disabled duplex on all my configured printers
https://bugs.launchpad.net/bugs/432902
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 432902] Re: Upgrade to karmic disabled duplex on all my configured printers

2009-09-19 Thread Nathaniel Smith

** Attachment added: Lexmark E450dn PS -- old pre-upgrade version
   http://launchpadlibrarian.net/32088185/cpl-laser.ppd

-- 
Upgrade to karmic disabled duplex on all my configured printers
https://bugs.launchpad.net/bugs/432902
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 432888] Re: upgrade to karmic trashed /etc/hostname

2009-09-20 Thread Nathaniel Smith
It may well be. But just in case you were skimming, note that this bug
is about /etc/hostname, and bug 432892 is about /etc/hosts, which are
different.

-- 
upgrade to karmic trashed /etc/hostname
https://bugs.launchpad.net/bugs/432888
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 433799] [NEW] core R package in universe nags me to install proprietary software at every start-up

2009-09-20 Thread Nathaniel Smith
Public bug reported:

Since upgrading to Karmic alpha, whenever I start R (r-base-core 
2.9.2-1ubuntu2) I get the following text:
---
R version 2.9.2 (2009-08-24)
Copyright (C) 2009 The R Foundation for Statistical Computing
ISBN 3-900051-07-0

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

This is REvolution R version 2.0.1: the optimized distribution of R from R
Evolution Computing
REvolution R enhancements Copyright (C)  REvolution Computing, Inc.

Checking for REvolution MKL: REvolution R enhancements not installed. For
improved performance and other extensions install with: apt-get install re
volution-r
--

I.e, upstream's 9 lines of GPL boilerplate with succint information on
usage and pointers to more information, and then Ubuntu has apparently
added 6 lines of somewhat-garbled advertising for a proprietary product.

There are a few things wrong with this:
1) It's way too long, and in the wrong place -- if you're including 
enhancements from REvolution Inc. then by all means give them credit, but make 
it a single copyright line next to the existing copyright line. Using their 
trademarked name 6 times, their slogan, and putting it all at the bottom is 
wholly inappropriate. They should not be more prominent than the actual, 
y'know, R core team!

2) The added text is fluffy and not at all information dense -- for
instance, compare the amount of information that the upstream text gives
you about licensing to what we learn from the text at the bottom.
Running 'apt-get install revolution-r', as suggested, will install some
utterly proprietary EULAed gunk on my system, but there is no indication
of this whatsoever to let me make an informed decision. (I only know
because I installed it, noticed it was pulling from multiverse, went WTF
and checked the copying file.) Nor do I know *why* I would want
REvolution R. (Apparently I get both performance *and* enhancements?
Lucky me?)

2.5) Also it's *garbled* on an 80 character terminal, which hardly seems
ideal.

3) And worst of all, taking a piece of free software and added nagging
for one company's products is completely uncool. I'm not going to start
ranting about precious software fluids -- I don't disagree with Ubuntu's
approach to handling the NVidia kernel module, for instance -- but for
me this is way over the line.

Frankly, I feel betrayed. It's like some part of Canonical
transmogrified into Joerg Schilling or something. Don't make Joerg
Schilling my image of Canonical, please?

As a practical matter, I can also imagine this creating a nice internet
flamefest/PR obnoxiousness (it's like adding advertisements for MS Word
to openoffice! yada yada, you can imagine what people would say, esp.
since AFAICT there is no public information anywhere on what you are
trying to do or what your relationship with REvolution Inc. is). I doubt
anyone wants this.

Requests:
- If I install R from universe, please do not tell me anything about 
proprietary software on every startup. If I want it then I can find it myself. 
(Well, or could if you had information about it anywhere... maybe my google-fu 
is just weak.)

- Anywhere that you do tell people about proprietary software, please
make it clear that that is what you are doing.

Thanks.

** Affects: r-base (Ubuntu)
 Importance: Undecided
 Status: New

-- 
core R package in universe nags me to install proprietary software at every 
start-up
https://bugs.launchpad.net/bugs/433799
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 433827] [NEW] Regression: Automatic proxy configuration + gnome-terminal now breaks apt-get, curl, wget...

2009-09-21 Thread Nathaniel Smith
Public bug reported:

Binary package hint: gnome-terminal

The fix for bug 48294 -- at least as implemented in gnome-terminal
2.27.92-0ubuntu1 from Karmic -- may be theoretically more correct, but
it seems to have broken strictly more apps than it fixes.

Steps to reproduce:
1) Go to System - Preferences - Network Proxy, select Automatic proxy 
configuration, and enter the URL of a PAC proxy (I use 
http://webproxy.ucsd.edu/proxy.pl).
2) Start a gnome-terminal.
3) echo $http_proxy

Before bug 48294 was fixed, this produced http://:8080;, which breaks
wget, but most apps are happy to ignore it this obviously invalid URL.
One can reproduce the old behavior easily at the command line:

$ http_proxy=http://:8080 wget google.com # FAILS: Error parsing proxy URL
$ http_proxy=http://:8080 curl google.com # SUCCEEDS
$ http_proxy=http://:8080 sudo apt-get update  # SUCCEEDS

With current gnome-terminal, the above steps result in http_proxy being
set to pac+http://webproxy.ucsd.edu/proxy.pl;. I cannot find any
reference to this pac+http URL scheme anywhere, and indeed, apps do
not know how to handle it:

$ http_proxy=pac+http://webproxy.ucsd.edu/proxy.pl wget google.com # FAILS: 
Error parsing proxy URL
$ http_proxy=pac+http://webproxy.ucsd.edu/proxy.pl curl google.com # FAILS: 
couldn't connect
$ http_proxy=pac+http://webproxy.ucsd.edu/proxy.pl sudo apt-get update # FAILS: 
404 errors

So not only did this fix fail to fix the old broken software, it
breaks new software, and the newly broken software is failing in very
confusing ways.

In the long run this should perhaps be considered a bug in wget, curl,
apt-get, and every other HTTP implementation in in Ubuntu, but I'm
filing against gnome-terminal because 1) that's what caused the
regression, 2) at this point in the release cycle I'm guessing you might
want to just unset http_proxy in these proxy auto-config cases (none of
this software could parse the PAC file anyway, it requires a javascript
interpreter), rather than try to fix everything everywhere...

** Affects: gnome-terminal (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Regression: Automatic proxy configuration + gnome-terminal now breaks 
apt-get, curl, wget...
https://bugs.launchpad.net/bugs/433827
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 222286] Re: python-comidilib package does not provide comedi module (i.e. is completely useless)

2009-09-21 Thread Nathaniel Smith
** Changed in: comedilib (Ubuntu)
   Status: Incomplete = Fix Released

-- 
python-comidilib package does not provide comedi module (i.e. is completely 
useless)
https://bugs.launchpad.net/bugs/86
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


  1   2   >