[Bug 348075] Re: CIFS VFS: server not responding

2009-03-25 Thread Thierry Carrez
*** This bug is a duplicate of bug 211631 ***
https://bugs.launchpad.net/bugs/211631

Duplicate of bug 211631

The community doc you point to was never an official solution, as it
breaks other functionality (like having /usr on NFS). At that point
mounting network filesystems at boot while using NetworkManager to
handle your network (rather than editing /etc/network/interfaces) is not
really supported.

Please also see https://lists.ubuntu.com/archives/ubuntu-
devel/2009-March/027770.html for a discussion on how to fix it.

** This bug has been marked a duplicate of bug 211631
   Network is brought down before network filesystems are unmounted (CIFS 
timeout at shutdown)

-- 
CIFS VFS: server not responding
https://bugs.launchpad.net/bugs/348075
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 348283] Re: package mysql-server-5.0 won't install when /tmp mounted 'noexec'

2009-03-25 Thread Andreas Olsson
I can confirm this problem in Intrepid (mysql 5.0.67-0ubuntu6) as well
as in Jaunty (5.1.30really5.0.75-0ubuntu8).

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

-- 
package mysql-server-5.0 won't install when /tmp mounted 'noexec'
https://bugs.launchpad.net/bugs/348283
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 270395] Re: cannot resolve windows host name

2009-03-25 Thread clovepower
Thanks Steve, I was not aware of the options.

So far winbind appears to be working good on my LAN...and until it works
do not fix it :)

-- 
cannot resolve windows host name
https://bugs.launchpad.net/bugs/270395
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 347788] Re: OpenVPN client does not recognize WLAN connections

2009-03-25 Thread firebird
ok, i am starting to understand, what you meant by more information on the 
configuration:
i have defined the LAN connection during installation of intrepid, and of 
course i can see it in network-manager as eth0.
checkbox system setting is enabled there.

the vpn is not configured in network-manager as i am using pkcs12 (ie. *.p12) 
certificates which are currently not supported by network-manager.
the vpn is not being established automatically during system startup, but i 
have installed openvpngui, which is a very simple to use taskbar applet that 
uses the config files in /etc/openvpn and that allows to select between several 
different configs. 
this implies that all routes should practically be there, as i of course gnome 
needs to be running in order to use openvpngui.

btw. the wireless connection is also not being started automatically during 
system startup, but i connect manually through the network-manager taskbar 
applet.
the reason for this is that i run from one institute to another and all of 
those of course have differen networks...

please see the attachment for information on the daemon.log

** Attachment added: log.txt
   http://launchpadlibrarian.net/24326067/log.txt

-- 
OpenVPN client does not recognize WLAN connections
https://bugs.launchpad.net/bugs/347788
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 348283] Re: package mysql-server-5.0 won't install when /tmp mounted 'noexec'

2009-03-25 Thread Andreas Olsson
*** This bug is a duplicate of bug 90085 ***
https://bugs.launchpad.net/bugs/90085

Actually, this seems to a dpkg/debconf issue. See Bug #90085, to which
this bug is a duplicate of, for more information. It also seems to
contain some workaround information.

** This bug has been marked a duplicate of bug 90085
   When /tmp is mounted noexec, preconfigure fails

-- 
package mysql-server-5.0 won't install when /tmp mounted 'noexec'
https://bugs.launchpad.net/bugs/348283
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


Re: [Bug 303458] Re: segfault in pam_smbpass.so

2009-03-25 Thread Steve Langasek
On Tue, Mar 24, 2009 at 12:58:40PM -, Thierry Carrez wrote:
 Steve,
 The smbpasswd-syslog.patch you submitted to Samba [1] as a fix to Debian
 bug 434372 never made it to a Samba release. Since this sudo segfault
 issue seems to only affect our build (and only since Intrepid) I was
 wondering if the patch was not introducing an issue when run against the
 3.2 or 3.3 line... It looks alright to me, but...

It's possible, but I can't see any bugs in the patch and there are no
warnings in the build log related to this code.

And it's still not reproducible for me. :/

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org

-- 
segfault in pam_smbpass.so
https://bugs.launchpad.net/bugs/303458
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 348126] Re: ssh are using ssh-userauth but ignores private key

2009-03-25 Thread Thierry Carrez
Works for me, using ssh-agent:
debug1: Next authentication method: publickey
debug1: Offering public key: meuh-rsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: Server accepts key: pkalg ssh-rsa blen 277
debug2: input_userauth_pk_ok: fp snipp
debug3: sign_and_send_pubkey
debug1: Authentication succeeded (publickey).

Jaunty ssh-client ssh-server 1:5.1p1-5ubuntu1

-- 
ssh are using ssh-userauth but ignores private key
https://bugs.launchpad.net/bugs/348126
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 347788] Re: OpenVPN client does not recognize WLAN connections

2009-03-25 Thread firebird
err yes, as far as i can see with tail -f on /var/log/daemon.log nothing is 
being inserted there if i start the vpn via openvpngui, so heres another log 
from the openvpn output window.
i believe these two lines to be the interesting ones: 

Wed Mar 25 10:17:01 2009 TLS Error: TLS key negotiation failed to occur within 
60 seconds (check your network connectivity)
Wed Mar 25 10:17:01 2009 TLS Error: TLS handshake failed

** Attachment added: TerminalOutput.txt
   http://launchpadlibrarian.net/24326498/TerminalOutput.txt

-- 
OpenVPN client does not recognize WLAN connections
https://bugs.launchpad.net/bugs/347788
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 341526] Re: Add support for Dell Driver Injection Disk

2009-03-25 Thread Bug Watch Updater
** Changed in: fedora
   Status: In Progress = Fix Released

-- 
Add support for Dell Driver Injection Disk
https://bugs.launchpad.net/bugs/341526
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 348126] Re: ssh are using ssh-userauth but ignores private key

2009-03-25 Thread rancor
I have 2 systems with this problem and 1 where it works as expected.

-- 
ssh are using ssh-userauth but ignores private key
https://bugs.launchpad.net/bugs/348126
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 348454] Re: PDU support not working

2009-03-25 Thread Arnaud Quette

** Attachment added: nut_2.4.1-2ubuntu2_ubuntu3.debdiff
   http://launchpadlibrarian.net/24333419/nut_2.4.1-2ubuntu2_ubuntu3.debdiff

-- 
PDU support not working
https://bugs.launchpad.net/bugs/348454
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut 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 348454] [NEW] PDU support not working

2009-03-25 Thread Arnaud Quette
Public bug reported:

Binary package hint: nut

we (NUT upstream) recently uncovered an issue with the tested PDU from Eaton:
the pre compiler fooled us with the .h (header) files, resulting in keeping 
only the untested PDUs from Raritan.

The attached patched (debdiff form with dpatch) fixes this while waiting for a 
proper fix (probably in 2.4.2)
As a side note, I've not applied it to Debian since we have no release 
underway. so that can wait for 2.4.2.

thanks for applying it.

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

-- 
PDU support not working
https://bugs.launchpad.net/bugs/348454
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut 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 305264] Re: gnutls regression: failure in certificate chain validation

2009-03-25 Thread Mathias Gug
** Changed in: openldap (Ubuntu Intrepid)
 Assignee: (unassigned) = Mathias Gug (mathiaz)

** Changed in: openldap (Ubuntu Hardy)
 Assignee: (unassigned) = Mathias Gug (mathiaz)

-- 
gnutls regression: failure in certificate chain validation
https://bugs.launchpad.net/bugs/305264
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 181188] Re: Open-iscsi causes machine to hang on reboot

2009-03-25 Thread Wido den Hollander
I am also having this issue on Ubuntu Hardy 8.0.4.2

At the moment we backport the package from Jaunty, but since Hardy is a
LTS we prefer using the versions delivered through the Hardy
repositories.

Is there an eta for a fix for Hardy?

-- 
Open-iscsi causes machine to hang on reboot
https://bugs.launchpad.net/bugs/181188
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi 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 306886] Re: AppArmor profile included doesn't allow mysql to bind to socket

2009-03-25 Thread Jamie Strandboge
Ivan, can you also add the following to your apparmor profile, and
restart it:

network inet stream,


** Changed in: mysql-dfsg-5.0 (Ubuntu)
 Assignee: (unassigned) = Jamie Strandboge (jdstrand)

-- 
AppArmor profile included doesn't allow mysql to bind to socket
https://bugs.launchpad.net/bugs/306886
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 348532] [NEW] mysql apparmor profile does not allow access to /var/log/mysql.*

2009-03-25 Thread Jamie Strandboge
Public bug reported:

Need to add:
  /var/log/mysql.log rw,
  /var/log/mysql.err rw,

** Affects: mysql-dfsg-5.0 (Ubuntu)
 Importance: Medium
 Assignee: Jamie Strandboge (jdstrand)
 Status: Triaged

-- 
mysql apparmor profile does not allow access to /var/log/mysql.*
https://bugs.launchpad.net/bugs/348532
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 348532] Re: mysql apparmor profile does not allow access to /var/log/mysql.*

2009-03-25 Thread Jamie Strandboge
Will upload after beta.

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Importance: Undecided = Medium
 Assignee: (unassigned) = Jamie Strandboge (jdstrand)
   Status: New = Triaged
   Target: None = ubuntu-9.04

-- 
mysql apparmor profile does not allow access to /var/log/mysql.*
https://bugs.launchpad.net/bugs/348532
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 306886] Re: AppArmor profile included doesn't allow mysql to bind to winbind socket

2009-03-25 Thread Jamie Strandboge
** Summary changed:

- AppArmor profile included doesn't allow mysql to bind to socket
+ AppArmor profile included doesn't allow mysql to bind to winbind socket

-- 
AppArmor profile included doesn't allow mysql to bind to winbind socket
https://bugs.launchpad.net/bugs/306886
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 348454] Re: PDU support not working

2009-03-25 Thread Dustin Kirkland
Thanks, Arnaud.  I'll process the upload after beta freeze releases.

:-Dustin

** Changed in: nut (Ubuntu)
   Importance: Undecided = Medium

** Changed in: nut (Ubuntu)
   Status: New = In Progress

** Changed in: nut (Ubuntu)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)

-- 
PDU support not working
https://bugs.launchpad.net/bugs/348454
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut 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 348454] Re: PDU support not working

2009-03-25 Thread Dustin Kirkland
Please add the bug number to the changelog in the future, Arnaud ;-)

:-Dustin

-- 
PDU support not working
https://bugs.launchpad.net/bugs/348454
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut 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 347525] [NEW] [jaunty] Please package ec2-api-tools for i386

2009-03-25 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

It seems we have ec2-api-tools for amd64, but not for i386 yet. It would
be useful to have this packaged for jaunty.

** Affects: ec2-api-tools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[jaunty] Please package ec2-api-tools for i386
https://bugs.edge.launchpad.net/bugs/347525
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to ec2-api-tools 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 347525] Re: [jaunty] Please package ec2-api-tools for i386

2009-03-25 Thread Brian Murray
** Changed in: ec2-api-tools (Ubuntu)
Sourcepackagename: None = ec2-api-tools

-- 
[jaunty] Please package ec2-api-tools for i386
https://bugs.launchpad.net/bugs/347525
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ec2-api-tools 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 348627] [NEW] motd disappears when using PasswordAuthentication in OpenSSH server

2009-03-25 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

When uncommenting PasswordAuthentication in /etc/ssh/sshd_config then the usual 
motd with motd.tail + landscape-common stuff disappears.
It doesn't matter whether PasswordAuthentication is set to on or off - motd is 
gone.

Description:Ubuntu 8.10
Release:8.10
(Server Edition)

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

-- 
motd disappears when using PasswordAuthentication in OpenSSH server
https://bugs.launchpad.net/bugs/348627
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to openssh 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 348627] Re: motd disappears when using PasswordAuthentication in OpenSSH server

2009-03-25 Thread Stephen Heron
** Changed in: openssh (Ubuntu)
Sourcepackagename: None = openssh

-- 
motd disappears when using PasswordAuthentication in OpenSSH server
https://bugs.launchpad.net/bugs/348627
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 105251] Re: NetworkManager wrongly releases DHCP IP

2009-03-25 Thread dmitry.truni...@gmail.com
I've the same problem on a just installed ubuntu. I took notice that
this issue arose only when my wifi router configured in a protected mode
(WPA-PSK/WPA2-PSK, TKIP+AES). In an open mode wifi is OK. Hope this
notice will helpful.

-- 
NetworkManager wrongly releases DHCP IP
https://bugs.launchpad.net/bugs/105251
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 348627] Re: motd disappears when using PasswordAuthentication in OpenSSH server

2009-03-25 Thread Andreas Olsson
Strange.

I just made the same modification to /etc/ssh/sshd_config on my Intrepid
test server. No matter if PasswordAuthentication is set to on or off I
still get my motd. This both using password logins (when possible) as
well as pubkey login.

Anything non-default about your system? Other modifications to
sshd_config? Alternative passdb backend? Different PAM settings?

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

-- 
motd disappears when using PasswordAuthentication in OpenSSH server
https://bugs.launchpad.net/bugs/348627
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 348627] Re: motd disappears when using PasswordAuthentication in OpenSSH server

2009-03-25 Thread Jonathan Marsden
I made the same change here on my Ubuntu 8,10 Intrepid x64 desktop.

It made no difference at all, motd info including the landscape-sysinfo
output is always displayed after login.

Jonathan

-- 
motd disappears when using PasswordAuthentication in OpenSSH server
https://bugs.launchpad.net/bugs/348627
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


Re: [Bug 348454] Re: PDU support not working

2009-03-25 Thread Arnaud Quette
2009/3/25 Dustin Kirkland

 Please add the bug number to the changelog in the future, Arnaud ;-)


seems I'm not yet 100 % ubuntu'ified ;-)
or simply juggling with too many bugs
thanks for the correction, and taking care of this bug.

cheers,
-- Arno

-- 
PDU support not working
https://bugs.launchpad.net/bugs/348454
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut 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 30455] Re: NTPSERVERS should be populated via dhcp

2009-03-25 Thread Jonathan Marsden
 In that case, may be this one should be marked as dup of #74164

No, they are not the same thing.

#30455 asks for DHCP to affect the config file for ntpdate, which was
used at boot to set system time on some older versions of Ubuntu.

#74164 asks that DHCP should be used by default to request ntp-servers
information, and that that information should affect which NTP servers the
ntp daemon (ntpd) connects to.

I do not know if anyone is still using ntpdate (rather than ntpd) to
set time on recent Ubuntu distributions... if they are, this bug is still
at least somewhat valid.

But for the majority of users on newer Ubuntu distributions,
getting #74164 fixed (I just provided the debdiff!) will take 
care of the issue and ensure that their servers sync to the 
desired (DHCP-specified) NTP server.

Perhaps the original reporter of this bug could
comment on whether they still need/want DHCP to affect
ntpdate configuration, or if this is unnecessary for them on
more recent distributions?

Setting back to needs Information until we hear from them.

-- 
NTPSERVERS should be populated via dhcp
https://bugs.launchpad.net/bugs/30455
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 305264] Re: gnutls regression: failure in certificate chain validation

2009-03-25 Thread Mathias Gug
** Description changed:

  I noticed recently that landscape-client could no longer contact our
  staging server. Fortunately, contacting the production server is still
  ok.
  
  This command is an easy way to reproduce the problem. It is failing
  against staging.landscape.canonical.com:
  
  gnutls-cli -V --x509cafile /etc/ssl/certs/ca-certificates.crt
  staging.landscape.canonical.com
  
  I tried it in dapper, feisty, gutsy, hardy and intrepid. It only works
  in feisty, and I'm guessing it's because feisty is EOL'ed and didn't get
  an update.
  
  I concentrated the rest of my tests in dapper.
  
  With libgnutls12_1.2.9-2ubuntu1_i386.deb it works.
  With libgnutls12_1.2.9-2ubuntu1.3_i386.deb it breaks.
  
  Here is the chain as seen by gnutls against staging.landscape.canonical.com:
  [0]
  Subject's DN: O=*.landscape.canonical.com,OU=Domain Control 
Validated,CN=*.landscape.canonical.com
  Issuer's DN: C=US,ST=Arizona,L=Scottsdale,O=GoDaddy.com\, 
Inc.,OU=http://certificates.godaddy.com/repository,CN=Go Daddy Secure 
Certification Authority,serialNumber=07969287
  
  [1]
  Subject's DN: C=US,ST=Arizona,L=Scottsdale,O=GoDaddy.com\, 
Inc.,OU=http://certificates.godaddy.com/repository,CN=Go Daddy Secure 
Certification Authority,serialNumber=07969287
  Issuer's DN: C=US,O=The Go Daddy Group\, Inc.,OU=Go Daddy Class 2 
Certification Authority
  
  [2]
  Subject's DN: C=US,O=The Go Daddy Group\, Inc.,OU=Go Daddy Class 2 
Certification Authority
  Issuer's DN: L=ValiCert Validation Network,O=ValiCert\, Inc.,OU=ValiCert 
Class 2 Policy Validation 
Authority,CN=http://www.valicert.com/,email=i...@valicert.com
  
  [3]
  Subject's DN: L=ValiCert Validation Network,O=ValiCert\, Inc.,OU=ValiCert 
Class 2 Policy Validation 
Authority,CN=http://www.valicert.com/,email=i...@valicert.com
  Issuer's DN: L=ValiCert Validation Network,O=ValiCert\, Inc.,OU=ValiCert 
Class 2 Policy Validation 
Authority,CN=http://www.valicert.com/,email=i...@valicert.com
  
  
  Notice that the last certificate in the chain is the CA certificate, which is 
self signed. I wonder if the recent security fix broke that:
  - debian/patches/91_CVE-2008-4989.diff: don't remove the last certificate
if it is self-signed in lib/x509/verify.c
  
  Here is openssl's chain against the same site (staging):
  Certificate chain
   0 s:/O=*.landscape.canonical.com/OU=Domain Control 
Validated/CN=*.landscape.canonical.com
 i:/C=US/ST=Arizona/L=Scottsdale/O=GoDaddy.com, 
Inc./OU=http://certificates.godaddy.com/repository/CN=Go Daddy Secure 
Certification Authority/serialNumber=07969287
   1 s:/C=US/ST=Arizona/L=Scottsdale/O=GoDaddy.com, 
Inc./OU=http://certificates.godaddy.com/repository/CN=Go Daddy Secure 
Certification Authority/serialNumber=07969287
 i:/C=US/O=The Go Daddy Group, Inc./OU=Go Daddy Class 2 Certification 
Authority
   2 s:/C=US/O=The Go Daddy Group, Inc./OU=Go Daddy Class 2 Certification 
Authority
 i:/L=ValiCert Validation Network/O=ValiCert, Inc./OU=ValiCert Class 2 
Policy Validation 
Authority/CN=http://www.valicert.com//emailaddress=i...@valicert.com
   3 s:/L=ValiCert Validation Network/O=ValiCert, Inc./OU=ValiCert Class 2 
Policy Validation 
Authority/CN=http://www.valicert.com//emailaddress=i...@valicert.com
 i:/L=ValiCert Validation Network/O=ValiCert, Inc./OU=ValiCert Class 2 
Policy Validation 
Authority/CN=http://www.valicert.com//emailaddress=i...@valicert.com
  
  Openssl's s_client tool works, btw.
+ 
+ TESTCASE for openldap SRU:
+ 
+ 1. Generate a V1 root CA. Can be done with an openssl configuration that
+ does not use any x509 extensions. Make sure that the generated root CA
+ is a V1 root CA.
+ 
+ 2. Generate a client private key and a V1 certificate signed by the root
+ CA above. Note that the CN of the certificate has to match the fqdn of
+ the test system.
+ 
+ 3. Install slapd and ldap-utils on a test system and configure slapd to
+ use TLS:
+ 
+   a. Enable TLS in cn=config backend:
+ 
+ math...@t-slapd-i:~$ cat enable-ca.ldif 
+ dn: cn=config
+ add: olcTLSCACertificateFile
+ olcTLSCACertificateFile: /etc/ldap/cacert.pem
+ 
+ dn: cn=config
+ add: olcTLSCertificateFile
+ olcTLSCertificateFile: /etc/ldap/newcert.pem
+ 
+ dn: cn=config
+ add: olcTLSCertificateKeyFile
+ olcTLSCertificateKeyFile: /etc/ldap/key.pem
+ 
+ math...@t-slapd-i:~$ ldapmodify -D cn=admin,cn=config -x -w mypwd -f
+ enable-ca.ldif
+ 
+   b. Copy the root CA certificate to /etc/ldap/cacert.pem, the host 
certificate to  /etc/ldap/newcert.pem and the host private key to 
/etc/ldap/key.pem. Make them owned by the openldap user and group. 
+   c. Append the root CA certificate (/etc/ldap/cacert.pem) to the host 
certificate file (/etc/ldap/newcert.pem).
+   d. Enable slaps in /etc/default/slapd.
+   e. Restart slapd.
+ 
+ 4. Make sure that slapd is correctly configured to use TLS:
+   a. Downgrade libgnutls to the version in the release (not the one in 
-security, -update or  -proposed).
+   b. Check that ldapsearch 

Re: [Bug 348627] Re: motd disappears when using PasswordAuthentication in OpenSSH server

2009-03-25 Thread Dustin Kirkland
Are you launching screen, or any other programs by default at login?

:-Dustin

-- 
motd disappears when using PasswordAuthentication in OpenSSH server
https://bugs.launchpad.net/bugs/348627
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 347706] Re: [FFe][jaunty] Please merge chromium 0.9.13.3-1 from debian sid

2009-03-25 Thread Iulian Udrea
** Changed in: chromium (Ubuntu)
   Status: Incomplete = Invalid

-- 
[FFe][jaunty] Please merge chromium 0.9.13.3-1 from debian sid
https://bugs.launchpad.net/bugs/347706
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 338627] Re: [jaunty] python-sugar: Depends: python ( 2.6)

2009-03-25 Thread Daniel Holbach
Uploaded. Sitting in the queue.

** Changed in: sugar-base (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
[jaunty] python-sugar: Depends: python ( 2.6)
https://bugs.launchpad.net/bugs/338627
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 338553] Re: [jaunty] libgv-python: Depends: python ( 2.6)

2009-03-25 Thread Daniel Holbach
Subscribed ubuntu-main-sponsors instead. :-)

-- 
[jaunty] libgv-python: Depends: python ( 2.6)
https://bugs.launchpad.net/bugs/338553
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 344916] Re: run crashed with DBusException in call_blocking()

2009-03-25 Thread Peter
Works well, thank!

On Tue, Mar 24, 2009 at 10:23 PM, Marc Tardif
marc.tar...@canonical.comwrote:

 Thanks for all the feedback everyone, I have just committed a fix which
 should prevent this problem from occuring again. I have basically
 removed ucf from the equation because there is currently no use case to
 modify the configuration file. So, instead of asking to keep the user's
 configuration or the package maintainer's, the latter configuration is
 always used.

 ** Changed in: checkbox
   Status: In Progress = Fix Committed

 ** Changed in: checkbox (Ubuntu)
   Status: In Progress = Fix Committed

 --
 run crashed with DBusException in call_blocking()
 https://bugs.launchpad.net/bugs/344916
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in Checkbox System Testing: Fix Committed
 Status in “checkbox” source package in Ubuntu: Fix Committed

 Bug description:
 Binary package hint: checkbox

 just tried to run system testing after latest juanty upgrade, and it
 crashed

 ProblemType: Crash
 Architecture: i386
 DistroRelease: Ubuntu 9.04
 ExecutablePath: /usr/share/checkbox/run
 InterpreterPath: /usr/bin/python2.6
 Package: checkbox 0.7
 PackageArchitecture: all
 ProcCmdline: python /usr/share/checkbox/run
 /usr/share/checkbox/configs/checkbox-gtk.ini
 ProcEnviron:
  SHELL=/bin/bash
  LANG=en_US.UTF-8
 PythonArgs: ['/usr/share/checkbox/run',
 '/usr/share/checkbox/configs/checkbox-gtk.ini']
 SourcePackage: checkbox
 Title: run crashed with DBusException in call_blocking()
 Uname: Linux 2.6.28-10-generic i686
 UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare


-- 
run crashed with DBusException in call_blocking()
https://bugs.launchpad.net/bugs/344916
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 314106] Re: Printer not connected

2009-03-25 Thread Steve Langasek
The original bug report is about a network printer.  How is the issue
you're reporting related?

My USB printer works fine with jaunty.  Incompatibility with a
particular printer model is not a release blocker.

-- 
Printer not connected
https://bugs.launchpad.net/bugs/314106
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 348296] Re: Microcode HW error detected

2009-03-25 Thread tomgoh

** Attachment added: syslog.tar.gz
   http://launchpadlibrarian.net/24323824/syslog.tar.gz

-- 
Microcode HW error detected
https://bugs.launchpad.net/bugs/348296
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 348293] [NEW] Bizarre Incompatibility with Linux and Hard Drive

2009-03-25 Thread shanex
Public bug reported:

have encountered a problem across the internet that seems to affect many
and is without current resolution. It is a strange error that occurs
with perhaps certain chipsets and hard drives but makes no sense to me.
Also it occurs with many linux distros not just ubuntu so I've seen, so
perhaps the problem may be fixed with the kernel instead of declaring it
some unknown hardware failure.

This is the error: a user cannot see their hard drive in linux. Many
live CD's will not recognize it for the partioning step, ftsab does
nothing, and cfstab spits out a FATAL ERROR: Cannot open hard disk
error. It is not 'fstab'able, nor do GParted or any other linux
partition editor seem to read the device. But the bios recognizes it!
And windows recognizes it! With windows it is discoverable, able to be
partitioned, edited, formatted, etc,. I have been able to install Linux
with the hard drive through my server, but my new build cannot see it.

I have a NVIDIA 750i SLI motherboard w/ Hitachi 7k1000 1TB HD. Other
devices can be read without problem, excluding other hard drives. My
Hitachi is read by Windows no problem, but Linux just can't open it.

Dmesg after boot says:
[3.920023] ata2: SATA link down (SStatus 0 SControl 300)
[4.404017] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[9.404018] ata3.00: qc timeout (cmd 0xec)
[9.404024] ata3.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[9.892019] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   19.892020] ata3.00: qc timeout (cmd 0xec)
[   19.892025] ata3.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[   20.372019] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   50.372021] ata3.00: qc timeout (cmd 0xec)
[   50.372027] ata3.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[   50.856016] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   51.176017] ata4: SATA link down (SStatus 0 SControl 300)
[   51.496010] ata5: SATA link down (SStatus 0 SControl 300)
[   51.816017] ata6: SATA link down (SStatus 0 SControl 300)

Any ideas where to begin? Is it a controller failure or incompatibility?

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Description changed:

  have encountered a problem across the internet that seems to affect many
  and is without current resolution. It is a strange error that occurs
  with perhaps certain chipsets and hard drives but makes no sense to me.
  Also it occurs with many linux distros not just ubuntu so I've seen, so
  perhaps the problem may be fixed with the kernel instead of declaring it
  some unknown hardware failure.
  
  This is the error: a user cannot see their hard drive in linux. Many
  live CD's will not recognize it for the partioning step, ftsab does
  nothing, and cfstab spits out a FATAL ERROR: Cannot open hard disk
  error. It is not 'fstab'able, nor do GParted or any other linux
  partition editor seem to read the device. But the bios recognizes it!
  And windows recognizes it! With windows it is discoverable, able to be
  partitioned, edited, formatted, etc,. I have been able to install Linux
  with the hard drive through my server, but my new build cannot see it.
  
  I have a NVIDIA 750i SLI motherboard w/ Hitachi 7k1000 1TB HD. Other
- devices can be read without problem, including other hard drives. My
+ devices can be read without problem, excluding other hard drives. My
  Hitachi is read by Windows no problem, but Linux just can't open it.
  
  Dmesg after boot says:
  [3.920023] ata2: SATA link down (SStatus 0 SControl 300)
  [4.404017] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
  [9.404018] ata3.00: qc timeout (cmd 0xec)
  [9.404024] ata3.00: failed to IDENTIFY (I/O error, err_mask=0x4)
  [9.892019] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
  [   19.892020] ata3.00: qc timeout (cmd 0xec)
  [   19.892025] ata3.00: failed to IDENTIFY (I/O error, err_mask=0x4)
  [   20.372019] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
  [   50.372021] ata3.00: qc timeout (cmd 0xec)
  [   50.372027] ata3.00: failed to IDENTIFY (I/O error, err_mask=0x4)
  [   50.856016] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
  [   51.176017] ata4: SATA link down (SStatus 0 SControl 300)
  [   51.496010] ata5: SATA link down (SStatus 0 SControl 300)
  [   51.816017] ata6: SATA link down (SStatus 0 SControl 300)
  
  Any ideas where to begin? Is it a controller failure or incompatibility?

-- 
Bizarre Incompatibility with Linux and Hard Drive
https://bugs.launchpad.net/bugs/348293
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 348294] Re: upgrade intrepid -- jaunty: mplayer crashed with SIGSEGV

2009-03-25 Thread SoloTurn

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/24323794/CoreDump.gz

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

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

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

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/24323798/Registers.txt

** Visibility changed to: Public

-- 
upgrade intrepid -- jaunty: mplayer crashed with SIGSEGV
https://bugs.launchpad.net/bugs/348294
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 348289] Re: Desktop launches without any access to menus or program access

2009-03-25 Thread Matthew Lye
Moved to questions until a bug can be identified.

Have you tried to clear the gnome configuration settings in your home
via TTY in case they are causing the problem?

Can you post your GDM and Xsession error logs too

** Changed in: ubuntu
   Status: New = Invalid

** bug changed to question:
   https://answers.launchpad.net/ubuntu/+question/65277

-- 
Desktop launches without any access to menus or program access
https://bugs.launchpad.net/bugs/348289
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 348296] [NEW] Microcode HW error detected

2009-03-25 Thread tomgoh
Public bug reported:

I have been having problems with my wireless on Ubuntu 8.10 and it has
never really worked right from the beginning and it has now been a few
months.  I have tried a number of fixes from launchpad and none have
worked well.

Currently the wireless keeps dropping out.  Sometimes I can disable and
then enable wireless and it comes back.  Other times it will not even be
able to scan for wireless networks (As seen from the Network Manager
applet not being able to find any surrounding networks).  In such cases,
I have to suspend the laptop and restart and mess around with
disable/enable wireless till it finds my home network again.

My home network is setup with 2 access points (1 airport extreme and 1
airport express).  My laptop a thinkpad X300 has the intel 4965 wireless
card.  My Mac and other windows machines do not seem to have the same
issues.

After some investigation, it appears that the error occurs when the
laptop is roaming from one access point to the other.

iwlagn :03:00.0: Microcode HW error detected.  Restarting.
mac80211-phy0: failed to remove key (0, dc119614) from hardware (-22)
wlan0: Failed to config new BSSID to the low-level driver

Roamed from BSSID 00:1F:F3:03:DD:A5 (Rad4WifiNet) to 00:19:E3:FB:46:FB 
(Rad4WifiNet) 
wlan0: disassociating by local choice (reason=3)
(wlan0): supplicant connection state change: 4 - 0 
(wlan0): supplicant connection state change: 0 - 2 
(wlan0): supplicant connection state change: 2 - 0 
Roamed from BSSID 00:19:E3:FB:46:FB (Rad4WifiNet) to (none) ((none)) 


See syslog starting at Mar 25 13:16:07

lshw for wireless is below
   *-network
description: Wireless interface
product: PRO/Wireless 4965 AG or AGN [Kedron] Network Connection
vendor: Intel Corporation
physical id: 0
bus info: p...@:03:00.0
logical name: wmaster0
version: 61
serial: 00:21:5c:8c:e5:d9
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list logical ethernet physical 
wireless
configuration: broadcast=yes driver=iwlagn ip=192.168.99.6 
latency=0 module=iwlagn multicast=yes wireless=IEEE 802.11abgn


Please let me know if you need more information.

Thanks for your help.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Microcode HW error detected
https://bugs.launchpad.net/bugs/348296
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 348297] [NEW] No sound with Intel HDA Realtek ALC 888 (ubuntu 8.10)

2009-03-25 Thread vilamar
Public bug reported:

dell desktop 540 MT
intel duo E7400
HDA 7.7 dolby digital ALC 888 

all information here:

http://www.alsa-
project.org/db/?f=ca84195fe265b5cba80983d26a8ca2ffac6d2178

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

-- 
No sound with Intel HDA Realtek ALC 888 (ubuntu 8.10)
https://bugs.launchpad.net/bugs/348297
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 348297] Re: No sound with Intel HDA Realtek ALC 888 (ubuntu 8.10)

2009-03-25 Thread vilamar

** Attachment added: uname-a.log
   http://launchpadlibrarian.net/24323923/uname-a.log

-- 
No sound with Intel HDA Realtek ALC 888 (ubuntu 8.10)
https://bugs.launchpad.net/bugs/348297
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 348174] Re: geany creates and leaves around copies of geany_run_script.sh

2009-03-25 Thread Jérôme Guelfucci
Thank you for your bug report.

Marking this as triaged as it's also reported upstream. No need to file
a bug report on Launchpad if you report bugs upstream.

Thanks,

** Changed in: geany (Ubuntu)
   Importance: Undecided = Low
   Status: New = Triaged

-- 
geany creates and leaves around copies of geany_run_script.sh
https://bugs.launchpad.net/bugs/348174
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 348122] Re: FFe: Sync gupnp 0.12.6-3 (universe) from Debian unstable (main).

2009-03-25 Thread Iulian Udrea
What testing of this package have you done?

You're saying that this version fixes a lot of crashes, are these
crashes reported?  If yes, please give us bug #, except bug #346968.

-- 
FFe: Sync gupnp 0.12.6-3 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/348122
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 348298] [NEW] intrepid -- jaunty: totem replaced smplayer

2009-03-25 Thread SoloTurn
Public bug reported:

while upgrading from intrepid to jaunty, smplayer got replaced by totem.

and, as always, totem has difficulties with certain videos.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
intrepid -- jaunty: totem replaced smplayer
https://bugs.launchpad.net/bugs/348298
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 332350] Re: package_hook crashed with IOError in write()

2009-03-25 Thread SoloTurn
same error here. command line window showed:

Traceback (most recent call last):
  File /usr/share/apport/package_hook, line 58, in module
pr.write(open(apport.fileutils.make_report_path(pr), 'w'))
  File /usr/lib/python2.6/dist-packages/problem_report.py, line 305, in write
f = open(v[0]) # file name
IOError: [Errno 21] Is a directory: '/var/log/dist-upgrade/20090324-2254'
Could not import module, is a package upgrade in progress? Error: No module 
named gtk

-- 
package_hook crashed with IOError in write()
https://bugs.launchpad.net/bugs/332350
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 348299] [NEW] FTBFS on jaunty [patch]

2009-03-25 Thread Andrew Straw
Public bug reported:

agg fails to build from source on jaunty (FTBFS).

Steps to reproduce:
0) setup sbuild lvm ( see https://help.ubuntu.com/community/SbuildLVMHowto )
1) dget http://archive.ubuntu.com/ubuntu/pool/universe/a/agg/agg_2.5+dfsg1-1.dsc
2) sbuild agg_2.5+dfsg1-1.dsc

This is on a jaunty amd64 machine.

The build process ends failed with:

libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I../../../include 
-I../../../include -I -g -O2 -c agg_platform_support.cpp -o 
libaggplatformX11_la-agg_platform_support.o /dev/null 21
/bin/bash ../../../libtool --tag=CXX --mode=link g++  -g -O2  
-Wl,-Bsymbolic-functions -o libaggplatformX11.la -rpath /usr/lib -version-info 
2:4:0  -L libaggplatformX11_la-agg_platform_support.lo -lX11 
libtool: link: require no space between `-L' and 
`libaggplatformX11_la-agg_platform_support.lo'
make[4]: *** [libaggplatformX11.la] Error 1
make[4]: Leaving directory 
`/build/astraw-agg_2.5+dfsg1-1-amd64-Cf1edI/agg-2.5+dfsg1-1/src/platform/X11'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/build/astraw-agg_2.5+dfsg1-1-amd64-Cf1edI/agg-2.5+dfsg1-1/src/platform'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/build/astraw-agg_2.5+dfsg1-1-amd64-Cf1edI/agg-2.5+dfsg1-1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/build/astraw-agg_2.5+dfsg1-1-amd64-Cf1edI/agg-2.5+dfsg1-1'
make: *** [build-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
**
Build finished at 20090324-2315
FAILED [dpkg-buildpackage died]

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

-- 
FTBFS on jaunty [patch]
https://bugs.launchpad.net/bugs/348299
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 348300] [NEW] package linux-image-2.6.27-7-generic 2.6.27-7.14 failed to install/upgrade: unable to make backup link of `./boot/vmlinuz-2.6.27-7-generic' before installing new version: Operation

2009-03-25 Thread Nishat
Public bug reported:

E: /var/cache/apt/archives/linux-
image-2.6.27-7-generic_2.6.27-7.16_amd64.deb: unable to make backup link
of `./boot/vmlinuz-2.6.27-7-generic' before installing new version

ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 8.10
ErrorMessage: unable to make backup link of `./boot/vmlinuz-2.6.27-7-generic' 
before installing new version: Operation not permitted
NonfreeKernelModules: nvidia
Package: linux-image-2.6.27-7-generic 2.6.27-7.14
ProcCmdLine: User Name=UUID=2911-11E9 loop=/hostname/disks/home/username.disk 
ro ROOTFLAGS=sync quiet splash
ProcVersionSignature: Ubuntu 2.6.27-11.27-generic
SourcePackage: linux
Title: package linux-image-2.6.27-7-generic 2.6.27-7.14 failed to 
install/upgrade: unable to make backup link of 
`./boot/vmlinuz-2.6.27-7-generic' before installing new version: Operation not 
permitted

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


** Tags: apport-package

-- 
package linux-image-2.6.27-7-generic 2.6.27-7.14 failed to install/upgrade: 
unable to make backup link of `./boot/vmlinuz-2.6.27-7-generic' before 
installing new version: Operation not permitted
https://bugs.launchpad.net/bugs/348300
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 348300] Re: package linux-image-2.6.27-7-generic 2.6.27-7.14 failed to install/upgrade: unable to make backup link of `./boot/vmlinuz-2.6.27-7-generic' before installing new version: Operation no

2009-03-25 Thread Nishat

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

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

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

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

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

** Attachment added: LsUsb.txt
   http://launchpadlibrarian.net/24324044/LsUsb.txt

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

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

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

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

-- 
package linux-image-2.6.27-7-generic 2.6.27-7.14 failed to install/upgrade: 
unable to make backup link of `./boot/vmlinuz-2.6.27-7-generic' before 
installing new version: Operation not permitted
https://bugs.launchpad.net/bugs/348300
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 269904] Re: Screen refresh problems with nvidia on intrepid

2009-03-25 Thread Rocko
Another vote for Anders' fix. I was suffering from the refresh problems
in Jaunty's OpenOffice 3 with both nvidia 185.37 and 185.13, but they
work fine now. (I assume the fix implements the 'Force synchronization
between X and GLX' by default? Using the workarounds package also fixes
the OO refresh issues.)

-- 
Screen refresh problems with nvidia on intrepid
https://bugs.launchpad.net/bugs/269904
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 348301] [NEW] intrepid -- jaunty: apport wants to have user input

2009-03-25 Thread SoloTurn
Public bug reported:

i never touched the apport configuration, i never cared about the apport
configuration, but the upgrade wants to have user input:

Setting up apport (0.145) ...

Configuration file `/etc/default/apport'
 == Modified (by you or by a script) since installation.
 == Package distributor has shipped an updated version.
   What would you like to do about it ?  Your options are:
Y or I  : install the package maintainer's version
N or O  : keep your currently-installed version
  D : show the differences between the versions
  Z : background this process to examine the situation
 The default action is to keep your current version.
*** apport (Y/I/N/O/D/Z) [default=N] ? y

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

-- 
intrepid -- jaunty: apport wants to have user input
https://bugs.launchpad.net/bugs/348301
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 339898] Re: jaunty: Migration-Assistant always comes on when os is present

2009-03-25 Thread Steve Langasek
** Changed in: migration-assistant (Ubuntu Jaunty)
   Importance: Undecided = Medium
   Status: New = Confirmed

-- 
jaunty: Migration-Assistant always comes on when os is present
https://bugs.launchpad.net/bugs/339898
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 346258] Re: wrong plural usage

2009-03-25 Thread Yaron
so the original po file is ok?

My problem is that the fifth string should not have %d in it according
to the rules of the Hebrew language

Instead of 1 New Message it should say One New Message without specifying a 
number
in Hebrew: הודעה חדשה אחת instead of הודעה חדשה 1

Best regards,
Yaron

-- 
wrong plural usage
https://bugs.launchpad.net/bugs/346258
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 320353] Re: gspca: webcam produces blank/black screen

2009-03-25 Thread mungewell
following the instructions here:
http://moinejf.free.fr/gspca_README.txt

I managed to get the webcam working.
--
Mar 24 22:58:01 bourne kernel: [40390.346066] gspca: main v2.5.0 registered
Mar 24 22:58:01 bourne kernel: [40390.356415] gspca: probing 0ac8:307b
Mar 24 22:58:02 bourne kernel: [40392.080080] zc3xx: probe 2wr ov vga 0x
Mar 24 22:58:02 bourne kernel: [40392.198900] zc3xx: probe 3wr vga 1 0x4001
Mar 24 22:58:02 bourne kernel: [40392.204896] zc3xx: probe sensor - 0016
Mar 24 22:58:02 bourne kernel: [40392.204906] zc3xx: Find Sensor ADCM2700
Mar 24 22:58:03 bourne kernel: [40392.218620] gspca: probe ok
Mar 24 22:58:03 bourne kernel: [40392.221060] usbcore: registered new interface 
driver zc3xx
Mar 24 22:58:03 bourne kernel: [40392.221075] zc3xx: registered
Mar 24 23:10:18 bourne kernel: [41127.992172] usb 2-1: USB disconnect, address 3
Mar 24 23:10:18 bourne kernel: [41128.000323] gspca: disconnect complete
--

-- 
gspca: webcam produces blank/black screen
https://bugs.launchpad.net/bugs/320353
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 348304] [NEW] intrepid -- jaunty: pidgin has 2 icons now

2009-03-25 Thread SoloTurn
Public bug reported:

Binary package hint: pidgin

i am not sure if this is the right package to report this. after upgrading to 
jaunty, pidgin got a second icon in the launch bar: 1. start pidgin
2. the pidgin bubble shows up in the launch bar
3. a letter (like for a mail program) shows up as well
4. both restore/minimize the pidgin window

the last steps of the dist upgrade, cleanup, and restart were not
executed.

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

-- 
intrepid -- jaunty: pidgin has 2 icons now
https://bugs.launchpad.net/bugs/348304
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 348299] Re: FTBFS on jaunty [patch]

2009-03-25 Thread Andrew Straw

** Attachment added: debdiff to fix FTBFS
   http://launchpadlibrarian.net/24324334/agg.debdiff

** Bug watch added: Gentoo Bugzilla #239654
   http://bugs.gentoo.org/show_bug.cgi?id=239654

** Also affects: agg (Gentoo Linux) via
   http://bugs.gentoo.org/show_bug.cgi?id=239654
   Importance: Unknown
   Status: Unknown

-- 
FTBFS on jaunty [patch]
https://bugs.launchpad.net/bugs/348299
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 348305] [NEW] jaunty /etc/resolv.conf in chroot has permission-rights 000

2009-03-25 Thread Reiner S
Public bug reported:

032509
I tried localapps with the new params in lts.conf
local_apps_menu
local_apps_menu_items firefox

firefox works local fine, but there was no DNS, so I wanted to change as
root (client) the file /etc/resolv.conf to my router 192,168,178,1 but

permission denied

owner/group  of /etc/resolconf =  root root
permission rights = --- --- --- (000)

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

-- 
jaunty /etc/resolv.conf in chroot has permission-rights 000
https://bugs.launchpad.net/bugs/348305
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 339044] Re: Hotspot ignores y-coordinates.

2009-03-25 Thread Daniel Holbach
Can you attach a patch for jaunty too?

https://wiki.ubuntu.com/StableReleaseUpdates is the procedure for
getting it fixed in existing releases.

-- 
Hotspot ignores y-coordinates.
https://bugs.launchpad.net/bugs/339044
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 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-03-25 Thread Sander Stuurwold
I used it on 8.10 Now it gives me the message with title You have old
alarms and body It seems you missed some alarms, because your old
alarm list is not empty.. When I click on Close it freezes.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
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 252227] Re: Cannot select input devices in Audacity's Mixer Toolbar

2009-03-25 Thread lcn_mustard
  I have the same problem. Ubuntu 8.04 and kubuntu with Alsa motherboard
pcchips A15g sound onboard Realtek ALC662 and audacity 1.3.4. What I can
do?

-- 
Cannot select input devices in Audacity's Mixer Toolbar
https://bugs.launchpad.net/bugs/252227
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 348299] Re: FTBFS on jaunty [patch]

2009-03-25 Thread Bug Watch Updater
** Changed in: agg (Gentoo Linux)
   Status: Unknown = Fix Released

-- 
FTBFS on jaunty [patch]
https://bugs.launchpad.net/bugs/348299
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 345331] Re: hardware-monitor crashed with SIGSEGV in TemperatureMonitor()

2009-03-25 Thread combuster
[   61.232838] hardware-monito[4255]: segfault at 18 ip 00423cf0
sp 7fff5da49270 error 4 in hardware-monitor[40+3f000]

Here is error from dmesg...

** Description changed:

  Binary package hint: hardware-monitor
  
- On startup Temperature monitor in hardware monitor applet crashes on
- startup... always...
+ On startup Temperature monitor in hardware monitor applet crashes...
  
  ProblemType: Crash
  Architecture: amd64
  CrashCounter: 1
  DistroRelease: Ubuntu 9.04
  ExecutablePath: /usr/lib/gnome-panel/hardware-monitor
  Package: hardware-monitor 1.4.1-1
  ProcCmdline: /usr/lib/gnome-panel/hardware-monitor 
--oaf-activate-iid=OAFIID:HardwareMonitor_Factory --oaf-ior-fd=21
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Signal: 11
  SourcePackage: hardware-monitor
  StacktraceTop:
   TemperatureMonitor (this=0x2244fc0, no=value optimized out)
   load_monitors (clie...@0x222f460, 
   Applet (this=0x222f430, a=value optimized out)
   hardware_monitor_factory (panel_applet=0x21a8120, 
   panel_applet_marshal_BOOLEAN__STRING ()
  Title: hardware-monitor crashed with SIGSEGV in TemperatureMonitor()
  Uname: Linux 2.6.28-11-generic x86_64
  UserGroups: adm admin cdrom clamav dialout fuse lpadmin plugdev sambashare 
vboxusers

** Visibility changed to: Public

-- 
hardware-monitor crashed with SIGSEGV in TemperatureMonitor()
https://bugs.launchpad.net/bugs/345331
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 344698] Re: touchpad and keyboard fail on first boot

2009-03-25 Thread combuster
Thank you Ubuntu dev team, problem is resolved after recent updates...
I get the following messages:

[   11.065065] synaptics was reset on resume, see synaptics_resume_reset if you 
have trouble on resume
[   11.928067] input: PS/2 Mouse as /devices/platform/i8042/serio1/input/input10
[   11.981370] lp: driver loaded but no devices found
Manually loading drivers (or something like that)
[   12.001785] input: AlpsPS/2 ALPS GlidePoint as 
/devices/platform/i8042/serio1/input/input11

Keyboard and touchpad now works perfectly after first boot.

-- 
touchpad and keyboard fail on first boot
https://bugs.launchpad.net/bugs/344698
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 136853] Re: Screen blanks and freezes after a few minutes of idling, possibly due to broken DPMS

2009-03-25 Thread Daniel Durand
2009/3/24 Francisco Jerez curroje...@riseup.net

 I'm fine with doing a new release after sorting this out, I'm not even
 sure if any of those commits will do the trick.


Hi,

*I've got the ability to test my laptop on evening : i Installed the two
releases proposed and I havn't any progress
I attach my log


-- 
Daniel Durand


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

-- 
Screen blanks and freezes after a few minutes of idling, possibly due to broken 
DPMS
https://bugs.launchpad.net/bugs/136853
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 320915] Re: Remove aRts from the archive - rebuild all dependencies

2009-03-25 Thread Andreas Wenning
** Also affects: kid3 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Remove aRts from the archive - rebuild all dependencies
https://bugs.launchpad.net/bugs/320915
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 315413] Re: Cannot mount some cryptoloops in 2.6.27.9-generic

2009-03-25 Thread Enver Haase
I believe I must have had a problem with hard-disk reordering so that sda1 in 
one kernel wasn't sda1 in the other.
I am sorry for not realizing this any earlier.


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

-- 
Cannot mount some cryptoloops in 2.6.27.9-generic
https://bugs.launchpad.net/bugs/315413
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 345534] Re: Please add support for the imx51 ARM subarchitecture.

2009-03-25 Thread Michael Casadevall
** Description changed:

  This bug is a metabug and a holding spot for all patches to port the
  installation system to the iMX51. Current status of each module is
  below:
  
  ubuntu-seeds:
   - PENDING MERGE: Add kernel 
  base-installer:
   - PENDING MERGE: Add imx51 support
   - PENDING MERGE: Add full ARM support
  debian-installer:
   - PENDING MERGE: Patches for adding imx51 varient, creating cdrom and 
netinstall images
   - TODO: Create a dd'able blob for image creation. Depends on fconfig/fis 
tools
  
  libdebian-installer:
   - PENDING MERGE: Patches for adding new subarchitecture imx51
  
  flash-kernel: 
   - TODO: Support for updating the Babbage boards kernel, writing
+ 
+ These patches extend debain-installer to add support for the imx51 ARM
+ platform, which is necessary for alternate images to be usable on the
+ iMX51. As these touch very specific parts of d-i which only affect the
+ ARM architecture, the risk of merging is low. Furthermore, without these
+ merges, the iMX51 platform will not be able to have a function d-i, or
+ netinstall images.

-- 
Please add support for the imx51 ARM subarchitecture.
https://bugs.launchpad.net/bugs/345534
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 340631] Re: static noise, no audio in pulseaudio 0.9.14-0ubuntu11

2009-03-25 Thread unggnu
I can confirm this but only for Rhythmbox so far. In most cases it
happens after first start of the music player. It doesn't help to change
the song, the noise stays. After closing Rhythmbox, running vlc shortly
and then restart it music always works fine.

-- 
static noise, no audio in pulseaudio 0.9.14-0ubuntu11
https://bugs.launchpad.net/bugs/340631
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 340631] Re: static noise, no audio in pulseaudio 0.9.14-0ubuntu11

2009-03-25 Thread unggnu
Btw. freshly installed, up to date Jaunty. No changes to configuration
which might be relevant to this issue. No problem with Intrepid.

-- 
static noise, no audio in pulseaudio 0.9.14-0ubuntu11
https://bugs.launchpad.net/bugs/340631
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 278467] Re: checkgmail exits because of perl problems

2009-03-25 Thread vrybas
It could happen because of non-standart symbols in Gmail label names,
like |. I've renamed all my labels using only A-Z,a-z and _
symbols, and that's solved the issue.

-- 
checkgmail exits because of perl problems
https://bugs.launchpad.net/bugs/278467
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 249306] Re: Embedded audio-files in webpages

2009-03-25 Thread oddvar
After install https://help.ubuntu.com/community/RestrictedFormats
Firefox still don't play embedded audio as in Dana Panell's Beatles
Karaoke

-- 
Embedded audio-files in webpages
https://bugs.launchpad.net/bugs/249306
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 348299] Re: FTBFS on jaunty [patch]

2009-03-25 Thread Andrew Straw
** Branch linked: lp:~astraw/libagg/debian.source

-- 
FTBFS on jaunty [patch]
https://bugs.launchpad.net/bugs/348299
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 348121] Re: KDEInit could not launch '/usr/bin/ktorrent'.

2009-03-25 Thread Rupert Millard
Version of KDE is 4.1.4

-- 
KDEInit could not launch '/usr/bin/ktorrent'.
https://bugs.launchpad.net/bugs/348121
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to ktorrent in ubuntu.

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


[Bug 136588] Re: Quodlibet can't find module formats.xiph

2009-03-25 Thread ShinobiTeno
This error does not exist in 2.0
Yesterday I worked with ../formats/xiph.py(patched it for oga), so its present 
and loaded.

-- 
Quodlibet can't find module formats.xiph
https://bugs.launchpad.net/bugs/136588
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 77242] Re: quod libet slowness when listing search results

2009-03-25 Thread ShinobiTeno
How about setting bug to solved? ^_^

-- 
quod libet slowness when listing search results
https://bugs.launchpad.net/bugs/77242
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 348311] [NEW] package mxallowd 1.5a-1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-03-25 Thread enlightenevolution
Public bug reported:

Binary package hint: mxallowd

I was trying to remove the package when I received this error, and
package will not uninstall from Synaptics.

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 8.10
ErrorMessage: subprocess post-installation script returned error exit status 1
Package: mxallowd 1.5a-1
SourcePackage: mxallowd
Title: package mxallowd 1.5a-1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
Uname: Linux 2.6.27-11-generic i686

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


** Tags: apport-package

-- 
package mxallowd 1.5a-1 failed to install/upgrade: subprocess post-installation 
script returned error exit status 1
https://bugs.launchpad.net/bugs/348311
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 348311] Re: package mxallowd 1.5a-1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-03-25 Thread enlightenevolution

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

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

-- 
package mxallowd 1.5a-1 failed to install/upgrade: subprocess post-installation 
script returned error exit status 1
https://bugs.launchpad.net/bugs/348311
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 347754] Re: FATAL: Module usbserial not found

2009-03-25 Thread alifdalya
** Changed in: linux (Ubuntu)
   Status: New = Invalid

** bug changed to question:
   https://answers.launchpad.net/ubuntu/+source/linux/+question/65281

-- 
FATAL: Module usbserial not found
https://bugs.launchpad.net/bugs/347754
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 346888] Re: [RC410] xserver-xorg-video-radeon: X session crashes when resuming from suspend for 3-4th time with no extra vt (CTR+ALT+F[1-6])

2009-03-25 Thread Tormod Volden
I just found out yesterday that the timestamps in Xorg.0.log that got
introduced temporarily a month ago would cause crashes for people due to
a buffer overrun I created, typically after resume. It will be fixed
after the beta, but for now please try the xorg-server packages in my
PPA https://launchpad.net/~tormodvolden/+archive/ppa You only need the
xserver-common and xserver-xorg-core packages.

-- 
[RC410] xserver-xorg-video-radeon: X session crashes when resuming from suspend 
for 3-4th time with no extra vt (CTR+ALT+F[1-6])
https://bugs.launchpad.net/bugs/346888
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 269294] Re: Acer Aspire 5520 cannot record sound with HDA-Intel NVidia Codec ALC268

2009-03-25 Thread clovepower
OK, thanks again for the detailed info.

However, I do hope to see some kind of backport for this since I'd like
not to have to wait 2012 to use my mic :-)

-- 
Acer Aspire 5520 cannot record sound with HDA-Intel NVidia Codec ALC268
https://bugs.launchpad.net/bugs/269294
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 89653] Re: Horizontal scrolling not working for Logitech LX5 mouse

2009-03-25 Thread Ken Pimontel
Just tried this on 8.10 64 bit. It works fine here.

-- 
Horizontal scrolling not working for Logitech LX5 mouse
https://bugs.launchpad.net/bugs/89653
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 83922] Re: gdesklets does not start amd64

2009-03-25 Thread Daniel Holbach
Uploaded. Sitting in the queue.

** Changed in: gdesklets (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
gdesklets does not start amd64
https://bugs.launchpad.net/bugs/83922
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 348079] Re: upgrade intrepid - jaunty all gome-windows have the position 0, 0

2009-03-25 Thread Reiner S
I use metacity (no visuell effects)
graphic card: ATI Radeon Xpress 200

-- 
upgrade intrepid - jaunty all gome-windows have the position 0,0  
https://bugs.launchpad.net/bugs/348079
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 337469] Re: import matplotlib.pyplot gives ImportError: No module named _tkagg

2009-03-25 Thread Daniel Holbach
Uploaded. Sitting in the queue.

** Changed in: matplotlib (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
import matplotlib.pyplot gives ImportError: No module named _tkagg
https://bugs.launchpad.net/bugs/337469
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 348313] Re: konqueror crashed with SIGSEGV in ctiVMThrowTrampoline()

2009-03-25 Thread nowardev

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/24324830/CoreDump.gz

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

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

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

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/24324834/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/24324835/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/24324836/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
konqueror crashed with SIGSEGV in ctiVMThrowTrampoline()
https://bugs.launchpad.net/bugs/348313
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 320915] Re: Remove aRts from the archive - rebuild all dependencies

2009-03-25 Thread Andreas Wenning
** Changed in: kid3 (Ubuntu)
   Status: New = Fix Committed

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

** Changed in: eva (Ubuntu)
   Status: New = In Progress

** Changed in: eva (Ubuntu)
 Assignee: (unassigned) = Andreas Wenning (andreas-wenning)

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

** Changed in: knetfilter (Ubuntu)
 Assignee: (unassigned) = Andreas Wenning (andreas-wenning)
   Status: New = In Progress

-- 
Remove aRts from the archive - rebuild all dependencies
https://bugs.launchpad.net/bugs/320915
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to k3b in ubuntu.

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


[Bug 237531] Re: nvidia locks up X on logout

2009-03-25 Thread Tom Dickman
This issue still appears to be occurring on 9.04 beta.  I tried
Alberto's fix, and I am still am having issues (nvidia 180).

Any help would be appreciated.

-- 
nvidia locks up X on logout
https://bugs.launchpad.net/bugs/237531
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 348075] Re: CIFS VFS: server not responding

2009-03-25 Thread Thierry Carrez
*** This bug is a duplicate of bug 211631 ***
https://bugs.launchpad.net/bugs/211631

Duplicate of bug 211631

The community doc you point to was never an official solution, as it
breaks other functionality (like having /usr on NFS). At that point
mounting network filesystems at boot while using NetworkManager to
handle your network (rather than editing /etc/network/interfaces) is not
really supported.

Please also see https://lists.ubuntu.com/archives/ubuntu-
devel/2009-March/027770.html for a discussion on how to fix it.

** This bug has been marked a duplicate of bug 211631
   Network is brought down before network filesystems are unmounted (CIFS 
timeout at shutdown)

-- 
CIFS VFS: server not responding
https://bugs.launchpad.net/bugs/348075
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 343640] Re: kdenlive 0.7.2.1 save file : core dumped

2009-03-25 Thread nowardev
compiling the new svn this bug is solved

-- 
kdenlive 0.7.2.1 save file : core dumped 
https://bugs.launchpad.net/bugs/343640
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 348316] apport-collect data

2009-03-25 Thread nullack
Architecture: amd64
CupsErrorLog:
 E [25/Mar/2009:15:34:57 +1100] Resume-Printer: Unauthorized
 E [25/Mar/2009:17:56:07 +1100] Pause-Printer: Unauthorized
 E [25/Mar/2009:18:13:31 +1100] Resume-Printer: Unauthorized
DistroRelease: Ubuntu 9.04
Lpstat: device for ML-2510-Series: 
usb://Samsung/ML-2510%20Series?serial=3V54BKEL510850E.
MachineType: System manufacturer System Product Name
NonfreeKernelModules: nvidia
Package: cups 1.3.9-15
PackageArchitecture: amd64
Papersize: a4
PpdFiles: ML-2510-Series: Samsung ML-2510, SpliX V. 2.0.0
ProcCmdLine: root=UUID=77ea2a78-4863-49aa-805c-f68d8068d1a4 ro quiet
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.28-11.37-generic
Uname: Linux 2.6.28-11-generic x86_64
UserGroups:

-- 
Printer (HWModel Name) May Not Be Connected
https://bugs.launchpad.net/bugs/348316
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 348316]

2009-03-25 Thread nullack

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

-- 
Printer (HWModel Name) May Not Be Connected
https://bugs.launchpad.net/bugs/348316
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 348316] [NEW] Printer (HWModel Name) May Not Be Connected

2009-03-25 Thread nullack
Public bug reported:

Binary package hint: cups

A number of USB Printers on Jaunty are not printing. They install their
drivers fine and are recognised as being online but yet fail to print.
The print status que has the error message Printer (HWModel Name) May
Not Be Connected and the printing job appears to stall at a processing
status.

So far I have identified the following printer models as being effected:

Samsung ML-2510-Series (this is mine)
HP 940c
HP 930C
hp5550 deskjet

This list is not exhaustive and I do not have an accurate picture of how
many models might be effected.

The user of the hp5550 reported he was able to get his working by
reinstalling all the cups and foomatic packages that are installed by
default. When I tried that for my ML-2510 it did not fix the problem.

Steve Langalsek requested I create a new bug for this, separate to the
info I added to a similarly symptomatic bug, bug #314106.

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

-- 
Printer (HWModel Name) May Not Be Connected
https://bugs.launchpad.net/bugs/348316
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 348316]

2009-03-25 Thread nullack

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

-- 
Printer (HWModel Name) May Not Be Connected
https://bugs.launchpad.net/bugs/348316
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 348316]

2009-03-25 Thread nullack

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

-- 
Printer (HWModel Name) May Not Be Connected
https://bugs.launchpad.net/bugs/348316
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 348316]

2009-03-25 Thread nullack

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

-- 
Printer (HWModel Name) May Not Be Connected
https://bugs.launchpad.net/bugs/348316
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 348316]

2009-03-25 Thread nullack

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

-- 
Printer (HWModel Name) May Not Be Connected
https://bugs.launchpad.net/bugs/348316
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 348316]

2009-03-25 Thread nullack

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

-- 
Printer (HWModel Name) May Not Be Connected
https://bugs.launchpad.net/bugs/348316
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 348316]

2009-03-25 Thread nullack

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

-- 
Printer (HWModel Name) May Not Be Connected
https://bugs.launchpad.net/bugs/348316
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 348316]

2009-03-25 Thread nullack

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

-- 
Printer (HWModel Name) May Not Be Connected
https://bugs.launchpad.net/bugs/348316
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   >