[Bug 1553694] Re: Lenovo Y700-17ISK: Bluetooth issues

2016-05-03 Thread Nathan Grennan
I am experiencing the same issue my Lenovo P50. It doesn't work most of
the time at boot.

workaround:
rmmod btusb ; modprobe btusb

kernel messages when it fails:
[8.523061] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[8.525271] Bluetooth: hci0: Found device firmware: intel/ibt-11-5.sfi
[8.532355] Bluetooth: hci0: Failed to send firmware data (-38)
[   10.608812] Bluetooth: hci0: Reading Intel version information failed (-110)
[   10.612778] Bluetooth: hci0 command tx timeout

kernel messages post reload of the btusb module:
[  712.576916] Bluetooth: hci0: Firmware revision 0.0 build 90 week 25 2015
[  767.110199] Bluetooth: hci0 urb 88073c4c0540 failed to resubmit (2)

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

Title:
  Lenovo Y700-17ISK: Bluetooth issues

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

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


[Bug 978259] Re: gdm removes sbin directories from user paths

2012-06-27 Thread Nathan Grennan
*** This bug is a duplicate of bug 844103 ***
https://bugs.launchpad.net/bugs/844103

It is gdm's fault. It seems to be gdm-simple-slave's fault via the code
below. If you comment out the code below, it works as expected.

daemon/gdm-session-direct.c:

/* FIXME: We do this here and in the session worker.  We should 
consolidate
 * somehow.
 */

gdm_session_direct_set_environment_variable (session,
 "PATH",
 strcmp (BINDIR, 
"/usr/bin") == 0?
 GDM_SESSION_DEFAULT_PATH :
 BINDIR ":" 
GDM_SESSION_DEFAULT_PATH);

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

Title:
  gdm removes sbin directories from user paths

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

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


[Bug 978259] Re: gdm removes sbin directories from user paths

2012-06-27 Thread Nathan Grennan
*** This bug is a duplicate of bug 844103 ***
https://bugs.launchpad.net/bugs/844103

  It isn't that /etc/environment isn't being read. It is that something
is overwriting the PATH. The lines below in /etc/pam.d/gdm do cause it
to read /etc/environment. I can add things to /etc/environment and they
will appear in my environment. Yet my PATH is still without sbins.

/etc/pam.d/gdm:
authrequiredpam_env.so readenv=1
authrequiredpam_env.so readenv=1 envfile=/etc/default/locale

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

Title:
  gdm removes sbin directories from user paths

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

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


[Bug 1017702] Re: samba gets "INTERNAL ERROR: Signal 11" when a OSX client connects

2012-06-27 Thread Nathan Grennan
I used Finder via Go -> Connect to Server. The path was
smb://server/Documents.

Here are the configuration:

[global]
   workgroup = WORKGROUP
   server string = %h server
   dns proxy = no
   log file = /var/log/samba/log.%m
   max log size = 1000
   syslog = 0
   panic action = /usr/share/samba/panic-action %d
security = share
   encrypt passwords = true
   passdb backend = tdbsam
   obey pam restrictions = yes
   restrict anonymous = no
   guest account = wgguest
   map to guest = bad user
   passwd program = /usr/bin/yppasswd %u
   passwd chat = *Enter\snew\sUNIX\spassword:* %n\n 
*Retype\snew\sUNIX\spassword:* %n\n *passwd:*password\supdated\ssuccessfully* .
   socket options = TCP_NODELAY
[homes]
   comment = Home Directories
   browseable = yes
   writable = yes
   create mask = 0755
   directory mask = 0755
[Documents]
   comment = Documents
   writable = yes
   path = /mnt/Documents
   public = yes
   guest ok = yes
   guest only = yes
   browsable = yes
   force user = guest
   force group = users
   force create mask = 0644
   force directory mask = 0755
[print]
   comment = print
   writable = yes
   path = /mnt/print
   read only = no
   public = yes
   guest only = yes
   browsable = yes
   force user = guest
   force group = users
   force create mask = 0644
   force directory mask = 0755
[light]
   comment = light
   writable = yes
   path = /mnt/light
   read only = no
   public = yes
   guest only = yes
   browsable = yes
   force user = guest
   force group = users
   force create mask = 0644
   force directory mask = 0755

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

Title:
  samba gets "INTERNAL ERROR: Signal 11" when a OSX client connects

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

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


[Bug 1017702] Re: samba gets "INTERNAL ERROR: Signal 11" when a OSX client connects

2012-06-25 Thread Nathan Grennan
I was able to solve this crash by upgrading to 3.6.5-3ubuntu2 for
quantal.

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

Title:
  samba gets "INTERNAL ERROR: Signal 11" when a OSX client connects

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

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


[Bug 1017702] [NEW] samba gets "INTERNAL ERROR: Signal 11" when a OSX client connects

2012-06-25 Thread Nathan Grennan
Public bug reported:

   Connecting with an OSX client to a server running Precise 12.04 and
samba 3.6.3-2ubuntu2.3 it has the error below.


[2012/06/25 13:35:13.252295,  0] lib/fault.c:47(fault_report)
  ===
[2012/06/25 13:35:13.252430,  0] lib/fault.c:48(fault_report)
  INTERNAL ERROR: Signal 11 in pid 21742 (3.6.3)
  Please read the Trouble-Shooting section of the Samba3-HOWTO
[2012/06/25 13:35:13.252481,  0] lib/fault.c:50(fault_report)
  
  From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf
[2012/06/25 13:35:13.252528,  0] lib/fault.c:51(fault_report)
  ===
[2012/06/25 13:35:13.252563,  0] lib/util.c:1117(smb_panic)
  PANIC (pid 21742): internal error
[2012/06/25 13:35:13.256665,  0] lib/util.c:1221(log_stack_trace)
  BACKTRACE: 21 stack frames:
   #0 smbd(log_stack_trace+0x1a) [0x7fd7a8206aea]
   #1 smbd(smb_panic+0x25) [0x7fd7a8206bc5]
   #2 smbd(+0x409e88) [0x7fd7a81f7e88]
   #3 /lib/x86_64-linux-gnu/libc.so.6(+0x364c0) [0x7fd7a4da94c0]
   #4 smbd(copy_serverinfo+0x1a) [0x7fd7a825b84a]
   #5 smbd(make_server_info_guest+0x10) [0x7fd7a825ba30]
   #6 smbd(+0x46cf25) [0x7fd7a825af25]
   #7 smbd(+0x467782) [0x7fd7a8255782]
   #8 smbd(reply_sesssetup_and_X+0x13ff) [0x7fd7a7f2b3bf]
   #9 smbd(+0x176fa4) [0x7fd7a7f64fa4]
   #10 smbd(+0x1773bb) [0x7fd7a7f653bb]
   #11 smbd(+0x1777d3) [0x7fd7a7f657d3]
   #12 smbd(run_events_poll+0x34e) [0x7fd7a82168ae]
   #13 smbd(smbd_process+0x812) [0x7fd7a7f66f42]
   #14 smbd(+0x68666f) [0x7fd7a847466f]
   #15 smbd(run_events_poll+0x34e) [0x7fd7a82168ae]
   #16 smbd(+0x428a4a) [0x7fd7a8216a4a]
   #17 smbd(_tevent_loop_once+0x90) [0x7fd7a82175d0]
   #18 smbd(main+0xed0) [0x7fd7a7ee5030]
   #19 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7fd7a4d9476d]
   #20 smbd(+0xf7515) [0x7fd7a7ee5515]
[2012/06/25 13:35:13.257056,  0] lib/util.c:1122(smb_panic)
  smb_panic(): calling panic action [/usr/share/samba/panic-action 21742]
[2012/06/25 13:35:13.313672,  0] lib/util.c:1130(smb_panic)
  smb_panic(): action returned status 0
[2012/06/25 13:35:13.313788,  0] lib/fault.c:372(dump_core)
  dumping core in /var/log/samba/cores/smbd

** Affects: samba (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/1017702

Title:
  samba gets "INTERNAL ERROR: Signal 11" when a OSX client connects

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

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


[Bug 662711] Re: idmap should be started by default because mount.nfs now negotiates NFSv4 before NFSv3

2011-12-06 Thread Nathan Grennan
Where is the update for Natty? 1:1.2.4-1ubuntu3 looks like an oneiric
update.

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

Title:
  idmap should be started by default because mount.nfs now negotiates
  NFSv4 before NFSv3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/662711/+subscriptions

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


[Bug 883904] Re: nit.d script incorrectly assumes PID file --> can't stop service

2011-11-15 Thread Nathan Grennan
I am seeing this on Lucid.

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

Title:
  nit.d script incorrectly assumes PID file --> can't stop service

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/883904/+subscriptions

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


[Bug 883904] Re: nit.d script incorrectly assumes PID file --> can't stop service

2011-11-15 Thread Nathan Grennan
This bug seems to be a result of the last fix.

The pid file doesn't get created. The nagios-nrpe-server service runs as
nagios, and the permissions on /var/run are root:root 755.

This bug is extra frustrating, because the script says it stopped it or
restarted it. So you make a configuration change and think it should
take affect, but doesn't.


Error from /var/log/messages:
 Cannot write to pidfile '/var/run/nrpe.pid' - check your privileges.

root@wgs32:/etc/apt/sources.list.d# ps ax | grep nrpe
 7317 pts/2S+ 0:00 grep nrpe
root@wgs32:/etc/apt/sources.list.d# /etc/init.d/nagios-nrpe-server start
 * Starting nagios-nrpe nagios-nrpe
   ...done.
root@wgs32:/etc/apt/sources.list.d# ps ax | grep nrpe
 7338 ?Ss 0:00 /usr/sbin/nrpe -c /etc/nagios/nrpe.cfg -d
 7354 pts/2R+ 0:00 grep nrpe
root@wgs32:/etc/apt/sources.list.d# /etc/init.d/nagios-nrpe-server stop
 * Stopping nagios-nrpe nagios-nrpe
   ...done.
root@wgs32:/etc/apt/sources.list.d# ps ax | grep nrpe
 7338 ?Ss 0:00 /usr/sbin/nrpe -c /etc/nagios/nrpe.cfg -d
 7373 pts/2R+ 0:00 grep nrpe

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

Title:
  nit.d script incorrectly assumes PID file --> can't stop service

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/883904/+subscriptions

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


[Bug 713987] Re: carl917 firmware needed

2011-04-18 Thread Nathan Grennan
I just purchased a D-link DWA-160 today. I tried Lucid with
2.6.32-30-generic, partially work. I tried Lucid with 2.6.35-28-generic,
works better, but some ssids work intermittently. I tried Lucid with
2.6.38-02063803-generic, blacklisted ar9170, and tried to use carl9170.
It failed from lack of firmware. I manually download the firmware and
installed it. Then it just worked.

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

Title:
  carl917 firmware needed

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


[Bug 188973] Re: printing pdf causes abnormally large job

2011-02-24 Thread Nathan Grennan
Can we get something higher than Low on this bug? For me it causes a
copier to crash consistently. The fix in code already exists, it just
needs to be back ported to Lucid.

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

Title:
  printing pdf causes abnormally large job

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


[Bug 188973] Re: printing pdf causes abnormally large job

2011-02-22 Thread Nathan Grennan
I just tried okular and acroread with a known problematic pdf. Okular
was consistently bad between Lucid and Maverick, with a job size of 24mb
for a certain 75 page pdf. Where as evince on Lucid was 51mb for the
same document. Then evince on Maverick was a nice 13mb. Acroread on
Lucid was 69mb.

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

Title:
  printing pdf causes abnormally large job

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


[Bug 188973] Re: printing pdf causes abnormally large job

2011-02-22 Thread Nathan Grennan
This is basically my bug, linked below. It is fixed in Maverick and
Natty. The best I could tell it is probably poppler, in that I could use
Lucid's version of evince, and it was still small.

https://bugs.launchpad.net/ubuntu/+source/cairo/+bug/715510

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

Title:
  printing pdf causes abnormally large job

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


[Bug 189510] Re: cups dying when idle

2011-02-22 Thread Nathan Grennan
In my case I found it was a printer that was defined twice, by the same
name, in /etc/cups/printers.conf.

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

Title:
  cups dying when idle

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


[Bug 189510] Re: cups dying when idle

2011-02-22 Thread Nathan Grennan
I am seeing this also on Lucid 10.04.

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

Title:
  cups dying when idle

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


[Bug 715510] Re: Some print jobs fault the copier with 116-357 on Lucid

2011-02-15 Thread Nathan Grennan
I gave the wrong list of packages. I meant this list.

The following extra packages will be installed:
  evince-common gconf-defaults-service gconf2 gconf2-common gnome-icon-theme 
gtk2-engines-pixbuf libdbus-glib-1-2 libdbus-glib-1-dev libdconf0
  libevdocument3 libevview3 libgail-common libgail18 libgconf2-4 libgconf2-dev 
libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-dev libglib2.0-0 libglib2.0-bin
  libglib2.0-dev libgtk2.0-0 libgtk2.0-bin libgtk2.0-dev libpoppler-glib5 
libpoppler7 librsvg2-2 librsvg2-common librsvg2-dev libt1-5 libwmf-dev
  libwmf0.2-7 libwmf0.2-7-gtk
Suggested packages:
  unrar poppler-data libglib2.0-doc python-subunit libgtk2.0-doc librsvg2-bin 
libwmf-doc
The following NEW packages will be installed:
  evince-common libdconf0 libevdocument3 libevview3 libgdk-pixbuf2.0-0 
libgdk-pixbuf2.0-dev libglib2.0-bin libpoppler-glib5 libpoppler7 libt1-5
The following packages will be upgraded:
  evince gconf-defaults-service gconf2 gconf2-common gnome-icon-theme 
gtk2-engines-pixbuf libdbus-glib-1-2 libdbus-glib-1-dev libgail-common libgail18
  libgconf2-4 libgconf2-dev libglib2.0-0 libglib2.0-dev libgtk2.0-0 
libgtk2.0-bin libgtk2.0-dev librsvg2-2 librsvg2-common librsvg2-dev libwmf-dev
  libwmf0.2-7 libwmf0.2-7-gtk

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

Title:
  Some print jobs fault the copier with 116-357 on Lucid

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


[Bug 715510] Re: Some print jobs fault the copier with 116-357 on Lucid

2011-02-15 Thread Nathan Grennan
I installed just libcairo2, and recompiled against it. It didn't help.
It is most likely one of the packages below. My best guess is poppler. I
tried changing the project to poppler, but it wants to push it upstream.
Which isn't the right choice in this case, since a newer version fixes
it.

The following extra packages will be installed:
  libcairo-gobject2 libcairo2-dev libpixman-1-0 libpixman-1-dev libxcb-shm0 
libxcb-shm0-dev
Suggested packages:
  libcairo2-doc libcairo-script-interpreter2
The following NEW packages will be installed:
  libcairo-gobject2 libxcb-shm0 libxcb-shm0-dev
The following packages will be upgraded:
  libcairo2 libcairo2-dev libpixman-1-0 libpixman-1-dev

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

Title:
  Some print jobs fault the copier with 116-357 on Lucid

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


[Bug 715510] Re: Some print jobs fault the copier with 116-357 on Lucid

2011-02-15 Thread Nathan Grennan
I confirmed your theory that it isn't evince, but the libraries. I am
going to test libcairo next.

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

Title:
  Some print jobs fault the copier with 116-357 on Lucid

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


[Bug 715510] Re: Some print jobs fault the copier with 116-357 on Lucid

2011-02-14 Thread Nathan Grennan
I installed different libraries set by set, and restested it each time.
It kept giving me 27mb print jobs. Finally it was narrowed down the
packages below, and then it finally was 4mb. It seems evince just has to
be upgraded for Lucid, or some code backported.

The following extra packages will be installed:
  evince-common
Suggested packages:
  unrar
The following NEW packages will be installed:
  evince-common
The following packages will be upgraded:
  evince
1 upgraded, 1 newly installed, 0 to remove and 1308 not upgraded.

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

Title:
  Some print jobs fault the copier with 116-357 on Lucid

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


[Bug 715510] Re: Some print jobs fault the copier with 116-357 on Lucid

2011-02-14 Thread Nathan Grennan
I then installed libevdocument3 and libevview3 from Maverick on top of
the libpoppler-glib5 and libpoppler7 that I had just done = still 27mb

root@arx:~# apt-get install libevdocument3 libevview3
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  libt1-5
The following NEW packages will be installed:
  libevdocument3 libevview3 libt1-5
0 upgraded, 3 newly installed, 0 to remove and 1314 not upgraded.

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

Title:
  Some print jobs fault the copier with 116-357 on Lucid

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


[Bug 715510] Re: Some print jobs fault the copier with 116-357 on Lucid

2011-02-14 Thread Nathan Grennan
Another fresh copy of our install of Lucid with libpoppler-glib5 and
libpoppler7 updated to Maverick's version = 27mb print job

root@arx:~# apt-get install libpoppler-glib5 libpoppler7
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  gtk2-engines-pixbuf libcairo-gobject2 libcairo2 libcairo2-dev libdconf0 
libgail-common libgail18 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-dev libglib2.0-0
  libglib2.0-bin libglib2.0-dev libgtk2.0-0 libgtk2.0-bin libgtk2.0-dev 
libpixman-1-0 libpixman-1-dev librsvg2-2 librsvg2-common libwmf-dev libwmf0.2-7
  libwmf0.2-7-gtk libxcb-shm0 libxcb-shm0-dev
Suggested packages:
  libcairo2-doc libcairo-script-interpreter2 libglib2.0-doc python-subunit 
libgtk2.0-doc librsvg2-bin libwmf-doc
The following NEW packages will be installed:
  libcairo-gobject2 libdconf0 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-dev 
libglib2.0-bin libpoppler-glib5 libpoppler7 libxcb-shm0 libxcb-shm0-dev
The following packages will be upgraded:
  gtk2-engines-pixbuf libcairo2 libcairo2-dev libgail-common libgail18 
libglib2.0-0 libglib2.0-dev libgtk2.0-0 libgtk2.0-bin libgtk2.0-dev 
libpixman-1-0
  libpixman-1-dev librsvg2-2 librsvg2-common libwmf-dev libwmf0.2-7 
libwmf0.2-7-gtk
17 upgraded, 9 newly installed, 0 to remove and 1314 not upgraded.

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

Title:
  Some print jobs fault the copier with 116-357 on Lucid

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


[Bug 715510] Re: Some print jobs fault the copier with 116-357 on Lucid

2011-02-14 Thread Nathan Grennan
Fresh copy of our install of Lucid with just evince updated to
Maverick's version with sed -i 's/lucid/maverick/g'
/etc/apt/sources.list ; apt-get update ; apt-get install evince = works,
4mb

The following extra packages will be installed:
  evince-common gconf-defaults-service gconf2 gconf2-common gnome-icon-theme 
gtk2-engines-pixbuf libcairo-gobject2 libcairo2 libcairo2-dev
  libdbus-glib-1-2 libdconf0 libevdocument3 libevview3 libgail-common libgail18 
libgconf2-4 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-dev libglib2.0-0
  libglib2.0-bin libglib2.0-dev libgtk2.0-0 libgtk2.0-bin libgtk2.0-dev 
libpixman-1-0 libpixman-1-dev libpoppler-glib5 libpoppler7 librsvg2-2
  librsvg2-common libt1-5 libwmf-dev libwmf0.2-7 libwmf0.2-7-gtk libxcb-shm0 
libxcb-shm0-dev
Suggested packages:
  unrar poppler-data libcairo2-doc libcairo-script-interpreter2 libglib2.0-doc 
python-subunit libgtk2.0-doc librsvg2-bin libwmf-doc
The following NEW packages will be installed:
  evince-common libcairo-gobject2 libdconf0 libevdocument3 libevview3 
libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-dev libglib2.0-bin libpoppler-glib5 
libpoppler7
  libt1-5 libxcb-shm0 libxcb-shm0-dev
The following packages will be upgraded:
  evince gconf-defaults-service gconf2 gconf2-common gnome-icon-theme 
gtk2-engines-pixbuf libcairo2 libcairo2-dev libdbus-glib-1-2 libgail-common
  libgail18 libgconf2-4 libglib2.0-0 libglib2.0-dev libgtk2.0-0 libgtk2.0-bin 
libgtk2.0-dev libpixman-1-0 libpixman-1-dev librsvg2-2 librsvg2-common
  libwmf-dev libwmf0.2-7 libwmf0.2-7-gtk
24 upgraded, 13 newly installed, 0 to remove and 1307 not upgraded.

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

Title:
  Some print jobs fault the copier with 116-357 on Lucid

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


[Bug 715510] Re: Some print jobs fault the copier with 116-357 on Lucid

2011-02-14 Thread Nathan Grennan
Lucid evince:
2.30.3-0ubuntu1.2

Maverick evince:
2.32.0-0ubuntu1.1

Natty evince:
2.32.0-0ubuntu9

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

Title:
  Some print jobs fault the copier with 116-357 on Lucid

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


[Bug 715510] Re: Some print jobs fault the copier with 116-357 on Lucid

2011-02-14 Thread Nathan Grennan
Lucid with Natty libcairo2, Natty foomatic-filters, Natty evince,
attached PPD, and attached PDF = works, 4mb for 1-20

root@acv:~# apt-get install evince
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  evince-common libdjvulibre-text libdjvulibre21 libevdocument3 libevview3 
libpoppler-glib6 libpoppler12
Suggested packages:
  unrar poppler-data
The following NEW packages will be installed:
  evince-common libevdocument3 libevview3 libpoppler-glib6 libpoppler12
The following packages will be upgraded:
  evince libdjvulibre-text libdjvulibre21

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

Title:
  Some print jobs fault the copier with 116-357 on Lucid

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


[Bug 715510] Re: Some print jobs fault the copier with 116-357 on Lucid

2011-02-14 Thread Nathan Grennan
Natty Live CD with attached PPD and attached PDF = works
Lucid with Natty libcairo2,  attached PPD, and attached PDF = no fault, no 
printing, job complete, 27mb
Lucid with Natty libcairo2, Natty foomatic-filters,  attached PPD, and attached 
PDF = didn't fully test, but print job is still 27mb

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

Title:
  Some print jobs fault the copier with 116-357 on Lucid

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


[Bug 715510] [NEW] Some print jobs fault the copier with 116-357 on Lucid

2011-02-08 Thread Nathan Grennan
Public bug reported:

  The problem is that when I print certain jobs the cause the copier to
fault with error code 116-357. It seems to relate to print job size.

Lucid with pdf 1:
1-20 pages Fault
1-5 pages Fine
6-10 pages Fine
11-15 pages Fine
16-20 pages Fine
1-10 pages Fine
1-15 pages Fault
1-12 pages Fine
1-13 pages Fault  Size 22mb

Lucid with pdf 2:
1 page Fault Size 30mb

Maverick with pdf 1:
1-75 page Fine  Size 13mb


116 357 The PostScript interpreter module has failed (PostScript jobs cannot be 
processed for
printing). User intervention is required to Power Off/Power On the machine, 
Field Service is
required if the problem persists. Printing is disabled.

  It is a Xerox WorkCentre 7435. It is setup with the attached ppd. The
ppd is from xerox.com with some tweaks to make use of the Tray 5/Manual
Feed easier.

 I tried installed cairo from Maverick on Lucid to see if the upgraded
version would help. It resulted in no fault, but also no output from the
copier. The job was marked as completed.


Similar bugs, but already resolved:
https://bugs.launchpad.net/ubuntu/+source/cairo/+bug/207776
https://bugs.launchpad.net/ubuntu/karmic/+source/foomatic-filters/+bug/513690

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: foomatic-filters 4.0.4-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-28.55-generic 2.6.32.27+drm33.12
Uname: Linux 2.6.32-28-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Tue Feb  8 15:23:08 2011
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: foomatic-filters

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

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

Title:
  Some print jobs fault the copier with 116-357 on Lucid

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


[Bug 715510] Re: Some print jobs fault the copier with 116-357 on Lucid

2011-02-08 Thread Nathan Grennan

** Attachment added: "PPD used"
   
https://bugs.launchpad.net/bugs/715510/+attachment/1839032/+files/Xerox-WorkCentre-7435.ppd

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

Title:
  Some print jobs fault the copier with 116-357 on Lucid

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


[Bug 715510] Re: Some print jobs fault the copier with 116-357 on Lucid

2011-02-08 Thread Nathan Grennan

** Attachment added: "PDF 1"
   
https://bugs.launchpad.net/ubuntu/+bug/715510/+attachment/1839034/+files/lecture5_clustering_and_seg_p1_cs223b.pdf

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

Title:
  Some print jobs fault the copier with 116-357 on Lucid

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


[Bug 588046] Re: "task blocked for more than 120 seconds" freezes system in Lucid: xfs

2010-10-14 Thread Nathan Grennan
Linux version 2.6.32-25-generic (bui...@yellow) (gcc version 4.4.3
(Ubuntu 4.4.3-4ubuntu5) ) #44-Ubuntu SMP Fri Sep 17 20:05:27 UTC 2010

This is on ext4.

[193727.468533] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
[193727.468859] updatedb.mloc D 0002 0  3898   3892 0x
[193727.468864]  8800972379d8 0082 00015bc0 
00015bc0
[193727.468869]  88042d6b5f80 880097237fd8 00015bc0 
88042d6b5bc0
[193727.468873]  00015bc0 880097237fd8 00015bc0 
88042d6b5f80
[193727.468878] Call Trace:
[193727.468887]  [] ? sync_buffer+0x0/0x50
[193727.468893]  [] io_schedule+0x47/0x70
[193727.468897]  [] sync_buffer+0x45/0x50
[193727.468901]  [] __wait_on_bit+0x5f/0x90
[193727.468905]  [] ? sync_buffer+0x0/0x50
[193727.468909]  [] out_of_line_wait_on_bit+0x78/0x90
[193727.468914]  [] ? wake_bit_function+0x0/0x40
[193727.468918]  [] __wait_on_buffer+0x26/0x30
[193727.468923]  [] ext4_find_entry+0x1ba/0x4c0
[193727.468928]  [] ? _spin_lock+0xe/0x20
[193727.468931]  [] ? _spin_lock+0xe/0x20
[193727.468937]  [] ? d_rehash+0x50/0x60
[193727.468940]  [] ext4_lookup+0x4d/0x130
[193727.468944]  [] real_lookup+0xe2/0x160
[193727.468947]  [] do_lookup+0xb8/0xf0
[193727.468952]  [] ? in_group_p+0x31/0x40
[193727.468956]  [] __link_path_walk+0x765/0xf80
[193727.468960]  [] path_walk+0x6a/0xe0
[193727.468964]  [] do_path_lookup+0x5b/0xa0
[193727.468968]  [] user_path_at+0x57/0xa0
[193727.468972]  [] ? _spin_lock+0xe/0x20
[193727.468978]  [] ? _atomic_dec_and_lock+0x55/0x80
[193727.468984]  [] ? cp_new_stat+0xe4/0x100
[193727.468988]  [] vfs_fstatat+0x3c/0x80
[193727.468992]  [] vfs_lstat+0x1e/0x20
[193727.468995]  [] sys_newlstat+0x24/0x50

-- 
"task blocked for more than 120 seconds" freezes system in Lucid: xfs
https://bugs.launchpad.net/bugs/588046
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 653281] [NEW] kernel crash in nfs client

2010-10-01 Thread Nathan Grennan
Public bug reported:

  A nfs server I run crashed with the dmesg output below. It is a quad-
core system with hyperthreading and 16gb of memory. *It is running up to
date Lucid amd64.

[547417.247309] BUG: unable to handle kernel paging request at 0004000186d5
[547417.259659] IP: [] rpcb_getport_done+0x96/0xe0 [sunrpc]
[547417.271853] PGD 0 
[547417.283837] Oops:  [#1] SMP 
[547417.295787] last sysfs file: 
/sys/devices/system/cpu/cpu7/cache/index2/shared_cpu_map
[547417.319174] CPU 2 
[547417.319175] Modules linked in: iptable_filter ip_tables x_tables nfsd 
exportfs nfs lockd nfs_acl autofs4 auth_rpcgss sunrpc joydev fbcon tileblit 
font bitblit softcursor vga16fb vgastate psmouse serio_raw ioatdma lp parport 
usbhid hid 3w_9xxx igb dca
[547417.319188] Pid: 896, comm: rpciod/2 Not tainted 2.6.32-25-generic 
#44-Ubuntu X8DTU
[547417.319189] RIP: 0010:[]  [] 
rpcb_getport_done+0x96/0xe0 [sunrpc]
[547417.319201] RSP: 0018:88042d697d70  EFLAGS: 00010246
[547417.319203] RAX: 0004000186b5 RBX: fff3 RCX: 
0088
[547417.319204] RDX: 88042d6ad130 RSI:  RDI: 
880177e075c0
[547417.319206] RBP: 88042d697d90 R08: 880177e07580 R09: 

[547417.319207] R10:  R11: 0001 R12: 
880177e07580
[547417.319208] R13: 880177e075c0 R14: 88042d6a3b80 R15: 
88042d697fd8
[547417.319210] FS:  () GS:88003664() 
knlGS:
[547417.319212] CS:  0010 DS: 0018 ES: 0018 CR0: 8005003b
[547417.319213] CR2: 0004000186d5 CR3: 01001000 CR4: 
06e0
[547417.319214] DR0:  DR1:  DR2: 

[547417.319217] DR3:  DR6: 0ff0 DR7: 
0400
[547417.319219] Process rpciod/2 (pid: 896, threadinfo 88042d696000, task 
88042dad2de0)
[547417.319220] Stack:
[547417.319221]  88042d6a3b80 88042d6a3c10 0001 

[547417.319223] <0> 88042d697db0 a00dcc0c 0001 
88042d6a3b80
[547417.319225] <0> 88042d697df0 a00dd48a 00015bc0 
88042d6a3c28
[547417.319227] Call Trace:
[547417.319235]  [] rpc_exit_task+0x2c/0x60 [sunrpc]
[547417.319243]  [] __rpc_execute+0xba/0x2d0 [sunrpc]
[547417.319250]  [] ? rpc_async_schedule+0x0/0x20 [sunrpc]
[547417.319258]  [] rpc_async_schedule+0x15/0x20 [sunrpc]
[547417.319264]  [] run_workqueue+0xc7/0x1a0
[547417.319266]  [] worker_thread+0xa3/0x110
[547417.319269]  [] ? autoremove_wake_function+0x0/0x40
[547417.319271]  [] ? worker_thread+0x0/0x110
[547417.319273]  [] kthread+0x96/0xa0
[547417.319277]  [] child_rip+0xa/0x20
[547417.319279]  [] ? kthread+0x0/0xa0
[547417.319280]  [] ? child_rip+0x0/0x20
[547417.319281] Code: 30 4c 8b 6c 24 10 48 8b 1c 24 4c 8b 64 24 08 4c 8b 74 24 
18 c9 c3 0f 1f 80 00 00 00 00 49 8b 45 08 31 f6 4c 89 ef bb f3 ff ff ff  50 
20 eb c3 0f 1f 44 00 00 41 83 85 8c 04 00 00 01 bb a3 ff 
[547417.319296] RIP  [] rpcb_getport_done+0x96/0xe0 [sunrpc]
[547417.319304]  RSP 
[547417.319305] CR2: 0004000186d5
[547417.329352] ---[ end trace 0f0bda219a22b1ab ]---

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

-- 
kernel crash in nfs client
https://bugs.launchpad.net/bugs/653281
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 329067] Re: Cannot change password on ldap client unless libpam-cracklib also installed

2010-09-14 Thread Nathan Grennan
I also just ran into this bug in Lucid. Please fix it.

-- 
Cannot change password on ldap client unless libpam-cracklib also installed
https://bugs.launchpad.net/bugs/329067
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 585092] Re: giant IO delays

2010-07-26 Thread Nathan Grennan
  A new kernel update for Lucid has been released, 2.6.32-24.38. I have
servers using, 2.6.32-23.38~lp585092v4. Are the v4 patches in
2.6.32-24.38, or do we need a 2.6.32-24.38~lp585092v4?

-- 
giant IO delays
https://bugs.launchpad.net/bugs/585092
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 525154] Re: mountall for /var races with rpc.statd

2010-05-04 Thread Nathan Grennan
I am the sysadmin for a company that uses Ubuntu for desktops, and uses
nfs heavily. I upgraded to Lucid from Karmic, and everything has been
fine. A co-worker upgraded, and ran into this bug. He tried the mounted
MOUNTPOINT=/var workaround. It actually seemed to make the problem
worse. The first time he booted it just hung the boot process. With a
reboot, it came up without the hang.

What upstart needs is more of a "can I write to this directory" option.

-- 
mountall for /var races with rpc.statd
https://bugs.launchpad.net/bugs/525154
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