[Bug 294277] Re: Tomcat 6 missing directory Catalina in /etc/tomcat6 - so impossible to deploy webapp

2008-11-08 Thread Vincent
Hi, thanks for your answer

yes autodeploying is just put war file in the appbase dir.
It works witout errors if you don't have a context file to be copied in the 
Catalina dir.
but webapp without databases are not very common also you have many cases of 
webapps with a database connection using a pool, so a context file.

I agree with you about tomcat should not be able to write directly in the /etc/ 
dir but why not put the catalina dir in the tomcat sand box (/var/lib/tomcat6 
if i am right) like it was for the previous release of tomcat (5.5) in the 
previous release of ubuntu (8.04 lts) - with the config dir in the 
/usr/share/tomcat5.5 
and a link to the /etc/ dir

So what should be done for this issue ?

-- 
Tomcat 6 missing directory Catalina in /etc/tomcat6 - so impossible to deploy 
webapp
https://bugs.launchpad.net/bugs/294277
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 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 255368] Re: ebox: Depends: libapache-authcookie-perl but it is not installable

2008-11-08 Thread ov10fac
I have the same problem.  I added the URl to my sources list and still
get the error.  I am new to Ubuntu (been using Fedora for years) and
don't know how to use the ppa to install files as suggested by javier
Uruen Val.

Any help will be greatly appreciated.

-- 
ebox: Depends: libapache-authcookie-perl but it is not installable 
https://bugs.launchpad.net/bugs/255368
You received this bug notification because you are a member of Ubuntu
Server Team, which is a subscriber of a duplicate bug.

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


Re: [Bug 255368] Re: ebox: Depends: libapache-authcookie-perl but it is not installable

2008-11-08 Thread Dustin Kirkland
On Sat, Nov 8, 2008 at 3:39 PM, ov10fac [EMAIL PROTECTED] wrote:
 I have the same problem.  I added the URl to my sources list and still
 get the error.  I am new to Ubuntu (been using Fedora for years) and
 don't know how to use the ppa to install files as suggested by javier
 Uruen Val.

 Any help will be greatly appreciated.

https://help.launchpad.net/Packaging/PPA

:-Dustin

-- 
ebox: Depends: libapache-authcookie-perl but it is not installable 
https://bugs.launchpad.net/bugs/255368
You received this bug notification because you are a member of Ubuntu
Server Team, which is a subscriber of a duplicate bug.

-- 
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 295520] [NEW] dhcp3-server vlan support seems to be broken

2008-11-08 Thread owagner
Public bug reported:

Binary package hint: dhcp3-server

Description:Ubuntu 8.10
Release:8.10

dhcp3-server:
  Installed: 3.1.1-1ubuntu2
  Candidate: 3.1.1-1ubuntu2
  Version table:
 *** 3.1.1-1ubuntu2 0
500 http://de.archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status

libpcap-dev:
  Installed: (none)
  Candidate: 0.9.8-5
  Version table:
 0.9.8-5 0
500 http://de.archive.ubuntu.com intrepid/main Packages

-- Let's have both an untagged eth0 and a vlan vlan2 which uses eth0 as 
it's raw device. 
-- Assign 192.168.0.1/24 to eth0 
-- and 192.168.3.1724 to vlan2. 
-- Configure both subnets in dhcpd3.conf

When a request on the untagged network comes in, everything is fine:
dhcpd receives and answers it on eth0.

Nov  8 10:33:49 grate dhcpd: DHCPDISCOVER from 00:0d:4b:0d:03:b8 via eth0
Nov  8 10:33:50 grate dhcpd: DHCPOFFER on 192.168.0.233 to 00:0d:4b:0d:03:b8 
(RadioKueche) via eth0

When a request on the vlan comes in, dhcpd first receives and answers it
on vlan2 (ok), then *also* on eth0 (not ok):

Nov  8 10:39:57 grate dhcpd: DHCPDISCOVER from 00:04:f2:16:9d:f2 via vlan2
Nov  8 10:39:57 grate dhcpd: DHCPDISCOVER from 00:04:f2:16:9d:f2 via eth0
Nov  8 10:39:58 grate dhcpd: DHCPOFFER on 192.168.3.252 to 00:04:f2:16:9d:f2 
via vlan2
Nov  8 10:39:58 grate dhcpd: DHCPOFFER on 192.168.0.220 to 00:04:f2:16:9d:f2 
via eth0

The box in question is dist-upgraded from 8.04. With 8.04, this
seemingly did NOT happen: The vlan tagged request was only processed on
vlan2.

Some investigation suggests, however, that this is a problem in dhcpd3
which just didn't always show up in 8.04. There is a change regarding
the handling of VLAN packets and packet filters in kernel 2.6.27 which
makes sure that vlan tagged packets are always presented to filters on
the underlying device (eth0 in this case) with the vlan tag removed from
the packet data. Previously (depending on the ethernet driver, from what
I could understand) the raw data was also presented, but with the vlan
tag still present.

Thus, before 2.6.27 and as a side-effect of not expecting the vlan tag,
dhcpd's LPF code would filter the vlan tagged packet away as not a valid
bootp/dhcp packet, and the dhcpd3 application code was only seeing the
packet which was received via the vlan2 device.

Starting with 2.6.27, the LPF code now matches for both the vlan2
received packet, and the eth0 received packet, thus causing above
problem.

If the analysis is correct, this needs to be fixed upstream in dhcpd's
linux interfacing code.

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

-- 
dhcp3-server vlan support seems to be broken
https://bugs.launchpad.net/bugs/295520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 183762] Re: mysqldumpslow doesn't work

2008-11-08 Thread Tobias Richter
The bug may have been fixed in version 5.0.51-3ubuntu1 but it is
(slightly altered) back in 5.0.51a-3ubuntu5.1, that is hardy and
intrepid.

Patch attached.

** Attachment added: mysqldumpslow.patch
   http://launchpadlibrarian.net/19484715/mysqldumpslow.patch

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: Fix Released = Confirmed

-- 
mysqldumpslow doesn't work
https://bugs.launchpad.net/bugs/183762
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 286828] Re: CIFS share broken after upgrade from 8.04 - 8.10

2008-11-08 Thread Christian Paratschek
I marked https://bugs.launchpad.net/ubuntu/+source/linux/+bug/279789 as
a duplicate of this one. There's more information over there that may or
may not help.

Christian

-- 
CIFS share broken after upgrade from 8.04 - 8.10
https://bugs.launchpad.net/bugs/286828
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 257153] Re: TLS: peer cert untrusted or revoked (0x82) error in Hardy's version of ldap-utils

2008-11-08 Thread Karl M. Davis
Just noting that this bug (or something with a similar effect) is still
present in Intrepid.

-- 
TLS: peer cert untrusted or revoked (0x82) error in Hardy's version of 
ldap-utils
https://bugs.launchpad.net/bugs/257153
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 286828] Re: CIFS share broken after upgrade from 8.04 - 8.10

2008-11-08 Thread Aron Schatz
Kernel 2.6.25-2 that's in the Intrepid repos also fixed the problem. I
would use it, but the fglrx drivers don't work with that kernel for some
reason.

This is a pretty major bug and should be quashed quickly.

-- 
CIFS share broken after upgrade from 8.04 - 8.10
https://bugs.launchpad.net/bugs/286828
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 295684] [NEW] package mysql-server-5.0 5.0.67-0ubuntu6 failed to install/upgrade: subprocess pre-removal script returned error exit status 1

2008-11-08 Thread Illuvator
Public bug reported:

I was uninstalling mysql-server with apt-get --purge remove mysql

Description:Ubuntu 8.10
Release:8.10

mysql-server-5.0:
  Installed: 5.0.67-0ubuntu6
  Candidate: 5.0.67-0ubuntu6
  Version table:
 *** 5.0.67-0ubuntu6 0
500 http://gb.archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status

I expected the package to uninstall but instead it failed and the
following crash report was generated.

Il

ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 8.10
ErrorMessage: subprocess pre-removal script returned error exit status 1
NonfreeKernelModules: fglrx
Package: mysql-server-5.0 5.0.67-0ubuntu6
SourcePackage: mysql-dfsg-5.0
Title: package mysql-server-5.0 5.0.67-0ubuntu6 failed to install/upgrade: 
subprocess pre-removal script returned error exit status 1
Uname: Linux 2.6.27-7-generic x86_64

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


** Tags: apport-package

-- 
package mysql-server-5.0 5.0.67-0ubuntu6 failed to install/upgrade: subprocess 
pre-removal script returned error exit status 1
https://bugs.launchpad.net/bugs/295684
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 295684] Re: package mysql-server-5.0 5.0.67-0ubuntu6 failed to install/upgrade: subprocess pre-removal script returned error exit status 1

2008-11-08 Thread Illuvator

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

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/19495409/DpkgTerminalLog.gz

-- 
package mysql-server-5.0 5.0.67-0ubuntu6 failed to install/upgrade: subprocess 
pre-removal script returned error exit status 1
https://bugs.launchpad.net/bugs/295684
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 295684] Re: package mysql-server-5.0 5.0.67-0ubuntu6 failed to install/upgrade: subprocess pre-removal script returned error exit status 1

2008-11-08 Thread Jean-Baptiste Lallement
Thanks for your report.

Could you please attach the file /var/log/daemon.log it may contains
useful informations to track down your problem. You need admin
privileges in order to read that file.

Thanks.

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: New = Incomplete

-- 
package mysql-server-5.0 5.0.67-0ubuntu6 failed to install/upgrade: subprocess 
pre-removal script returned error exit status 1
https://bugs.launchpad.net/bugs/295684
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 206569] Re: hardy's OpenVPN 2.1_Rc7 not connecting

2008-11-08 Thread William
I'm having a similar problem. I'm using openvpn 2.1_rc7 386 on the client side 
and the tunnel to the openvpn server has a very high latency with frequent 
drops in connectivity. Using openvpn 2.0.9 on the same machine with a different 
OS works fine. 
I'd be happy to post more details / file a new bug report. What information do 
I need to post (what verb level, ...)?
This problem has been confirmed on at least 3 other machines all at different 
network locations.

Considering that 8.04 is a LTS release this really needs to be fixed. I
am getting reports that the problem is fixed when upgrading to Intrepid.

-- 
hardy's OpenVPN 2.1_Rc7 not connecting
https://bugs.launchpad.net/bugs/206569
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 295398] Re: The name of domain in samba is incorrect

2008-11-08 Thread Rubén
** Description changed:

  Binary package hint: samba. Ubuntu 64, Íbice intrépido. 8.10.
  
- The name of domain in Ubuntu is WORKGROUP, also tehe windwos in Spain is 
GRUPODETRABAJO. No is possible search the share folder. 
-   
- I imagine this because I used Windows, but I think it is technically 
impossible to locate the folder if they are two different domains.
+ The name of domain in Ubuntu is WORKGROUP, because the windows in Spain
+ is GRUPODETRABAJO. No is possible search the share folder.
+ 
+ I imagine this because i used Windows, but i think it is technically
+ impossible to locate the folder if they are two different domains.

-- 
The name of domain in samba is incorrect
https://bugs.launchpad.net/bugs/295398
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 252245] Re: unable to connect to windows network pc's

2008-11-08 Thread James
Please note the edit I posted to the bug details!

James

** Description changed:

+ *EDIT 2008-11-08 *
+ 
+ I have now done a completely fresh install of Ubuntu 8.10 Intrepid Ibex.
+ For the first time or two, it seemed the problem was fixed. However, not
+ long after that it came back. I have discovered something though: I
+ plugged into a hardwired network connection, and it worked like a charm.
+ But as soon as I unplugged the network cable and went back to using
+ wireless, the problem came back. Therefore, I can conclude that the
+ problem is _probably_ wifi related, and it is in Intrepid Ibex. If
+ anyone else can confirm that they can get it to work with a hardwired
+ network connection, we may be on to something here!
+ 
+ * End Edit *
+ 
  UBUNTU VERSION: 8.04.1
  
  Ok, I used to be able to connect to shared files on my Windows pc's in
  the network (a Windows network) and transfer/print files. But now, when
  I go to Places  Network, I see Windows Network (as shown in attached
  pic), but when I enter it, nothing, not even a workgroup. No changes
  have been made to the network. I can ping other pc's in the network. I
  posted about this on Ubuntu Forums, and a user said he was having the
  same problem for about three weeks now AFTER AN UPDATE. He gave me a
  workaround, and it allows me to access the shared files, but I still
  can't print. The workaround can be found in detail at:
  
  http://ubuntuforums.org/showthread.php?t=869514
  
  Can someone please help? Thanks a million!

-- 
unable to connect to windows network pc's
https://bugs.launchpad.net/bugs/252245
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 252245] Re: unable to connect to windows network pc's

2008-11-08 Thread James
Confirmed by dAF2000

** Changed in: samba (Ubuntu)
   Status: New = Confirmed

-- 
unable to connect to windows network pc's
https://bugs.launchpad.net/bugs/252245
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 252245] Re: unable to connect to windows network pc's

2008-11-08 Thread James
Alright, seeing as I've sort of been able to narrow down where the
problem is, and since it has been confirmed in Hardy and Intrepid by
dAF2000 and I, I've decided to nominate it in Hardy, Intrepid, and
Jaunty. Hope to see progress soon!

James

-- 
unable to connect to windows network pc's
https://bugs.launchpad.net/bugs/252245
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 155699] Re: nagios Plugin check_imap fails with SSL3

2008-11-08 Thread Daniel T Chen
** Changed in: nagios-plugins (Ubuntu)
   Importance: Undecided = High
   Status: New = Confirmed

** Changed in: nagios-plugins (Ubuntu)
   Importance: High = Low

-- 
nagios Plugin check_imap fails with SSL3
https://bugs.launchpad.net/bugs/155699
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins 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 295452] [NEW] recurrent problem with a laptop when switcing to battery

2008-11-08 Thread vincent
Public bug reported:

Using Xubuntu, (8.10) I had recurrent problems when taking the power off the 
laptop.
At the very moment he switches to battery mode, I have a XFCE crash, returning 
to the login screen.
More, I experienced another recurrent issue when starting the kernel on 
battery, before the login screen, it seems that there is a task which is 
freezing, just before the anacron task starts. Additionally, I could see that 
pluging the power made the anacron task start ...
I also saw that if eventually xubuntu was to start, I had big issues with my 
pcmcia wifi card, and had to reboot with the power cord to make it work.

Last, I can confirm that this laptop was/is working properly with ubuntu
8.04 (and was with 7.10 too), therefore I have no doubt about the fact
the hardware works properly.

Cheers,
Vincent.

ProblemType: Package
Architecture: i386
Dependencies:
 
DistroRelease: Ubuntu 8.10
ErrorMessage: tentative de remplacement de 
« /usr/share/dbus-1/services/net.ekiga.instance.service », qui appartient aussi 
au paquet ekiga
Package: ekiga-gtkonly None [modified: /var/lib/dpkg/info/ekiga-gtkonly.list]
SourcePackage: ekiga
Title: package ekiga-gtkonly None [modified: 
/var/lib/dpkg/info/ekiga-gtkonly.list] failed to install/upgrade: tentative de 
remplacement de « /usr/share/dbus-1/services/net.ekiga.instance.service », qui 
appartient aussi au paquet ekiga
Uname: Linux 2.6.27-7-generic i686

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: apport-package

-- 
recurrent problem with a laptop when switcing to battery
https://bugs.launchpad.net/bugs/295452
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 295452] Re: recurrent problem with a laptop when switcing to battery

2008-11-08 Thread vincent

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/19482765/DpkgTerminalLog.gz

-- 
recurrent problem with a laptop when switcing to battery
https://bugs.launchpad.net/bugs/295452
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 295362] Re: connection stalls for ~30 sek whenever state changes 7 - 6 - 7

2008-11-08 Thread Reinhard Tartler
please attach the wpasupplicant debug log. For this you very likely need
to configure wpasupplicant by hand (read: without network manager) and
use parameters '-dd' to create one.

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

-- 
connection stalls for ~30 sek whenever state changes 7 - 6 - 7 
https://bugs.launchpad.net/bugs/295362
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 295041] Re: vlc crashes instantly on any movie playback

2008-11-08 Thread Reinhard Tartler
ah, so this was a user question after all, I'm converting it as such.

btw, compiz is the program that is used when you enable desktop
effects. Depending on your hardware, it is likely to be turned on by
default.

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

** bug changed to question:
   https://answers.edge.launchpad.net/ubuntu/+source/vlc/+question/50635

-- 
vlc crashes instantly on any movie playback
https://bugs.launchpad.net/bugs/295041
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 294704] Re: Logitech Quickcam Cordless (wireless) (046d:0910) detected but doesn't work

2008-11-08 Thread IanW
Thanks for the information.
Assigning to package 'linux'

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

-- 
Logitech Quickcam Cordless (wireless) (046d:0910) detected but doesn't work
https://bugs.launchpad.net/bugs/294704
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 291325] Re: midori crashes on myspace (Segmentation fault)

2008-11-08 Thread Jouni Mettala
Thanks for your bugreport. Fortunately I cannot reproduce this with
midori 0.1.0 and libwebkit-1.0.1-4.

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

-- 
midori crashes on myspace (Segmentation fault)
https://bugs.launchpad.net/bugs/291325
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 284596] Re: nm-applet fail when another user is logged in (intrepid)

2008-11-08 Thread Shawn vega
I can confirm this. it's not working on my computer either even when you
try to start it by hand, and it's not a listed process for that user.

** Changed in: network-manager (Ubuntu)
   Status: Incomplete = Confirmed

-- 
nm-applet fail when another user is logged in (intrepid)
https://bugs.launchpad.net/bugs/284596
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 271530] Re: midori crashed with SIGSEGV in g_closure_invoke()

2008-11-08 Thread Jouni Mettala
Thanks for your bugreport. Fortunately I cannot reproduce this with
midori 0.1.0 and libwebkit-1.0.1-4.

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

-- 
midori crashed with SIGSEGV in g_closure_invoke()
https://bugs.launchpad.net/bugs/271530
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 295278] Re: [Jaunty] No Pulseaudio on Jaunty

2008-11-08 Thread Vojtěch Trefný
Confirm, see attached aptitude output.

** Attachment added: aptitude.txt
   http://launchpadlibrarian.net/19482847/aptitude.txt

** Changed in: alsa-lib (Ubuntu)
   Status: New = Confirmed

-- 
[Jaunty] No Pulseaudio on Jaunty
https://bugs.launchpad.net/bugs/295278
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 272204] Re: sysprof-module doesn't build

2008-11-08 Thread Michael Casadevall
This was fixed in jaunty by a sync from Debian.

** Changed in: sysprof (Ubuntu Intrepid)
   Importance: Undecided = High
   Status: New = In Progress
   Target: None = intrepid-updates

** Changed in: sysprof (Ubuntu Intrepid)
   Status: In Progress = Triaged

** Changed in: sysprof (Ubuntu)
   Status: Triaged = Fix Released

-- 
sysprof-module doesn't build
https://bugs.launchpad.net/bugs/272204
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 268625] Re: Intrepid: Regression Ndiswrapper is broken by b43 driver again

2008-11-08 Thread Andreas Gnau
From my understanding this isn't really a bug. If people want to use 
ndiswrapper they will have to blacklist ssb/b43.
If I misunderstood something, feel free to reopen this bug.

** Changed in: ndiswrapper (Ubuntu)
   Status: Incomplete = Invalid

-- 
Intrepid: Regression Ndiswrapper is broken by b43 driver again
https://bugs.launchpad.net/bugs/268625
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 295127] Re: libpar-perl won't install on intrepid due to libfile-temp-perl (= 0.05) dependency

2008-11-08 Thread Vojtěch Trefný
** Changed in: libpar-perl (Ubuntu)
   Status: New = Confirmed

-- 
libpar-perl won't install on intrepid due to libfile-temp-perl (= 0.05) 
dependency
https://bugs.launchpad.net/bugs/295127
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 294972] Re: xorg 10-20% cpu usage after intrepid upgrade, general system sluggishness

2008-11-08 Thread waydownsouth

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

-- 
xorg 10-20% cpu usage after intrepid upgrade, general system sluggishness
https://bugs.launchpad.net/bugs/294972
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 292616] Re: [needs-packaging] ibus

2008-11-08 Thread LI Daobing
** Changed in: ubuntu
   Status: New = In Progress

-- 
[needs-packaging] ibus
https://bugs.launchpad.net/bugs/292616
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 290506] Re: cheese doesn't show v4l2 video output and disables output on gstreamer-based apps ran afterwards

2008-11-08 Thread Filippo Argiolas
dominko, that's a known issue with your webcam driver please take a look at
http://bugzilla.gnome.org/show_bug.cgi?id=531835 and 
http://bugs.mediati.org/r5u870/issue17

So, am I the only one able to reproduce it both with cheese and plain
gstreamer?

-- 
cheese doesn't show v4l2 video output and disables output on gstreamer-based 
apps ran afterwards
https://bugs.launchpad.net/bugs/290506
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 295454] [NEW] [Intrepid] Compiz causes 20s hang/delay after login

2008-11-08 Thread roots
Public bug reported:

Binary package hint: compiz

hi there,

upgraded to intrepid 2 days ago via fresh install, now on every login
with compiz enabled i do get a 20s hang/delay before my desktop is
ready. during that time, first only the brown desktop-b/g is shown,
loading-watch is ticking, then after 2..3s only my desktop wallpaper
appears and the loading-watch is not ticking anymore. after another ~20s
finally all other desktop elements appear and my desktop is responsive.

on hardy the whole login process took approx. 3..5s (see my specs to
explain this). i disabled compiz to check and found that metacity is
available almost instantly after logon. in compiz i mainly use
expo/viewport switcher without additional eye candy. but even if i
reduce compiz settings to an absolute minimum the delay persists.

my sys/specs:

ubuntu hardy 8.10 (updates as of 11/07/08)
compiz 1:0.7.8-0ubuntu4.1
nvidia 177.80 drivers

intel e8500
gforce 280gtx
4gb ddr2-800
2x ssd mtron 7535 raid0 @ areca 1210

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

-- 
[Intrepid] Compiz causes 20s hang/delay after login
https://bugs.launchpad.net/bugs/295454
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 293586] Re: lack of CONFIG_GETOPT_LONG in busybox-udeb completely breaks Kickstart

2008-11-08 Thread Launchpad Bug Tracker
This bug was fixed in the package busybox - 1:1.10.2-2ubuntu1

---
busybox (1:1.10.2-2ubuntu1) jaunty; urgency=low

  * Resynchronise with Debian. Remaining changes:
- Enable chvt, getopt, killall, losetup, mktemp, NFS mount, od, ping,
  stat, and remote syslog for udeb targets.
- Enable 'mount -f' and mount helpers for all targets.
- Add busybox-initramfs.
- mkswap-uuid.patch: Set UUIDs on swap areas.
- sleep-fractional.patch: Add support for fractional times.
- procps-kernel-threads.patch: Avoid killing kernel threads in init when
  killing all processes.
- test-bin.patch: Move test and friends to /bin.
- mount-helper-fixes.patch: Add proper support for mount -i (don't use
  external mount helper), and trivial support for umount -i although
  busybox umount doesn't support external helpers yet. Fix handling of
  mount -f and -n.
  * Drop busybox-initramfs Breaks, since busybox prefers applets again.
  * getopt-long-only.patch: Allow 'getopt -l' to be enabled independently of
the whole of CONFIG_GETOPT_LONG, so that it can be enabled more cheaply.
  * Enable 'getopt -l' for udeb targets (LP: #293586).
  * Tag Ubuntu patches per
https://wiki.ubuntu.com/UbuntuDevelopment/PatchTaggingGuidelines.

busybox (1:1.10.2-2) unstable; urgency=low

  * [deb, static] Again prefer applets and fallback to real executable if it
is not found. (closes: #498029)
  * [deb, static] Reenable long options for several applets. (closes: #490396)
  * [udeb] Don't recompile during installation.

 -- Colin Watson [EMAIL PROTECTED]   Thu, 06 Nov 2008 17:38:28 +

** Changed in: busybox (Ubuntu)
   Status: Triaged = Fix Released

-- 
lack of CONFIG_GETOPT_LONG in busybox-udeb completely breaks Kickstart
https://bugs.launchpad.net/bugs/293586
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 286285] Re: kernel 2.6.27-7-generic bug BUG: scheduling while atomic: swapper/0/0x00000100

2008-11-08 Thread Antonio Salazar
Same here. I enabled the Proposed repository and was expecting for a 
linux-image-* package to appear in the updates after a refresh, but so far it 
hasn't. Retried just seconds ago.
I'm using the patch meanwhile, and the good news is that the bug hasn't 
appeared again.

-- 
kernel 2.6.27-7-generic bug BUG: scheduling while atomic: swapper/0/0x0100
https://bugs.launchpad.net/bugs/286285
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 295444] Re: dpkg-reconfigure libpam-runtime does not respect debconf frontend

2008-11-08 Thread Daniel Richard G.
Reassigning to debconf.

** Changed in: debconf (Ubuntu)
Sourcepackagename: pam = debconf
   Status: Invalid = New

-- 
dpkg-reconfigure libpam-runtime does not respect debconf frontend
https://bugs.launchpad.net/bugs/295444
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 295278] Re: [Jaunty] No Pulseaudio on Jaunty

2008-11-08 Thread Michael Casadevall
This is because alsa-plugins is currently dep-waiting on other packages
on i386 and amd64, and this issue will clear once the current buildd
backlog queue has finished in another few days. Marking invalid.

** Changed in: alsa-lib (Ubuntu)
   Status: Confirmed = Invalid

-- 
[Jaunty] No Pulseaudio on Jaunty
https://bugs.launchpad.net/bugs/295278
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 61827] Re: Wireless on Amilo M7440 doesn't work: needs module fsm7440

2008-11-08 Thread VicFdez
All we have been newbies once in our life ;-)

Unpack the fsam7440 code into a folder (usually you will do this into 
/usr/src/fsam7440-0.4)
Download the patch I have attached (fsam7440_2.6.27.patch) into the same folder.

cd to the source code and execute :

patch -b fsam7440.c fsam7440_2.6.27.patch

this will modify the original fsam7440.c file and create a
fsam7440.c.orig backup file.

Now you have you source patched! If you have any problem you can revert
to your original situation with :

cp fsam7440.c.orig fsam7440.c

good luck!

** Attachment added: Patch for AMILO fsam7440 under linux 2.6.27 kernels
   http://launchpadlibrarian.net/19483087/fsam7440_2.6.27.patch

-- 
Wireless on Amilo M7440 doesn't work: needs module fsm7440
https://bugs.launchpad.net/bugs/61827
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 294647] Re: [needs-packaging] TaterEdit

2008-11-08 Thread Roman Polach
not free software or even freely redistributable


** Changed in: ubuntu
   Status: New = Invalid

-- 
[needs-packaging] TaterEdit
https://bugs.launchpad.net/bugs/294647
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 294647] Re: [needs-packaging] TaterEdit

2008-11-08 Thread Roman Polach
According to TaterEdit licence, this is not free software or even freely 
redistributable.
Closing as Invalid

-- 
[needs-packaging] TaterEdit
https://bugs.launchpad.net/bugs/294647
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 277041] Re: audit2allow doesn't work

2008-11-08 Thread jmattock78
yeah this Is what I see out of audit2allow -d  also
(below)

 File /usr/bin/audit2allow, line 23
import python-sepolgen.audit as audit
 ^
SyntaxError: invalid syntax

-- 
audit2allow doesn't work
https://bugs.launchpad.net/bugs/277041
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 270846] Re: build of nvidia kernel module fails

2008-11-08 Thread willie
This is fixed for me now in the updated drivers from bug #251107 however
I think that better notification to the user when using the hardware
drivers manager that the install process failed would be beneficial, and
not to modify xorg.conf.

-- 
build of nvidia kernel module fails
https://bugs.launchpad.net/bugs/270846
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 295159] Re: dpkg was interrupted

2008-11-08 Thread Felipe Venegas
Thank you for taking the time to report this issue and helping to make
Ubuntu better. Examining the information you have given us, this does
not appear to be a bug report so we are closing it and converting it to
a question in the support tracker. We appreciate the difficulties you
are facing, but it would make more sense to raise problems you are
having in the support tracker at https://answers.launchpad.net/ubuntu if
you are uncertain if they are bugs. For help on reporting bugs, see
https://help.ubuntu.com/community/ReportingBugs .

** Changed in: ubuntu
   Status: New = Invalid

-- 
dpkg was interrupted
https://bugs.launchpad.net/bugs/295159
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 295455] [NEW] [needs-packaging] ibus-table

2008-11-08 Thread LI Daobing
Public bug reported:

table engine for ibus

Homepage: http://code.google.com/p/ibus/
license: LGPL

already in fedora and gentoo

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
[needs-packaging] ibus-table
https://bugs.launchpad.net/bugs/295455
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 293050] Re: Mic not working in Ubuntu 8.10 Laptop with Intel Corporation 82801H (ICH8 Family)

2008-11-08 Thread jimme
I also have the same problems. I even have the same sound card:

snip from output of lspci
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 03)

And I have the same kernel too 2.6.27-7-generic on 32 bit Intrepid ibex.
My gnome-sound-recorder also freezes on trying to record after clicking stop.

** Attachment added: output of 'sudo lspci -vv'
   http://launchpadlibrarian.net/19483191/op.txt

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

-- 
Mic not working in Ubuntu 8.10 Laptop with Intel Corporation 82801H (ICH8 
Family)
https://bugs.launchpad.net/bugs/293050
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 291398] Re: Recommended nVidia driver V173 gives no/corrupted display on Dell Dimension 4600 under Intrepid Ibex (Ubuntu 8.10)

2008-11-08 Thread swulf
Hi,

Here you are:

$ lspci -vvnn
00:00.0 Host bridge [0600]: Intel Corporation 82865G/PE/P DRAM 
Controller/Host-Hub Interface [8086:2570] (rev 02)
Subsystem: Dell Device [1028:0155]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
Latency: 0
Region 0: Memory at e800 (32-bit, prefetchable) [size=128M]
Capabilities: access denied
Kernel driver in use: agpgart-intel
Kernel modules: intel-agp

00:01.0 PCI bridge [0604]: Intel Corporation 82865G/PE/P PCI to AGP Controller 
[8086:2571] (rev 02)
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 64
Bus: primary=00, secondary=01, subordinate=01, sec-latency=64
Memory behind bridge: fd00-feaf
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-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Kernel modules: shpchp

00:1d.0 USB Controller [0c03]: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB 
UHCI Controller #1 [8086:24d2] (rev 02)
Subsystem: Dell Device [1028:0155]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 16
Region 4: I/O ports at ff80 [size=32]
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd

00:1d.1 USB Controller [0c03]: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB 
UHCI Controller #2 [8086:24d4] (rev 02)
Subsystem: Dell Device [1028:0155]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 19
Region 4: I/O ports at ff60 [size=32]
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd

00:1d.2 USB Controller [0c03]: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB 
UHCI Controller #3 [8086:24d7] (rev 02)
Subsystem: Dell Device [1028:0155]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin C routed to IRQ 18
Region 4: I/O ports at ff40 [size=32]
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd

00:1d.3 USB Controller [0c03]: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB 
UHCI Controller #4 [8086:24de] (rev 02)
Subsystem: Dell Device [1028:0155]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 16
Region 4: I/O ports at ff20 [size=32]
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd

00:1d.7 USB Controller [0c03]: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 
EHCI Controller [8086:24dd] (rev 02) (prog-if 20)
Subsystem: Dell Device [1028:0155]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin D routed to IRQ 23
Region 0: Memory at ffa80800 (32-bit, non-prefetchable) [size=1K]
Capabilities: access denied
Kernel driver in use: ehci_hcd
Kernel modules: ehci-hcd

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev 
c2)
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=32
I/O behind bridge: d000-dfff
Memory behind bridge: fcf0-fcff
Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-

[Bug 279789] Re: [jaunty] openoffice cannot write to samba shares (some kind of gvfs timeout?)

2008-11-08 Thread Christian Paratschek
Finally found something in launchpad:

Please close this, as it is a dupe of

https://bugs.launchpad.net/ubuntu/+source/samba/+bug/286828

** Changed in: linux (Ubuntu)
Sourcepackagename: openoffice.org = linux

-- 
[jaunty] openoffice cannot write to samba shares (some kind of gvfs timeout?)
https://bugs.launchpad.net/bugs/279789
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 261145] Re: Please sync afbackup 3.5.3-1 (universe) from Debian unstable

2008-11-08 Thread Alessio Treglia
That change now seems to be unnecessary.


It'a sync.

** Summary changed:

- Please merge afbackup 3.5.3-1 (universe) from Debian unstable
+ Please sync afbackup 3.5.3-1 (universe) from Debian unstable

** Attachment removed: afbackup.debdiff

   http://launchpadlibrarian.net/19355245/afbackup.debdiff

-- 
Please sync afbackup 3.5.3-1 (universe) from Debian unstable
https://bugs.launchpad.net/bugs/261145
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 295457] [NEW] package emacs21 21.4a+1-5.5 failed to install/upgrade:

2008-11-08 Thread Jens Gustedt
Public bug reported:

Binary package hint: emacs21

when updating to intrepid I ran into this

ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 8.10
ErrorMessage:
 ErrorMessage: Unterprozess post-installation script gab den Fehlerwert 255 
zurück
Package: emacs21 21.4a+1-5.5
SourcePackage: emacs21
Title: package emacs21 21.4a+1-5.5 failed to install/upgrade: 
Uname: Linux 2.6.27.4 x86_64

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


** Tags: apport-package

-- 
package emacs21 21.4a+1-5.5 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/295457
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 295456] [NEW] Please sync xserver-xorg-video-geode 2.10.1-4 (main) from Debian experimental (main).

2008-11-08 Thread Martin-Éric Racine
Public bug reported:

Binary package hint: xserver-xorg-video-geode

Please sync xserver-xorg-video-geode 2.10.1-4 (main) from Debian
experimental (main).

Changelog since current jaunty version 2.10.1-3build1:

xserver-xorg-video-geode (2.10.1-4) experimental; urgency=low

  * Removed the Vcs fields from debian/control.
  * Added lpia to Arch in debian/control.

 -- Martin-Éric Racine [EMAIL PROTECTED]  Wed, 15 Oct 2008 14:39:32 +0300

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

-- 
Please sync xserver-xorg-video-geode 2.10.1-4 (main) from Debian experimental 
(main).
https://bugs.launchpad.net/bugs/295456
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 294504] Re: requestsync: always breaks to --help

2008-11-08 Thread Martin-Éric Racine
I just figured out what causes this:  support for the old -s option was
silently dropped, instead of kept for backward-compatibility and my Bash
alias file had -s in it.

-- 
requestsync: always breaks to --help
https://bugs.launchpad.net/bugs/294504
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 295457] Re: package emacs21 21.4a+1-5.5 failed to install/upgrade:

2008-11-08 Thread Jens Gustedt

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

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

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

** Attachment added: VarLogDistupgradeMainlog.gz
   http://launchpadlibrarian.net/19483366/VarLogDistupgradeMainlog.gz

** Attachment added: VarLogDistupgradeMainprereqlog.gz
   http://launchpadlibrarian.net/19483367/VarLogDistupgradeMainprereqlog.gz

** Attachment added: VarLogDistupgradeTermlog.gz
   http://launchpadlibrarian.net/19483368/VarLogDistupgradeTermlog.gz

-- 
package emacs21 21.4a+1-5.5 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/295457
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 285090] Re: epiphany-webkit crashed with SIGSEGV

2008-11-08 Thread Jouni Mettala
Confirmed in jaunty. Epiphany is 2.24.1 and libwebkit is 1.0.1-4. Trying
to search from gmail.

** Changed in: webkit (Ubuntu)
   Status: New = Confirmed

-- 
epiphany-webkit crashed with SIGSEGV
https://bugs.launchpad.net/bugs/285090
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 295459] [NEW] package update-manager 1:0.93.34 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error code (1)

2008-11-08 Thread Jens Gustedt
Public bug reported:

Binary package hint: update-manager

happened when upgrading to intrepid

ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 8.10
ErrorMessage: ErrorMessage: SystemError in cache.commit(): E:Sub-process 
/usr/bin/dpkg returned an error code (1)

Package: update-manager 1:0.93.34
PackageArchitecture: all
SourcePackage: update-manager
Title: package update-manager 1:0.93.34 failed to install/upgrade: 
ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg 
returned an error code (1)
Uname: Linux 2.6.27.4 x86_64

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


** Tags: apport-package

-- 
package update-manager 1:0.93.34 failed to install/upgrade: ErrorMessage: 
SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error 
code (1)
https://bugs.launchpad.net/bugs/295459
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 295459] Re: package update-manager 1:0.93.34 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error code (1)

2008-11-08 Thread Jens Gustedt

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

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

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

** Attachment added: VarLogDistupgradeMainlog.gz
   http://launchpadlibrarian.net/19483427/VarLogDistupgradeMainlog.gz

** Attachment added: VarLogDistupgradeMainprereqlog.gz
   http://launchpadlibrarian.net/19483428/VarLogDistupgradeMainprereqlog.gz

** Attachment added: VarLogDistupgradeTermlog.gz
   http://launchpadlibrarian.net/19483429/VarLogDistupgradeTermlog.gz

-- 
package update-manager 1:0.93.34 failed to install/upgrade: ErrorMessage: 
SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error 
code (1)
https://bugs.launchpad.net/bugs/295459
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 295458] [NEW] FF3 semi-crashes on back gesture with Mouse Gestures Redox 2.0.3

2008-11-08 Thread ZilverZurfarn
Public bug reported:

On both my machines, after upgrading from 8.04 to 8.10 (and in that
procedure upgrading from FF2 to FF3) the add on Mouse Gestures Redox
cause FF3 to freeze with only the window decoration still active
(close/max/min buttons active, but that's it). Menu bar, tool bar and
link bar disappear at the crash.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
FF3 semi-crashes on back gesture with Mouse Gestures Redox 2.0.3
https://bugs.launchpad.net/bugs/295458
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 295455] Re: [needs-packaging] ibus-table

2008-11-08 Thread LI Daobing
** Tags added: needs-packaging

-- 
[needs-packaging] ibus-table
https://bugs.launchpad.net/bugs/295455
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 295193] Re: epiphany-webkit incorrectly displays div

2008-11-08 Thread Jouni Mettala
Midori 0.1.0 with webkit-1.0.1-4 has this bug too. I am changing the
source package.

** Changed in: webkit (Ubuntu)
Sourcepackagename: epiphany-browser = webkit
   Status: New = Confirmed

-- 
epiphany-webkit incorrectly displays div
https://bugs.launchpad.net/bugs/295193
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 289610] Re: Intrepid cannot find ethernet

2008-11-08 Thread Olof Staffans
*** This bug is a duplicate of bug 289466 ***
https://bugs.launchpad.net/bugs/289466

This problem has now been essentially resolved.  I downloaded the newest 
alternate intrepid i386 image, burned it to a CD-rom, and upgraded the 
distribution from the CD-rom.  After a restart I was able to access the 
internet through eth0.

The word essentially above means the following: There is still 
something strange going on in the connection: The first time that the 
dhcp negotiation is finished and suppose to be activated the kernel 
still resets the connection, and everything has to start all over again. 
  However, now the second time succeeds.  Before it went into an 
indefinite loop.

Olof

Olof Staffans wrote:
 I do not understand in which sense this could possibly be a duplicate of 
 bug 289466.  I run KDE, not gnome, and I have no problem whatsoever with 
 the applet.
 
 My problem is connected with eth0 and the interplay between the kernel 
 and the network manager: As soon as the dhcp negotiation is ready and 
 the eth0 is supposed to be made public, somebody (the kernel?) decides 
 to shut down the port and start all over again.  As a result, I have no 
 connection to the internet while running intrepid.  See the enclosed 
 piece of the syslog.
 
 My physical connection is the following: The eth0 port is connected to a 
 Zyxel homepna modem, which is then connected by telehpone wire to the 
 server in the basement of our 6 story house.  It seems like the kernel 
 reset (that you find in the syslog) causes the Zyxel modem to go off 
 line, which then starts the process all over again.
 
 Martin Pitt wrote:
 *** This bug is a duplicate of bug 289466 ***
 https://bugs.launchpad.net/bugs/289466

 Thank you. From the kernel log and ifconfig I see that the Ethernet
 device is detected properly, but it wasn't configured (no IP, etc.). I
 tentatively assign it to network-manager, but I think I need some
 further information now.

 Did you log into this system locally and start a GNOME session, or did
 you do something else? (Remote login through ssh, or text mode login,
 etc.). Can you please do a clean boot and then attach
 /etc/network/interfaces and /var/log/daemon.log?

 Thank you!

 ** Changed in: network-manager (Ubuntu)
 Sourcepackagename: None = network-manager



** Attachment added: syslog
   http://launchpadlibrarian.net/19483400/syslog

-- 
Intrepid cannot find ethernet
https://bugs.launchpad.net/bugs/289610
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 200234] Re: nice crashed with SIGSEGV in qsort()

2008-11-08 Thread Jim Meyering
nice doesn't call qsort directly, but rather only via libc's setlocale function.
As such, I suggest you reassign this report to glibc.

-- 
nice crashed with SIGSEGV in qsort()
https://bugs.launchpad.net/bugs/200234
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 108616] Re: Some keys don't work in gedit with France keyboard layout

2008-11-08 Thread Nicolas Bros
I tested again and I couldn't reproduce the problem I had (it's been 3
versions of Ubuntu since I opened this bug!).

-- 
Some keys don't work in gedit with France keyboard layout
https://bugs.launchpad.net/bugs/108616
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 65305] Re: libmodplug 0.8.4

2008-11-08 Thread Steve Guio
It's now in Ubuntu Jaunty.

** Changed in: libmodplug (Ubuntu)
   Status: Confirmed = Fix Released

-- 
libmodplug 0.8.4
https://bugs.launchpad.net/bugs/65305
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 295462] [NEW] package capplets-data 1:2.24.0.1-0ubuntu7.1 failed to install/upgrade: subproces post-installation script gaf een foutwaarde 245 terug

2008-11-08 Thread Gert-Jan Meinen
Public bug reported:

Binary package hint: gnome-control-center

No idea what went wrong, just hit update - update all and in the end
this error appears.

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 8.10
ErrorMessage: subproces post-installation script gaf een foutwaarde 245 terug
Package: capplets-data 1:2.24.0.1-0ubuntu7.1
PackageArchitecture: all
SourcePackage: gnome-control-center
Title: package capplets-data 1:2.24.0.1-0ubuntu7.1 failed to install/upgrade: 
subproces post-installation script gaf een foutwaarde 245 terug
Uname: Linux 2.6.27-7-generic i686

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


** Tags: apport-package

-- 
package capplets-data 1:2.24.0.1-0ubuntu7.1 failed to install/upgrade: 
subproces post-installation script gaf een foutwaarde 245 terug
https://bugs.launchpad.net/bugs/295462
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 295462] Re: package capplets-data 1:2.24.0.1-0ubuntu7.1 failed to install/upgrade: subproces post-installation script gaf een foutwaarde 245 terug

2008-11-08 Thread Gert-Jan Meinen

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

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/19483502/DpkgTerminalLog.txt

-- 
package capplets-data 1:2.24.0.1-0ubuntu7.1 failed to install/upgrade: 
subproces post-installation script gaf een foutwaarde 245 terug
https://bugs.launchpad.net/bugs/295462
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 295460] [NEW] Firefox forces the NetworkManager applet to reconnect the network

2008-11-08 Thread Christian Roessner
Public bug reported:

Binary package hint: totem-gstreamer

Hi,

it is a very strange behavior, but when surfing with firefox ( Intrepid-
64bit ) for example to www.heute.de and clicking on play in the embbeded
video, suddenly the network gets disconnected and reconnected.

I can reproduce this bug, when ever I retry it.

See the attached picture for details ( URL and which applet ).

I also looked with tail -f at .xsession-errors andcopied the relevant
part to a second file.

I guess, there might be more examples for this bug, but currently I only
can show you this one.

Kind regards
Christian

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

-- 
Firefox forces the NetworkManager applet to reconnect the network
https://bugs.launchpad.net/bugs/295460
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 295460] Re: Firefox forces the NetworkManager applet to reconnect the network

2008-11-08 Thread Christian Roessner

** Attachment added: heute-de.png
   http://launchpadlibrarian.net/19483443/heute-de.png

-- 
Firefox forces the NetworkManager applet to reconnect the network
https://bugs.launchpad.net/bugs/295460
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 295460] Re: Firefox forces the NetworkManager applet to reconnect the network

2008-11-08 Thread Christian Roessner

** Attachment added: bugreport2.gz
   http://launchpadlibrarian.net/19483447/bugreport2.gz

-- 
Firefox forces the NetworkManager applet to reconnect the network
https://bugs.launchpad.net/bugs/295460
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 294667] Re: Unkown symbol while loading iwl3945

2008-11-08 Thread Marios Karaoulis
Removing linux-backports-modules helped me too.

-- 
Unkown symbol while loading iwl3945
https://bugs.launchpad.net/bugs/294667
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 151541] Re: gstreamer audio cd playback problems

2008-11-08 Thread Axx83
Last time I checked on 8.04 cd played fine, I don't know about cd
extracting but I think they work smoothly as well. I'll try as soon as I
can, thanks for the attention.

-- 
gstreamer audio cd playback problems
https://bugs.launchpad.net/bugs/151541
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 69739] Re: Wording on Edubuntu LAN card detection screen

2008-11-08 Thread John Ingleby
On Fri, 2008-11-07 at 19:21 +, Adam Niedling wrote:
 Which version of Edubuntu are you using? I guess the issue is the same
 with Ubuntu too. Feel free to reopen this report.
 
Adam,

It's only really an issue with Edubuntu, when some (not all) thin client
servers are set up with 2 ethernet ports. Which port is the main one:
the thin client network or the WAN connection? I wasted a lot of time
figuring that out! In Fedora/RHEL versions of LTSP the distinction used
to be clear, although it's a while now since I installed either.

If it's still looks like an issue when I next install Edubuntu (around
Christmas) I'll suggest it's dealt with in the Edubuntu documentation.

Best regards,

John

-- 
Wording on Edubuntu LAN card detection screen
https://bugs.launchpad.net/bugs/69739
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 39449] Re: Error messages over-current change on port 1

2008-11-08 Thread Gennaro Bellizio
I have the same problem on my laptop since Feisty and no usb device
worked. After some investigation I blacklisted snd-hda-intel module. Now
usb storage devices work but my usb printer still does not work. When I
plug the printer I see a lot of over-current change messages and all usb
devices plugged are deactivated. I don't think that the problem is due
to the printer because when I plug it to other computers work correctly.
I have no other usb devices to do other tests.

** Attachment added: This is the lspci output
   http://launchpadlibrarian.net/19483423/lspci

-- 
Error messages over-current change on port 1
https://bugs.launchpad.net/bugs/39449
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 39449] Re: Error messages over-current change on port 1

2008-11-08 Thread Gennaro Bellizio

** Attachment added: This the dmesg output
   http://launchpadlibrarian.net/19483470/dmesg

-- 
Error messages over-current change on port 1
https://bugs.launchpad.net/bugs/39449
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 39449] Re: Error messages over-current change on port 1

2008-11-08 Thread Gennaro Bellizio

** Attachment added: This the lshw output
   http://launchpadlibrarian.net/19483484/lshw

-- 
Error messages over-current change on port 1
https://bugs.launchpad.net/bugs/39449
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 295463] [NEW] No audio with Intrepid Ibex on ThinkPad X60s

2008-11-08 Thread Sebastian Bergmann
Public bug reported:

I have no audio on my ThinkPad X60s with Intrepid Ibex. Worked fine with
Hardy Heron and older versions.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
No audio with Intrepid Ibex on ThinkPad X60s
https://bugs.launchpad.net/bugs/295463
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 295463] Re: No audio with Intrepid Ibex on ThinkPad X60s

2008-11-08 Thread Sebastian Bergmann

** Attachment added: Output of lspci -vvv
   http://launchpadlibrarian.net/19483534/lspci-vvv.txt

-- 
No audio with Intrepid Ibex on ThinkPad X60s
https://bugs.launchpad.net/bugs/295463
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 295463] Re: No audio with Intrepid Ibex on ThinkPad X60s

2008-11-08 Thread Sebastian Bergmann

** Attachment added: Output of dmesg
   http://launchpadlibrarian.net/19483536/dmesg.txt

-- 
No audio with Intrepid Ibex on ThinkPad X60s
https://bugs.launchpad.net/bugs/295463
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 295463] Re: No audio with Intrepid Ibex on ThinkPad X60s

2008-11-08 Thread Sebastian Bergmann

** Attachment added: Output of lsmod
   http://launchpadlibrarian.net/19483538/lsmod.txt

-- 
No audio with Intrepid Ibex on ThinkPad X60s
https://bugs.launchpad.net/bugs/295463
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 295455] Re: [needs-packaging] ibus-table

2008-11-08 Thread LI Daobing
** Changed in: ubuntu
 Assignee: (unassigned) = LI Daobing (lidaobing)

-- 
[needs-packaging] ibus-table
https://bugs.launchpad.net/bugs/295455
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 283256] Re: [needs-packaging] installation-report-generator

2008-11-08 Thread Alessio Treglia
Package is ready: http://revu.ubuntuwire.com/details.py?upid=3864

-- 
[needs-packaging] installation-report-generator
https://bugs.launchpad.net/bugs/283256
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 281915] Re: [CVE-2008-4437] - Directory traversal vulnerability allows remote attackers to read arbitrary files via an XML file

2008-11-08 Thread Luca Falavigna
Debian should have fixed this by including 3.0.5.0-1, mind preparing a
debdiff against it?

-- 
[CVE-2008-4437] - Directory traversal vulnerability allows remote attackers to 
read arbitrary files via an XML file
https://bugs.launchpad.net/bugs/281915
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 260326] Re: I can't install kdiff3 on Intrepid (Broken dependecy)

2008-11-08 Thread Tero Saarni
Does anyone have PPA build of kdiff3?

-- 
I can't install kdiff3 on Intrepid (Broken dependecy)
https://bugs.launchpad.net/bugs/260326
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 295468] [NEW] Adobe Flashplayer Ubuntu 8.10 - NO SOUND

2008-11-08 Thread jrcampos
Public bug reported:

Binary package hint: firefox-3.0-gnome-support

No sound with flashplugin, all other sounds OK. 
Adobe flashplugin 10.0.12.36 ubuntu 1. 

Probelm started with upgrade from Ubuntu 8.04 to Ubuntu 8.10. With
Ubuntu 8.04 sound worked OK with flashplayer.

Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.9.0.3) Gecko/2008101315
Ubuntu/8.10 (intrepid) Firefox/3.0.3

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
Package: firefox-3.0 3.0.3+nobinonly-0ubuntu2
ProcEnviron:
 
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
SourcePackage: firefox-3.0
Uname: Linux 2.6.27-7-generic i686

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


** Tags: apport-bug

-- 
Adobe Flashplayer Ubuntu 8.10 - NO SOUND
https://bugs.launchpad.net/bugs/295468
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 295468] Re: Adobe Flashplayer Ubuntu 8.10 - NO SOUND

2008-11-08 Thread jrcampos

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

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

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

-- 
Adobe Flashplayer Ubuntu 8.10 - NO SOUND
https://bugs.launchpad.net/bugs/295468
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 295467] [NEW] package libpciaccess0 0.10.3-1 failed to install/upgrade:

2008-11-08 Thread Jonathan B. Wiebe
Public bug reported:

Got an error Could not install
'/var/cache/apt/archives/libpciaccess0_0.10.1-1_i386.deb' while
upgrading from hardy to intrepid.

ProblemType: Package
Architecture: i386
Dependencies:
 libgcc1 1:4.3.2-1ubuntu11
 gcc-4.3-base 4.3.2-1ubuntu11
 findutils 4.4.0-2ubuntu3
 libc6 2.8~20080505-0ubuntu7
DistroRelease: Ubuntu 8.10
ErrorMessage:
 ErrorMessage: subprocess post-removal script returned error exit status 2
NonfreeKernelModules: nvidia
Package: libpciaccess0 0.10.3-1
SourcePackage: libpciaccess
Title: package libpciaccess0 0.10.3-1 failed to install/upgrade: 
Uname: Linux 2.6.24-21-386 i686

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


** Tags: apport-package

-- 
package libpciaccess0 0.10.3-1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/295467
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 295467] Re: package libpciaccess0 0.10.3-1 failed to install/upgrade:

2008-11-08 Thread Jonathan B. Wiebe

** Attachment added: VarLogDistupgradeAptautoinstfixuplog.gz
   
http://launchpadlibrarian.net/19483634/VarLogDistupgradeAptautoinstfixuplog.gz

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

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

** Attachment added: VarLogDistupgradeMainlog.gz
   http://launchpadlibrarian.net/19483638/VarLogDistupgradeMainlog.gz

** Attachment added: VarLogDistupgradeMainprereqlog.gz
   http://launchpadlibrarian.net/19483639/VarLogDistupgradeMainprereqlog.gz

** Attachment added: VarLogDistupgradeMainupdateselflog.gz
   http://launchpadlibrarian.net/19483640/VarLogDistupgradeMainupdateselflog.gz

** Attachment added: VarLogDistupgradeTermlog.gz
   http://launchpadlibrarian.net/19483641/VarLogDistupgradeTermlog.gz

-- 
package libpciaccess0 0.10.3-1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/295467
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 295466] [NEW] video play stops as soon as adjusting volume in gnome-mplayer

2008-11-08 Thread sao3
Public bug reported:

Binary package hint: gnome-mplayer

[EMAIL PROTECTED]:~$ dpkg --list | grep mplayer
ii gnome-mplayer 0.7.0-1ubuntu1 A simple GUI for MPlayer
ii mplayer 2:1.0~rc2-0ubuntu17 The Ultimate Movie Player For Linux

I am using intrepid, and I face this bug when:

1. open a movie with GNOME Mplayer
2. click the volume icon on the right side of the bottom bar.
3. adjust volume.

The movie stops immediately.

And on another laptop of my friend, when I continue moving the volume
control, the movie plays without volume..as soon as I stop moving it,
play stops.


I've reported a bug for another bug when control volume in 
gnome-mplayer(https://bugs.launchpad.net/ubuntu/+source/gnome-mplayer/+bug/295433),
 but I think they are not the same bug, because this bug appears in full-screen 
mode as well as in window mode.

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

-- 
video play stops as soon as adjusting volume in gnome-mplayer
https://bugs.launchpad.net/bugs/295466
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 295461] Re: invest-applet crashed with ValueError in on_quotes_open()

2008-11-08 Thread Apport retracing service
*** This bug is a duplicate of bug 148326 ***
https://bugs.launchpad.net/bugs/148326

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt

   http://launchpadlibrarian.net/19483476/Dependencies.txt

** Attachment removed: ProcStatus.txt

   http://launchpadlibrarian.net/19483478/ProcStatus.txt

** Attachment removed: ProcMaps.txt

   http://launchpadlibrarian.net/19483477/ProcMaps.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 148326
   invest-applet crashed with ValueError in on_quotes_open()

-- 
invest-applet crashed with ValueError in on_quotes_open()
https://bugs.launchpad.net/bugs/295461
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 292129] Re: no sound after resume from suspend/hibernate

2008-11-08 Thread Björn Kaiser
IBM ThinkPad T42, same bug and same workaround as for the others.

00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH
4-L/ICH4-M) AC'97 Audio Controller (rev 01)

-- 
no sound after resume from suspend/hibernate
https://bugs.launchpad.net/bugs/292129
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 290506] Re: cheese doesn't show v4l2 video output and disables output on gstreamer-based apps ran afterwards

2008-11-08 Thread Shawn vega
no, I can also reproduce it with both cheese and gstreamer

-- 
cheese doesn't show v4l2 video output and disables output on gstreamer-based 
apps ran afterwards
https://bugs.launchpad.net/bugs/290506
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 269855] Re: Please apply patch to fix issue with Si3054 modems

2008-11-08 Thread Luca Falavigna
Debian has 2.9.11~20080817-1, mind preparing a merge/sync request for
it?

-- 
Please apply patch to fix issue with Si3054 modems
https://bugs.launchpad.net/bugs/269855
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 295472] [NEW] No manual entry for gnome-sound-properties

2008-11-08 Thread Detlef Lechner
Public bug reported:

Binary package hint: gnome-control-center

~$ man gnome-sound-properties; No manual entry for gnome-sound-properties
~$ lsb_release -rd; Description:   Ubuntu 8.04.1; Release: 8.04
gnome-control-center 1:2.22.1-0ubuntu4.1
I expected to read a meaningful manpage describing all functions and settings 
of the gnome-sound-properties dialog in sufficient detail for a user without 
need to refer to source code.
It happened instead that I have got the answer: No manual entry for 
gnome-sound-properties.

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

-- 
No manual entry for gnome-sound-properties
https://bugs.launchpad.net/bugs/295472
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 295471] [NEW] package libgmp3c2 2:4.2.2+dfsg-3ubuntu1 failed to install/upgrade:

2008-11-08 Thread Jonathan B. Wiebe
Public bug reported:

Error upgrading from hardy to intrepid.

ProblemType: Package
Architecture: i386
Dependencies:
 libgcc1 1:4.3.2-1ubuntu11
 gcc-4.3-base 4.3.2-1ubuntu11
 findutils 4.4.0-2ubuntu3
 libc6 2.8~20080505-0ubuntu7
DistroRelease: Ubuntu 8.10
ErrorMessage:
 ErrorMessage: subprocess post-removal script returned error exit status 2
NonfreeKernelModules: nvidia
Package: libgmp3c2 2:4.2.2+dfsg-3ubuntu1
SourcePackage: gmp
Title: package libgmp3c2 2:4.2.2+dfsg-3ubuntu1 failed to install/upgrade: 
Uname: Linux 2.6.24-21-386 i686

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


** Tags: apport-package

-- 
package libgmp3c2 2:4.2.2+dfsg-3ubuntu1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/295471
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 295471] Re: package libgmp3c2 2:4.2.2+dfsg-3ubuntu1 failed to install/upgrade:

2008-11-08 Thread Jonathan B. Wiebe

** Attachment added: VarLogDistupgradeAptautoinstfixuplog.gz
   
http://launchpadlibrarian.net/19483745/VarLogDistupgradeAptautoinstfixuplog.gz

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

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

** Attachment added: VarLogDistupgradeMainlog.gz
   http://launchpadlibrarian.net/19483748/VarLogDistupgradeMainlog.gz

** Attachment added: VarLogDistupgradeMainprereqlog.gz
   http://launchpadlibrarian.net/19483749/VarLogDistupgradeMainprereqlog.gz

** Attachment added: VarLogDistupgradeMainupdateselflog.gz
   http://launchpadlibrarian.net/19483750/VarLogDistupgradeMainupdateselflog.gz

** Attachment added: VarLogDistupgradeTermlog.gz
   http://launchpadlibrarian.net/19483751/VarLogDistupgradeTermlog.gz

-- 
package libgmp3c2 2:4.2.2+dfsg-3ubuntu1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/295471
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 295470] [NEW] package libxkbfile1 1:1.0.5-1 failed to install/upgrade:

2008-11-08 Thread Jonathan B. Wiebe
Public bug reported:

Error upgrading from hardy to intrepid.

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 8.10
ErrorMessage:
 ErrorMessage: subprocess post-removal script returned error exit status 2
NonfreeKernelModules: nvidia
Package: libxkbfile1 1:1.0.5-1
SourcePackage: libxkbfile
Title: package libxkbfile1 1:1.0.5-1 failed to install/upgrade: 
Uname: Linux 2.6.24-21-386 i686

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


** Tags: apport-package

-- 
package libxkbfile1 1:1.0.5-1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/295470
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 295470] Re: package libxkbfile1 1:1.0.5-1 failed to install/upgrade:

2008-11-08 Thread Jonathan B. Wiebe

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

** Attachment added: VarLogDistupgradeAptautoinstfixuplog.gz
   
http://launchpadlibrarian.net/19483700/VarLogDistupgradeAptautoinstfixuplog.gz

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

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

** Attachment added: VarLogDistupgradeMainlog.gz
   http://launchpadlibrarian.net/19483703/VarLogDistupgradeMainlog.gz

** Attachment added: VarLogDistupgradeMainprereqlog.gz
   http://launchpadlibrarian.net/19483704/VarLogDistupgradeMainprereqlog.gz

** Attachment added: VarLogDistupgradeMainupdateselflog.gz
   http://launchpadlibrarian.net/19483705/VarLogDistupgradeMainupdateselflog.gz

** Attachment added: VarLogDistupgradeTermlog.gz
   http://launchpadlibrarian.net/19483706/VarLogDistupgradeTermlog.gz

-- 
package libxkbfile1 1:1.0.5-1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/295470
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 295469] [NEW] package xkb-data 1.3-2ubuntu4 failed to install/upgrade:

2008-11-08 Thread Jonathan B. Wiebe
Public bug reported:

Binary package hint: xkeyboard-config

Error upgrading from hardy to intrepid.

ProblemType: Package
Architecture: i386
Dependencies:
 
DistroRelease: Ubuntu 8.10
ErrorMessage:
 ErrorMessage: subprocess post-removal script returned error exit status 2
NonfreeKernelModules: nvidia
Package: xkb-data 1.3-2ubuntu4
PackageArchitecture: all
ProcVersion: Linux version 2.6.24-21-386 ([EMAIL PROTECTED]) (gcc version 4.2.3 
(Ubuntu 4.2.3-2ubuntu7)) #1 Tue Oct 21 23:10:03 UTC 2008

SourcePackage: xkeyboard-config
Title: package xkb-data 1.3-2ubuntu4 failed to install/upgrade: 
Uname: Linux 2.6.24-21-386 i686
xkbcomp:

** Affects: xkeyboard-config (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package

-- 
package xkb-data 1.3-2ubuntu4 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/295469
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 295469] Re: package xkb-data 1.3-2ubuntu4 failed to install/upgrade:

2008-11-08 Thread Jonathan B. Wiebe

** Attachment added: LsMod.txt
   http://launchpadlibrarian.net/19483662/LsMod.txt

** Attachment added: LsPci.txt
   http://launchpadlibrarian.net/19483663/LsPci.txt

** Attachment added: VarLogDistupgradeAptautoinstfixuplog.gz
   
http://launchpadlibrarian.net/19483664/VarLogDistupgradeAptautoinstfixuplog.gz

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

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

** Attachment added: VarLogDistupgradeMainlog.gz
   http://launchpadlibrarian.net/19483667/VarLogDistupgradeMainlog.gz

** Attachment added: VarLogDistupgradeMainprereqlog.gz
   http://launchpadlibrarian.net/19483668/VarLogDistupgradeMainprereqlog.gz

** Attachment added: VarLogDistupgradeMainupdateselflog.gz
   http://launchpadlibrarian.net/19483669/VarLogDistupgradeMainupdateselflog.gz

** Attachment added: VarLogDistupgradeTermlog.gz
   http://launchpadlibrarian.net/19483671/VarLogDistupgradeTermlog.gz

** Attachment added: XorgConf.txt
   http://launchpadlibrarian.net/19483672/XorgConf.txt

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

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

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

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

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

-- 
package xkb-data 1.3-2ubuntu4 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/295469
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 295454] Re: [Intrepid] Compiz causes 20s hang/delay after login

2008-11-08 Thread roots
a small correction: in the first 'stage', the d/t background is not
(ubuntu)brown but black, so i assume no b/g whatsoever is loaded.

-- 
[Intrepid] Compiz causes 20s hang/delay after login
https://bugs.launchpad.net/bugs/295454
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 135894] Re: remove tilp from gutsy

2008-11-08 Thread Luca Falavigna
Debian upgraded tilp to 6.81-1 recently
(http://packages.qa.debian.org/t/tilp/news/20081020T141711Z.html), is
this change still required? Are there reasons why Debian maintainer
didn't switch to tilp2?

-- 
remove tilp from gutsy
https://bugs.launchpad.net/bugs/135894
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 295477] [NEW] package xserver-xorg-video-r128 6.8.0-1ubuntu2 failed to install/upgrade:

2008-11-08 Thread Jonathan B. Wiebe
Public bug reported:

Binary package hint: xserver-xorg-video-r128

Error upgrading from hardy to intrepid

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 8.10
ErrorMessage:
 ErrorMessage: subprocess post-removal script returned error exit status 2
NonfreeKernelModules: nvidia
Package: xserver-xorg-video-r128 6.8.0-1ubuntu2
SourcePackage: xserver-xorg-video-r128
Title: package xserver-xorg-video-r128 6.8.0-1ubuntu2 failed to 
install/upgrade: 
Uname: Linux 2.6.24-21-386 i686

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


** Tags: apport-package

-- 
package xserver-xorg-video-r128 6.8.0-1ubuntu2 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/295477
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   >