[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