[Bug 337207] Re: redesign openvpn startscript

2009-06-25 Thread Torsten Krah
Sorry to miss feedback.
It works, my fault that it did not work - choosed the debian original script 
which is not aware of thate, ubuntus one is fine, wrong server, wrong 
distribution - this is really not ubuntus fault, but mine - can be closed as 
invalid

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

-- 
redesign openvpn startscript
https://bugs.launchpad.net/bugs/337207
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

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


[Bug 45842] Re: nfs shares not mounted at startup

2009-06-25 Thread Thierry Carrez
@Mateusz: your bug is different, as this precise one was fixed.
Yours looks a lot like bug 275451.

-- 
nfs shares not mounted at startup
https://bugs.launchpad.net/bugs/45842
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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 380715] Re: samba shares of symlinks are always read-only

2009-06-25 Thread Thierry Carrez
I can't reproduce the problem on Jaunty. I created a symlink and shared
it using your parameters, I could successfully write to the resulting
share. So maybe the issue comes from somewhere else ?

Please try a simple local link/share like this and let me know if it works for 
you:
$ mkdir real
$ ln -s real shared

[shared]
path = /home/scott/shared
writeable = yes
browseable = yes
valid users = scott

-- 
samba shares of symlinks are always read-only
https://bugs.launchpad.net/bugs/380715
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 391551] Re: package openssh-server 1:5.1p1-5ubuntu1 failed to install: sub process post-installation script returned error code 1

2009-06-25 Thread Thierry Carrez
Last useradd/groupadd call must have forgotten to release the lock, but it's 
difficult to tell why.
FWIW last package to previously add a user/group was dbus:
Adding new user `messagebus' (UID 108) with group `messagebus' ...
Thanks for reporting this bug, closing as Invalid as far as openssh is 
concerned.

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

-- 
package openssh-server 1:5.1p1-5ubuntu1 failed to install: sub process 
post-installation script returned error code 1
https://bugs.launchpad.net/bugs/391551
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 392013] [NEW] Properly package easy-rsa as a separate binary package

2009-06-25 Thread Thierry Carrez
Public bug reported:

Binary package hint: openvpn

easy-rsa is a set of scripts/files shipped with openvpn releases that
can be used to easily setup a basic PKI for use with openVPN setups. In
Debian/Ubuntu it is shipped as-is in /usr/share/doc/openvpn/examples
/easy-rsa/2.0/, not really packaged or integrated in any way, so it is
not usable out of the box. Several bugs are filed by people trying to
sort out manual installation of easy-rsa from the doc/examples
directory.

It would be interesting to properly package it as a separate binary
package (that openvpn would recommend), install in FHS-compliant
locations and fix any integration bugs to make it usable out of the box.

I marked as duplicate of this bug several other bugs reported against easy-rsa 
scripts:
bug 391884 - insufficient quoting in vars script : is not relevant once 
easy-rsa is properly following FHS locations
bug 242219 - Makefile expects a file README to be installed, but its 
README.gz : Makefile is no longer needed once this is properly packaged
bug 231199 - revoke-full fails : would need to be solved as part of this 
packaging effort

** Affects: openvpn (Ubuntu)
 Importance: Wishlist
 Status: New

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

-- 
Properly package easy-rsa as a separate binary package
https://bugs.launchpad.net/bugs/392013
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

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


[Bug 391884] Re: insufficient quoting in easy-rsa-2 vars script

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

The true issue here is that we don't really support easy-rsa, it's only
shipped as a documentation example. It should be properly packaged,
which is the idea behind bug 392013, so I'm marking this bug as a
duplicate of it.

** This bug has been marked a duplicate of bug 392013
   Properly package easy-rsa as a separate binary package

-- 
insufficient quoting in easy-rsa-2 vars script
https://bugs.launchpad.net/bugs/391884
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

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


[Bug 242219] Re: wrong filename in easy-rsa Makefile

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

** This bug has been marked a duplicate of bug 392013
   Properly package easy-rsa as a separate binary package

-- 
wrong filename in easy-rsa Makefile
https://bugs.launchpad.net/bugs/242219
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

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


[Bug 231199] Re: revoke-full fails

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

Main issue here is that easy-rsa isn't properly supported, but just
shipped as a documentation example. I filed bug 392013 to track proper
packaging of easy-rsa and fixing this bug would be part of it, so I'm
marking this one as a duplicate.

** This bug has been marked a duplicate of bug 392013
   Properly package easy-rsa as a separate binary package

-- 
revoke-full fails
https://bugs.launchpad.net/bugs/231199
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

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


[Bug 386768] Re: auth-worker(default): malloc: 197212: Cannot allocate memory

2009-06-25 Thread djdvant
free -m
 total   used   free sharedbuffers cached
Mem:  3650   2987663  0108   1587
-/+ buffers/cache:   1292   2358
Swap: 1172  8   1163

-- 
auth-worker(default): malloc: 197212: Cannot allocate memory
https://bugs.launchpad.net/bugs/386768
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 306293] Re: Mod_ssl randomly causes apache threads to use 100% of CPU

2009-06-25 Thread Steve Langasek
I think that's sufficient to consider this verified, given how long this
has been in -proposed now in various iterations.

** Tags added: verification-done
** Tags removed: verification-needed

-- 
Mod_ssl randomly causes apache threads to use 100% of CPU
https://bugs.launchpad.net/bugs/306293
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 306293] Re: Mod_ssl randomly causes apache threads to use 100% of CPU

2009-06-25 Thread Launchpad Bug Tracker
This bug was fixed in the package apache2 - 2.2.8-1ubuntu0.9

---
apache2 (2.2.8-1ubuntu0.9) hardy-proposed; urgency=low

  * debian/patches//101_fix-spinning-mod_proxy.dpatch: Fix mod_proxy
with SSL using all the CPU. (LP: #306293)

 -- Chuck Short zul...@ubuntu.com   Fri, 13 Feb 2009 15:43:29 +

** Changed in: apache2 (Ubuntu Hardy)
   Status: Fix Committed = Fix Released

-- 
Mod_ssl randomly causes apache threads to use 100% of CPU
https://bugs.launchpad.net/bugs/306293
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 236640] Re: iSCSI install fails under hardy

2009-06-25 Thread Colin Watson
Kevin: comment 13 is apparently from an alternate install CD; that
message can only be explained by running off a CD that doesn't include
open-iscsi-udeb, and the server CD definitely does contain that package.
As such, I'm still waiting for feedback on this bug.

If at all possible, I need the *full syslog*. Please don't try to cut it
down to just the bits that look relevant - it's much easier to work with
the whole thing. You can go back to the main menu and use the Save
debug logs item to extract it, or you can type 'anna-install openssh-
client-udeb' on tty2 and then scp /var/log/syslog to another machine.

-- 
iSCSI install fails under hardy
https://bugs.launchpad.net/bugs/236640
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi in ubuntu.

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


[Bug 236640] Re: iSCSI install fails under hardy

2009-06-25 Thread Colin Watson
Please also state the URL from which you downloaded the CD image in any
report.

-- 
iSCSI install fails under hardy
https://bugs.launchpad.net/bugs/236640
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi in ubuntu.

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


[Bug 306233] Re: Segmentation fault in timelib_builtin_db()

2009-06-25 Thread Chuck Short
** Changed in: php5 (Ubuntu)
   Status: Incomplete = Triaged

-- 
Segmentation fault in timelib_builtin_db()
https://bugs.launchpad.net/bugs/306233
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 358703] Re: Wrong/insecure configuration of PHP module

2009-06-25 Thread Chuck Short
Thanks for the bug report.

Regards
chuck

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

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

-- 
Wrong/insecure configuration of PHP module
https://bugs.launchpad.net/bugs/358703
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 368585] Re: php5 crashed with SIGSEGV in _Unwind_ForcedUnwind()

2009-06-25 Thread Chuck Short
*** This bug is a duplicate of bug 259479 ***
https://bugs.launchpad.net/bugs/259479

** This bug has been marked a duplicate of bug 259479
   php5 crashed with SIGSEGV in _Unwind_ForcedUnwind()

-- 
php5 crashed with SIGSEGV in _Unwind_ForcedUnwind()
https://bugs.launchpad.net/bugs/368585
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 305264] Re: gnutls regression: failure in certificate chain validation

2009-06-25 Thread Mika Pflüger
I guess we are having the same problem authenticating against a sun open
directory server. I use intrepid-proposed on my client:

r...@client:~# dpkg-query -W -f='${Package} ${Version} ${Source} ${Status}\n' | 
egrep 'slapd|ldap|gnutls'
gnutls-bin 2.4.1-1ubuntu0.3 gnutls26 install ok installed
ldap-auth-client 0.5.2  install ok installed
ldap-auth-config 0.5.2 ldap-auth-client install ok installed
ldap-utils 2.4.11-0ubuntu6.2 openldap install ok installed
libcurl3-gnutls 7.18.2-1ubuntu4.3 curl install ok installed
libgnutls26 2.4.1-1ubuntu0.3 gnutls26 install ok installed
libldap-2.4-2 2.4.11-0ubuntu6.2 openldap install ok installed
libnss-ldap 260-1ubuntu2  install ok installed
libpam-ldap 184-4ubuntu2  install ok installed

The rest is attached:
ldap.conf
output of gnutls-cli -p636 --x509cafile CAFILE srv.obf.obf.ob
output of ldapsearch -x -ZZ -d7

If you need anything else, please ask.


** Attachment added: output of gnutls-cli -p636 --x509cafile CAFILE 
srv.obf.obf.ob
   
http://launchpadlibrarian.net/28369414/gnutls-cli_-p636_--x509cafile_CAFILE_srv.obf.usc.at

-- 
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-06-25 Thread Mika Pflüger

** Attachment added: our ldap.conf
   http://launchpadlibrarian.net/28369422/ldap.conf

-- 
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-06-25 Thread Mika Pflüger

** Attachment added: output of ldapsearch -x -ZZ -d7
   http://launchpadlibrarian.net/28369454/ldapsearch_-x_-ZZ_-d7

-- 
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 392124] [NEW] ssh wrong home path

2009-06-25 Thread ReimaBauer
Public bug reported:

some of my users are having a homedir below another dir in home e.g.

/home/user/NAME

The user dir is shared by an nfs mount to several boxes.

It seems not to possible to connect bugfree by ssh from such a user to
another box.

The user can login by password. But then he is not in his homedir. He is
in /

If one calls ssh-copy-id he gets:
mkdir: cannot create directory `.ssh': Permission denied
/bin/bash: .ssh/authorized_keys: No such file or directory


For a user below /home e.g. /home/NAME everything works as supposed

cheers
Reimar

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

-- 
ssh wrong home path
https://bugs.launchpad.net/bugs/392124
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 156562] Re: ldap not working with Gutsy

2009-06-25 Thread Teej
*** This bug is a duplicate of bug 155947 ***
https://bugs.launchpad.net/bugs/155947

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 155947, so it is being marked as such. In future you
can do this yourself by clicking Mark as duplicate at the top of the
bug report and entering the duplicate number. Feel free to continue to
report any other bugs you may find.

** This bug has been marked a duplicate of bug 155947
   libnss-ldap: calls to initgroups() causes boot to hang when using 
'bind_policy hard'

-- 
ldap not working with Gutsy
https://bugs.launchpad.net/bugs/156562
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnss-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 392146] [NEW] package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade: subproces post-installation script gaf een foutwaarde 1 terug

2009-06-25 Thread Funnyplay
Public bug reported:

I wanted to install LAMP

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: subproces post-installation script gaf een foutwaarde 1 terug
NonfreeKernelModules: wl
Package: mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2
SourcePackage: mysql-dfsg-5.0
Title: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to 
install/upgrade: subproces post-installation script gaf een foutwaarde 1 terug
Uname: Linux 2.6.28-13-generic i686

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


** Tags: apport-package i386

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to 
install/upgrade: subproces post-installation script gaf een foutwaarde 1 terug
https://bugs.launchpad.net/bugs/392146
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 392146] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade: subproces post-installation script gaf een foutwaarde 1 terug

2009-06-25 Thread Funnyplay

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

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

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to 
install/upgrade: subproces post-installation script gaf een foutwaarde 1 terug
https://bugs.launchpad.net/bugs/392146
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 392146] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade: subproces post-installation script gaf een foutwaarde 1 terug

2009-06-25 Thread Mathias Gug
Thank you for taking the time to report this bug and helping to make
Ubuntu better.


Relevant error message:

Instellen van mysql-server-5.0 (5.1.30really5.0.75-0ubuntu10.2) ...
 * Stopping MySQL database server mysqld    
[ OK ]
 * Reloading AppArmor profiles ...    
[ OK ]
 * Starting MySQL database server mysqld    
[fail]
invoke-rc.d: initscript mysql, action start failed.
dpkg: fout bij afhandelen van mysql-server-5.0 (--configure):
 subproces post-installation script gaf een foutwaarde 1 terug

Could you please provide the following information:

 * content of /var/log/daemon.log related to mysql processes:

/var/log/daemon.log

 * apparmor audit messages related to mysqld:

/var/log/kern.log

 * mysqld apparmor profile:

/etc/apparmor.d/usr.sbin.mysqld

 * mysql configuration stripped of private information (such as
password):

/etc/mysql/my.cnf

 * extra mysql configuration from the conf.d directory:

/etc/mysql/conf.d/

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

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to 
install/upgrade: subproces post-installation script gaf een foutwaarde 1 terug
https://bugs.launchpad.net/bugs/392146
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 237557] Re: chroot fails if compiled with SELinux support

2009-06-25 Thread Colin Watson
** Bug watch added: Debian Bug tracker #454076
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=454076

** Also affects: openssh (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=454076
   Importance: Unknown
   Status: Unknown

-- 
chroot fails if compiled with SELinux support
https://bugs.launchpad.net/bugs/237557
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 237557] Re: chroot fails if compiled with SELinux support

2009-06-25 Thread Bug Watch Updater
** Changed in: openssh (Debian)
   Status: Unknown = New

-- 
chroot fails if compiled with SELinux support
https://bugs.launchpad.net/bugs/237557
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 357583] Re: missing the last bit for powering off the system

2009-06-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/nut

-- 
missing the last bit for powering off the system
https://bugs.launchpad.net/bugs/357583
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut in ubuntu.

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


[Bug 344816] Re: mysql-server-5.0: Leaves password in debconf database

2009-06-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~mathiaz/+junk/mysql-5.1-pkg-ubuntu-karmic

-- 
mysql-server-5.0: Leaves password in debconf database
https://bugs.launchpad.net/bugs/344816
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 316974] Re: Mysql dead after update

2009-06-25 Thread Launchpad Bug Tracker
This bug was fixed in the package mysql-dfsg-5.1 - 5.1.34-1ubuntu1

---
mysql-dfsg-5.1 (5.1.34-1ubuntu1) karmic; urgency=low

  * Merge from debian experimental (and 5.0 from main), remaining changes:
- debian/mysql-server-5.1.config:
  + ask for MySQL root password at priority high instead of medium so
that the password prompt is seen on a default install. (LP: #319843)
  + don't ask for root password when upgrading from a 5.0 install.
- debian/control:
  + Make libmysqlclient16-dev a transitional package depending on
libmysqlclient-dev.
  + Make libmysqlclient-dev conflict with libmysqlclient15-dev.
  + Don't build mysql-server, mysql-client, mysql-common and
libmysqlclient15-dev binary packages since they're still provided
by mysql-dfsg-5.0.
  + Make mysql-{client,server}-5.1 packages conflict and
replace mysql-{client,server}-5.0, but not provide
mysql-{client,server}.
  + Depend on a specific version of mysql-common rather than the src
version of mysql-dfsg-5.1 since mysql-common is currently part of
mysql-dfsg-5.0.
  + Lower mailx from a Recommends to a Suggests to avoid pulling in
a full MTA on all installs of mysql-server. (LP: #259477)
- debian/rules:
  + added -fno-strict-aliasing to CFLAGS to get around mysql testsuite
build failures.
  + install mysql-test and sql-bench to /usr/share/mysql/ rather than
/usr/.
- debian/additions/debian-start.inc.sh: support ANSI mode (LP: #310211)
- Add AppArmor profile:
  - debian/apparmor-profile: apparmor profile.
  - debian/rules, debian/mysql-server-5.0.files: install apparmor profile.
  - debian/mysql-server-5.0.dirs: add etc/apparmor.d/force-complain
  - debian/mysql-server-5.0.postrm: remove symlink in force-complain/ on
purge.
  - debian/mysql-server-5.1.README.Debian: add apparmor documentation.
  - debian/additions/my.cnf: Add warning about apparmor. (LP: #201799)
  - debian/mysql-server-5.1.postinst: reload apparmor profiles.
- debian/additions/my.cnf: remove language option. Error message files are
  located in a different directory in MySQL 5.0. Setting the language
  option to use /usr/share/mysql/english breaks 5.0. Both 5.0 and 5.1
  use a default value that works. (LP: #316974)
- debian/mysql-server-5.1.mysql.init:
  + Clearly indicate that we do not support running multiple instances
of mysqld by duplicating the init script.
(closes: #314785, #324834, #435165, #444216)
  + Properly parameterize all existing references to the mysql config
file (/etc/mysql/my.cnf).
- debian/mysql-server-5.0.postinst: Clear out the second password
  when setting up mysql. (LP: #344816)
- mysql-server-core-5.1 package for files needed by Akonadi:
  + debian/control: create mysql-server-core-5.1 package.
  + debian/mysql-server-core-5.1.files, debian/mysql-server-5.1.files:
move core mysqld files to mysql-server-core-5.1 package.
- Don't package sql-bench and mysql-test file.
  * Dropped changes:
- debian/patches/92_ssl_test_cert.dpatch: certificate expiration in
  test suite (LP: #323755). Included upstream.
  * Dropped from 5.0:
- apparmor profile:
  - debian/control: Recommends apparmor = 2.1+1075-0ubuntu6. All version
of apparmor-profile (hardy) are higher than this version.
  - debian/mysql-server-5.0.preinst: create symlink for force-complain/
on pre-feisty upgrades, upgrades where apparmor-profiles profile is
unchanged (ie non-enforcing) and upgrades where the profile
doesn't exist. Support for pre-hardy upgrades is no longer needed.
  * debian/mysql-server-5.1.postinst: fix debian-sys-maint user creation.

mysql-dfsg-5.1 (5.1.34-1) experimental; urgency=low

  * New upstream release.

mysql-dfsg-5.1 (5.1.33-2) experimental; urgency=low

  * Remove no longer active developers from uploaders field.
  * Drop workaround for upgrades from MySQL 3.23, not necessary any more.

mysql-dfsg-5.1 (5.1.33-1) experimental; urgency=low

  * New upstream release.

mysql-dfsg-5.1 (5.1.32-1) experimental; urgency=low

  * New upstream release.

mysql-dfsg-5.1 (5.1.31-2) experimental; urgency=low

  * Update SSL certificates, and re-enable SSL related tests when running
the testsuite.

 -- Mathias Gug math...@ubuntu.com   Thu, 25 Jun 2009 12:55:45 -0400

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: Invalid = Fix Released

-- 
Mysql dead after update
https://bugs.launchpad.net/bugs/316974
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 316974] Re: Mysql dead after update

2009-06-25 Thread Mathias Gug
Reopening for 5.1 - the mentioned bug number in the changelog is wrong.

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: Fix Released = Triaged

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: Triaged = Fix Released

-- 
Mysql dead after update
https://bugs.launchpad.net/bugs/316974
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 316974] Re: Mysql dead after update

2009-06-25 Thread Mathias Gug
Actually it's the correct bug. Marking Fix released again for 5.1.

-- 
Mysql dead after update
https://bugs.launchpad.net/bugs/316974
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 390556] Re: openssh-server dos regression in jaunty (oom_adj)

2009-06-25 Thread ksuehring
I have done some more investigations on the issue. I found that the
original debian patch still exists in sshd.

The problem is caused by the DHCP initialization of my network interface
during startup. The DHCP request is processed in the background while
the OpenSSH initialization script (and others) are already run. When the
interface comes up,

/etc/network/if-up.d/openssh-server

is run. This scrips restarts sshd using the initialization script.

The problem is that the openssh-server script is run with oom_adj equal
to -17. Thus sshd saves -17 as the target oom_adj value for all child
processes and it appears as if the value would not be reset at all.

I would suggest adding the following line to /etc/network/if-up.d
/openssh-server just before /etc/init.d/sshd restart is invoked:

echo 0  /proc/self/oom_adj

Please consider adding this fix.

-- 
openssh-server dos regression in jaunty (oom_adj)
https://bugs.launchpad.net/bugs/390556
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 392236] [NEW] MySQL 5.0.22 Crash on Ubuntu 6.06.2 LTS

2009-06-25 Thread Shang Wu
Public bug reported:

System info:
r...@cmdb:~# dpkg -l mysql-server-5.0
ii mysql-server-5.0 5.0.22-0ubuntu6.06.11 mysql database server binaries
r...@cmdb:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 6.06.2 LTS
Release: 6.06
Codename: dapper

Using the following query triger the crash on the dapper 6.06.2 machine:
Result from MySQL 5.0.22 (Ubuntu)
r...@localhost:(none) SELECT * FROM (SELECT mu.User FROM mysql.user mu UNION 
SELECT mu.user FROM mysql.user mu ORDER BY mu.user) a;
ERROR 2013 (HY000): Lost connection to MySQL server during query
r...@localhost:(none) SELECT * FROM (SELECT mu.User FROM mysql.user mu UNION 
SELECT mu.user FROM mysql.user mu) a;
ERROR 2006 (HY000): MySQL server has gone away
No connection. Trying to reconnect...
Connection id: 1
Current database: *** NONE ***
+--+
| User |
+--+
| debian-sys-maint |
| root |
+--+
5 rows in set (0.00 sec)

However, the issue does not exist in Debian:
Result from MySQL 5.0.81 (Debian)
r...@localhost:(none) SELECT * FROM (SELECT mu.User FROM mysql.user mu UNION 
SELECT mu.user FROM mysql.user mu ORDER BY mu.user) a;
ERROR 1054 (42S22): Unknown column 'mu.user' in 'order clause' 

More debug info:
Jun 23 16:09:57 cmdb mysqld[21409]: mysqld got signal 11;
Jun 23 16:09:57 cmdb mysqld[21409]: This could be because you hit a bug. It is 
also possible that this binary
Jun 23 16:09:57 cmdb mysqld[21409]: or one of the libraries it was linked 
against is corrupt, improperly built,
Jun 23 16:09:57 cmdb mysqld[21409]: or misconfigured. This error can also be 
caused by malfunctioning hardware.
Jun 23 16:09:57 cmdb mysqld[21409]: We will try our best to scrape up some info 
that will hopefully help diagnose
Jun 23 16:09:57 cmdb mysqld[21409]: the problem, but since we have already 
crashed, something is definitely wrong
Jun 23 16:09:57 cmdb mysqld[21409]: and this may fail.
Jun 23 16:09:57 cmdb mysqld[21409]:
Jun 23 16:09:57 cmdb mysqld[21409]: key_buffer_size=67108864
Jun 23 16:09:57 cmdb mysqld[21409]: read_buffer_size=131072
Jun 23 16:09:57 cmdb mysqld[21409]: max_used_connections=1
Jun 23 16:09:57 cmdb mysqld[21409]: max_connections=100
Jun 23 16:09:57 cmdb mysqld[21409]: threads_connected=1
Jun 23 16:09:57 cmdb mysqld[21409]: It is possible that mysqld could use up to
Jun 23 16:09:57 cmdb mysqld[21409]: key_buffer_size + (read_buffer_size + 
sort_buffer_size)*max_connections = 283135 K
Jun 23 16:09:57 cmdb mysqld[21409]: bytes of memory
Jun 23 16:09:57 cmdb mysqld[21409]: Hope that's ok; if not, decrease some 
variables in the equation.
Jun 23 16:09:57 cmdb mysqld[21409]:
Jun 23 16:09:57 cmdb mysqld[21409]: thd=0x8b0e230
Jun 23 16:09:57 cmdb mysqld[21409]: Attempting backtrace. You can use the 
following information to find out
Jun 23 16:09:57 cmdb mysqld[21409]: where mysqld died. If you see no messages 
after this, something went
Jun 23 16:09:57 cmdb mysqld[21409]: terribly wrong...
Jun 23 16:09:57 cmdb mysqld[21409]: Cannot determine thread, fp=0xb1037d48, 
backtrace may not be correct.
Jun 23 16:09:57 cmdb mysqld[21409]: Stack range sanity check OK, backtrace 
follows:
Jun 23 16:09:57 cmdb mysqld[21409]: 0x818a089
Jun 23 16:09:57 cmdb mysqld[21409]: 0xe420
Jun 23 16:09:57 cmdb mysqld[21409]: 0x8b9e4f0
Jun 23 16:09:57 cmdb mysqld[21409]: 0x81d24e4
Jun 23 16:09:57 cmdb mysqld[21409]: 0x81d2877
Jun 23 16:09:57 cmdb mysqld[21409]: 0x81d40cd
Jun 23 16:09:57 cmdb mysqld[21409]: 0x81e6609
Jun 23 16:09:57 cmdb mysqld[21409]: 0x8279856
Jun 23 16:09:57 cmdb mysqld[21409]: 0x827b172
Jun 23 16:09:57 cmdb mysqld[21409]: 0x827afae
Jun 23 16:09:57 cmdb mysqld[21409]: 0x81c2c21
Jun 23 16:09:57 cmdb mysqld[21409]: 0x819d205
Jun 23 16:09:57 cmdb mysqld[21409]: 0x81a2ce7
Jun 23 16:09:57 cmdb mysqld[21409]: 0x81a32b1
Jun 23 16:09:57 cmdb mysqld[21409]: 0x81a43ec
Jun 23 16:09:57 cmdb mysqld[21409]: 0x81a4d98
Jun 23 16:09:57 cmdb mysqld[21409]: 0xb7ed1341
Jun 23 16:09:57 cmdb mysqld[21409]: 0xb7d224ee
Jun 23 16:09:57 cmdb mysqld[21409]: New value of fp=(nil) failed sanity check, 
terminating stack trace!
Jun 23 16:09:57 cmdb mysqld[21409]: Please read 
http://dev.mysql.com/doc/mysql/en/Using_stack_trace.html and follow 
instructions on how to resolve the stack trace. Resolved
Jun 23 16:09:57 cmdb mysqld[21409]: stack trace is much more helpful in 
diagnosing the problem, so please do
Jun 23 16:09:57 cmdb mysqld[21409]: resolve it
Jun 23 16:09:57 cmdb mysqld[21409]: Trying to get some variables.
Jun 23 16:09:57 cmdb mysqld[21409]: Some pointers may be invalid and cause the 
dump to abort...
Jun 23 16:09:57 cmdb mysqld[21409]: thd-query at 0x8b15f40 = SELECT * FROM 
(SELECT c.cid,sd.hostname,r.name AS rack,l.name AS location,r.rid,sd.height AS 
top_height,m.height AS height, IF(m.heightsd.height
,sd.height-m.height,'0') AS bottom_height,st.name AS status FROM chassis c LEFT 
JOIN serverdetail sd ON sd.sid=c.sid LEFT JOIN rack r ON c.rid=r.rid LEFT JOIN 
model m ON m.mid=c.mid 

[Bug 283811] Re: cups says can't promp for authorization when printing to my samba printer

2009-06-25 Thread noble
Is there any workaround for this?  I am trying to get my wife to switch
to Ubuntu from WinXp and it is a deal-breaker if she can't use her
laptop to print at work.

-- 
cups says can't promp for authorization when printing to my samba printer
https://bugs.launchpad.net/bugs/283811
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 392124] Re: ssh wrong home path

2009-06-25 Thread ulul
Hi,
on the other box (the one they're logging to) is the homedir correctly set in 
/etc/passwd and  not overwritten (HOME var) in .bashrc or .profile ?

ulul

-- 
ssh wrong home path
https://bugs.launchpad.net/bugs/392124
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 236640] Re: iSCSI install fails under hardy

2009-06-25 Thread Etienne Goyer
There is no daily of the server flavour on http://cdimage.ubuntu.com,
but here is /var/log/syslog from Jaunty server ISO, when launched with
iscsi=true.


Steve, contrary to what we discussed earlier today, I do think finally it is 
the same error we get on jaunty and hardy after all.  It does appear that awk 
is called from /sbin/iscsi_discovery, but is missing from the installer.  Since 
open-iscsi is still version 2.0.870.1-0ubuntu3 in karmic (same as jaunty), I 
can only presume karmic is also affected.


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

-- 
iSCSI install fails under hardy
https://bugs.launchpad.net/bugs/236640
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi in ubuntu.

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


Re: [Bug 392236] [NEW] MySQL 5.0.22 Crash on Ubuntu 6.06.2 LTS

2009-06-25 Thread Mathias Gug
Hi,

On Thu, Jun 25, 2009 at 06:15:29PM -, Shang Wu wrote:

 Using the following query triger the crash on the dapper 6.06.2 machine:
 Result from MySQL 5.0.22 (Ubuntu)
 r...@localhost:(none) SELECT * FROM (SELECT mu.User FROM mysql.user mu UNION 
 SELECT mu.user FROM mysql.user mu ORDER BY mu.user) a;
 ERROR 2013 (HY000): Lost connection to MySQL server during query
 r...@localhost:(none) SELECT * FROM (SELECT mu.User FROM mysql.user mu UNION 
 SELECT mu.user FROM mysql.user mu) a;
 ERROR 2006 (HY000): MySQL server has gone away
 No connection. Trying to reconnect...

 Jun 23 16:09:57 cmdb mysqld[21409]: thd-query at 0x8b15f40 = SELECT * FROM 
 (SELECT c.cid,sd.hostname,r.name AS rack,l.name AS location,r.rid,sd.height 
 AS top_height,m.height AS height, IF(m.heightsd.height
 ,sd.height-m.height,'0') AS bottom_height,st.name AS status FROM chassis c 
 LEFT JOIN serverdetail sd ON sd.sid=c.sid LEFT JOIN rack r ON c.rid=r.rid 
 LEFT JOIN model m ON m.mid=c.mid LEFT JOIN status st ON c.
 stid=st.stid LEFT JOIN location l ON c.lid=l.lid WHERE NOT st.name IN('Fased 
 Out') UNION SELECT '0' AS cid,re.type AS hostname,r.name AS rack,l.name AS 
 location,r.rid,re.start AS top_height,re.height AS heig
 ht,IF(re.heightre.start,re.start-re.height,'0') AS bottom_height,'N/A' AS 
 status FROM rackextras re LEFT JOIN rack r ON r.rid=re.rid LEFT JOIN location 
 l ON l.lid=r.lid ORDER BY r.rid,re.bottom_height) a WH
 ERE rid=66 ORDER BY bottom_height

These two queries don't look the same - or the log files don't
correspond. Could specify which query causes the bug? If the latter,
please attach a dump of the sql database to be able to reproduce it.

  status incomplete

-- 
Mathias Gug
Ubuntu Developer  http://www.ubuntu.com


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

-- 
MySQL 5.0.22 Crash on Ubuntu 6.06.2 LTS
https://bugs.launchpad.net/bugs/392236
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 283811] Re: cups says can't promp for authorization when printing to my samba printer

2009-06-25 Thread DERG
Noble, I feel your pain. Try this, it worked for me.
From my earlier post...
...For some reason I opened SERVER (above NEW) in 
SYSTEM/ADMINISTRATION/PRINTING/PRINTER CONFIGURATION - LOCALHOST. In 
desperation, I checked Show Printers Shared by Other Systems  Publish Shared 
Printers Connected To This System. Everything works like a charm. I don't know 
if both actually need to be checked but that can be worked on later.

As for switching to Ubuntu; it's great, but, with limitations. I read somewhere 
that Linux is 80% complete  that sounds about right. But, for it to be a good 
desktop PC you need lots of hardware support. Printer driver support for older 
printers is virtually non-existent. If you're into iPods  Walkman's it's very 
limited there, too. 
Good luck to you  try my suggestion. It worked for me!
DERG

-- 
cups says can't promp for authorization when printing to my samba printer
https://bugs.launchpad.net/bugs/283811
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 377268] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to install/upgrade: el subproceso post-installation script devolvi? el c?digo de salida de error 1

2009-06-25 Thread Calvin Mitchell
Dell Inspiron E1505
Karmic Koala
Synaptic error: E: 
/var/cache/apt/archives/mysql-server-5.0_5.1.30really5.0.75-0ubuntu10_amd64.deb:
 subprocess pre-installation script returned error exit status 1

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to 
install/upgrade: el subproceso post-installation script devolvi? el c?digo de 
salida de error 1
https://bugs.launchpad.net/bugs/377268
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 377268] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to install/upgrade: el subproceso post-installation script devolvi? el c?digo de salida de error 1

2009-06-25 Thread Calvin Mitchell
E: /var/cache/apt/archives/mysql-
server-5.0_5.1.30really5.0.75-0ubuntu10_amd64.deb: conflicting packages
- not installing mysql-server-5.0

sudo apt-get -f install
[sudo] password for calvin:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  mysql-server-5.0
Suggested packages:
  tinyca
The following NEW packages will be installed:
  mysql-server-5.0
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
1 not fully installed or removed.
E: Could not get lock /var/cache/apt/archives/lock - open (11 Resource 
temporarily unavailable)
E: Unable to lock the download directory
cal...@vistaclm:/usr/src/apache2$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  mysql-server-5.0
Suggested packages:
  tinyca
The following NEW packages will be installed:
  mysql-server-5.0
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
1 not fully installed or removed.
Need to get 0B/24.0MB of archives.
After this operation, 81.4MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Preconfiguring packages ...
dpkg: regarding .../mysql-server-5.0_5.1.30really5.0.75-0ubuntu10_amd64.deb 
containing mysql-server-5.0:
 mysql-server-5.0 conflicts with mysql-server ( 
5.1.30really5.0.75-0ubuntu10.2)
  mysql-server (version 5.1.30really5.0.75-0ubuntu10) is present and unpacked 
but not configured.
dpkg: error processing 
/var/cache/apt/archives/mysql-server-5.0_5.1.30really5.0.75-0ubuntu10_amd64.deb 
(--unpack):
 conflicting packages - not installing mysql-server-5.0
Errors were encountered while processing:
 /var/cache/apt/archives/mysql-server-5.0_5.1.30really5.0.75-0ubuntu10_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to 
install/upgrade: el subproceso post-installation script devolvi? el c?digo de 
salida de error 1
https://bugs.launchpad.net/bugs/377268
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 377268] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to install/upgrade: el subproceso post-installation script devolvi? el c?digo de salida de error 1

2009-06-25 Thread Calvin Mitchell
sudo dpkg --configure mysql-server-5.0
dpkg: error processing mysql-server-5.0 (--configure):
 package mysql-server-5.0 is not ready for configuration
 cannot configure (current status `config-files')
Errors were encountered while processing:
 mysql-server-5.0

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to 
install/upgrade: el subproceso post-installation script devolvi? el c?digo de 
salida de error 1
https://bugs.launchpad.net/bugs/377268
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 377268] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to install/upgrade: el subproceso post-installation script devolvi? el c?digo de salida de error 1

2009-06-25 Thread Calvin Mitchell
sudo apt-get -f install mysql-server-5.0
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
  tinyca
The following NEW packages will be installed:
  mysql-server-5.0
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
1 not fully installed or removed.
Need to get 0B/24.0MB of archives.
After this operation, 81.4MB of additional disk space will be used.
Preconfiguring packages ...
dpkg: regarding .../mysql-server-5.0_5.1.30really5.0.75-0ubuntu10_amd64.deb 
containing mysql-server-5.0:
 mysql-server-5.0 conflicts with mysql-server ( 
5.1.30really5.0.75-0ubuntu10.2)
  mysql-server (version 5.1.30really5.0.75-0ubuntu10) is present and unpacked 
but not configured.
dpkg: error processing 
/var/cache/apt/archives/mysql-server-5.0_5.1.30really5.0.75-0ubuntu10_amd64.deb 
(--unpack):
 conflicting packages - not installing mysql-server-5.0
Errors were encountered while processing:
 /var/cache/apt/archives/mysql-server-5.0_5.1.30really5.0.75-0ubuntu10_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to 
install/upgrade: el subproceso post-installation script devolvi? el c?digo de 
salida de error 1
https://bugs.launchpad.net/bugs/377268
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 114505] Re: ntp brought up before network is ready; fails not resolve any ip or host names; ntp does not recover

2009-06-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/ntp

-- 
ntp brought up before network is ready; fails not resolve any ip or host names; 
ntp does not recover
https://bugs.launchpad.net/bugs/114505
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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 291265] Re: [SRU] Buffer overflow in check_ntp_peer - Nagios can't check time servers in Intrepid

2009-06-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/nagios-plugins

-- 
[SRU] Buffer overflow in check_ntp_peer - Nagios can't check time servers in 
Intrepid
https://bugs.launchpad.net/bugs/291265
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 201054] Re: check_http segfaults with -a x option

2009-06-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/nagios-plugins

-- 
check_http segfaults with -a x option
https://bugs.launchpad.net/bugs/201054
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 291265] Re: [SRU] Buffer overflow in check_ntp_peer - Nagios can't check time servers in Intrepid

2009-06-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/intrepid-updates/nagios-plugins

-- 
[SRU] Buffer overflow in check_ntp_peer - Nagios can't check time servers in 
Intrepid
https://bugs.launchpad.net/bugs/291265
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 104738] Re: net-snmp-config doesn't work without /bin/bash

2009-06-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/net-snmp

-- 
net-snmp-config doesn't work without /bin/bash
https://bugs.launchpad.net/bugs/104738
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 200614] Re: segfault and warnings from net-snmp 5.4.x

2009-06-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/net-snmp

-- 
segfault and warnings from net-snmp 5.4.x
https://bugs.launchpad.net/bugs/200614
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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 192745] Re: Net-SNMP tries to read the obsolete /etc/sensors.conf

2009-06-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/net-snmp

-- 
Net-SNMP tries to read the obsolete /etc/sensors.conf
https://bugs.launchpad.net/bugs/192745
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 391960] [NEW] horizontal scrollbar does not slide with mouse wheel in Firefox or OpenOffice

2009-06-25 Thread positivek
Public bug reported:

Binary package hint: xfce4

Using Xfce 4 Desktop Environment
version 4.6.0 (Xfce 4.6)
From Ubuntu 9.04 with xubuntu-desktop 2.82 installed.
OpenOffice.org 3.0.1 (OOO300m15)
Firefox 3.0.11
See attached file for versions, too.

1. Open Firefox or OpenOffice.org Spreadsheet such that there is an available 
horizontal scrollbar.
2. Hover mouse over horizontal scrollbar.
3. Rotate the mousewheel (mouse wheel)

Actual results:
A4. Firefox scrolls vertically, if available.  OpenOffice.org does nothing.

Expected results:
E4. They should scroll horizontally, if available.

Note that some other apps do work.

Working:
 Thunar 1.0.0
 Mousepad 0.2.16
 gedit 2.26.1

Not working:
 OpenOffice.org 3.0.1 (OOO300m15)
 Firefox 3.0.11

PS. Horizontal scrolling should also work with the mouse when it is over
any horizontal scrollbar, even within applications.

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

-- 
horizontal scrollbar does not slide with mouse wheel in Firefox or OpenOffice
https://bugs.launchpad.net/bugs/391960
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 391960] Re: horizontal scrollbar does not slide with mouse wheel in Firefox or OpenOffice

2009-06-25 Thread positivek

** Attachment added: versions.txt
   http://launchpadlibrarian.net/28359250/versions.txt

-- 
horizontal scrollbar does not slide with mouse wheel in Firefox or OpenOffice
https://bugs.launchpad.net/bugs/391960
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 147230] Re: Changing workspaces via scrollwheel on desktop is problematic, especially when using touchpad

2009-06-25 Thread mac_v
+1 for disabling as default

-- 
Changing workspaces via scrollwheel on desktop is problematic, especially when 
using touchpad
https://bugs.launchpad.net/bugs/147230
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 391949] Re: nvidia-glx issues on GeForce 2 go

2009-06-25 Thread arand
** Also affects: nvidia-graphics-drivers-96 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
nvidia-glx issues on GeForce 2 go
https://bugs.launchpad.net/bugs/391949
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 376722] Re: [i945] i945 don't recognize 1440x900 on external monitor in jaunty

2009-06-25 Thread lugburz
Yes, I'm using a 32 bit architecture.

-- 
[i945] i945 don't recognize 1440x900 on external monitor in jaunty
https://bugs.launchpad.net/bugs/376722
You received this bug notification because you are a member of 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 271019] Re: kernel does not detect card reader if card is inserted in reader before boot

2009-06-25 Thread paul
Did you do the workaround and it still does not work? Did you load
backports?

On Wed, Jun 24, 2009 at 7:59 PM, Jesus jesus_pere...@yahoo.com wrote:

 The right-side card reader on the AAO 150 should also read xD card --
 but when I insert a card, it is not recognized.

 --
 kernel does not detect card reader if card is inserted in reader before
 boot
 https://bugs.launchpad.net/bugs/271019
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “linux” package in Ubuntu: Confirmed

 Bug description:
 Binary package hint: linux

 udev only enumerates a device if SD or other card is already present during
 boot.

 $ lsb_release -rd
 Description:Ubuntu intrepid (development branch)
 Release:8.10

 $ lspci
 01:00.0 System peripheral: JMicron Technologies, Inc. Device 2382
 01:00.2 SD Host controller: JMicron Technologies, Inc. Device 2381
 01:00.3 System peripheral: JMicron Technologies, Inc. Device 2383
 01:00.4 System peripheral: JMicron Technologies, Inc. Device 2384

 this happens for both controllers on my acer aspire one running 8.10

 dpkg -l|grep udev
 ii  udev   124-3
   rule-based device node and kernel event mana


-- 
kernel does not detect card reader if card is inserted in reader before boot
https://bugs.launchpad.net/bugs/271019
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 376966] Re: Automatically Close checkbox is not remembered

2009-06-25 Thread Amr Hassan
** Also affects: hundredpapercuts
   Importance: Undecided
   Status: New

-- 
Automatically Close checkbox is not remembered
https://bugs.launchpad.net/bugs/376966
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 389926] Re: Nautilus browser's pathbar doesn't display the entire path, even when it can

2009-06-25 Thread mac_v
+1 on this. , But needs to be done upstream.

-- 
Nautilus browser's pathbar doesn't display the entire path, even when it can
https://bugs.launchpad.net/bugs/389926
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 391961] [NEW] mgltools-vision still depends on python2.5-dev. It should depends on python-dev

2009-06-25 Thread fabrice_sp
Public bug reported:

Binary package hint: mgltools-vision

Hi,

control file of mgltools-vision contain build-dependency on python2.5.
It should be changed to python-dev

** Affects: mgltools-vision (Ubuntu)
 Importance: Undecided
 Assignee: fabrice_sp (fabricesp)
 Status: New

** Changed in: mgltools-vision (Ubuntu)
 Assignee: (unassigned) = fabrice_sp (fabricesp)

-- 
mgltools-vision still depends on python2.5-dev. It should depends on python-dev
https://bugs.launchpad.net/bugs/391961
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 390941] Re: [Welch's] Dell Bluetooth BT365 + ICH7 + ubuntu 8.10 BT file transfer fails

2009-06-25 Thread David Chen
We also tried upgrading kernel and bluez packages to Jaunty version, BT
file transfer starts working, but touchpad and keyboard are malfunction.

-- 
[Welch's] Dell Bluetooth BT365 + ICH7 + ubuntu 8.10 BT file transfer fails
https://bugs.launchpad.net/bugs/390941
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 390941] Re: [Welch's] Dell Bluetooth BT365 + ICH7 + ubuntu 8.10 BT file transfer fails

2009-06-25 Thread David Chen
Hi Ulisses,

Here is what I have tried:
1. hciconfig hci0 reset
2. Add option in /etc/modprobe.d/options - options btusb reset=1
3. hid2hci
4. Verified the patch in the link below is included in Intrepid kernel:
http://marc.info/?l=linux-bluetoothm=122581595524432w=2

For lsusb -v result, please find attached lsbusb.txt

Regards,

-David

-- 
[Welch's] Dell Bluetooth BT365 + ICH7 + ubuntu 8.10 BT file transfer fails
https://bugs.launchpad.net/bugs/390941
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 391963] [NEW] [needs-packaging] Kalternatives

2009-06-25 Thread sputnik
Public bug reported:

Kalternatives
Depends on:  KDE 4.x

http://www.kde-apps.org/content/show.php?content=16016


Description:

Kalternatives is a little tool to graphically manage the alternatives system of 
some GNU/Linux distributions.
Currently supported distributions are:
- Debian
- Fedora
- Mandriva
- openSUSE
- Ubuntu
and any derivate distribution from the above. (See notes in INSTALL about how 
to specify the right distribution when compiling.)

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

** Tags added: needs-packaging

-- 
[needs-packaging] Kalternatives
https://bugs.launchpad.net/bugs/391963
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 245779] Re: Server 8.04 LTS: soft lockup - CPU#1 stuck for 11s! [bond1:3795] - bond - bond0

2009-06-25 Thread Ludovico Caldara
I had this problem with kernel release 2.6.24.19-server on 4 cloned Ubuntu 
8.04.2 on Vmware ESX 3.5.
The problem happened randomly twice a day or even more on all cloned servers.

After doing dist-upgrade to 2.6.24.24-server the problem disappeared.

Kind regards
-- 
Ludovico

-- 
Server 8.04 LTS: soft lockup - CPU#1 stuck for 11s! [bond1:3795] - bond - bond0
https://bugs.launchpad.net/bugs/245779
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 391774] Re: Simple changes to make the grub menu look more elegant

2009-06-25 Thread Lightbreeze
Ubuntu 9.10 might hide the grub menu by default, which means this
wouldn't be a 'paper cut'.

A 'paper cut' is a minor usability issue likely to be encountered by an
average user the first day using vanilla Ubuntu 9.10.

Leaving this as Incomplete until it is confirmed that grub won't be seen
in Karmic. Reference: http://mrooney.blogspot.com/2009/05/karmic-
desktop-uds-run-down.html

** Changed in: hundredpapercuts
   Status: New = Incomplete

-- 
Simple changes to make the grub menu look more elegant
https://bugs.launchpad.net/bugs/391774
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 298400] Re: Please move default-jdk to 'Depends'

2009-06-25 Thread Thierry Carrez
default-jdk was just made a Suggests in ant. I'll forward the suggestion
to Debian..

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

-- 
Please move default-jdk to 'Depends'
https://bugs.launchpad.net/bugs/298400
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 389969] Re: System freezes on Pulse Audio error

2009-06-25 Thread Varro
The last system upgrade solved the problem, i can see the error in the
log but the system doesn't freeze anymore

-- 
System freezes on Pulse Audio error
https://bugs.launchpad.net/bugs/389969
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 391967] [NEW] Log in problem

2009-06-25 Thread Pradeep
Public bug reported:

Binary package hint: pidgin

Log in problem with pidgin messenger

ProblemType: Bug
Architecture: i386
Date: Thu Jun 25 11:47:27 2009
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/pidgin
Package: pidgin 1:2.4.1-1ubuntu2
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: pidgin
Uname: Linux 2.6.24-19-generic i686

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


** Tags: apport-bug

-- 
Log in problem
https://bugs.launchpad.net/bugs/391967
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 391967] Re: Log in problem

2009-06-25 Thread Pradeep

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

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

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

-- 
Log in problem
https://bugs.launchpad.net/bugs/391967
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 305470] Re: SuperDown keybinding doesn't unwrap cube in intrepid

2009-06-25 Thread Robert Ancell
This bug report is being closed due to your last comment regarding this
being fixed with an update. For future reference you can manage the
status of your own bugs by clicking on the current status in the yellow
line and then choosing a new status in the revealed drop down box. You
can learn more about bug statuses at https://wiki.ubuntu.com/Bugs/Status
. Thank you again for taking the time to report this bug and helping to
make Ubuntu better. Please submit any future bugs you may find.

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

-- 
SuperDown keybinding doesn't unwrap cube in intrepid
https://bugs.launchpad.net/bugs/305470
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 391846] Re: Debug crud in package

2009-06-25 Thread Salvatore Bonaccorso
** Bug watch added: Debian Bug tracker #458299
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=458299

** Also affects: libdatetime-astro-sunrise-perl (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=458299
   Importance: Unknown
   Status: Unknown

-- 
Debug crud in package
https://bugs.launchpad.net/bugs/391846
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 390467] Re: Wont play hulu videos

2009-06-25 Thread Halaliel
halal...@halaliel-laptop:~$ apt-cache policy flashplugin-nonfree swfdec-mozilla 
mozilla-plugin-gnash
flashplugin-nonfree:
  Installed: (none)
  Candidate: 10.0.22.87ubuntu2
  Version table:
 10.0.22.87ubuntu2 0
500 http://archive.ubuntu.com jaunty/multiverse Packages
swfdec-mozilla:
  Installed: 0.8.2-1ubuntu1
  Candidate: 0.8.2-1ubuntu1
  Version table:
 *** 0.8.2-1ubuntu1 0
500 http://archive.ubuntu.com jaunty/universe Packages
100 /var/lib/dpkg/status
mozilla-plugin-gnash:
  Installed: (none)
  Candidate: 0.8.5-0ubuntu1
  Version table:
 0.8.5-0ubuntu1 0
500 http://archive.ubuntu.com jaunty/universe Packages

-- 
Wont play hulu videos
https://bugs.launchpad.net/bugs/390467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 331276] Re: package lirc 0.8.3-0ubuntu2 f ailed to install/upgrade: le sous-processus post-install ation script a retourné une erreur de sortie d' état 20

2009-06-25 Thread Mario Limonciello
** Changed in: lirc (Ubuntu)
   Importance: Undecided = Medium

** Changed in: lirc (Ubuntu)
   Status: Incomplete = Confirmed

-- 
package lirc 0.8.3-0ubuntu2 failed to install/upgrade: le sous-processus 
post-installation script a retourné une erreur de sortie d'état 20
https://bugs.launchpad.net/bugs/331276
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 384890] Re: power button not bringing up shutdown dialog [karmic]

2009-06-25 Thread Martin Pitt
** Bug watch added: GNOME Bug Tracker #581363
   http://bugzilla.gnome.org/show_bug.cgi?id=581363

** Also affects: gnome-power via
   http://bugzilla.gnome.org/show_bug.cgi?id=581363
   Importance: Unknown
   Status: Unknown

** Changed in: gnome-power-manager (Ubuntu Karmic)
   Status: In Progress = Triaged

-- 
power button not bringing up shutdown dialog [karmic]
https://bugs.launchpad.net/bugs/384890
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 390668] Re: Wireless disabled after upgrade to kernel 2.6.28-13-generic

2009-06-25 Thread p3car
This is solved.  It was not a kernel problem, but a problem with hal
that caused network manager to think that the hardware switch for
network was alwas turned off.

-- 
Wireless disabled after upgrade to kernel 2.6.28-13-generic
https://bugs.launchpad.net/bugs/390668
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 388357] Re: [i965] X freeze on karmic after resume from full screen application: i915_gem_retire_work_handler() / finish_task_switch()

2009-06-25 Thread Martin Emrich
I disabled desktop effects a week ago, and since then I had no further
crash after resuming von S3. So it's possible that it's related to 3D
acceleration or compiz.

Ciao

Martin

-- 
[i965] X freeze on karmic after resume from full screen application: 
i915_gem_retire_work_handler() / finish_task_switch()
https://bugs.launchpad.net/bugs/388357
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 378617] Re: [G45] No DisplayPort support in -intel driver

2009-06-25 Thread Eduard Wulff
FWIW:
DP stopped working after updating the last two rounds of intel-drivers

I am following the bleeding edge procedure mentioned in:
http://ubuntuforums.org/showthread.php?t=1130582

It was all fine for a month ...

-- 
[G45] No DisplayPort support in -intel driver
https://bugs.launchpad.net/bugs/378617
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 357041] Re: Warnings about open_file_mask_to_av with unknown mode when SELinux is enabled

2009-06-25 Thread Bruce Locke

I'd like to comment that these messages to dmesg occur frequently enough to 
scare users away from using SELinux on Ubuntu.  The messages occurred enough 
under light testing that filling dmesg would be likely after a couple days.

-- 
Warnings about open_file_mask_to_av with unknown mode when SELinux is enabled
https://bugs.launchpad.net/bugs/357041
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 391969] [NEW] Thunar sets wrong permissions for new files and directories (666, 777)

2009-06-25 Thread stitch
*** This bug is a security vulnerability ***

Public security bug reported:

Ubuntu Jaunty: When creating a new directory with thunar the first time
during an X session, the permission is 755. But if the second directory
is created, its permission is 777 and now, file permissions for new
files are 666. Using a terminal, the expected permissions (755 and 644)
are used. Starting thunar from the terminal does not solve the problem.

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

** Visibility changed to: Public

-- 
Thunar sets wrong permissions for new files and directories (666, 777)
https://bugs.launchpad.net/bugs/391969
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 391804] Re: nautilus-open-terminal should be included in default Ubuntu install

2009-06-25 Thread Ilya B
** Also affects: ubuntu-meta (Ubuntu)
   Importance: Undecided
   Status: New

-- 
nautilus-open-terminal should be included in default Ubuntu install
https://bugs.launchpad.net/bugs/391804
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 391724] Re: File Roller silently overwrites files on extract

2009-06-25 Thread Ilya B
** Also affects: file-roller (Ubuntu)
   Importance: Undecided
   Status: New

-- 
File Roller silently overwrites files on extract 
https://bugs.launchpad.net/bugs/391724
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 389876] Re: Inconsistent: Quit without saving Firefox, Gedit, OpenOffice

2009-06-25 Thread mac_v
Consistency Is a good idea... but i do NOT believe it is easily fixable
, unless an industrial UI standard is agreed upon by all the different
open source organizations.

-- 
Inconsistent: Quit without saving Firefox, Gedit, OpenOffice
https://bugs.launchpad.net/bugs/389876
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 387093] Re: [karmic] mapdevfs: error while loading shared libraries

2009-06-25 Thread orange
will try on the latest daily live cd...
no news is good news...

-- 
[karmic] mapdevfs: error while loading shared libraries
https://bugs.launchpad.net/bugs/387093
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 384890] Re: power button not bringing up shutdown dialog [karmic]

2009-06-25 Thread Bug Watch Updater
** Changed in: gnome-power
   Status: Unknown = Confirmed

-- 
power button not bringing up shutdown dialog [karmic]
https://bugs.launchpad.net/bugs/384890
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 77442] Re: compiz / vnc screen updates with nVidia restricted

2009-06-25 Thread Jeremy A
*** This bug is a duplicate of bug 353126 ***
https://bugs.launchpad.net/bugs/353126

I am also using Ubuntu Jaunty 9.04 and noticing this problem.

So far, the easiest fix I found was to run metacity --replace on the server 
machine.
This kills the compiz window manager and replaces it with metacity which 
enables vnc clients to run fine.

I am able to notice the changes at runtime, so changing window manager
updates the clients as soons as the command is run.

I hope this helps anyone with this problem.

-- 
compiz / vnc screen updates with nVidia restricted
https://bugs.launchpad.net/bugs/77442
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 59589] Re: display sleep time - why 11 minutes (gnome-power-preferences confusing to the users)

2009-06-25 Thread unggnu
KDE and Windows have at least two profiles. One for battery and one for ac. If 
I want to shutdown the display after one minute in Gnome it is not possible. If 
I set the screensaver to one minute shuting down the display is possible after 
two minutes but at the same time my screen gets locked after 1 minute of idle 
which is pretty annoying. The locking feature is important for a laptop so 
there is no workaround.
The whole thing is just stupid and I can only think of one advantage. If I set 
the display to go to sleep after one minute of idle time it shortly powers down 
after locking the screen manually and not after e.g. five minutes. But the 
penalties are much more worse.

-- 
display sleep time - why 11 minutes (gnome-power-preferences confusing to the 
users)
https://bugs.launchpad.net/bugs/59589
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 23494] Re: Segfault on oversized script

2009-06-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/mawk

-- 
Segfault on oversized script
https://bugs.launchpad.net/bugs/23494
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 391774] Re: Simple changes to make the grub menu look more elegant

2009-06-25 Thread Wouter Stomp
It might be hidden when you install Ubuntu as the only OS (has this been
decided yet?), but it will still be shown to everyone who installs
Ubuntu besides Windows or another operating system, which includes many
many people. They will see the menu every they turn on their pc.

-- 
Simple changes to make the grub menu look more elegant
https://bugs.launchpad.net/bugs/391774
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 353126] Re: Compiz / vnc screen refresh with nvidia-restricted driver/VirtualBox/ATI fglrx driver

2009-06-25 Thread Jeremy A

I am using Ubuntu Jaunty 9.04 and noticing this problem.

So far, the easiest fix I found was to run metacity --replace on the server 
machine.
This kills the compiz window manager and replaces it with metacity which 
enables vnc clients to run fine.

I am able to notice the changes at runtime, so changing window manager
updates the clients as soons as the command is run.

I hope this helps anyone with this problem.

-- 
Compiz / vnc screen refresh with nvidia-restricted driver/VirtualBox/ATI fglrx 
driver
https://bugs.launchpad.net/bugs/353126
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 318942] Re: no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)

2009-06-25 Thread Billy V
I just ran the automatic updates and it hosed the sound again. I tried
repeating the steps used the first time and I have had no such luck yet.
Is there anyone from the sound team working this? Is there any way that
we can go back through all of these fixes and come up with a form of
macro that we could run in order to fix the speakers? I appologize, but
I am a novice at ubuntu, and I really don't want to ever go back to
windows... ever. But I am forced with the uphill battle of somehow
managing to learn another operating sys. The best I have been able to do
so far is copy and paste commands from some of these fixes and get the
speakers working.. But that was before the updates that got released
sometime around june 25 2009.. If someone that is more fluent at ubuntu
(than me) could release another walk-through that I could just copy and
paste into the terminal program, It would be much appreciated.

Also Thank you all for all of the hard work that you have put into
addressing this bug and the others that you are involved in, that is the
only reason that Ubuntu/open source freeware is free. I salute you.

HP Mini 1030nr
PS if there are more gripes, please open a seperate string for 
blamestorming/lynching volunteers that are trying to make things better. I 
don't think that any of them deserve to be treated this way after working so 
hard for so long for the very users like myself and other novices new to 
Ubuntu. Don't bite the hand that feeds you :)

Thanx
Billy

-- 
no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)
https://bugs.launchpad.net/bugs/318942
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 296087] Re: Window previews don't disappear.

2009-06-25 Thread ulli
Hi,
i'm running Ubuntu 9.04 and have / had (?) the same problem.
Increasing the fade in/out time of windo previews from 0.1s to ~0.1s seems to 
solve the problem for me...

-- 
Window previews don't disappear.
https://bugs.launchpad.net/bugs/296087
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 193696] Re: Postgresql 8.3 not responding

2009-06-25 Thread Martin Pitt
Robrass, this looks like an entirely different problem. Does
/var/log/postgresql/ exist? What's in it?

  ls -ld /var/log/postgresql/
  ls -l /var/log/postgresql/

-- 
Postgresql 8.3 not responding
https://bugs.launchpad.net/bugs/193696
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386150] Re: Nautilus file browser toolbar is complicated, redundant, and ugly

2009-06-25 Thread Psy[H[]
A mockup by Daniele Medri  is nice. My variant would be with path layed
over launchpad buttons (with slashes and less spaces between). Also
with home in the side panel, and with functional stop button. If it is
to be used to stop loading thumbnails (in folders with a lot of pictures
it is a pain) then a refresh button is also would be needed. These are
essentials. Four buttons and breadcrumbs.

-- 
Nautilus file browser toolbar is complicated, redundant, and ugly
https://bugs.launchpad.net/bugs/386150
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386150] Re: Nautilus file browser toolbar is complicated, redundant, and ugly

2009-06-25 Thread Psy[H[]
Oh! another idea: two-lined arrows in launchpad buttons could be
replaced with one-lined slashes. That would be more consistent.

-- 
Nautilus file browser toolbar is complicated, redundant, and ugly
https://bugs.launchpad.net/bugs/386150
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 330573] Re: madfuload doesn't work on Jaunty

2009-06-25 Thread oudalrich
Sonium, have you tried unplugging and re-plugging the device? And which
M-Audio device do you have, a Transit?

-- 
madfuload doesn't work on Jaunty
https://bugs.launchpad.net/bugs/330573
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 391971] [NEW] No notification of new mail etc., in ubuntu notification

2009-06-25 Thread vaibhav mishra
Public bug reported:

Binary package hint: evolution

It worked fine for few days, but now it stopped working, there is no new
mail-notification by Ubuntu integrated notification system, although I
had it working flawlessly but now this functionality is gone, also there
was a bug in evolution which disallow installing evolution-plugins-extra
which is just fixed 2-3 days ago and I installed it, but I am not sure
if it is causing the problem.

ProblemType: Bug
Architecture: i386
Date: Thu Jun 25 12:22:19 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/evolution
Package: evolution 2.27.3-0ubuntu3
ProcEnviron:
 PATH=(custom, user)
 LANG=en_IN
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.30-9.10-generic
SourcePackage: evolution
Uname: Linux 2.6.30-9-generic i686

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


** Tags: apport-bug i386

-- 
No notification of new mail etc., in ubuntu notification
https://bugs.launchpad.net/bugs/391971
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 391971] Re: No notification of new mail etc., in ubuntu notification

2009-06-25 Thread vaibhav mishra

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

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

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

-- 
No notification of new mail etc., in ubuntu notification
https://bugs.launchpad.net/bugs/391971
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 391949] Re: nvidia-glx issues on GeForce 2 go

2009-06-25 Thread arand
** Description changed:

  Using proprietary nvidia drivers for GeForce 2 go on an inspiron 2650
  gives several problems:
  
  LOGIN: gdm fails to launch initially, showing black/white/single-striped 
screen at login/desktop (login still works in-blind), if restarted using 
ctrl+alt+bckspc or /etc/init.d/gdm restart, login works fine.
  WINDOW TITLES: If compiz is enabled, no window decorations shows up. Works if 
using metacity.
  LEAVING DESKTOP: If leaving the graphical environment using ctrl+alt+F2, 
ctrl+alt+bckspc or simply shutting down the computer screen blanks out and 
computer is unresponsive, even REISUB fails.
  
  Tested drivers:
  nvidia-glx-96 96.43.10-0ubuntu1
  nvidia-glx-71 71.86.08-0ubuntu1
+ NVIDIA-Linux-x86-96.43.11-pkg1.run (downloaded from nvidia)
+ Same symptoms on all.
  
-  *-display
+ *-display
  description: VGA compatible controller
  product: NV11 [GeForce2 Go]
  vendor: nVidia Corporation
  physical id: 0
  bus info: p...@:01:00.0
  version: b2
  width: 32 bits
  clock: 66MHz
  capabilities: bus_master cap_list
  configuration: driver=nvidia latency=64 maxlatency=1 mingnt=5 
module=nvidia
  
  Several confirmations in linked launchpad question, albeit old, they
- have the exact same sympoms.
+ have the exact same symptoms.

-- 
nvidia-glx issues on GeForce 2 go
https://bugs.launchpad.net/bugs/391949
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 342732] Re: python: can't open file '/usr/lib/python2.6/site-packages/gmobilemedia/main.py': [Errno 2] No such file or directory

2009-06-25 Thread Launchpad Bug Tracker
This bug was fixed in the package gmobilemedia - 0.4+dfsg-8

---
gmobilemedia (0.4+dfsg-8) unstable; urgency=low

  * Implement distutils based setup to install correctly (LP: #342732).
  * Bump standards to 3.8.2.

 -- Ubuntu Archive Auto-Sync arch...@ubuntu.com   Thu,  25 Jun 2009
07:43:55 +0100

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

-- 
python: can't open file 
'/usr/lib/python2.6/site-packages/gmobilemedia/main.py': [Errno 2] No such file 
or directory
https://bugs.launchpad.net/bugs/342732
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 391972] [NEW] Artifact on wallpaper under GNOME using metacity and xv output

2009-06-25 Thread Guillaume Bottex
Public bug reported:

Some artifacts can be seen on the GNOME wallpaper while using metacity
and a XV output.

How to reproduce this bug:

- Use a dark wallpaper
- play some move (or music with visualisation turned on) on one Desk
- Go to another desk
= you will be able to see artifacts on the wallpaper at the place where the XV 
output is on the other Desk (for more artifacts, maximize your XV output window)

NB: you can also open a gnome terminal (with tranparent-background set
on), and you will be able to see more artifcats through the gnome
terminal.

This problem deos not occurs with compiz, but I am not really sure from which 
package it can come from .
This bugs appeared in Jaunty.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Artifact on wallpaper under GNOME using metacity and xv output
https://bugs.launchpad.net/bugs/391972
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 391529] Re: on karmic alpha 2, wammu: Depends: python-xml but it is not installable

2009-06-25 Thread Launchpad Bug Tracker
This bug was fixed in the package wammu - 0.30.1-2

---
wammu (0.30.1-2) unstable; urgency=low

  * Drop dependency on python-xml, it looks like it was needed only with some
old Python versions (LP: #391529).
  * Bump standards to 3.8.2 (no changes).

 -- Ubuntu Archive Auto-Sync arch...@ubuntu.com   Thu,  25 Jun 2009
07:44:50 +0100

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

-- 
on karmic alpha 2, wammu: Depends: python-xml but it is not installable
https://bugs.launchpad.net/bugs/391529
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 391774] Re: Simple changes to make the grub menu look more elegant

2009-06-25 Thread mac_v
Also appears the OP seems to be talking about grub2 , with IS going to
be the Bootloader for Karmic...

@Winter Stomp: Have you tested the grub2 in Karmic? [If not try it in a
hard/virtual install] ... Screenshot of the Karmic alpha grub2 in action
could be a better example, of the problem...

But Until then Status: Incomplete is Justified

-- 
Simple changes to make the grub menu look more elegant
https://bugs.launchpad.net/bugs/391774
You received this bug notification because you are a member of 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   >