[Bug 338556] Re: [jaunty] libsnmp-python: Depends: python ( 2.6)

2009-03-06 Thread Andreas Olsson
I can confirm the problem. This package does seem to need a rebuild.

andr...@pc13267v2:~$ apt-cache policy libsnmp-python
libsnmp-python:
  Installed: (none)
  Candidate: 5.4.1~dfsg-12ubuntu1
  Version table:
 5.4.1~dfsg-12ubuntu1 0
500 http://archive.ubuntu.com jaunty/universe Packages

** Changed in: net-snmp (Ubuntu)
   Status: New = Confirmed

-- 
[jaunty] libsnmp-python: Depends: python ( 2.6)
https://bugs.launchpad.net/bugs/338556
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp 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-06 Thread Thierry Carrez
I think I also need to clarify something here.

If you use NetworkManager with per-user settings (i.e. without the
system setting checkbox checked) then the network connection is up
only during your session. When you log out from your Gnome session, the
network connection goes down. This is the default for desktops, and
usually the case for wireless connections where the password is stored
in the user keyring.

So the whole concept of mounting any network filesystem system-wide at
boot (in /etc/fstab) while your network will only be there during your
Gnome session is flawed.

Here are the sane modes of operation:
(1) Not using NetworkManager, define a static network configuration in 
/etc/network/interfaces
Then you can use /etc/fstab without any problem, shutdown will work without a 
timeout. This is usually used on servers.

(2) Using NetworkManager in system setting mode
Then you should be able to use /etc/fstab without a problem. At this point 
there is a bug in NetworkManager that makes it die before umountnfs is called. 
The version in my PPA solves this. Please test.

(3) Using NetworkManager without system setting checked (per-session mode)
Then you shouldn't be using /etc/fstab at all. The network will go down when 
the Gnome session stops. True network filesystem mounts require the network to 
be up regardless of the Gnome session status. You should use nautilus mounts 
instead (smb://server/share). Those will be unmounted before Gnome logout.

I am trying to solve the bug in the (2) case here.
If you are in the (3) case (and a lot of you probably are) you should either 
switch to system setting mode or drop usage of CIFS mounts in favor of 
Nautilus gvfs-smb mounts.

-- 
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 338704] [NEW] description missing in nagios config

2009-03-06 Thread Daniel Andersen
Public bug reported:

Binary package hint: nagios-plugins

In the windows.cfg example the description for the Memory Usage monitoring 
service says:
# Create a service for monitoring
and should be
# Create a service for monitoring Memory Usage

** Affects: nagios-plugins (Ubuntu)
 Importance: Undecided
 Status: New

-- 
description missing in nagios config
https://bugs.launchpad.net/bugs/338704
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 264808] Re: Package does not work with JDK 5

2009-03-06 Thread Matthew Buckett
I just got bitten by the Tomcat6 being compiled for JDK 1.6, for someone
who is used to the standard distributions from http://tomcat.apache.org/
I lost quite a bit of time chasing down the reason.

It wasn't helped by the fact that in the file /etc/init.d/tomcat6 is the
line:

JDK_DIRS=/usr/lib/jvm/java-6-openjdk /usr/lib/jvm/java-6-sun
/usr/lib/jvm/java-1.5.0-sun /usr/lib/j2sdk1.5-sun /usr/lib/j2sdk1.5-ibm

which means that tomcat6 will attempt to use a 1.5 JDK if a 1.6 JDK
isn't installed.

Tomcat 6 runs fine on JDK 1.5 and it would be helpful if the packaged
version was compiled so that it would run against it.

-- 
Package does not work with JDK 5
https://bugs.launchpad.net/bugs/264808
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 338720] [NEW] Function lookup problem after calling setlocale(LC_ALL, tr_TR)

2009-03-06 Thread cankoy
Public bug reported:

Binary package hint: php5-cli

Ubuntu 8.10

php5-cli:
  Installed: 5.2.6-2ubuntu4.1
  Candidate: 5.2.6-2ubuntu4.1
  Version table:
 *** 5.2.6-2ubuntu4.1 0
500 http://tr.archive.ubuntu.com intrepid-updates/main Packages
500 http://security.ubuntu.com intrepid-security/main Packages
100 /var/lib/dpkg/status
 5.2.6-2ubuntu4 0
500 http://tr.archive.ubuntu.com intrepid/main Packages

Bug Details:
?php
echo setlocale(LC_ALL, 'tr_TR').\n;
HI5();
function HI5() { echo Five!\n;}
?
outputs the following:
---
tr_TR

Fatal error: Call to undefined function HI5() in...
---

Notes:
1. Make sure you have tr_TR locale installed, i.e. check the output of first 
echo statement.
2. The locale before executing the script must be different from tr_TR to 
repeat this case, e.g. en_US.utf-8

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

-- 
Function lookup problem after calling setlocale(LC_ALL, tr_TR)
https://bugs.launchpad.net/bugs/338720
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 338704] Re: description missing in nagios config

2009-03-06 Thread cyco
Thanks for you bugreport, but I cant find the file you mentioned:

/tmp$ dpkg-source -x nagios-plugins_1.4.12-4ubuntu2.dsc
gpg: Signature made Wed 19 Nov 2008 06:42:40 PM CET using DSA key ID FA14013B
gpg: Can't check signature: public key not found
dpkg-source: extracting nagios-plugins in nagios-plugins-1.4.12
dpkg-source: info: unpacking nagios-plugins_1.4.12.orig.tar.gz
dpkg-source: info: applying nagios-plugins_1.4.12-4ubuntu2.diff.gz
/tmp$ cd nagios-plugins-1.4.12/
/tmp/nagios-plugins-1.4.12$ find . -name windows.cfg
/tmp/nagios-plugins-1.4.12$

Where did you find this file?

Thanks and with kind regards, Jan.

** Changed in: nagios-plugins (Ubuntu)
   Status: New = Incomplete

-- 
description missing in nagios config
https://bugs.launchpad.net/bugs/338704
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 264808] Re: Package does not work with JDK 5

2009-03-06 Thread Thierry Carrez
Matthew: see bug 286427. This was fixed in Jaunty. Please followup on
that bug if you think we should issue a stable release update to cover
this bug in 8.10

-- 
Package does not work with JDK 5
https://bugs.launchpad.net/bugs/264808
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 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2009-03-06 Thread Scott Carpenter
I'm running Samba on a Linksys/Cisco NSLU2 (the slug!) and started
having this problem after upgrading my client from 8.04 to 8.10.  Just
wanted to report that the nodfs mount option took care of the problem
for me.  Thanks everyone for all the work figuring this out!

-- 
Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10
https://bugs.launchpad.net/bugs/286828
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 334949] Re: [jaunty] unable to share folders using samba

2009-03-06 Thread kulight
one of the updates in the last few days fixed the problem

marking as fixed

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

-- 
[jaunty] unable to share folders using samba
https://bugs.launchpad.net/bugs/334949
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 323409] Re: sasl2-bin broken, segfaulting during install

2009-03-06 Thread Daniel Holbach
Good work, Fabien - this bug bit me too when I upgraded my server to
Jaunty.

-- 
sasl2-bin broken, segfaulting during install
https://bugs.launchpad.net/bugs/323409
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cyrus-sasl2 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 323409] Re: sasl2-bin broken, segfaulting during install

2009-03-06 Thread Launchpad Bug Tracker
This bug was fixed in the package cyrus-sasl2 - 2.1.22.dfsg1-23ubuntu3

---
cyrus-sasl2 (2.1.22.dfsg1-23ubuntu3) jaunty; urgency=low

  * Revert libdb-dev build dependency change introduced in the
last version, it makes everyhing crash when libdb-dev is
4.7.*. See LP: #323409

 -- Fabien Tassin f...@ubuntu.com   Sat, 31 Jan 2009 21:13:22 +0100

** Changed in: cyrus-sasl2 (Ubuntu)
   Status: Triaged = Fix Released

-- 
sasl2-bin broken, segfaulting during install
https://bugs.launchpad.net/bugs/323409
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cyrus-sasl2 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 333460] [NEW] [Hardy][LDAP]client authentication broken

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

System:
Ubuntu 8.04.2
Release:8.04

Possible Packages causing the problem:
libpam-ldap, libnss-ldap

Situation:
The affected machine should connect to a ldap server:

/etc/ldap/ldap.conf:
BASE dc=hektor,dc=nigel
URI ldap://hektor.nigel
TLS_CACERT /etc/ldap/ssl/hektor.pem
TLS_REQCERT never

/etc/ldap.conf:
host 192.168.0.1
base dc=hektor,dc=nigel
uri ldap://hektor.nigel/
ldap_version 3
rootbindn cn=admin,dc=hektor,dc=nigel
port 389
bind_policy soft
pam_password crypt
ssl start_tls
tls_checkpeer no
tls_cacertfile /etc/ldap/ssl/hektor.pem
nss_base_passwd ou=People,dc=hektor,dc=nigel
nss_base_shadow ou=People,dc=hektor,dc=nigel
nss_base_group  ou=Group,dc=hektor,dc=nigel
nss_base_hosts  ou=Hosts,dc=hektor,dc=nigel
nss_initgroups_ignoreusers 
avahi,avahi-autoipd,backup,bin,daemon,dhcp,games,gdm,gnats,haldaemon,hplip,irc,klog,libuuid,list,lp,mail,man,messagebus,mysql,news,polkituser,proxy,pulse,root,sshd,statd,sync,sys,syslog,uucp,www-data

/etc/pam.d/common-account:
account sufficient  pam_ldap.so 
account requiredpam_unix.so 

/etc/pam.d/common-auth:
authsufficient  pam_ldap.so 
authrequiredpam_unix.so nullok_secure use_first_pass

/etc/pam.d/common-password:
password   sufficient pam_ldap.so 
password   required   pam_unix.so nullok obscure min=4 max=8 md5

/etc/pam.d/common-session:
session required  pam_unix.so 
session required  pam_mkhomedir.so skel=/etc/skel/
session optional  pam_ldap.so
session optional  pam_foreground.so

Problem: 
The mapped users / groups do not make sense, ldap authentication does not work:

$ id | grep users
uid=1001(mirjam) gid=1001(mirjam) 
Gruppen=4(adm),6(disk),10(wheel),11(floppy),18(audio),19(cdrom),20(dialout),24(cdrom),25(floppy),27(video),29(audio),30(dip),44(video),46(plugdev),60(mysql),80(cdrw),85(usb),100(users),107(fuse),109(lpadmin),115(admin),442(plugdev),1001(mirjam)
$ ls -lh | grep bilder
drwxrwx--- 21 fidel  users 4.0K 2008-10-22 12:50 bilder
$ ls bilder
... Permission denied

Reproducable: Always

** Affects: libpam-ldap (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[Hardy][LDAP]client authentication broken
https://bugs.edge.launchpad.net/bugs/333460
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 337255] Re: apache2 mod_proxy race condition

2009-03-06 Thread Chuck Short
Thanks can you try the version in my ppa when its available
(http://launchpad.net/~zulcss/+archive).

Regards
chuck

** Changed in: apache2 (Ubuntu)
   Status: Incomplete = Triaged

-- 
apache2 mod_proxy race condition
https://bugs.launchpad.net/bugs/337255
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 333460] Re: [Hardy][LDAP]client authentication broken

2009-03-06 Thread Adam Sommer
Thank you for reporting this bug and helping make Ubuntu better.  Can
you post the contents of /etc/nsswitch.conf?

For LDAP authentication you will need to have entries similar to:

 passwd: files ldap
 group: files ldap
 shadow: files ldap


Thanks,
Adam

-- 
[Hardy][LDAP]client authentication broken
https://bugs.launchpad.net/bugs/333460
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 50385] Re: samba can't be launched by a normal user (qemu related)

2009-03-06 Thread Dustin Kirkland
** Changed in: kvm (Ubuntu)
   Importance: Undecided = Low

-- 
samba can't be launched by a normal user (qemu related)
https://bugs.launchpad.net/bugs/50385
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 211631] Re: CIFS/SMBFS shares not unmounted before network is shut down

2009-03-06 Thread toobuntu
@Thierry Carrez:

For use case #3, isn't that what the '_netdev' mount option is for?  In
my fstab, I always use '_netdev' for a network share; I think RedHat
considers it a best practice.  One could also combine that with 'noauto'
and 'user'.  The problem with gvfs-smb mounts is that non-gvfs aware
apps would not have access to the network filesystem.

In my setup, I also use gid=100 to mount network filesystems for all
users (gid=100).  I do have the timeout issue on runlevels 0 and 6, of
course.

-- 
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 333813] Re: MySQL daemon crashes daily on logrotate's flush-logs

2009-03-06 Thread Chuck Short
Can you try the version in my ppa
(http://launchpad.net/~zulcss/+archive) when it is built?

Thanks
chuck

-- 
MySQL daemon crashes daily on logrotate's flush-logs
https://bugs.launchpad.net/bugs/333813
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 333460] Re: [Hardy][LDAP]client authentication broken

2009-03-06 Thread fidel
Thanks for your reply!
This is exactly what /etc/nsswitch.conf contains! LDAP authentication
works on this ldap server with Gentoo Linux and Fedora 10 without
trouble. To be precise, the affected system is Ubuntu Hardy (8.04)
Tell me whatever you need, I will do my best to provide you with any
needed information!

Thanks!

Greets
Dave

Am Freitag, den 06.03.2009, 14:40 + schrieb Adam Sommer:
 Thank you for reporting this bug and helping make Ubuntu better.  Can
 you post the contents of /etc/nsswitch.conf?
 
 For LDAP authentication you will need to have entries similar to:
 
  passwd: files ldap
  group: files ldap
  shadow: files ldap
 
 
 Thanks,
 Adam


-- 
[Hardy][LDAP]client authentication broken
https://bugs.launchpad.net/bugs/333460
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 333460] Re: [Hardy][LDAP]client authentication broken

2009-03-06 Thread Adam Sommer
Can you post the relevant lines of /var/log/auth.log when trying to
login as a LDAP user?

-- 
[Hardy][LDAP]client authentication broken
https://bugs.launchpad.net/bugs/333460
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-06 Thread Steve Grecni
Thanks for the clarification Thierry.  Unfortunately I cannot use it
wireless as a system wide setting due to bug #288963 which doesn't have
an intrepid backport.  Seems when tracking down the cause of one bug, I
encounter 3 more to that need to be fixed in order to solve it.  :)
Maybe I should just upgrade to jaunty and be done with it, but I fear
that's a whole new bag of worms...

-- 
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 333460] Re: [Hardy][LDAP]client authentication broken

2009-03-06 Thread Adam Sommer
Ya, it's probably an issue with your PAM configuration.  The easiest way
to configure an Ubuntu client to authenticate using LDAP, is to use
ldap-auth-config.  The Ubuntu Server Guide for Intrepid includes
instructions, and they should work for Hardy as well:

  https://help.ubuntu.com/8.10/serverguide/C/openldap-server.html
#openldap-auth-config

Before using ldap-auth-client and auth-client-config I would recommend
making a backup of /etc/pam.d, /etc/nsswitch.conf, and /etc/ldap.conf.

Can you give that a try?

Thanks

-- 
[Hardy][LDAP]client authentication broken
https://bugs.launchpad.net/bugs/333460
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-06 Thread Steve French
OK ... doing a little more investigation it gets interesting to see what
crazy things gnome does (you can also try clearing the dmesg log and
then doing echo 7  /proc/fs/cifs/cifsFYI before you logoff/umount and
see what cifs operations are in dmesg)

What I see is that the slow operations are repeated calls (presumably by gnome) 
to querypathinfo (stat) on .Trash-1000 ... see below
 fs/cifs/inode.c: Getting info on //localhost/stevef/.Trash-1000
 fs/cifs/cifssmb.c: In QPathInfo (Unix) the path //localhost/stevef/.Trash-1000

cifs has no way of knowing that this is useless and that we should
ignore gnome's request

In addition, running with umount.cifs (/sbin/umount.cifs is not needed
in most cases unless you are doing user mounts/umount) you get a call to
statfs (umount.cifs has to verify that this is a cifs mount and AFAIK
there is no cheap way to do this in Ubuntu - and so we are stuck calling
statfs to check the fs type field to make sure that we are in fact
unmount a cifs file system - but statfs also unfortunately returns other
information that requires sending a request over the network ... it
would be very helpful if there were a way to query ... just ... the file
system's type and not the other dynamic information that requires going
to the server).   If you move umount.cifs out of sbin that should help,
but the big problem seems to be the desktop querying for things it
doesn't need to be doing during umount

-- 
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 211631] Re: CIFS/SMBFS shares not unmounted before network is shut down

2009-03-06 Thread Steve French
running without umount.cifs (which is not needed unless you are doing
user mounts), the unmount finishes quickly, and with no visible errors
(the tree disconnection request times out fairly fast, and the rest of
umount proceeds fast after that)

-- 
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 211631] Re: CIFS/SMBFS shares not unmounted before network is shut down

2009-03-06 Thread Steve French
The easiest way to test this is to always do umount -i mnt-point
rather than umount mnt-point unless you are doing an umount as a
regular user of a user mount (-i prevents the unneeded helper program
from being called)

-- 
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


Re: [Bug 333460] Re: [Hardy][LDAP]client authentication broken

2009-03-06 Thread fidel
Thanks a lot for your help!
I will try that tomorrow (here in Switzerland its 21.15) and I will give
you response right away!
Thanks!
Greets
Dave

Am Freitag, den 06.03.2009, 18:42 + schrieb Adam Sommer:
 Ya, it's probably an issue with your PAM configuration.  The easiest way
 to configure an Ubuntu client to authenticate using LDAP, is to use
 ldap-auth-config.  The Ubuntu Server Guide for Intrepid includes
 instructions, and they should work for Hardy as well:
 
   https://help.ubuntu.com/8.10/serverguide/C/openldap-server.html
 #openldap-auth-config
 
 Before using ldap-auth-client and auth-client-config I would recommend
 making a backup of /etc/pam.d, /etc/nsswitch.conf, and /etc/ldap.conf.
 
 Can you give that a try?
 
 Thanks


-- 
[Hardy][LDAP]client authentication broken
https://bugs.launchpad.net/bugs/333460
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 323601] Re: Upgrade to likewise-open 5 for Jaunty

2009-03-06 Thread snowman386
This would be nice for hardy too. Version 5 is supposed to have a nice
integration with apache for sso. Been trying to upgrade our server to
version 5 but it hasn't been going smoothly.

-- 
Upgrade to likewise-open 5 for Jaunty
https://bugs.launchpad.net/bugs/323601
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open 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 334470] Re: FFE: Network UPS Tools 2.4.1-2

2009-03-06 Thread Steve Langasek
nut 2.4.1-2ubuntu2 is in jaunty now - is there something else requiring
a freeze exception that we should keep this bug open for?

-- 
FFE: Network UPS Tools 2.4.1-2
https://bugs.launchpad.net/bugs/334470
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


Re: [Bug 334470] Re: FFE: Network UPS Tools 2.4.1-2

2009-03-06 Thread Arnaud Quette
yep, possibly for reverting my above patch if/when the above mentioned
powerman's MIR is accepted...

-- Arnaud

-- 
FFE: Network UPS Tools 2.4.1-2
https://bugs.launchpad.net/bugs/334470
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


Re: [Bug 211631] Re: CIFS/SMBFS shares not unmounted before network is shut down

2009-03-06 Thread Bart Samwel
Hi Thierry,

Thierry Carrez wrote:
 I am trying to solve the bug in the (2) case here. If you are in the
 (3) case (and a lot of you probably are) you should either switch to
 system setting mode or drop usage of CIFS mounts in favor of
 Nautilus gvfs-smb mounts.

Thanks very much for the detailed explanation. I switched to system
setting mode and this did solve the problem for me. This option is very
well hidden however, so this is probably one of the reasons why there
are many users who use fstab in combination with per-user network
settings. (The gvfs option is not suitable for me BTW because I access
the mounts mostly from scripts. And also from KDE programs -- I'm not
sure those can access gvfs. :-) )

I do still think that there is something fishy going on with the long
timeouts while I have nothing open on the network fs.

I admit that I'm applying the same kind of logic that people do actually
use for things like thumb drives -- if you don't write to them (or
haven't written to them in a while) then you can remove them without
thinking. It's not *technically* correct, but it's only not technically
correct because the system works that way. And then we are typically
trying to make the users behave in a certain way to match the behaviour
of the system, instead of making sure the system behaves as the users
quite reasonably expect it to. :-) Personally I think that it would be
very much in line with Ubuntu's human philosophy to try and make the
system behave as humans expect it to, which in this case is that if they
haven't written anything to the fs, then there's no reason to wait for
the server. Steve's analysis might give some pointers to WTF is going on
here...

Cheers,
Bart

-- 
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 305264] Re: gnutls regression: failure in certificate chain validation

2009-03-06 Thread Mathias Gug
** Changed in: openldap (Ubuntu Jaunty)
   Status: Triaged = In Progress

-- 
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 305264] Re: gnutls regression: failure in certificate chain validation

2009-03-06 Thread Mathias Gug
One workaround is to put all of the CA certs in the trusted CA
certificate file.

If the system running slapd is on hardy (or intrepid or jaunty) you
should also add all of the CA certificates to the server certificate
file - this is to workaround a bug where the slapd daemon doesn't send
all of the CA certificates to the client.

-- 
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 305264] Re: gnutls regression: failure in certificate chain validation

2009-03-06 Thread Launchpad Bug Tracker
This bug was fixed in the package openldap - 2.4.15-1ubuntu1

---
openldap (2.4.15-1ubuntu1) jaunty; urgency=low

  [ Steve Langasek ]
  * Update priority of libldap-2.4-2 to match the archive override.
  * Add the missing ldapexop and ldapurl tools to ldap-utils, as well as the
ldapurl(1) manpage.  Thanks to Peter Marschall for the patch.
Closes: #496749.
  * Bump build-dependency on debhelper to 6 instead of 5, since that's
what we're using.  Closes: #498116.
  * Set the default SLAPD_SERVICES to ldap:/// ldapi:///, instead of using
the built-in default of ldap:/// only.

  [ Mathias Gug ]
  * Merge from debian unstable, remaining changes:
- Modify Maintainer value to match the DebianMaintainerField
  speficication.
- AppArmor support:
  - debian/apparmor-profile: add AppArmor profile
  - debian/slapd.postinst: Reload AA profile on configuration
  - updated debian/slapd.README.Debian for note on AppArmor
  - debian/control: Recommends apparmor = 2.1+1075-0ubuntu6
  - debian/control: Conflicts with apparmor-profiles  2.1+1075-0ubuntu4
to make sure that if earlier version of apparmour-profiles gets
installed it won't overwrite our profile.
  - follow ApparmorProfileMigration and force apparmor compalin mode on
some upgrades (LP: #203529)
  - debian/slapd.dirs: add etc/apparmor.d/force-complain
  - debian/slapd.preinst: create symlink for force-complain on pre-feisty
upgrades, upgrades where apparmor-profiles profile is unchanged (ie
non-enforcing) and upgrades where apparmor profile does not exist.
  - debian/slapd.postrm: remove symlink in force-complain/ on purge
- debian/control:
  - Build-depend on libltdl7-dev rather then libltdl3-dev.
- debian/patches/autogen.sh:
  - Call libtoolize with the --install option to install config.{guess,sub}
files.
- Don't use local statement in config script as it fails if /bin/sh
  points to bash (LP: #286063).
- Disable the testsuite on hppa. Allows building of packages on this
  architecture again, once this package is in the archive.
  LP: #288908.
- debian/slapd.postinst, debian/slapd.script-common: set correct ownership
  and permissions on /var/lib/ldap, /etc/ldap/slapd.d (group readable) and
  /var/run/slapd (world readable). (LP: #257667).
- Enable nssoverlay:
  - debian/patches/nssov-build, debian/rules: Build and package
the nss overlay.
  - debian/schema/misc.ldif: add ldif file for the misc schema
which defines rfc822MailMember (required by the nss overlay).
- debian/{control,rules}: enable PIE hardening
- Use cn=config as the default configuration backend instead of
  slapd.conf. Migrate slapd.conf  file to /etc/ldap/slapd.d/ on upgrade
  asking the end user to enter a new password to control the access to the
  cn=config tree.
  * Dropped:
- debian/patches/corrupt-contextCSN: The contextCSN can get corrupted at
  times. (ITS: #5947) Fixed in new upstream version 2.4.15.
- debian/patches/fix-ucred-libc due to changes how newer glibc handle
  the ucred struct now. Implemented in Debian.
  * debian/patches/fix-ldap_back_entry_get_rwa.patch: fix test-0034 failure
when built with PIE.
  * debian/patches/gnutls-enable-v1-ca-certs: Enable V1 CA certs to be
trusted (LP: #305264).

openldap (2.4.15-1) unstable; urgency=low

  [ Steve Langasek ]
  * New upstream version
- Fixes a bug with the pcache overlay not returning cached entries
  (closes: #497697)
- Update evolution-ntlm patch to apply to current Makefiles.
- (tentatively) drop gnutls-ciphers, since this bug was reported to be
  fixed upstream in 2.4.8.  The fix applied in 2.4.8 didn't match the
  patch from the bug report, so this should be watched for regressions.
  * Build against db4.7 instead of db4.2 at last!  Closes: #421946.
  * Build with --disable-ndb, to avoid a misbuild when libmysqlclient is
installed in the build environment.
  * Add -D_GNU_SOURCE to CFLAGS, apparently required for building with
current headers in unstable

 -- Mathias Gug math...@ubuntu.com   Fri, 06 Mar 2009 17:34:21 -0500

** Changed in: openldap (Ubuntu Jaunty)
   Status: In Progress = Fix Released

-- 
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 305264] Re: gnutls regression: failure in certificate chain validation

2009-03-06 Thread Mathias Gug
I've attached the specific patch that enable V1 Certs to be trusted.

** Attachment added: gnutls-v1-cert-enabled.patch
   http://launchpadlibrarian.net/23565417/gnutls-v1-cert-enabled.patch

-- 
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 306889] Re: Default Ubuntu configuration is backscatter source

2009-03-06 Thread Scott Kitterman
** Changed in: amavisd-new (Ubuntu Intrepid)
 Assignee: Scott Kitterman (kitterman) = (unassigned)

-- 
Default Ubuntu configuration is backscatter source
https://bugs.launchpad.net/bugs/306889
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new 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 41745] Re: amavisd-new does not integrate with Postfix

2009-03-06 Thread Scott Kitterman
** Changed in: amavisd-new (Ubuntu)
 Assignee: Scott Kitterman (kitterman) = (unassigned)
   Status: In Progress = Confirmed
   Target: jaunty-alpha-6 = None

-- 
amavisd-new does not integrate with Postfix
https://bugs.launchpad.net/bugs/41745
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new 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 338411] Re: Cannot retreive share list if samba client and server have the same hostname

2009-03-06 Thread Steve Langasek
I didn't say that it wasn't a bug, I said that the solution is not going
to involve making it possible for two machines to use the same name on
the network.  It is still definitely a bug that Ubuntu silently fails
when there's an NBNS name collision.

-- 
Cannot retreive share list if samba client and server have the same hostname
https://bugs.launchpad.net/bugs/338411
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 329053] Re: Cannot use both zlib.output_compression and output_handler together!!

2009-03-06 Thread Kees Cook
I can confirm this bug going from intrepid's 5.2.6-2ubuntu4 to
5.2.6-2ubuntu4.1.

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

** Changed in: php5 (Ubuntu)
 Assignee: (unassigned) = Marc Deslauriers (mdeslaur)
   Status: New = Confirmed

** This bug has been flagged as a security issue

-- 
Cannot use both zlib.output_compression and output_handler together!!
https://bugs.launchpad.net/bugs/329053
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 338704] Re: description missing in nagios config

2009-03-06 Thread Andreas Olsson
I have made a mention about this on nagios-de...@lists.sourceforge.net.

-- 
description missing in nagios config
https://bugs.launchpad.net/bugs/338704
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios3 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 329053] Re: Cannot use both zlib.output_compression and output_handler together!!

2009-03-06 Thread Kees Cook
For the moment, this seems to be related to only very old installs of
mythweb that contain a left-over copy of /etc/mythtv/mythwweb-htaccess
file (it should be renamed to something else).  The php5 update changes
the security of what's allowed in htaccess files, so this mythweb
packaging bug only became visible after the update.

** Changed in: mythweb (Ubuntu)
   Status: Invalid = Confirmed

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

** Changed in: mythweb (Ubuntu)
 Assignee: (unassigned) = Kees Cook (kees)
   Status: Confirmed = Invalid

** Changed in: mythweb (Ubuntu)
 Assignee: Kees Cook (kees) = (unassigned)
   Status: Invalid = Triaged

** Changed in: mythweb (Ubuntu)
   Importance: Undecided = Wishlist

-- 
Cannot use both zlib.output_compression and output_handler together!!
https://bugs.launchpad.net/bugs/329053
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 339061] [NEW] package samba-common 2:3.2.3-1ubuntu2 failed to install/upgrade:

2009-03-06 Thread icy
Public bug reported:

Binary package hint: samba

update failed..

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 8.10
ErrorMessage:
 ErrorMessage: corrupted filesystem tarfile - corrupted package archive
Package: samba-common 2:3.2.3-1ubuntu2
SourcePackage: samba
Title: package samba-common 2:3.2.3-1ubuntu2 failed to install/upgrade: 
Uname: Linux 2.6.27-4-generic i686

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


** Tags: apport-package

-- 
package samba-common 2:3.2.3-1ubuntu2 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/339061
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 339061] Re: package samba-common 2:3.2.3-1ubuntu2 failed to install/upgrade:

2009-03-06 Thread icy

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

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

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

-- 
package samba-common 2:3.2.3-1ubuntu2 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/339061
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 338605] [NEW] package bnetd 0.4.25-8 failed to install/upgrade:

2009-03-06 Thread Forge
Public bug reported:

Binary package hint: bnetd

eee

ProblemType: Package
Architecture: i386
Dependencies:
 libgcc1 1:4.3.2-1ubuntu12
 gcc-4.3-base 4.3.2-1ubuntu12
 findutils 4.4.0-2ubuntu3
 libc6 2.8~20080505-0ubuntu9
DistroRelease: Ubuntu 8.10
ErrorMessage:
 ErrorMessage: subprocess post-installation script returned error exit status 1
NonfreeKernelModules: nvidia
Package: bnetd 0.4.25-8
SourcePackage: bnetd
Title: package bnetd 0.4.25-8 failed to install/upgrade: 
Uname: Linux 2.6.27-13-generic i686

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


** Tags: apport-package

-- 
package bnetd 0.4.25-8 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/338605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 338605] Re: package bnetd 0.4.25-8 failed to install/upgrade:

2009-03-06 Thread Forge

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

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

** Attachment added: VarLogDistupgradeMainlogpartial.gz
   http://launchpadlibrarian.net/23539414/VarLogDistupgradeMainlogpartial.gz

-- 
package bnetd 0.4.25-8 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/338605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 338556] Re: [jaunty] libsnmp-python: Depends: python ( 2.6)

2009-03-06 Thread Andreas Olsson
I can confirm the problem. This package does seem to need a rebuild.

andr...@pc13267v2:~$ apt-cache policy libsnmp-python
libsnmp-python:
  Installed: (none)
  Candidate: 5.4.1~dfsg-12ubuntu1
  Version table:
 5.4.1~dfsg-12ubuntu1 0
500 http://archive.ubuntu.com jaunty/universe Packages

** Changed in: net-snmp (Ubuntu)
   Status: New = Confirmed

-- 
[jaunty] libsnmp-python: Depends: python ( 2.6)
https://bugs.launchpad.net/bugs/338556
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 337851] Re: feature freeze exception for protobuf support

2009-03-06 Thread Martin Pitt
How well has this system be tested? How much does it buy us wrt. startup
time?

-- 
feature freeze exception for protobuf support
https://bugs.launchpad.net/bugs/337851
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 282220] Re: Hibernate fails on Thinkpad T41

2009-03-06 Thread XiFu
I have exactly the same problem with my ThinkPad X31!

The problem seems to be a result of wrong BIOS messages from the
ThinkPad.

In a Novell bugreport, they advise to either update the BIOS or add a
kernel parameter at startup.

I tried the solution with the parameter, and it seems to work for me.

I added the parameter acpi_sleep=s4_nohwsig to the # defoptions=quiet 
splash section in /boot/grub/menu.lst and did a sudo update-grub.
Please see, if it works for you too.

Source: https://bugzilla.novell.com/show_bug.cgi?id=450256

-- 
Hibernate fails on Thinkpad T41
https://bugs.launchpad.net/bugs/282220
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 281277] Re: [Intrepid] Assistive Tool string shows untranslated

2009-03-06 Thread Timo Jyrinki
Well, I'm not literally taking care of this, but just giving some
attention to it :)

Not fixed yet.

-- 
[Intrepid] Assistive Tool string shows untranslated
https://bugs.launchpad.net/bugs/281277
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 338607] [NEW] dpkg: error processing /var/cache/apt/archives/xulrunner-1.9_1.9.0.7+nobinonly-0ubuntu1_amd64.deb (--unpack)

2009-03-06 Thread Savvas Radevic
Public bug reported:

Binary package hint: xulrunner-1.9

ubuntu jaunty alpha (updated)

$ apt-cache policy xulrunner-1.9
xulrunner-1.9:
  Installed: (none)
  Candidate: 1.9.0.7+nobinonly-0ubuntu1
  Version table:
 1.9.0.7+nobinonly-0ubuntu1 0
500 http://archive.ubuntu.com jaunty/main Packages


Unpacking replacement xulrunner-1.9 ...
dpkg-deb: subprocess paste killed by signal (Broken pipe)
dpkg: error processing 
/var/cache/apt/archives/xulrunner-1.9_1.9.0.7+nobinonly-0ubuntu1_amd64.deb 
(--unpack):
 short read in buffer_copy (backend dpkg-deb during 
`./usr/lib/xulrunner-1.9.0.7/libxul.so')

$ sudo aptitude -f install
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Reading extended state information  
Initializing package states... Done
The following packages will be upgraded:
  xulrunner-1.9 
The following partially installed packages will be configured:
  firefox-3.0-gnome-support firefox-gnome-support xulrunner-1.9-gnome-support 
1 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/8714kB of archives. After unpacking 16.4kB will be used.
Do you want to continue? [Y/n/?] y
(Reading database ... 169112 files and directories currently installed.)
Preparing to replace xulrunner-1.9 1.9.0.6+nobinonly-0ubuntu1.1 (using 
.../xulrunner-1.9_1.9.0.7+nobinonly-0ubuntu1_amd64.deb) ...
Unpacking replacement xulrunner-1.9 ...
dpkg-deb: subprocess paste killed by signal (Broken pipe)
dpkg: error processing 
/var/cache/apt/archives/xulrunner-1.9_1.9.0.7+nobinonly-0ubuntu1_amd64.deb 
(--unpack):
 short read in buffer_copy (backend dpkg-deb during 
`./usr/lib/xulrunner-1.9.0.7/libxul.so')
Processing triggers for libc6 ...
ldconfig deferred processing now taking place
Errors were encountered while processing:
 /var/cache/apt/archives/xulrunner-1.9_1.9.0.7+nobinonly-0ubuntu1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
dpkg: dependency problems prevent configuration of xulrunner-1.9-gnome-support:
 xulrunner-1.9-gnome-support depends on xulrunner-1.9 (= 
1.9.0.7+nobinonly-0ubuntu1); however:
  Version of xulrunner-1.9 on system is 1.9.0.6+nobinonly-0ubuntu1.1.
dpkg: error processing xulrunner-1.9-gnome-support (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of firefox-3.0-gnome-support:
 firefox-3.0-gnome-support depends on xulrunner-1.9-gnome-support (= 1.9~b4~); 
however:
  Package xulrunner-1.9-gnome-support is not configured yet.
dpkg: error processing firefox-3.0-gnome-support (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of firefox-gnome-support:
 firefox-gnome-support depends on firefox-3.0-gnome-support; however:
  Package firefox-3.0-gnome-support is not configured yet.
dpkg: error processing firefox-gnome-support (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 xulrunner-1.9-gnome-support
 firefox-3.0-gnome-support
 firefox-gnome-support
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Reading extended state information   
Initializing package states... Done

** Affects: xulrunner-1.9 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
dpkg: error processing 
/var/cache/apt/archives/xulrunner-1.9_1.9.0.7+nobinonly-0ubuntu1_amd64.deb 
(--unpack)
https://bugs.launchpad.net/bugs/338607
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 338606] [NEW] I cannot use cups.

2009-03-06 Thread hiroppy
Public bug reported:

Binary package hint: synaptic

My computer firefox cannot find cups ,http://127.0.0.1:631;.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/sbin/synaptic
NonfreeKernelModules: ath_hal
Package: synaptic 0.62.1ubuntu10
ProcAttrCurrent: unconfined
ProcEnviron:
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
 LANG=ja_JP.UTF-8
 SHELL=/bin/bash
SourcePackage: synaptic
Uname: Linux 2.6.27-11-generic i686

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


** Tags: apport-bug

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

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


[Bug 338606] Re: I cannot use cups.

2009-03-06 Thread hiroppy

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

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

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

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

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


[Bug 333592] Re: Lose built-in keyboard and pointer stick input completely

2009-03-06 Thread Andruk
This is dmesg after a reboot after i booted and i didn't have any input
devices save for my bluetooth mouse.

** Attachment added: Dmesg output after reboot after booted and didn't have 
keyboard/mouse input.
   http://launchpadlibrarian.net/23539482/dmesg.log

-- 
Lose built-in keyboard and pointer stick input completely
https://bugs.launchpad.net/bugs/333592
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 334377] Re: Lots of country names are missing, showing missing from libgweather in mobile broadband connection wizard.

2009-03-06 Thread Gary Alexander
I can reproduce this ...
I am in South Africa and using Vodacom when doing the setup
Distribution Jaunty Jackalope Alpha 5

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

-- 
Lots of country names are missing, showing missing from libgweather in mobile 
broadband connection wizard.
https://bugs.launchpad.net/bugs/334377
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 334377] Re: Lots of country names are missing, showing missing from libgweather in mobile broadband connection wizard.

2009-03-06 Thread Antti Kaijanmäki
What's your locale, btw?

-- 
Lots of country names are missing, showing missing from libgweather in mobile 
broadband connection wizard.
https://bugs.launchpad.net/bugs/334377
You received this bug notification because you are a member of 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 217504] Re: acpi_fakekey stopped working for certain keycodes

2009-03-06 Thread Steve Langasek
On Fri, Mar 06, 2009 at 07:08:56AM -, Thomas Hood wrote:
 In Jaunty (4 March 2009), xev can now see the ThinkVantage keypress on
 my ThinkPad X61 and the ThinkVantage key can be assigned as a keyboard
 shortcut in GNOME.

 However, the Zoom key (i.e., Fn-Space) is still not seen by xev.

Correct.  X can only handly 256 distinct keycodes due to a protocol
limitation, and due to evdev the keycodes are now standardized to match the
Linux input layer - with no keycode below 256 that could reasonably be
substituted for KEY_ZOOM.

As a workaround, you can add your own fdi file to /etc/hal/fdi/information
that maps this key to a different keycode (see
/usr/share/hal/fdi/information/10freedesktop/30-keymap-module-thinkpad-acpi.fdi
for an example of how this is currently done).

But this is unrelated to acpi_fakekey, which is not needed for ThinkPad keys
at all.  For concerns about specific hotkeys not working, please open
separate bug reports; this bug report should be reserved for the matter of
acpi_fakekey itself working, rather than being used as a metabug for all the
myriad individual hotkey issues.

-- 
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

-- 
acpi_fakekey stopped working for certain keycodes
https://bugs.launchpad.net/bugs/217504
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 338416] Re: Please, sponsor gtkmm2.4 2.15.5 for jaunty

2009-03-06 Thread Didier Roche
Crap, that's true:

 gtkmm_min_glibmm_version=2.18.0
 gtkmm_min_giomm_version=2.18.0
-gtkmm_min_gtk_version=2.15.3
+gtkmm_min_gtk_version=2.15.5
 gtkmm_min_cairomm_version=1.2.2
 gtkmm_min_pangomm_version=2.14.0

I remembered to saw that, but I read min_gtkmm_version and not
min_gtk_version, sorry :/

My branch is uptodate now.

** Changed in: gtkmm2.4 (Ubuntu)
   Status: Incomplete = Triaged

-- 
Please, sponsor gtkmm2.4 2.15.5 for jaunty
https://bugs.launchpad.net/bugs/338416
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 312105] Re: [jaunty] Cannot change eth0 properties (greyed out)

2009-03-06 Thread Steve Beattie
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug looks like it is a duplicate of bug
328928, so it is being marked as such. Any further discussion regarding
the bug should occur in the other report. Feel free to continue to
report any other bugs you may find. Thanks again.

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

-- 
[jaunty] Cannot change eth0 properties (greyed out)
https://bugs.launchpad.net/bugs/312105
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 267953] Re: isw: Error finding disk table slot

2009-03-06 Thread Giuseppe Iuculano
Applied Sam's patch in the git repository:

commit 748a00110906b0b7fedf2e7cab5d11699fd576aa
Author: Giuseppe Iuculano giuse...@iuculano.it
Date:   Fri Mar 6 08:56:28 2009 +0100

debian/patches/14_isw-serial-fix.patch: Change the serial number
scan to only look at the LAST 16 bytes rather than the first. Thanks Sam
Bingner (LP: #267953)


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

-- 
isw: Error finding disk table slot
https://bugs.launchpad.net/bugs/267953
You received this bug notification because you are a member of 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 305011] Re: dmraid rc15 isw raid 10 could not find disk in metadata

2009-03-06 Thread Giuseppe Iuculano
Thorvald Natvig ha scritto:
 Hi,
 
 I just installed two new OCZ Vertex, which have a serial longer than 16
 characters. The current jaunty version of dmraid were unable to find
 these, but rebuilding the package with the 14_isw-serial-fix.dpatch
 applied made it work. Is there a reason this patch hasn't made it into
 the package?
 

Hi,

committed in the git repository:

commit 748a00110906b0b7fedf2e7cab5d11699fd576aa
  debian/patches/14_isw-serial-fix.patch: Change the serial number scan to only
look at the LAST 16 bytes rather than the first. Thanks Sam Bingner (LP: 
#267953)


Note that this patch is fixing #267953, this bug was instead fixed with:

* debian/patches/02_scsi_serial_remove_ws.dpatch: remove whitespace from
serial id (LP: #305011)

Cheers,
Giuseppe.

-- 
dmraid rc15 isw raid 10 could not find disk in metadata
https://bugs.launchpad.net/bugs/305011
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 102773] Re: l10n broken in the KDE frontend

2009-03-06 Thread Timo Jyrinki
Hi Savvas, your work looks great. Could you still do a bzr branch of
https://code.launchpad.net/~ubuntu-core-dev/software-properties/main and
put your branch with this fix committed on Launchpad? That way you could
do a merge request for the core development team (unless you or someone
else subscribed to this bug report are part of it of course ;)) and it
would be a simple matter of pinging someone to pull the fix in.

-- 
l10n broken in the KDE frontend
https://bugs.launchpad.net/bugs/102773
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 336182] Re: system-config-printer.py crashed with UnboundLocalError in fillDeviceTab()

2009-03-06 Thread Olivier Berten
Same problem here with version 1.1.3+git20090218-0ubuntu4

  File /usr/share/system-config-printer/system-config-printer.py, line 3330, 
in on_new_printer_activate
self.newPrinterGUI.init(printer)
  File /usr/share/system-config-printer/system-config-printer.py, line 3742, 
in init
self.fillDeviceTab()
  File /usr/share/system-config-printer/system-config-printer.py, line 4940, 
in fillDeviceTab
device_select_path = model.get_path (iter)
UnboundLocalError: local variable 'iter' referenced before assignment

-- 
system-config-printer.py crashed with UnboundLocalError in fillDeviceTab()
https://bugs.launchpad.net/bugs/336182
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 317122] Re: kstart --iconify does not start an application iconified

2009-03-06 Thread Jarno Suni
It is reproduceable in Xfce 4.6 / Intrepid.

-- 
kstart --iconify does not start an application iconified
https://bugs.launchpad.net/bugs/317122
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 291226] Re: libmbca doesn't use LP translations

2009-03-06 Thread Antti Kaijanmäki
OK. I closed translation section of upstream libmbca in launchpad and
marked the blocked translation as Deleted. Let me know if there's
still something wrong with that ;-)

Let's keep upstream translation in svn.gnome.org, but also have ubuntu
sources translated in Rosetta, just as Timo said.

.pot should be generated automatically during the build. Build log could
help.. We are preparing new release and packages of m-b-p-i next week
for hardy, intrepid and jaunty. I try to look into this template problem
also.

-- 
libmbca doesn't use LP translations
https://bugs.launchpad.net/bugs/291226
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 156085] Re: Could not open /proc/bus/usb/devices

2009-03-06 Thread danwood76
GCC 4.2 had bugs in it which are fixed in 4.3.
But you can always get the 3 series of the compiler anyway.

Also I don't think most devs care about bill and his millions, he is slowly 
loosing the battle of world domination and the EU are constantly trying to 
break him.
OOO is constantly gaining popularity and OOO 3.0 has some great new usability 
features which I like.

But this bug has been fixed in qemu, virtualbox, kvm and works correctly
in jaunty, it supports all types of the usb system so it will work if
you are running on an old system with an old OS that uses /proc/bus/usb
also.

This isn't a thread but a bug report so your stupid rant is just wasting
space, fortunately the bug has been fixed.

-- 
Could not open /proc/bus/usb/devices
https://bugs.launchpad.net/bugs/156085
You received this bug notification because you are a member of 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 338449] Re: smtp server does not validate password anymore cannot send emails

2009-03-06 Thread rodger spooncer
Hi Sebastian Bacher
Thanks for your email.  last night the condition re-occurred every time
I hit the send / receive key.  A screen asked for the password for the
smtp server and then the pop server but the emails were not then sent or
received.

This morning evolution mail is working fine again.  I entered the
passwords once each and then repeat send/receive commands are actioned
ok and repeated ok.

Hence you are now getting this email

regards

Rodger Spooncer

On Thu, 2009-03-05 at 22:09 +, Sebastien Bacher wrote:
 Thank you for taking the time to report this bug and helping to make Ubuntu 
 better. Please answer these questions: 
  
  * Is this reproducible? 
  * If so, what specific steps should we take to recreate this bug? 
  * Could you take a screenshot of the error?
  
  This will help us to find and resolve the problem.
 
 ** Changed in: evolution (Ubuntu)
Importance: Undecided = Low
  Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
Status: New = Incomplete


-- 
smtp server does not validate password anymore cannot send emails
https://bugs.launchpad.net/bugs/338449
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 338368] Re: screen saver preview doesn't show in small window

2009-03-06 Thread Lionel Le Folgoc
Please do not open a task against Xfce directly without an upstream bug
report linked; open a task for a xubuntu package instead, if needed.
Thanks.

** Changed in: xfce
   Status: New = Invalid

-- 
screen saver preview doesn't show in small window
https://bugs.launchpad.net/bugs/338368
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 327548] Re: Nautilus slow after ubuntu 8.10 update

2009-03-06 Thread eneth80
Thanks for your reply

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

-- 
Nautilus slow after ubuntu 8.10 update
https://bugs.launchpad.net/bugs/327548
You received this bug notification because you are a member of 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 320467] Re: [Patch] Allow temporarily enabling apport for ponctual debugging

2009-03-06 Thread Martin Pitt
Milan [2009-03-05 17:43 -]:
 Good! Sorry for the second task in Ubuntu, but I thought that would help
 noticing the bug (which worked...).

It wasn't the new task, it was just me getting back to a major round
of bug triage. :-)

 No we should document the new behavior for bug triagers to use it. I
 guess the wiki is a good start, and I can do this. Can you think of
 other places too?

I see you already added it to /Apport (I made some updates) and linked
to it in /DebuggingProgramCrash. Those are the two places that come to
my mind as well. I also added it to README.Debian:

  http://bazaar.launchpad.net/%7Eubuntu-core-
dev/apport/ubuntu/revision/1311

-- 
[Patch] Allow temporarily enabling apport for ponctual debugging
https://bugs.launchpad.net/bugs/320467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 254374] Re: virtual console uses incorrect keyboard map

2009-03-06 Thread Bug Watch Updater
** Changed in: virt-manager (Fedora)
   Status: Unknown = Fix Committed

-- 
virtual console uses incorrect keyboard map
https://bugs.launchpad.net/bugs/254374
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 211631] Re: CIFS/SMBFS shares not unmounted before network is shut down

2009-03-06 Thread Thierry Carrez
I think I also need to clarify something here.

If you use NetworkManager with per-user settings (i.e. without the
system setting checkbox checked) then the network connection is up
only during your session. When you log out from your Gnome session, the
network connection goes down. This is the default for desktops, and
usually the case for wireless connections where the password is stored
in the user keyring.

So the whole concept of mounting any network filesystem system-wide at
boot (in /etc/fstab) while your network will only be there during your
Gnome session is flawed.

Here are the sane modes of operation:
(1) Not using NetworkManager, define a static network configuration in 
/etc/network/interfaces
Then you can use /etc/fstab without any problem, shutdown will work without a 
timeout. This is usually used on servers.

(2) Using NetworkManager in system setting mode
Then you should be able to use /etc/fstab without a problem. At this point 
there is a bug in NetworkManager that makes it die before umountnfs is called. 
The version in my PPA solves this. Please test.

(3) Using NetworkManager without system setting checked (per-session mode)
Then you shouldn't be using /etc/fstab at all. The network will go down when 
the Gnome session stops. True network filesystem mounts require the network to 
be up regardless of the Gnome session status. You should use nautilus mounts 
instead (smb://server/share). Those will be unmounted before Gnome logout.

I am trying to solve the bug in the (2) case here.
If you are in the (3) case (and a lot of you probably are) you should either 
switch to system setting mode or drop usage of CIFS mounts in favor of 
Nautilus gvfs-smb mounts.

-- 
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
Bugs, which is subscribed to Ubuntu.

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


[Bug 200844] Re: Some Khmer vowels did not display

2009-03-06 Thread Bug Watch Updater
** Changed in: scim (openSUSE)
   Status: In Progress = Fix Released

-- 
Some Khmer vowels did not display
https://bugs.launchpad.net/bugs/200844
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 102773] Re: l10n broken in the KDE frontend

2009-03-06 Thread Savvas Radevic
Timo, already done that! :) See Related branches and Fix committed
status on top of the page

-- 
l10n broken in the KDE frontend
https://bugs.launchpad.net/bugs/102773
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 338612] [NEW] search returns erroneous results

2009-03-06 Thread JRanch
Public bug reported:

Binary package hint: synaptic

I am running Ubuntu 8.10 and Synaptic 0.62.1ubuntu10.

In both the search and quick search I type trac but no trac is
returned in the results, however if I do not search and simply scroll
through all the packages I can find it.  I noticed in quick search that
if I type tra then trac will be displayed in the results.  As soon as
I add the 'c' (e.g. trac) the trac package disappears from the list.
Also after adding the 'c' a duplicate entry for the trac-bzr package
suddenly appears.

Two screens attached, one of trac appearing in the tra search and one
of the duplicates in the trac search.  Note the total number of
packages returned in both searches being larger for the more specific
search criteria, when it should be smaller.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/sbin/synaptic
Package: synaptic 0.62.1ubuntu10
ProcAttrCurrent: unconfined
ProcEnviron:
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: synaptic
Uname: Linux 2.6.27-11-generic i686

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


** Tags: apport-bug

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

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


[Bug 338612] Re: search returns erroneous results

2009-03-06 Thread JRanch

** Attachment added: screens.zip
   http://launchpadlibrarian.net/23539715/screens.zip

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

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

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

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

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


[Bug 337876] Re: Jaunty: dl-ubuntu-test-iso download tool is only hitting one server

2009-03-06 Thread Steve Beattie
** Description changed:

  Binary package hint: ubuntu-qa-tools
  
  The way the script was originally written was for a few tester and
  directed at one server for convenience and the speed of the server.
  
  However now with it available to Joe Public it has nailed the chromium
  server.
  
  To remedy this jpds has modified the ppa version but we need it changing
  in the ubuntu package too and sooner rather than latter.
  
  The only change is from rsync://chromium.ubuntu.com/..  to
  rsync://cdimage.ubuntu.com/...
  
  The request for change came also from elmo.
+ 
+ MOTU Archive admins: please sponser https://code.launchpad.net/~ubuntu-
+ bugcontrol/ubuntu-qa-tools/master

** Description changed:

  Binary package hint: ubuntu-qa-tools
  
  The way the script was originally written was for a few tester and
  directed at one server for convenience and the speed of the server.
  
  However now with it available to Joe Public it has nailed the chromium
  server.
  
  To remedy this jpds has modified the ppa version but we need it changing
  in the ubuntu package too and sooner rather than latter.
  
  The only change is from rsync://chromium.ubuntu.com/..  to
  rsync://cdimage.ubuntu.com/...
  
  The request for change came also from elmo.
  
- MOTU Archive admins: please sponser https://code.launchpad.net/~ubuntu-
+ MOTU sponsors: please sponser https://code.launchpad.net/~ubuntu-
  bugcontrol/ubuntu-qa-tools/master

-- 
Jaunty: dl-ubuntu-test-iso download tool is only hitting one server
https://bugs.launchpad.net/bugs/337876
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 338328] Re: Acer Aspire 5920G - some Fn keys not working

2009-03-06 Thread Martin Pitt
Thanks for the update; I'll commit this once we sorted out the
brightness issue.

Hm, it seems that your hal already seems to know that it should control
the brightness in hardware, from your lshal:

laptop_panel.brightness_in_hardware = true  (bool)

so changing 10-laptop-panel-hardware.fdi won't help. Could you try

  sudo mv /etc/acpi/events /etc/acpi/events.disabled

and see whether this changes anything? If not, please change it back:

   sudo mv /etc/acpi/events.disabled /etc/acpi/events

Thanks!

-- 
Acer Aspire 5920G - some Fn keys not working
https://bugs.launchpad.net/bugs/338328
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 337490] Re: package opensync-module-python None [modified: /var/lib/dpkg/info/opensync-module-python.list] failed to install/upgrade: tentata sovrascrittura di `/usr/lib/opensync/plugins/python_m

2009-03-06 Thread Martin Pitt
Indeed. The apport problem is tracked in bug 252734, it seems that
something changed in the PPA Release files so that the previous apport
check doesn't work any more.

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

-- 
package opensync-module-python None [modified: 
/var/lib/dpkg/info/opensync-module-python.list] failed to install/upgrade: 
tentata sovrascrittura di `/usr/lib/opensync/plugins/python_module.so', che si 
trova anche nel pacchetto libopensync-plugin-python
https://bugs.launchpad.net/bugs/337490
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 338492] Re: scons assumes all elements of sys.argv are !=

2009-03-06 Thread Launchpad Bug Tracker
This bug was fixed in the package scons - 1.2.0-1ubuntu1

---
scons (1.2.0-1ubuntu1) jaunty; urgency=low

  * debian/rules: make SCons ready for Python 2.6:
- Include /usr/share/python/python.mk.
- Pass $(py_setup_install_args) macro to setup.py install.
  * debian/patches/no_commandline_arguments (LP: #338492):
- Fix an exception when a null command-line argument is passed in.

 -- Luca Falavigna dktrkr...@ubuntu.com   Fri, 06 Mar 2009 08:25:10
+

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

-- 
scons assumes all elements of sys.argv are != 
https://bugs.launchpad.net/bugs/338492
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 338624] [NEW] [jaunty] python-gpod: Depends: python ( 2.6)

2009-03-06 Thread curtlee2002
Public bug reported:

Binary package hint: python-gpod

Since jaunty has upgraded to python 2.6, python-gpod (as with many
other python based apps) now has a dependency problem.

Thank you for your time

$ sudo apt-get install python-gpod
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

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

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

-- 
[jaunty] python-gpod: Depends: python ( 2.6)
https://bugs.launchpad.net/bugs/338624
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 338469] Re: [Jaunty] usplash: no usable theme found for 1600x1200

2009-03-06 Thread Octavian Florea
I experience this problem as well, on two systems with fairly different setups.
It only started after yesterday's updates, and it is not kernel-related, as I 
use a vanilla 2.6.29-rc7.

usplash: No usable theme found for 640x480

-- 
[Jaunty] usplash: no usable theme found for 1600x1200
https://bugs.launchpad.net/bugs/338469
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 328928] Re: Wrong Network Manager Security Defaults

2009-03-06 Thread Steve Beattie
I attempted to reproduce this bug with an install based on the ubuntu
live cd (build 20090305.1) and it looks to me like this issue has been
addressed; I am able to edit wired network settings, including MTU (and
it appears to be persistent across reboots, so bug #258743 may also be
fixed.) Marking fix released, please re-open if you are still
experiencing this bug. Thanks.

** Changed in: network-manager (Ubuntu Jaunty)
   Status: Confirmed = Fix Released

-- 
Wrong Network Manager Security Defaults
https://bugs.launchpad.net/bugs/328928
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252734] Re: Do not file package install bugs for PPA packages

2009-03-06 Thread Martin Pitt
For a PPA, I currently get

Origin component:'' archive:'' origin:''
label:''site:'ppa.launchpad.net' isTrusted:'False'

so the not o.site.startswith('ppa') check should still to work.
However, it doesn't check whether  the currently installed version is
None, i. e. isn't available from any package source. This happened
both here and in bug 337490.

-- 
Do not file package install bugs for PPA packages
https://bugs.launchpad.net/bugs/252734
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252734] Re: Do not file package install bugs for PPA packages

2009-03-06 Thread Martin Pitt
r1312

** Changed in: apport (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)
   Status: Triaged = Fix Committed

-- 
Do not file package install bugs for PPA packages
https://bugs.launchpad.net/bugs/252734
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 338626] [NEW] [jaunty] python-olpc-datastore: Depends: python ( 2.6)

2009-03-06 Thread curtlee2002
Public bug reported:

Binary package hint: python-olpc-datastore

Since jaunty has upgraded to python 2.6, python-olpc-datastore (as with many
other python based apps) now has a dependency problem.

Thank you for your time

$ sudo apt-get install python-olpc-datastore
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  python-olpc-datastore: Depends: python ( 2.6) but 2.6.1-0ubuntu3 is to be 
installed
 Depends: python-sugar but it is not going to be 
installed
E: Broken packages

** Affects: sugar-datastore (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[jaunty] python-olpc-datastore: Depends: python ( 2.6)
https://bugs.launchpad.net/bugs/338626
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 338558] Re: [jaunty] python-4suite-xml: Depends: python ( 2.6)

2009-03-06 Thread Luca Falavigna
*** This bug is a duplicate of bug 338079 ***
https://bugs.launchpad.net/bugs/338079

** This bug has been marked a duplicate of bug 338079
   [Jaunty] packages incompatible with python 2.6

-- 
[jaunty] python-4suite-xml: Depends: python ( 2.6)
https://bugs.launchpad.net/bugs/338558
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 334377] Re: Lots of country names are missing, showing missing from libgweather in mobile broadband connection wizard.

2009-03-06 Thread Sergio Zanchetta
My locale is it_IT.

But I try to explain better the bug.

This is what I see on wizard screen:

au | Australia
be | Belgium
br | Brazil
ca | Canada
ch | China
de | Germany

Then, from ae to za there is missing from libgweather instead of
Country names.

ae | missing from libgweather
al | missing from libgweather
ar | missing from libgweather
...
...
za | missing from libgweather

And then the last three are correct:

mx | Mexico
gb | United Kingdom
us | United States

-- 
Lots of country names are missing, showing missing from libgweather in mobile 
broadband connection wizard.
https://bugs.launchpad.net/bugs/334377
You received this bug notification because you are a member of 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 334101] Re: FFe: Xv and EXA not supported on R6xx/R7xx chipsets

2009-03-06 Thread Martin Pitt
Luke Plant [2009-03-06  0:53 -]:
 While I don't have the problems I had with Bryce's packages, I still
 don't have accelerated video i,e, I'm just where I was with the most
 recent Jaunty packages.

Might that be because our kernel doesn't yet have the DRI bits for
those chips?

-- 
FFe:  Xv and EXA not supported on R6xx/R7xx chipsets
https://bugs.launchpad.net/bugs/334101
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 321630] Re: Main inclusion request: iw

2009-03-06 Thread Martin Pitt
Synced into universe.

** Summary changed:

- SyncRequest: iw (was Main inclusion request: iw)
+ Main inclusion request: iw

** Changed in: iw (Ubuntu)
Sourcepackagename: None = iw
   Status: In Progress = Invalid
   Target: jaunty-alpha-4 = None

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

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


[Bug 258743] Re: NM 0.7 Fails To Set Custom MTU

2009-03-06 Thread Steve Beattie
nullack: can you please re-test this on jaunty? I tried to reproduce it
as part of attempting to reproduce bug 328921 and it looks like both
that bug and this one have been addressed (as of daily cd builds
20090305.1), but it'd be great if you could confirm. Thanks!

-- 
NM 0.7 Fails To Set Custom MTU
https://bugs.launchpad.net/bugs/258743
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 102773] Re: l10n broken in the KDE frontend

2009-03-06 Thread Timo Jyrinki
Right, my brains had some wrong filter mode on, but great stuff to see
this finally getting fixed :)

-- 
l10n broken in the KDE frontend
https://bugs.launchpad.net/bugs/102773
You received this bug notification because you are a member of Ubuntu
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] [NEW] [jaunty] python-sugar: Depends: python ( 2.6)

2009-03-06 Thread curtlee2002
Public bug reported:

Binary package hint: python-sugar

Since jaunty has upgraded to python 2.6, python-sugar (as with many
other python based apps) now has a dependency problem.

Thank you for your time

$ sudo apt-get install python-sugar
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  python-sugar: Depends: python ( 2.6) but 2.6.1-0ubuntu3 is to be installed
Recommends: sugar but it is not going to be installed
E: Broken packages

** Affects: sugar-base (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[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 338472] Re: compiz could really use an apport package hook

2009-03-06 Thread Martin Pitt
Michael, if you still feel attached to compiz, can you please include
this? If not, please assign to me, and I'll sponsor this.

** Changed in: compiz (Ubuntu)
 Assignee: (unassigned) = Michael Vogt (mvo)

-- 
compiz could really use an apport package hook
https://bugs.launchpad.net/bugs/338472
You received this bug notification because you are a member of Ubuntu
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-06 Thread Steve Beattie
** Tags added: regression-proposed

** Tags removed: regression-potential

-- 
[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 321156] Re: apport-gtk does not do anything

2009-03-06 Thread Martin Pitt
If you want to use apport-gtk directly, you have to call it with -f.

What do you mean with it was already there but unselected?

 Isn't there also a link which opens that webpage?

Which web page?

-- 
apport-gtk does not do anything
https://bugs.launchpad.net/bugs/321156
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 288448] Re: [Intrepid] HP 2510p function buttons without (proper) functionality

2009-03-06 Thread bh
** Description changed:

  On my HP Compaq 2510p some of the function buttons (fn + f#) or buttons
  in laptop shell aren't woking or are not working proper, in Hardy they
  did.
  
- At least I found out the following issues:
+ At least I found the following issues:
  
- * battery status (fn + f8) is not working at all. [Update: Working now]
+ * battery status (fn + f8) is not working at all. [Update 22 Feb 09: Working 
now]
  * mute changes state after a while into unmute.
- * sound volume slider usage has no effect on master volume.
+ * sound volume slider usage has no effect on master volume. [Update 6 Mar 09: 
working now]
  
  Presentation mode never worked.

** Description changed:

  On my HP Compaq 2510p some of the function buttons (fn + f#) or buttons
  in laptop shell aren't woking or are not working proper, in Hardy they
  did.
  
  At least I found the following issues:
  
  * battery status (fn + f8) is not working at all. [Update 22 Feb 09: Working 
now]
  * mute changes state after a while into unmute.
- * sound volume slider usage has no effect on master volume. [Update 6 Mar 09: 
working now]
+ * sound volume slider usage has no effect on master volume.
  
  Presentation mode never worked.

-- 
[Intrepid] HP 2510p function buttons without (proper) functionality
https://bugs.launchpad.net/bugs/288448
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 110821] Re: derby/javadb is duplicated in multiverse: sunwderby (glassfish) and sun-java6-javadb (Sun Java 6)

2009-03-06 Thread Emmet Hikory
*** This bug is a duplicate of bug 215397 ***
https://bugs.launchpad.net/bugs/215397

** This bug has been marked a duplicate of bug 215397
   Remove sunwderby from hardy

-- 
derby/javadb is duplicated in multiverse: sunwderby (glassfish) and 
sun-java6-javadb (Sun Java 6)
https://bugs.launchpad.net/bugs/110821
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 338629] [NEW] [jaunty] python-sugar-toolkit: Depends: python ( 2.6)

2009-03-06 Thread curtlee2002
Public bug reported:

Binary package hint: python-sugar-toolkit

Since jaunty has upgraded to python 2.6, python-sugar-toolkit (as with many
other python based apps) now has a dependency problem.

Thank you for your time

$ sudo apt-get install python-sugar-toolkit
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  python-sugar-toolkit: Depends: python ( 2.6) but 2.6.1-0ubuntu3 is to be 
installed
Depends: python-sugar but it is not going to be 
installed
Recommends: sugar but it is not going to be installed
Recommends: python-olpc-datastore but it is not going 
to be installed
Recommends: sugar-journal-activity but it is not going 
to be installed
E: Broken packages

** Affects: sugar-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[jaunty] python-sugar-toolkit: Depends: python ( 2.6)
https://bugs.launchpad.net/bugs/338629
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 338628] [NEW] corrupted graphics, choppy scrolling

2009-03-06 Thread Martin
Public bug reported:

Ubuntu release: Kubuntu Jaunty, latest update from 2009-03-06

Some regions in many applications are sometimes incorrectly rendered. I
am using opensource ATI driver on my ATI Technologies Inc M24 1P
[Radeon Mobility X600]. The problem occurs regardless of desktop
effects are on or off. See attached screenshot.

Maybe related issue is taskbar popup rendering - see also the attached
screenshot. This occures only if desktop effects are on and after couple
of minutes since starting KDE. Then it is always reproducible.

Maybe also related - after couple of minutes since starting KDE the
scrolling gets very choppy - most visible in konsole, less in konqueror.
Also gui responsiveness gets slower and bit laggy. This is also
regardless of desktop effects. But if desktop effects are turned on,
then animations are stay smooth.

There is nothing special in dmesg, I am also attaching xorg logs.

Please inform me, whether these three symptoms are related. If not, I
will split this single issue report to multiple instances. Thanks in
advance.

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

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


[Bug 338628] Re: corrupted graphics, choppy scrolling

2009-03-06 Thread Martin

** Attachment added: corrupted window graphics
   http://launchpadlibrarian.net/23540213/corrupted1.jpg

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

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


[Bug 338628] Re: corrupted graphics, choppy scrolling

2009-03-06 Thread Martin

** Attachment added: corrupted tooltip
   http://launchpadlibrarian.net/23540218/corrupted-toolitop.jpg

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

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


[Bug 338628] Re: corrupted graphics, choppy scrolling

2009-03-06 Thread Martin

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

-- 
corrupted graphics, choppy scrolling
https://bugs.launchpad.net/bugs/338628
You received this bug notification because you are a member of 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   >