[Bug 216869] Re: php5 crashed with SIGSEGV in curl_global_cleanup()

2008-11-04 Thread Russell Smith
*** This bug is a duplicate of bug 147207 ***
https://bugs.launchpad.net/bugs/147207

** This bug has been marked a duplicate of bug 147207
   gutsy php5 crashed with SIGSEGV in CRYPTO_lock()

-- 
php5 crashed with SIGSEGV in curl_global_cleanup()
https://bugs.launchpad.net/bugs/216869
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 260291] Re: Network Manager 0.7, openvpn, VPN Connection Failed

2008-11-04 Thread René Oelke
I can confirm this bug. When i start a openvpn-connection with the
network manager, the connection seems to be okay. But when i ping some
hosts (by hostname) something seems to be wrong. I have attached the
syslog output. In my openvpn configuration i use some resolv-scripts:

up /etc/openvpn/update-resolv-conf
down /etc/openvpn/update-resolv-conf

It seems to be a special resolver problem. When i start the openvpn
connection manually everything i okay:

# sudo openvpn --script-security 2 --config ./vpn/office.conf

** Attachment added: syslog
   http://launchpadlibrarian.net/19329613/syslog.txt

-- 
Network Manager 0.7, openvpn, VPN Connection Failed
https://bugs.launchpad.net/bugs/260291
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 219274] Re: php5 crashed with SIGSEGV in CRYPTO_lock()

2008-11-04 Thread Russell Smith
*** This bug is a duplicate of bug 63141 ***
https://bugs.launchpad.net/bugs/63141

** This bug is no longer a duplicate of bug 147207
   gutsy php5 crashed with SIGSEGV in CRYPTO_lock()

** This bug has been marked a duplicate of bug 63141
   PHP (cli) exits with a segfault if pg_connect() called.

-- 
php5 crashed with SIGSEGV in CRYPTO_lock()
https://bugs.launchpad.net/bugs/219274
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 216869] Re: php5 crashed with SIGSEGV in curl_global_cleanup()

2008-11-04 Thread Russell Smith
*** This bug is a duplicate of bug 63141 ***
https://bugs.launchpad.net/bugs/63141

** This bug is no longer a duplicate of bug 147207
   gutsy php5 crashed with SIGSEGV in CRYPTO_lock()

** This bug has been marked a duplicate of bug 63141
   PHP (cli) exits with a segfault if pg_connect() called.

-- 
php5 crashed with SIGSEGV in curl_global_cleanup()
https://bugs.launchpad.net/bugs/216869
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 155829] Re: php5 crashed with SIGSEGV in CRYPTO_lock()

2008-11-04 Thread Russell Smith
*** This bug is a duplicate of bug 63141 ***
https://bugs.launchpad.net/bugs/63141

** This bug is no longer a duplicate of bug 147207
   gutsy php5 crashed with SIGSEGV in CRYPTO_lock()

** This bug has been marked a duplicate of bug 63141
   PHP (cli) exits with a segfault if pg_connect() called.

-- 
php5 crashed with SIGSEGV in CRYPTO_lock()
https://bugs.launchpad.net/bugs/155829
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 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2008-11-04 Thread Russell Smith
I have marked all the moodle reports as duplicates of this bug.  They
exhibit the same symptoms as each other.

The workaround for the pg_connect generic bug is to disable the ssl
connection.  Manually altering the moodle connect string in connection
library to disable ssl also removes the segmentation fault in the moodle
cron run.

The very simple patch I used to test moodle is at the bottom.  This is a
workaround for the moodle problem if you don't need to use SSL for your
moodle db connections.  You could also disable ssl connections at the
postgresql end by;

1. ssl = false in postgresql.conf
2. alter pg_hba.conf to only have a hostnossl entry for the moodle user.

2 is a better option as it doesn't disable all instances of ssl on the
server.  It also will be faster for moodle as negotiating SSL is slow.

Overall the underlying problem is exactly the same, hence they are all
duplicates.

--- adodb-postgres64.inc.php.orig   2008-11-04 20:26:31.0 +1100
+++ adodb-postgres64.inc.php2008-11-04 20:19:02.0 +1100
@@ -668,6 +668,7 @@
if ($user) $str .=  user=.$user;
if ($pwd)  $str .=  password=.$pwd;
if ($db)   $str .=  dbname=.$db;
+   $str .=  sslmode=disable;
}
 
//if ($user) $linea = user=$user host=$linea password=$pwd 
dbname=$db port=5432;

-- 
PHP (cli) exits with a segfault if pg_connect() called.
https://bugs.launchpad.net/bugs/63141
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 293515] Re: bacula-director-mysql installed and started before mysql-server

2008-11-04 Thread Dulmandakh Sukhbaatar
of course. when doing 'sudo dpkg-reconfigure bacula-director-mysql' it
asks everything as usual. but it cannot start bacula-dir because of
above problem or /etc/bacula/bacula-dir.conf doesn't exist.

-- 
bacula-director-mysql installed and started before mysql-server
https://bugs.launchpad.net/bugs/293515
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 293567] [NEW] can't install mysql-server due to unmet dependencies

2008-11-04 Thread stianst
Public bug reported:

Binary package hint: mysql-server-5.0

Linux localhost 2.6.27-7-server #1 SMP Fri Oct 24 07:20:47 UTC 2008
x86_64 GNU/Linux

Distributor ID: Ubuntu
Description:Ubuntu 8.10
Release:8.10
Codename:   intrepid

Fails to install mysql-server-5.0 due to unmet dependencies, below is
output from apt-get:

[EMAIL PROTECTED]:~$ sudo apt-get install mysql-server-5.0

Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
  mysql-server-5.0: Depends: libdbi-perl but it is not going to be installed
Depends: mysql-client-5.0 (= 5.0.51a-3ubuntu5.1) but it is 
not going to be installed
E: Broken packages

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

-- 
can't install mysql-server due to unmet dependencies
https://bugs.launchpad.net/bugs/293567
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 293567] Re: can't install mysql-server due to unmet dependencies

2008-11-04 Thread stianst
[EMAIL PROTECTED]:/etc/apt$ apt-cache policy

Package files:
 100 /var/lib/dpkg/status
 release a=now
 500 http://gb.archive.ubuntu.com hardy-security/multiverse Packages
 release v=8.04,o=Ubuntu,a=hardy-security,l=Ubuntu,c=multiverse
 origin gb.archive.ubuntu.com
 500 http://gb.archive.ubuntu.com hardy-security/universe Packages
 release v=8.04,o=Ubuntu,a=hardy-security,l=Ubuntu,c=universe
 origin gb.archive.ubuntu.com
 500 http://gb.archive.ubuntu.com hardy-security/restricted Packages
 release v=8.04,o=Ubuntu,a=hardy-security,l=Ubuntu,c=restricted
 origin gb.archive.ubuntu.com
 500 http://gb.archive.ubuntu.com hardy-security/main Packages
 release v=8.04,o=Ubuntu,a=hardy-security,l=Ubuntu,c=main
 origin gb.archive.ubuntu.com
 500 http://gb.archive.ubuntu.com hardy-updates/multiverse Packages
 release v=8.04,o=Ubuntu,a=hardy-updates,l=Ubuntu,c=multiverse
 origin gb.archive.ubuntu.com
 500 http://gb.archive.ubuntu.com hardy-updates/universe Packages
 release v=8.04,o=Ubuntu,a=hardy-updates,l=Ubuntu,c=universe
 origin gb.archive.ubuntu.com
 500 http://gb.archive.ubuntu.com hardy-updates/restricted Packages
 release v=8.04,o=Ubuntu,a=hardy-updates,l=Ubuntu,c=restricted
 origin gb.archive.ubuntu.com
 500 http://gb.archive.ubuntu.com hardy-updates/main Packages
 release v=8.04,o=Ubuntu,a=hardy-updates,l=Ubuntu,c=main
 origin gb.archive.ubuntu.com
 500 http://gb.archive.ubuntu.com hardy/multiverse Translation-en_GB
 500 http://gb.archive.ubuntu.com hardy/multiverse Packages
 release v=8.04,o=Ubuntu,a=hardy,l=Ubuntu,c=multiverse
 origin gb.archive.ubuntu.com
 500 http://gb.archive.ubuntu.com hardy/universe Translation-en_GB
 500 http://gb.archive.ubuntu.com hardy/universe Packages
 release v=8.04,o=Ubuntu,a=hardy,l=Ubuntu,c=universe
 origin gb.archive.ubuntu.com
 500 http://gb.archive.ubuntu.com hardy/restricted Translation-en_GB
 500 http://gb.archive.ubuntu.com hardy/restricted Packages
 release v=8.04,o=Ubuntu,a=hardy,l=Ubuntu,c=restricted
 origin gb.archive.ubuntu.com
 500 http://gb.archive.ubuntu.com hardy/main Translation-en_GB
 500 http://gb.archive.ubuntu.com hardy/main Packages
 release v=8.04,o=Ubuntu,a=hardy,l=Ubuntu,c=main
 origin gb.archive.ubuntu.com
Pinned packages:

-- 
can't install mysql-server due to unmet dependencies
https://bugs.launchpad.net/bugs/293567
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 293567] Re: can't install mysql-server due to unmet dependencies

2008-11-04 Thread Soren Hansen
Could you provide the output of:

apt-cache policy

Thank you!

-- 
can't install mysql-server due to unmet dependencies
https://bugs.launchpad.net/bugs/293567
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 182565] Re: Samba package net.8 manpage patch typo

2008-11-04 Thread Joe Smith
Yeah, it looks like this should be closed. I've found another typo, so
I'm filing a new bug about it.

-- 
Samba package net.8 manpage patch typo
https://bugs.launchpad.net/bugs/182565
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 120375] Re: cannot boot raid1 with only one disk

2008-11-04 Thread Dustin Kirkland
Thanks, Nick.

Please respond with any test results in Bug #290885.

Bug #120375 is hereby reserved for wailing, moaning, fussing, cursing,
complaining, lamenting, murmuring, regretting, repining, bewailing,
deploring, weeping, mourning, protesting, charging, accusing,
disapproving, grumbling, fretting, whining, peeving, quarreling,
resenting, dissenting, discontenting, malcontenting, bellyaching, and
non-constructive criticisms :-)

:-Dustin

-- 
cannot boot raid1 with only one disk
https://bugs.launchpad.net/bugs/120375
You received this bug notification because you are a member of Ubuntu
Server Team, which is a subscriber of a duplicate bug.

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


[Bug 293515] Re: bacula-director-mysql installed and started before mysql-server

2008-11-04 Thread Ante Karamatić
bacula-director-mysql doesn't depend on mysql server, cause it can
connect to some other already running mysql server. But, reconfigure
should be smart enough to (re)create database and do all the magic once
mysql-server is configured.

** Changed in: bacula (Ubuntu)
   Importance: Undecided = Medium
   Status: New = Triaged

-- 
bacula-director-mysql installed and started before mysql-server
https://bugs.launchpad.net/bugs/293515
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 262251] Re: phpize: configure:8184: error: possibly undefined macro: _LT_SET_OPTIONS

2008-11-04 Thread mklebel
im running php - 5.2.6-2ubuntu4, and I still get this error. Even after
doing:

cd /usr/share/aclocal
cat lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4  libtool.m4


no luck..

-- 
phpize: configure:8184: error: possibly undefined macro: _LT_SET_OPTIONS
https://bugs.launchpad.net/bugs/262251
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 262251] Re: phpize: configure:8184: error: possibly undefined macro: _LT_SET_OPTIONS

2008-11-04 Thread mklebel
im running php - 5.2.6-2ubuntu4, and I still get this error. Even after
doing:

cd /usr/share/aclocal
cat lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4  libtool.m4


no luck..

-- 
phpize: configure:8184: error: possibly undefined macro: _LT_SET_OPTIONS
https://bugs.launchpad.net/bugs/262251
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 262251] Re: phpize: configure:8184: error: possibly undefined macro: _LT_SET_OPTIONS

2008-11-04 Thread mklebel
sorry, forgot to mention I'm trying to compile php-gtk2

-- 
phpize: configure:8184: error: possibly undefined macro: _LT_SET_OPTIONS
https://bugs.launchpad.net/bugs/262251
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 293741] Re: sepcified typo in net_rap.c

2008-11-04 Thread Joe Smith
** Bug watch added: Samba Bugzilla #5871
   https://bugzilla.samba.org/show_bug.cgi?id=5871

** Also affects: samba via
   https://bugzilla.samba.org/show_bug.cgi?id=5871
   Importance: Unknown
   Status: Unknown

-- 
sepcified typo in net_rap.c
https://bugs.launchpad.net/bugs/293741
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 293515] [NEW] bacula-director-mysql installed and started before mysql-server

2008-11-04 Thread Dulmandakh Sukhbaatar
Public bug reported:

when installing bacula on fresh system, it will try to install mysql-
server as a default catalog server. but running the process it installs
and sets up bacula-director-mysql before mysql-server package. which
means it'll fail to configure and create catalog database, and will get
unusable bacula system.

and after having this problem, I run sudo dpkg-reconfigure 
bacula-director-mysql, after which says 
Config error: Cannot open config file /etc/bacula/bacula-dir.conf: No such 
file or directory

it's Ubuntu Intrepid.

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

-- 
bacula-director-mysql installed and started before mysql-server
https://bugs.launchpad.net/bugs/293515
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 293567] Re: can't install mysql-server due to unmet dependencies

2008-11-04 Thread stianst
Output when including libdbi-perl libdbd-mysql-perl in the list of
packages to install, shows that there are dependencies on different
version of perlapi which could be the problem? Output included below:

[EMAIL PROTECTED]:~$ sudo apt-get install mysql-server-5.0 mysql-client-5.0 
libdbi-perl libdbd-mysql-perl 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
  libdbd-mysql-perl: Depends: perlapi-5.8.8
  libdbi-perl: Depends: perlapi-5.8.4
E: Broken packages

-- 
can't install mysql-server due to unmet dependencies
https://bugs.launchpad.net/bugs/293567
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 293741] [NEW] sepcified typo in net_rap.c

2008-11-04 Thread Joe Smith
Public bug reported:

Binary package hint: samba

Following up on a bug in the man pages (which was fixed in
https://bugzilla.samba.org/show_bug.cgi?id=5193), came upon another
typo. Created a git diff, and will forward upstream.

** Affects: samba
 Importance: Unknown
 Status: Unknown

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

-- 
sepcified typo in net_rap.c
https://bugs.launchpad.net/bugs/293741
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 147207] Re: gutsy php5 crashed with SIGSEGV in CRYPTO_lock()

2008-11-04 Thread Russell Smith
*** This bug is a duplicate of bug 63141 ***
https://bugs.launchpad.net/bugs/63141

** This bug has been marked a duplicate of bug 63141
   PHP (cli) exits with a segfault if pg_connect() called.

-- 
gutsy php5 crashed with SIGSEGV in CRYPTO_lock()
https://bugs.launchpad.net/bugs/147207
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 162821] Re: gbindadmin settings differ from that of bind9 package

2008-11-04 Thread Joe Smith
Is this still relevant? It looks like gbindadmin has been replaced by
gadmin-bind

-- 
gbindadmin settings differ from that of bind9 package
https://bugs.launchpad.net/bugs/162821
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 219274] Re: php5 crashed with SIGSEGV in CRYPTO_lock()

2008-11-04 Thread Markus Korn
*** This bug is a duplicate of bug 147207 ***
https://bugs.launchpad.net/bugs/147207

removed private flag as this bugreport does not seem to contain private
data

** Visibility changed to: Public

-- 
php5 crashed with SIGSEGV in CRYPTO_lock()
https://bugs.launchpad.net/bugs/219274
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 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2008-11-04 Thread Russell Smith
** Also affects: postgresql-8.3 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: postgresql-8.3 (Ubuntu)
   Status: New = Confirmed

-- 
PHP (cli) exits with a segfault if pg_connect() called.
https://bugs.launchpad.net/bugs/63141
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 292293] Re: udev rules for tun device have wrong permisisons

2008-11-04 Thread Simon
The default install of openvpn uses an unprivileged user. Once the
initial tunnel initial tunnel is set up and the daemon drops privileges,
it is unable to manipulate the tun device.

** Changed in: openvpn (Ubuntu)
Sourcepackagename: udev = openvpn
   Status: Won't Fix = New

-- 
udev rules for tun device have wrong permisisons
https://bugs.launchpad.net/bugs/292293
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 293037] Re: snmpd sigfaults

2008-11-04 Thread Cham
*** This bug is a duplicate of bug 200614 ***
https://bugs.launchpad.net/bugs/200614

** This bug has been marked a duplicate of bug 200614
   segfault and warnings from net-snmp 5.4.x

-- 
snmpd sigfaults
https://bugs.launchpad.net/bugs/293037
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 290673] Re: fusesmb mount disappears - libsmbclient segfaults

2008-11-04 Thread Dr_Willis
Been testing this Out also. I mount the network with  fusesmb Network/
and then go to any fileserver/directory and just 'watch' the directory
with 'watch ls -l' , then i try other file managers   on  'Network' and
see what crashes it.. So far Gnome File manager, and Rox-Filer will
crash it very quickly.  'mc' however does not seem to cause an issue.

Once it fails , i can unmount/remount the   'Network' and it will work
again.

Im not seeing any errors in dmesg output, so i am still exploreing this.

-- 
fusesmb mount disappears - libsmbclient segfaults
https://bugs.launchpad.net/bugs/290673
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 293000] Re: hardy: openssh-server oom_adj can lead to denial of service

2008-11-04 Thread ksuehring
** Bug watch added: Debian Bug tracker #480020
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480020

** Also affects: debian via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480020
   Importance: Unknown
   Status: Unknown

-- 
hardy: openssh-server oom_adj can lead to denial of service
https://bugs.launchpad.net/bugs/293000
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 293823] Re: package samba-common 2:3.2.3-1ubuntu3 failed to install/upgrade:

2008-11-04 Thread Leaf

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

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

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

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

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

-- 
package samba-common 2:3.2.3-1ubuntu3 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/293823
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 293823] [NEW] package samba-common 2:3.2.3-1ubuntu3 failed to install/upgrade:

2008-11-04 Thread Leaf
Public bug reported:

Binary package hint: samba

during upgrade from 7.04 to 8.10

ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 8.10
ErrorMessage:
 ErrorMessage: subprocess post-installation script returned error exit status 3
NonfreeKernelModules: nvidia ath_hal
Package: samba-common 2:3.2.3-1ubuntu3
SourcePackage: samba
Title: package samba-common 2:3.2.3-1ubuntu3 failed to install/upgrade: 
Uname: Linux 2.6.24-21-generic x86_64

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


** Tags: apport-package

-- 
package samba-common 2:3.2.3-1ubuntu3 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/293823
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 293567] Re: can't install mysql-server due to unmet dependencies

2008-11-04 Thread stianst
Not sure if this will be helpful or not, but I've included the apt-cache
show for the relevant packages:

[EMAIL PROTECTED]:/etc/apt$ for i in mysql-server-5.0 mysql-client-5.0 
libdbi-perl libdbd-mysql-perl; do echo X $i; apt-cache 
show $i; done

X mysql-server-5.0
Package: mysql-server-5.0
Priority: optional
Section: misc
Installed-Size: 84096
Maintainer: Ubuntu Core Developers [EMAIL PROTECTED]
Original-Maintainer: Debian MySQL Maintainers [EMAIL PROTECTED]
Architecture: i386
Source: mysql-dfsg-5.0
Version: 5.0.51a-3ubuntu5.1
Replaces: apparmor-profiles ( 2.1+1075-0ubuntu4), mysql-doc-5.0 ( 
5.0.56-0ubuntu1), mysql-enterprise-server-5.0, mysql-server ( 
5.0.51a-3ubuntu5.1)
Provides: mysql-community-server-5.0, mysql-server, virtual-mysql-server
Depends: debconf (= 0.5) | debconf-2.0, libc6 (= 2.4), libdbi-perl, libgcc1 
(= 1:4.1.1-21), libmysqlclient15off (= 5.0.27-1), libncurses5 (= 
5.6+20071006-3), libreadline5 (= 5.2), libstdc++6 (= 4.1.1-21), libwrap0, 
lsb-base (= 3.0-10), mysql-client-5.0 (= 5.0.51a-3ubuntu5.1), passwd, perl 
(= 5.6), psmisc, zlib1g (= 1:1.2.3.3.dfsg-1)
Pre-Depends: adduser (= 3.40), debconf, mysql-common (= 5.0.51a-3ubuntu5.1)
Recommends: apparmor (= 2.1+1075-0ubuntu6), libhtml-template-perl, mailx
Suggests: mysql-doc-5.0, tinyca
Conflicts: apparmor-profiles ( 2.1+1075-0ubuntu4), mysql-doc-5.0 ( 
5.0.56-0ubuntu1), mysql-server ( 5.0.51a-3ubuntu5.1)
Filename: 
pool/main/m/mysql-dfsg-5.0/mysql-server-5.0_5.0.51a-3ubuntu5.1_i386.deb
Size: 27426454
MD5sum: c6257e88d36a38e4c6832a9340bc7784
SHA1: 185a9f8d4986b3e381f92c2b383edcd332c752ba
SHA256: e981b570c17efa53c705c8b04ecb247cac56984890126b642a79cb397c99ee20
Description: MySQL database server binaries
 MySQL is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MySQL are speed, robustness and
 ease of use.
 .
 This package includes the server and ndb-cluster binaries.
Homepage: http://dev.mysql.com/
Bugs: mailto:[EMAIL PROTECTED]
Origin: Ubuntu
Task: lamp-server

Package: mysql-server-5.0
Priority: optional
Section: misc
Installed-Size: 84096
Maintainer: Ubuntu Core Developers [EMAIL PROTECTED]
Original-Maintainer: Debian MySQL Maintainers [EMAIL PROTECTED]
Architecture: i386
Source: mysql-dfsg-5.0
Version: 5.0.51a-3ubuntu5
Replaces: apparmor-profiles ( 2.1+1075-0ubuntu4), mysql-doc-5.0 ( 
5.0.56-0ubuntu1), mysql-enterprise-server-5.0, mysql-server ( 
5.0.51a-3ubuntu5)
Provides: mysql-community-server-5.0, mysql-server, virtual-mysql-server
Depends: debconf (= 0.5) | debconf-2.0, libc6 (= 2.7-1), libdbi-perl, libgcc1 
(= 1:4.1.1-21), libmysqlclient15off (= 5.0.27-1), libncurses5 (= 
5.6+20071006-3), libreadline5 (= 5.2), libstdc++6 (= 4.1.1-21), libwrap0, 
lsb-base (= 3.0-10), mysql-client-5.0 (= 5.0.51a-3ubuntu5), passwd, perl (= 
5.6), psmisc, zlib1g (= 1:1.2.3.3.dfsg-1)
Pre-Depends: adduser (= 3.40), debconf, mysql-common (= 5.0.51a-3ubuntu5)
Recommends: apparmor (= 2.1+1075-0ubuntu6), libhtml-template-perl, mailx
Suggests: mysql-doc-5.0, tinyca
Conflicts: apparmor-profiles ( 2.1+1075-0ubuntu4), mysql-doc-5.0 ( 
5.0.56-0ubuntu1), mysql-server ( 5.0.51a-3ubuntu5)
Filename: pool/main/m/mysql-dfsg-5.0/mysql-server-5.0_5.0.51a-3ubuntu5_i386.deb
Size: 27426070
MD5sum: 64c063ad4c96dc8ef71d4d2e15f5be67
SHA1: fa121fbcc2141bb04cc075528fa84d74178eb028
SHA256: 03395b4809b6c0dc384abf14b777998916f897bbb8ffdae4b48a40ddce0c8226
Description: MySQL database server binaries
 MySQL is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MySQL are speed, robustness and
 ease of use.
 .
 This package includes the server and ndb-cluster binaries.
Homepage: http://dev.mysql.com/
Bugs: mailto:[EMAIL PROTECTED]
Origin: Ubuntu
Task: lamp-server

X mysql-client-5.0
Package: mysql-client-5.0
Priority: optional
Section: misc
Installed-Size: 17964
Maintainer: Ubuntu Core Developers [EMAIL PROTECTED]
Original-Maintainer: Debian MySQL Maintainers [EMAIL PROTECTED]
Architecture: i386
Source: mysql-dfsg-5.0
Version: 5.0.51a-3ubuntu5.1
Replaces: mysql-client ( 5.0.51a-3ubuntu5.1), mysql-doc-5.0 ( 
5.0.56-0ubuntu1), mysql-server
Provides: mysql-client, mysql-community-client-5.0, virtual-mysql-client
Depends: debianutils (= 1.6), libc6 (= 2.4), libdbd-mysql-perl (= 1.2202), 
libdbi-perl, libgcc1 (= 1:4.1.1-21), libmysqlclient15off (= 
5.0.51a-3ubuntu5.1), libncurses5 (= 5.6+20071006-3), libreadline5 (= 5.2), 
libstdc++6 (= 4.1.1-21), libwrap0, mysql-common (= 5.0.51a-3ubuntu5.1), perl 
(= 5.6.0-16), zlib1g (= 1:1.2.3.3.dfsg-1)
Recommends: libterm-readkey-perl
Suggests: mysql-doc-5.0
Conflicts: mysql-client ( 5.0.51a-3ubuntu5.1), mysql-doc-5.0 ( 
5.0.56-0ubuntu1), mysql-enterprise-client-5.0
Filename: 
pool/main/m/mysql-dfsg-5.0/mysql-client-5.0_5.0.51a-3ubuntu5.1_i386.deb
Size: 7824072
MD5sum: 

[Bug 293823] Re: package samba-common 2:3.2.3-1ubuntu3 failed to install/upgrade:

2008-11-04 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 293539 ***
https://bugs.launchpad.net/bugs/293539

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 293539, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

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

** This bug has been marked a duplicate of bug 293539
   package samba failed to install/upgrade: Conflicts found! Please edit 
`/etc/samba/smb.conf' and sort them out manually.

-- 
package samba-common 2:3.2.3-1ubuntu3 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/293823
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 286063] Re: slapd package cannot be installed when using bash as the default shell

2008-11-04 Thread Nathaniel W. Turner
Note that this will cause an upgrade failure for any users who have
slapd installed and /bin/sh - /bin/bash.  Since this is a perfectly
valid configuration, this should probably be added to the 8.10 release
notes, with a recommendation that users temporarily change the default
shell to dash (dpkg-reconfigure dash) before starting the upgrade.

-- 
slapd package cannot be installed when using bash as the default shell
https://bugs.launchpad.net/bugs/286063
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 286063] Re: slapd package cannot be installed when using bash as the default shell

2008-11-04 Thread Mathias Gug
** Changed in: openldap (Ubuntu Intrepid)
   Importance: Undecided = Low
 Assignee: (unassigned) = Mathias Gug (mathiaz)
   Status: New = In Progress

-- 
slapd package cannot be installed when using bash as the default shell
https://bugs.launchpad.net/bugs/286063
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 282051] Re: package samba-common 3.0.28a-1ubuntu4.7 failed to install/upgrade: il sottoprocesso post-installation script ha restituito un codice di errore 1

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

The error is
=
onfiguro samba-common (3.0.28a-1ubuntu4.7) ...
Not replacing deleted config file /etc/samba/smb.conf
chmod: impossibile accedere a `/etc/samba/smb.conf': Nessun file o directory
dpkg: errore processando samba-common (--configure):
 il sottoprocesso post-installation script ha restituito un codice di errore 1
=

Did you delete the file /etc/samba/smb.conf by hand ?

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

-- 
package samba-common 3.0.28a-1ubuntu4.7 failed to install/upgrade: il 
sottoprocesso post-installation script ha restituito un codice di errore 1
https://bugs.launchpad.net/bugs/282051
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 226185] Re: update-resolv-conf script does not restore old values

2008-11-04 Thread Tom Dickson
This bug is happening to me on Hardy Heron. I'm using OpenVPN and I need
to add a search domain and a dns server line so that the internal VPN
hosts will resolve correcty, but when the VPN disconnects the internal
nameservers are left in /etc/resolv.con and not refreshed.

I'm using wicd instead of Network Manager because Network Manager
doesn't remember the wireless settings after reboot. As it is, the
system would require a manual interface restart to get the original DHCP
information back after the OpenVPN tunnel is taken down. I'm working on
how to do this automatically.

-- 
update-resolv-conf script does not restore old values
https://bugs.launchpad.net/bugs/226185
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

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


[Bug 226185] Re: update-resolv-conf script does not restore old values

2008-11-04 Thread Tom Dickson
Weird. I'm actually getting a different issue now after a reboot cleared
things out - the original DHCP hostname and DNS address are staying in
resolv.conf, and the new server line is being added. After the OpenVPN
tunnel goes down, the VPN server stays in resolv.conf.

-- 
update-resolv-conf script does not restore old values
https://bugs.launchpad.net/bugs/226185
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

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


[Bug 286063] Re: [SRU] slapd package cannot be installed when using bash as the default shell

2008-11-04 Thread Mathias Gug
** Summary changed:

- slapd package cannot be installed when using bash as the default shell
+ [SRU] slapd package cannot be installed when using bash as the default shell

** Description changed:

  In Intrepid I'd like to install slapd package and the preinst script gives an 
error message:
  /var/lib/dpkg/tmp.ci/config: line 944: local: can only be used in a function
  dpkg: error processing /var/cache/apt/archives/slapd_2.4.11-0ubuntu5_i386.deb 
(--unpack):
   subprocess pre-installation script returned error exit status 1
  Errors were encountered while processing:
   /var/cache/apt/archives/slapd_2.4.11-0ubuntu5_i386.deb
+ 
+ SRU PROCESS
+ =
+ 
+ IMPACT
+ -
+ 
+ If a system is using /bin/bash as the default sh shell, slapd config script 
fails during an upgrade from hardy to intrepid.
+ This is due to the usage of a local statement outside of a function. dash 
doesn't fail while bash fails.
+ 
+ RESOLUTION
+ 
+ 
+ Remove the local statement in the slapd config script.
+ 
+ PATCH
+ 
+ 
+ diff -u openldap-2.4.11/debian/slapd.config 
openldap-2.4.11/debian/slapd.config
+ --- openldap-2.4.11/debian/slapd.config
+ +++ openldap-2.4.11/debian/slapd.config
+ @@ -185,7 +185,6 @@
+ db_go || true
+  
+ # Make sure the passwords match
+ -   local pass1 pass2
+ db_get slapd/cfgpassword1
+ pass1=$RET
+ db_get slapd/cfgpassword2
+ 
+ TESTCASE
+ -
+ 
+ Install slapd in hardy.
+ 
+ Change the default shell to bash:
+ 
+ $ sudo ln -sf /bin/bash /bin/sh
+ 
+ Do an upgrade - enter a new password for the cn=config backend.
+ 
+ Expected Result:
+ The upgrade completes and upon reboot slapd is running with a cn=config 
backend:
+ 
+ $  ldapsearch -b cn=config -D cn=admin,cn=config -x -W
+ 
+ The command should return a long list of ldap attributes in ldif format.
+ 
+ Potential regression
+ --
+ None.

-- 
[SRU] slapd package cannot be installed when using bash as the default shell
https://bugs.launchpad.net/bugs/286063
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 292293] Re: udev rules for tun device have wrong permisisons

2008-11-04 Thread Scott James Remnant
Then that's a bug in OpenVPN, as you've reassigned it to.

We're not shipping with default permissions to allow any user to create
network tunnels.

-- 
udev rules for tun device have wrong permisisons
https://bugs.launchpad.net/bugs/292293
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 293941] [NEW] distribution upgrade fails on samba

2008-11-04 Thread guus
Public bug reported:

Binary package hint: samba

A distribution upgrade is running. Unfortunately the tiny logwindow is
way past the error.

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

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

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


** Tags: apport-package

-- 
distribution upgrade fails on samba
https://bugs.launchpad.net/bugs/293941
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 293941] Re: distribution upgrade fails on samba

2008-11-04 Thread guus

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

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

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

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

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

-- 
distribution upgrade fails on samba
https://bugs.launchpad.net/bugs/293941
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 286063] Re: [SRU] slapd package cannot be installed when using bash as the default shell

2008-11-04 Thread Martin Pitt
Accepted into intrepid-proposed, please test and give feedback here.
Please see https://wiki.ubuntu.com/Testing/EnableProposed for
documentation how to enable and use -proposed. Thank you in advance!

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

** Tags added: verification-needed

-- 
[SRU] slapd package cannot be installed when using bash as the default shell
https://bugs.launchpad.net/bugs/286063
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 293460] Re: [SRU] - apparmor 2.3+1289-0ubuntu4 in Intrepid breaks the functioning of packages using resolvconf

2008-11-04 Thread Stefan Lesicnik
intrepid-proposed debdiff attached.

In hindsight, Jaunty probably shouldn't be marked as nominate for
release, although we must be sure that this version lands up in Jaunty!

** Attachment added: intrepid-debdiff
   http://launchpadlibrarian.net/19327569/intrepid-debdiff

-- 
[SRU] - apparmor 2.3+1289-0ubuntu4 in Intrepid breaks the functioning of 
packages using resolvconf
https://bugs.launchpad.net/bugs/293460
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 291545] Re: Fail to load Tix in Intrepid

2008-11-04 Thread vegard vesterheim
Seems this was a local problem.

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

-- 
Fail to load Tix in Intrepid
https://bugs.launchpad.net/bugs/291545
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 280762] Re: knetworkmanager under kde4 doesn't recognize the static IP connections that I have configured.

2008-11-04 Thread mauriceplus
HI, I'm using Kubuntu 8.10, upgraded from 8.04.
I want to confirm this bug, but I've experienced an interesting thing!! 
Skype works fine, I can talk with anyone, but I can't surf on internet with 
firefox and other programs, and apt-get doesn't work!!
but WHY Skype WORKS???

Thanks a lot to all that are working on it!!!
P.S.: a little advertisement: sometimes who have this bugs haven't other way to 
connect to internet, so an upgrade of package(s) is not so easy to do!!

-- 
knetworkmanager under kde4 doesn't recognize the static IP connections that I 
have configured. 
https://bugs.launchpad.net/bugs/280762
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to knetworkmanager in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 280487] Re: usplash crashed with SIGSEGV in __svgalib_get_perm()

2008-11-04 Thread Michael
Apport just reported this.  It was reported after boot had completed on
Kubuntu 8.10, released version.  No visible symptoms as yet (although I
often notice that usplash does not display properly when shutting down
again).

-- 
usplash crashed with SIGSEGV in __svgalib_get_perm()
https://bugs.launchpad.net/bugs/280487
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 280487] Re: usplash crashed with SIGSEGV in __svgalib_get_perm()

2008-11-04 Thread Michael
By the way, is there any way of getting Apport to attach its crash
information to an existing bug rather than to a new one?

-- 
usplash crashed with SIGSEGV in __svgalib_get_perm()
https://bugs.launchpad.net/bugs/280487
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 84762] Re: Feisty: usb mouse stops working

2008-11-04 Thread lskbr
Same problem on clean installaion of Ubuntu 8.10.
The mouse stops working from time to time, keyboad follows.

-- 
Feisty: usb mouse stops working
https://bugs.launchpad.net/bugs/84762
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 293489] [NEW] dosfstools generates unbootable disk image

2008-11-04 Thread nickolai
Public bug reported:

Binary package hint: dosfstools

Using mkdosfs and syslinux to generate an empty FAT filesystem that
boots into SYSLINUX works with dosfstools 2.11-2.3ubuntu1 and fails with
2.11-5.  Simple test case:

[EMAIL PROTECTED]:~/tmp$ dd if=/dev/zero of=x.img bs=1024k count=1 ; 
./mkdosfs-2.11-2.3ubuntu1 -v x.img ; syslinux x.img ; qemu -hda x.img
1+0 records in
1+0 records out
1048576 bytes (1.0 MB) copied, 0.00670704 s, 156 MB/s
mkdosfs-2.11-2.3ubuntu1 2.11 (12 Mar 2005)
x.img has 64 heads and 32 sectors per track,
logical sector size is 512,
using 0xf8 media descriptor, with 2048 sectors;
file system has 2 12-bit FATs and 4 sectors per cluster.
FAT size is 2 sectors, and provides 502 clusters.
Root directory contains 512 slots.
Volume ID is 490fffdc, no volume label.
[[ qemu shows a SYSLINUX boot: prompt ]]

[EMAIL PROTECTED]:~/tmp$ dd if=/dev/zero of=x.img bs=1024k count=1 ; 
./mkdosfs-2.11-5 -v x.img ; syslinux x.img ; qemu -hda x.img
1+0 records in
1+0 records out
1048576 bytes (1.0 MB) copied, 0.00678806 s, 154 MB/s
mkdosfs-2.11-5 2.11 (12 Mar 2005)
x.img has 64 heads and 32 sectors per track,
logical sector size is 512,
using 0xf8 media descriptor, with 2048 sectors;
file system has 2 12-bit FATs and 4 sectors per cluster.
FAT size is 2 sectors, and provides 502 clusters.
Root directory contains 512 slots.
Volume ID is 490a, no volume label.
[[ qemu shows a SYSLINUX Boot error message ]]

The offending code is this change to mkdosfs.c:

@@ -881,7 +899,7 @@
 printf( Using %d reserved sectors\n, reserved_sectors );
   bs.fats = (char) nr_fats;
   if (!atari_format || size_fat == 32)
-bs.hidden = CT_LE_L(hidden_sectors);
+bs.hidden = bs.secs_track;
   else {
 /* In Atari format, hidden is a 16 bit field */
 __u16 hidden = CT_LE_W(hidden_sectors);

Reverting that change makes mkdosfs work in the test case above.

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

-- 
dosfstools generates unbootable disk image
https://bugs.launchpad.net/bugs/293489
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 293480] Re: [Intrepid] Windows Borders corruption with compiz enabled

2008-11-04 Thread Kenneth Wimer
*** This bug is a duplicate of bug 99508 ***
https://bugs.launchpad.net/bugs/99508

** This bug has been marked a duplicate of bug 99508
   Titlebar incorrectly drawn with geforce 5/6/7, compiz and human-theme

-- 
[Intrepid] Windows Borders corruption with compiz enabled
https://bugs.launchpad.net/bugs/293480
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 292008] Re: virt-manager wit hbroken libffi dependency after upgrade from hardy to intrepid

2008-11-04 Thread Clemens Wehrmann
Apologies, please close this bug.  It turned out to be related to some
locally installed binaries.

-- 
virt-manager wit hbroken libffi dependency after upgrade from hardy to intrepid
https://bugs.launchpad.net/bugs/292008
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 286402] Re: Compiz breaks video playback on i810 and intrepid

2008-11-04 Thread MaxNegro
I have the same problem here (just upgraded to intrepid). My card is
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM
Integrated Graphics Device (rev 02). Totem playback is as descripted,
but mplayer -vo xv plays along just fine.

On another machine I have (ATI card with oss driver and compiz enabled)
the problem is not reproducible. Maybe it's a driver issue and not a
totem one?

-- 
Compiz breaks video playback on i810 and intrepid
https://bugs.launchpad.net/bugs/286402
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 291564] Re: [intrepid] ifupdown network manager does not blacklist/unmanage mapped devices in managed=false mode

2008-11-04 Thread MaxNegro
Couldn't be possible to blacklist also the interfaces for which a
mapping directive exists (in addition to ones for which a iface
directive exists)?

-- 
[intrepid] ifupdown network manager does not blacklist/unmanage mapped devices 
in managed=false mode
https://bugs.launchpad.net/bugs/291564
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 285835] Re: kde 4.1.2 very very slow launching any program

2008-11-04 Thread John Bradley Bulsterbaum
*** This bug is a duplicate of bug 289733 ***
https://bugs.launchpad.net/bugs/289733

If I type run /usr/bin/skim I get the following:

bash: run: command not found

and if I type only /usr/bin/skim, I get:

bash: /usr/bin/skim: No such file or directory.

If I just type skim,

The program 'skim' is currently not installed. You can install it by
typing: sudo apt-get install skim.

-- 
kde 4.1.2 very very slow launching any program
https://bugs.launchpad.net/bugs/285835
You received this bug notification because you are a member of Kubuntu
Bugs, which is a direct subscriber (via bug 289733).

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 280148] Re: g-s-d needs to set mouse properties when a new device appears

2008-11-04 Thread Ante Karamatić
Version from -proposed works for me. Thanks!

-- 
g-s-d needs to set mouse properties when a new device appears
https://bugs.launchpad.net/bugs/280148
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 281993] Re: [intrepid] REGRESSION: multimedia keys no longer working

2008-11-04 Thread Winterfuse
I can confirm this on Intrepid 64bits with my Microsoft Wireless
Keyboard and 2.6.27-7. No events at xev. I think its a kernel issue,
since when I start intrepid with a 2.6.24-21 it works like a charm.

-- 
[intrepid] REGRESSION: multimedia keys no longer working
https://bugs.launchpad.net/bugs/281993
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 293495] [NEW] Rendering of Gnome desktop / fonts is broken in Intrepid (intel G965 graphics)

2008-11-04 Thread deniv
Public bug reported:

Hardy worked just fine with the same hardware. But when I boot with Intrepid 
life CD I see some weird rendering of Gnome fonts/widgets (please see the 
screen shot and output of lspci attached).
If I close and reopen an application several times some times it manages to 
display itself correctly (including fonts).

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Rendering of Gnome desktop / fonts is broken in Intrepid (intel G965 graphics)
https://bugs.launchpad.net/bugs/293495
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 272933] Re: [intrepid] screen corruption switching to VT

2008-11-04 Thread Chris Coulson
** Tags removed: 945gm corruption intel xorg

-- 
[intrepid] screen corruption switching to VT
https://bugs.launchpad.net/bugs/272933
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 216869] Re: php5 crashed with SIGSEGV in curl_global_cleanup()

2008-11-04 Thread Russell Smith
*** This bug is a duplicate of bug 147207 ***
https://bugs.launchpad.net/bugs/147207

** This bug has been marked a duplicate of bug 147207
   gutsy php5 crashed with SIGSEGV in CRYPTO_lock()

-- 
php5 crashed with SIGSEGV in curl_global_cleanup()
https://bugs.launchpad.net/bugs/216869
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 293487] Re: package update-manager 1:0.93.32 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error code (1), E:Sub-process /usr/bin

2008-11-04 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 276503 ***
https://bugs.launchpad.net/bugs/276503

Thanks for your report.

The error that causes the failure is:
=
Preparing to replace ubuntustudio-menu 0.9 (using 
.../ubuntustudio-menu_0.11_all.deb) ...
Unpacking replacement ubuntustudio-menu ...
Removing `diversion of /etc/xdg/menus/applications.menu to 
/etc/xdg/menus/applications.menu.orig by ubuntustudio-menu'
dpkg-divert: rename involves overwriting `/etc/xdg/menus/applications.menu' with
  different file `/etc/xdg/menus/applications.menu.orig', not allowed
dpkg: warning - old post-removal script returned error exit status 2
dpkg - trying script from the new package instead ...
dpkg: error processing /var/cache/apt/archives/ubuntustudio-menu_0.11_all.deb 
(--unpack):
 there is no script in the new version of the package - giving up
=

affecting to ubuntustudio-menu

This particular bug has already been reported and is a duplicate of bug
276503, so it is being marked as such. Please look at the other bug
report to see if there is any missing information that you can provide,
or to see if there is a workaround for the bug. Additionally, any
further discussion regarding the bug should occur in the other report.
Feel free to continue to report any other bugs you may find.

** Changed in: ubuntustudio-menu (Ubuntu)
Sourcepackagename: update-manager = ubuntustudio-menu
   Status: New = Confirmed

** This bug has been marked a duplicate of bug 276503
   package ubuntustudio-menu 0.10 failed to install/upgrade: there is no script 
in the new version of the package - giving up

-- 
package update-manager 1:0.93.32 failed to install/upgrade: ErrorMessage: 
SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error 
code (1), E:Sub-process /usr/bin/dpkg returned an error code (1)
https://bugs.launchpad.net/bugs/293487
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 293495] Re: Rendering of Gnome desktop / fonts is broken in Intrepid (intel G965 graphics)

2008-11-04 Thread deniv

** Attachment added: screen shot
   http://launchpadlibrarian.net/19327498/interpid-broken-desktop.png

-- 
Rendering of Gnome desktop / fonts is broken in Intrepid (intel G965 graphics)
https://bugs.launchpad.net/bugs/293495
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 292322] Re: [SRU] kdesvn can't be installed alongside kdesdk

2008-11-04 Thread Martin Pitt
Ack'ed, please upload.

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

-- 
[SRU] kdesvn can't be installed alongside kdesdk
https://bugs.launchpad.net/bugs/292322
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdesdk in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 85969] Re: Java Docs Package Won't Install

2008-11-04 Thread wwuster
just happened to me. Please fix.

-- 
Java Docs Package Won't Install
https://bugs.launchpad.net/bugs/85969
You received this bug notification because you are a member of 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 259385] Re: Intrepid Compiz hangs on login for i830MG and i845 video cards

2008-11-04 Thread Martin Pitt
Aero Leviathan [2008-11-04  4:39 -]:
 Martin, could you enlighten us as to what changed in the driver between
 Hardy and Intrepid? Is it a different driver, or a free vs. proprietary
 issue?

It is the same driver, but a newer version. Also, X.org itself changed
quite a bit. As to what change caused this regression, I have no idea
I'm afraid.

Just to clarify, this stable release update is to *disable* compiz on
those affected devices. It is a safe quickfix to unbreak machines,
until we know what the actual driver problem is.

-- 
Intrepid Compiz hangs on login for i830MG and i845 video cards
https://bugs.launchpad.net/bugs/259385
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 293498] [NEW] impossible to write a message when sending an e-mail on hotmail

2008-11-04 Thread truyffaut gaston
Public bug reported:

Binary package hint: evolution

when I open my hotmail , first I receive a message on the screen that there is 
a new version for hotmail.
I tried to have this version ( Firefox for  Ubuntu) but it is not working.
Practically , when I am in my mail box , I can receive the in- coming mails , 
but when I want to send  a new message , I can type the name of the recipient 
of my message but  in the spacing for writing a message , there is no signal of 
my mouse and it is not possible to type my message.
Sorry: for my eznglish , my native language is french.
my e mail address by hotmail is [EMAIL PROTECTED]
best regards
Gaston TRUYFFAUT

ProblemType: Bug
Architecture: i386
Date: Tue Nov  4 08:53:43 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/evolution
NonfreeKernelModules: nvidia
Package: evolution 2.22.3.1-0ubuntu1
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=fr_BE.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
Uname: Linux 2.6.24-21-generic i686

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


** Tags: apport-bug

-- 
impossible to write a message when sending an e-mail  on hotmail
https://bugs.launchpad.net/bugs/293498
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 293498] Re: impossible to write a message when sending an e-mail on hotmail

2008-11-04 Thread truyffaut gaston

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

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

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

-- 
impossible to write a message when sending an e-mail  on hotmail
https://bugs.launchpad.net/bugs/293498
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 293389] Re: package linux-image-2.6.27-7-generic 2.6.27-7.15 failed to install/upgrade: Unterprozess post-installation script gab den Fehlerwert 1 zur?ck

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

Could you please attach the file /var/log/apt/term.log (superuser
privileges needed) or, if the error has occurred during an upgrade from
hardy to intrepid, the files in  /var/log/dist-upgrade/ to this bug
report ?

Thanks.

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

-- 
package linux-image-2.6.27-7-generic 2.6.27-7.15 failed to install/upgrade: 
Unterprozess post-installation script gab den Fehlerwert 1 zur?ck
https://bugs.launchpad.net/bugs/293389
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 285305] Re: vmmouse doesn't work with input hotplug

2008-11-04 Thread Martin Pitt
 Martin, sorry, I was just copying what you specified in your comment
#25...

Argh, yeah, I'm a moron. Sorry. Looks good then.

** Changed in: xserver-xorg-input-vmmouse (Ubuntu Intrepid)
   Status: Triaged = Fix Committed
   Target: intrepid-updates = None

** Tags added: verification-needed

-- 
vmmouse doesn't work with input hotplug
https://bugs.launchpad.net/bugs/285305
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 293497] Re: package update-manager 1:0.93.32 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error code (1), E:Sub-process /usr/bin

2008-11-04 Thread Neil Coetzer

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

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

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

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

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

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

-- 
package update-manager 1:0.93.32 failed to install/upgrade: ErrorMessage: 
SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error 
code (1), E:Sub-process /usr/bin/dpkg returned an error code (1)
https://bugs.launchpad.net/bugs/293497
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 293496] [NEW] Text does not update

2008-11-04 Thread gokee2
Public bug reported:

Binary package hint: compiz

I am using Kubuntu 8.1 upgraded from Hardy.

With compiz on using kde4;

The konsole would not always show me new text.  So if I did cd /home I
might see

[EMAIL PROTECTED]:~$ cd /home

Instead of:

[EMAIL PROTECTED]:~$ cd /home
[EMAIL PROTECTED]:/home$ 
 
This would happen about 80-90% of the time with any command.  So I would not 
see any output or I would only see some of the output until I clicked on 
Konsole.  If I clicked or pressed enter the output would show.

Also in thunderbird when clicking on a new message the message pane
might or might not update to show the message I had clicked on.  If it
did not I would have to expand (or unexpanded if already expanded) the
headers (I have long headers or something turned on for Thunderbird) for
the message.  Clicking in the message pane was not enough to do it.

I think both problems are the same problem but am not sure.  Once I did
killall compiz.real (anyone know a better way to kill compiz?) both
problems went away.  However I now have problems with taskbar content
going away. (reported as bug
https://bugs.launchpad.net/tagua/+bug/293492)

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

-- 
Text does not update
https://bugs.launchpad.net/bugs/293496
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 293495] Re: Rendering of Gnome desktop / fonts is broken in Intrepid (intel G965 graphics)

2008-11-04 Thread deniv

** Attachment added: output of lspci
   http://launchpadlibrarian.net/19327501/lspci.txt

-- 
Rendering of Gnome desktop / fonts is broken in Intrepid (intel G965 graphics)
https://bugs.launchpad.net/bugs/293495
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 291210] Re: fglrx fails to modeprobe Mobility Radeon X1600 on 64bit intrepid

2008-11-04 Thread DoDoENT
Hardware Drivers tool shows me nothing. It only show the message No
proprietary drivers are in use on this system.. It looks like Mobility
Radeon X1600 isn't supported by the fglrx. This seems strange to me,
because fglrx used to support my graphics card on hardy.

I'll try on liveCD session again.

-- 
fglrx fails to modeprobe Mobility Radeon X1600 on 64bit intrepid
https://bugs.launchpad.net/bugs/291210
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 293488] [NEW] gnome applet icons change previous position at login

2008-11-04 Thread marco.pallotta
Public bug reported:

Binary package hint: gnome

Sometimes, when I login to my system, the gnome applets icons, at the top of 
the bar, are showed at wrong position respect they have at the previous 
shutdown.
My system is Hardy Heron x86_64 fully updated.

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

-- 
gnome applet icons change previous position at login 
https://bugs.launchpad.net/bugs/293488
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284904] Re: Full disk encryption intrepid install fails to boot

2008-11-04 Thread Muharem Hrnjadovic
Installed Intrepid on the same machine last night (using the regular
64-bit PC (AMD64) alternate install CD) and everything works!

Big thanks to the ubuntu dev team!!

-- 
Full disk encryption intrepid install fails to boot
https://bugs.launchpad.net/bugs/284904
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 275998] Re: audio recording very silent

2008-11-04 Thread Pezz
I also have this issue with my Inspiron 1420N (same card as mentioned
above, also with the built-in Mic):

00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio
Controller (rev 02)

I did have it working fine under Hardy, although I remember it taking a
lot of messing around initially.

So for me it's here we go again under Ibex where trying to get the Mic
working properly is a baffling ordeal...

-- 
audio recording very silent
https://bugs.launchpad.net/bugs/275998
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 225593] Re: /host does not appear as an icon on the desktop

2008-11-04 Thread mumismo
In kubuntu, creating a bookmark in
$HOME/.kde4/share/apps/kfileplaces/bookmarks.xml to /host should fix the
problem.

There exist any way to know if a Kubuntu installation is done via Wubi
or no? Only users installing from Wubi should get the link to /host

-- 
/host does not appear as an icon on the desktop
https://bugs.launchpad.net/bugs/225593
You received this bug notification because you are a member of Kubuntu
Bugs, which is a direct subscriber.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 128790] Re: Nokia's N80 Data Transfer USB profile fails to umount

2008-11-04 Thread Tomas 'tt' Krag
I've done some more tests with my current setup, and if I actually
transfer data to my phone while connected via USB, no matter what
commands i issue, when i disconnect the phone, and try to use the data i
wrote, i get a message from the phone that there is corrupted data on
the disk, and it goes off to repair said data. The only way to avoid
this seems to be to power down the computer before i disconnect the
phone.

I realize this is probably due to bad implementation on nokias side, but
i'd really appreciate a way to work around this. I don't mind futsing
with sysfs or issuing weird commands, but this is a show-stopper in my
daily use of Intrepid.

BTW, what would it take to change the status of this bug from
Incomplete?

-- 
Nokia's N80 Data Transfer USB profile fails to umount
https://bugs.launchpad.net/bugs/128790
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 67366] Re: LDM does not warn when a user is already logged in

2008-11-04 Thread Avinash.Rao
Hi GideonRomm,

I did create the S15-userLoginCheck under
/opt/ltsp/i386/usr/lib/ldm/rc.d and copied the contents of your
attachment. I also found another file under this directory called S01
-setup-xauth.

I also added the LDM_LIMIT_ONE_SESSION = True in lts.conf file. I
restarted the dhcp3-server service. But, i guess its not working. The
lts.conf file is under the /opt/ltsp/i386/usr/share/doc/ltsp-client-
core/examples/lts.conf.

Am i doing anything wrong?

Thanks
Avinash

-- 
LDM does not warn when a user is already logged in
https://bugs.launchpad.net/bugs/67366
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 261018] Re: Dell XPS 1330 microphone not sensitive enough

2008-11-04 Thread talent03
I confirm this bug on the m1330. The internal mic and line using pulse
audio record at unusable low levels. In Intrepid the internal mic
continues recording at low levels, but now the line works perfectly as
analog input. If I use only alsa, then everything works as expected. I
hope for Intrepid the dell packages fix this bug and not treat it merely
as a wishlist, but as a bug that needs to get fixed.

-- 
Dell XPS 1330  microphone not sensitive enough
https://bugs.launchpad.net/bugs/261018
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 293481] Re: package sun-java6-doc 6-07-3ubuntu2 failed to install/upgrade: le sous-processus post-installation script a retourn? une erreur de sortie d'?tat 1

2008-11-04 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 85969 ***
https://bugs.launchpad.net/bugs/85969

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 85969, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 85969
   Java Docs Package Won't Install

-- 
package sun-java6-doc 6-07-3ubuntu2 failed to install/upgrade: le 
sous-processus post-installation script a retourn? une erreur de sortie d'?tat 1
https://bugs.launchpad.net/bugs/293481
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 225361] Re: ~/.gvfs causes various errors

2008-11-04 Thread Sameer D. Sahasrabuddhe

Even if each user has his/her own .gvfs, it can still be mounted as 
/tmp/gvfs-username! A lot of gnome utilities already do that, so it won't be a 
big deal. And of course, there should be no security issue in using /tmp, since 
even root can't access gvfs mounts! ;)

-- 
~/.gvfs causes various errors
https://bugs.launchpad.net/bugs/225361
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 286285] Re: kernel 2.6.27-7-generic bug BUG: scheduling while atomic: swapper/0/0x00000100

2008-11-04 Thread Roland
My Lenovo T61 has the possibility to switch of blue-tooth and wireless 
(hardware-switch)
I'm running, for test, now 2 days without these problems, and without BT and 
Wireless of course.
Will now going for test Tom's patch (thanks for that)

regards Roland
Fenestras morituri erant, liber origo causidicus te salutant.

-- 
kernel 2.6.27-7-generic bug BUG: scheduling while atomic: swapper/0/0x0100
https://bugs.launchpad.net/bugs/286285
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


RE: HOW TO UNSUBSCRIBE! (was Re: [Bug 183685] Re: compiz.real crashed with SIGSEGV)

2008-11-04 Thread zhorwaie

unsubscribe From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Mon, 27 Oct 
2008 19:58:44 + Subject: Re: HOW TO UNSUBSCRIBE! (was Re: [Bug 183685] Re: 
compiz.real crashed  with SIGSEGV)  unsubscribe
 From: Ajith Hussain [EMAIL PROTECTED] To: 
[EMAIL PROTECTED] Sent: Monday, October 27, 2008 2:29:14 PM Subject: RE: HOW 
TO UNSUBSCRIBE! (was Re: [Bug 183685] Re: compiz.real crashed with SIGSEGV)  
unsubscribe   - Original message - From: bas328 [EMAIL 
PROTECTED] To: [EMAIL PROTECTED] Date: Mon, 27 Oct 2008 19:08:43 - 
Subject: RE: HOW TO UNSUBSCRIBE! (was Re: [Bug 183685] Re: compiz.real 
crashed with SIGSEGV)  unsubscribeFrom: [EMAIL PROTECTED]  To: 
[EMAIL PROTECTED]  Date: Mon, 27 Oct 2008 18:17:42 +  Subject: RE: HOW 
TO UNSUBSCRIBE! (was Re: [Bug 183685] Re: compiz.realcrashedwith 
SIGSEGV)unsubscribe From: [EMAIL PROTECTED] To: [EMAIL 
PROTECTED] Date: Mon, 27  Oct 2008 09:58:45 + Subject: Re: HOW TO 
UNSUBSCRIBE! (was Re: [Bug  183685] Re: compiz.real crashed with SIGSEGV)  
unsubscribe   2008/10/27 Luca73 [EMAIL PROTECTED]unsubscribe  
    From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]   Date: Mon, 27 Oct 2008 08:36:37 +
Subject: RE: HOW TO UNSUBSCRIBE! (was Re: [Bug 183685] Re:  compiz.real  
crashed with SIGSEGV)   unsubscribe  [EMAIL PROTECTED]   
From: [EMAIL PROTECTED]   
To: [EMAIL PROTECTED]   Date:  Sun, 26 Oct 2008 21:41:20 +   
Subject: Re: HOW TO UNSUBSCRIBE!  (was Re: [Bug 183685] Re: compiz.real  
crashed with SIGSEGV)  unsubscribe --   
compiz.real crashed with SIGSEGV
https://bugs.launchpad.net/bugs/183685   You received this bug  
notification because you are a direct subscriber   of the bug. 
 Status in Collection of plugins from OpenCompositing for  Compiz: Fix  
Released   Status in compiz-fusion-plugins-main  source package in 
Ubuntu: Fix  Released Bug description:Binary package 
hint: compiz it just crashed for some  unknown reason.
 ProblemType: Crash   Architecture:  amd64   Date: Wed Jan 16 
22:19:09 2008   DistroRelease: Ubuntu  8.04   ExecutablePath: 
/usr/bin/compiz.realNonfreeKernelModules: nvidia   Package: 
compiz-core  1:0.6.99+git20080102-0ubuntu4   PackageArchitecture: amd64 
   ProcCmdline: /usr/bin/compiz.real --ignore-desktop-hints --replace  
 --loose-binding --sm-client-id default0 ccp   ProcCwd:  /home/hardaway 
  ProcEnviron: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games 
   LANG=C   SHELL=/bin/bash   Signal: 11   SourcePackage:  
compiz   StacktraceTop:   ?? () from  
/usr/lib/compiz/libworkarounds.so   ?? () from  
/usr/lib/compiz/libworkarounds.so   ?? () from  
/usr/lib/compiz/libezoom.so   ?? () from  /usr/lib/compiz/libvpswitch.so 
  ?? () from  /usr/lib/compiz/libfade.so   Title: compiz.real crashed 
with  SIGSEGV   Uname: Linux ubuntu 2.6.24-4-generic #1 SMP Mon Jan 14  
18:19:11 UTC 2008  x86_64 GNU/Linux   UserGroups: adm admin audio  
cdrom dialout dip floppy lpadmin netdev  plugdev scanner video  
_
Cerchi un locale per la serata? Chiedilo a Live Maps!
http://maps.live.it/ --   compiz.real crashed with SIGSEGV
https://bugs.launchpad.net/bugs/183685   You received this bug  
notification because you are a direct subscriber   of the bug.  
Status in Collection of plugins from OpenCompositing for Compiz:  Fix  
Released   Status in compiz-fusion-plugins-main source  package in 
Ubuntu: Fix  Released Bug description:Binary package hint: 
compiz it just crashed for some unknown  reason. 
ProblemType: Crash   Architecture: amd64   Date:  Wed Jan 16 22:19:09 
2008   DistroRelease: Ubuntu 8.04ExecutablePath: 
/usr/bin/compiz.real   NonfreeKernelModules: nvidiaPackage: 
compiz-core 1:0.6.99+git20080102-0ubuntu4PackageArchitecture: amd64  
 ProcCmdline: /usr/bin/compiz.real  --ignore-desktop-hints --replace  
--loose-binding --sm-client-id  default0 ccp   ProcCwd: /home/hardaway  
 ProcEnviron: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games 
   LANG=C   SHELL=/bin/bash   Signal: 11   SourcePackage:  
compiz   StacktraceTop:   ?? () from  
/usr/lib/compiz/libworkarounds.so   ?? () from  
/usr/lib/compiz/libworkarounds.so   ?? () from  
/usr/lib/compiz/libezoom.so   ?? () from  /usr/lib/compiz/libvpswitch.so 
  ?? () from  /usr/lib/compiz/libfade.so   Title: compiz.real crashed 
with SIGSEGVUname: Linux ubuntu 2.6.24-4-generic #1 SMP Mon Jan 14 
18:19:11 UTC  2008  x86_64 GNU/Linux   UserGroups: adm admin audio cdrom 
dialout  dip floppy lpadmin netdev  plugdev scanner video
_   
Comunica, gioca e divertiti con i tuoi amici su Messenger!   
http://www.messenger.it   --  

[Bug 293496] Re: Text does not update

2008-11-04 Thread Fabian A. Scherschel
Hi!

Do you have KDE compositing running at the same time? Are you using dual
screens perchance?

Thanks for reporting!
Fab

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

-- 
Text does not update
https://bugs.launchpad.net/bugs/293496
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 293495] Re: Rendering of Gnome desktop / fonts is broken in Intrepid (intel G965 graphics)

2008-11-04 Thread deniv
To clarify, I've tested it with 64x version of Intrepid

-- 
Rendering of Gnome desktop / fonts is broken in Intrepid (intel G965 graphics)
https://bugs.launchpad.net/bugs/293495
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 293471] Re: [needs-packaging] libunihan

2008-11-04 Thread Chris Coulson
** Changed in: ubuntu
   Importance: Undecided = Wishlist
   Status: New = Confirmed

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

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


[Bug 293441] Re: gedit not responding in 8.10

2008-11-04 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please try to obtain a backtrace following the
instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload
the backtrace (as an attachment) to the bug report. This will greatly
help us in tracking down your problem.

** Changed in: gedit (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Incomplete

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

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


[Bug 293403] Re: mailto links on web pages bring up Evolution Setup Assistant

2008-11-04 Thread Sebastien Bacher
closing the bug since that works correctly now and the bug has no detail
and nobody else get the issue

** Changed in: evolution (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Invalid

-- 
mailto links on web pages bring up Evolution Setup Assistant 
https://bugs.launchpad.net/bugs/293403
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 293294] Re: Trash applet icon does not refresh

2008-11-04 Thread Sebastien Bacher
could be bug #293294 or one of the similar issues already listed on
launchpad

-- 
Trash applet icon does not refresh
https://bugs.launchpad.net/bugs/293294
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 292496] Re: Epiphany does not appear in Preferred Applications dialogue for Web Browser

2008-11-04 Thread Sebastien Bacher
not sure what is specific to your installation but it works correctly
there on intrepid and nobody else complained about the issue, could you
try on an intrepid cd or using a stock user configuration?

-- 
Epiphany does not appear in Preferred Applications dialogue for Web Browser
https://bugs.launchpad.net/bugs/292496
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 286285] Re: kernel 2.6.27-7-generic bug BUG: scheduling while atomic: swapper/0/0x00000100

2008-11-04 Thread Antonio Salazar
Robb, do a search in Synaptic for linux-backports. If none of the
resulting packages are installed you are well to try the patched driver.
I'm also trying it, the bug hasn't appeared yet.

-- 
kernel 2.6.27-7-generic bug BUG: scheduling while atomic: swapper/0/0x0100
https://bugs.launchpad.net/bugs/286285
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 285807] Re: ktorrent uses high cpu and all of memory

2008-11-04 Thread Tim Skinner
this may be a different issue. The high memory usage before was due to an
infinite loop of DNS lookups. If you aren't getting any high memory usage
then it is probably a different cause.

-- 
ktorrent uses high cpu and all of memory
https://bugs.launchpad.net/bugs/285807
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 282491] Re: [intrepid] impossible to sync palm pilot device

2008-11-04 Thread Martin Pitt
Can anybody please find out which kind of device is used for syncing
those palms? Is it /dev/ttyUSB0 (or 1, or so)?

If you do

  head /dev/ttyUSB0

in a Terminal, do you get an error message like Permission denied?
Please try this:

  sudo chmod 666 /dev/ttyUSB*

and check if your palm syncs after that (this change does not persist
across reboots,  it's just a test).

** Changed in: gnome-pilot (Ubuntu)
   Status: Confirmed = Incomplete

-- 
[intrepid] impossible to sync palm pilot device
https://bugs.launchpad.net/bugs/282491
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 280148] Re: g-s-d needs to set mouse properties when a new device appears

2008-11-04 Thread Martin Pitt
** Tags added: verification-done

** Tags removed: verification-needed

-- 
g-s-d needs to set mouse properties when a new device appears
https://bugs.launchpad.net/bugs/280148
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 279262] Re: [regression] devices/interfaces not set to auto in /etc/network/interfaces get blacklisted in 0.7 (intrepid) but were managed in 0.6 (hardy and before)

2008-11-04 Thread mauriceplus
HI, I'm using Kubuntu 8.10, upgraded from 8.04.
I want to confirm this bug, but I've experienced an interesting thing!!
Skype works fine, I can talk with anyone, but I can't surf on internet with 
firefox and other programs, and apt-get doesn't work!!
but WHY Skype WORKS???

Thanks a lot to all that are working on it!!!
P.S.: a little advertisement: sometimes who have this bugs haven't other way to 
connect to internet, so an upgrade of package(s) is not so easy to do!!

-- 
[regression] devices/interfaces not set to auto in /etc/network/interfaces 
get blacklisted in 0.7 (intrepid) but were managed in 0.6 (hardy and before)
https://bugs.launchpad.net/bugs/279262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 270670] Re: X keeps crashing after resuming from suspend/hibernate [945GM]

2008-11-04 Thread Yuri Khan
I am seeing this too, on an ASUS EeePC 901. The relevant excerpt from
dmesg output is:

[11127.048879] sd 1:0:1:0: [sdb] Starting disk
[11127.160088] usb 5-5: reset high speed USB device using ehci_hcd and address 2
[11127.404086] usb 5-8: reset high speed USB device using ehci_hcd and address 4
[11128.205066] uvcvideo 5-8:1.0: no reset_resume for driver uvcvideo?
[11128.205078] uvcvideo 5-8:1.1: no reset_resume for driver uvcvideo?
[11128.316087] usb 4-1: reset full speed USB device using uhci_hcd and address 2
[11129.112128] pci :00:02.0: PCI INT A - GSI 16 (level, low) - IRQ 16
[11129.112146] pci :00:02.0: setting latency timer to 64
[11129.266506] uvcvideo: Found UVC 1.00 device USB 2.0 Camera (05e3:0505)
[11129.588299] PM: resume devices took 3.452 seconds
[11129.588349] PM: Finishing wakeup.
[11129.588353] Restarting tasks ... done.
[11131.038119] ATL1E :04:00.0: PCI INT A - GSI 17 (level, low) - IRQ 17
[11131.038167] ATL1E :04:00.0: setting latency timer to 64
[11131.666280] Xorg[7734]: segfault at 5f41 ip b79f6d64 sp bfe15030 error 4 
in libdri.so[b79f3000+8000]
[11132.848626] input: Power Button (FF) as 
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input18
[11132.897308] ACPI: Power Button (FF) [PWRF]
[11132.897588] input: Lid Switch as 
/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input19
[11132.936969] ACPI: Lid Switch [LID]

Also attached is the X.org log.

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

-- 
X keeps crashing after resuming from suspend/hibernate [945GM]
https://bugs.launchpad.net/bugs/270670
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 148036] Re: Pushing backspace deletes links in places accidently

2008-11-04 Thread Sebastien Bacher
could you open the bug on bugzilla.gnome.org where the people writting
the software will read it?

-- 
Pushing backspace deletes links in places accidently
https://bugs.launchpad.net/bugs/148036
You received this bug notification because you are a member of 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 139482] Re: when sending webcam, kopete becomes laggy

2008-11-04 Thread Nicolò Chieffo
My webcam is broken, I cannot test it

-- 
when sending webcam, kopete becomes laggy
https://bugs.launchpad.net/bugs/139482
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 293505] [NEW] crash when saving document created in earlier OOo

2008-11-04 Thread Jason Bechtel
Public bug reported:

Binary package hint: openoffice.org

using Intrepid Ibex (8.10)

$ apt-cache policy openoffice.org
openoffice.org:
  Installed: 1:2.4.1-11ubuntu2

I opened a .odt document (see attached) created w/ OOo writer before
upgrading to Intrepid.  It opened fine.  Then I used File - Save As...
to rename the document and the new OOo crashes before it can save the
file under the new name.   As a work-around, I used the file manager to
copy the file to the new folder and rename it.  Again, the file opens
fine, but now I can edit the file and save it with no problem...  or so
I thought...

Later, while editing the document, OOo writer crashed on me and lost
some of my most recent changes, even though it went through the
Recovery process.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
Package: openoffice.org-core 1:2.4.1-11ubuntu2
ProcEnviron:
 
PATH=/usr/lib/openoffice/program:/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: openoffice.org
Uname: Linux 2.6.27-7-generic i686

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
crash when saving document created in earlier OOo
https://bugs.launchpad.net/bugs/293505
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 293505] Re: crash when saving document created in earlier OOo

2008-11-04 Thread Jason Bechtel

** Attachment added: the original document created with a prior version of OOo
   
http://launchpadlibrarian.net/19328541/Critique%20of%20Wu...%20Chen%20and%20Lao%202006%20-%20Bechtel.odt

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

-- 
crash when saving document created in earlier OOo
https://bugs.launchpad.net/bugs/293505
You received this bug notification because you are a member of 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   >