[Bug 590104] Re: ace domain format not allowed for .de whois servers

2010-07-07 Thread Manuel Domke
** Summary changed:

- ace domain format not allowed for .de nameservers
+ ace domain format not allowed for .de whois servers

-- 
ace domain format not allowed for .de whois servers
https://bugs.launchpad.net/bugs/590104
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to whois 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 579909] Re: mysql fails to build form source with Linaro and CodeSourcery toolchains

2010-07-07 Thread Paul Brook
** Changed in: gcc-linaro
 Assignee: (unassigned) = Paul Brook (paul-codesourcery)

-- 
mysql fails to build form source with Linaro and CodeSourcery toolchains
https://bugs.launchpad.net/bugs/579909
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

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


Re: [Qemu-devel] [Bug 595117] Re: qemu-nbd slow and missing writeback cache option

2010-07-07 Thread Stephane Chazelas
2010-06-24 00:16:03 -, Jamie Lokier:
 Serge Hallyn wrote:
  The default of qemu-img (of using O_SYNC) is not very sensible
  because anyway, the client (the kernel) uses caches (write-back),
  (and qemu-nbd -d doesn't flush those by the way). So if for
  instance qemu-nbd is killed, regardless of whether qemu-nbd uses
  O_SYNC, O_DIRECT or not, the data in the image will not be
  consistent anyway, unless syncs are done by the client (like fsync
  on the nbd device or sync mount option), and with qemu-nbd's O_SYNC
  mode, those syncs will be extremely slow.
 
 Do the client syncs cause the nbd server to fsync or fdatasync the
 file?

The clients syncs cause the data to be sent to the server. The
server then writes it to disk and each write blocks until the
data is written physically on disk with O_SYNC.

  It appears it is because by default the disk image it serves is open
  with O_SYNC. The --nocache option, unintuitively, makes matters a
  bit better because it causes the image to be open with O_DIRECT
  instead of O_SYNC.
 [...]
  --cache=off is the same as --nocache (that is use O_DIRECT),
  writethrough is using O_SYNC and is still the default so this patch
  doesn't change the functionality. writeback is none of those flags,
  so is the addition of this patch. The patch also does an fsync upon
  qemu-nbd -d to make sure data is flushed to the image before
  removing the nbd.
 
 I really wish qemu's options didn't give the false impression
 nocache does less caching than writethrough.  O_DIRECT does
 caching in the disk controller/hardware, while O_SYNC hopefully does
 not, nowadays.
[...]

Note that I use the same none, writethrough, writeback as
another utility shipped with qemu for consistency (see vl.c in
the source), I don't mind about the words as long as the
writeback functionality is available.

Cheers,
Stephane

-- 
qemu-nbd slow and missing writeback cache option
https://bugs.launchpad.net/bugs/595117
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 397393] Re: can't bind to ::1

2010-07-07 Thread Jean Pierre Rupp
I'm affected by this bug. Apache2 seems completely unable to bind to
IPv6. Even specifying only port doesn't bind to IPv6 in any way.

-- 
can't bind to ::1
https://bugs.launchpad.net/bugs/397393
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 602620] [NEW] can't login to mysql server, seems is down

2010-07-07 Thread fog
Public bug reported:

r...@localhost:~# service mysql restart
restart: Unknown instance: 
r...@localhost:~#

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: mysql-server 5.1.41-3ubuntu12.3
ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-23-generic i686
Architecture: i386
Date: Wed Jul  7 13:48:14 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLConf.etc.mysql.my.cnf: Error: [Errno 2] Нет такого файла или каталога: 
'/etc/mysql/my.cnf'
MySQLVarLibDirListing: ['debian-5.1.flag', 'ibdata1', 'ib_logfile1', 'mysql', 
'ib_logfile0']
PackageArchitecture: all
ProcEnviron:
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: mysql-dfsg-5.1

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


** Tags: apport-bug i386 lucid

-- 
can't login to mysql server, seems is down
https://bugs.launchpad.net/bugs/602620
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 602620] Re: can't login to mysql server, seems is down

2010-07-07 Thread fog

** Attachment added: .etc.apparmor.d.usr.sbin.mysqld.txt
   http://launchpadlibrarian.net/51503668/.etc.apparmor.d.usr.sbin.mysqld.txt

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

** Attachment added: Logs.var.log.daemon.log.txt
   http://launchpadlibrarian.net/51503670/Logs.var.log.daemon.log.txt

** Attachment added: Logs.var.log.kern.log.txt
   http://launchpadlibrarian.net/51503671/Logs.var.log.kern.log.txt

-- 
can't login to mysql server, seems is down
https://bugs.launchpad.net/bugs/602620
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 602620] Re: can't login to mysql server, seems is down

2010-07-07 Thread fog
file is missing '/etc/mysql/my.cnf' - why? fresh install

drwxr-xr-x 2 root root 4,0K 2010-07-07 13:35 conf.d
-rw--- 1 root root  333 2010-07-07 13:32 debian.cnf
-rwxr-xr-x 1 root root 1,2K 2010-06-07 21:45 debian-start

-- 
can't login to mysql server, seems is down
https://bugs.launchpad.net/bugs/602620
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 602620] Re: can't login to mysql server, seems is down

2010-07-07 Thread fog
how to fix it?

-- 
can't login to mysql server, seems is down
https://bugs.launchpad.net/bugs/602620
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 602620] Re: can't login to mysql server, seems is down

2010-07-07 Thread fog
fix is: apt-get install mysql-common

-- 
can't login to mysql server, seems is down
https://bugs.launchpad.net/bugs/602620
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 602689] [NEW] Segmentation fault in libapache2-mod-php5 when calling methods

2010-07-07 Thread Kurt Huwig
Public bug reported:

Binary package hint: php5

I have these 2 php files:

- 8  parta.php
?php
require_once('partb.php');

$fieldlist[0]='A';
$fieldlist[1]='B';
while (list($x, $fieldbez) = each($fieldlist)) {
$a = myfunc('a',$$fieldbez);
}
?
- 8 

- 8  partb.php
?php
function myfunc() {
return 'huhu';
}
?
- 8 

When calling this, I get

[Wed Jul 07 13:58:07 2010] [notice] child pid 8589 exit signal
Segmentation fault (11)

I reduced the code to the bare minimum. Having the function in the same
php file works fine, as well as having just one entry in the array or
one parameter to the function call.

With slightly different code, I got

[Wed Jul 07 13:06:38 2010] [notice] child pid 2362 exit signal Bus error
(7)

I created a core dump and this is the backtrace (2MB packed, available
upon request).

#0  0x7f8fc2810343 in ?? () from /usr/lib/apache2/modules/libphp5.so
#1  0x7f8fc27ef93d in _zval_dtor_func () from 
/usr/lib/apache2/modules/libphp5.so
#2  0x7f8fc27e39bd in _zval_ptr_dtor () from 
/usr/lib/apache2/modules/libphp5.so
#3  0x7f8fc27fc642 in ?? () from /usr/lib/apache2/modules/libphp5.so
#4  0x7f8fc27fc8c8 in zend_hash_graceful_reverse_destroy () from 
/usr/lib/apache2/modules/libphp5.so
#5  0x7f8fc27e3f6e in ?? () from /usr/lib/apache2/modules/libphp5.so
#6  0x7f8fc27f06d2 in ?? () from /usr/lib/apache2/modules/libphp5.so
#7  0x7f8fc279c385 in php_request_shutdown () from 
/usr/lib/apache2/modules/libphp5.so
#8  0x7f8fc287cdc7 in ?? () from /usr/lib/apache2/modules/libphp5.so
#9  0x7f8fc6640140 in ap_run_handler (r=0x7f8fc7c27098) at 
/build/buildd/apache2-2.2.14/server/config.c:159
#10 0x7f8fc6643aa8 in ap_invoke_handler (r=0x7f8fc7c27098) at 
/build/buildd/apache2-2.2.14/server/config.c:373
#11 0x7f8fc665149c in ap_internal_redirect (new_uri=value optimized out, 
r=value optimized out) at 
/build/buildd/apache2-2.2.14/modules/http/http_request.c:501
#12 0x7f8fbfe38c95 in ?? () from /usr/lib/apache2/modules/mod_rewrite.so
#13 0x7f8fc6640140 in ap_run_handler (r=0x7f8fc7c1dcb8) at 
/build/buildd/apache2-2.2.14/server/config.c:159
#14 0x7f8fc6643aa8 in ap_invoke_handler (r=0x7f8fc7c1dcb8) at 
/build/buildd/apache2-2.2.14/server/config.c:373
#15 0x7f8fc6651678 in ap_process_request (r=0x7f8fc7c1dcb8) at 
/build/buildd/apache2-2.2.14/modules/http/http_request.c:282
#16 0x7f8fc664e528 in ap_process_http_connection (c=0x7f8fc7c17bd8) at 
/build/buildd/apache2-2.2.14/modules/http/http_core.c:190
#17 0x7f8fc6647cf8 in ap_run_process_connection (c=0x7f8fc7c17bd8) at 
/build/buildd/apache2-2.2.14/server/connection.c:43
#18 0x7f8fc6656037 in child_main (child_num_arg=value optimized out) at 
/build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:662
#19 0x7f8fc665634a in make_child (s=0x7f8fc7831938, slot=41) at 
/build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:758
#20 0x7f8fc665667b in startup_children (_pconf=value optimized out, 
plog=value optimized out, s=value optimized out) at 
/build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:776
#21 ap_mpm_run (_pconf=value optimized out, plog=value optimized out, 
s=value optimized out) at 
/build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:997
#22 0x7f8fc662c350 in main (argc=3, argv=0x7fff695fc958) at 
/build/buildd/apache2-2.2.14/server/main.c:742

The system is Ubuntu 10.04 Lucid with all updates installed.

ii  apache2  2.2.14-5ubuntu8   Apache 
HTTP Server metapackage
ii  apache2-mpm-prefork  2.2.14-5ubuntu8   Apache 
HTTP Server - traditional non-threade
ii  apache2-utils2.2.14-5ubuntu8   utility 
programs for webservers
ii  apache2.2-bin2.2.14-5ubuntu8   Apache 
HTTP Server common binary files
ii  apache2.2-common 2.2.14-5ubuntu8   Apache 
HTTP Server common files
ii  libapache2-mod-php5  5.3.2-1ubuntu4.2  
server-side, HTML-embedded scripting languag

ii  libapache2-mod-php5  5.3.2-1ubuntu4.2  
server-side, HTML-embedded scripting languag
ii  php5-common  5.3.2-1ubuntu4.2  Common 
files for packages built from the php
ii  php5-gd  5.3.2-1ubuntu4.2  GD 
module for php5
ii  php5-mcrypt  5.3.2-0ubuntu1MCrypt 
module for php5
ii  php5-mysql   5.3.2-1ubuntu4.2  MySQL 
module for php5
ii  php5-xcache  1.3.0-5ubuntu1Fast, 
stable PHP opcode cacher

When I deinstall xcache, the crash still happens. I tried to reproduce
it on another machine, but without success. It just crashes on one
machine.

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

-- 
Segmentation fault 

[Bug 602689] Re: Segmentation fault in libapache2-mod-php5 when calling methods

2010-07-07 Thread Bilal Akhtar
Please see if this bug is the same as bug #531150 .

-- 
Segmentation fault in libapache2-mod-php5 when calling methods
https://bugs.launchpad.net/bugs/602689
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 423252] Re: NSS using LDAP+SSL breaks setuid applications like su and sudo

2010-07-07 Thread Michael Kiefer
I have the same symptoms on Lucid:
With nscd I can at least su to root but not to any other LDAP user

-- 
NSS using LDAP+SSL breaks setuid applications like su and sudo
https://bugs.launchpad.net/bugs/423252
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnss-ldap in ubuntu.

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


[Bug 564920] Re: PHP5 under Apache2 on 64 bit system is not completely 64 bit

2010-07-07 Thread Peter Matulis
@R. Jones

Go to

https://launchpad.net/~zulcss/+archive/ppa

and follow instructions under Adding this PPA to your system.

Install

php5 5.3.2-1ubuntu4.3

I tested this myself and the results were unsatisfactory (Apache error
after about 10% download of the test ISO file).  Can you confirm the
same?

-- 
PHP5 under Apache2 on 64 bit system is not completely 64 bit 
https://bugs.launchpad.net/bugs/564920
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 602689] Re: Segmentation fault in libapache2-mod-php5 when calling methods

2010-07-07 Thread Kurt Huwig
I don't think it is the same as bug #531150:

1. the page is NOT in ~/public_html/ but in a configured virtual host

2. short_tags = on does not help; in php.ini the option

short_open_tag = On

was already active. I added short_tags but it still crashes.

Frankly, I don't quite understand some of the comments of #531150.

-- 
Segmentation fault in libapache2-mod-php5 when calling methods
https://bugs.launchpad.net/bugs/602689
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 517478] Re: remotely executed netcat (nc) uses -q option which is not universally supported

2010-07-07 Thread glance
Sorry but this fix breaks ssh-connections for everyone not using a sh-
based shell as login-shell.

I personally use tcsh as login shell and nc -q 21 | grep -q 'requires
an argument';if [ $? -eq 0 ] ; then   CMD='-q 0';else   CMD='';fi;
isn't valid csh line.


** Attachment added: log
   http://launchpadlibrarian.net/51510325/log

-- 
remotely executed netcat (nc) uses -q option which is not universally supported
https://bugs.launchpad.net/bugs/517478
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 517478] Re: remotely executed netcat (nc) uses -q option which is not universally supported

2010-07-07 Thread glance
** Tags added: regression-potential

-- 
remotely executed netcat (nc) uses -q option which is not universally supported
https://bugs.launchpad.net/bugs/517478
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 602734] [NEW] ifpromisc reports PACKET SNIFFER for /usr/sbin/dhcpd3

2010-07-07 Thread Christian Reis
Public bug reported:

Binary package hint: chkrootkit

This seems to be a regression from previous versions. Here's what I am
seeing on Lucid:

  ii  chkrootkit 0.49-3 rootkit detector

  k...@anthem:~$ sudo /usr/lib/chkrootkit/ifpromisc 
  lo: not promisc and no packet sniffer sockets 
  eth2: not promisc and no packet sniffer sockets
  eth1: PACKET SNIFFER(/usr/sbin/dhcpd3[3805])
  eth0: not promisc and no packet sniffer sockets

I think dhcpd3 is safe to run, and based on what I've seen in a debian
bug report, this has been fixed before. I just wonder if it's regressed
or if this is a new problem in old clothing.

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

-- 
ifpromisc reports PACKET SNIFFER for /usr/sbin/dhcpd3
https://bugs.launchpad.net/bugs/602734
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to chkrootkit 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 517478] Re: remotely executed netcat (nc) uses -q option which is not universally supported

2010-07-07 Thread Marc Deslauriers
@glance: please open a new bug for that. Thanks.

** Tags removed: regression-potential

-- 
remotely executed netcat (nc) uses -q option which is not universally supported
https://bugs.launchpad.net/bugs/517478
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 602734] Re: ifpromisc reports PACKET SNIFFER for /usr/sbin/dhcpd3

2010-07-07 Thread Marc Deslauriers
Thanks for reporting this.

The README.FALSE-POSITIVES file does document that dhcp will come up as
a false positive.

Although chkrootkit does display dhcpd3, the cron.daily job in the
chkrootkit package filters it out before sending the report.

What version were you running before that makes this seem like a
regression? What Debian bug report did you see that mentioned this being
fixed?


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

-- 
ifpromisc reports PACKET SNIFFER for /usr/sbin/dhcpd3
https://bugs.launchpad.net/bugs/602734
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to chkrootkit 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 579909] Re: mysql fails to build form source with Linaro and CodeSourcery toolchains

2010-07-07 Thread Loïc Minier
** Changed in: gcc-linaro
Milestone: None = 4.4.2010.07

** Changed in: gcc-linaro
   Importance: Undecided = High

-- 
mysql fails to build form source with Linaro and CodeSourcery toolchains
https://bugs.launchpad.net/bugs/579909
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 602734] Re: ifpromisc reports PACKET SNIFFER for /usr/sbin/dhcpd3

2010-07-07 Thread Christian Reis
I was referring to http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=525370 but now that I see it it's not exactly the
same issue.

So I think something is wrong in my cron.daily script, then, because I'm
seeing this in my email notifications. Let me check. Okay, so if
cron.daily is running its chkrootkit script as I think it should be,
then this regexp may be broken:


  # the sed expression replaces the messages about /sbin/dhclient3 
/usr/sbin/dhcpd3
  # with a message that is the same whatever order eth0 and eth1 were scanned
  sed -r -e 's,eth(0|1)(:[0-9])?: PACKET 
SNIFFER\((/sbin/dhclient3|/usr/sbin/dhcpd3)\[[0-9]+\]\),eth\[0|1\]: PACKET 
SNIFFER\([dhclient3|dhcpd3]{PID}\),' \
  -e 's/(! \w+\s+)[ 0-9]{4}[0-9]/\1#/' $LOG_DIR/log.today.raw  
$LOG_DIR/log.today

Could that be the issue?


** Bug watch added: Debian Bug tracker #525370
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525370

** Summary changed:

- ifpromisc reports PACKET SNIFFER for /usr/sbin/dhcpd3
+ chkrootkit daily report accuses PACKET SNIFFER for /usr/sbin/dhcpd3

-- 
chkrootkit daily report accuses PACKET SNIFFER for /usr/sbin/dhcpd3
https://bugs.launchpad.net/bugs/602734
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to chkrootkit 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 602734] Re: chkrootkit daily report accuses PACKET SNIFFER for /usr/sbin/dhcpd3

2010-07-07 Thread Christian Reis
Date: Tue, 6 Jul 2010 06:42:22 -0300
From: Cron Daemon r...@xxx
To: r...@xxx
Subject: Cron r...@anthem test -x /usr/sbin/anacron || ( cd /  run-parts
--report /etc/cron.daily )

/etc/cron.daily/chkrootkit:
[...]
eth1: PACKET SNIFFER(/usr/sbin/dhcpd3[3805])
[...]

-- 
chkrootkit daily report accuses PACKET SNIFFER for /usr/sbin/dhcpd3
https://bugs.launchpad.net/bugs/602734
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to chkrootkit 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 602734] Re: chkrootkit daily report accuses PACKET SNIFFER for /usr/sbin/dhcpd3

2010-07-07 Thread Marc Deslauriers
oh, sorry about that...the cron job doesn't filter the report, it just
reformats the dhcp warning so it's always the same and the dhcp line
doesn't get reported more than once if DIFF_MODE=true in
/etc/chkrootkit.conf.

** Bug watch added: Debian Bug tracker #225827
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=225827

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

-- 
chkrootkit daily report accuses PACKET SNIFFER for /usr/sbin/dhcpd3
https://bugs.launchpad.net/bugs/602734
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to chkrootkit 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 571517] Re: package python-boto 1.8d-1ubunt u2 failed to install/upgrade: sub-processo script post-i nstallation instalado retornou estado de saída de err o 2

2010-07-07 Thread moises fernades de sousa
** Changed in: python-boto (Ubuntu)
   Status: Incomplete = Invalid

-- 
package python-boto 1.8d-1ubuntu2 failed to install/upgrade: sub-processo 
script post-installation instalado retornou estado de saída de erro 2
https://bugs.launchpad.net/bugs/571517
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-boto 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 571093] Re: [SRU] multipath + libvirtd eats away more memory over time

2010-07-07 Thread Martin Pitt
Accepted libvirt into lucid-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

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

** Tags added: verification-needed

-- 
[SRU] multipath + libvirtd eats away more memory over time
https://bugs.launchpad.net/bugs/571093
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 591802] Re: tomcat fails to start using a security manager

2010-07-07 Thread Martin Pitt
Accepted tomcat6 into lucid-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

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

** Tags added: verification-needed

-- 
tomcat fails to start using a security manager
https://bugs.launchpad.net/bugs/591802
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

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


[Bug 600180] Re: cyrus-sasl2 fails to build from source in maverick

2010-07-07 Thread Colin Watson
** Changed in: cyrus-sasl2 (Ubuntu Maverick)
 Assignee: (unassigned) = Colin Watson (cjwatson)

-- 
cyrus-sasl2 fails to build from source in maverick
https://bugs.launchpad.net/bugs/600180
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cyrus-sasl2 in ubuntu.

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


[Bug 591802] Re: tomcat fails to start using a security manager

2010-07-07 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/tomcat6

-- 
tomcat fails to start using a security manager
https://bugs.launchpad.net/bugs/591802
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

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


[Bug 588293] Re: iovec array memory leak

2010-07-07 Thread Launchpad Bug Tracker
This bug was fixed in the package qemu-kvm - 0.12.3+noroms-0ubuntu9.2

---
qemu-kvm (0.12.3+noroms-0ubuntu9.2) lucid-proposed; urgency=low

  * Previous patch did not fix memleak for everyone.  Appending another
separate memleak fix patch.  This package (tried out in
ppa:serge-hallyn/virt/ubuntu) was confirmed by David Weber to fix
his memory leak. (LP: #588293)
 -- Serge Hallyn serge.hal...@canonical.com   Mon, 21 Jun 2010 11:55:23 -0500

** Changed in: qemu-kvm (Ubuntu Lucid)
   Status: Fix Committed = Fix Released

-- 
iovec array memory leak
https://bugs.launchpad.net/bugs/588293
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 566792] Re: metadata service returns empty data with 200 OK

2010-07-07 Thread Martin Pitt
Making this a release blocker to avoid regressions in maverick.

** Also affects: cloud-init (Ubuntu Maverick)
   Importance: Undecided
   Status: Invalid

** Also affects: eucalyptus (Ubuntu Maverick)
   Importance: High
 Assignee: Dave Walker (davewalker)
   Status: Confirmed

** Changed in: eucalyptus (Ubuntu Maverick)
   Status: Confirmed = Won't Fix

** Changed in: eucalyptus (Ubuntu Maverick)
Milestone: None = ubuntu-10.10-beta

** Changed in: eucalyptus (Ubuntu Maverick)
   Status: Won't Fix = Triaged

-- 
metadata service returns empty data with 200 OK
https://bugs.launchpad.net/bugs/566792
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 566792] Re: metadata service returns empty data with 200 OK

2010-07-07 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6.2-0ubuntu30.3

---
eucalyptus (1.6.2-0ubuntu30.3) lucid-proposed; urgency=low

  * debian/patches/lp566792-metadata-service.patch: Prevent invalid state
transitions and fix address handling which mangled in-flight state
changes. Cherry pick from upstream 1.6.2 branch (r1230..1232). (LP: #566792)
 -- Dave Walker (Daviey) davewal...@ubuntu.com   Wed, 30 Jun 2010 00:10:43 
+0100

** Changed in: eucalyptus (Ubuntu Lucid)
   Status: Fix Committed = Fix Released

-- 
metadata service returns empty data with 200 OK
https://bugs.launchpad.net/bugs/566792
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 571093] Re: [SRU] multipath + libvirtd eats away more memory over time

2010-07-07 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/libvirt

-- 
[SRU] multipath + libvirtd eats away more memory over time
https://bugs.launchpad.net/bugs/571093
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 591423] Re: qemu -drive boot=on flag causes boot to hang.

2010-07-07 Thread Serge Hallyn
The commit c0897e0cb94e83ec1098867b81870e4f51f225b9 in qemu-kvm
will fix this.  Unfortunately the patch is not a simple one to cherry-pick.  The
0.13.0 qemu-kvm release should be out soon, and should include this fix.
We will update the maverick qemu package to this release when it comes out.

** Also affects: qemu-kvm
   Importance: Undecided
   Status: New

** Changed in: qemu-kvm
   Status: New = Confirmed

** Changed in: libvirt (Ubuntu)
   Importance: Low = Medium

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

-- 
qemu -drive boot=on flag causes boot to hang.
https://bugs.launchpad.net/bugs/591423
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 524447] Re: virsh save is very slow

2010-07-07 Thread Iggy
You may want to try the patch to qemu that avi just posted to the qemu-
devel mailing list. I think this would probably fix your issue.

-- 
virsh save is very slow
https://bugs.launchpad.net/bugs/524447
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 601501] Re: Apache should tap into the shared-mime-info database

2010-07-07 Thread Stefan Fritsch
About magic:

Apache's mod_mime_magic does not support all features that are used in
/usr/share/mime/magic. Using that file would result in error messages.
And from a quick glance at libmagic, it doesn't seem possible to use it
in mod_mime_magic either because it is not thread safe. Therefore apache
brings its own magic file.

-- 
Apache should tap into the shared-mime-info database
https://bugs.launchpad.net/bugs/601501
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 130682] Re: pasv_min_port, pasv_max_port does not work if client uses PASV

2010-07-07 Thread jbfoley
** Changed in: vsftpd (Ubuntu)
   Status: Invalid = New

-- 
pasv_min_port,pasv_max_port does not work if client uses PASV
https://bugs.launchpad.net/bugs/130682
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd 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 130682] Re: pasv_min_port, pasv_max_port does not work if client uses PASV

2010-07-07 Thread jbfoley
Same problem on Ubuntu 10.04 server with vsftpd.  I'm using a Cisco 1811
router with ports 20 and 21 statically NATed and a NAT pool for the PASV
ports.  This works fine in standard FTP mode, but when I switch to PASV
mode in FTPES, it uses a port outside the range specified by the min/max
port settings.  The router is NOT doing any firewall functions or
interfering with packets in any way.  I am a network engineer by trade,
so I am confident of this.

I have observed this same behavior connecting to the server from a host
inside the router on the same subnet, and of course, the connection
works fine because the port is accessible from the inside, but the port
requested is still outside the range specified in vsftpd.conf when in
FTPS mode.

I will post here if I find any more info.

Setting status to NEW

-- 
pasv_min_port,pasv_max_port does not work if client uses PASV
https://bugs.launchpad.net/bugs/130682
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd 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 563973] Re: vsftpd fails to start on boot when using pasv_addr_resolve

2010-07-07 Thread jbfoley
Not a big deal for me, since I reboot the server rarely and have added
this to /etc/rc.local, but FWIW, I have encountered this strange
behavior as well.  Using 10.04 Server and vsftpd.  Can provide more
detailed info if needed.

-- 
vsftpd fails to start on boot when using pasv_addr_resolve
https://bugs.launchpad.net/bugs/563973
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd 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 591423] Re: qemu -drive boot=on flag causes boot to hang.

2010-07-07 Thread Mike Mestnik
Just to be clear the bug was reported while using GRUB, not the Windows
XP loader.  Grub did not start, so the config entry for XP shouldn't be
an issue.

Though I can see where the BIOS would need to have the drive
attached(and fully detected) if it's going to boot to it.

-- 
qemu -drive boot=on flag causes boot to hang.
https://bugs.launchpad.net/bugs/591423
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 591423] Re: qemu -drive boot=on flag causes boot to hang.

2010-07-07 Thread Serge Hallyn
Mike - thanks, yes, that's also the bug I'm seeing - using a debian VM with
qemu (--no-kvm) inside a maverick kvm VM.  Not at all a windows issue.

-- 
qemu -drive boot=on flag causes boot to hang.
https://bugs.launchpad.net/bugs/591423
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 591423] Re: qemu -drive boot=on flag causes boot to hang.

2010-07-07 Thread Serge Hallyn
Note that installing qemu from git fixes the issue for me.  When 0.13.0 with 
this fix
is released and packaged I'll drop a note here to ask for confirmation that it 
fixes
your bug.

thanks,
-serge

** Changed in: libvirt (Ubuntu)
Milestone: None = maverick-alpha-3

-- 
qemu -drive boot=on flag causes boot to hang.
https://bugs.launchpad.net/bugs/591423
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 586546] Re: Byobu should be enabled by default for initial login to Ubuntu Server

2010-07-07 Thread Charlie Schluting
-1 ...fully agree with Clint (and love the BMW references). Another
opinion is that byobu is unnecessary, and ugly.

*sigh* This is they type of stuff that makes long-time sysadmins say
horrible things like Ubuntu is a desktop OS. Really, I'm not trying to
be a troll here… I'm sure many people disagree, but I believe the anti-
byobu contingent is large enough that this would offend too many.

-- 
Byobu should be enabled by default for initial login to Ubuntu Server
https://bugs.launchpad.net/bugs/586546
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

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


[Bug 591423] Re: qemu -drive boot=on flag causes boot to hang.

2010-07-07 Thread Serge Hallyn
** Changed in: qemu-kvm
 Assignee: (unassigned) = Serge Hallyn (serge-hallyn)

-- 
qemu -drive boot=on flag causes boot to hang.
https://bugs.launchpad.net/bugs/591423
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 602540] Re: ldapadduser adds the user and hangs

2010-07-07 Thread Josejulio
I also have this problem. followed the guide as well.

-- 
ldapadduser adds the user and hangs
https://bugs.launchpad.net/bugs/602540
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 602620] Re: can't login to mysql server, seems is down

2010-07-07 Thread Serge Hallyn
Hi fog,

do I understand correctly that you've solved the problem yourself?

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

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Importance: Undecided = Low

-- 
can't login to mysql server, seems is down
https://bugs.launchpad.net/bugs/602620
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 602540] Re: ldapadduser adds the user and hangs

2010-07-07 Thread Serge Hallyn
** Changed in: openldap (Ubuntu)
   Status: New = Confirmed

** Changed in: openldap (Ubuntu)
   Importance: Undecided = Low

-- 
ldapadduser adds the user and hangs
https://bugs.launchpad.net/bugs/602540
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 602540] Re: ldapadduser adds the user and hangs

2010-07-07 Thread Serge Hallyn
Could you try doing

   strace -f -o/tmp/strace.out ldapadduser user group

and see where it it hangs?  Assuming it is the server and not the client
which hangs, then you'll probably want to do

p=`pidof slapd`
strace -f -o/tmp/strace2.out -p $p

and leave that running while you do the ldapadduser command in another
terminal.  (Please make sure there is no sensitive information before
posting that, but I assume this is all test data?)


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

-- 
ldapadduser adds the user and hangs
https://bugs.launchpad.net/bugs/602540
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 572123] [NEW] Openvpn 2.1_rc7 in Hardy: ifconfig-pool-persist broken

2010-07-07 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

In the version of openvpn which is in hardy and hardy-updates (2.1_rc7)
the feature ifconfig-pool-persist (means that a client will always get
the same ip) is broken. The file containing the IPs is always empty.

I solved the problem for me by installing the version provided with
karmic.

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

-- 
Openvpn 2.1_rc7 in Hardy: ifconfig-pool-persist broken
https://bugs.launchpad.net/bugs/572123
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 572123] Re: Openvpn 2.1_rc7 in Hardy: ifconfig-pool-persist broken

2010-07-07 Thread Adil Arif
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Judging from your description, I am going to assign this
bug to the “openvpn” package in hopes that it will have a faster
response. If you believe that I have chosen the wrong package, please
change your bug to the correct one. Good luck on getting it fixed!

** Package changed: ubuntu = openvpn (Ubuntu)

-- 
Openvpn 2.1_rc7 in Hardy: ifconfig-pool-persist broken
https://bugs.launchpad.net/bugs/572123
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 602539] Re: qemu-system-x86_64 segfaults if using -no-kvm with -m 4096 or greater

2010-07-07 Thread Serge Hallyn
Thanks you for reporting this bug and helping to make Ubuntu better.  And
thanks especially for finding the specific patch.

This patch should probably get cherry-picked into the lucid qemu-kvm
version.  I've set importance to low since the fix is to refuse the
disallowed arguments.


** Changed in: qemu-kvm (Ubuntu)
   Status: New = Confirmed

** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided = Low

** Changed in: qemu-kvm (Ubuntu)
Milestone: None = lucid-updates

** Changed in: qemu-kvm (Ubuntu)
 Assignee: (unassigned) = Serge Hallyn (serge-hallyn)

-- 
qemu-system-x86_64 segfaults if using -no-kvm with -m 4096 or greater
https://bugs.launchpad.net/bugs/602539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 130682] Re: pasv_min_port, pasv_max_port does not work if client uses PASV

2010-07-07 Thread jbfoley
Whoops.  Found a flaw in my .conf file.  I had copied the pasv_min_port
to a different spot while troubleshooting another issue, and had two
values for min, with no value for max.  Works fine now in both modes.
Setting status back the way I found it.

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

-- 
pasv_min_port,pasv_max_port does not work if client uses PASV
https://bugs.launchpad.net/bugs/130682
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd 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 494141] Re: CUPS starts after SAMBA; printers are not available

2010-07-07 Thread James D
Tada! You rock. That fix is perfect, ship it.

-- 
CUPS starts after SAMBA; printers are not available
https://bugs.launchpad.net/bugs/494141
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 602548] [NEW] gwibber gives an error because of Turkish locale

2010-07-07 Thread lipstick
Public bug reported:

Binary package hint: gwibber

Description:Ubuntu maverick (development branch)
Release:10.10

gwibber:
  Kurulu: 2.31.1-0ubuntu1
  Aday: 2.31.1-0ubuntu1
  Sürüm tablosu:
 *** 2.31.1-0ubuntu1 0
500 http://pl.archive.ubuntu.com/ubuntu/ maverick/main Packages
100 /var/lib/dpkg/status

I was trying to run gwibber through messaging applet on ubuntu top
panel.

It did not work. Later I tried on terminal and got this result. I think
it is because of Turkish system locale.


** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)
** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)
** Message: pygobject_register_sinkfunc is deprecated (GtkObject)

** (gwibber:3230): WARNING **: Trying to register gtype
'WnckWindowState' as enum when in fact it is of type 'GFlags'

** (gwibber:3230): WARNING **: Trying to register gtype
'WnckWindowActions' as enum when in fact it is of type 'GFlags'

** (gwibber:3230): WARNING **: Trying to register gtype 
'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
Traceback (most recent call last):
  File /usr/bin/gwibber, line 50, in module
from gwibber import client
  File /usr/lib/python2.6/dist-packages/gwibber/client.py, line 3, in module
import gtk, gobject, gwui, util, resources, actions, json, gconf
  File /usr/lib/python2.6/dist-packages/gwibber/gwui.py, line 2, in module
import os, json, urlparse, resources, util
  File /usr/lib/python2.6/dist-packages/gwibber/util.py, line 2, in module
from microblog.util.couch import RecordMonitor
  File /usr/lib/python2.6/dist-packages/gwibber/microblog/util/couch.py, line 
4, in module
import desktopcouch, pycurl, oauth, threading, urllib, re, json
  File /usr/lib/python2.6/dist-packages/desktopcouch/__init__.py, line 20, in 
module
from desktopcouch.start_local_couchdb import process_is_couchdb, 
read_pidfile
  File /usr/lib/python2.6/dist-packages/desktopcouch/start_local_couchdb.py, 
line 42, in module
from desktopcouch.records.server import CouchDatabase
  File /usr/lib/python2.6/dist-packages/desktopcouch/records/server.py, line 
27, in module
from desktopcouch.records import server_base
  File /usr/lib/python2.6/dist-packages/desktopcouch/records/server_base.py, 
line 34, in module
import simplejson as json
  File /usr/lib/pymodules/python2.6/simplejson/__init__.py, line 109, in 
module
from decimal import Decimal
  File /usr/lib/python2.6/decimal.py, line 3646, in module
val = globals()[globalname]
KeyError: 'ROUND_CEiLiNG'

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

-- 
gwibber gives an error because of Turkish locale
https://bugs.launchpad.net/bugs/602548
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 518422] Re: [MASTER] Firefox does not start with certain addons installed

2010-07-07 Thread Bug Watch Updater
** Changed in: firefox
   Status: Confirmed = Invalid

-- 
[MASTER] Firefox does not start with certain addons installed
https://bugs.launchpad.net/bugs/518422
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 357315] Re: There was an error while getting the sharing information

2010-07-07 Thread dino
Yes this problem happens continuously to me.
Here is a screenshot.
hardy 8.04 updated fairly often

** Attachment added: Screenshot.png
   http://launchpadlibrarian.net/51496400/Screenshot.png

-- 
There was an error while getting the sharing information
https://bugs.launchpad.net/bugs/357315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 601561] Re: package firefox 3.6.8~hg20100701r34421 nobinonly-0ubuntu1~umd1~lucid failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 2

2010-07-07 Thread Micah Gersten
*** This bug is a duplicate of bug 512937 ***
https://bugs.launchpad.net/bugs/512937

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 512937, 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.  Please continue to report any other bugs you may
find.

Please remove Ubuntuzilla if you wish to install our packages.

** This bug has been marked a duplicate of bug 512937
   [MASTER] package firefox 3.6+nobinonly-0ubuntu1 failed to install/upgrade: 
update-alternatives: error: alternative path /usr/bin/firefox doesn't exist.

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

-- 
package firefox 3.6.8~hg20100701r34421 nobinonly-0ubuntu1~umd1~lucid failed to 
install/upgrade: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 2
https://bugs.launchpad.net/bugs/601561
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 601219] Re: Sugar package files installed in wrong directory

2010-07-07 Thread Luke Faraone
** Also affects: sugar-0.88 (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: sugar-flipsticks-activity (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: sugar-jigsawpuzzle-activity (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: sugar-logviewer-activity (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: sugar-memorize-activity (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: sugar-pollbuilder-activity (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: sugar-sliderpuzzle-activity (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Changed in: sugar-0.88 (Ubuntu Lucid)
   Status: New = Invalid

-- 
Sugar package files installed in wrong directory
https://bugs.launchpad.net/bugs/601219
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 602552] [NEW] [Maverick Alpha 2] nautilus freezes as root

2010-07-07 Thread mauroda
Public bug reported:

Binary package hint: nautilus

ma...@ubuntumm:~$ lsb_release -rd
Description:Ubuntu maverick (development branch)
Release:10.10
ma...@ubuntumm:~$ apt-cache policy nautilus
nautilus:
  Installato: 1:2.30.1-1ubuntu1
  Candidato: 1:2.30.1-1ubuntu1
  Tabella versione:
 *** 1:2.30.1-1ubuntu1 0
500 http://it.archive.ubuntu.com/ubuntu/ maverick/main Packages
100 /var/lib/dpkg/status

When I open nautilus as root nautilus is very slow and any change directory 
involves freeze.
I attach the terminal output when I open nautilus.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: nautilus 1:2.30.1-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-6.9-generic 2.6.35-rc3
Uname: Linux 2.6.35-6-generic x86_64
Architecture: amd64
Date: Wed Jul  7 08:02:02 2010
ExecutablePath: /usr/bin/nautilus
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Alpha amd64 (20100621)
ProcEnviron:
 PATH=(custom, no user)
 LANG=it_IT.utf8
 SHELL=/bin/bash
SourcePackage: nautilus
XsessionErrors: (polkit-gnome-authentication-agent-1:1416): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed

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


** Tags: amd64 apport-bug maverick

-- 
[Maverick Alpha 2] nautilus freezes as root
https://bugs.launchpad.net/bugs/602552
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 602552] Re: [Maverick Alpha 2] nautilus freezes as root

2010-07-07 Thread mauroda

** Attachment added: nautilus_bug_terminal.txt
   http://launchpadlibrarian.net/51497218/nautilus_bug_terminal.txt

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

** Attachment added: GConfNonDefault.txt
   http://launchpadlibrarian.net/51496642/GConfNonDefault.txt

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

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

** Attachment added: usr_lib_nautilus.txt
   http://launchpadlibrarian.net/51496647/usr_lib_nautilus.txt

-- 
[Maverick Alpha 2] nautilus freezes as root
https://bugs.launchpad.net/bugs/602552
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 599255] Re: dmraid fails to read promise RAID sector count larger than 32-bits

2010-07-07 Thread Danny Wood
It seems the partition table is getting corrupted, possibly by an incorrect 
offset being used.
I would like you to dump the MBR created by both windows and Ubuntu.

First in windows create an MBR structure with the partitions as you just have 
then boot into Ubuntu.
When in Ubuntu run the following command to dump the MBR:
sudo dd if=/dev/mapper/pdc_cdgjdcefic of=winmbr.img bs=512 count=1

Then open up gparted and create a new partition structure (msdos), setup the 
same partitions and run this command:
sudo dd if=/dev/mapper/pdc_cdgjdcefic of=linmbr.img bs=512 count=1

This will leave you with two MBRs dumped in the form of .img files.
Could you please tar (archive) these and upload them for me to analyse.

Thanks.

-- 
dmraid fails to read promise RAID sector count larger than 32-bits
https://bugs.launchpad.net/bugs/599255
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 602554] [NEW] gnome-session-properties / Startup Applications will *NOT* disable programs

2010-07-07 Thread Gannin
Public bug reported:

Binary package hint: gnome-session

Here's what I do:

I go into System  Preferences  Startup Applications and disable
(uncheck) the applications I don't want to start.  I restart the system,
and yet those programs still started.  I look at Startup Applications
again, but they're still unchecked.  So, I go into ~/.config/autostart
and the .desktop links for all those applications are *still* in the
directory, even though I unchecked them in Startup Applications.  So, I
manually delete all the links, and restart.  The programs *still* start.
Then I go back into Startup Applications, and everything is magically
checked again.  Frustrating!

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: gnome-session 2.30.0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-23-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Tue Jul  6 23:13:11 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: gnome-session

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


** Tags: apport-bug i386 lucid

-- 
gnome-session-properties / Startup Applications will *NOT* disable programs
https://bugs.launchpad.net/bugs/602554
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 602554] Re: gnome-session-properties / Startup Applications will *NOT* disable programs

2010-07-07 Thread Gannin

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

-- 
gnome-session-properties / Startup Applications will *NOT* disable programs
https://bugs.launchpad.net/bugs/602554
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 595650] Re: After the last updates HP printer stopped working

2010-07-07 Thread floid
Tangentially related to this:  If gscan2pdf suddenly refuses to show any
device-dependent options (such as DPI or color vs. grayscale mode) for
the scanner on your multifunction [perhaps due to this bug or side-
effects of attempts to correct it], use the Clear device-dependent
options cache feature in gscan2pdf's Edit-Preferences menu.

This was not terribly obvious, since it takes some exploring to discover
there's a 'cache' - it's on by default, since it cuts out some of the
wait in normal usage.  In my case it cached some sort of corrupt result
while unable to communicate with the scanner, and misled me into
thinking that the scanimage backend must have remained broken.

[Moral of this story:  When in doubt, remember to rename .gscan2pdf
aside, or test under a fresh user account.]

I guess I'll open a bug on gscan2pdf to suggest offering a Refresh
cache? right in the Scan-Options dialog when the cached configuration
is corrupt.

-- 
After the last updates HP printer stopped working
https://bugs.launchpad.net/bugs/595650
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 602555] [NEW] gdm restarts in lucid when using microsoft wireless mouse 6000

2010-07-07 Thread xbrae.wrightx
Public bug reported:

Binary package hint: xorg

gdm restarts in lucid when using microsoft wireless mobile mouse 6000.
I noticed this randomly happening in chrome and whenever i try to render a 
project using openshot.
there are errors in the old xorg log.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: xorg 1:7.5+5ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-23-generic i686
Architecture: i386
CheckboxSubmission: c21d46aff0fd69fba34b257e152ce986
CheckboxSystem: 2954e74ba17fb0e37fc942cd1d9fab4e
Date: Wed Jul  7 16:08:30 2010
DkmsStatus: Error: [Errno 2] No such file or directory
GdmLog:
 Error: command ['gksu', '-D', 'Apport', '--', 'cat', '/var/log/gdm/:0.log'] 
failed with exit code 1: 
 (gksu:4212): Gtk-WARNING **: Theme directory  of theme Azenis Icons has no 
size field
 
 
 (gksu:4212): Gdk-CRITICAL **: gdk_window_set_opacity: assertion `GDK_IS_WINDOW 
(window)' failed
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
MachineType: Acer Aspire one
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-23-generic 
root=UUID=e9e57838-de11-49b0-b486-94b40310bfe2 ro quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=en_AU.utf8
 SHELL=/bin/bash
SourcePackage: xorg
dmi.bios.date: 03/01/2010
dmi.bios.vendor: Acer
dmi.bios.version: V1.27
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Aspire one
dmi.board.vendor: Acer
dmi.board.version: V1.27
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: V1.27
dmi.modalias: 
dmi:bvnAcer:bvrV1.27:bd03/01/2010:svnAcer:pnAspireone:pvrV1.27:rvnAcer:rnAspireone:rvrV1.27:cvnAcer:ct10:cvrV1.27:
dmi.product.name: Aspire one
dmi.product.version: V1.27
dmi.sys.vendor: Acer
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   i686
 kernel: 2.6.32-23-generic

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


** Tags: apport-bug i386 lucid

-- 
gdm restarts in lucid when using microsoft wireless mouse 6000
https://bugs.launchpad.net/bugs/602555
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 602555] Re: gdm restarts in lucid when using microsoft wireless mouse 6000

2010-07-07 Thread xbrae.wrightx

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

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

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

** Attachment added: GdmLog1.txt
   http://launchpadlibrarian.net/51497227/GdmLog1.txt

** Attachment added: GdmLog2.txt
   http://launchpadlibrarian.net/51497228/GdmLog2.txt

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

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

** Attachment added: PciDisplay.txt
   http://launchpadlibrarian.net/51497231/PciDisplay.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/51497232/ProcCpuinfo.txt

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

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

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/51497235/RelatedPackageVersions.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/51497236/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/51497237/UdevLog.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/51497238/XorgLog.txt

** Attachment added: XorgLogOld.txt
   http://launchpadlibrarian.net/51497239/XorgLogOld.txt

** Attachment added: Xrandr.txt
   http://launchpadlibrarian.net/51497240/Xrandr.txt

** Attachment added: glxinfo.txt
   http://launchpadlibrarian.net/51497241/glxinfo.txt

** Attachment added: monitors.xml.txt
   http://launchpadlibrarian.net/51497242/monitors.xml.txt

** Attachment added: setxkbmap.txt
   http://launchpadlibrarian.net/51497243/setxkbmap.txt

** Attachment added: xdpyinfo.txt
   http://launchpadlibrarian.net/51497244/xdpyinfo.txt

** Attachment added: xkbcomp.txt
   http://launchpadlibrarian.net/51497245/xkbcomp.txt

-- 
gdm restarts in lucid when using microsoft wireless mouse 6000
https://bugs.launchpad.net/bugs/602555
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 599578] Re: Bluetooth not working

2010-07-07 Thread DragonK
If I only knew...  think it has something to do with the bluetooth
device being in the HID mode and not switching to HCI.

-- 
Bluetooth not working
https://bugs.launchpad.net/bugs/599578
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 390218] Re: the nautilus password dialog is unfriendly

2010-07-07 Thread Vish
Fixed in gvfs Maverick

** Changed in: hundredpapercuts
   Status: Fix Committed = Fix Released

-- 
the nautilus password dialog is unfriendly
https://bugs.launchpad.net/bugs/390218
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 602558] [NEW] Flash Player does not show any indication of the video

2010-07-07 Thread LorenM
Public bug reported:

Binary package hint: firefox-3.0

When I go to
http://www.thepassiontest.com/offer/ptprofile/video1/?ndrx=99, I see a
large blank area.  If I click right click in the blank area, I see a
Flash Player menu, but I have not been able to figure out how to start
the Flash Object.

According to http://www.adobe.com/software/flash/about/ I have version
10,1,53,64 of Flash Player installed.  I am using Hardy (8.04) and
Firefox 3.6.6.

I expected to be able to see an indication that there is a Flash Object
on the Web Page and to be able to start the Flash Object, I was unable
to do either.

ProblemType: Bug
Architecture: i386
Date: Tue Jul  6 23:07:18 2010
DistroRelease: Ubuntu 8.04
Package: firefox 3.6.6+nobinonly-0ubuntu0.8.04.2
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: firefox-3.0
Uname: Linux 2.6.24-28-generic i686

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


** Tags: apport-bug

-- 
Flash Player does not show any indication of the video
https://bugs.launchpad.net/bugs/602558
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 602558] Re: Flash Player does not show any indication of the video

2010-07-07 Thread LorenM

** Attachment added: Picture of Web Page
   http://launchpadlibrarian.net/51497593/Screenshot.png

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

-- 
Flash Player does not show any indication of the video
https://bugs.launchpad.net/bugs/602558
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 602528] Re: gnome-language-selector crashed with Error in setlocale()

2010-07-07 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
gnome-language-selector crashed with Error in setlocale()
https://bugs.launchpad.net/bugs/602528
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 599352] Re: [Maverick] Need to not display hibernation in UI if do not have enough swap space

2010-07-07 Thread Martin Pitt
As for the reason, it should be mentioned in /var/log/pm-hibernate.log,
or at least in /var/log/kern.log. But those are mostly suitable for
attaching to bug reports. As for an error message for display, upower
should provide that through DBusErrors.

-- 
[Maverick] Need to not display hibernation in UI if do not have enough swap 
space
https://bugs.launchpad.net/bugs/599352
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 598371] Re: Java crashes during Eclipse Helios Start

2010-07-07 Thread Paweł Smoliński
In Eclipse Bugzilla guys found that gtk-qt-engine is guilty here.
Turning off this (switching from QtCurve to Raleigh) solves the problem.
More info: https://bugs.eclipse.org/bugs/show_bug.cgi?id=317763#c14

-- 
Java crashes during Eclipse Helios Start
https://bugs.launchpad.net/bugs/598371
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 602537] Re: software-center crashed with GError in __init__()

2010-07-07 Thread Apport retracing service
*** This bug is a duplicate of bug 601987 ***
https://bugs.launchpad.net/bugs/601987

Thank you for taking the time to report this crash and helping to make
Ubuntu better.  This particular crash has already been reported and is a
duplicate of bug #601987, so 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.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   http://launchpadlibrarian.net/51494338/Dependencies.txt

** Attachment removed: ProcMaps.txt
   http://launchpadlibrarian.net/51494339/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   http://launchpadlibrarian.net/51494340/ProcStatus.txt

** This bug has been marked a duplicate of private bug 601987

** Visibility changed to: Public

-- 
software-center crashed with GError in __init__()
https://bugs.launchpad.net/bugs/602537
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 596082] Re: [arrandale] Dell Latitude E6510 unable to use second external vga monitor

2010-07-07 Thread Corona
I ran the command before plugging in the vga cable, but after reboot the file 
is empty (also on the Latitude e6510)
Is there a workaround to use a beamer without the laptop locking up?

-- 
[arrandale] Dell Latitude E6510 unable to use second external vga monitor
https://bugs.launchpad.net/bugs/596082
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 377741] Re: Laptop ALPS touchpad not detected, not working

2010-07-07 Thread Ludovic Guegan

I have the same issue with a laptop gigabyte m1405: Touchpad do not work 
neither under X, neither with gpm.

It is detected as a Macintosh mouse button emulation

in dmesg:
input: Macintosh mouse button emulation as /devices/virtual/input/input4

in /var/log/Xorg.log:
(II) config/udev: Adding input device Macintosh mouse button emulation 
(/dev/input/event4)

but from dmidecode:
Handle 0x000D, DMI type 21, 7 bytes
Built-in Pointing Device
Type: Touch Pad
Interface: PS/2
Buttons: 4

-- 
Laptop ALPS touchpad not detected, not working
https://bugs.launchpad.net/bugs/377741
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 602560] [NEW] device-dependent options cache inobvious

2010-07-07 Thread floid
Public bug reported:

Binary package hint: gscan2pdf

As described over at
https://bugs.launchpad.net/hplip/+bug/595650/comments/43 and observed
with gscan2pdf-0.9.29-1ubuntu1

Under certain conditions [#595650], the device-dependent options cache
can become corrupt [for a particular combination of backend and device]
and begin displaying a blank options dialog.  Even advanced users may
not be aware a cache exists and will spend time hunting elsewhere.

Possible fixes:
* Detect a 'blank' device-dependent options state and present a very noticable 
'Refresh cache?' button; [Clever]
* Detect a 'blank' device-dependent options state and automatically try to 
refresh the cache; [Good idea; loop-prone?]
* Squish a small 'Refresh' icon into the 'Options' tab of the Scan dialog under 
all circumstances to hint that a cache exists and can be refreshed; [Easiest to 
implement, nonmodal]
* Stop enabling the cache by default [Solves the problem, but pessimistic to 
responsiveness]

I'm going to attach the .gscan2pdf which triggers this, cwd and serial
numbers REDACTED; of course the device URI has to be edited to match a
detected device to actually get the program to use the bad cache.

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

-- 
device-dependent options cache inobvious
https://bugs.launchpad.net/bugs/602560
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 602560] Re: device-dependent options cache inobvious

2010-07-07 Thread floid

** Attachment added: bad_cache-.gscan2pdf
   http://launchpadlibrarian.net/51497914/bad_cache-.gscan2pdf

-- 
device-dependent options cache inobvious
https://bugs.launchpad.net/bugs/602560
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 602560] Re: device-dependent options cache inobvious

2010-07-07 Thread floid

** Attachment added: Screenshot with corrupt cache.  Did scanimage break?  
Nope, it's the cache!
   http://launchpadlibrarian.net/51497930/Screenshot-Scan%20Document.png

-- 
device-dependent options cache inobvious
https://bugs.launchpad.net/bugs/602560
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 594384] Re: FATAL ERROR: Bad primary partition 1: Partition ends in the final partial cylinder

2010-07-07 Thread Horacio
I believe this bug may be a duplicate of bug #545966

-- 
FATAL ERROR: Bad primary partition 1: Partition ends in the final partial 
cylinder
https://bugs.launchpad.net/bugs/594384
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 540826] Re: Rename Suspend to Sleep

2010-07-07 Thread Bilal Akhtar
Me to the rescue!

** Changed in: hundredpapercuts
   Status: Triaged = In Progress

** Changed in: hundredpapercuts
 Assignee: (unassigned) = Bilal Akhtar (bilalakhtar)

-- 
Rename Suspend to Sleep
https://bugs.launchpad.net/bugs/540826
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 540826] Re: Rename Suspend to Sleep

2010-07-07 Thread Bilal Akhtar
Here as well. Since I am fixing this bug in downstream, I am not
assigning myself to upstream. Will forward patch to upstream once bug is
fixed here.

** Changed in: indicator-session (Ubuntu)
   Status: Triaged = In Progress

** Changed in: indicator-session (Ubuntu)
 Assignee: (unassigned) = Bilal Akhtar (bilalakhtar)

** Also affects: gnome-power-manager (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Rename Suspend to Sleep
https://bugs.launchpad.net/bugs/540826
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 540826] Re: Rename Suspend to Sleep

2010-07-07 Thread Bilal Akhtar
affects here as well.

** Changed in: gnome-power-manager (Ubuntu)
   Importance: Undecided = Wishlist

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

** Changed in: gnome-power-manager (Ubuntu)
 Assignee: (unassigned) = Bilal Akhtar (bilalakhtar)

-- 
Rename Suspend to Sleep
https://bugs.launchpad.net/bugs/540826
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 602561] [NEW] Ubuntu Software Center Turkish Locale problem

2010-07-07 Thread lipstick
Public bug reported:

Binary package hint: software-center

I use Ubuntu 10.10 Alpha 2 with Turkish locale. When I start software-
center, I got this error.

** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)
** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)
** Message: pygobject_register_sinkfunc is deprecated (GtkObject)
/usr/share/software-center/softwarecenter/view/historypane.py:30: 
DeprecationWarning: please use 'debian' instead of 'debian_bundle'
  from debian_bundle import deb822
Traceback (most recent call last):
  File /usr/bin/software-center, line 81, in module
from softwarecenter.app import SoftwareCenterApp
  File /usr/share/software-center/softwarecenter/app.py, line 54, in module
from view.login import LoginDialog
  File /usr/share/software-center/softwarecenter/view/login.py, line 29, in 
module
from softwarecenter.backend.launchpad import GLaunchpad
  File /usr/share/software-center/softwarecenter/backend/launchpad.py, line 
32, in module
from launchpadlib.launchpad import Launchpad
  File /usr/lib/pymodules/python2.6/launchpadlib/launchpad.py, line 29, in 
module
from lazr.restfulclient.resource import (
  File /usr/lib/python2.6/dist-packages/lazr/restfulclient/resource.py, line 
34, in module
import simplejson
  File /usr/lib/pymodules/python2.6/simplejson/__init__.py, line 109, in 
module
from decimal import Decimal
  File /usr/lib/python2.6/decimal.py, line 3646, in module
val = globals()[globalname]
KeyError: 'ROUND_CEiLiNG'

** Affects: software-center (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Ubuntu Software Center Turkish Locale problem
https://bugs.launchpad.net/bugs/602561
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 602515]

2010-07-07 Thread Apport retracing service
StacktraceTop:
 ?? ()
 ?? ()
 ?? ()
 ?? ()
 ?? ()

-- 
plugin-container crashed with SIGSEGV
https://bugs.launchpad.net/bugs/602515
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 602515] Stacktrace.txt

2010-07-07 Thread Apport retracing service

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

-- 
plugin-container crashed with SIGSEGV
https://bugs.launchpad.net/bugs/602515
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 602515] ThreadStacktrace.txt

2010-07-07 Thread Apport retracing service

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

** Tags added: apport-failed-retrace

** Tags removed: need-i386-retrace

-- 
plugin-container crashed with SIGSEGV
https://bugs.launchpad.net/bugs/602515
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 599352] Re: [Maverick] Need to not display hibernation in UI if do not have enough swap space

2010-07-07 Thread Martin Pitt
Colin, thanks for your detailled explanation in comment 4. You didn't
mention compression, though. Isn't the image written to disk compressed?
If so, it's rather hard to predict, of course, but it might explain why
upstream chose that 0.8 factor. Google isn't very helpful in rsolving
this question, I'm afraid.

Once we can ascertain whether or not native Linux hibernation uses
compression, I can take this discussion to the upstream ML.

-- 
[Maverick] Need to not display hibernation in UI if do not have enough swap 
space
https://bugs.launchpad.net/bugs/599352
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 540826] Re: Rename Suspend to Sleep

2010-07-07 Thread Bilal Akhtar
I suppose this bug has been fixed in indicator-session. Please check the
latest MAVERICK release.

-- 
Rename Suspend to Sleep
https://bugs.launchpad.net/bugs/540826
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 495932] Re: Karmic/ AMD64 --Video/mouse/keyboard freezes

2010-07-07 Thread Richard Waters
I can now also add leaving rhythembox playing in the task bar for
longer than 1hr as also another reproduction of the error.

I am also finding that just before a crash the internet speed seems to
throttle itself randomly before the machine crashes.

-- 
Karmic/ AMD64 --Video/mouse/keyboard freezes 
https://bugs.launchpad.net/bugs/495932
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 588476] Re: aptd crashed with AttributeError in _emit_acquire_item()

2010-07-07 Thread Jon Spriggs
I also received this today - I had network connection, but my upstream
router was pointing everything to an error page (including DNS resolves)
- I'm guessing this was a symptom of the fault, but given the fix
described before, it was not the fault itself.

-- 
aptd crashed with AttributeError in _emit_acquire_item()
https://bugs.launchpad.net/bugs/588476
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 588203] Re: Emacs 23.2 is available

2010-07-07 Thread nima...@gmail.com
Any progress on this??

-- 
Emacs 23.2 is available
https://bugs.launchpad.net/bugs/588203
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 602563] [NEW] update-manager crash

2010-07-07 Thread Nadav
Public bug reported:

Binary package hint: update-manager

$ update-manager 
Traceback (most recent call last):
  File /usr/bin/update-manager, line 105, in module
app.main(options)
  File /usr/lib/python2.6/dist-packages/UpdateManager/UpdateManager.py, line 
963, in main
self.fillstore()
  File /usr/lib/python2.6/dist-packages/UpdateManager/UpdateManager.py, line 
810, in fillstore
self.update_count()
  File /usr/lib/python2.6/dist-packages/UpdateManager/UpdateManager.py, line 
515, in update_count
if self._get_last_apt_get_update_text() is not None:
  File /usr/lib/python2.6/dist-packages/UpdateManager/UpdateManager.py, line 
479, in _get_last_apt_get_update_text
ago_days) % ago_days
TypeError: not all arguments converted during string formatting

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: update-manager 1:0.134.9
ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-23-generic i686
Architecture: i386
Date: Wed Jul  7 09:46:07 2010
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
PackageArchitecture: all
ProcEnviron:
 LANG=he_IL.utf8
 SHELL=/bin/bash
SourcePackage: update-manager

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


** Tags: apport-bug i386 lucid ubuntu-unity

-- 
update-manager crash
https://bugs.launchpad.net/bugs/602563
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 602563] Re: update-manager crash

2010-07-07 Thread Nadav

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

-- 
update-manager crash
https://bugs.launchpad.net/bugs/602563
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 602545] Re: debconf-communicate crashed with SIGSEGV in write()

2010-07-07 Thread Apport retracing service
*** This bug is a duplicate of bug 528224 ***
https://bugs.launchpad.net/bugs/528224

Thank you for taking the time to report this crash and helping to make
Ubuntu better.  This particular crash has already been reported and is a
duplicate of bug #528224, so 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.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   http://launchpadlibrarian.net/51495877/CoreDump.gz

** Attachment removed: Dependencies.txt
   http://launchpadlibrarian.net/51495878/Dependencies.txt

** Attachment removed: Disassembly.txt
   http://launchpadlibrarian.net/51495879/Disassembly.txt

** Attachment removed: ProcMaps.txt
   http://launchpadlibrarian.net/51495880/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   http://launchpadlibrarian.net/51495881/ProcStatus.txt

** Attachment removed: Registers.txt
   http://launchpadlibrarian.net/51495882/Registers.txt

** Attachment removed: Stacktrace.txt
   http://launchpadlibrarian.net/51495883/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   http://launchpadlibrarian.net/51495884/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 528224
   debconf-communicate crashed with SIGSEGV in write()

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

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


[Bug 601560] Re: usb-creator-gtk crashes on startup

2010-07-07 Thread Sandy J J Gould
This has been fixed for me, presumably by one of the python/libpython
updates that was put out yesterday.

-- 
usb-creator-gtk crashes on startup
https://bugs.launchpad.net/bugs/601560
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 601239] Re: touchpad doesn't work at all in Sony VAIO F

2010-07-07 Thread Terry Rigby
I also have the same problem with my Vaio VPCF121FD.  I also show an
ALPS touchpad in windows. my lshw and lshal are attached.

** Attachment added: lshal.txt
   http://launchpadlibrarian.net/51498151/lshal.txt

-- 
touchpad doesn't work at all in Sony VAIO F
https://bugs.launchpad.net/bugs/601239
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 601239] Re: touchpad doesn't work at all in Sony VAIO F

2010-07-07 Thread Terry Rigby

** Attachment added: lshw.txt
   http://launchpadlibrarian.net/51498158/lshw.txt

-- 
touchpad doesn't work at all in Sony VAIO F
https://bugs.launchpad.net/bugs/601239
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 598099] Re: ubuntuone-client doesn't upload automatically even though it is instructed to do so.

2010-07-07 Thread Mitch Towner
Hi Dustin. That is good to hear. Please update this bug report after
trying the PPA version of Ubuntu One.

Thanks in advance!

-- 
ubuntuone-client doesn't upload automatically even though it is instructed to 
do so.
https://bugs.launchpad.net/bugs/598099
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 533784] Re: [Radeon kernel module] drmRadeonCmdBuffer: -12. Kernel failed to parse or rejected command stream

2010-07-07 Thread Fabio Pedretti
** Changed in: linux (Ubuntu)
   Status: Triaged = Fix Released

-- 
[Radeon kernel module] drmRadeonCmdBuffer: -12. Kernel failed to parse or 
rejected command stream
https://bugs.launchpad.net/bugs/533784
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 602561] Re: Ubuntu Software Center Turkish Locale problem

2010-07-07 Thread Olivier Tilloy
This looks like the issue described in comment #15 of bug #581207.

-- 
Ubuntu Software Center Turkish Locale problem
https://bugs.launchpad.net/bugs/602561
You received this bug notification because you are a member of 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   >