[Bug 329067] Re: Cannot change password on ldap client unless libpam-cracklib also installed

2009-03-04 Thread Michael Kofler
Ubuntu 8.10, used pam-auth-update to configure /etc/pam.d/common-*,
enabled unix, ldap, consolekit (no kerberos, no cracklib)

resulting common-password:

#
# /etc/pam.d/common-password - password-related modules common to all services
#
# This file is included from other service-specific PAM config files,
# and should contain a list of modules that define the services to be
# used to change user passwords.  The default is pam_unix.

# Explanation of pam_unix options:
#
# The sha512 option enables salted SHA512 passwords.  Without this option,
# the default is Unix crypt.  Prior releases used the option md5.
#
# The obscure option replaces the old `OBSCURE_CHECKS_ENAB' option in
# login.defs.
#
# See the pam_unix manpage for other options.

# As of pam 1.0.1-5, this file is managed by pam-auth-update by default.
# To take advantage of this, it is recommended that you configure any
# local modules either before or after the default block, and use
# pam-auth-update to manage selection of other modules.  See
# pam-auth-update(8) for details.

# here are the per-package modules (the Primary block)
password[success=2 default=ignore]  pam_unix.so obscure sha512
password[success=1 user_unknown=ignore default=die] pam_ldap.so 
use_authtok try_first_pass
# here's the fallback if no module succeeds
passwordrequisite   pam_deny.so
# prime the stack with a positive return value if there isn't one already;
# this avoids us returning an error just because nothing sets a success code
# since the modules above will each just jump around
passwordrequiredpam_permit.so
# and here are more per-package modules (the Additional block)
# end of pam-auth-update config

-- 
Cannot change password on ldap client unless libpam-cracklib also installed
https://bugs.launchpad.net/bugs/329067
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libpam-ldap 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 1568] Re: nut takes too long to start

2009-03-04 Thread Arnaud Quette
2009/3/4 Laurent Dinclaux laurent.dincl...@gmail.com

 It won't fix under intrepid. is that true?
 - Afficher le texte des messages précédents -


right, that fix is for jaunty.
and I don't think it will be backported to Intrepid (since it is not an LTS
and not an RC bug, and this fix is part of a big set in nut 2.4...)

Arnaud

-- 
nut takes too long to start
https://bugs.launchpad.net/bugs/1568
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 329067] Re: Cannot change password on ldap client unless libpam-cracklib also installed

2009-03-04 Thread stephen mulcahy
This is my /etc/pam.d/common-password after recently running another
aptitude upgrade, restoring the problematic line to /etc/pam.d/common-
password

In this format, if I login as an LDAP user and type passwd, I get the
following interaction

ste...@apps:~$ passwd
Enter login(LDAP) password: 
passwd: password updated successfully

If I now change the line below

password[success=1 user_unknown=ignore default=die]
pam_ldap.so use_authtok try_first_pass

to

password[success=1 user_unknown=ignore default=die]
pam_ldap.so try_first_pass

and then try changing my password again ...

ste...@apps:~$ passwd
Enter login(LDAP) password: 
New password: 
Re-enter new password: 
LDAP password information changed for stemul
passwd: password updated successfully
ste...@apps:~$ 

#
# /etc/pam.d/common-password - password-related modules common to all services
#
# This file is included from other service-specific PAM config files,
# and should contain a list of modules that define the services to be
# used to change user passwords.  The default is pam_unix.

# Explanation of pam_unix options:
#
# The sha512 option enables salted SHA512 passwords.  Without this option,
# the default is Unix crypt.  Prior releases used the option md5.
#
# The obscure option replaces the old `OBSCURE_CHECKS_ENAB' option in
# login.defs.
#
# See the pam_unix manpage for other options.

# As of pam 1.0.1-5, this file is managed by pam-auth-update by default.
# To take advantage of this, it is recommended that you configure any
# local modules either before or after the default block, and use
# pam-auth-update to manage selection of other modules.  See
# pam-auth-update(8) for details.

# here are the per-package modules (the Primary block)
password[success=2 default=ignore]  pam_unix.so obscure sha512
password[success=1 user_unknown=ignore default=die] pam_ldap.so 
use_authtok try_first_pass
# here's the fallback if no module succeeds
passwordrequisite   pam_deny.so
# prime the stack with a positive return value if there isn't one already;
# this avoids us returning an error just because nothing sets a success code
# since the modules above will each just jump around
passwordrequiredpam_permit.so
# and here are more per-package modules (the Additional block)
# end of pam-auth-update config


** Changed in: libpam-ldap (Ubuntu)
   Status: Incomplete = Confirmed

-- 
Cannot change password on ldap client unless libpam-cracklib also installed
https://bugs.launchpad.net/bugs/329067
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libpam-ldap 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 211631] Re: CIFS/SMBFS shares not unmounted before network is shut down

2009-03-04 Thread Thierry Carrez
Just refreshed my PPA (a security update superseded it), please test:
0.7~~svn20081018t105859-0ubuntu1.8.10.3~ppa1

@Max-Ulrich Farber:
I guess WICD has the same bug as NetworkManager (gets killed by sendsigs before 
the network filesystems are unmounted). If testing shows that the solution for 
NM is right, we'll push the same kind of fix to WICD.

-- 
CIFS/SMBFS shares not unmounted before network is shut down
https://bugs.launchpad.net/bugs/211631
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 312449] Re: samba-common fails to upgrade if smb.conf is deleted

2009-03-04 Thread Thierry Carrez
Refreshed debdiff that builds on recent 3.3.1-1ubuntu1 release

** Attachment added: samba_3.3.1-1ubuntu2.debdiff
   http://launchpadlibrarian.net/23416108/samba_3.3.1-1ubuntu2.debdiff

-- 
samba-common fails to upgrade if smb.conf is deleted
https://bugs.launchpad.net/bugs/312449
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 294148] Re: move_uploaded_file does not set right permissions (ignores umask)

2009-03-04 Thread Nicolas
Hi,

I am experiencing the same problem since I upgraded my server (I only
upgraded a couple of week ago, the system is on production for about 6
months).

My server is running Ubuntu 8.04. The version of PHP5 I am using is:

r...@hosting:~# php-cgi  -v
PHP 5.2.4-2ubuntu5.5 with Suhosin-Patch 0.9.6.2 (cgi-fcgi) (built: Feb 11 2009 
20:02:50)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies

Problem is: files uploaded through a PHP upload form and then moved with
move_uploaded_file are given a umask of 0002 insted of 0022.

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

-- 
move_uploaded_file does not set right permissions (ignores umask)
https://bugs.launchpad.net/bugs/294148
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 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 254151] Re: samba fails to install prperly after unnistall+deleting smb.conf

2009-03-04 Thread Doomicle
Hmm fixed it for me, I ran: apt-get remove --purge samba-common 
(Someone in a forum said to do it and it worked! :oD)

-- 
samba fails to install prperly after unnistall+deleting smb.conf
https://bugs.launchpad.net/bugs/254151
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 332338] Re: package samba 2:3.2.3-1ubuntu3.4 failed to install/upgrade: subprocess post-installation script returned error exit status 1

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

** This bug has been marked a duplicate of bug 312449
   samba-common fails to upgrade if smb.conf is deleted

-- 
package samba 2:3.2.3-1ubuntu3.4 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/332338
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 307408] Re: System freeze when working on Samba or Cifs mounted share of NetApp server

2009-03-04 Thread Thierry Carrez
** Changed in: linux (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
System freeze when working on Samba or Cifs mounted share of NetApp server
https://bugs.launchpad.net/bugs/307408
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 192643] Re: dnsmasq with enable-dbus doesn't work properly with NetworkManager

2009-03-04 Thread Thierry Carrez
Patch on upstream bugtracker received no attention.
Alexander: is it something we can/should carry on our side ?

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

-- 
dnsmasq with enable-dbus doesn't work properly with NetworkManager
https://bugs.launchpad.net/bugs/192643
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dnsmasq 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 264489] Re: le demarrage de tomcat6 ne marche pas

2009-03-04 Thread Thierry Carrez
Closing as Invalid since Now all is good.
Thanks for filing this bug !

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

-- 
le demarrage de tomcat6 ne marche pas
https://bugs.launchpad.net/bugs/264489
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 299866] Re: Tomcat fails to shutdown (can't connect to port 8009)

2009-03-04 Thread Thierry Carrez
Fixed in Jaunty / 6.0.18-0ubuntu4 by disabling AJP13 by default

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

-- 
Tomcat fails to shutdown (can't connect to port 8009)
https://bugs.launchpad.net/bugs/299866
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 206569] Re: hardy's OpenVPN 2.1_Rc7 not connecting

2009-03-04 Thread Thierry Carrez
shaggy:
Did you find any time to test the problem against the hardy-proposed openvpn 
package, as requested in the previous comment ? Thanks in advance.

-- 
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 226185] Re: update-resolv-conf script does not restore old values

2009-03-04 Thread Thierry Carrez
Tom Dickson: your request is a separate issue. This bug was about 
update-resolv-conf not restoring old values, and will be set to Invalid since 
update-resolv-conf works properly. To avoid confusion, could you please file a 
separate bug about adding documentation to make it clearer how to use 
update-resolv-conf ?
Thanks in advance.

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

-- 
update-resolv-conf script does not restore old values
https://bugs.launchpad.net/bugs/226185
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 41794] Re: VPN tunnel is closed before network drives are unmounted when shutting down

2009-03-04 Thread Thierry Carrez
OpenVPN would need to be protected in sendsigs to survive until
umountnfs is called.

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

-- 
VPN tunnel is closed before network drives are unmounted when shutting down
https://bugs.launchpad.net/bugs/41794
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 318703] Re: nagios check_smtp expects integer instead of double

2009-03-04 Thread Thierry Carrez
** Changed in: nagios-plugins (Ubuntu)
   Importance: Undecided = Low

-- 
nagios check_smtp expects integer instead of double
https://bugs.launchpad.net/bugs/318703
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 337037] Re: MS Office reports Access Denied when saving to samba share

2009-03-04 Thread James
1)
The new update:
jmor...@ed:~$ apt-cache policy samba
samba:
  Installed: (none)
  Candidate: 2:3.3.1-1ubuntu1
  Version table:
 2:3.3.1-1ubuntu1 0
500 http://us.archive.ubuntu.com jaunty/main Packages

Does not fix the problem.

2)
I'm almost certain that this is a regression, as I have been saving excel files 
from windows for quite some time.  It was working in Intrepid and Hardy.  I 
could confirm, but I couldn't downgrade my samba to a point where it would 
function correctly where I could test.

-- 
MS Office reports Access Denied when saving to samba share
https://bugs.launchpad.net/bugs/337037
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 312449] Re: samba-common fails to upgrade if smb.conf is deleted

2009-03-04 Thread Thierry Carrez
slangasek once said:
the reasons for not regenerating the config file whenever it's missing or 
empty are rooted in the Debian and Ubuntu policy on config files, and this 
can't be changed without causing more problems than it solves.

so we should rather have a more informative error message. Something like:
Not replacing deleted config file /etc/samba/smb.conf
Install/upgrade will fail. To recover, please try:
  sudo cp /usr/share/samba/smb.conf /etc/samba/smb.conf
  sudo dpkg --configure -a


** Changed in: samba (Ubuntu)
   Importance: Medium = Wishlist

-- 
samba-common fails to upgrade if smb.conf is deleted
https://bugs.launchpad.net/bugs/312449
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 276606] Re: package update-manager 1:0.93.18 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error code (1)

2009-03-04 Thread Michael Vogt
** Changed in: rkhunter (Ubuntu)
 Assignee: Michael Vogt (mvo) = (unassigned)

-- 
package update-manager 1:0.93.18 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/276606
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 294148] Re: move_uploaded_file does not set right permissions (ignores umask)

2009-03-04 Thread Andreas Olsson
Guess I shouldn't have been so eager to close this bug.

@Nicolas: Thanks for reopening it and providing the needed version
information.

I can confirm this issue on Ubuntu 8.04 (libapache2-mod-php5:
5.2.4-2ubuntu5.5). As Hark mentions this bug only seems to affect the
case when the php upload_tmp_dir is on the same file system as the
file's destination.

The php versions in Ubuntu 8.10 and 9.04 seems to obey the set umask
just fine.

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

-- 
move_uploaded_file does not set right permissions (ignores umask)
https://bugs.launchpad.net/bugs/294148
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 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 134080] Re: Navigating directories for DFS shares buggy

2009-03-04 Thread Chris Higgins
I'm running Jaunty Alpha 5 (fresh install) - and can confirm that I
still see this today.

-- 
Navigating directories for DFS shares buggy
https://bugs.launchpad.net/bugs/134080
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 332431] Re: 9.04 Jaunty Samba 2:3.3.0-3ubuntu2: files (permissions set to a=rwx) can only be renamed by owner although their content can be changed by all

2009-03-04 Thread ububugs
Confirmed.
Thanks.

-- 
9.04 Jaunty Samba 2:3.3.0-3ubuntu2: files (permissions set to a=rwx) can only 
be renamed by owner although their content can be changed by all
https://bugs.launchpad.net/bugs/332431
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 332606] Re: Racoon 0.7 fails with address already in use

2009-03-04 Thread Martin Fuzzey
Hi Johnathon

that's a bit difficult to do without giving you an account on my
companie's VPN (which I can't do)

configuration is aggressive mode with x509 certificates

connection establishment is requested using racoonctl

Martin

-- 
Racoon 0.7 fails with address already in use
https://bugs.launchpad.net/bugs/332606
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipsec-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 305264] Re: gnutls regression: failure in certificate chain validation

2009-03-04 Thread Mathias Gug
I was able to reproduce the libldap client bug:

0. Need two versions of openldap : one compiled with gnutls, the other with
openssl.

1. Create a V1 CA.
2. Create a certificate to be used by slapd and sign it with the V1 CA.
3. Configure a slapd+openssl system with certificates issues above.
4. Try to connect to the slapd+openssl system with a libldap+gnutls client:

math...@t-slapd-gnutls:~$ ldapsearch -b dc=vmnet -D cn=admin,dc=vmnet -x -w
mypwd -H ldaps://t-slapd-openssl./ -d 1
ldap_url_parse_ext(ldaps://t-slapd-openssl./)
ldap_create
ldap_url_parse_ext(ldaps://t-slapd-openssl.:636/??base)
ldap_sasl_bind
ldap_send_initial_request
ldap_new_connection 1 1 0
ldap_int_open_connection
ldap_connect_to_host: TCP t-slapd-openssl.:636
ldap_new_socket: 3
ldap_prepare_socket: 3
ldap_connect_to_host: Trying 172.19.42.220:636
ldap_pvt_connect: fd: 3 tm: -1 async: 0
TLS: peer cert untrusted or revoked (0x82)
TLS: can't connect: (unknown error code).
ldap_err2string
ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)

I've filed a bug in openldap bug tracker:
http://www.OpenLDAP.org/its/index.cgi?findid=5992

Note that a possible workaround is to put *all* of the CA certificates
from the chain in the TLS_CACERT file. If one of the intermediate CA
certs is a V3 certificate gnutls shouldn't fail and the ldap connection
should proceed.

This is actually mentioned in the Admin guide:

16.2.2.1. TLS_CACERT filename

  This is equivalent to the server's TLSCACertificateFile option. As
noted in the TLS Configuration section, a client typically  may need to
know about more CAs than a server, but otherwise the same considerations
apply.

which points to section 16.2.1.1. TLSCACertificateFile filename:

  If the signing CA was not a top-level (root) CA, certificates for the
entire sequence of CA's from the signing CA to the top-level CA should
be present.

-- 
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 338043] [NEW] mysql 5 installation crashes if no new root password supplied

2009-03-04 Thread wescarmichael
Public bug reported:

Using Synaptic Package Manager in new Ubuntu 8.10 was prompted for a password 
for root - chose not to supply ( local development machine only ). 
Would have expected package to accept no password.
After a number of times being prompted the system generated the error.

Package mysql_common ( I think )

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 8.10
ErrorMessage: subprocess post-installation script returned error exit status 1
NonfreeKernelModules: nvidia
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 post-installation script returned error exit status 1
Uname: Linux 2.6.27-11-generic i686

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


** Tags: apport-package

-- 
mysql 5 installation crashes if no new root password supplied
https://bugs.launchpad.net/bugs/338043
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 338043] Re: mysql 5 installation crashes if no new root password supplied

2009-03-04 Thread wescarmichael

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

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

-- 
mysql 5 installation crashes if no new root password supplied
https://bugs.launchpad.net/bugs/338043
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 275349] Re: postfix fails to start: chdir(/usr/libexec/postfix)

2009-03-04 Thread Ronald Kasl
how did you fix it? thanks!

-- 
postfix fails to start: chdir(/usr/libexec/postfix)
https://bugs.launchpad.net/bugs/275349
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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 275349] Re: postfix fails to start: chdir(/usr/libexec/postfix)

2009-03-04 Thread sds
I think the directory was wrong in the config file

On Wed, Mar 4, 2009 at 8:27 PM, Ronald Kasl rk...@computer.org wrote:
 how did you fix it? thanks!

 --
 postfix fails to start: chdir(/usr/libexec/postfix)
 https://bugs.launchpad.net/bugs/275349
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “postfix” source package in Ubuntu: Invalid

 Bug description:
 Binary package hint: postfix

 I installed postfix and created /etc/postfix/main.cf but postfix does not run:

 # /etc/init.d/postfix restart
  * Stopping Postfix Mail Transport Agent postfix                         [ OK 
 ]
  * Starting Postfix Mail Transport Agent postfix
                               postfix: fatal: chdir(/usr/libexec/postfix): No 
 such file or directory
                                                                         [fail]

 # dpkg-query -W postfix
 postfix 2.5.1-2ubuntu1.2
 #

 # lsb_release -a
 No LSB modules are available.
 Distributor ID: Ubuntu
 Description:    Ubuntu 8.04.1
 Release:        8.04
 Codename:       hardy



-- 
Sam Steingold http://sds.podval.org

-- 
postfix fails to start: chdir(/usr/libexec/postfix)
https://bugs.launchpad.net/bugs/275349
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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 332431] Re: 9.04 Jaunty Samba 2:3.3.0-3ubuntu2: files (permissions set to a=rwx) can only be renamed by owner although their content can be changed by all

2009-03-04 Thread Thierry Carrez
Fixed in 3.3.1-1ubuntu1.

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

-- 
9.04 Jaunty Samba 2:3.3.0-3ubuntu2: files (permissions set to a=rwx) can only 
be renamed by owner although their content can be changed by all
https://bugs.launchpad.net/bugs/332431
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 305264] Re: gnutls regression: failure in certificate chain validation

2009-03-04 Thread Howard Chu
libldap is now patched in OpenLDAP cvs HEAD. We anticipate releasing a
bugfix-only 2.4.16 release very soon, with this fix included.

-- 
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 329067] Re: Cannot change password on ldap client unless libpam-cracklib also installed

2009-03-04 Thread Michael Kofler
Ubuntu 8.10, used pam-auth-update to configure /etc/pam.d/common-*,
enabled unix, ldap, consolekit (no kerberos, no cracklib)

resulting common-password:

#
# /etc/pam.d/common-password - password-related modules common to all services
#
# This file is included from other service-specific PAM config files,
# and should contain a list of modules that define the services to be
# used to change user passwords.  The default is pam_unix.

# Explanation of pam_unix options:
#
# The sha512 option enables salted SHA512 passwords.  Without this option,
# the default is Unix crypt.  Prior releases used the option md5.
#
# The obscure option replaces the old `OBSCURE_CHECKS_ENAB' option in
# login.defs.
#
# See the pam_unix manpage for other options.

# As of pam 1.0.1-5, this file is managed by pam-auth-update by default.
# To take advantage of this, it is recommended that you configure any
# local modules either before or after the default block, and use
# pam-auth-update to manage selection of other modules.  See
# pam-auth-update(8) for details.

# here are the per-package modules (the Primary block)
password[success=2 default=ignore]  pam_unix.so obscure sha512
password[success=1 user_unknown=ignore default=die] pam_ldap.so 
use_authtok try_first_pass
# here's the fallback if no module succeeds
passwordrequisite   pam_deny.so
# prime the stack with a positive return value if there isn't one already;
# this avoids us returning an error just because nothing sets a success code
# since the modules above will each just jump around
passwordrequiredpam_permit.so
# and here are more per-package modules (the Additional block)
# end of pam-auth-update config

-- 
Cannot change password on ldap client unless libpam-cracklib also installed
https://bugs.launchpad.net/bugs/329067
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 326062] Re: [Jaunty alpha3]X can't reboot by key combination Alt-Ctrl-Backspace

2009-03-04 Thread Shaohua
Thanks very much for your valuable comments. :D

-- 
[Jaunty alpha3]X can't reboot  by key combination Alt-Ctrl-Backspace
https://bugs.launchpad.net/bugs/326062
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 321474] Re: [Intrepid] Update kernel to Linux 2.6.27.13

2009-03-04 Thread Steve Langasek
Pending filing of full bug reports for these regressions, I'm marking
this bug as 'verification-failed'/'regression-potential' so it's clear
it shouldn't be copied to updates.

** Tags added: regression-potential verification-failed

** Tags removed: verification-needed

-- 
[Intrepid] Update kernel to Linux 2.6.27.13
https://bugs.launchpad.net/bugs/321474
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 313947] Re: Terminal emulators can not start a bash shell in 2.6.28-4

2009-03-04 Thread Jarkko Lietolahti
*** This bug is a duplicate of bug 321927 ***
https://bugs.launchpad.net/bugs/321927

Ubuntu 8.10 doesn't have such a line in /etc/fstab and it still works.
Has something changed dramatically somewhere that that line is now
required with 9.04?

-- 
Terminal emulators can not start a bash shell in 2.6.28-4
https://bugs.launchpad.net/bugs/313947
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 291675] Re: Ubuntu Desktop 8.1.0 does't load - hangs with black screen

2009-03-04 Thread Tim McNamara
** Changed in: xorg (Ubuntu)
Sourcepackagename: None = xorg

-- 
Ubuntu Desktop 8.1.0 does't load - hangs with black screen
https://bugs.launchpad.net/bugs/291675
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 337622] [NEW] when chatting I get locked out

2009-03-04 Thread Rasmus Grinderslev
Public bug reported:

Binary package hint: firefox-3.0

when chatting trough this page

http://chat.forum.dk/

I get locked out every 5 min. - Therefor I need to use Internet Explorer
(which I really don't want to)

Can you help?

ProblemType: Bug
Architecture: i386
Date: Wed Mar  4 08:54:46 2009
DistroRelease: Ubuntu 8.04
NonfreeKernelModules: fglrx
Package: firefox-3.0 3.0.6+nobinonly-0ubuntu0.8.04.1
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=da_DK.UTF-8
 SHELL=/bin/bash
SourcePackage: firefox-3.0
Uname: Linux 2.6.24-23-generic i686

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


** Tags: apport-bug

-- 
when chatting I get locked out
https://bugs.launchpad.net/bugs/337622
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 337622] Re: when chatting I get locked out

2009-03-04 Thread Rasmus Grinderslev

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

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

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

-- 
when chatting I get locked out
https://bugs.launchpad.net/bugs/337622
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 337621] [NEW] gnome-screensave-preference freezes as I choose a theme

2009-03-04 Thread Levy
Public bug reported:

after a recent update (this week) of jaunty, ubuntu 9.04,
1) the gnome-screensaver-preference freezes as I try to choose a another theme 
as the previously selected.
2) when the screensaver is activated, it's impossible to interrupt it by 
pressing a key.

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

-- 
gnome-screensave-preference freezes as I choose a theme
https://bugs.launchpad.net/bugs/337621
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 337620] [NEW] No DVD menus in Totem

2009-03-04 Thread Gramps
Public bug reported:

Binary package hint: totem

Inserted a DVD into drive and it started playing at the 1st menu item,
no menu was shown. At the end it did not return to the main menu just
stopped on a screen with picture.

Machine is a AMD64
This is Totem v2.25.91 
Jaunty 9.04 a5 

I know this DVD has menus as it will play just fine on Mint Linux 6 and
also returns to menu from the end.

Will also test the same DVD on my 8.10 system later

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

-- 
No DVD menus in Totem
https://bugs.launchpad.net/bugs/337620
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 337468] Re: Cannot move panels in dual-head non-compiz gnome desktop

2009-03-04 Thread shankao
Confirmed in Jaunty using gnome-panel 2.25.91

** Changed in: gnome-panel (Ubuntu)
Sourcepackagename: None = gnome-panel
   Status: New = Confirmed

-- 
Cannot move panels in dual-head non-compiz gnome desktop
https://bugs.launchpad.net/bugs/337468
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 337194] Re: DVD+RW mount problems

2009-03-04 Thread Párkányi , Balázs
I tried with linux-image-2.6.27-02062719-generic_2.6.27-02062719 from
the mainline archives, it did not help.Finally I upgraded to Jaunty with
kernel 2.6.28-8.26-generic and the disks are mounted fast, without
problems.

-- 
DVD+RW mount problems
https://bugs.launchpad.net/bugs/337194
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 328576] Re: Please sync python-webkit 1.0.2-1 from Debian unstable

2009-03-04 Thread Scott Abbey
This bug is making several other packages uninstallable (namely
gwibber). Is there any news?

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

-- 
Please sync python-webkit 1.0.2-1 from Debian unstable
https://bugs.launchpad.net/bugs/328576
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 287601] Re: gtk applications are crashing in kde

2009-03-04 Thread Tim McNamara
** Changed in: gtk-kde4 (Ubuntu)
Sourcepackagename: None = gtk-kde4

-- 
gtk applications are crashing in kde
https://bugs.launchpad.net/bugs/287601
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 229544] Re: missing Cancel-button

2009-03-04 Thread Ara Pulido
I also agree that a Cancel or Exit button is more usable in a
Wizard.

If you check out all the wizards around, all of them will have a Cancel
button or similar.

-- 
missing Cancel-button
https://bugs.launchpad.net/bugs/229544
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 218671] Re: MinY MaxY leads to unexpected behaviour

2009-03-04 Thread Martin Pitt
Thanks, Bryce. No, I am not sure at all whether this should go into
stables, I just thought you could judge it much better.

-- 
MinY  MaxY leads to unexpected behaviour
https://bugs.launchpad.net/bugs/218671
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 337624] [NEW] use different icon for wireless notification

2009-03-04 Thread Nicolò Chieffo
Public bug reported:

When I connecto to wireless, the notification that appears uses the wired icon 
(the one with 2 computers).
It should use a different icon, based on which connection has just been 
activated

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Gconf:
 
IfupdownConfig:
 auto lo
 iface lo inet loopback
Package: network-manager-gnome 0.7.1~rc1+20090219+bzr974-0ubuntu2
ProcEnviron:
 PATH=(custom, user)
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: network-manager-applet
Uname: Linux 2.6.28-8-generic i686

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


** Tags: apport-bug i386

-- 
use different icon for wireless notification
https://bugs.launchpad.net/bugs/337624
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 337623] [NEW] Russian translation of GPH is broken

2009-03-04 Thread Eugene Kapun
Public bug reported:

Binary package hint: gnupg-doc

gnupg-doc 2003.04.06+dak1-0.1

These files are broken:
/usr/share/doc/gnupg-doc/GNU_Privacy_Handbook/ru/manual.txt.gz (all Russian 
letters are replaced with question marks).
/usr/share/doc/gnupg-doc/GNU_Privacy_Handbook/ru/manual.ps.gz (some problem 
with charset).

How to reproduce:
gunzip -c /usr/share/doc/gnupg-doc/GNU_Privacy_Handbook/ru/manual.txt.gz  
some_temp_file.txt  gedit some_temp_file.txt
gunzip -c /usr/share/doc/gnupg-doc/GNU_Privacy_Handbook/ru/manual.ps.gz  
some_temp_file.ps  evince some_temp_file.ps

** Affects: gnupg-doc (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Russian translation of GPH is broken
https://bugs.launchpad.net/bugs/337623
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 336770] Re: Problems Installing Jaunty On NSLU2

2009-03-04 Thread Andy Rogers
I have been choosing the same menu options when asked questions as
follows:-

Encrypt Home Directory - Yes
Modules Added For Setup - Non
Enabled All Repository's When Asked about the different ones.
Chosen Yes for UTC near very end of install.
4 Partitions created:- (All in ext3 format)
 250mb /boot
 10gb /home
 20gb /
 750mb swap

-- 
Problems Installing Jaunty On NSLU2
https://bugs.launchpad.net/bugs/336770
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 337624] Re: use different icon for wireless notification

2009-03-04 Thread Nicolò Chieffo

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

** Attachment added: NetDevice.eth0.txt
   http://launchpadlibrarian.net/23409529/NetDevice.eth0.txt

** Attachment added: NetDevice.lo.txt
   http://launchpadlibrarian.net/23409530/NetDevice.lo.txt

** Attachment added: NetDevice.pan0.txt
   http://launchpadlibrarian.net/23409531/NetDevice.pan0.txt

** Attachment added: NetDevice.wlan0.txt
   http://launchpadlibrarian.net/23409532/NetDevice.wlan0.txt

** Attachment added: NetDevice.wmaster0.txt
   http://launchpadlibrarian.net/23409533/NetDevice.wmaster0.txt

** Attachment added: Syslog.txt
   http://launchpadlibrarian.net/23409534/Syslog.txt

** Attachment added: WpaSupplicantLog.txt
   http://launchpadlibrarian.net/23409535/WpaSupplicantLog.txt

-- 
use different icon for wireless notification
https://bugs.launchpad.net/bugs/337624
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 336770] Re: Problems Installing Jaunty On NSLU2

2009-03-04 Thread Andy Rogers
The comments/log file here 
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/336770/comments/2 I 
actually got a screen at the end of installation saying it hasd been completed 
and my NSLU2 rebooted but went back into installer mode.
After loooking at the Syslog I spoted some errors linked to an NTFS partition 
on my USB HDD which I haev since resolved and a newer log has been posted of my 
latest install attempt here 
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/336770/comments/3 .
The last install is a typical install I get as far as tge UTC Clock option at 
the end and then my SSH connection gets dropped, but my NSLU2 does not reboot.

-- 
Problems Installing Jaunty On NSLU2
https://bugs.launchpad.net/bugs/336770
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 269652] Re: Worrying message ata4: EH pending after 5 tries, giving up from dmesg

2009-03-04 Thread Dan Andreșan
The bug was reopened upstream and fixed by kernel developers
http://bugzilla.kernel.org/show_bug.cgi?id=11615

Please pick up the new patch: libata-thaw-after-reset-skip.patch

Thanks,
Dan.

-- 
Worrying message  ata4: EH pending after 5 tries, giving up from dmesg
https://bugs.launchpad.net/bugs/269652
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 337625] [NEW] Jockey() crashed and caused the signal 11 (SIGSEGV)

2009-03-04 Thread Albert Hutama
Public bug reported:

-

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Jockey() crashed and caused the signal 11 (SIGSEGV)
https://bugs.launchpad.net/bugs/337625
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 327077] Re: [Jaunty]McCreary x86_64 Jaunty suspend fails

2009-03-04 Thread Shaohua
HW :McCreacy(Desktop)
OS :Jaunty(9.04)_Alpha5_X64

the bug still reproduced on above platform,including Jaunty Alpha4.
Meanwhile,maybe the bug didn't seem to be reproduced with specific linux 
(Ubuntu) kernel package,it also reproduced on Suse(SLED11) platform.

-- 
[Jaunty]McCreary x86_64 Jaunty suspend fails
https://bugs.launchpad.net/bugs/327077
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 269027] Re: No sound from Laptop speakers, but headphones. my solution

2009-03-04 Thread Jarl
I have a HP6735b and
cat /proc/asound/cards
head -n 1 /proc/asound/card0/codec*

gave same information.

So I also edited 
/etc/modprobe.d/alsa-base /etc/modprobe.d/options as described in step 4 and 5 
and then rebooted. That also made it work for me.

Thanks a lot.

Jarl

-- 
No sound from Laptop speakers, but headphones. my solution
https://bugs.launchpad.net/bugs/269027
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 337626] [NEW] package libc6 2.9-0ubuntu12 failed to install/upgrade: podproces pre-installation script zwr?ci? kod b??du 1

2009-03-04 Thread trylik
Public bug reported:

what information do you need?

ProblemType: Package
Architecture: i386
Dependencies:
 libgcc1 1:4.3.3-5ubuntu1
 gcc-4.3-base 4.3.3-5ubuntu1
 findutils 4.4.0-2ubuntu3
 libc6 2.9-0ubuntu12
DistroRelease: Ubuntu 9.04
ErrorMessage: podproces pre-installation script zwrócił kod błędu 1
Package: libc6 2.9-0ubuntu12
SourcePackage: glibc
Title: package libc6 2.9-0ubuntu12 failed to install/upgrade: podproces 
pre-installation script zwrócił kod błędu 1
Uname: Linux 2.6.28-8-generic i686

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


** Tags: apport-package i386

-- 
package libc6 2.9-0ubuntu12 failed to install/upgrade: podproces 
pre-installation script zwr?ci? kod b??du 1
https://bugs.launchpad.net/bugs/337626
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 337626] Re: package libc6 2.9-0ubuntu12 failed to install/upgrade: podproces pre-installation script zwr?ci? kod b??du 1

2009-03-04 Thread trylik

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

-- 
package libc6 2.9-0ubuntu12 failed to install/upgrade: podproces 
pre-installation script zwr?ci? kod b??du 1
https://bugs.launchpad.net/bugs/337626
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 333418] Re: Flashplayer locks up when (preferences) menu is opened

2009-03-04 Thread Gramps
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we can't fix it because your description
didn't include enough information. You may find it helpful to read How
to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

It would be helpful to know
1. Flavor  version of Ubuntu
2. 32bit or 64bit

Might also help to do
sudo apt-get update
sudo apt-get purge flashplugin-nonfree
sudo apt-get install flashplugin-nonfree

Did that help?

Thanks!

-- 
Flashplayer locks up when (preferences) menu is opened
https://bugs.launchpad.net/bugs/333418
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 229573] Re: [wishlist]Thinkpad - Utility to enable/disable the trackpoint/trackpad

2009-03-04 Thread Mark
I can not test it right now, but according to the description of the
tool (which has been discontinued and is now replaced by touchfreeze) it
should do what the subscriber and me would want. So it would be nice, if
this would be packaged for the next release. I will test as soon as
possible. The Laptop where the problem exists is travelling right now.

-- 
[wishlist]Thinkpad - Utility to enable/disable the trackpoint/trackpad
https://bugs.launchpad.net/bugs/229573
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 337627] [NEW] Killswitch position detected as active indipendent from actual state after resume

2009-03-04 Thread Sandro Mani
Public bug reported:

Using Jaunty x86_64 as of 4.3.2009.
Concerns: suspend, iwlagn module
Problem:
If the kill switch position is active (wireless disabled) when resuming from 
suspend, after resume the state is always detected as active no matter the 
actual state of the switch (i.e. changing the switch position has no effect). I 
have to unload and reload the iwlagn module, then the state is read correctly 
again.
The issue does no appear after startup (i.e. works no matter with what switch 
position I boot the system), it also works fine in Intrepid x86_64 (suspend 
case included).

Hardware: Lenovo T400, PRO/Wireless 5100 AGN  WLAN card.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Killswitch position detected as active indipendent from actual state after 
resume
https://bugs.launchpad.net/bugs/337627
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 336770] Re: Problems Installing Jaunty On NSLU2

2009-03-04 Thread Andy Rogers
The Log file from
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/336770/comments/1
is the end of the log file from the file in the coments here
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/336770/comments/2

-- 
Problems Installing Jaunty On NSLU2
https://bugs.launchpad.net/bugs/336770
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 332365] Re: hibernation doesn't work with samsung nc10 + LPIA

2009-03-04 Thread Andrea Cimitan
My installation misses /etc/initramfs-tools/conf.d/resume
How do I install it?

-- 
hibernation doesn't work with samsung nc10 + LPIA
https://bugs.launchpad.net/bugs/332365
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 332014] Re: Notification Settings is available but has no effect when Notify OSD is used

2009-03-04 Thread Launchpad Bug Tracker
This bug was fixed in the package notification-daemon - 0.4.0-0ubuntu3

---
notification-daemon (0.4.0-0ubuntu3) jaunty; urgency=low

  * Add 08_hide_properties_desktop.patch: Do not display
notification-properties in the menu by default; it's not worth spending a
menu item for this small thing, users can reenable it with alacarte, and
it doesn't work for notify-osd at all. (LP: #301766, #332014)

 -- Martin Pitt martin.p...@ubuntu.com   Wed, 04 Mar 2009 09:05:13
+0100

** Changed in: notification-daemon (Ubuntu)
   Status: In Progress = Fix Released

-- 
Notification Settings is available but has no effect when Notify OSD is used
https://bugs.launchpad.net/bugs/332014
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 283278] Re: When FUSA applet has shutdown/logout items are duplicated in System menu

2009-03-04 Thread Matthew East
Another issue introduced by this is that (as Martin mentioned earlier)
we need to document both ways to shut down. This affects not only Ubuntu
documentation but includes yet another delta in the Gnome documentation
where we need to depart from upstream. We've only just found out about
this change in the documentation team, although fortunately it is before
string freeze.

Lots of people will remove the FUSA applet, either intentionally to save
panel space (because they don't have multi-user systems and can't see
the point of the huge long applet) or accidentally, so I can't see that
we can avoid documenting both ways. And this looks clumsy.

I would have thought that having one consistent way to shut down the
system is much more desirable.

There is also a problem with reinstating the FUSA applet - it's very
difficult to find in the Add to Panel dialogue. I've reported that as
bug 337479.

-- 
When FUSA applet has shutdown/logout items are duplicated in System menu
https://bugs.launchpad.net/bugs/283278
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 301766] Re: do not put notification preferences in the preferences menu

2009-03-04 Thread Launchpad Bug Tracker
This bug was fixed in the package notification-daemon - 0.4.0-0ubuntu3

---
notification-daemon (0.4.0-0ubuntu3) jaunty; urgency=low

  * Add 08_hide_properties_desktop.patch: Do not display
notification-properties in the menu by default; it's not worth spending a
menu item for this small thing, users can reenable it with alacarte, and
it doesn't work for notify-osd at all. (LP: #301766, #332014)

 -- Martin Pitt martin.p...@ubuntu.com   Wed, 04 Mar 2009 09:05:13
+0100

** Changed in: notification-daemon (Ubuntu)
   Status: In Progress = Fix Released

-- 
do not put notification preferences in the preferences menu
https://bugs.launchpad.net/bugs/301766
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 248286] Re: Adobe Flash player will not run,

2009-03-04 Thread Gramps
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information?

Did you try to install the plugins manually using
sudo apt-get install flashplugin-nonfree


Thanks!

** Changed in: flashplugin-nonfree (Ubuntu)
   Status: New = Incomplete

-- 
Adobe Flash player will not run, 
https://bugs.launchpad.net/bugs/248286
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 337629] [NEW] weather indicator in the time/date applet does not keep up to date

2009-03-04 Thread Matthew East
Public bug reported:

Binary package hint: gnome-panel

The weather indicator that has appeared in the time/date applet since
intrepid appears not to update itself. Mine just gets stuck for several
days, unless I kill the panel, in which case it updates itself.

The separate weather applet has a preference in which the user can
specify that it updates itself every X minutes (defaulting to 30). This
should also apply to the weather indicator in the time/date applet.

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

-- 
weather indicator in the time/date applet does not keep up to date
https://bugs.launchpad.net/bugs/337629
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 337629] Re: weather indicator in the time/date applet does not keep up to date

2009-03-04 Thread Matthew East

** Attachment added: screenshot showing the failure to update
   http://launchpadlibrarian.net/23410320/weather-applet.png

-- 
weather indicator in the time/date applet does not keep up to date
https://bugs.launchpad.net/bugs/337629
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 337423] Re: Broken package: unmet dependency python-webkitgtk

2009-03-04 Thread Xoke
*** This bug is a duplicate of bug 328576 ***
https://bugs.launchpad.net/bugs/328576

** This bug has been marked a duplicate of bug 328576
   Please sync python-webkit 1.0.2-1 from Debian unstable

-- 
Broken package: unmet dependency python-webkitgtk
https://bugs.launchpad.net/bugs/337423
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 336523] Re: Touchpad does not work on MacBookPro4,1 in Jaunty

2009-03-04 Thread Xabi Ezpeleta
** Tags added: appletouch

-- 
Touchpad does not work on MacBookPro4,1 in Jaunty
https://bugs.launchpad.net/bugs/336523
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 337413] Re: [UVFe] Please sync dbus-glib 0.80-3 from debian unstable (main)

2009-03-04 Thread Martin Pitt
Approved, looks fine.

** Changed in: dbus-glib (Ubuntu)
   Status: New = Confirmed

-- 
[UVFe] Please sync dbus-glib 0.80-3 from debian unstable (main)
https://bugs.launchpad.net/bugs/337413
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 337413] [UVFe] Please sync dbus-glib 0.80-3 from debian unstable (main)

2009-03-04 Thread Martin Pitt
[Updating] dbus-glib (0.78-1 [Ubuntu]  0.80-3 [Debian])
 * Trying to add dbus-glib...
  - dbus-glib_0.80-3.diff.gz: downloading from http://ftp.debian.org/debian/
  - dbus-glib_0.80-3.dsc: downloading from http://ftp.debian.org/debian/
  - dbus-glib_0.80.orig.tar.gz: downloading from http://ftp.debian.org/debian/
I: dbus-glib [main] - libdbus-glib-1-dev_0.78-1 [main].
I: dbus-glib [main] - libdbus-glib-1-2_0.78-1 [main].
I: dbus-glib [main] - libdbus-glib-1-doc_0.78-1 [main].
I: dbus-glib [main] - libdbus-glib-1-2-dbg_0.78-1 [main].


** Changed in: dbus-glib (Ubuntu)
   Status: Confirmed = Fix Released

-- 
[UVFe] Please sync dbus-glib 0.80-3 from debian unstable (main)
https://bugs.launchpad.net/bugs/337413
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 291760] Re: network-manager roams to (none) ((none))

2009-03-04 Thread Mário Pinto
I have also the same problem.
Tried with the rtl8187 driver the native for my wireless card, and it came up 
with the same Networkmenager periodic_update() roamed from.
Thinking it was a driver problem, i blacklisted rtl8187 and used a wireless 
adapter pen.
Different driver, same result.
As for the number of networks, it doesn't cycle.I have several around me, all 
protected.


I'm running the latest intrepid(8.10).
I don't have access to the logs, seeing i was too frustrated trying to access 
the web to post this.
I`ll post my system log and info later.

Have a nice day.

-- 
network-manager roams to (none) ((none))  
https://bugs.launchpad.net/bugs/291760
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 334981] Re: Appletouch doesn't run

2009-03-04 Thread Xabi Ezpeleta
*** This bug is a duplicate of bug 336523 ***
https://bugs.launchpad.net/bugs/336523

You are right!

Sorry, i searched with appletouch word... and i don't find it! Thanks!

** This bug has been marked a duplicate of bug 336523
   Touchpad does not work on MacBookPro4,1 in Jaunty

-- 
Appletouch doesn't run
https://bugs.launchpad.net/bugs/334981
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 285089] Re: usb id 138A:0001 is a DigitalPersona fingerprint reader which doesn't get recognized by Ubuntu

2009-03-04 Thread Dimitrios Symeonidis
cdir, have you tried installing libfprint0 ?

** Summary changed:

- usb id 138A:0001 is a DigitalPersona fingerprint reader which doesn't get 
recognized by Ubuntu
+ usb id 138A:0001 fingerprint reader

-- 
usb id 138A:0001 fingerprint reader
https://bugs.launchpad.net/bugs/285089
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 201248] Re: google calendar does not load

2009-03-04 Thread Mackenzie Morgan
Right-click in left part - new calendar
Choose Google
Enter your username (the whole thing, including @gmail.com)
Click the Retrieve List button
Enter your password in the popup
Choose the calendar you want to use from the dropdown
...

The rest is up to you after that.

-- 
google calendar does not load
https://bugs.launchpad.net/bugs/201248
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 337630] [NEW] kontact crashed periodly in KDE 4.2

2009-03-04 Thread yasker
Public bug reported:

OK... Though different crash log shows, it still crashed periodly for
me...

I am using almost all the feature I can used in kontact - todo list,
time tracker, calender... So crash is indeed bother me a lot...

Thanks! (and bugs.kde.org is indeed not that convenient as launchpad,
forgive me...)

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

-- 
kontact crashed periodly in KDE 4.2
https://bugs.launchpad.net/bugs/337630
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdepim in ubuntu.

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


[Bug 337630] Re: kontact crashed periodly in KDE 4.2

2009-03-04 Thread yasker

** Attachment added: kontact4.2.kcrash
   http://launchpadlibrarian.net/23410547/kontact4.2.kcrash

-- 
kontact crashed periodly in KDE 4.2
https://bugs.launchpad.net/bugs/337630
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdepim in ubuntu.

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


[Bug 337447] Re: Unable to use DVD/CD Drive

2009-03-04 Thread bra10n

** Attachment added: lshw -C disk
   http://launchpadlibrarian.net/23410499/lshw%20-C%20disk

-- 
Unable to use DVD/CD Drive
https://bugs.launchpad.net/bugs/337447
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 336420] Re: Jaunty: Gnome 'run a terminal shortcut' does not work anymore

2009-03-04 Thread Chris Coulson
** Changed in: compiz (Ubuntu Jaunty)
   Importance: Low = Medium

** Tags added: regression-potential

-- 
Jaunty: Gnome 'run a terminal shortcut' does not work anymore
https://bugs.launchpad.net/bugs/336420
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 328576] Re: Please sync python-webkit 1.0.2-1 from Debian unstable

2009-03-04 Thread Xoke
Trying to install python-webkitgtk-dev errors because it needs webkitgtk
which it can't install because:

The following packages have unmet dependencies:
  python-webkitgtk: Depends: python ( 2.6) but 2.6.1-0ubuntu2 is to be 
installed
E: Broken packages

Which is presumably exact what is mentioned above, with wrong versions.

-- 
Please sync python-webkit 1.0.2-1 from Debian unstable
https://bugs.launchpad.net/bugs/328576
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 253803] Re: Firefox crashing on youtube site

2009-03-04 Thread Gramps
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information?

Try
sudo apt-get purge flashplugin-nonfree
sudo apt-get update
sudo apt-get install flashplugin-nonfree

Did this help the problem.

 Thanks!

-- 
Firefox crashing on youtube site
https://bugs.launchpad.net/bugs/253803
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 337632] [NEW] My desktop keeps freezing on me.

2009-03-04 Thread Kees
Public bug reported:

My kde 4 desktop in Jaunty alpha 5 (with latest updates) keeps freezing
on me. Nothing on the desktop works anymore, even the clocks stop
(easily spotted by the second hand on the analogue clock). Any open
applications however still work, but I can't start any new ones, as the
K-menu doesn't work anymore either. The only way I have found to get it
working again is to press CTL+ALT+BackSpace to restart the X-server.

The problem can easily be reproduced by either using the menu editor or
trying to install new plasma widgets (not add them to the desktop, but
actually go to 'Install New Widgets...' and try to install one.

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

-- 
My desktop keeps freezing on me.
https://bugs.launchpad.net/bugs/337632
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in ubuntu.

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


[Bug 336523] Re: Touchpad does not work on MacBookPro4,1 in Jaunty

2009-03-04 Thread Xabi Ezpeleta
Thanks for the solution! I had the same problem...

-- 
Touchpad does not work on MacBookPro4,1 in Jaunty
https://bugs.launchpad.net/bugs/336523
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 328576] Re: Please sync python-webkit 1.0.2-1 from Debian unstable

2009-03-04 Thread Christophe Sauthier (huats)
This bug is on my TODO list for today...

** Changed in: pywebkitgtk (Ubuntu)
 Assignee: (unassigned) = Christophe Sauthier (huats) (christophe.sauthier)
   Status: Confirmed = In Progress

-- 
Please sync python-webkit 1.0.2-1 from Debian unstable
https://bugs.launchpad.net/bugs/328576
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 292285] Re: firefox flash

2009-03-04 Thread Gramps
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information?

Do you have flashplugin-nonfree installed?

sudo apt-get update
sudo apt-get install flashplugin-nonfree

Was this any help?

 Thanks!

** Changed in: flashplugin-nonfree (Ubuntu)
   Status: New = Incomplete

-- 
firefox flash
https://bugs.launchpad.net/bugs/292285
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 285089] Re: usb id 138A:0001 fingerprint reader

2009-03-04 Thread Dimitrios Symeonidis
** Description changed:

- usb id 138A:0001 is a DigitalPersona fingerprint reader which doesn't get 
recognized by Ubuntu
- I think (although I'm not sure) all that's needed is to add this specific USB 
ID to a relevant list?
+ usb id 138A:0001 is a Validity Sensors, Inc. VFS101 fingerprint reader
+ masquerading as a DigitalPersona fingerprint reader.
+ 
+ The wrong entry was submitted to the /var/lib/misc/usb.ids maintainer,
+ and we're in the process of rectifying this.
+ 
+ The libfprint0 driver does (probably) not support this device. 
+ The driver should be in the development queue of dsd at gentoo.org
+ 
+ References:
+ http://www.reactivated.net/fprint/wiki/Unsupported_devices#Validity_VFS101
+ http://www.qbik.ch/usb/devices/showdev.php?id=4476

-- 
usb id 138A:0001 fingerprint reader
https://bugs.launchpad.net/bugs/285089
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 272729] Re: contrast for selected message in thread pane too low

2009-03-04 Thread Jesusfreak
I replaced Ubuntu with Gentoo a month ago, but the issue is still there
with Thunderbird 2.0.0.19.

-- 
contrast for selected message in thread pane too low
https://bugs.launchpad.net/bugs/272729
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 1568] Re: nut takes too long to start

2009-03-04 Thread Arnaud Quette
2009/3/4 Laurent Dinclaux laurent.dincl...@gmail.com

 It won't fix under intrepid. is that true?
 - Afficher le texte des messages précédents -


right, that fix is for jaunty.
and I don't think it will be backported to Intrepid (since it is not an LTS
and not an RC bug, and this fix is part of a big set in nut 2.4...)

Arnaud

-- 
nut takes too long to start
https://bugs.launchpad.net/bugs/1568
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 337629] Re: weather indicator in the time/date applet does not keep up to date

2009-03-04 Thread Matthew East
I should add - I've noticed the problem on my intrepid system, which is
up to date. I haven't run jaunty for any serious period of time that
would permit me to check whether the same issue exists.

-- 
weather indicator in the time/date applet does not keep up to date
https://bugs.launchpad.net/bugs/337629
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 337529] Re: GIMP 2.6.5 crashes randomly with SIGSEGV in libgobject-2.0.so

2009-03-04 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. However, your crash report is either missing or challenging to deal 
with as a '.crash' file. Please follow these instructions to have apport report 
a new bug about your crash that can be dealt with by the automatic retracer. 
 
 If you are running the Ubuntu Stable Release you might need to enable apport 
in /etc/default/apport and restart. 
 
 If you are using Ubuntu with the Gnome desktop environment - launch nautilus 
and navigate to your /var/crash directory and double click on the crash report 
you wish to submit. 
 
 If you are using Kubuntu or Xubuntu you can file the crash using 
/usr/share/apport/apport-qt --crash-file=/var/crash/_my_crash_report.crash in a 
terminal - where _my_crash_report.crash is the crash you would like to report. 
 I'm closing this bug report since the process outlined above will 
automatically open a new bug report which can then dealt with more efficiently. 
Thanks in advance for your cooperation and understanding.

** Changed in: gimp (Ubuntu)
   Importance: Undecided = Medium
   Status: New = Invalid

-- 
GIMP 2.6.5 crashes randomly with SIGSEGV in libgobject-2.0.so
https://bugs.launchpad.net/bugs/337529
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 334498] Re: evolution-data-server-2.26 crashed with signal 5 in g_mutex_free_posix_impl()

2009-03-04 Thread Sebastien Bacher
closing this bug now since that works, you can reopen if you get the
issue again though

** Changed in: evolution-data-server (Ubuntu)
   Status: Incomplete = Invalid

-- 
evolution-data-server-2.26 crashed with signal 5 in g_mutex_free_posix_impl()
https://bugs.launchpad.net/bugs/334498
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 285089] Re: usb id 138A:0001 fingerprint reader

2009-03-04 Thread Dimitrios Symeonidis
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Dimitrios Symeonidis (azimout)

-- 
usb id 138A:0001 fingerprint reader
https://bugs.launchpad.net/bugs/285089
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 337302] Re: FF exception: sync man-db 2.5.4 from Debian

2009-03-04 Thread Martin Pitt
Quite a bunch of new stuff, but if something breaks in manpages, it
won't affect overall system stability. Also, us devs use manpages so
often that breakage would be noticed very soon. Being in Debian for a
week and knowing your meticulousness this looks very low-risk to me.

Approved. I subscribed archive admins to get it synced.

** Summary changed:

- FF exception: man-db 2.5.4
+ FF exception: sync man-db 2.5.4 from Debian

** Changed in: man-db (Ubuntu)
   Status: New = Triaged

-- 
FF exception: sync man-db 2.5.4 from Debian
https://bugs.launchpad.net/bugs/337302
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 334981] Re: Appletouch doesn't run

2009-03-04 Thread Xabi Ezpeleta
*** This bug is a duplicate of bug 336523 ***
https://bugs.launchpad.net/bugs/336523

*I wanted to say I didn't find it...

-- 
Appletouch doesn't run
https://bugs.launchpad.net/bugs/334981
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 337500] Re: Evince error: Failed to read the document catalog

2009-03-04 Thread Dimitrios Symeonidis
I can confirm this on latest Jaunty (evince 2.25.92, poppler 0.10.4)

** Changed in: evince (Ubuntu)
   Importance: Undecided = Medium
   Status: Incomplete = Confirmed

** Changed in: poppler (Ubuntu)
Sourcepackagename: evince = poppler

-- 
Evince error: Failed to read the document catalog
https://bugs.launchpad.net/bugs/337500
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 337500] Re: Evince error: Failed to read the document catalog

2009-03-04 Thread Dimitrios Symeonidis
the error in xpdf is:
Error: Catalog object is wrong type (null)
Error: Couldn't read page catalog
XtUngrabButton(drawArea,3,0)
Warning: Attempt to remove nonexistent passive grab

this is poppler, not evince, marking as such

ps. i can also confirm that the document opens nicely in acroread 8.1.3
for linux

-- 
Evince error: Failed to read the document catalog
https://bugs.launchpad.net/bugs/337500
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 311895] Re: [i945] spontaneous black screen (major pipe-A underrun)

2009-03-04 Thread Søren Holm
dmesg says this after blackout

[  737.891632] [drm:i915_get_vblank_counter] *ERROR* trying to get vblank count 
for disabled pipe 0
[  744.702207] [drm:i915_get_vblank_counter] *ERROR* trying to get vblank count 
for disabled pipe 0

-- 
[i945] spontaneous black screen (major pipe-A underrun)
https://bugs.launchpad.net/bugs/311895
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 311057] Re: Add to Panel - Menu bar just reproduces Main menu

2009-03-04 Thread Sebastien Bacher
so this bug is just about the applet wording? what else would you
suggest?

-- 
Add to Panel - Menu bar just reproduces Main menu
https://bugs.launchpad.net/bugs/311057
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 201248] Re: google calendar does not load

2009-03-04 Thread Nicolò Chieffo
I forgot to say that I'm in jaunty. what about you?

-- 
google calendar does not load
https://bugs.launchpad.net/bugs/201248
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 337641] [NEW] Error until storing to the Sent folder

2009-03-04 Thread Bartosz Wierzejewski
Public bug reported:

Binary package hint: evolution

Even after sync... :(

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/evolution
NonfreeKernelModules: fglrx
Package: evolution 2.24.3-0ubuntu1
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=pl_PL.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
Uname: Linux 2.6.27-13-generic x86_64

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


** Tags: apport-bug

-- 
Error until storing to the Sent folder
https://bugs.launchpad.net/bugs/337641
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   >