[Bug 575162] [NEW] libvirt executing /usr/bin/qemu-kvm fails with Permission denied

2010-05-04 Thread nick
Public bug reported:

When trying to create a new virtual machine using the virt-manager or
the command line with Ubuntu 10.04 on a Dell 6400 Inspiron laptop I get
the following error message:

Unable to complete install 'class 'libvirt.libvirtError' internal
error unable to start guest: libvir: error : cannot execute binary
/usr/bin/qemu-kvm: Permission denied

Traceback (most recent call last):
  File /usr/share/virt-manager/virtManager/create.py, line 1436, in do_install
dom = guest.start_install(False, meter = meter)
  File /usr/lib/pymodules/python2.6/virtinst/Guest.py, line 660, in 
start_install
return self._do_install(consolecb, meter, removeOld, wait)
  File /usr/lib/pymodules/python2.6/virtinst/Guest.py, line 758, in 
_do_install
self.domain = self.conn.createLinux(install_xml, 0)
  File /usr/lib/python2.6/dist-packages/libvirt.py, line 1097, in createLinux
if ret is None:raise libvirtError('virDomainCreateLinux() failed', 
conn=self)
libvirtError: internal error unable to start guest: libvir: error : cannot 
execute binary /usr/bin/qemu-kvm: Permission denied

Package details:
||/ NameVersion 
Description
+++-===-===-==
ii  libvirt-bin 0.7.5-5ubuntu27 the 
programs for the libvirt library

It makes no difference if run as root, and this problem existed on 9.10
on this machine as well. The problem only appears when using the kvm
setting. If you use qemu it works, though very slowly.

I have enabled the CPU virtualization extensions in the BIOS and
Virtualbox  VMware on the same machine use those without an issue.

The file mentioned has the following permissions in the /usr/bin
directory.

-rwxrwxrwx 1 root root 28 2010-03-23 15:08 /usr/bin/qemu-kvm

I have also checked the the kvm kernel modules are loaded.

lsmod | grep kvm

kvm_intel  39384  0
kvm   245405  1 kvm_intel

If any further information is required then please just post

Regards

Nick

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: libvirt-bin 0.7.5-5ubuntu27
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic-pae 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic-pae i686
NonfreeKernelModules: ksplice_5jnw74mo_vmlinux_new ksplice_5jnw74mo
Architecture: i386
Date: Tue May  4 14:20:38 2010
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: libvirt

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


** Tags: apport-bug i386 kvm libvirt lucid qemu-kvm

-- 
libvirt executing /usr/bin/qemu-kvm fails with Permission denied
https://bugs.launchpad.net/bugs/575162
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 575162] Re: libvirt executing /usr/bin/qemu-kvm fails with Permission denied

2010-05-04 Thread nick

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

-- 
libvirt executing /usr/bin/qemu-kvm fails with Permission denied
https://bugs.launchpad.net/bugs/575162
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 575162] Re: libvirt executing /usr/bin/qemu-kvm fails with Permission denied

2010-05-04 Thread nick
** Tags added: kvm libvirt qemu-kvm

** Description changed:

  When trying to create a new virtual machine using the virt-manager or
  the command line with Ubuntu 10.04 on a Dell 6400 Inspiron laptop I get
  the following error message:
  
  Unable to complete install 'class 'libvirt.libvirtError' internal
  error unable to start guest: libvir: error : cannot execute binary
  /usr/bin/qemu-kvm: Permission denied
  
  Traceback (most recent call last):
-   File /usr/share/virt-manager/virtManager/create.py, line 1436, in 
do_install
- dom = guest.start_install(False, meter = meter)
-   File /usr/lib/pymodules/python2.6/virtinst/Guest.py, line 660, in 
start_install
- return self._do_install(consolecb, meter, removeOld, wait)
-   File /usr/lib/pymodules/python2.6/virtinst/Guest.py, line 758, in 
_do_install
- self.domain = self.conn.createLinux(install_xml, 0)
-   File /usr/lib/python2.6/dist-packages/libvirt.py, line 1097, in 
createLinux
- if ret is None:raise libvirtError('virDomainCreateLinux() failed', 
conn=self)
+   File /usr/share/virt-manager/virtManager/create.py, line 1436, in 
do_install
+ dom = guest.start_install(False, meter = meter)
+   File /usr/lib/pymodules/python2.6/virtinst/Guest.py, line 660, in 
start_install
+ return self._do_install(consolecb, meter, removeOld, wait)
+   File /usr/lib/pymodules/python2.6/virtinst/Guest.py, line 758, in 
_do_install
+ self.domain = self.conn.createLinux(install_xml, 0)
+   File /usr/lib/python2.6/dist-packages/libvirt.py, line 1097, in 
createLinux
+ if ret is None:raise libvirtError('virDomainCreateLinux() failed', 
conn=self)
  libvirtError: internal error unable to start guest: libvir: error : cannot 
execute binary /usr/bin/qemu-kvm: Permission denied
  
  Package details:
  ||/ NameVersion 
Description
  
+++-===-===-==
  ii  libvirt-bin 0.7.5-5ubuntu27 
the programs for the libvirt library
  
- 
- It makes no difference if run as root, and this problem existed on 9.10 on 
this machine as well. The problem only appears when using the kvm setting. If 
you use qemu it works, though very slowly.
+ It makes no difference if run as root, and this problem existed on 9.10
+ on this machine as well. The problem only appears when using the kvm
+ setting. If you use qemu it works, though very slowly.
  
  I have enabled the CPU virtualization extensions in the BIOS and
  Virtualbox  VMware on the same machine use those without an issue.
  
  The file mentioned has the following permissions in the /usr/bin
  directory.
  
  -rwxrwxrwx 1 root root 28 2010-03-23 15:08 /usr/bin/qemu-kvm
  
  I have also checked the the kvm kernel modules are loaded.
  
  lsmod | grep kvm
  
- kvm_intel  39384  0 
+ kvm_intel  39384  0
  kvm   245405  1 kvm_intel
  
  If any further information is required then please just post
  
  Regards
  
  Nick
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: libvirt-bin 0.7.5-5ubuntu27
  ProcVersionSignature: Ubuntu 2.6.32-21.32-generic-pae 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-21-generic-pae i686
  NonfreeKernelModules: ksplice_5jnw74mo_vmlinux_new ksplice_5jnw74mo
  Architecture: i386
  Date: Tue May  4 14:20:38 2010
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
  ProcEnviron:
-  PATH=(custom, user)
-  LANG=en_GB.utf8
-  SHELL=/bin/bash
+  PATH=(custom, user)
+  LANG=en_GB.utf8
+  SHELL=/bin/bash
  SourcePackage: libvirt

-- 
libvirt executing /usr/bin/qemu-kvm fails with Permission denied
https://bugs.launchpad.net/bugs/575162
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 575162] Re: libvirt executing /usr/bin/qemu-kvm fails with Permission denied

2010-05-19 Thread nick
There is nothing about apparmor in either kern.log or message.log, but I
found the following in the qemu log directory:

   ~~| DirectFB 1.2.7 |~~
(c) 2001-2008  The world wide DirectFB Open Source Community
(c) 2000-2004  Convergence (integrated media) GmbH
  

(*) DirectFB/Core: Single Application Core. (2009-06-02 06:33)
(!) Direct/Util: opening '/dev/fb0' failed
-- Permission denied
(!) DirectFB/FBDev: Error opening framebuffer device!
(!) DirectFB/FBDev: Use 'fbdev' option or set FRAMEBUFFER environment variable.
(!) DirectFB/Core: Could not initialize 'system_core' core!
-- Initialization error!
Could not initialize SDL - exiting
LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin 
HOME=/home/nick USER=root LOGNAME=root /usr/bin/kvm -S -M pc-0.11 -m 512 -smp 1 
-name ubuntu-lucid-beta-1 -uuid ae0bb835-42b0-a553-583d-101642b11609 -monitor 
unix:/var/run/libvirt/qemu/ubuntu-lucid-beta-1.monitor,server,nowait -boot d 
-drive 
file=/home/nick/isos/ubuntu-10.04-beta1-desktop-i386.iso,if=ide,media=cdrom,index=2
 -drive file=/var/lib/libvirt/images/ubuntu-lucid-beta-1.img,if=virtio,index=0 
-net nic,macaddr=54:52:00:0b:28:be,vlan=0,model=virtio,name=virtio.0 -net 
tap,fd=18,vlan=0,name=tap.0 -serial pty -parallel none -usb -vnc 0.0.0.0:0 -k 
en-gb -vga cirrus -soundhw es1370
char device redirected to /dev/pts/1
Home directory /home/nick not ours.

-- 
libvirt executing /usr/bin/qemu-kvm fails with Permission denied
https://bugs.launchpad.net/bugs/575162
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 575162] Re: libvirt executing /usr/bin/qemu-kvm fails with Permission denied

2010-05-19 Thread nick
I have also now disabled apparmor and re-tested an install ,but exactly
the same error message appears, from the command line and using virt-
manager. I have tried this as a normal user and as root.

The file it is complaining about is /usr/bin/qemu-kvm ,which is a shell
script with contains the following

#!/bin/bash
kvm $@ -vga std

the kvm command is a symlink to qemu-system-x86_64 - even though this
system is an i386 ?

-- 
libvirt executing /usr/bin/qemu-kvm fails with Permission denied
https://bugs.launchpad.net/bugs/575162
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 575162] Re: libvirt executing /usr/bin/qemu-kvm fails with Permission denied

2010-05-19 Thread nick
no, this is going to be an i386 VM on an i386 host

-- 
libvirt executing /usr/bin/qemu-kvm fails with Permission denied
https://bugs.launchpad.net/bugs/575162
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 575162] Re: libvirt executing /usr/bin/qemu-kvm fails with Permission denied

2010-05-26 Thread nick
Does anyone have any other diagnosis ideas to try and push this problem
forward?

-- 
libvirt executing /usr/bin/qemu-kvm fails with Permission denied
https://bugs.launchpad.net/bugs/575162
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 23816] Re: [i915] GL screensavers only drawn on top 1/3 of screen

2006-10-05 Thread Nick
The same here with a Toshiba Satellite Pro U200, 
under Ubuntu 6.06.1 LTS and standard 686 kernel.

-- 
[i915] GL screensavers only drawn on top 1/3 of screen
https://launchpad.net/bugs/23816

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


[Bug 23816] Re: [i915] GL screensavers only drawn on top 1/3 of screen

2006-10-05 Thread Nick
I forgot to mention that glxgears in fullscreen mode give me the same problem.
If you need any log just tell me.

-- 
[i915] GL screensavers only drawn on top 1/3 of screen
https://launchpad.net/bugs/23816

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


[Bug 60282] Out-of-date ralink-legacy drivers

2006-09-13 Thread Nick
Public bug reported:

Binary package hint: linux-source-2.6.17

The code for wlan modules rt2400, rt2500 and rt2570 are a year out of
date; although these are legacy drivers, they are under active
development, and have had a year of work since the last update to the
kernel. The current CVS is also extremely stable.

The biggest improvements have been against the rt2570 kernel module,
which is much stable compared to the stock 2.6.17 one.

An update to these modules would greatly ease the current problems that
users have with these cards.

** Affects: linux-source-2.6.17 (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Out-of-date ralink-legacy drivers
https://launchpad.net/bugs/60282

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


[Bug 60652] Broken firefox in edgy - version 1.99+2.0b2+dfsg-1ubuntu1

2006-09-15 Thread Nick
Public bug reported:

Binary package hint: firefox

Updated at around 01:00am BST; upon launching firefox, I now get a
single window with the message:-

XML Parsing Error: undefined entity
Location: chrome://browser/content/browser.xul
Line Number 1140, Column 9:toolbarbutton id=go-button
^menuitem id=menu_HelpPopup_reportPhishingtoolmenu
^

It doesn't show very well, but the pointing is to to the
toolbarbutton and menuitem opening tags.

Syntax error? Something more complex? Caused by the downgrade to 2.0b1
from 2.0b2?

** Affects: firefox (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Broken firefox in edgy - version 1.99+2.0b1+dfsg-1ubuntu3
https://launchpad.net/bugs/60652

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


[Bug 60652] Re: Broken firefox in edgy - version 1.99+2.0b1+dfsg-1ubuntu3

2006-09-15 Thread Nick
** Summary changed:

- Broken firefox in edgy - version 1.99+2.0b2+dfsg-1ubuntu1
+ Broken firefox in edgy - version 1.99+2.0b1+dfsg-1ubuntu3

** Description changed:

  Binary package hint: firefox
  
  Updated at around 01:00am BST; upon launching firefox, I now get a
  single window with the message:-
  
  XML Parsing Error: undefined entity
  Location: chrome://browser/content/browser.xul
  Line Number 1140, Column 9:toolbarbutton id=go-button
  ^menuitem id=menu_HelpPopup_reportPhishingtoolmenu
  ^
  
  It doesn't show very well, but the pointing is to to the
  toolbarbutton and menuitem opening tags.
  
- Syntax error? Something more complex?
+ Syntax error? Something more complex? Caused by the downgrade to 2.0b1
+ from 2.0b2?

-- 
Broken firefox in edgy - version 1.99+2.0b1+dfsg-1ubuntu3
https://launchpad.net/bugs/60652

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


[Bug 59384] Re: compiz-kde won't install on edgy

2006-09-21 Thread Nick
I'm running KUbuntu Edgy with compiz (currently 0.0.13.57 - quinn's
repos, but I started - and met this issue - in 0.0.13.38). compiz-kde is
not installed - it's obsolete here, at the very least - and I strongly
suspect in dapper as well.

-- 
compiz-kde won't install on edgy
https://launchpad.net/bugs/59384

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


[Bug 50150] RE: [Bug 50150] Re: Configuration editor reports that no schema can befound since latest dapper updates

2006-07-07 Thread Nick
Hi, no I hadn't used automatix at all. I have since had to do a complete
reinstall so the problem is no longer an issue for me. However, I
believe a fix was posted on the forums to rebuild the default schema
files.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of
Daniel Holbach
Sent: 6 July 2006 1:24 PM
To: [EMAIL PROTECTED]
Subject: [Bug 50150] Re: Configuration editor reports that no schema can
befound since latest dapper updates


Are all these bugs about Automatix? It's not supported by Ubuntu at all
and a separate project.

-- 
Configuration editor reports that no schema can be found since latest dapper 
updates
https://launchpad.net/bugs/50150

-- 
Configuration editor reports that no schema can be found since latest dapper 
updates
https://launchpad.net/bugs/50150

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


[Bug 37472] Re: the keyboard don't work perfectly on laptops acer travelmate 2300 series with Dapper

2006-07-11 Thread Nick
*** This bug is a duplicate of bug 39315 ***

I TOO have an Acer Travelmate 2300 and have been getting really frustrated with 
this bug... i havent tried the nomux=1 fix, but i am running the latest kernel:
$ uname -a
Linux exile 2.6.15-25-386 #1 PREEMPT Wed Jun 14 11:25:49 UTC 2006 i686 GNU/Linux

Reverting back to Breezy is just not acceptable, apci support is just
too important to lose.  I really hope this gets squashed soon, as i use
this system for development and it's causing a bunch of minor bugs in my
apps if i dont notice the missing keypress...

Please let me know if there is any info i can provide, I hereby
volunteer to be a guinea pig if need be... :)

-- 
the keyboard don't work perfectly on laptops acer travelmate 2300 series with 
Dapper
https://launchpad.net/bugs/37472

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


[Bug 37472] Re: the keyboard don't work perfectly on laptops acer travelmate 2300 series with Dapper

2006-07-11 Thread Nick
*** This bug is a duplicate of bug 39315 ***

the following seemed to work, but I took a break and havn't done much
typing:

rmmod acpi_sbs
rmmod i2c_acpi_ec

I added them to /etc/rc.local so it'll remove the modules on boot, but
this is only going to be a temporary workaround as having the battery
meter is VERY important to me...

-- 
the keyboard don't work perfectly on laptops acer travelmate 2300 series with 
Dapper
https://launchpad.net/bugs/37472

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


[Bug 37472] Re: the keyboard don't work perfectly on laptops acer travelmate 2300 series with Dapper

2006-07-12 Thread Nick
*** This bug is a duplicate of bug 39315 ***

I can now confirm that the above workaround did fix the problem, however
as i said, acpi is very important...

-- 
the keyboard don't work perfectly on laptops acer travelmate 2300 series with 
Dapper
https://launchpad.net/bugs/37472

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


[Bug 50133] Urgent! Latest updates broke lots: No menu icons, password rejected, no theme schemas, mouse slow, key-repeat gone, terminal menus gone

2006-06-17 Thread Nick
Public bug reported:

I installed the latest dapper updates today which has caused multiple
problems:

1. First there are no icons in any of the menus anymore. When I go to
'theme' I get this message:

'The default theme schemas could not be found on your system. This means
that you probably don't have metacity installed, or that your gconf is
configured incorrectly.'

I haven't changed gconf, and all was well prior to updates.

2. The mouse moves about an inch on screen for every foot on the desk!

Going to mouse and changing sliders make no difference.

3.Synaptic or anything that requires a password won't work. I get:

'Failed to run /usr/sbin/synaptic as user root:
 Wrong password.'

The password is correct.

4. The terminal now looks really lousy. Gone are the menus to configure
it.

5. alttab switching no longer works.

6. Apps no longer minimise to the task bar - they simply disappear.

7. Key-repeat gone. Holding down a key no longer repeats it.

8. In configuration editor, there is no key that has a schema.

** Affects: Ubuntu
 Importance: Untriaged
 Status: Unconfirmed

-- 
Urgent! Latest updates broke lots: No menu icons, password rejected, no theme 
schemas, mouse slow, key-repeat gone, terminal menus gone
https://launchpad.net/bugs/50133

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


[Bug 50133] Re: Gnome updates broke lots: No menu icons, password rejected, no theme schemas, mouse slow, key-repeat gone, terminal menus gone

2006-06-17 Thread Nick
** Summary changed:

- Urgent! Latest updates broke lots: No menu icons, password rejected, no theme 
schemas, mouse slow, key-repeat gone, terminal menus gone
+ Gnome updates broke lots: No menu icons, password rejected, no theme schemas, 
mouse slow, key-repeat gone, terminal menus gone

-- 
Gnome updates broke lots: No menu icons, password rejected, no theme schemas, 
mouse slow, key-repeat gone, terminal menus gone
https://launchpad.net/bugs/50133

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


[Bug 50145] mouse sliders don't work after latest update

2006-06-17 Thread Nick
Public bug reported:

Binary package hint: xserver-xorg-input-mouse

I installed the latest dapper updates today which has caused multiple
problems:

1. First there are no icons in any of the menus anymore. When I go to
'theme' I get this message:

'The default theme schemas could not be found on your system. This means
that you probably don't have metacity installed, or that your gconf is
configured incorrectly.'

I haven't changed gconf, and all was well prior to updates.

2. The mouse moves about an inch on screen for every foot on the desk!

Going to mouse and changing sliders make no difference.

3.Synaptic or anything that requires a password won't work. I get:

'Failed to run /usr/sbin/synaptic as user root:
 Wrong password.'

The password is correct.

4. The terminal now looks really lousy. Gone are the menus to configure
it.

5. alttab switching no longer works.

6. Apps no longer minimise to the task bar - they simply disappear.

7. Key-repeat gone. Holding down a key no longer repeats it.

8. In configuration editor, there is no key that has a schema.

** Affects: xserver-xorg-input-mouse (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
mouse sliders don't work after latest update
https://launchpad.net/bugs/50145

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


[Bug 50148] Icons gone from menus since latest dapper updates

2006-06-17 Thread Nick
Public bug reported:

Binary package hint: metacity-themes

I installed the latest dapper updates today which has caused multiple
problems:

1. First there are no icons in any of the menus anymore. When I go to
'theme' I get this message:

'The default theme schemas could not be found on your system. This means
that you probably don't have metacity installed, or that your gconf is
configured incorrectly.'

I haven't changed gconf, and all was well prior to updates.

2. The mouse moves about an inch on screen for every foot on the desk!

Going to mouse and changing sliders make no difference.

3.Synaptic or anything that requires a password won't work. I get:

'Failed to run /usr/sbin/synaptic as user root:
 Wrong password.'

The password is correct.

4. The terminal now looks really lousy. Gone are the menus to configure
it.

5. alttab switching no longer works.

6. Apps no longer minimise to the task bar - they simply disappear.

7. Key-repeat gone. Holding down a key no longer repeats it.

8. In configuration editor, there is no key that has a schema.

** Affects: metacity-themes (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Icons gone from menus since latest dapper updates
https://launchpad.net/bugs/50148

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


[Bug 50149] Synaptic won't let me in since latest dapper updates

2006-06-17 Thread Nick
Public bug reported:

Binary package hint: synaptic

I installed the latest dapper updates today which has caused multiple
problems:

1. First there are no icons in any of the menus anymore. When I go to
'theme' I get this message:

'The default theme schemas could not be found on your system. This means
that you probably don't have metacity installed, or that your gconf is
configured incorrectly.'

I haven't changed gconf, and all was well prior to updates.

2. The mouse moves about an inch on screen for every foot on the desk!

Going to mouse and changing sliders make no difference.

3.Synaptic or anything that requires a password won't work. I get:

'Failed to run /usr/sbin/synaptic as user root:
 Wrong password.'

The password is correct.

4. The terminal now looks really lousy. Gone are the menus to configure
it.

5. alttab switching no longer works.

6. Apps no longer minimise to the task bar - they simply disappear.

7. Key-repeat gone. Holding down a key no longer repeats it.

8. In configuration editor, there is no key that has a schema.

** Affects: synaptic (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Synaptic won't let me in since latest dapper updates
https://launchpad.net/bugs/50149

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


[Bug 50147] gconf error after latest dapper updates

2006-06-17 Thread Nick
Public bug reported:

Binary package hint: gconf

I installed the latest dapper updates today which has caused multiple
problems:

1. First there are no icons in any of the menus anymore. When I go to
'theme' I get this message:

'The default theme schemas could not be found on your system. This means
that you probably don't have metacity installed, or that your gconf is
configured incorrectly.'

I haven't changed gconf, and all was well prior to updates.

2. The mouse moves about an inch on screen for every foot on the desk!

Going to mouse and changing sliders make no difference.

3.Synaptic or anything that requires a password won't work. I get:

'Failed to run /usr/sbin/synaptic as user root:
 Wrong password.'

The password is correct.

4. The terminal now looks really lousy. Gone are the menus to configure
it.

5. alttab switching no longer works.

6. Apps no longer minimise to the task bar - they simply disappear.

7. Key-repeat gone. Holding down a key no longer repeats it.

8. In configuration editor, there is no key that has a schema.

** Affects: gconf (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
gconf error after latest dapper updates
https://launchpad.net/bugs/50147

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


[Bug 50150] Configuration editor reports that no schema can be found since latest dapper updates

2006-06-17 Thread Nick
Public bug reported:

Binary package hint: config-manager

I installed the latest dapper updates today which has caused multiple
problems:

1. First there are no icons in any of the menus anymore. When I go to
'theme' I get this message:

'The default theme schemas could not be found on your system. This means
that you probably don't have metacity installed, or that your gconf is
configured incorrectly.'

I haven't changed gconf, and all was well prior to updates.

2. The mouse moves about an inch on screen for every foot on the desk!

Going to mouse and changing sliders make no difference.

3.Synaptic or anything that requires a password won't work. I get:

'Failed to run /usr/sbin/synaptic as user root:
 Wrong password.'

The password is correct.

4. The terminal now looks really lousy. Gone are the menus to configure
it.

5. alttab switching no longer works.

6. Apps no longer minimise to the task bar - they simply disappear.

7. Key-repeat gone. Holding down a key no longer repeats it.

8. In configuration editor, there is no key that has a schema.

** Affects: config-manager (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Configuration editor reports that no schema can be found since latest dapper 
updates
https://launchpad.net/bugs/50150

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


[Bug 40997] Re: All gnome-panel icons missing

2006-06-18 Thread Nick
I too have this after installing dapper updates yesterday. No default
schema in configuration editor either. Password is now also rejected in
synaptic. I am at a loss to what has happened. Please help!

-- 
All gnome-panel icons missing
https://launchpad.net/bugs/40997

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


[Bug 50205] No schemas since last dapper updates installed

2006-06-18 Thread Nick
Public bug reported:

Binary package hint: gconf2

Configuration editor reports that no default schema is there which has
caused many problems including:

1.No icons in menus
2.No mouse acceleration - mouse moves very slowly
3.Password rejected in synaptic (or update manager etc)
4.Cannot change themes in theme manager (gconf error then exits)
5.Apps minimise without going to panel - they disappear instead
6.key-repeat gone
7.Terminal lost all menus

** Affects: gconf2 (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
No schemas since last dapper updates installed
https://launchpad.net/bugs/50205

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


[Bug 68454] rutilt_0.12-0ubuntu1 fails to build on Ubuntu's build servers...

2006-10-26 Thread Nick
Public bug reported:

...this is because they run absurdly old kernels ;)

An example:-
http://librarian.launchpad.net/4923206/buildlog_ubuntu-edgy-i386.rutilt_0.12-0ubuntu1_FAILEDTOBUILD.txt.gz


# Add here commands to configure the package.
./configure.sh --prefix=/build/buildd/rutilt-0.12/debian/rutilt/usr 
--kernel_sources=/usr/src/linux-headers-`uname -r| cut -d- -f1,2`
Prefix set to : /build/buildd/rutilt-0.12/debian/rutilt/usr
Kernel sources path set to : /usr/src/linux-headers-2.6.15.7
Your kernel sources cannot be found.
Kernel headers found...
They does not match your running kernel.
make: *** [configure-stamp] Error 1
**


As-is, the package just grabs the latest version of the headers and
builds against them. Note that rutilt runs absolutely fine, no matter
what it's built against, as long as the wireless extensions are above
v17 or so (which they are, of course).

The solution should be to comment out lines 124-127 inclusive in the 
configure.sh file - this can easily be done with dpatch... they are:
if [ `grep #define UTS_RELEASE /usr/include/linux/version.h | tr 
-s '\t' ' ' | cut -d' ' -f3 | tr -d ''` != `uname -r` ]; then
echo 'They does not match your running kernel.'
exit 1
fi

** Affects: rutilt (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
rutilt_0.12-0ubuntu1 fails to build on Ubuntu's build servers...
https://launchpad.net/bugs/68454

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


[Bug 68454] Re: rutilt_0.12-0ubuntu1 fails to build on Ubuntu's build servers...

2006-10-26 Thread Nick

** Attachment added: This patch bumps to -ubuntu2 version and fixes the 
problem (I think).
   http://librarian.launchpad.net/4937523/rutilt_0.12-0ubuntu2.diff.gz

-- 
rutilt_0.12-0ubuntu1 fails to build on Ubuntu's build servers...
https://launchpad.net/bugs/68454

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


Re: [Ubuntu-l10n-eng] [Bug 68955] Re: Disc in en_GB translation should be Disk

2006-10-29 Thread Nick
On Sunday 29 October 2006 09:19, Adam McMaster wrote:
 I would just like to point out that in the case of portable MP3 players
 we are talking about magnetic storage, meaning disk is the correct
 spelling.


Surely that depends on the MP3 player? iPod and iRivier, yes, because they 
contain a hard drive. All my MP3 players use solid-state storage, however - 
and that wasn't magnetic, last time I checked ;).

xF,

...Nick

-- 
Disc in en_GB translation should be Disk
https://launchpad.net/bugs/68955

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


[Bug 62171] (AMD64) Installing BETA nVidia drivers causes kernel panic in -9, but not in -8

2006-09-24 Thread Nick
Public bug reported:

Binary package hint: linux-image-2.6.17-9-generic

Compiling and installing the nVidia BETA video card drivers (9xxx
series) for amd64 and linux-2.6.17-9-generic causes the kernel to panic
on boot. The installer works well on -8 and the up to date Dapper
kernel. I tried building and installing (apt-get source --compile) the
l-r-m package found here: http://beryl-mirror.lupine.me.uk/beryl/ -
since it's just repackaging the nvidia drivers, however, the package
isn't going to be a confounding variable. The custom l-r-m also works on
-9 built for i386.

Some form of regression? Either way, it'd be good to fix :)

** Affects: linux-source-2.6.17 (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
(AMD64) Installing BETA nVidia drivers causes kernel panic in -9, but not in -8
https://launchpad.net/bugs/62171

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


[Bug 62960] Problems with booting from the 2.6.17-10 kernel

2006-09-29 Thread Nick
Public bug reported:

Binary package hint: linux-source

On boot with the default options set in boot line, I get the following
while it runs:- /scripts/local-premount

hda3: rw=16, want=8, limit=2
I/O error reading swsusp image

This is interspersed between lines registering and unregistering USB
devices. The kernel doesn't freeze  - everything is still responsive -
but the boot doesn't proceed from this point.

# fdisk -l
Disk /dev/hda: 123.5 GB, 123522416640 bytes
255 heads, 63 sectors/track, 15017 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot  Start End  Blocks   Id  System
/dev/hda1   1729558597056   83  Linux
/dev/hda2   *7296   1033424410767+  83  Linux
/dev/hda3   14032   15017 79200455  Extended
/dev/hda4   10335   1403129696152+  83  Linux
/dev/hda5   14032   14887 6875788+  83  Linux
/dev/hda6   14888   15017 1044193+  82  Linux swap / Solaris

I've no idea what it's trying to do to the Extended partition - possibly
something to do with the swap? - but I think the script in question is
in the initrd, and the problem is that / never gets mounted. This
happens in both the -generic (amd64)  and -386 (i386) kernels, whether I
use the UUID= symlinks or /dev/hd?? in GRUB and fstab.

for i386, I can't get it to boot at all - luckily I had an old 2.6.17.9
vanilla kernel that boots fine. For amd64, if I use the 'recovery' mode
boot, that works - I can then 'telinit 2' to get a normal desktop.

** Affects: linux-meta (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Problems with booting from the 2.6.17-10 kernel
https://launchpad.net/bugs/62960

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


[Bug 63338] tar -k is b0rken

2006-10-01 Thread Nick
Public bug reported:

Binary package hint: tar

Created an archive on Ubuntu Dapper (tar -cf blah.tar 1.2GB_of_files)

One a Ubuntu Edgy system, tar -xvkf blah.r failed at the 4th item in the
archive with complaints about corruption.

rm'ing the files that -k should have preserved and running tar -xvf
blah.tar allowed the archive to uncompress - none of the files were
corrupted.

** Affects: tar (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
tar -k is b0rken
https://launchpad.net/bugs/63338

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


[Bug 278710] Re: nvidia-graphics-drivers-177 crashes clickable desktop with dual monitors

2008-11-08 Thread Nick A
Here are the 3 files.

The only customizations I have made to xorg are through nvidia-settings,
I did not make them manually so I do not know exactly what it did.

** Attachment added: lspci -vvnn.txt
   http://launchpadlibrarian.net/19498700/lspci%20-vvnn.txt

-- 
nvidia-graphics-drivers-177 crashes clickable desktop with dual monitors
https://bugs.launchpad.net/bugs/278710
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 278710] Re: nvidia-graphics-drivers-177 crashes clickable desktop with dual monitors

2008-11-08 Thread Nick A

** Attachment added: xorg.conf
   http://launchpadlibrarian.net/19498712/xorg.conf

-- 
nvidia-graphics-drivers-177 crashes clickable desktop with dual monitors
https://bugs.launchpad.net/bugs/278710
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 278710] Re: nvidia-graphics-drivers-177 crashes clickable desktop with dual monitors

2008-11-08 Thread Nick A

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

-- 
nvidia-graphics-drivers-177 crashes clickable desktop with dual monitors
https://bugs.launchpad.net/bugs/278710
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 278710] Re: nvidia-graphics-drivers-177 crashes clickable desktop with dual monitors

2008-11-08 Thread Nick A
Oh, I also have to add, when I try to launch the PreferencesScreen
Resolution it does not open.  I see it appear in the bottom panel but
then it dissappears.  I do not know it that is related, but I thought I
would add as it may be.

-- 
nvidia-graphics-drivers-177 crashes clickable desktop with dual monitors
https://bugs.launchpad.net/bugs/278710
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 283936] Re: Samba setup program crashes

2008-10-17 Thread Nick
*** This bug is a duplicate of bug 237323 ***
https://bugs.launchpad.net/bugs/237323

Fixed as of today's (Oct 16, 2008) update.

-- 
Samba setup program crashes
https://bugs.launchpad.net/bugs/283936
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 285290] [NEW] nmd032563

2008-10-17 Thread Nick
Public bug reported:

Binary package hint: pidgin

I can't seem to add any buddies to the program.?!
I add them, but they never appear.?!

ProblemType: Bug
Architecture: i386
Date: Fri Oct 17 23:43:52 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/pidgin
NonfreeKernelModules: nvidia
Package: pidgin 1:2.4.1-1ubuntu2.1
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: pidgin
Uname: Linux 2.6.24-21-generic i686

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


** Tags: apport-bug

-- 
nmd032563
https://bugs.launchpad.net/bugs/285290
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 285290] Re: nmd032563

2008-10-17 Thread Nick

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

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

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

-- 
nmd032563
https://bugs.launchpad.net/bugs/285290
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 281632] Re: linux kernal failed to install apparently

2008-10-11 Thread Nick

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

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

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

** Attachment added: HalComputerInfo.txt
   http://launchpadlibrarian.net/18435159/HalComputerInfo.txt

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

** Attachment added: ProcCpuInfo.txt
   http://launchpadlibrarian.net/18435162/ProcCpuInfo.txt

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

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

** Attachment added: VarLogDistupgradeAptlog.gz
   http://launchpadlibrarian.net/18435166/VarLogDistupgradeAptlog.gz

** Attachment added: VarLogDistupgradeApttermlog.gz
   http://launchpadlibrarian.net/18435167/VarLogDistupgradeApttermlog.gz

-- 
linux kernal failed to install apparently
https://bugs.launchpad.net/bugs/281632
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 281632] [NEW] linux kernal failed to install apparently

2008-10-11 Thread Nick
Public bug reported:

1 ) Description:Ubuntu intrepid (development branch) Release:   8.10
2) Linux2.6.27.7.8
3)  Part of Update 11 October 2008
4)  Failed to install

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 8.10
ErrorMessage:
 ErrorMessage: subprocess post-installation script returned error exit status 3
LsUsb:
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle 
(HCI mode)
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Package: linux-image-2.6.27-7-generic 2.6.27-7.10 [modified: 
lib/modules/2.6.27-7-generic/modules.pcimap 
lib/modules/2.6.27-7-generic/modules.dep 
lib/modules/2.6.27-7-generic/modules.ieee1394map 
lib/modules/2.6.27-7-generic/modules.usbmap 
lib/modules/2.6.27-7-generic/modules.isapnpmap 
lib/modules/2.6.27-7-generic/modules.inputmap 
lib/modules/2.6.27-7-generic/modules.seriomap 
lib/modules/2.6.27-7-generic/modules.alias 
lib/modules/2.6.27-7-generic/modules.symbols]
ProcCmdLine: User Name=UUID=21449f98-80c5-4308-87b8-9e8bbccd8d35 ro quiet splash
ProcVersionSignature: Ubuntu 2.6.27-4.6-generic
SourcePackage: linux
Title: package linux-image-2.6.27-7-generic 2.6.27-7.10 [modified: 
lib/modules/2.6.27-7-generic/modules.pcimap 
lib/modules/2.6.27-7-generic/modules.dep 
lib/modules/2.6.27-7-generic/modules.ieee1394map 
lib/modules/2.6.27-7-generic/modules.usbmap 
lib/modules/2.6.27-7-generic/modules.isapnpmap 
lib/modules/2.6.27-7-generic/modules.inputmap 
lib/modules/2.6.27-7-generic/modules.seriomap 
lib/modules/2.6.27-7-generic/modules.alias 
lib/modules/2.6.27-7-generic/modules.symbols] failed to install/upgrade:

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


** Tags: apport-package

-- 
linux kernal failed to install apparently
https://bugs.launchpad.net/bugs/281632
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 281632] Re: linux kernal failed to install apparently

2008-10-11 Thread Nick
es i did will try without and report

2008/10/11 Jean-Baptiste Lallement [EMAIL PROTECTED]

 Thanks for your report. Did you tried the 3-way merge for menu.lst ? If
 so this is a dup of bug 269539 .


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

 ** Tags added: likely-dup

 --
 linux kernal failed to install apparently
 https://bugs.launchpad.net/bugs/281632
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in linux source package in Ubuntu: Incomplete

 Bug description:
 1 ) Description:Ubuntu intrepid (development branch) Release:
 8.10
 2) Linux2.6.27.7.8
 3)  Part of Update 11 October 2008
 4)  Failed to install

 ProblemType: Package
 Architecture: i386
 DistroRelease: Ubuntu 8.10
 ErrorMessage:
  ErrorMessage: subprocess post-installation script returned error exit
 status 3
 LsUsb:
  Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  Bus 002 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth
 Dongle (HCI mode)
  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Package: linux-image-2.6.27-7-generic 2.6.27-7.10 [modified:
 lib/modules/2.6.27-7-generic/modules.pcimap
 lib/modules/2.6.27-7-generic/modules.dep
 lib/modules/2.6.27-7-generic/modules.ieee1394map
 lib/modules/2.6.27-7-generic/modules.usbmap
 lib/modules/2.6.27-7-generic/modules.isapnpmap
 lib/modules/2.6.27-7-generic/modules.inputmap
 lib/modules/2.6.27-7-generic/modules.seriomap
 lib/modules/2.6.27-7-generic/modules.alias
 lib/modules/2.6.27-7-generic/modules.symbols]
 ProcCmdLine: User Name=UUID=21449f98-80c5-4308-87b8-9e8bbccd8d35 ro quiet
 splash
 ProcVersionSignature: Ubuntu 2.6.27-4.6-generic
 SourcePackage: linux
 Title: package linux-image-2.6.27-7-generic 2.6.27-7.10 [modified:
 lib/modules/2.6.27-7-generic/modules.pcimap
 lib/modules/2.6.27-7-generic/modules.dep
 lib/modules/2.6.27-7-generic/modules.ieee1394map
 lib/modules/2.6.27-7-generic/modules.usbmap
 lib/modules/2.6.27-7-generic/modules.isapnpmap
 lib/modules/2.6.27-7-generic/modules.inputmap
 lib/modules/2.6.27-7-generic/modules.seriomap
 lib/modules/2.6.27-7-generic/modules.alias
 lib/modules/2.6.27-7-generic/modules.symbols] failed to install/upgrade:



-- 
__
Nick Kramer
[EMAIL PROTECTED]

-- 
linux kernal failed to install apparently
https://bugs.launchpad.net/bugs/281632
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 281632] Re: linux kernal failed to install apparently

2008-10-12 Thread Nick
*** This bug is a duplicate of bug 269539 ***
https://bugs.launchpad.net/bugs/269539

When I next booted into Ubuntu the new kernel appeared to have installed
and my Grub Menu appeared to have updated.

Before the update, I had modified menu.lst to make another OS the
default as I have wifi issues with Ubuntu.   This default has not
changed.

This is a duplicate bug so I suggest it be closed.

Thanks

Nick

** This bug has been marked a duplicate of bug 269539
   package linux-image-2.6.27-3-generic failed to install/upgrade: Conflicts 
found! Please edit `/var/run/grub/menu.lst' and sort them out manually.

-- 
linux kernal failed to install apparently
https://bugs.launchpad.net/bugs/281632
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 271519] Re: Low volume, No sound: Intel HDA 82801J (ICH10)

2008-10-26 Thread Nick
I have a very similar problem with a snd-hda-intel card.  It shows up as
HD Nvidia.  I found, from another post, that by using a vesa or the nv
driver instead of the nvidia driver will magically bring back sound
(unfortunately while crippling video).

-- 
Low volume, No sound: Intel HDA 82801J (ICH10)
https://bugs.launchpad.net/bugs/271519
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 222126] Re: Partition Table is cleared during install on Intel Macs

2008-10-28 Thread Nick
problem affected me. please fix!

-- 
Partition Table is cleared during install on Intel Macs
https://bugs.launchpad.net/bugs/222126
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 290954] [NEW] Network manager enables wireless after reboot

2008-10-29 Thread Nick
Public bug reported:

In Ubuntu 8.10, network manager applet does not preserve the status of
the 'enable wireless' check box between reboots. Also, after reboot, the
computer tries to connect to wireless network even if wireless was
disabled before (by clearing the check box).

network-manager version: 0.7~~svn20081018t105859-0ubuntu1
network-manager-gnome version: 0.7~~svn20081020t000444-0ubuntu1

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Network manager enables wireless after reboot
https://bugs.launchpad.net/bugs/290954
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 216630] Re: Ubuntu 8.04 x86_64 2.6.24-16-generic nvidia restricted kernel module fails to load

2008-04-19 Thread Nick
Yes!  Running sudo depmod worked for me as well!

For it to work, I booted to the troubled kernel, this case:
2.6.24-16-generic.  After I got the low graphic mode screen in Gnome,
I switched to one of the text consoles by pressing CTRLl + ALT + F2.  I
logged in and ran:

$ sudo depmod
entered password
$

I got no output.  I guess that means it worked.

I rebooted and everything is good!

-- 
Ubuntu 8.04 x86_64 2.6.24-16-generic nvidia restricted kernel module fails to 
load
https://bugs.launchpad.net/bugs/216630
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 205440] Re: package language-pack-en 1:8. 04+20080308 failed to install/upgrade: Versuche, »/usr/share/locale-langpack/en_GB/LC_MESSAGES/sha red-mime-info.mo« zu überschreiben, welches auch in

2008-03-24 Thread nick
I have the same issue here with Chinese language package. 
E: /var/cache/apt/archives/language-pack-zh_1%3a8.04+20080317_all.deb: trying 
to overwrite 
`/usr/share/locale-langpack/zh_CN/LC_MESSAGES/shared-mime-info.mo', which is 
also in package language-pack-gnome-zh

I could use apt-get dist-upgrade to solve it but scim seems do not work
then.

-- 
package language-pack-en 1:8.04+20080308 failed to install/upgrade: Versuche, 
»/usr/share/locale-langpack/en_GB/LC_MESSAGES/shared-mime-info.mo« zu 
überschreiben, welches auch in Paket language-pack-gnome-en ist
https://bugs.launchpad.net/bugs/205440
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 216630] [NEW] Ubuntu 8.04 x86_64 2.6.24-16-generic nvidia restricted kernel module fails to load

2008-04-12 Thread Nick
Public bug reported:

The last set up upgrades (around April 12 2008) installed a new kernel.
The new kernel is:

Linux  2.6.24-16-generic #1 SMP Thu Apr 10 12:47:45 UTC 2008 x86_64
GNU/Linux

The nvidia kernel module with this kernel does not load:

$ sudo modprobe nvidia
FATAL: Error running install command for nvidia
$ dmesg | grep -i nvidia
nothing returned

I made sure the kernel module exists:

$ find /lib/linux-restricted-modules/2.6.24-16-generic -name nv*
/lib/linux-restricted-modules/2.6.24-16-generic/nvidia
/lib/linux-restricted-modules/2.6.24-16-generic/nvidia/nv-vm.o
/lib/linux-restricted-modules/2.6.24-16-generic/nvidia/nv-i2c.o
/lib/linux-restricted-modules/2.6.24-16-generic/nvidia/nvidia.mod.o
/lib/linux-restricted-modules/2.6.24-16-generic/nvidia/nv.o
/lib/linux-restricted-modules/2.6.24-16-generic/nvidia/nv-kernel.o
/lib/linux-restricted-modules/2.6.24-16-generic/nvidia_new
/lib/linux-restricted-modules/2.6.24-16-generic/nvidia_new/nv-vm.o
/lib/linux-restricted-modules/2.6.24-16-generic/nvidia_new/nv-i2c.o
/lib/linux-restricted-modules/2.6.24-16-generic/nvidia_new/nvacpi.o
/lib/linux-restricted-modules/2.6.24-16-generic/nvidia_new/nvidia.mod.o
/lib/linux-restricted-modules/2.6.24-16-generic/nvidia_new/nv.o
/lib/linux-restricted-modules/2.6.24-16-generic/nvidia_new/nv-kernel.o
/lib/linux-restricted-modules/2.6.24-16-generic/nvidia_legacy
/lib/linux-restricted-modules/2.6.24-16-generic/nvidia_legacy/nv-vm.o
/lib/linux-restricted-modules/2.6.24-16-generic/nvidia_legacy/nvidia.mod.o
/lib/linux-restricted-modules/2.6.24-16-generic/nvidia_legacy/nv.o
/lib/linux-restricted-modules/2.6.24-16-generic/nvidia_legacy/nv-kernel.o

Rebooting back to 2.6.24-15 works fine.

$ lspic | grep -i nvidia
01:00.0 VGA compatible controller: nVidia Corporation GeForce 8600 GT (rev a1)

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Ubuntu 8.04 x86_64 2.6.24-16-generic nvidia restricted kernel module fails to 
load
https://bugs.launchpad.net/bugs/216630
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 216680] Re: Nvidia drivers doesn't load on startup

2008-04-13 Thread Nick
*** This bug is a duplicate of bug 216630 ***
https://bugs.launchpad.net/bugs/216630

** This bug has been marked a duplicate of bug 216630
   Ubuntu 8.04 x86_64 2.6.24-16-generic nvidia restricted kernel module fails 
to load

-- 
Nvidia drivers doesn't load on startup
https://bugs.launchpad.net/bugs/216680
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 208916] [NEW] can't remove totem

2008-03-29 Thread Nick
Public bug reported:

when i try to remove totem it seems to going ok, but then i still can
run it

termnal code:
sudo aptitude purge totem
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Reading extended state information  
Initializing package states... Done
Building tag database... Done  
The following packages will be REMOVED:
  totem{p} 
0 packages upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 287kB will be freed.
Do you want to continue? [Y/n/?] y
Writing extended state information... Done
(Reading database ... 109282 files and directories currently installed.)
Removing totem ...
Reading package lists... Done 
Building dependency tree   
Reading state information... Done
Reading extended state information  
Initializing package states... Done
Writing extended state information... Done
Building tag database... Done  

when i looked in the menu totem was still there, than i run again:
 sudo aptitude purge totem
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Reading extended state information  
Initializing package states... Done
Building tag database... Done  
The following packages are unused and will be REMOVED:
  gromit totem-plugins-extra 
0 packages upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 463kB will be freed.
Do you want to continue? [Y/n/?] y
Writing extended state information... Done
(Reading database ... 109274 files and directories currently installed.)
Removing gromit ...
Removing totem-plugins-extra ...
Reading package lists... Done 
Building dependency tree   
Reading state information... Done
Reading extended state information  
Initializing package states... Done
Writing extended state information... Done
Building tag database... Done  

it removes unused pakages but totem still work fine.
Any ideas O_o??

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

-- 
can't remove totem
https://bugs.launchpad.net/bugs/208916
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 209314] Re: Crash No Such File Or Directory

2008-03-30 Thread Nick

** Attachment added: Full crash log
   
http://launchpadlibrarian.net/12980278/_usr_share_sbackup_simple-restore-gnome.py.0.crash

-- 
Crash No Such File Or Directory
https://bugs.launchpad.net/bugs/209314
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 209314] [NEW] Crash No Such File Or Directory

2008-03-30 Thread Nick
Public bug reported:

Binary package hint: sbackup

I backed up my home directory with Ubuntu 7.10 to a NAS.  I just
installed (03/29/2008) Ubuntu 8.04 Beta.  Sbackup crashes EVERY SINGLE
TIME I try to restore a directory from my NAS.

I am attempting to restore the directory /home/nhilton/development.

Here is the traceback:

PythonArgs: ['/usr/sbin/simple-restore-gnome']
Traceback:
 Traceback (most recent call last):
   File /usr/sbin/simple-restore-gnome, line 409, in restore
 self._do_restore( self.src, self.src )
   File /usr/sbin/simple-restore-gnome, line 402, in _do_restore
 r.restore( tdir, src, dst )
   File /usr/share/sbackup/srestore.py, line 112, in restore
 shutil.move( os.path.join(tdir,spath), dpath )
   File /usr/lib/python2.5/shutil.py, line 199, in move
 copy2(src,dst)
   File /usr/lib/python2.5/shutil.py, line 91, in copy2
 copyfile(src, dst)
   File /usr/lib/python2.5/shutil.py, line 46, in copyfile
 fsrc = open(src, 'rb')
 IOError: [Errno 2] No such file or directory: 
'/home/nhilton/tmpnEQjrg/home/nhilton/development'

After the crash, the temp dir /home/nhilton/tmpnEQjrg exists but is
empty.

This is critical, I can not restore any files!

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

-- 
Crash No Such File Or Directory
https://bugs.launchpad.net/bugs/209314
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 209314] Re: Crash No Such File Or Directory

2008-03-30 Thread Nick
This is NOT a bug, it turns out that the created archive was corrupt.

Manually trying to extract the archive gave me a unexpected end of
file on the files.tgz that sbackup made.  Looking closer at it's size,
files.tgz was exactly 2147483647, 1 byte short of 2GB.  I bet this
failure occurs when the archive is not extracted and there are no files
to copy to the proper location.

So perhaps the real bug is that sbackup is unable to create tgz files
larger that 2GB?

Maybe I didn't notice my backup failed on Ubuntu 7.10 when I created it.
sbackup did successfully create an incremental backup using the full
backup.  I bet sbackup doesn't even check files.tgz when doing an
incremental, but just checks what file versions have changed by looking
at flist or something.

So, the real bug is that sbackup is unable to create tgz files larger
that 2GB!

-- 
Crash No Such File Or Directory
https://bugs.launchpad.net/bugs/209314
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 209314] Re: Crash No Such File Or Directory

2008-03-30 Thread Nick
I just realized that my nas is sharing it's volume over samba, it may
only support a max filesize of 2GB.

-- 
Crash No Such File Or Directory
https://bugs.launchpad.net/bugs/209314
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 209314] Re: Crash No Such File Or Directory

2008-03-30 Thread Nick
Mounting my NAS using cifs instead of cifs seems to have worked.

-- 
Crash No Such File Or Directory
https://bugs.launchpad.net/bugs/209314
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 209314] Re: Crash No Such File Or Directory

2008-03-30 Thread Nick
Mounting my NAS using CIFS instead of SMBFS seems to have worked.

-- 
Crash No Such File Or Directory
https://bugs.launchpad.net/bugs/209314
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 209314] Re: Crash No Such File Or Directory

2008-03-31 Thread Nick
Perhaps the correct action would be to add some checking that the backup
was created successfully.  I didn't get a notification that the backup
failed.


Oumar Aziz OUATTARA [EMAIL PROTECTED] wrote: Thank you for your bug report.

After your comments, I believe I can safely put this bug as invalid.
right ? just tell me if I should reopen it .

Regards

** Changed in: sbackup (Ubuntu)
 Assignee: (unassigned) = Oumar Aziz OUATTARA (wattazoum)
   Status: New = Invalid

-- 
Crash No Such File Or Directory
https://bugs.launchpad.net/bugs/209314
You received this bug notification because you are a direct subscriber
of the bug.


   
-
OMG, Sweet deal for Yahoo! users/friends: Get A Month of Blockbuster Total 
Access, No Cost. W00t

** Attachment added: unnamed
   http://launchpadlibrarian.net/12997760/unnamed

-- 
Crash No Such File Or Directory
https://bugs.launchpad.net/bugs/209314
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 216353] Re: 2.6.24 Kernel boot hangs on disk read ( ldm_validate_partition_table() )

2008-04-29 Thread Nick
I'm having an identical problem to this.

Hardware I'm on:

[EMAIL PROTECTED]:~$ lspci
00:00.0 Host bridge: Advanced Micro Devices [AMD] AMD-760 [IGD4-1P] System 
Controller (rev 14)
00:01.0 PCI bridge: Advanced Micro Devices [AMD] AMD-760 [IGD4-1P] AGP Bridge
00:07.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 
40)
00:07.1 IDE interface: VIA Technologies, Inc. 
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:07.2 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 1a)
00:07.3 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 1a)
00:07.4 SMBus: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 40)
00:09.0 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 50)
00:09.1 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 50)
00:09.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 51)
00:0a.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 0a)
00:0a.1 Input device controller: Creative Labs SB Live! Game Port (rev 0a)
00:0c.0 Network controller: Texas Instruments ACX 111 54Mbps Wireless Interface
01:05.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 PRO] 
(rev 01)
01:05.1 Display controller: ATI Technologies Inc RV280 [Radeon 9200 PRO] 
(Secondary) (rev 01)

-- 
2.6.24 Kernel boot hangs on disk read ( ldm_validate_partition_table() )
https://bugs.launchpad.net/bugs/216353
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 224142] [NEW] gnome_url_show says some evolution email links invalid

2008-04-29 Thread Nick
Public bug reported:

Binary package hint: evolution

Clicking on certain links in emails displayed with evolution produces
the following message:

(evolution:17176): evolution-mail-WARNING **: gnome_url_show: The
specified location is invalid.

Examples of URLs that don't work:

finance.yahoo.com
lwn.net

Other URLs in the same email work perfectly fine. For example:

http://finance.yahoo.com
http://lwn.net
www.yahoo.com
www.lwn.net

So it seams that gnome_url_show is not very lenient when it comes to
deciding if a URL is valid or not.  I was expecting it to simply open a
firefox window/tab with the link.

One further note is that my evolution is connected to an exchange server
via owa. Outlook in Vista happily opens these urls without complaint.

% lsb_release -rd
Description:Ubuntu 8.04
Release:8.04

% apt-cache policy evolution
evolution:
  Installed: 2.22.1-0ubuntu3
  Candidate: 2.22.1-0ubuntu3
  Version table:
 *** 2.22.1-0ubuntu3 0
500 http://ch.archive.ubuntu.com hardy/main Packages
100 /var/lib/dpkg/status

% apt-cache policy libgnome2-0
libgnome2-0:
  Installed: 2.22.0-0ubuntu1
  Candidate: 2.22.0-0ubuntu1
  Version table:
 *** 2.22.0-0ubuntu1 0
500 http://ch.archive.ubuntu.com hardy/main Packages
100 /var/lib/dpkg/status

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

-- 
gnome_url_show says some evolution email links invalid
https://bugs.launchpad.net/bugs/224142
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 152206] Re: Intel 965G (GMA X3000) - Video Tearing Effect Poor Performance

2008-03-09 Thread Nick
Hi there, i tried to apply these patches as well but i'm not sure if it
worked after all. Applying the patch using the patch command wouldn't
work so i altered the original files manually. I compiled the driver
again but i don't know if it is actually using overlay video instead of
textured video. Could someone have a look at my Xorg.0.log and let me
know if the patch worked?

I'm still getting tearing anyway..

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

-- 
Intel 965G (GMA X3000) - Video Tearing Effect  Poor Performance
https://bugs.launchpad.net/bugs/152206
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 152206] Re: Intel 965G (GMA X3000) - Video Tearing Effect Poor Performance

2008-03-10 Thread Nick
Hey Adam, thanks for you response. This seems to have done the trick. I
didn't know i had to copy the files to that directory.

Thanks again!

-- 
Intel 965G (GMA X3000) - Video Tearing Effect  Poor Performance
https://bugs.launchpad.net/bugs/152206
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 156648] Re: Error printing PDF files

2008-02-01 Thread Nick
*** This bug is a duplicate of bug 175449 ***
https://bugs.launchpad.net/bugs/175449

Questions for the OP:

What printer driver are you using?   Foomatic/Postscript ?

What program are you printing with?  Evince ?

What printer are you using?  Brother laser (mine is a HL-5050) ?

With the above combination I see exactly what is being reported.

If I change the driver or program I am using then printing works:

If I print with Adobe reader instead of Evince, it works fine.

If I change the printer driver to Footmatic/hpijs, it works fine.

-- 
Error printing PDF files
https://bugs.launchpad.net/bugs/156648
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 156648] Re: Error printing PDF files

2008-02-01 Thread Nick
*** This bug is a duplicate of bug 175449 ***
https://bugs.launchpad.net/bugs/175449

BullCreek,

Thanks for the reply.  I've researched as I've had time for a couple of
months.  I've known this bug existed for a couple of years.

Everytime I find someone reporting a problem like this the person is
using a Brother printer with the Postscript printer and it only shows up
when trying to print with EoG or Evince.  Hopefully this issue will be
fixed soon.

I saw messages about fixing this issue by using the Brother driver but
Brother's site isn't clear about how to do that.  I've been to Brother's
site but it appeared to me there were 2 different drivers and I didn't
know which one to use and the installation instructions were far from
clear.

-- 
Error printing PDF files
https://bugs.launchpad.net/bugs/156648
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 175449] Re: Eye of Gnome print fails

2008-01-31 Thread Nick
After more testing I can say that Foomatic/hpijs (another included
printer driver that supports the Brother HL-5050) works fine.  The
problem only happens when the Foomatic/Postscript driver is used.  Is
the problem with the Postscript driver, my Brother printer or with
Gnome?

The answer isn't clear to me.

What is clear to me is that the Default/Recommended setup for Ubuntu in
this case is faulty and will continue to affect users if not fixed.
I'll be glad to continue to test and/or provide information but it isn't
clear to me if this bug is being worked and if so, by who?

-- 
Eye of Gnome print fails
https://bugs.launchpad.net/bugs/175449
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 162381] azureus crashed when I try to start it (Ubuntu/7.10 (gutsy))

2007-11-13 Thread nick
Public bug reported:

Binary package hint: azureus

When I run azureus from applications menu, it crashes without any error report. 
I have removed the azureus package and all packages that depends on it with 
--purge option:
   apt-get --purge remove azureus
   apt-get --purge autoremove
This must result in resetting configuration of azureus packages, but when I 
reinstall azureus I get the same crash.
When I try to start azureus from command line and get following:

[EMAIL PROTECTED]:~$ azureus
DEBUG::Tue Nov 13 12:24:10 GMT+03:00 
2007::org.gudy.azureus2.core3.security.impl.SESecurityManagerImpl::initialise::-1:
  No SSL provider available

SESecurityManager::initialise::-1,ConfigurationChecker::setSystemProperties::-1,ConfigurationManager::initialise::-1,ConfigurationManager::getInstance::-1,LoggerImpl::init::-1,Logger::clinit::-1,Class::initializeClass::-1,Logger::isEnabled::-1,StartServer::init::-1,Main::init::-1,Main::main::-1
DEBUG::Tue Nov 13 12:24:10 GMT+03:00 
2007::org.gudy.azureus2.core3.security.impl.SESecurityManagerImpl::initialise::-1:
  No SSL provider available

SESecurityManager::initialise::-1,CryptoManagerImpl::init::-1,CryptoManagerImpl::getSingleton::-1,CryptoManagerFactory::getSingleton::-1,AzureusCoreImpl::init::-1,AzureusCoreImpl::create::-1,AzureusCoreFactory::create::-1,Main::init::-1,Main::main::-1
DEBUG::Tue Nov 13 12:24:14 GMT+03:00 
2007::com.aelitis.azureus.core.networkmanager.impl.tcp.VirtualChannelSelectorImpl::select::-1:
  VirtualChannelSelector: No progress for op 1: listener = class 
com.aelitis.azureus.core.clientmessageservice.impl.NonBlockingReadWriteService$2,
 count = 10, socket: open = true, connected = true

VirtualChannelSelector::select::-1,NonBlockingReadWriteService$1::runSupport::-1,AEThread::run::-1
Aborted (core dumped)
[EMAIL PROTECTED]:~$ 
--
OpenSSL is installed in my system, all dependencies are resolved.

Version information:
System - Ubuntu/7.10 (gutsy)
Azureus - 2.5.0.0repack1-0ubuntu1
OpenSSL - 0.9.8e-5ubuntu3.1

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


** Tags: azureus crash

-- 
azureus crashed when I try to start it (Ubuntu/7.10 (gutsy))
https://bugs.launchpad.net/bugs/162381
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 162381] Re: azureus crashed when I try to start it (Ubuntu/7.10 (gutsy))

2007-11-13 Thread nick
Removing ~/.azureus/logs/save (as it is recommended with similar bug)
does not help, but when I have removed the whole directory ~/.azureus
it will start normally. The question is why apt-get --purge azureus
does not remove this directory?

-- 
azureus crashed when I try to start it (Ubuntu/7.10 (gutsy))
https://bugs.launchpad.net/bugs/162381
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 185364] kde fails to init after updates (hardy alpha 3)

2008-01-23 Thread Nick
Public bug reported:

Binary package hint: kde-core

After a fresh alpha-3 install (kubuntu, kde3), on a Dell 6400, Radeon
x1400 video, KDE works fine. I apt-get the fglrx-driver and modify my
xorg.conf for the driver and desired resolution. Re-boot and all is
still fine. KDE only breaks after I allow the updates to occur.

I'm at a different computer now (XP) so I have to use my old wetware
memory to describe the crash:

KDE starts and gets as far as the second init token. It sits there for a
long time, and then I'm back to the login screen. If I do a failsafe
session, and manually do a startkde, I get a message about not being
able to run kmserver.

Booting with the original alpha-3 kernel does not solve the problem.

If I install the gnome desktop, it works *partially*, but title bars and
associated windows decorations, including the ability to move windows,
are missing.

** Affects: meta-kde (Ubuntu)
 Importance: Undecided
 Status: New

-- 
kde fails to init after updates (hardy alpha 3)
https://bugs.launchpad.net/bugs/185364
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 176187] firefox on ubuntu 7.10 very very slow

2007-12-13 Thread nick
Public bug reported:

Binary package hint: firefox

i have dsl from att. they say that my connection speed is excellent but
my ubuntu and or firefox are maybe to blame for slow internet browsing.
Pogo.com is very frequently visited and this is where it is the slowest.
lagging in the game rooms and always slow to load. any answers?

ProblemType: Bug
Architecture: i386
Date: Thu Dec 13 14:54:49 2007
DistroRelease: Ubuntu 7.10
NonfreeKernelModules: nvidia
Package: firefox 2.0.0.11+2nobinonly-0ubuntu0.7.10
PackageArchitecture: i386
SourcePackage: firefox
Uname: Linux roni7773-desktop 2.6.22-14-386 #1 Sun Oct 14 22:36:54 GMT 2007 
i686 GNU/Linux

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


** Tags: apport-bug

-- 
firefox on ubuntu 7.10 very very slow
https://bugs.launchpad.net/bugs/176187
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 176187] Re: firefox on ubuntu 7.10 very very slow

2007-12-13 Thread nick

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

** Attachment added: ExtensionSummary.txt
   http://launchpadlibrarian.net/10892824/ExtensionSummary.txt

** Attachment added: pluginreg.dat.txt
   http://launchpadlibrarian.net/10892825/pluginreg.dat.txt

** Attachment added: profiles.ini.txt
   http://launchpadlibrarian.net/10892826/profiles.ini.txt

-- 
firefox on ubuntu 7.10 very very slow
https://bugs.launchpad.net/bugs/176187
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 175449] Re: Eye of Gnome print fails

2007-12-20 Thread Nick
I have what appears to be the same problem.  This is not a new problem
in that I can remember it all the way back to at least Edgy.  I'm just
now getting around to reporting it.  It has recently become more
important to my work and I would like to see this fixed.  Here are my
details:

Binary package hint: eog

Gutsy 32 bit on Intel P4 based system using eog 2.20.1.  When you try to
print any file using a Brother HL-5050 results in the following error
being printed:

ERROR NAME: ioerror
COMMAND: fill
OPERAND STACK:

The exact same images print perfectly fine using Gimp, Openoffice,
Firefox or by any other means.  I am using the foomatic/postscipt driver
(recommended) and the printer is on parallel:/dev/lp0.

ProblemType: Bug
Architecture: Intel P4 Northwood (32 bit)
Date: Thu Dec 20 11:05:00 2007
DistroRelease: Ubuntu 7.10 (32 bit)

The one thing that really caught my eye is that the OP and I are both
using Brother printers.

I'll try to provide additional information on request.

-- 
Eye of Gnome print fails
https://bugs.launchpad.net/bugs/175449
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 175449] Re: Eye of Gnome print fails

2007-12-20 Thread Nick
I reported this problem upstream with Gnome:

http://bugzilla.gnome.org/show_bug.cgi?id=504705

It appears this problem is with gtk+ and is not specific to eog.

-- 
Eye of Gnome print fails
https://bugs.launchpad.net/bugs/175449
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 224564] [NEW] Intel 3945 wireless card not working in Hardy Herron

2008-04-30 Thread Nick
Public bug reported:

I previously had 7.10 installed and my card was detected and the
installer asked if I would like to use a restricted driver which I did
and it worked perfectly including wireless light.  However in 8.04 I
believe its now using a different kernel module which doesnt seem to
work - I get no network light and no wireless points listed in network
manager and am unable to use wireless.

Not sure what you need me to paste as with regards to reports so please
let me know and I will upload them asap.

Thanks

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Intel 3945 wireless card not working in Hardy Herron
https://bugs.launchpad.net/bugs/224564
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 234700] Re: Selecting Shut Down leads to a reboot

2008-06-25 Thread Nick
Disregard the work around in the previous message.

Further testing shows that Shutdown will work normally if I select
Shutdown soon after booting up and without starting Firefox.  If I start
Firefox and browse for a while then Shutdown simply reboots the system.
This happens whether Power Management is checked or not.

Oh, this is frustrating!  I think it is time to test other distros.

-- 
Selecting Shut Down leads to a reboot
https://bugs.launchpad.net/bugs/234700
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 234700] Re: Selecting Shut Down leads to a reboot

2008-06-29 Thread Nick
Over the last 2 days I have tested Xubuntu.

Xubuntu 7.10 shuts down perfectly when Shutdown is selected.

Xubuntu 8.04 reboots when Shutdown is selected.

The problem is not just in Ubuntu 8.04 but is also in Xubuntu 8.04.

-- 
Selecting Shut Down leads to a reboot
https://bugs.launchpad.net/bugs/234700
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 234700] Re: Selecting Shut Down leads to a reboot

2008-06-07 Thread Nick
I've continued testing.  I found an individual that has a system that is
almost identical to mine.  The mb and bios are the same and we matched
bios settings.  Shutdown on his system seems to work fine but mind still
produces a reboot instead of shutdown.  There are 2 differences that I'm
going to explore further as I have time:

My system:

- Is connected to the keyboard, mouse and monitor via KVM.
- ATI 9600 video card

His system:

- No KVM, all connected directly to system ports.
- NVidia 7600 video card

This is strange.

-- 
Selecting Shut Down leads to a reboot
https://bugs.launchpad.net/bugs/234700
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 234700] Re: Selecting Shut Down leads to a reboot

2008-06-08 Thread Nick
Saivann, I am attaching the results of sudo lspci -nnvv from the
person who has the indentical mb, bios and settings.  The filename is
lspci.  His system shutdown with 8.04 works as expected.

FYI:  I temporarily removed the KVM from my setup this morning for
testing.  It appears the Avocent KVM is not the problem as shutdown
continues causing a reboot instead of the normal shutdown.

Recap:  I have used this P4 Northwood system for about 3 years.  I built
the system using Linux compatible parts and from Dapper to 7.10 both
Reboot and Shutdown worked as we would expect.  I was unable to test
8.04 during development so I can't say for sure when this new behavior
started.  I am down to the point now where the only system differences
between my system and the nearly identical one where shutdown is working
are:

- ATI 9600 video card vs NVidia 7600
- Keyboards
- Mice
- Monitor (my monitor is a hp L1940T) 

If these is anything you or other can think of for me to test maybe we
can get to the bottom of this issue.  Thanks.

** Attachment added: lspci
   http://launchpadlibrarian.net/15126737/lspci

-- 
Selecting Shut Down leads to a reboot
https://bugs.launchpad.net/bugs/234700
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 229306] Re: Crash while firefox 3.0 install with hardy heron

2008-05-11 Thread Nick
Thank you.

I actually had manually uninstalled python-irclib (apt-get remove), to get
the upgrade to Hardy Heron to continue.
And then when I tried your suggestion, doing a manual install, and was
informed that I already had the latest
release.

Thank you.

On Sun, May 11, 2008 at 2:09 PM, Cesare Tirabassi 
[EMAIL PROTECTED] wrote:

 Have you manually installed python libraries in
 /usr/lib/python2.5/site-packages?
 Anyhow, try to set overwrite-local to 1 in /etc/python/debian_config to
 force the overwrite and try to re-install.
 I advice you to reset it once you solved this installation problem.

 ** Changed in: python-irclib (Ubuntu)
   Status: New = Incomplete

 --
 Crash while firefox 3.0 install with hardy heron
 https://bugs.launchpad.net/bugs/229306
 You received this bug notification because you are a direct subscriber
 of the bug.



** Attachment added: unnamed
   http://launchpadlibrarian.net/14459376/unnamed

-- 
Crash while firefox 3.0 install with hardy heron
https://bugs.launchpad.net/bugs/229306
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 234700] Re: Selecting Shut Down leads to a reboot

2008-06-23 Thread Nick
I have finally found a work around:

System  Preferences  Sessions  Uncheck Power Management  Reboot

Now Shutdown works normally.  Of course now Suspend and Hibernate do not
work but in the big scheme of things on this desktop system I never use
Hibernate anyway.  At least Shutdown and Reboot work fine now.

That tells me the problem is in Power Management.

This is definitely a regression from 7.10 and earlier.

seldon7, my mb is a MSI, Intel 3.2 ghz, Northwood, ATI video

-- 
Selecting Shut Down leads to a reboot
https://bugs.launchpad.net/bugs/234700
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 234700] [NEW] Selecting Shut Down leads to a reboot

2008-05-24 Thread Nick
Public bug reported:

Shut Down not longer functions normally.  Ubuntu appears to go through
the shutdown processor normally but once power is turn off the system
then automatically turns itself on again and boots up.  The only way to
keep the system off is to pull the cord when the system goes and before
it comes back to life.  I've been running this same box on Ubuntu since
Dapper and I've never had any problems with Shut Down.

$ uname -a
Linux hal3200 2.6.24-16-generic #1 SMP Thu Apr 10 13:23:42 UTC 2008 i686 
GNU/Linux

dmesg.log attached

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Selecting Shut Down leads to a reboot
https://bugs.launchpad.net/bugs/234700
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 234700] Re: Selecting Shut Down leads to a reboot

2008-05-24 Thread Nick

** Attachment added: dmesg.log
   http://launchpadlibrarian.net/14695227/dmesg.log

-- 
Selecting Shut Down leads to a reboot
https://bugs.launchpad.net/bugs/234700
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 234700] Re: Selecting Shut Down leads to a reboot

2008-05-24 Thread Nick
lspci-vvnn.log attached

** Attachment added: lspci-vvnn.log
   http://launchpadlibrarian.net/14695276/lspci-vvnn.log

-- 
Selecting Shut Down leads to a reboot
https://bugs.launchpad.net/bugs/234700
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 234700] Re: Selecting Shut Down leads to a reboot

2008-05-24 Thread Nick
dmidecode.log attached

** Attachment added: dmidecode.log
   http://launchpadlibrarian.net/14695292/dmidecode.log

-- 
Selecting Shut Down leads to a reboot
https://bugs.launchpad.net/bugs/234700
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 234700] Re: Selecting Shut Down leads to a reboot

2008-05-28 Thread Nick
The 5 step process you listed did not change anything.  The bug is
still present.

sudo shutdown -h now gives the same results.  The bug is still
present.  After shutdown the machine automatically starts again and
boots up.  Shut Down is not effective at shutting the system down.

In the original post I did not list a subsystem as I am not very
familiar with the various subsystems (I wish there was a guide) but if
I had to guess I'd say this is a acpi bug.

FWIW:  I've been watching the ubuntu forums and I've been seeing other
talk about this problem.  Often it is hard to recognize that this is
the bug being talked about as folks are unsure what is going on.  I
have went to great lenghts to check/change bios settings in an effort
to find any indication of what may be causing this but so far I am at
a loss.  I wish there was a good guide to acpi but everything I have
found assumed a person already has a lot of knowledge about acpi.

Cheers.

On Wed, May 28, 2008 at 12:26 PM, Saïvann Carignan [EMAIL PROTECTED] wrote:
 Thank you for your bug report. This bug is actually filed against
 usplash. In order to make sure that this bug is caused by usplash, can
 you boot your computer with usplash disabled and verify if the bug can
 be reproduced? You can do this by following these steps :

  1. Press Esc during Grub boot delay to access the boot menu.
  2. Select your actual Ubuntu boot line and press e to edit it.
  3. Select the kernel line and press e to edit it.
  4. At the end of the line, remove splash and quiet and press enter.
  5. Type b to boot the custom boot line.

 Also I wonder if ubuntu would shutdown correctly if you type sudo
 shutdown -h now in a terminal.. Can you also test this?

 ** Changed in: usplash (Ubuntu)
 Assignee: (unassigned) = Saïvann Carignan (saivann)
   Status: New = Incomplete

 --
 Selecting Shut Down leads to a reboot
 https://bugs.launchpad.net/bugs/234700
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
Selecting Shut Down leads to a reboot
https://bugs.launchpad.net/bugs/234700
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 234190] [NEW] Can't play movies on Youtube

2008-05-22 Thread Nick
Public bug reported:

Binary package hint: firefox-3.0

I get a black screen and no movies. I see a 'replay' button. I press on
the arrow on the bottom left of the little black screen but nothing
loads.

ProblemType: Bug
Architecture: i386
Date: Fri May 23 09:29:31 2008
DistroRelease: Ubuntu 8.04
NonfreeKernelModules: nvidia
Package: firefox-3.0 3.0~b5+nobinonly-0ubuntu3
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: firefox-3.0
Uname: Linux 2.6.24-16-generic i686

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


** Tags: apport-bug

-- 
Can't play movies on Youtube
https://bugs.launchpad.net/bugs/234190
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 234190] Re: Can't play movies on Youtube

2008-05-22 Thread Nick

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

** Attachment added: profiles.ini.txt
   http://launchpadlibrarian.net/14665686/profiles.ini.txt

-- 
Can't play movies on Youtube
https://bugs.launchpad.net/bugs/234190
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 234700] Re: Selecting Shut Down leads to a reboot

2008-06-13 Thread Nick
In the time since my last post I reset the bios to defaults.  This did
not help.  I have changed many bios settings.  No help.  My bios
settings are now back to the settings I have used for a long time.  I've
seen no evidence that a bios setting is causing this problem.

Today I installed Ubuntu 7.10 in a separate partition.  That gives me
8.04 and 7.10 on the same system.  7.10 will shutdown as expected.  8.04
will not.  Shutdown simply reboots the system in 8.04.

There has been a change somewhere in 8.04 that is causing this problem.
I am about out of ideas.

P.S.  I have an update report from the guy I know that uses the same mb
as I do (I spoke about this above).  When I first reported 8.04 shutdown
was working on his system he had just installed 8.04 and tested once.
He has since updated me with a report saying that shutdown in not
working on his system either.  Curiously, he appears to have a different
problem.  When he selects shutdown the shutdown simply does not complete
and his only option is to remove power from the machine.  This is new
for him as he reports that using 7.10 and early he had no problems with
shutdown.

-- 
Selecting Shut Down leads to a reboot
https://bugs.launchpad.net/bugs/234700
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 88905] Re: No hardware rendering for SuperSavage/IXC 64 and Xorg 7.2

2007-05-30 Thread Nick
Report:

The script provided by Tormod Volden in comment 46 worked here on my
T23.

FPS increased from ~50 to ~500.

I used the default answers for all questions in the script.

Hopefully this problem is resolved out of the box in Gutsy.

-- 
drmMap libGL error on SuperSavage/IXC 64 and Xorg 7.2
https://bugs.launchpad.net/bugs/88905
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103674] Re: Feisty breaks USB after resume

2007-05-30 Thread Nick
Confirmed on a T23 Thinkpad.

I recommend priority be set to HIGH as this bug directly impacts
notebook system usability.

Anyone aware of a work around?

-- 
Feisty breaks USB after resume
https://bugs.launchpad.net/bugs/103674
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 117555] Re: Suspend-to-disk (hibernate) and suspend-to-ram do not work anymore

2007-06-01 Thread Nick
Since the OP hasn't responded I'll attached the requested info since my
T23 shows the same problems (I run Gnome instead of KDE):

$ uname -a  Linux xxx 2.6.20-16-generic #2 SMP Wed May 23 01:46:23 UTC
2007 i686 GNU/Linux

dmesg attached.

lspci-vvnn.log:

00:00.0 Host bridge [0600]: Intel Corporation 82830 830 Chipset Host Bridge 
[8086:3575] (rev 02)
Subsystem: IBM ThinkPad A/T/X Series [1014:021d]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR-
Latency: 0
Region 0: Memory at d000 (32-bit, prefetchable) [size=256M]
Capabilities: [40] Vendor Specific Information
Capabilities: [a0] AGP version 2.0
Status: RQ=32 Iso- ArqSz=0 Cal=0 SBA+ ITACoh- GART64- HTrans- 
64bit- FW+ AGP3- Rate=x1,x2,x4
Command: RQ=1 ArqSz=0 Cal=0 SBA- AGP+ GART64- 64bit- FW- Rate=x1

00:01.0 PCI bridge [0604]: Intel Corporation 82830 830 Chipset AGP Bridge 
[8086:3576] (rev 02) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B-
Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
Latency: 96
Bus: primary=00, secondary=01, subordinate=01, sec-latency=64
Memory behind bridge: c010-c01f
Prefetchable memory behind bridge: e000-ebff
Secondary status: 66MHz+ FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort+ SERR- PERR-
BridgeCtl: Parity- SERR- NoISA+ VGA+ MAbort- Reset- FastB2B-

00:1d.0 USB Controller [0c03]: Intel Corporation 82801CA/CAM USB (Hub #1) 
[8086:2482] (rev 01) (prog-if 00 [UHCI])
Subsystem: IBM ThinkPad A/T/X Series [1014:0220]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR-
Latency: 0
Interrupt: pin A routed to IRQ 11
Region 4: I/O ports at 1800 [size=32]

00:1d.1 USB Controller [0c03]: Intel Corporation 82801CA/CAM USB (Hub #2) 
[8086:2484] (rev 01) (prog-if 00 [UHCI])
Subsystem: IBM ThinkPad A/T/X Series [1014:0220]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR-
Latency: 0
Interrupt: pin B routed to IRQ 11
Region 4: I/O ports at 1820 [size=32]

00:1d.2 USB Controller [0c03]: Intel Corporation 82801CA/CAM USB (Hub #3) 
[8086:2487] (rev 01) (prog-if 00 [UHCI])
Subsystem: IBM ThinkPad A/T/X Series [1014:0220]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR-
Latency: 0
Interrupt: pin C routed to IRQ 11
Region 4: I/O ports at 1840 [size=32]

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge 
[8086:2448] (rev 41) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
Latency: 0
Bus: primary=00, secondary=02, subordinate=08, sec-latency=64
I/O behind bridge: 2000-6fff
Memory behind bridge: c020-cfff
Prefetchable memory behind bridge: f000-f7ff
Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort+ SERR- PERR-
BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- Reset- FastB2B-

00:1f.0 ISA bridge [0601]: Intel Corporation 82801CAM ISA Bridge (LPC) 
[8086:248c] (rev 01)
Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR-
Latency: 0

00:1f.1 IDE interface [0101]: Intel Corporation 82801CAM IDE U100 [8086:248a] 
(rev 01) (prog-if 8a [Master SecP PriP])
Subsystem: IBM ThinkPad A/T/X Series [1014:0220]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR-
Latency: 0
Interrupt: pin A routed to IRQ 11
Region 0: I/O ports at 01f0 [size=8]
Region 1: I/O ports at 03f4 [size=1]
Region 2: I/O ports at 0170 [size=8]
Region 3: I/O ports at 0374 [size=1]
Region 4: I/O ports at 1860 [size=16]
Region 5: Memory at 3000 (32-bit, non-prefetchable) [size=1K]

00:1f.3 SMBus [0c05]: Intel Corporation 82801CA/CAM SMBus 

[Bug 106410] Re: Suspend/Resume breaks onboard USB in Feisty

2007-06-01 Thread Nick
Confirmed on my T23  running up to date Fiesty.  Very annoying.

-- 
Suspend/Resume breaks onboard USB in Feisty
https://bugs.launchpad.net/bugs/106410
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 83428] Re: VLC crashes when playing full HD over RTP

2007-03-05 Thread Nick
What do you mean in older versions? I used the latest stable version 
available 0.8.6a... So i don't think this is support for an earlier 
version, but for the current version.

Nick

Derk-Jan Hartman schreef:
 H264 support in older versions was truly highly experimental. Only since
 this week, I would trust it for like 80% of the streaming cases. Support
 for earlier version is simply not feasable.

 DJ
 VLC developer



-- 
VLC crashes when playing full HD over RTP
https://launchpad.net/bugs/83428

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


[Bug 91072] Upgrade to Kubuntu 7.04 - Upgrade Tool Crashed

2007-03-10 Thread Nick
Public bug reported:

Binary package hint: update-manager

Received the upgrade to 7.04 as a normal upgrade package in Adept. Was
a bit surprised that the 7.04 upgrade came that way already now in March
but decided to take the upgrade. Adept started the Upgrade Tool but it
seemed to crash right away.

With

Traceback (most recent call last):
  File /tmp/kde-root/adept_updaterqPZKPa.tmp-extract/DistUpgradeViewKDE.py, 
line 361, in openURL
KRun.runURL(KURL(url), text/html)
NameError: global name 'KRun' is not defined

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

-- 
Upgrade to Kubuntu 7.04 - Upgrade Tool Crashed
https://launchpad.net/bugs/91072

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


[Bug 91072] Re: Upgrade to Kubuntu 7.04 - Upgrade Tool Crashed

2007-03-10 Thread Nick
The file /var/log/dist-upgrade/apt.log did not exist.

** Attachment added: main.log
   http://librarian.launchpad.net/6723633/main.log

-- 
Upgrade to Kubuntu 7.04 - Upgrade Tool Crashed
https://launchpad.net/bugs/91072

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


[Bug 91072] Re: Upgrade to Kubuntu 7.04 - Upgrade Tool Crashed

2007-03-10 Thread Nick
Also attaching the file /tmp/kde-root/adept_updaterqPZKPa.tmp-
extract/DistUpgradeViewKDE.py

** Attachment added: DistUpgradeViewKDE.py
   http://librarian.launchpad.net/6723646/DistUpgradeViewKDE.py

-- 
Upgrade to Kubuntu 7.04 - Upgrade Tool Crashed
https://launchpad.net/bugs/91072

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


[Bug 88905] Re: No hardware rendering for SuperSavage/IXC 64 and Xorg 7.2

2007-05-28 Thread Nick
The subject video chipset is the one used in the entire Thinkpad T2x
series.  This was a very popular line and the systems are powerful
enough to still be in widespread use.  A quick search of the forums
shows this bug is causing a lot of questions.  I've reverted my wife's
T23 back to Windows 2000 because I don't have much hope of this bug
being fixed very soon given the LOW priority that it is assigned.

Request the priority of this bug be elevated.

-- 
No hardware rendering for SuperSavage/IXC 64 and Xorg 7.2
https://bugs.launchpad.net/bugs/88905
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 234700] Re: Selecting Shut Down leads to a reboot

2008-07-07 Thread Nick
Update:  I downloaded and installed the alpha of Ubuntu 8.10 (Intrepid).
Thus far I cannot reproduce this problem with Intrepid.  Shutdown
appears to work fine with Intrepid.  I'll continue testing.

I have also downloaded Fedora and will test it as I have time.

My opinion:  This bug appears to be specific to 8.04.

-- 
Selecting Shut Down leads to a reboot
https://bugs.launchpad.net/bugs/234700
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 11334] Re: Copy-Paste doesn't work if the source is closed before the paste

2008-07-17 Thread Nick
I disagree that this bug should be rated as a WISHLIST bug.  My opinion
is that it should be rated as a CRITICAL bug.

This is a design bug!

It is darn hard to recommend this os when there are silly bugs such as
this listed as features?!?

-- 
Copy-Paste doesn't work if the source is closed before the paste
https://bugs.launchpad.net/bugs/11334
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 234700] Re: Selecting Shut Down leads to a reboot

2008-07-19 Thread Nick
This bug does appear to be specific to 8.04.

I have now used 8.10 alpha for a couple of weeks.  I tested this over
and over.  I've been unable to duplicate the problem.  I never had this
problem with 7.10 and before.  I do not have the time to pursue this bug
further so I am going to leave all systems I support at 7.10 and earlier
versions while leaving this system on 8.10.

-- 
Selecting Shut Down leads to a reboot
https://bugs.launchpad.net/bugs/234700
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 201103] Re: [Hardy] B43 Performance very slow

2008-07-19 Thread Nick
I'm using Kubuntu Hardy on an HP with the linksys 54G wireless g router
and a linksys wireless adapter and on startup I only get connected to my
router at 1 Mb/s. However, if I run iwconfig wlan0 rate 54M my speed
is very fast. I can't figure how to get it to get high speeds on
startup, which is a pain.

-- 
[Hardy] B43 Performance very slow
https://bugs.launchpad.net/bugs/201103
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   4   5   6   7   8   9   10   >