[Bug 309816] Re: Include logrotate configuration

2020-05-22 Thread Ryan Lovett
I don't use dovecot anymore and agree with @bryce. Its fine with me if
you want to close this.

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

Title:
  Include logrotate configuration

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

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

[Bug 1772556] [NEW] Can't find apt-transport-https

2018-05-21 Thread Ryan Lovett
Public bug reported:

Upstream: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879755

When installing over the network with pxe boot and with an https apt
mirror, the installer fails with the error:

  Debootstrap error
  
  couldn't find these debs: apt-transport-https
  
  Check /var/log/syslog or see virtual console 4 for the details

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

** Affects: debootstrap (Debian)
 Importance: Unknown
 Status: Unknown

** Bug watch added: Debian Bug tracker #879755
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879755

** Also affects: debootstrap (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879755
   Importance: Unknown
   Status: Unknown

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

Title:
  Can't find apt-transport-https

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

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

[Bug 1728664] [NEW] postinst fails when disabled via systemctl

2017-10-30 Thread Ryan Lovett
Public bug reported:

We disable mysql-server-5.7 via `systemctl disable mysql`. When the
package is upgraded via apt-get, the following code is run in .postinst:

mysql_upgrade --defaults-file=/etc/mysql/debian.cnf || result=$?
if [ $result -ne 0 -a $result -ne 2 ]; then
  echo "mysql_upgrade failed with exit status $result" >&2
  exit 1
fi

I think postinst should bypass mysql_upgrade if the admin has disabled
mysql via init.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: mysql-server-5.7 5.7.20-0ubuntu0.16.04.1
ProcVersionSignature: Ubuntu 4.4.0-87.110-generic 4.4.73
Uname: Linux 4.4.0-87-generic x86_64
.etc.apparmor.d.usr.sbin.mysqld: Error: [Errno 2] No such file or directory: 
'/etc/apparmor.d/usr.sbin.mysqld'
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
Date: Mon Oct 30 10:10:14 2017
Logs.var.log.daemon.log:
 
MySQLConf.etc.mysql.conf.d.mysql.cnf: [mysql]
MySQLConf.etc.mysql.conf.d.mysqldump.cnf:
 [mysqldump]
 quick
 quote-names
 max_allowed_packet = 16M
MySQLConf.etc.mysql.mysql.conf.d.mysqld_safe_syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: False
SourcePackage: mysql-5.7
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.apparmor.d.usr.sbin.mysqld: [deleted]
upstart.mysql.override: manual

** Affects: mysql-5.7 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

** Attachment removed: "JournalErrors.txt"
   
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1728664/+attachment/5000238/+files/JournalErrors.txt

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

Title:
  postinst fails when disabled via systemctl

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1728664/+subscriptions

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

[Bug 1728664] Re: postinst fails when disabled via systemctl

2017-10-30 Thread Ryan Lovett
Deleted journal errors attachment because it contained information not
relevant to mysql.

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

Title:
  postinst fails when disabled via systemctl

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1728664/+subscriptions

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

Re: [Bug 1611523] Re: ibus-setup fails with local python3

2016-08-10 Thread Ryan Lovett
$ cd /usr/bin
$ grep 'exec python' * 2>/dev/null
ibus-setup:exec python3 /usr/share/ibus/setup/main.py $@
$ grep 'exec python' * 2>/dev/null | wc -l
1
$ grep 'exec /usr/bin' * 2>/dev/null | wc -l
70


Ryan

On Tue, Aug 9, 2016 at 11:16 PM, Ryan Lovett <r...@spacecoaster.org>
wrote:

> Things tend to not break because they explicitly use the full system path.
> This is breaking because it is not.
>
> Ryan
>
> On Tue, Aug 9, 2016 at 11:00 PM, Aron Xu <1611...@bugs.launchpad.net>
> wrote:
>
>> That would mean everything in the distro should run system python3
>> explicitly, or different things are tend to break from time to time,
>> which is definitely not the way to go.
>>
>> You would need to install the missing python3 modules to make it work,
>> in this specific case that would be Gobject Introspection.
>>
>> ** Changed in: ibus (Ubuntu)
>>Status: New => Invalid
>>
>> --
>> You received this bug notification because you are subscribed to the bug
>> report.
>> https://bugs.launchpad.net/bugs/1611523
>>
>> Title:
>>   ibus-setup fails with local python3
>>
>> To manage notifications about this bug go to:
>> https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1611523/
>> +subscriptions
>>
>
>

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

Title:
  ibus-setup fails with local python3

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

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


Re: [Bug 1611523] Re: ibus-setup fails with local python3

2016-08-10 Thread Ryan Lovett
Things tend to not break because they explicitly use the full system path.
This is breaking because it is not.

Ryan

On Tue, Aug 9, 2016 at 11:00 PM, Aron Xu <1611...@bugs.launchpad.net>
wrote:

> That would mean everything in the distro should run system python3
> explicitly, or different things are tend to break from time to time,
> which is definitely not the way to go.
>
> You would need to install the missing python3 modules to make it work,
> in this specific case that would be Gobject Introspection.
>
> ** Changed in: ibus (Ubuntu)
>Status: New => Invalid
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1611523
>
> Title:
>   ibus-setup fails with local python3
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1611523/+subscriptions
>

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

Title:
  ibus-setup fails with local python3

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

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


[Bug 1577663] Re: Vim compiled without clientserver support in 16.04

2016-05-26 Thread Ryan Lovett
I had the same question but for the package in 14.04. Debian's
maintainer said in https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=114358:

The 'vim' package contains a normal version, which doesn't include
the clientserver feature. But any other of the gui-enabled vim
packages (vim-{gtk,perl,python...}) are big versions which are
compiled with +clientserver in. You can use any of these to get what
you need.

I installed vim-gnome which has +clientserver, but I can still run vi
from the command-line.

Just background info for those who found this issue via search.

** Bug watch added: Debian Bug tracker #114358
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=114358

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

Title:
  Vim compiled without clientserver support in 16.04

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

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


[Bug 1301056] [NEW] Session name has Session

2014-04-01 Thread Ryan Lovett
Public bug reported:

/usr/share/xsessions/xfce.desktop names the session Xfce Session. In
Ubuntu 14.04 with lightdm's unity-greeter, the session chooser appears
as:

Select desktop environment
[icon] Fvwm
[icon] Openbox
[icon] Ubuntu
[icon] Xfce Session

I think it is more concise and consistent with other session names to
just show Xfce there, though perhaps its a matter of taste and perhaps
other display managers present the choice differently. I ran

grep ^Name=.*ession /usr/share/xsessions/*.desktop

on one system and Xfce's was the only session file to use the Session
term. (On one system I had a mixture of gnome.desktop, gnome-
shell.desktop, ubuntu-2d.desktop, etc.) Running the same command on kde-
workspace-4.11.6/kdm/kfrontend/sessions/*.desktop yielded no results.


--- xfce4-session-4.10.1/xfce.desktop.in.orig   2013-05-05 08:33:55.0 
-0700
+++ xfce4-session-4.10.1/xfce.desktop.in2014-04-01 16:07:04.782763000 
-0700
@@ -1,6 +1,6 @@
 [Desktop Entry]
 Version=1.0
-_Name=Xfce Session
+_Name=Xfce
 _Comment=Use this session to run Xfce as your desktop environment
 Exec=startxfce4
 Icon=

** Affects: xfce4-session (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/1301056

Title:
  Session name has Session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-session/+bug/1301056/+subscriptions

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


[Bug 1300516] [NEW] upstart sessions needs to create upstart cache directory

2014-03-31 Thread Ryan Lovett
Public bug reported:

I was testing 14.04 using XFCE and Xubuntu desktop sessions. After
logging users in, they would only be presented with a desktop background
and no running session. Their /tmp/.xdc_cache_$USER/upstart/dbus.log
showed:

/proc/self/fd/9: 4: /proc/self/fd/9: cannot create 
/path/to/user/home/.cache/upstart/dbus-session: Directory nonexistent
/proc/self/fd/9: 4: /proc/self/fd/9: cannot create 
/path/to/user/home/.cache/upstart/dbus-session: Directory nonexistent
/proc/self/fd/9: 4: /proc/self/fd/9: cannot create 
/path/to/user/home/.cache/upstart/dbus-session: Directory nonexistent

I killed the user sessions, modified
/usr/share/upstart/sessions/dbus.conf, and was then able to successfully
login.

--- dbus.conf.orig  2014-01-13 14:01:11.0 -0800
+++ dbus.conf   2014-03-31 16:57:01.948724000 -0700
@@ -10,6 +10,7 @@
 pre-start script
 DBUS_SESSION_BUS_ADDRESS=unix:abstract=$(mktemp -u /tmp/dbus-XX)
 initctl set-env --global DBUS_SESSION_BUS_ADDRESS=$DBUS_SESSION_BUS_ADDRESS
+if [ ! -d $HOME/.cache/upstart ]; then mkdir -p $HOME/.cache/upstart; fi
 echo DBUS_SESSION_BUS_ADDRESS=${DBUS_SESSION_BUS_ADDRESS} 
$HOME/.cache/upstart/dbus-session
 end script

** Affects: dbus (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/1300516

Title:
  upstart sessions needs to create upstart cache directory

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

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


Re: [Bug 1129679] Re: Server hangs preceded by EQ overflowing.

2014-01-07 Thread Ryan Lovett
I'm no longer running the same version of Ubuntu as I was when I reported
the bug and have not come across this behavior. You may want to check with
the other subscribers of this bug however.

Ryan


On Tue, Jan 7, 2014 at 9:54 AM, Christopher M. Penalver 
christopher.m.penal...@gmail.com wrote:

 Ryan Lovett, this bug was reported a while ago and there hasn't been any
 activity in it recently. We were wondering if this is still an issue? If
 so, could you please test for this with the latest development release
 of Ubuntu? ISO images are available from http://cdimage.ubuntu.com
 /daily-live/current/ .

 If it remains an issue, could you please run the following command in
 the development release from a Terminal
 (Applications-Accessories-Terminal), as it will automatically gather
 and attach updated debug information to this report:

 apport-collect -p xserver-xorg-video-intel REPLACE-WITH-BUG-NUMBER

 Please note, given that the information from the prior release is
 already available, doing this on a release prior to the development one
 would not be helpful.

 Thank you for your understanding.

 Helpful bug reporting tips:
 https://wiki.ubuntu.com/ReportingBugs

 ** This bug is no longer a duplicate of bug 1041790
[snb] GPU lockup  IPEHR: 0x0b160001 IPEHR: 0x0b140001, workaround
 i915.semaphores=0

 ** Changed in: xserver-xorg-video-intel (Ubuntu)
Importance: Undecided = Low

 ** Attachment removed:
 xserver-xorg-video-intel.2013-03-21_23:33:26.406518.crash

 https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1129679/+attachment/3589924/+files/xserver-xorg-video-intel.2013-03-21_23%3A33%3A26.406518.crash

 ** Attachment removed: dmesg.txt

 https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1129679/+attachment/3668881/+files/dmesg.txt

 ** Attachment removed: Xorg.0.log

 https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1129679/+attachment/3668880/+files/Xorg.0.log

 ** Attachment removed: Xorg.0.log.old

 https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1129679/+attachment/3883771/+files/Xorg.0.log.old

 ** Attachment removed: i915_error_state

 https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1129679/+attachment/3668879/+files/i915_error_state

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1129679

 Title:
   Server hangs preceded by EQ overflowing.

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1129679/+subscriptions


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

Title:
  Server hangs preceded by EQ overflowing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1129679/+subscriptions

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


[Bug 797252] Re: libcups asks for password when its not needed

2013-10-10 Thread Ryan Lovett
This affects 12.04.

cupsd running on the client enumerates the Type field with
CUPS_PRINTER_AUTHENTICATED (0x40).

CUPS no longer has a public bug tracker. I found the following
(regarding old CUPS bug #3862) at
http://comments.gmane.org/gmane.comp.printing.cups.devel/4814:

  [STR Closed w/o Resolution]
  
  This is being done by the GUI apps, not by CUPS...
  
  Link: http://www.cups.org/str.php?L3862
  Version:  -feature
  Fix Version: Third-party

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

Title:
  libcups asks for password when its not needed

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

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


[Bug 1129679] Re: Server hangs preceded by EQ overflowing.

2013-05-21 Thread Ryan Lovett
*** This bug is a duplicate of bug 1041790 ***
https://bugs.launchpad.net/bugs/1041790

I replaced my 13.04 install and with Debian wheezy, then unstable, but
didn't have any video hangs.

I then tried a clean install of 13.04 (as opposed to 12.10 then 13.04 as
before) and have had a couple of hangs. The first was a soft hang
where I could kill my desktop session by switching to a virtual console.
The rest have been hard machine hangs, the last one while I was on
youtube.

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

Title:
  Server hangs preceded by EQ overflowing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1129679/+subscriptions

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


Re: [Bug 1129679] Re: Server hangs preceded by EQ overflowing.

2013-04-03 Thread Ryan Lovett
Reuben: were you able to switch to another virtual console? When I was on
raring I'd sometimes be able to switch and then kill X, other times not and
the machine wouldn't be accessible on the network.

Ryan


On Wed, Apr 3, 2013 at 2:46 PM, Reuben Thomas r...@sc3d.org wrote:

 I had this bug in an un-upgraded 12.10 system: my X server froze, the X
 server log shows a backtrace identical with that in the bug report.
 However, nothing crashes (I had to log in remotely and kill the X server
 manually to get control back). If I can provide any more information
 from system logs c., do ask.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1129679

 Title:
   Server hangs preceded by EQ overflowing.

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1129679/+subscriptions


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

Title:
  Server hangs preceded by EQ overflowing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1129679/+subscriptions

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


Re: [Bug 1129679] Re: Server hangs preceded by EQ overflowing.

2013-03-22 Thread Ryan Lovett
The reason I haven't followed up recently is because I downgraded to
12.10.

My raring crashes usually caused the whole machine to hang.

Ryan


On Fri, Mar 22, 2013 at 6:24 AM, Launchpad Bug Tracker 
1129...@bugs.launchpad.net wrote:

 Status changed to 'Confirmed' because the bug affects multiple users.

 ** Changed in: xserver-xorg-video-intel (Ubuntu)
Status: New = Confirmed

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1129679

 Title:
   Server hangs preceded by EQ overflowing.

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1129679/+subscriptions


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

Title:
  Server hangs preceded by EQ overflowing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1129679/+subscriptions

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


[Bug 1129679] Re: Server hangs preceded by EQ overflowing.

2013-03-07 Thread Ryan Lovett
** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Incomplete = New

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

Title:
  Server hangs preceded by EQ overflowing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1129679/+subscriptions

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


[Bug 1129679] Re: Server hangs preceded by EQ overflowing.

2013-03-07 Thread Ryan Lovett
Sorry, I don't know what information you need. What is error-state and
how should I provide it? Does the launchpad X bug report facilitator/app
not do this by default?

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

Title:
  Server hangs preceded by EQ overflowing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1129679/+subscriptions

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


[Bug 1129679] [NEW] Server hangs preceded by EQ overflowing.

2013-02-18 Thread Ryan Lovett
Public bug reported:

After upgrading to raring, my Lenovo Twist has begun to freeze and
crash. Sometimes I am able to switch to vt1 to restart X, sometimes it
just hangs hard. In all instances the behavior coincides with the EQ
overflowing messages in Xorg.log. One saved X log contains:

(EE) [mi] EQ overflowing.  Additional events will be discarded until existing 
events are processed.
(EE) 
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x36) [0x7fd5882eaef6]
(EE) 1: /usr/bin/X (mieqEnqueue+0x26b) [0x7fd5882cc21b]
(EE) 2: /usr/bin/X (0x7fd58813b000+0x6d362) [0x7fd5881a8362]
(EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7fd582ee2000+0x5f34) 
[0x7fd582ee7f34]
(EE) 4: /usr/bin/X (0x7fd58813b000+0x96597) [0x7fd5881d1597]
(EE) 5: /usr/bin/X (0x7fd58813b000+0xbfd58) [0x7fd5881fad58]
(EE) 6: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7fd587242000+0xfbd0) 
[0x7fd587251bd0]
(EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x7) [0x7fd585f5f747]
(EE) 8: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7fd58703a338]
(EE) 9: /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1 (0x7fd5847c9000+0x5a37) 
[0x7fd5847cea37]
(EE) 10: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7fd5849e9000+0x12f54) 
[0x7fd5849fbf54]
(EE) 11: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7fd5849e9000+0x29857) 
[0x7fd584a12857]
(EE) 12: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7fd5849e9000+0x124b5) 
[0x7fd5849fb4b5]
(EE) 13: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7fd5849e9000+0xf9b48) 
[0x7fd584ae2b48]
(EE) 14: /usr/bin/X (0x7fd58813b000+0x139679) [0x7fd588274679]
(EE) 15: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7fd5849e9000+0xfac15) 
[0x7fd584ae3c15]
(EE) 16: /usr/bin/X (0x7fd58813b000+0x1331be) [0x7fd58826e1be]
(EE) 17: /usr/bin/X (0x7fd58813b000+0x58a41) [0x7fd588193a41]
(EE) 18: /usr/bin/X (0x7fd58813b000+0x4754a) [0x7fd58818254a]
(EE) 19: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf5) 
[0x7fd585e8fea5]
(EE) 20: /usr/bin/X (0x7fd58813b000+0x47891) [0x7fd588182891]
(EE) 
(EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up 
the stack.
(EE) [mi] mieq is *NOT* the cause.  It is a victim.
(EE) [mi] EQ overflow continuing.  100 events have been dropped.
(EE) 
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x36) [0x7fd5882eaef6]
(EE) 1: /usr/bin/X (0x7fd58813b000+0x6d362) [0x7fd5881a8362]
(EE) 2: /usr/lib/xorg/modules/input/evdev_drv.so (0x7fd582ee2000+0x5f34) 
[0x7fd582ee7f34]
(EE) 3: /usr/bin/X (0x7fd58813b000+0x96597) [0x7fd5881d1597]
(EE) 4: /usr/bin/X (0x7fd58813b000+0xbfd58) [0x7fd5881fad58]
(EE) 5: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7fd587242000+0xfbd0) 
[0x7fd587251bd0]
(EE) 6: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x7) [0x7fd585f5f747]
(EE) 7: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7fd58703a338]
(EE) 8: /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1 (0x7fd5847c9000+0x5a37) 
[0x7fd5847cea37]
(EE) 9: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7fd5849e9000+0x12f54) 
[0x7fd5849fbf54]
(EE) 10: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7fd5849e9000+0x29857) 
[0x7fd584a12857]
(EE) 11: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7fd5849e9000+0x124b5) 
[0x7fd5849fb4b5]
(EE) 12: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7fd5849e9000+0xf9b48) 
[0x7fd584ae2b48]
(EE) 13: /usr/bin/X (0x7fd58813b000+0x139679) [0x7fd588274679]
(EE) 14: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7fd5849e9000+0xfac15) 
[0x7fd584ae3c15]
(EE) 15: /usr/bin/X (0x7fd58813b000+0x1331be) [0x7fd58826e1be]
(EE) 16: /usr/bin/X (0x7fd58813b000+0x58a41) [0x7fd588193a41]
(EE) 17: /usr/bin/X (0x7fd58813b000+0x4754a) [0x7fd58818254a]
(EE) 18: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf5) 
[0x7fd585e8fea5]
(EE) 19: /usr/bin/X (0x7fd58813b000+0x47891) [0x7fd588182891]
(EE) 
(EE) [mi] EQ overflow continuing.  200 events have been dropped.
(EE) 
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x36) [0x7fd5882eaef6]
(EE) 1: /usr/bin/X (0x7fd58813b000+0x6d362) [0x7fd5881a8362]
(EE) 2: /usr/lib/xorg/modules/input/evdev_drv.so (0x7fd582ee2000+0x5f34) 
[0x7fd582ee7f34]
(EE) 3: /usr/bin/X (0x7fd58813b000+0x96597) [0x7fd5881d1597]
(EE) 4: /usr/bin/X (0x7fd58813b000+0xbfd58) [0x7fd5881fad58]
(EE) 5: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7fd587242000+0xfbd0) 
[0x7fd587251bd0]
(EE) 6: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x7) [0x7fd585f5f747]
(EE) 7: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7fd58703a338]
(EE) 8: /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1 (0x7fd5847c9000+0x5a37) 
[0x7fd5847cea37]
(EE) 9: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7fd5849e9000+0x12f54) 
[0x7fd5849fbf54]
(EE) 10: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7fd5849e9000+0x29857) 
[0x7fd584a12857]
(EE) 11: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7fd5849e9000+0x124b5) 
[0x7fd5849fb4b5]
(EE) 12: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7fd5849e9000+0xf9b48) 
[0x7fd584ae2b48]
(EE) 13: /usr/bin/X (0x7fd58813b000+0x139679) [0x7fd588274679]
(EE) 14: 

[Bug 1129679] Re: Server hangs preceded by EQ overflowing.

2013-02-18 Thread Ryan Lovett
I'm able to reproduce this fairly reliably in SweetHome 3D when I drag
to resize the 3D view pane.

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

Title:
  Server hangs preceded by EQ overflowing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/1129679/+subscriptions

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


[Bug 1122493] [NEW] Does not return some job attrs that exist in history

2013-02-11 Thread Ryan Lovett
Public bug reported:

A job on a Mac spooler has a job-originating-user-name in its history
file in /var/spool/cups/. This is returned correctly via 'lpstat' on
that machine.

A linux client (Ubuntu 12.04) does not receive the desired attribute by
default or when specifying requested_attributes:

# PYCUPS_DEBUG=1 python
Python 2.7.3 (default, Aug  1 2012, 05:14:39) 
[GCC 4.6.3] on linux2
Type help, copyright, credits or license for more information.
 import cups
 c = cups.Connection('somehost')
- Connection_init(host=somehost)
begin allow threads
httpConnectEncrypt(...)
end allow threads
- Connection_init() = 0
 attrs = c.getJobAttributes(1009, requested_attributes=['job-state-reasons', 
 'job-name', 'document-format', 'job-originating-user-name', 
 'job-media-sheets-completed', 'job-printer-uri', 'time-at-completed'])
Requested attributes:
  job-state-reasons
  job-name
  document-format
  job-originating-user-name
  job-media-sheets-completed
  job-printer-uri
  time-at-completed
- Connection_getJobAttributes(1009)
cupsDoRequest(/)
begin allow threads
end allow threads
Attr: attributes-charset
Attr: attributes-natural-language
Attr: job-printer-uri
Attr: job-state-reasons
Attr: time-at-completed
Attr: job-media-sheets-completed
Attr: document-format
- Connection_getJobAttributes() = dict
 attrs
{'job-printer-uri': u'ipp://somehost.company.com:631/printers/lp', 
'time-at-completed': 1360363556, 'attributes-charset': u'utf-8', 
'job-state-reasons': u'job-completed-successfully', 
'attributes-natural-language': u'en', 'document-format': u'application/pdf', 
'job-media-sheets-completed': 4}

** Affects: python-cups (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/1122493

Title:
  Does not return some job attrs that exist in history

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-cups/+bug/1122493/+subscriptions

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


[Bug 1122493] Re: Does not return some job attrs that exist in history

2013-02-11 Thread Ryan Lovett
A packet capture shows that the server isn't returning job-originating-
user-name as requested.

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

Title:
  Does not return some job attrs that exist in history

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-cups/+bug/1122493/+subscriptions

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


[Bug 1122493] Re: Does not return some job attrs that exist in history

2013-02-11 Thread Ryan Lovett
...and I've just learned about JobPrivateValues.

** Changed in: python-cups (Ubuntu)
   Status: New = Invalid

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

Title:
  Does not return some job attrs that exist in history

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-cups/+bug/1122493/+subscriptions

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


[Bug 525477] Re: xrandr should support rotating mouse with screen

2012-12-08 Thread Ryan Lovett
Paul, xrandr-align (#10) works for me on my Lenovo Twist on 12.10.
Thanks a lot!

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

Title:
  xrandr should support rotating mouse with screen

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

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


Re: [Bug 973663] Re: quota returns nothing for NFS on 12.04

2012-10-04 Thread Ryan Lovett
Thank you!

Ryan

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to quota in Ubuntu.
https://bugs.launchpad.net/bugs/973663

Title:
  quota returns nothing for NFS on 12.04

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 973663] Re: quota returns nothing for NFS on 12.04

2012-10-04 Thread Ryan Lovett
Thank you!

Ryan

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

Title:
  quota returns nothing for NFS on 12.04

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

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


[Bug 799997] Re: error happen when using virsh to start a vm internal error cannot generate AppArmor profile

2012-10-03 Thread Ryan Lovett
This is happening to me on precise. I try to create a virtual machine in
virt-manager, customize the configuration, click Begin Installation,
then the error pops up:

Unable to complete install: 'internal error cannot load AppArmor profile
'libvirt-f0986b73-5557-62bb-1f46-261d044dec4e''

where that uuid is not in /etc/apparmor.d/libvirt/. I tried creating the
libvirt-*{,.files} in that directory, but the vm creation appears to
generate a new uuid each time.


Unable to complete install: 'internal error cannot load AppArmor profile 
'libvirt-f0986b73-5557-62bb-1f46-261d044dec4e''

Traceback (most recent call last):
  File /usr/share/virt-manager/virtManager/asyncjob.py, line 45, in cb_wrapper
callback(asyncjob, *args, **kwargs)
  File /usr/share/virt-manager/virtManager/create.py, line 1909, in do_install
guest.start_install(False, meter=meter)
  File /usr/lib/python2.7/dist-packages/virtinst/Guest.py, line 1236, in 
start_install
noboot)
  File /usr/lib/python2.7/dist-packages/virtinst/Guest.py, line 1304, in 
_create_guest
dom = self.conn.createLinux(start_xml or final_xml, 0)
  File /usr/lib/python2.7/dist-packages/libvirt.py, line 2166, in createLinux
if ret is None:raise libvirtError('virDomainCreateLinux() failed', 
conn=self)
libvirtError: internal error cannot load AppArmor profile 
'libvirt-f0986b73-5557-62bb-1f46-261d044dec4e'

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

Title:
  error happen when using virsh to start a vm  internal error cannot
  generate AppArmor profile

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

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


[Bug 799997] Re: error happen when using virsh to start a vm internal error cannot generate AppArmor profile

2012-10-03 Thread Ryan Lovett
I had to run adduser libvirt-qemu libvirtd to get past this.

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

Title:
  error happen when using virsh to start a vm  internal error cannot
  generate AppArmor profile

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

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


[Bug 762059] Re: missing lsmsr in x86info

2012-09-28 Thread Ryan Lovett
** Patch added: x86info.diff
   
https://bugs.launchpad.net/ubuntu/+source/x86info/+bug/762059/+attachment/3353712/+files/x86info.diff

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

Title:
  missing lsmsr in x86info

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

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


[Bug 980710] Re: black font on black background in xfce terminal

2012-09-25 Thread Ryan Lovett
I was able to fix this for all users by modifying /etc/xdg/xfce4/xfconf
/xfce-perchannel-xml/xsettings.xml. I changed:

-property name=ThemeName type=string value=Greybird/
-property name=IconThemeName type=string value=elementary-xfce-dark/
+property name=ThemeName type=string value=Adwaita/
+property name=IconThemeName type=string value=Tango/

There is no Greybird theme on my system nor can I find one in the
repositories. The file is in the xfce4-settings package, but I wonder
why gnome-terminal (or gtk) isn't reverting to something sensible when a
non-existent theme is chosen.

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

Title:
  black font on black background in xfce terminal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/980710/+subscriptions

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


[Bug 84505] Re: sound volume control broken on dell inspiron 9300 laptop

2012-09-01 Thread Ryan Lovett
** Changed in: linux (Ubuntu)
   Status: Invalid = Confirmed

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

Title:
  sound volume control broken on dell inspiron 9300 laptop

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

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


[Bug 84505] Re: sound volume control broken on dell inspiron 9300 laptop

2012-09-01 Thread Ryan Lovett
pavucontrol doesn't have the workaround specified above that was in the
old GNOME tool. Running 12.04.1.

In alsamixer, when I press the volume up hardware button, Master goes up
a bit, but Master Mono goes to the max. Volume down moves Master down in
expected increments, and moves Master Mono from 100 to 51 to 0, but only
if Master is already 0, otherwise it does nothing. This is very weird!

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

Title:
  sound volume control broken on dell inspiron 9300 laptop

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

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


[Bug 862430] Re: window flicker for a short time after switching workspaces

2012-05-24 Thread Ryan Lovett
The PPA packages fixed things for me on 12.04 using radeon. Thanks very
much @vanvugt.

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

Title:
  window flicker for a short time after switching workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/862430/+subscriptions

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


Re: [Bug 878424] Re: [P55-UD4P, ATI R6xx HDMI, Digital Out, HDMI] No sound at all

2011-10-20 Thread Ryan Lovett
On Wed, Oct 19, 2011 at 07:15:35PM -, Daniel T Chen wrote:
 This is a known issue. The radeon driver in linux 3.0 forcibly disables the
 audio output by default.

In case I want to move to radeon, do you know how one enables the audio?
Or is audio disabled for good reason?

Thanks,
Ryan

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

Title:
  [P55-UD4P, ATI R6xx HDMI, Digital Out, HDMI] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/878424/+subscriptions

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


[Bug 878418] [NEW] Crashes when opening directory

2011-10-19 Thread Ryan Lovett
Public bug reported:

gdcmviewer crashes when specifying a directory as the first argument. It
can display individual .dcm files when they are passed as arguments.

** Affects: gdcm (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/878418

Title:
  Crashes when opening directory

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

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


[Bug 878424] [NEW] [P55-UD4P, ATI R6xx HDMI, Digital Out, HDMI] No sound at all

2011-10-19 Thread Ryan Lovett
Public bug reported:

I used to have audio in natty and after upgrading to oneiric there's
nothing. When I play an mp3 in mplayer or totem, the elapsed playback
time increases faster than regular time. All of my mixer settings are
up, same set of speakers, etc. Oneiric was the only change.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: alsa-base 1.0.24+dfsg-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
.etc.asound.conf:
 pcm.!default {
 type hw
 card 2
 device 3
 }
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC2:  ryan   3727 F pulseaudio
 /dev/snd/controlC0:  ryan   3727 F pulseaudio
 /dev/snd/controlC1:  ryan   3727 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfbff8000 irq 48'
   Mixer name   : 'Realtek ALC889A'
   Components   : 'HDA:10ec0885,1458a102,00100101'
   Controls  : 39
   Simple ctrls  : 22
Card1.Amixer.info:
 Card hw:1 'Q9000'/'Logitech, Inc. QuickCam Pro 9000 at usb-:00:1d.7-8, 
high speed'
   Mixer name   : 'USB Mixer'
   Components   : 'USB046d:0990'
   Controls  : 2
   Simple ctrls  : 1
Card1.Amixer.values:
 Simple mixer control 'Mic',0
   Capabilities: cvolume cvolume-joined cswitch cswitch-joined penum
   Capture channels: Mono
   Limits: Capture 0 - 3072
   Mono: Capture 1448 [47%] [23.65dB] [on]
Card2.Amixer.info:
 Card hw:2 'HDMI'/'HDA ATI HDMI at 0xfb9fc000 irq 48'
   Mixer name   : 'ATI R6xx HDMI'
   Components   : 'HDA:1002aa01,00aa0100,00100100'
   Controls  : 4
   Simple ctrls  : 1
Card2.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Date: Wed Oct 19 11:47:55 2011
EcryptfsInUse: Yes
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
Symptom_Card: HD48x0 audio - HDA ATI HDMI
Symptom_DevicesInUse:
 3727  3727  3727  ryan  F pulseaudio
 /dev/snd/controlC0:  ryan  F pulseaudio
 /dev/snd/controlC1:  ryan  F pulseaudio
Symptom_Jack: Digital Out, HDMI
Symptom_Type: No sound at all
Title: [P55-UD4P, ATI R6xx HDMI, Digital Out, HDMI] No sound at all
UpgradeStatus: Upgraded to oneiric on 2011-10-15 (4 days ago)
dmi.bios.date: 08/01/2009
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F3
dmi.board.name: P55-UD4P
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF3:bd08/01/2009:svnGigabyteTechnologyCo.,Ltd.:pnP55-UD4P:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP55-UD4P:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: P55-UD4P
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  [P55-UD4P, ATI R6xx HDMI, Digital Out, HDMI] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/878424/+subscriptions

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


[Bug 878424] Re: [P55-UD4P, ATI R6xx HDMI, Digital Out, HDMI] No sound at all

2011-10-19 Thread Ryan Lovett
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/878424

Title:
  [P55-UD4P, ATI R6xx HDMI, Digital Out, HDMI] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/878424/+subscriptions

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


[Bug 878424] Re: [P55-UD4P, ATI R6xx HDMI, Digital Out, HDMI] No sound at all

2011-10-19 Thread Ryan Lovett
I switched to the fglrx display driver and rebooted and I've gotten my
audio back. I also used fglrx in natty.

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

Title:
  [P55-UD4P, ATI R6xx HDMI, Digital Out, HDMI] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/878424/+subscriptions

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


Re: [Bug 843342] Re: getJobs does not return job details

2011-09-21 Thread Ryan Lovett
On Wed, Sep 21, 2011 at 08:26:43AM -, Tim Waugh wrote:
 Yes, or if you need that attribute for all jobs,
 c.getJobs(requested_attributes=['job-id', 'job-media-sheets-
 completed']).
 
 You should be getting the job-uri attribute with c.getJobs() though, and
 you're not.  Could you set the environment variable PYCUPS_DEBUG=1 and
 see what output you get?  I get this sort of thing:
 
 - Connection_init(host=localhost)
 begin allow threads
 httpConnectEncrypt(...)
 end allow threads
 - Connection_init() = 0
 - Connection_getJobs(completed,0)
 cupsDoRequest(/)
 begin allow threads
 end allow threads
 Attribute: job-uri
 Adding job-uri to job dict
 Attribute: job-id
 Adding 1 to result dict
 - Connection_getJobs() = dict
 httpClose()

Here you go:

Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41) 
[GCC 4.4.3] on linux2
Type help, copyright, credits or license for more information.
 import cups
 c = cups.Connection()
- Connection_init(host=localhost)
begin allow threads
httpConnectEncrypt(...)
end allow threads
- Connection_init() = 0
 jobs = c.getJobs()
- Connection_getJobs((null),0)
cupsDoRequest(/)
begin allow threads
end allow threads
Attribute: job-uri
Attribute: job-id
Adding 14 to result dict
Attribute: job-uri
Attribute: job-id
Adding 155 to result dict
Attribute: job-uri
Attribute: job-id
Adding 156 to result dict
Attribute: job-uri
Attribute: job-id
Adding 157 to result dict
- Connection_getJobs() = dict
 jobs
{155: {}, 156: {}, 157: {}, 14: {}}
 c.getJobs(requested_attributes=['job-id', 'job-media-sheets-completed'])
Traceback (most recent call last):
  File stdin, line 1, in module
TypeError: 'requested_attributes' is an invalid keyword argument for this 
function
 c.getJobAttributes(155)['job-id']
- Connection_getJobAttributes(155)
cupsDoRequest(/)
begin allow threads
end allow threads
- Connection_getJobAttributes() = dict
155
 c.getJobAttributes(155)['job-uri']
- Connection_getJobAttributes(155)
cupsDoRequest(/)
begin allow threads
end allow threads
- Connection_getJobAttributes() = dict
u'ipp://localhost:631/jobs/155'
 c.getJobAttributes(155)['job-media-sheets-completed']
- Connection_getJobAttributes(155)
cupsDoRequest(/)
begin allow threads
end allow threads
- Connection_getJobAttributes() = dict
7
 


# lsb_release -a
LSB Version:
core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch:cxx-3.0-amd64:cxx-3.0-noarch:cxx-3.1-amd64:cxx-3.1-noarch:cxx-3.2-amd64:cxx-3.2-noarch:cxx-4.0-amd64:cxx-4.0-noarch:desktop-3.1-amd64:desktop-3.1-noarch:desktop-3.2-amd64:desktop-3.2-noarch:desktop-4.0-amd64:desktop-4.0-noarch:graphics-2.0-amd64:graphics-2.0-noarch:graphics-3.0-amd64:graphics-3.0-noarch:graphics-3.1-amd64:graphics-3.1-noarch:graphics-3.2-amd64:graphics-3.2-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-3.2-amd64:printing-3.2-noarch:printing-4.0-amd64:printing-4.0-noarch:qt4-3.1-amd64:qt4-3.1-noarch
Distributor ID: Ubuntu
Description:Ubuntu 10.04.3 LTS
Release:10.04
Codename:   lucid


Running help(cups) shows that /usr/lib/pymodules/python2.6/cups.so is
being imported which is provided by the python-cups (1.9.49) package.

getJobs in this version of cupsconnection.c has

  static char *kwlist[] = { which_jobs, my_jobs, limit, first_job_id, 
NULL };


Ryan

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

Title:
  getJobs does not return job details

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-cups/+bug/843342/+subscriptions

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


Re: [Bug 843342] Re: getJobs does not return job details

2011-09-20 Thread Ryan Lovett
On Tue, Sep 20, 2011 at 12:33:42PM -, Tim Waugh wrote:
 How do you mean empty values?  You should get a dict of job_id:
 {'job_uri': str}, as by default the only attributes returned now are
 job_id and job_uri.
 
 To specify other attributes, use the request_attributes parameter (make
 sure to include 'job_id', of course).

Sorry for not including an example. Here's what we see:

 c.getJobs('completed')
{1: {}, 2: {}, 3: {}, 4: {}, 5: {}, 6: {}, 7: {}, 8: {}, 9: {}, 10: {},
11: {}, 12: {}, 13: {}, 15: {}, 16: {}, 17: {}, 18: {}, 19: {}, 20: {},
21: {}, 22: {}, 23: {}, 24: {}, 25: {}, 26: {}, 27: {}, 28: {}, 29: {},
30: {}, 31: {}, 32: {}, 33: {}, 34: {}, 35: {}, 36: {}, 37: {}, 38: {},
39: {}, 40: {}, 41: {}, 42: {}, 43: {}, 44: {}, 45: {}, 46: {}, 47: {},
48: {}, 49: {}, 50: {}, 51: {}, 52: {}, 53: {}, 54: {}, 55: {}, 60: {},
61: {}, 62: {}, 63: {}, 64: {}, 65: {}, 66: {}, 67: {}, 68: {}, 69: {},
70: {}, 71: {}, 72: {}, 74: {}, 77: {}, 78: {}, 83: {}, 84: {}, 85: {},
86: {}, 87: {}, 88: {}, 89: {}, 90: {}, 91: {}, 92: {}, 93: {}, 94: {},
95: {}, 96: {}, 97: {}, 98: {}, 99: {}, 100: {}, 101: {}, 102: {}, 103:
{}, 104: {}, 105: {}, 106: {}, 107: {}, 108: {}, 109: {}, 110: {}, 111:
{}, 112: {}, 113: {}, 114: {}, 115: {}, 116: {}, 117: {}, 118: {}, 119:
{}, 120: {}, 121: {}, 122: {}, 123: {}, 124: {}, 125: {}, 126: {}, 127:
{}, 128: {}, 129: {}, 130: {}, 131: {}, 132: {}, 133: {}, 134: {}, 135:
{}, 136: {}, 137: {}, 138: {}, 139: {}, 140: {}, 141: {}, 142: {}, 143:
{}, 144: {}, 145: {}, 146: {}, 147: {}, 148: {}, 149: {}, 150: {}, 151:
{}, 152: {}, 153: {}, 154: {}, 158: {}, 159: {}, 160: {}, 161: {}, 162:
{}, 163: {}, 164: {}, 165: {}, 166: {}, 167: {}, 168: {}, 169: {}, 170:
{}, 171: {}, 172: {}, 173: {}, 174: {}, 175: {}, 176: {}, 177: {}, 178:
{}, 179: {}, 180: {}, 181: {}, 182: {}, 183: {}, 184: {}, 185: {}, 186:
{}, 187: {}, 188: {}, 189: {}, 190: {}, 191: {}, 192: {}, 193: {}, 194:
{}, 195: {}, 196: {}, 197: {}, 198: {}, 199: {}, 200: {}, 201: {}, 202:
{}, 203: {}, 204: {}}


Ryan

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

Title:
  getJobs does not return job details

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-cups/+bug/843342/+subscriptions

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


[Bug 843342] Re: getJobs does not return job details

2011-09-20 Thread Ryan Lovett
Documented in https://bugzilla.redhat.com/show_bug.cgi?id=584806
apparently. So it looks like I need to do something like:

c.getJobAttributes(202)['job-media-sheets-completed']

instead. Thanks for the pointer.

** Bug watch added: Red Hat Bugzilla #584806
   https://bugzilla.redhat.com/show_bug.cgi?id=584806

** Changed in: python-cups (Ubuntu)
   Status: New = Invalid

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

Title:
  getJobs does not return job details

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-cups/+bug/843342/+subscriptions

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


[Bug 843342] [NEW] getJobs does not return job details

2011-09-06 Thread Ryan Lovett
Public bug reported:

On hardy, running:

import cups
c = cups.Connection()
c.getJobs('completed')

which return a dictionary of completed jobs where the values are
dictionaries with useful information, e.g.

{'job-name': u'lab1.pdf', 'job-printer-uri':
u'ipp://server:631/printers/lj', 'time-at-completed': 1315344646, 'job-
priority': 50, 'time-at-processing': 1315344638, 'job-state': 9, 'job-
preserved': False, 'job-k-octets': 231, 'job-media-sheets-completed': 0,
'time-at-creation': 1315344638, 'job-originating-user-name': u'user1'}

On lucid, the method returns a dictionary with empty values.
/var/spool/cups does contain files with job information. Permissions on
/var/spool/cups and its contents are the same between hardy and lucid.

# directory
drwx--x--- 3 root lp 4096 2011-09-06 15:05 /var/spool/cups
# spool file
-rw--- 1 root lp 10159 2011-09-06 14:35 c00128

The process table shows cupsd running as root.

** Affects: python-cups (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/843342

Title:
  getJobs does not return job details

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-cups/+bug/843342/+subscriptions

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


Re: [Bug 825598] Re: cgred init script references wrong default file and uses bad options

2011-08-15 Thread Ryan Lovett
Great! Thanks very much for looking into this Serge and putting a solution
in place.

Ryan

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

Title:
  cgred init script references wrong default file and uses bad options

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

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


[Bug 825598] [NEW] cgred init script references wrong default file and uses bad options

2011-08-12 Thread Ryan Lovett
Public bug reported:

The /etc/init.d/cgred startup script looks for the file
/etc/default/cgred.conf rather than /etc/default/cgred.

Additionally, the script makes no use of the DAEMON_OPTS variable found
in the default file.

Lastly, the log file parameter as provided won't work. (the daemon exits
with a usage error) One has to use the -f option instead of --log-file
in order for the daemon to start.

It might be good to document LOG_FILE via a comment in
/etc/default/cgred.


-if [ -f /etc/default/cgred.conf ] ; then
-   . /etc/default/cgred.conf
-   OPTIONS=$NODAEMON $LOG
+if [ -f /etc/default/cgred ] ; then
+   . /etc/default/cgred
+   OPTIONS=$NODAEMON $LOG $DAEMON_OPTS
if [ -n $LOG_FILE ]; then
-   OPTIONS=$OPTIONS --log-file=$LOG_FILE
+   OPTIONS=$OPTIONS -f $LOG_FILE
fi

** Affects: libcgroup (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/825598

Title:
  cgred init script references wrong default file and uses bad options

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

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


[Bug 556782] Re: [rs690m] Graphics corruption with ati x1200

2011-07-15 Thread Ryan Lovett
I see the same corruption on a Gateway LT31 with the x1200. The
nomodeset workaround does address the corruption though the user is
without desktop effects.

Regarding #76, what is the best way to set this for a user's entire
desktop session?

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

Title:
  [rs690m] Graphics corruption with ati x1200

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

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


[Bug 785456] Re: nvidia-current fails to install. Cannot build module on lucid.

2011-06-07 Thread Ryan Lovett
The log file /var/lib/dkms/nvidia-96/96.43.17/build/make.log indicated:

DKMS make.log for nvidia-96-96.43.17 for kernel 2.6.32-31-generic (x86_64)
Tue Jun  7 13:17:39 PDT 2011
NVIDIA: calling KBUILD...
make CC=cc  KBUILD_VERBOSE=1 -C /lib/modules/2.6.32-31-generic/build 
SUBDIRS=/var/lib/dkms/nvidia-96/96.43.17/build modules
Makefile:538: /usr/src/linux-headers-2.6.32-31-generic/arch/-a: No such file or 
directory
Makefile:538: x86_64/Makefile: No such file or directory
make[2]: *** No rule to make target `x86_64/Makefile'.  Stop.
NVIDIA: left KBUILD.
nvidia.ko failed to build!
make[1]: *** [module] Error 1
make: *** [module] Error 2

Note the expected path ending in /-a.

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

Title:
  nvidia-current fails to install. Cannot build module on lucid.

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


[Bug 785937] Re: $ARCH in common.postinst breaks everything

2011-06-07 Thread Ryan Lovett
apport information

** Tags added: apport-collected

** Description changed:

  Binary package hint: dkms
  
- I was experiencing a problem trying to install virtualbox that reminded
- me of a very similar problem with the nvidia driver package. Some errors
- indicated that dkms failed while trying to find a directory named -a.
- I tracked this down to a problem with /usr/lib/dkms/common.postinst.
- I've attached the diff that fixed my virtualbox-ose-dkms problems.
+ I was experiencing a problem trying to install virtualbox that reminded me of 
a very similar problem with the nvidia driver package. Some errors indicated 
that dkms failed while trying to find a directory named -a. I tracked this 
down to a problem with /usr/lib/dkms/common.postinst. I've attached the diff 
that fixed my virtualbox-ose-dkms problems.
+ --- 
+ Architecture: amd64
+ DistroRelease: Ubuntu 10.04
+ Package: dkms 2.1.1.2-2fakesync1
+ PackageArchitecture: all
+ ProcEnviron:
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.32-31.61-generic 2.6.32.32+drm33.14
+ Tags: lucid
+ Uname: Linux 2.6.32-31-generic x86_64
+ UserGroups: adm app operator source src sudo upush

** Attachment added: Dependencies.txt
   
https://bugs.edge.launchpad.net/bugs/785937/+attachment/2159889/+files/Dependencies.txt

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

Title:
  $ARCH in common.postinst breaks everything

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


[Bug 785937] Re: $ARCH in common.postinst breaks everything

2011-06-07 Thread Ryan Lovett
Regarding your comments:

1. The patch can be trivially reworked to be against the dkms source.
Let me know if you need help with this.

2. The patch fixed the problem while unpatched it was erroring out.

If ARCH is not supplied to the script, the script itself sets it.

/bin/sh on this machine is the standard lucid shell (dash). The output
to your test code was 1.

What happens when you try to install nvidia-current on a Lucid machine?

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

Title:
  $ARCH in common.postinst breaks everything

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


[Bug 785456] Re: nvidia-current fails to install. Cannot build module on lucid.

2011-06-07 Thread Ryan Lovett
apport information

** Tags added: apport-collected

** Description changed:

  I tried to follow the bug reporting guidelines with ubuntu-bug nvidia-
  graphics-drivers, but it reported Package nvidia-graphics-drivers does
  not exist.
  
  When I try to install nvidia-current, it fails:
  
  
  # apt-get install nvidia-current
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following NEW packages will be installed:
nvidia-current
  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  Need to get 0B/40.8MB of archives.
  After this operation, 133MB of additional disk space will be used.
  Selecting previously deselected package nvidia-current.
  (Reading database ... 253506 files and directories currently installed.)
  Unpacking nvidia-current (from 
.../nvidia-current_195.36.24-0ubuntu1~10.04_amd64.deb) ...
  Processing triggers for man-db ...
  Setting up nvidia-current (195.36.24-0ubuntu1~10.04) ...
  update-alternatives: using /usr/lib/nvidia-current/ld.so.conf to provide 
/etc/ld.so.conf.d/GL.conf (gl_conf) in auto mode.
  update-initramfs: deferring update (trigger activated)
  Loading new nvidia-current-195.36.24 DKMS files...
  First Installation: checking all kernels...
  Building only for 2.6.32-31-generic
  Building for architecture x86_64
  Building initial module for 2.6.32-31-generic
  
  Error! Bad return status for module build on kernel: 2.6.32-31-generic 
(x86_64)
  Consult the make.log in the build directory
  /var/lib/dkms/nvidia-current/195.36.24/build/ for more information.
  dpkg: error processing nvidia-current (--configure):
   subprocess installed post-installation script returned error exit status 10
  Processing triggers for python-gmenu ...
  Rebuilding /usr/share/applications/desktop.en_US.utf8.cache...
  Processing triggers for initramfs-tools ...
  update-initramfs: Generating /boot/initrd.img-2.6.32-31-generic
  Processing triggers for python-support ...
  Errors were encountered while processing:
   nvidia-current
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  
  
  The make.log reports:
  
  DKMS make.log for nvidia-current-195.36.24 for kernel 2.6.32-31-generic 
(x86_64)
  Thu May 19 15:59:55 PDT 2011
  make[1]: Makefile: No such file or directory
  make[1]: *** No rule to make target `Makefile'.  Stop.
  make: *** [module] Error 2
  
  and in fact there is no file named Makefile:
  
  # ls /var/lib/dkms/nvidia-current/195.36.24/build/
  conftest.sh  nvacpi.c   nv-linux.h   os-agp.h
  cpuopsys.h   nvacpitypes.h  nv-memdbg.h  os-interface.c
  dkms.confnv.c   nv-misc.hos-interface.h
  gcc-version-check.c  nv_gvi.c   nvreadme.h   os-registry.c
  makefile nv.h   nv-reg.h patches
  Makefile.kbuild  nv-i2c.c   nvtypes.hREADME
  Makefile.nvidia  nvidia.ko  nv-vm.c  rmil.h
  make.log nvidia.mod.c   nv-vm.h  rmretval.h
  modules.ordernvidia.o   nv-xen.h xapi-sdk.h
  Module.symvers   nv-kernel.oos-agp.c
  
  Changing into that build directory and running make -f makefile does
  nothing. Running make -f Makefile.nvidia produces:
  
  
  # make -f Makefile.nvidia 
  In file included from 
/lib/modules/2.6.32-31-generic/build/include/linux/kernel.h:11,
   from 
/lib/modules/2.6.32-31-generic/build/include/linux/sched.h:54,
   from 
/lib/modules/2.6.32-31-generic/build/include/linux/utsname.h:35,
   from nv-linux.h:27,
   from nv.c:14:
  /lib/modules/2.6.32-31-generic/build/include/linux/linkage.h:5:25: error: 
asm/linkage.h: No such file or directory
  [snip]
  
  
  Running make -f Makefile.kbuild generates a lot of warnings but then runs 
across this error first:
  
  In file included from /var/lib/dkms/nvidia-current/195.36.24/build/nv.c:14:
  /var/lib/dkms/nvidia-current/195.36.24/build/nv-linux.h:209:6: warning: 
NV_ACPI_WALK_NAMESPACE_ARGUMENT_COUNT is not defined
  /var/lib/dkms/nvidia-current/195.36.24/build/nv-linux.h:211:8: warning: 
NV_ACPI_WALK_NAMESPACE_ARGUMENT_COUNT is not defined
  /var/lib/dkms/nvidia-current/195.36.24/build/nv-linux.h:215:2: error: #error 
NV_ACPI_WALK_NAMESPACE_ARGUMENT_COUNT value unrecognized!
  /var/lib/dkms/nvidia-current/195.36.24/build/nv-linux.h:637:2: error: #error 
NV_KMEM_CACHE_CREATE() undefined (kmem_cache_create() unavailable)!
  /var/lib/dkms/nvidia-current/195.36.24/build/nv-linux.h:754:2: error: #error 
NV_ON_EACH_CPU() undefined (on_each_cpu() unavailable)!
  
  
  I tried googling and found dozens of similar reports but no fixes.
  
  # uname -r
  2.6.32-31-generic
  
  # dpkg -l | grep linux-header
  ii  linux-headers-2.6.32-21 2.6.32-21.32  
  Header files related to Linux kernel 

[Bug 785456] XorgLog.txt

2011-06-07 Thread Ryan Lovett
apport information

** Attachment added: XorgLog.txt
   
https://bugs.edge.launchpad.net/bugs/785456/+attachment/2159899/+files/XorgLog.txt

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

Title:
  nvidia-current fails to install. Cannot build module on lucid.

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


[Bug 785456] XorgLogOld.txt

2011-06-07 Thread Ryan Lovett
apport information

** Attachment added: XorgLogOld.txt
   
https://bugs.edge.launchpad.net/bugs/785456/+attachment/2159900/+files/XorgLogOld.txt

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

Title:
  nvidia-current fails to install. Cannot build module on lucid.

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


[Bug 785937] Re: $ARCH in common.postinst breaks everything

2011-06-07 Thread Ryan Lovett
apport information

** Description changed:

  Binary package hint: dkms
  
  I was experiencing a problem trying to install virtualbox that reminded me of 
a very similar problem with the nvidia driver package. Some errors indicated 
that dkms failed while trying to find a directory named -a. I tracked this 
down to a problem with /usr/lib/dkms/common.postinst. I've attached the diff 
that fixed my virtualbox-ose-dkms problems.
  --- 
  Architecture: amd64
  DistroRelease: Ubuntu 10.04
  Package: dkms 2.1.1.2-2fakesync1
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-31.61-generic 2.6.32.32+drm33.14
  Tags: lucid
  Uname: Linux 2.6.32-31-generic x86_64
  UserGroups: adm app operator source src sudo upush
+ --- 
+ Architecture: amd64
+ DistroRelease: Ubuntu 10.04
+ Package: dkms 2.1.1.2-2fakesync1
+ PackageArchitecture: all
+ ProcEnviron:
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.32-31.61-generic 2.6.32.32+drm33.14
+ Tags: lucid
+ Uname: Linux 2.6.32-31-generic x86_64
+ UserGroups: upush

** Attachment added: Dependencies.txt
   
https://bugs.edge.launchpad.net/bugs/785937/+attachment/2159897/+files/Dependencies.txt

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

Title:
  $ARCH in common.postinst breaks everything

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


[Bug 785937] [NEW] $ARCH in common.postinst breaks everything

2011-05-20 Thread Ryan Lovett
Public bug reported:

Binary package hint: dkms

I was experiencing a problem trying to install virtualbox that reminded
me of a very similar problem with the nvidia driver package. Some errors
indicated that dkms failed while trying to find a directory named -a.
I tracked this down to a problem with /usr/lib/dkms/common.postinst.
I've attached the diff that fixed my virtualbox-ose-dkms problems.

** Affects: dkms (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/785937

Title:
  $ARCH in common.postinst breaks everything

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


[Bug 785937] Re: $ARCH in common.postinst breaks everything

2011-05-20 Thread Ryan Lovett
** Patch added: dkms.diff
   https://bugs.launchpad.net/bugs/785937/+attachment/2136718/+files/dkms.diff

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

Title:
  $ARCH in common.postinst breaks everything

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


[Bug 785456] Re: nvidia-current fails to install. Cannot build module on lucid.

2011-05-20 Thread Ryan Lovett
Applying my dkms patch from
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/785937 fixed this.

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

Title:
  nvidia-current fails to install. Cannot build module on lucid.

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


[Bug 785456] [NEW] nvidia-current fails to install. Cannot build module on lucid.

2011-05-19 Thread Ryan Lovett
Public bug reported:

I tried to follow the bug reporting guidelines with ubuntu-bug nvidia-
graphics-drivers, but it reported Package nvidia-graphics-drivers does
not exist.

When I try to install nvidia-current, it fails:


# apt-get install nvidia-current
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following NEW packages will be installed:
  nvidia-current
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/40.8MB of archives.
After this operation, 133MB of additional disk space will be used.
Selecting previously deselected package nvidia-current.
(Reading database ... 253506 files and directories currently installed.)
Unpacking nvidia-current (from 
.../nvidia-current_195.36.24-0ubuntu1~10.04_amd64.deb) ...
Processing triggers for man-db ...
Setting up nvidia-current (195.36.24-0ubuntu1~10.04) ...
update-alternatives: using /usr/lib/nvidia-current/ld.so.conf to provide 
/etc/ld.so.conf.d/GL.conf (gl_conf) in auto mode.
update-initramfs: deferring update (trigger activated)
Loading new nvidia-current-195.36.24 DKMS files...
First Installation: checking all kernels...
Building only for 2.6.32-31-generic
Building for architecture x86_64
Building initial module for 2.6.32-31-generic

Error! Bad return status for module build on kernel: 2.6.32-31-generic (x86_64)
Consult the make.log in the build directory
/var/lib/dkms/nvidia-current/195.36.24/build/ for more information.
dpkg: error processing nvidia-current (--configure):
 subprocess installed post-installation script returned error exit status 10
Processing triggers for python-gmenu ...
Rebuilding /usr/share/applications/desktop.en_US.utf8.cache...
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-2.6.32-31-generic
Processing triggers for python-support ...
Errors were encountered while processing:
 nvidia-current
E: Sub-process /usr/bin/dpkg returned an error code (1)


The make.log reports:

DKMS make.log for nvidia-current-195.36.24 for kernel 2.6.32-31-generic (x86_64)
Thu May 19 15:59:55 PDT 2011
make[1]: Makefile: No such file or directory
make[1]: *** No rule to make target `Makefile'.  Stop.
make: *** [module] Error 2

and in fact there is no file named Makefile:

# ls /var/lib/dkms/nvidia-current/195.36.24/build/
conftest.sh  nvacpi.c   nv-linux.h   os-agp.h
cpuopsys.h   nvacpitypes.h  nv-memdbg.h  os-interface.c
dkms.confnv.c   nv-misc.hos-interface.h
gcc-version-check.c  nv_gvi.c   nvreadme.h   os-registry.c
makefile nv.h   nv-reg.h patches
Makefile.kbuild  nv-i2c.c   nvtypes.hREADME
Makefile.nvidia  nvidia.ko  nv-vm.c  rmil.h
make.log nvidia.mod.c   nv-vm.h  rmretval.h
modules.ordernvidia.o   nv-xen.h xapi-sdk.h
Module.symvers   nv-kernel.oos-agp.c

Changing into that build directory and running make -f makefile does
nothing. Running make -f Makefile.nvidia produces:


# make -f Makefile.nvidia 
In file included from 
/lib/modules/2.6.32-31-generic/build/include/linux/kernel.h:11,
 from 
/lib/modules/2.6.32-31-generic/build/include/linux/sched.h:54,
 from 
/lib/modules/2.6.32-31-generic/build/include/linux/utsname.h:35,
 from nv-linux.h:27,
 from nv.c:14:
/lib/modules/2.6.32-31-generic/build/include/linux/linkage.h:5:25: error: 
asm/linkage.h: No such file or directory
[snip]


Running make -f Makefile.kbuild generates a lot of warnings but then runs 
across this error first:

In file included from /var/lib/dkms/nvidia-current/195.36.24/build/nv.c:14:
/var/lib/dkms/nvidia-current/195.36.24/build/nv-linux.h:209:6: warning: 
NV_ACPI_WALK_NAMESPACE_ARGUMENT_COUNT is not defined
/var/lib/dkms/nvidia-current/195.36.24/build/nv-linux.h:211:8: warning: 
NV_ACPI_WALK_NAMESPACE_ARGUMENT_COUNT is not defined
/var/lib/dkms/nvidia-current/195.36.24/build/nv-linux.h:215:2: error: #error 
NV_ACPI_WALK_NAMESPACE_ARGUMENT_COUNT value unrecognized!
/var/lib/dkms/nvidia-current/195.36.24/build/nv-linux.h:637:2: error: #error 
NV_KMEM_CACHE_CREATE() undefined (kmem_cache_create() unavailable)!
/var/lib/dkms/nvidia-current/195.36.24/build/nv-linux.h:754:2: error: #error 
NV_ON_EACH_CPU() undefined (on_each_cpu() unavailable)!


I tried googling and found dozens of similar reports but no fixes.

# uname -r
2.6.32-31-generic

# dpkg -l | grep linux-header
ii  linux-headers-2.6.32-21 2.6.32-21.32
Header files related to Linux kernel version 2.6.32
ii  linux-headers-2.6.32-21-generic 2.6.32-21.32
Linux kernel headers for version 2.6.32 on x86/x86_64
ii  linux-headers-2.6.32-31 2.6.32-31.61

[Bug 770499] [NEW] No longer provides libblacs-lam

2011-04-25 Thread Ryan Lovett
Public bug reported:

It seems that lucid no longer builds libblas-lam.so by default with the
blacs-mpi source package. One has to install the lam dev tools first and
then rebuild the blacs-mpi package to get the library. This is necessary
for those who use lamd/lamboot.

In addition, it seems that the debs
(http://us.archive.ubuntu.com/ubuntu/pool/universe/b/blacs-mpi/) have
not been rebuilt since June 2009. Shouldn't the debs be rebuilt for each
distribution release?

** Affects: blacs-mpi (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/770499

Title:
  No longer provides libblacs-lam

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


[Bug 727456] [NEW] Request linuxvnc for netboot installs

2011-03-01 Thread Ryan Lovett
Public bug reported:

Binary package hint: debian-installer

It would be great if debian-installer/kickseed included linuxvnc. I'd
love to be able to observe installations remotely if not control them.

** Affects: debian-installer (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/727456

Title:
  Request linuxvnc for netboot installs

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


[Bug 573919] Re: autofs doesn't work with lucid

2010-12-22 Thread Ryan Lovett
#15 worked for me as well. I also set NEED_STATD=yes in /etc/default
/nfs-common.

But autofs should only depend on statd if it is mounting NFS volumes.
autofs can be used with other filesystems besides NFS.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs in ubuntu.
https://bugs.launchpad.net/bugs/573919

Title:
  autofs doesn't work with lucid

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 573919] Re: autofs doesn't work with lucid

2010-12-22 Thread Ryan Lovett
#15 worked for me as well. I also set NEED_STATD=yes in /etc/default
/nfs-common.

But autofs should only depend on statd if it is mounting NFS volumes.
autofs can be used with other filesystems besides NFS.

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

Title:
  autofs doesn't work with lucid

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


[Bug 545065] Re: pulseaudio ratelimit.c messages and jittery sound

2010-11-13 Thread Ryan Lovett
This happens when I use Skype. The audio lags behind the video by about
2 seconds.

-- 
pulseaudio ratelimit.c messages and jittery sound
https://bugs.launchpad.net/bugs/545065
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 616599] [NEW] gphoto2 chooses unfriendly mount point names

2010-08-11 Thread Ryan Lovett
Public bug reported:

Binary package hint: gphoto2

When I plug in my camera, gphoto2 (or gvfs or something) helpfully
mounts it for me, however it chooses a mount point name of gphoto2
mount on usb%3A001,014 under ~/.gvfs/. I would rather it choose the
standard::name or standard::display-name gvfs attribute to use as the
mount point, e.g. Canon Digital Camera.

It'd be even better if I could change the name at will like on Mac OS X.
You can rename the volume from the Finder and it remembers the name
change when you reconnect the device.

I know it is possible (or was possible) to do this via udev but is there
a GNOMEy way of doing what I want? (for the unGNOMEy workflow of using a
terminal to mess around in my camera's directories)

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

-- 
gphoto2 chooses unfriendly mount point names
https://bugs.launchpad.net/bugs/616599
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 607375] Re: Kernel doesn't detect USB devices based on BIOS SATA settings

2010-07-30 Thread Ryan Lovett
-24 is also broken wrt this.

-- 
Kernel doesn't detect USB devices based on BIOS SATA settings
https://bugs.launchpad.net/bugs/607375
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 607375] Re: Kernel doesn't detect USB devices based on BIOS SATA settings

2010-07-23 Thread Ryan Lovett
After holding down Shift to boot to the -21 kernel everything was fine,
but -23 is still wonky.

** Changed in: linux (Ubuntu)
   Status: Incomplete = New

-- 
Kernel doesn't detect USB devices based on BIOS SATA settings
https://bugs.launchpad.net/bugs/607375
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 607375] Re: Kernel doesn't detect USB devices based on BIOS SATA settings

2010-07-22 Thread Ryan Lovett
Before I tried the Maverick ISO I figured I'd try the Lucid CD (the
machine had been installed via PXE). With SATA disabled in the BIOS,
everything was fine. Keyboard and mouse were detected and X and the
console were functional. When I then rebooted back to the hard drive,
keyboard and mouse were no longer functional. I'm going to try
installing via Lucid CD rather than Lucid Net and see what happens.

-- 
Kernel doesn't detect USB devices based on BIOS SATA settings
https://bugs.launchpad.net/bugs/607375
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 607375] Re: Kernel doesn't detect USB devices based on BIOS SATA settings

2010-07-22 Thread Ryan Lovett
With SATA disabled in the BIOS, I installed Lucid via the amd64 desktop
ISO on CD and the keyboard and mouse functioned both in the live
environment and in the installed environment on disk. I proceeded to
install all the available updates via Update Manager and when I
rebooted, the machine lost the keyboard and mouse again. It appears that
the problem crept in in the kernel package update.

Based on the above, did you still want me to try the Maverick ISO or did
you want to look through any of the recent kernel changes?

-- 
Kernel doesn't detect USB devices based on BIOS SATA settings
https://bugs.launchpad.net/bugs/607375
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 607375] [NEW] Kernel doesn't detect USB devices based on BIOS SATA settings

2010-07-19 Thread Ryan Lovett
Public bug reported:

This bug occurs in Lucid but was not present in Hardy.

I installed Lucid on a Sun w2100z workstation and on first boot neither
the keyboard nor the mouse were functioning nor were external USB flash
drives detected. lsusb only returned two devices and they were the
internal hubs. I searched for similar reports and the solution was
usually to enable Legacy USB mode in the BIOS. This particular machine
had no such option but it did have separate USB and USB 2.0 options
which were both enabled.

I decided to try flipping other options in the BIOS one by one and
discovered to my amazement that enabling SATA causes USB to function.
The workstation's only disks are on the SCSI bus. There was another
option to enable the SATA BIOS once SATA was enabled, but that can be
left off without affecting USB. The SATA BIOS option caused a boot
message to appear which described the SATA controller but I don't know
what else it does.

Note that this workstation and our other w2100z's function fine while
running Hardy and with SATA disabled.

Linux foobar 2.6.32-23-generic #37-Ubuntu SMP Fri Jun 11 08:03:28 UTC 2010 
x86_64 GNU/Linux
Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5

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

-- 
Kernel doesn't detect USB devices based on BIOS SATA settings
https://bugs.launchpad.net/bugs/607375
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 607375] Re: Kernel doesn't detect USB devices based on BIOS SATA settings

2010-07-19 Thread Ryan Lovett

** Attachment added: lspci -vnvn
   http://launchpadlibrarian.net/52174928/lspci-vnvn.log

-- 
Kernel doesn't detect USB devices based on BIOS SATA settings
https://bugs.launchpad.net/bugs/607375
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 607375] Re: Kernel doesn't detect USB devices based on BIOS SATA settings

2010-07-19 Thread Ryan Lovett
** Description changed:

  This bug occurs in Lucid but was not present in Hardy.
  
  I installed Lucid on a Sun w2100z workstation and on first boot neither
  the keyboard nor the mouse were functioning nor were external USB flash
  drives detected. lsusb only returned two devices and they were the
  internal hubs. I searched for similar reports and the solution was
  usually to enable Legacy USB mode in the BIOS. This particular machine
  had no such option but it did have separate USB and USB 2.0 options
  which were both enabled.
  
  I decided to try flipping other options in the BIOS one by one and
  discovered to my amazement that enabling SATA causes USB to function.
  The workstation's only disks are on the SCSI bus. There was another
  option to enable the SATA BIOS once SATA was enabled, but that can be
  left off without affecting USB. The SATA BIOS option caused a boot
  message to appear which described the SATA controller but I don't know
  what else it does.
  
  Note that this workstation and our other w2100z's function fine while
  running Hardy and with SATA disabled.
  
+ The keyboard also works fine within the BIOS and grub regardless of the
+ SATA BIOS settings.
+ 
  Linux foobar 2.6.32-23-generic #37-Ubuntu SMP Fri Jun 11 08:03:28 UTC 2010 
x86_64 GNU/Linux
  Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5

-- 
Kernel doesn't detect USB devices based on BIOS SATA settings
https://bugs.launchpad.net/bugs/607375
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


Re: [Bug 245779] Re: Server 8.04 LTS: soft lockup - CPU#1 stuck for 11s! [bond1:3795] - bond - bond0

2010-06-08 Thread Ryan Lovett
On Tue, Jun 08, 2010 at 04:07:40PM -, Jeremy Foshee wrote:
 The Ubuntu Kernel Team is focused on providing the most stable kernel
 possible for a release schedule of 6 months.

Is there a document online, beyond this bug, that discusses where the
kernel team's support goals differ from the distribution itself? IMO, a 6
month support schedule for the kernel adversely affects the reputation of
a release with the LTS monicker.

Note that I understand that managing kernel packages for Ubuntu is an
incredibly complex task and this bug isn't doing you any favors, but I
think that if you're going to hedge your bets so to speak on the support
duration, LTS should be qualified in some way.

Ryan

-- 
Server 8.04 LTS: soft lockup - CPU#1 stuck for 11s! [bond1:3795] - bond - bond0
https://bugs.launchpad.net/bugs/245779
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 55108] Re: radeon driver, INVALID IO ALLOCATION

2010-06-04 Thread Ryan Lovett
I'm a bit busy, but I'll see if I can test soon.

-- 
radeon driver, INVALID IO ALLOCATION
https://bugs.launchpad.net/bugs/55108
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 513127] Re: CONFIG_TASK_DELAY_ACCT not enabled in kernel, cannot determine SWAPIN and IO %

2010-02-05 Thread Ryan Lovett
*** This bug is a duplicate of bug 493156 ***
https://bugs.launchpad.net/bugs/493156

I came here for the CONFIG_TASK_DELAY_ACCT. I left with the
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/493156

-- 
CONFIG_TASK_DELAY_ACCT not enabled in kernel, cannot determine SWAPIN and IO %
https://bugs.launchpad.net/bugs/513127
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


Re: [Bug 380155] Re: sysctl.conf changes are overwritten

2009-12-16 Thread Ryan Lovett
On Wed, Dec 16, 2009 at 07:24:44PM -, Kees Cook wrote:
 I am not able to reproduce this overwrite.  The /etc/sysctl.conf file is
 prompted for when I do upgrades (as it should, since it is a conffile in
 /etc).
 
You tested on hardy?

Ryan

-- 
sysctl.conf changes are overwritten
https://bugs.launchpad.net/bugs/380155
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


Re: [Bug 431008] Re: Reverts permissions on milter socket on upgrade

2009-11-07 Thread Ryan Lovett
On Sat, Nov 07, 2009 at 07:10:57PM -, Scott Kitterman wrote:
 We just discussed this with him again:
 
 sgran the problem is that currently there is no upgrade handling of the 
 /etc/default file
 sgran I'm not convinced I'm all that happy about introducing it, to be 
 honest
 sgran right now, people will get a normal dpkg prompt about it, telling 
 them that file shipped in the .deb has changed but they have local changes 
 and should do something about it
 sgran I think that it's maybe not the friendliest way, but it is the safest 
 and sanest way to do it
 sgran (and it saves an awful lot of hassle on upgrade handling moving it 
 from a config file shipped in the .deb to a conf file managed with ucf)
 
 Is there some chance you were prompted on upgrade and accepted the new
 version?

It was a while ago, but I don't recally being prompted at the time.

Ryan

-- 
Reverts permissions on milter socket on upgrade
https://bugs.launchpad.net/bugs/431008
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 409958] Re: Sends false disk space alerts

2009-10-21 Thread Ryan Lovett
According to the output above, both disk space and inode usage are being
checked. For example

/var 88850 MB (91% inode=99%)

But

# df -i /var
FilesystemInodes   IUsed   IFree IUse% Mounted on
/dev/sdb56483456   36212 64472441% /var
# df -h /var
FilesystemSize  Used Avail Use% Mounted on
/dev/sdb5 100G  8.2G   87G   9% /var

The nagios output is displaying free space and free inodes but appears
to be sending out a warning thinking the percentages are utilized space
and utilized inodes. Given that 91% (disk free) and 99% (inode free) are
greater than 20%, a warning should not have been sent.

localhost_nagios2.cfg:
# Define a service to check the disk space of the root partition
# on the local machine.  Warning if  20% free, critical if
#  10% free space on partition.

define service{
use generic-service ; Name of 
service template to use
host_name   localhost
service_description Disk Space
check_command   check_all_disks!20%!10%
}

-- 
Sends false disk space alerts
https://bugs.launchpad.net/bugs/409958
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 409958] Re: Sends false disk space alerts

2009-10-21 Thread Ryan Lovett
According to the output above, both disk space and inode usage are being
checked. For example

/var 88850 MB (91% inode=99%)

But

# df -i /var
FilesystemInodes   IUsed   IFree IUse% Mounted on
/dev/sdb56483456   36212 64472441% /var
# df -h /var
FilesystemSize  Used Avail Use% Mounted on
/dev/sdb5 100G  8.2G   87G   9% /var

The nagios output is displaying free space and free inodes but appears
to be sending out a warning thinking the percentages are utilized space
and utilized inodes. Given that 91% (disk free) and 99% (inode free) are
greater than 20%, a warning should not have been sent.

localhost_nagios2.cfg:
# Define a service to check the disk space of the root partition
# on the local machine.  Warning if  20% free, critical if
#  10% free space on partition.

define service{
use generic-service ; Name of 
service template to use
host_name   localhost
service_description Disk Space
check_command   check_all_disks!20%!10%
}

-- 
Sends false disk space alerts
https://bugs.launchpad.net/bugs/409958
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


Re: [Bug 409958] Re: Sends false disk space alerts

2009-10-16 Thread Ryan Lovett
On Fri, Oct 16, 2009 at 02:32:56PM -, Chuck Short wrote:
 We'd like to figure out what's causing this bug for you, but we haven't
 heard back from you in a while. Could you please provide the requested
 information? Thanks!

I'm using the default commands.cfg file; no alterations. (8.04)

Ryan

-- 
Sends false disk space alerts
https://bugs.launchpad.net/bugs/409958
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 409958] Re: Sends false disk space alerts

2009-10-16 Thread Ryan Lovett
On Fri, Oct 16, 2009 at 02:32:56PM -, Chuck Short wrote:
 We'd like to figure out what's causing this bug for you, but we haven't
 heard back from you in a while. Could you please provide the requested
 information? Thanks!

I'm using the default commands.cfg file; no alterations. (8.04)

Ryan

-- 
Sends false disk space alerts
https://bugs.launchpad.net/bugs/409958
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


Re: [Bug 440345] Re: Does not install, suggest, or use protocol packages

2009-10-05 Thread Ryan Lovett
On Mon, Oct 05, 2009 at 03:39:29PM -, Sebastien Bacher wrote:
 did you configure apt to not install recommends?

No, and apt didn't recommend them. The control file does list some of the
backends as Recommends though. I also removed empathy and telepathy-salut
and reinstalled empathy and it did suggest telepathy-salut.

So lets assume I overlooked this when manually installing empathy. I still
think the program should offer to install them or suggest their
installation.

Ryan

-- 
Does not install, suggest, or use protocol packages
https://bugs.launchpad.net/bugs/440345
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 440345] [NEW] Does not install, suggest, or use protocol packages

2009-10-01 Thread Ryan Lovett
Public bug reported:

Binary package hint: empathy

I upgraded from Jaunty to Karmic and saw this post:

http://www.jonobacon.org/2009/10/02/ubuntu-9-10-karmic-koala-beta-
released-testers-needed/

I ran 'apt-get install empathy' and followed the instructions to start
it. When I tried to add an account via Edit  Accounts, the Accounts
window said No protocol installed and TO add a new account, you first
have to intall a backend for each protocol you want to use.

It doesn't say what packages provide the backends nor does it offer to
install them itself. (via PackageKit or some such thing) 'apt-cache
search empathy backend' returns nothing. I eventually discovered enough
to install telepathy-{gabble,salut} and some others, but when I restart
empathy the Accounts window shows me the same thing.

I'm not sure novices would even know what a backend means in this
context.

ProblemType: Bug
Architecture: amd64
Date: Thu Oct  1 20:39:39 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: fglrx
Package: empathy 2.28.0-0ubuntu2
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
SourcePackage: empathy
Uname: Linux 2.6.31-11-generic x86_64

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


** Tags: amd64 apport-bug

-- 
Does not install, suggest, or use protocol packages
https://bugs.launchpad.net/bugs/440345
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 440345] Re: Does not install, suggest, or use protocol packages

2009-10-01 Thread Ryan Lovett

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

-- 
Does not install, suggest, or use protocol packages
https://bugs.launchpad.net/bugs/440345
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 431008] [NEW] Reverts permissions on milter socket on upgrade

2009-09-16 Thread Ryan Lovett
Public bug reported:

Binary package hint: clamav

We have been using clamav-milter with postfix and had set the socket to
775 which group ownership of postfix. With a recent upgrade in Hardy,
the clamav-milter package introduced the variable SOCKET_RWGROUP which
does this for you. However, the package upgrade didn't check to see that
we had manually set the permissions already and with the variable unset
the milter init script changed the ownership so that postfix couldn't
read it. On upgrade, the package should check the permissions on the
socket and automatically set the SOCKET_RWGROUP variable in the defaults
file if you require it.

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

-- 
Reverts permissions on milter socket on upgrade
https://bugs.launchpad.net/bugs/431008
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


Re: [Bug 431008] [NEW] Reverts permissions on milter socket on upgrade

2009-09-16 Thread Ryan Lovett
On Wed, Sep 16, 2009 at 09:37:00PM -, Scott Kitterman wrote:
 Is this with 0.95.2 from hardy-backports?

Yes, 0.95.2+dfsg-4ubuntu1.1~hardy1.

Ryan

-- 
Reverts permissions on milter socket on upgrade
https://bugs.launchpad.net/bugs/431008
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


Re: [Bug 3554] Re: Firefox ssh protocols handlers

2009-09-14 Thread Ryan Lovett
On Tue, Sep 15, 2009 at 12:45:16AM -, Alexander Sack wrote:
 once there is a gconf handler for this scheme by default in ubuntu, i
 will reconsider this.

Should this bug be reassigned to gconf? Otherwise can you keep this bug
open until then as wishlist?

Ryan

-- 
Firefox ssh protocols handlers
https://bugs.launchpad.net/bugs/3554
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 410558] Re: Can't play video on FF 3.5 What's New page

2009-09-11 Thread Ryan Lovett
Progress. The video now plays, but there is no audio. I can hear audio
with totem and mplayer. I navigated FF to /usr/share/sounds and the
builtin player appears to play .ogg files, (the progress bar moves) but
there is no sound. I clicked on a .wav file and the totem browser plugin
loaded and played it and I did hear audio.

-- 
Can't play video on FF 3.5 What's New page
https://bugs.launchpad.net/bugs/410558
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 410558] Re: Can't play video on FF 3.5 What's New page

2009-09-11 Thread Ryan Lovett
I restarted FF visited this page then the What's New page and the audio
played. I then clicked Back and FF crashed. :) I guess that's good
enough so the bug can be closed.

** Changed in: firefox-3.5 (Ubuntu)
   Status: Incomplete = Fix Released

-- 
Can't play video on FF 3.5 What's New page
https://bugs.launchpad.net/bugs/410558
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


Re: [Bug 410558] Re: Can't play video on FF 3.5 What's New page

2009-09-10 Thread Ryan Lovett
On Thu, Sep 10, 2009 at 09:32:06PM -, Kamus wrote:
 I tried to reproduce this in Karmic up to date and works fine for me
 too. Maybe was a conectivity problem is that moment, any way, is your
 system up to date? if not, please can you upgrade your system or install
 most recent release of firefox and check again if this problem persist?.

Thanks for testing this. I will report after I try again tonight.

Ryan

-- 
Can't play video on FF 3.5 What's New page
https://bugs.launchpad.net/bugs/410558
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 416562] [NEW] Bonding configuration in /etc/network/interfaces is altered by unknown process

2009-08-20 Thread Ryan Lovett
Public bug reported:

Binary package hint: ifupdown

Disclaimer: This could very well be a NetworkManager or a udev rules
thing or something else.

We have an Ubuntu LTS box with 4 on board network controllers. We wish
to bond eth0 and eth1 on one network and eth2 on another. With the
following in /etc/network/interfaces, eth0 and eth1 successfully form a
bond and eth2 is up on its network, however after booting eth1 is given
the same IP address as the bonded interfaces and two default routes are
created, one going through bond0 and the other through eth1. We have to
'ifconfig eth1 0.0.0.0' after booting to achieve the desired
configuration. This is a production server so we can't experiment with
packages above Hardy. I can't figure out what part of the Ubuntu
networking stack is doing this.

auto lo
iface lo inet loopback

auto bond0
iface bond0 inet static
address w.x.y.z
netmask 255.255.255.0
broadcast w.x.y.255
gateway w.x.y.1
slaves eth0 eth1

auto eth2
iface eth2 inet static
address a.b.c.d
netmask 255.255.255.0
broadcast a.b.c.255

We specify the following in /etc/modprobe.d/bonding:

alias bond0 bonding
options bonding mode=0 miimon=100 downdelay=200 updelay=200 fail_over_mac=0

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

-- 
Bonding configuration in /etc/network/interfaces is altered by unknown process
https://bugs.launchpad.net/bugs/416562
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


Re: [Bug 245779] Re: Server 8.04 LTS: soft lockup - CPU#1 stuck for 11s! [bond1:3795] - bond - bond0

2009-08-13 Thread Ryan Lovett
On Thu, Aug 13, 2009 at 11:32:20PM -, Leann Ogasawara wrote:
 I'm marking this Fix Released against the actively developed kernel
 based on the feedback from Sim, the original bug reporter:
 
 https://bugs.edge.launchpad.net/ubuntu/+source/linux/+bug/245779/comments/53

But since I am seeing the same problem against the LTS kernel do I have to
open a new bug?

Ryan

-- 
Server 8.04 LTS: soft lockup - CPU#1 stuck for 11s! [bond1:3795] - bond - bond0
https://bugs.launchpad.net/bugs/245779
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 305068] Re: qlogind and rshd not installed

2009-08-11 Thread Ryan Lovett
I think that the packages should satisfy the qlogind/rshd dependencies,
but that they should be met by ssh, e.g. in 'qconf -mconf'

login_command   /usr/lib/gridengine/qlogin_wrapper
qlogin_daemon/usr/sbin/sshd -i
rlogin_command   /usr/bin/ssh
rlogin_daemon/usr/sbin/sshd -i
rsh_command  /usr/bin/ssh
rsh_daemon   /usr/sbin/sshd -i

where qlogin_wrapper is something like:

  #!/bin/sh
  /usr/bin/ssh -p $2 $1

This works for me with gridengine packages built on Hardy.

-- 
qlogind and rshd not installed
https://bugs.launchpad.net/bugs/305068
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 410558] [NEW] Can't play video on FF 3.5 What's New page

2009-08-07 Thread Ryan Lovett
Public bug reported:

Binary package hint: firefox-3.5

http://en-us.www.mozilla.com/en-US/firefox/3.5.2/whatsnew/

Firefox came up with the above URL in one of its tabs. I clicked the
video and I heard a few music beats, but it then stopped and wouldn't go
any further. I tried dragging the progress bar, but that didn't help.

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

-- 
Can't play video on FF 3.5 What's New page
https://bugs.launchpad.net/bugs/410558
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 409958] [NEW] Sends false disk space alerts

2009-08-06 Thread Ryan Lovett
Public bug reported:

Binary package hint: nagios2

I received the following message from nagios2 on my server running
hardy:

===
Notification Type: PROBLEM  

Service: Disk Space 
Host: localhost 
Address: 127.0.0.1
State: WARNING
   
Date/Time: Thu Aug 6 04:03:40 PDT 2009  

Additional Info:

DISK WARNING - free space: / 3763 MB (83% inode=93%): /var/run 4001 MB (99% 
inode=99%): /var/lock 4001 MB (100% inode=99%): /dev 4001 MB (99% inode=99%):   
/dev/shm 4001 MB (100% inode=99%): /tmp 3512 MB (97% inode=99%): /usr 3107 MB   
(34% inode=53%): /var 88851 MB (91% inode=99%): /var/tmp 7545 MB (83%
inode=96%): /mnt/backup 3765
===

I'm using the default localhost_nagios2.cfg config file which check for
 20% free (warning) and  10% free (critical), however none of my
partitions exceeds 66%. I received another message later which has
nearly identical values. Note that I did not truncate the text below, it
actually does end with an open parenthesis:

===
Notification Type: RECOVERY 

Service: Disk Space 
Host: localhost 
Address: 127.0.0.1
State: OK 
   
Date/Time: Thu Aug 6 04:08:40 PDT 2009  

Additional Info:

DISK OK - free space: / 3763 MB (83% inode=93%): /var/run 4001 MB (99%  
inode=99%): /var/lock 4001 MB (100% inode=99%): /dev 4001 MB (99% inode=99%):   
/dev/shm 4001 MB (100% inode=99%): /tmp 3512 MB (97% inode=99%): /usr 3107 MB   
(34% inode=53%): /var 88850 MB (91% inode=99%): /var/tmp 7545 MB (83%
inode=96%): /mnt/backup 3765 MB (

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

-- 
Sends false disk space alerts
https://bugs.launchpad.net/bugs/409958
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 409958] [NEW] Sends false disk space alerts

2009-08-06 Thread Ryan Lovett
Public bug reported:

Binary package hint: nagios2

I received the following message from nagios2 on my server running
hardy:

===
Notification Type: PROBLEM  

Service: Disk Space 
Host: localhost 
Address: 127.0.0.1
State: WARNING
   
Date/Time: Thu Aug 6 04:03:40 PDT 2009  

Additional Info:

DISK WARNING - free space: / 3763 MB (83% inode=93%): /var/run 4001 MB (99% 
inode=99%): /var/lock 4001 MB (100% inode=99%): /dev 4001 MB (99% inode=99%):   
/dev/shm 4001 MB (100% inode=99%): /tmp 3512 MB (97% inode=99%): /usr 3107 MB   
(34% inode=53%): /var 88851 MB (91% inode=99%): /var/tmp 7545 MB (83%
inode=96%): /mnt/backup 3765
===

I'm using the default localhost_nagios2.cfg config file which check for
 20% free (warning) and  10% free (critical), however none of my
partitions exceeds 66%. I received another message later which has
nearly identical values. Note that I did not truncate the text below, it
actually does end with an open parenthesis:

===
Notification Type: RECOVERY 

Service: Disk Space 
Host: localhost 
Address: 127.0.0.1
State: OK 
   
Date/Time: Thu Aug 6 04:08:40 PDT 2009  

Additional Info:

DISK OK - free space: / 3763 MB (83% inode=93%): /var/run 4001 MB (99%  
inode=99%): /var/lock 4001 MB (100% inode=99%): /dev 4001 MB (99% inode=99%):   
/dev/shm 4001 MB (100% inode=99%): /tmp 3512 MB (97% inode=99%): /usr 3107 MB   
(34% inode=53%): /var 88850 MB (91% inode=99%): /var/tmp 7545 MB (83%
inode=96%): /mnt/backup 3765 MB (

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

-- 
Sends false disk space alerts
https://bugs.launchpad.net/bugs/409958
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 359045] Re: libv4l2: error turning on stream: Cannot allocate memory

2009-08-01 Thread Ryan Lovett
I see the same thing with cheese and my Logitech QuickCam Pro 9000.
skype can use my webcam without trouble.

-- 
libv4l2: error turning on stream: Cannot allocate memory
https://bugs.launchpad.net/bugs/359045
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 359045] Re: libv4l2: error turning on stream: Cannot allocate memory

2009-08-01 Thread Ryan Lovett
...wowever, when launched from gnome-panel rather than gnome-terminal,
cheese is able to use my webcam, albeit a bit hyper saturated. (w/no
effects turned on)

-- 
libv4l2: error turning on stream: Cannot allocate memory
https://bugs.launchpad.net/bugs/359045
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 245779] Re: Server 8.04 LTS: soft lockup - CPU#1 stuck for 11s! [bond1:3795] - bond - bond0

2009-07-22 Thread Ryan Lovett
We are seeing this problem with 2.6.24-24-server. We were running with
-23 recently but had this problem and upgraded after reading this
report. Additionally, the CPU load on the machine is around 190 though
summing the individual processes in top doesn't approach that total.
kswapd is near the top though the machine still has a lot of real RAM
unallocated. /var/log/kern.log grows rapidly at a rate of about 200
KB/minute. It has a lot of Call Traces and Pid: 15713, comm: process
Not tainted 2.6.24-24-server #1.

-- 
Server 8.04 LTS: soft lockup - CPU#1 stuck for 11s! [bond1:3795] - bond - bond0
https://bugs.launchpad.net/bugs/245779
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


Re: [Bug 245779] Re: Server 8.04 LTS: soft lockup - CPU#1 stuck for 11s! [bond1:3795] - bond - bond0

2009-07-22 Thread Ryan Lovett
On Wed, Jul 22, 2009 at 06:23:01PM -, Warren V wrote:
 Upgrade your kernel to 2.6.28. CentOS is now on 2.6.28-128, I noted the
 problem went away around 2.6.28-92.
 
 Ubuntu is  stuck with whatever is currently out.

Do you know which patch addressed the issue? If so, the Ubuntu kernel devs
might be able to backport it to the LTS release.

Ryan

-- 
Server 8.04 LTS: soft lockup - CPU#1 stuck for 11s! [bond1:3795] - bond - bond0
https://bugs.launchpad.net/bugs/245779
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 245779] Re: Server 8.04 LTS: soft lockup - CPU#1 stuck for 11s! [bond1:3795] - bond - bond0

2009-07-22 Thread Ryan Lovett
Perhaps related to this kernel bug with a patch against 2.6.27-rc5:
http://bugzilla.kernel.org/show_bug.cgi?id=10753

** Bug watch added: Linux Kernel Bug Tracker #10753
   http://bugzilla.kernel.org/show_bug.cgi?id=10753

-- 
Server 8.04 LTS: soft lockup - CPU#1 stuck for 11s! [bond1:3795] - bond - bond0
https://bugs.launchpad.net/bugs/245779
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


Re: [Bug 400024] Re: abiword --help tells me to use abiword --help

2009-07-17 Thread Ryan Lovett
On Fri, Jul 17, 2009 at 07:07:42PM -, Charlie Kravetz wrote:
 I then installed the package abiword-gnome, which removed the package
 abiword. I still get the help dialogs when using 'abiword --help'.
 
 To assist in resolving this issue, please provide the following details:
 1) The release of Ubuntu you are using, via 'lsb_release -rd.
 2) The version of the package you are using, via 'apt-cache policy 
 packagename'.
 3) What happens if you open abiword, and click on 'Help - Help contents...' ?

Thanks for your comments everyone. I reconnected to the machine in
question and was initially unable to reproduce the problem. I have my
shell history from the time; I was trying to use the command-line
conversion feature:

abiword --to=knowledge.ps knowledge.doc 
abiword --to=knowledge.pdf knowledge.doc 
abiword --to=knowledge.sxw knowledge.doc 
abiword --to=knowledge.odt knowledge.doc 
abiword --to=pdf knowledge.doc 
abiword --to=odt knowledge.doc 
ls *odt
ls *.s*
ls *.o*
abiword
ps ax | grep abiword
which abiword 
abiword --help
/usr/bin/abiword --help
ubuntu-bug abiword
ubuntu-bug abiword-gnome
ubuntu-bug --help
ubuntu-bug -p abiword-gnome

At which point ubuntu-bug started up in lynx which I then terminated
because I had trouble with launchpad in lynx.

abiword --help
/usr/bin/abiword --help
dpkg -l abiword-gnome
abiword --plugin AbiCommand
dpkg -L abiword-gnome
man abiword
abiword --print=foo.ps knowledge.doc 
ls -l knowledge.*
rm knowledge.pdf 
ls *doc
abiword --print=foo.ps knowledge.doc 

However, I then remembered what I was trying to and discovered how to
reproduce the problem:

env DISPLAY= abiword --help

This didn't turn up in my history since I had su'd to the account which
didn't preserve DISPLAY so no explicit env invocation was necessary.

I realize this is unconventional, but I was investigating having a
server-side CUPS print filter to print .doc files from the command-line,
e.g. 'lpr filename.doc'. In the CUPS print filter chain there is no X and
no display.

Other GNOME and GNOME-ish programs behave fine without DISPLAY:

env DISPLAY= gnome-terminal --help
env DISPLAY= firefox --help
env DISPLAY= nautilus --help

The information you requested:

$ lsb_release -rd
Description:Ubuntu 8.04.3 LTS
Release:8.04

$ apt-cache policy abiword-gnome
abiword-gnome:
  Installed: 2.4.6-3ubuntu3
  Candidate: 2.4.6-3ubuntu3
  Version table:
 *** 2.4.6-3ubuntu3 0
500 http://our.apt.mirror hardy/main Packages
100 /var/lib/dpkg/status


Ryan

-- 
abiword --help tells me to use abiword --help
https://bugs.launchpad.net/bugs/400024
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


Re: [Bug 400024] Re: abiword --help tells me to use abiword --help

2009-07-16 Thread Ryan Lovett
On Thu, Jul 16, 2009 at 02:34:34PM -, Thomas Hotz wrote:
 I tried the following: $ '/usr/bin/abiword' --help
 
 This works here...

On the last Ubuntu LTS?

Ryan

-- 
abiword --help tells me to use abiword --help
https://bugs.launchpad.net/bugs/400024
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 400024] [NEW] abiword --help tells me to use abiword --help

2009-07-15 Thread Ryan Lovett
Public bug reported:

Binary package hint: abiword-gnome

How do you entertain an Ubuntu user?

  $ /usr/bin/abiword --help
  Error on option --help: unknown option.
  Run '/usr/bin/abiword --help' to see a full list of available command line 
options.

Ubuntu 8.04 amd64

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

-- 
abiword --help tells me to use abiword --help
https://bugs.launchpad.net/bugs/400024
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 325121] Re: Ubuntu Jauntyalpha 3 does not boot from Live CD

2009-06-17 Thread Ryan Lovett
I was helping a friend install Ubuntu 9.04 on their 960 over the phone
and we ran into the same problem. Trying to help them reset the BIOS to
factory defaults over the phone was the tricky part, but once they did
it, they were able to boot the installer.

-- 
Ubuntu Jauntyalpha 3 does not boot from Live CD
https://bugs.launchpad.net/bugs/325121
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   3   >