[Bug 629304] [NEW] -DMYSQL_CLIENT_NO_THREADS and undefined reference to `my_pthread_fastmutex_init'

2010-09-03 Thread GVLePage
Public bug reported:

Binary package hint: libmysqlclient-dev

This is a known mysql bug
 http://bugs.mysql.com/bug.php?id=43397

Installing the source for libmysqlclient-dev yields
mysql-dfsg-5.1 in mysql-dfsg-5.1-5.1.41

The error generated when compiling/linking against
 -lmysqlclient
 -I/usr/include/mysql  -DBIG_JOINS=1  -fno-strict-aliasing   -DUNIV_LINUX 
-DUNIV_LINUX (as per mysql_config --cflags using ${shell mysql_config --cflags} 
in my make file)

Using
 -DMYSQL_CLIENT_NO_THREADS
 solves the issue but is not really a satisfactory solution in my opinion
 
Without using
  -DMYSQL_CLIENT_NO_THREADS
  this error gets generated
  
  dus.o: In function `g7::dus::initialize()':
  dus.cpp:(.text+0x12d): undefined reference to 
`my_pthread_fastmutex_init'
  collect2: ld returned 1 exit status
  make: *** [all] Error 1

Will this be patched in a future package of
 libmysqlclient-dev

I built a very light weight C++ wrapper around the mysql c api, mostly
so I do not have to pass parameters around, members of the class I built
maintain those the values I need internally, the application is
multithreaded

Thanks and regards,
G

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

-- 
-DMYSQL_CLIENT_NO_THREADS and undefined reference to `my_pthread_fastmutex_init'
https://bugs.launchpad.net/bugs/629304
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-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 629318] [NEW] package bacula-director-mysql 2.4.4-1ubuntu9 failed to install/upgrade: Unterproz ess installiertes post-installation-Skript gab den Fehlerw ert 1 zurück

2010-09-03 Thread Uwe Nischwitz
Public bug reported:

Binary package hint: bacula

Could not install Bacula from Ubuntu-repository. See error in summary.

ProblemType: Package
Architecture: i386
Date: Thu Sep  2 17:15:25 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 1 zurück
Package: bacula-director-mysql 2.4.4-1ubuntu9
ProcVersionSignature: Ubuntu 2.6.31-22.64-generic
SourcePackage: bacula
Title: package bacula-director-mysql 2.4.4-1ubuntu9 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück
Uname: Linux 2.6.31-22-generic i686

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


** Tags: apport-package i386

-- 
package bacula-director-mysql 2.4.4-1ubuntu9 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück
https://bugs.launchpad.net/bugs/629318
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

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


[Bug 629318] Re: package bacula-director-mysql 2 .4.4-1ubuntu9 failed to install/upgrade: Unterprozes s installiertes post-installation-Skript gab den Fehlerwer t 1 zurück

2010-09-03 Thread Uwe Nischwitz

** Attachment added: AptOrdering.txt
   
https://bugs.launchpad.net/bugs/629318/+attachment/1538934/+files/AptOrdering.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/629318/+attachment/1538935/+files/Dependencies.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/629318/+attachment/1538936/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   
https://bugs.launchpad.net/bugs/629318/+attachment/1538937/+files/DpkgTerminalLog.txt

-- 
package bacula-director-mysql 2.4.4-1ubuntu9 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück
https://bugs.launchpad.net/bugs/629318
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

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


[Bug 626822] Re: mysql 5.1 don't want to shut down properly, crashes upgrades. Besides that, works like charm.

2010-09-03 Thread Grzegorz Osik
Ok, my problem was solved. After the upgrade from 9.10 to 10.04
/etc/mysql/my.cnf wasn't replaced by new config (I'm not exactly sure
what is different between them). After update of conf file mysqld
started runing again and there was no problem with upgrade to newest
version.

-- 
mysql 5.1 don't want to shut down properly, crashes upgrades. Besides that, 
works like charm.
https://bugs.launchpad.net/bugs/626822
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 629304] Re: -DMYSQL_CLIENT_NO_THREADS and undefined reference to `my_pthread_fastmutex_init'

2010-09-03 Thread GVLePage
** Description changed:

  Binary package hint: libmysqlclient-dev
  
  This is a known mysql bug
   http://bugs.mysql.com/bug.php?id=43397
  
  Installing the source for libmysqlclient-dev yields
  mysql-dfsg-5.1 in mysql-dfsg-5.1-5.1.41
  
  The error generated when compiling/linking against
   -lmysqlclient
   -I/usr/include/mysql  -DBIG_JOINS=1  -fno-strict-aliasing   -DUNIV_LINUX 
-DUNIV_LINUX (as per mysql_config --cflags using ${shell mysql_config --cflags} 
in my make file)
  
  Using
   -DMYSQL_CLIENT_NO_THREADS
   solves the issue but is not really a satisfactory solution in my opinion
   
  Without using
-DMYSQL_CLIENT_NO_THREADS
this error gets generated

dus.o: In function `g7::dus::initialize()':
dus.cpp:(.text+0x12d): undefined reference to 
`my_pthread_fastmutex_init'
collect2: ld returned 1 exit status
make: *** [all] Error 1
  
  Will this be patched in a future package of
   libmysqlclient-dev
  
  I built a very light weight C++ wrapper around the mysql c api, mostly
- so I do not have to pass parameters around, members of the class I built
- maintain those the values I need internally, the application is
- multithreaded
+ so I do not have to pass mysql parameters around, members of the class I
+ built maintain those the values I need internally, the application is
+ multithreaded.
  
  Thanks and regards,
  G

-- 
-DMYSQL_CLIENT_NO_THREADS and undefined reference to `my_pthread_fastmutex_init'
https://bugs.launchpad.net/bugs/629304
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-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 424648] Re: Error: ssh program unexpectedly exited when trying to browse files on router

2010-09-03 Thread Sergio Oller
I think I know how to solve the problem:
(at least it works for me)

In my case it was related to some output when running interactively.


Open a terminal and do:
ssh usern...@server /bin/true
(or maybe)
ssh usern...@server /usr/bin/true

If you get any output, then you probably need to write at the beginning of the 
server's ~/.bashrc:
# If not running interactively, don't do anything
[ -z $PS1 ]  return

Try ssh usern...@server /bin/true again. If there is no output, try
connecting through nautilus.

Good luck!

-- 
Error: ssh program unexpectedly exited when trying to browse files on router
https://bugs.launchpad.net/bugs/424648
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 628764] Re: The Samba 'panic action' script, /usr/share/samba/panic-action, was called for PID 18453 (/usr/sbin/smbd)

2010-09-03 Thread Elia
Hi Scott, 
 I'm pretty sure it is reproducible, but I'm not sure how; I 
receive a couple of alerts via email (the text I copied and pasted in the bug 
description was from the last one I received) every day and I think that this 
happens because someone (windows pc) in my soho access files in a samba shared 
folder on the Ubuntu server, but I never know which file neither which folder.
This is all I think I can say about it; if you have any check you want me to do 
please let me know.
Thank you very much.

-- 
The Samba 'panic action' script, /usr/share/samba/panic-action, was called for 
PID 18453 (/usr/sbin/smbd)
https://bugs.launchpad.net/bugs/628764
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 359447] Re: kvm segfaults

2010-09-03 Thread Kent Tong
Is it really fixed? I am running kvm 1:84+dfsg-0ubuntu12.4 on Ubuntu
9.04 and still see this error:

Sep  3 15:43:00 vm-01 kernel: [2395791.060789] kvm[19481]: segfault at 0
ip 00479a20 sp 7fffe4f56690 error 4 in kvm[40+1e1000]

Sep  3 18:00:02 vm-01 kernel: [2404013.508648] kvm[4649]: segfault at 0
ip 00479a20 sp 7fffee56f070 error 4 in kvm[40+1e1000]

-- 
kvm segfaults
https://bugs.launchpad.net/bugs/359447
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to 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 573436] Re: PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/ldap.ini on line 1 in Unknown on line 0

2010-09-03 Thread Wido
Shouldn't this be backported to Lucid since that is a LTS?

-- 
PHP Deprecated:  Comments starting with '#' are deprecated in 
/etc/php5/cli/conf.d/ldap.ini on line 1 in Unknown on line 0
https://bugs.launchpad.net/bugs/573436
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 629005] Re: package libmysqlclient16 5.1.41-3ubuntu12.6 failed to install/upgrade: trying to overwrite '/usr/lib/libmysqlclient.so.16.0.0', which is also in package mysql-cluster-client-5.1 0:7.0

2010-09-03 Thread Dustin Kirkland
Thanks for the bug report.

The relevant packaging just needs an appropriate replaces in its
debian/control.  Marking Triaged/High.

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

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

-- 
package libmysqlclient16 5.1.41-3ubuntu12.6 failed to install/upgrade: trying 
to overwrite '/usr/lib/libmysqlclient.so.16.0.0', which is also in package 
mysql-cluster-client-5.1 0:7.0.9-1ubuntu7
https://bugs.launchpad.net/bugs/629005
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 629234] Re: package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-03 Thread Dustin Kirkland
** Changed in: vsftpd (Ubuntu)
   Importance: Undecided = High

** Changed in: vsftpd (Ubuntu)
   Importance: High = Medium

-- 
package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/629234
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 622818] Re: unexpected errors after a sequence of tests

2010-09-03 Thread C de-Avillez
Dmitrii,, done: lp:~hggdh2/+junk/uec-qa:

Using saved push location: 
bzr+ssh://bazaar.launchpad.net/~hggdh2/%2Bjunk/uec-qa/
Pushed up to revision 50.

Seems we starting having problems at around 20:00 (or earlier, still
parsing thru the logs). I noticed it at around 21:30ish, and cancelled
the test run (and left it resting until this morning).

-- 
unexpected errors after a sequence of tests
https://bugs.launchpad.net/bugs/622818
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 621790] Re: package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-03 Thread Dustin Kirkland
*** This bug is a duplicate of bug 629234 ***
https://bugs.launchpad.net/bugs/629234

** This bug has been marked a duplicate of bug 629234
   package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

-- 
package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/621790
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 584949] Re: package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 3

2010-09-03 Thread Dustin Kirkland
*** This bug is a duplicate of bug 629234 ***
https://bugs.launchpad.net/bugs/629234

** This bug has been marked a duplicate of bug 629234
   package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

-- 
package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 3
https://bugs.launchpad.net/bugs/584949
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 575603] Re: package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-03 Thread Dustin Kirkland
*** This bug is a duplicate of bug 629234 ***
https://bugs.launchpad.net/bugs/629234

** This bug has been marked a duplicate of bug 629234
   package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

-- 
package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/575603
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 508948] Re: package vsftpd 2.2.2-3ubuntu2 failed to install/upgrade: subprocess installed post-installation script killed by signal (Interrupt)

2010-09-03 Thread Dustin Kirkland
*** This bug is a duplicate of bug 629234 ***
https://bugs.launchpad.net/bugs/629234

** This bug has been marked a duplicate of bug 629234
   package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

-- 
package vsftpd 2.2.2-3ubuntu2 failed to install/upgrade: subprocess installed 
post-installation script killed by signal (Interrupt)
https://bugs.launchpad.net/bugs/508948
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 629234] Re: package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-03 Thread Dustin Kirkland
** Changed in: vsftpd (Ubuntu)
   Status: New = Triaged

** Also affects: vsftpd (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: vsftpd (Ubuntu Maverick)
   Importance: Medium
   Status: Triaged

** Changed in: vsftpd (Ubuntu Lucid)
   Status: New = Triaged

** Changed in: vsftpd (Ubuntu Lucid)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)

** Changed in: vsftpd (Ubuntu Lucid)
   Importance: Undecided = Medium

** Changed in: vsftpd (Ubuntu Maverick)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)

** Changed in: vsftpd (Ubuntu Maverick)
   Status: Triaged = In Progress

** Changed in: vsftpd (Ubuntu Lucid)
   Status: Triaged = In Progress

-- 
package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/629234
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 629234] Re: package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-03 Thread Launchpad Bug Tracker
This bug was fixed in the package vsftpd - 2.3.0~pre2-4ubuntu2

---
vsftpd (2.3.0~pre2-4ubuntu2) maverick; urgency=low

  * debian/vsftpd.postinst: Check that the group exists first, then
the user, then try adding the user to the group, LP: #629234
 -- Dustin Kirkland kirkl...@ubuntu.com   Fri, 03 Sep 2010 08:32:27 -0600

** Changed in: vsftpd (Ubuntu Maverick)
   Status: In Progress = Fix Released

-- 
package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/629234
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 629234] Re: package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-03 Thread Dustin Kirkland
Patch attached.

** Description changed:

  Binary package hint: vsftpd
  
  I am not sure what to put here other then I am running Ubuntu 10.04 on a 
laptop. Ubuntu stated that it failed to install the package except that the 
vsftpd server is running fine. I connected with out a problem. I even went into 
the config file and
  changed a setting then restarted the service. It appears to be running 
correctly. After making the change and restarting
  the service I connected locally from my desktop to the ftp server with no 
problems. Even transfered several files. Then I noticed
  the star shaped exclamation point on the task bar and now I am writing this..
  
  Let me know if you need any more information such as specs of the
  machine. What I said above covers what I was doing/working on when the
  message appeared.
  
  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: vsftpd 2.2.2-3ubuntu6
  ProcVersionSignature: Ubuntu 2.6.32-24.42-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-24-generic i686
  NonfreeKernelModules: fglrx
  AptOrdering:
-  vsftpd: Install
-  vsftpd: Configure
+  vsftpd: Install
+  vsftpd: Configure
  Architecture: i386
  Date: Thu Sep  2 19:18:44 2010
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
  SourcePackage: vsftpd
  Title: package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
+ 
+ 
+ ===
+ SRU Justification
+ 
+ IMPACT: This bug affects users installing vsftpd (see the numerous
+ duplicate bugs).
+ 
+ REPRODUCE: Have an ftp user on your system, but no ftp group.  Try
+ installing the vsftpd package.  Boom.
+ 
+ HOW FIXED: The logic in the postinst needs to be rearranged slightly.
+ First check if the group exists, if not, add it.  Then check if the user
+ exists, if not add it to to the group.
+ 
+ PATCH: Attached.  Uploaded to lucid-proposed for review there.
+ 
+ REGRESSION POTENTIAL: Minimal.  I've tested the installation thoroughly.
+ The new method is idempotent.
+ 
+ ===

** Patch added: 629234.diff
   
https://bugs.edge.launchpad.net/ubuntu/+source/vsftpd/+bug/629234/+attachment/1539766/+files/629234.diff

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

-- 
package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/629234
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 629242] Re: vmbuilder 0.12.4-0ubuntu fails to consider MAC address

2010-09-03 Thread Dustin Kirkland
** Changed in: vm-builder (Ubuntu)
   Importance: Undecided = Low

-- 
vmbuilder 0.12.4-0ubuntu fails to consider MAC address
https://bugs.launchpad.net/bugs/629242
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder 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 629236] Re: Can't install samba in 10.04.1 fresh install

2010-09-03 Thread Dustin Kirkland
You should be installing samba version 2:3.4.7~dfsg-1ubuntu3.1.  All
components of the samba package should be at that level.

Please try:
 $ sudo apt-get update
 $ sudo apt-get dist-upgrade
 $ sudo apt-get install samba

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

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

-- 
Can't install samba in 10.04.1 fresh install
https://bugs.launchpad.net/bugs/629236
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 629524] Re: db_auth missing in ubuntu packages

2010-09-03 Thread Dustin Kirkland
Thanks for the report, and the information.  Marking Triaged/Wishlist.

This could be fixed by adding  --enable-basic-auth-helpers=DB to the
debian/rules configure command.

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

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

** Summary changed:

- db_auth missing in ubuntu packages
+ squid not compiled with db_auth

-- 
squid not compiled with db_auth
https://bugs.launchpad.net/bugs/629524
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid 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 629304] Re: -DMYSQL_CLIENT_NO_THREADS and undefined reference to `my_pthread_fastmutex_init'

2010-09-03 Thread Dustin Kirkland
Thanks for the pointer.  I have linked the upstream bug against this
one, and changed this to Triaged/Medium

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

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

** Bug watch added: MySQL Bug System #43397
   http://bugs.mysql.com/bug.php?id=43397

** Also affects: mysql-server via
   http://bugs.mysql.com/bug.php?id=43397
   Importance: Unknown
   Status: Unknown

-- 
-DMYSQL_CLIENT_NO_THREADS and undefined reference to `my_pthread_fastmutex_init'
https://bugs.launchpad.net/bugs/629304
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-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 629247] Re: Failure to alter VM's MAC address with virsh

2010-09-03 Thread Dustin Kirkland
** Changed in: libvirt (Ubuntu)
   Importance: Undecided = Medium

-- 
Failure to alter VM's MAC address with virsh
https://bugs.launchpad.net/bugs/629247
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 629318] Re: package bacula-director-mysql 2 .4.4-1ubuntu9 failed to install/upgrade: Unterprozes s installiertes post-installation-Skript gab den Fehlerwer t 1 zurück

2010-09-03 Thread Dustin Kirkland
From the dpkg terminal log...

Richte bacula-director-mysql ein (2.4.4-1ubuntu9) ...
dbconfig-common: writing config to 
/etc/dbconfig-common/bacula-director-mysql.conf

Creating config file /etc/dbconfig-common/bacula-director-mysql.conf with new 
version
ERROR 2002 (HY000): Can't connect to local MySQL server through socket 
'/var/run/mysqld/mysqld.sock' (2).
unable to connect to mysql server.
error encountered creating user:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket 
'/var/run/mysqld/mysqld.sock' (2)
dbconfig-common: bacula-director-mysql configure: aborted.
dbconfig-common: flushing administrative password
dpkg: Fehler beim Bearbeiten von bacula-director-mysql (--configure):
 Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück
Richte mtx ein (1.3.12-2ubuntu1) ...


Looks like local MySQL is not running or not accessible.  Not sure why.

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

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

-- 
package bacula-director-mysql 2.4.4-1ubuntu9 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück
https://bugs.launchpad.net/bugs/629318
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

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


[Bug 629234] Re: package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-03 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vsftpd

-- 
package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/629234
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 629633] [NEW] suexec should be configured to use /home as its docroot

2010-09-03 Thread Clint Byrum
Public bug reported:

Binary package hint: apache2

In configuring a system for suexec usage, it doesn't really make sense
to force system administrators to create a directory under /var/www for
each user. It makes much more logical sense to have it under /home.

This can be done by changing the configuration of suexec as Dustin
Kirkland pointed out in #ubuntu-server:

 kirkland -   --with-suexec-docroot=/var/www \
 kirkland +--with-suexec-docroot=/home  \

This is supported by this HOWTO that suggests doing the same thing:

http://www.unixguru.biz/howto-apache2-suexec-php5-and-fastcgi-for-
virtual-domains/

** Affects: apache2 (Ubuntu)
 Importance: Wishlist
 Assignee: Dustin Kirkland (kirkland)
 Status: Triaged

** Changed in: apache2 (Ubuntu)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)

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

-- 
suexec should be configured to use /home as its docroot
https://bugs.launchpad.net/bugs/629633
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 629633] Re: suexec should be configured to use /home as its docroot

2010-09-03 Thread Dustin Kirkland
I agree, that apache2-suexec seems pretty broken out of the box.  There are 
some decent hints in this howto:
 * 
http://www.unixguru.biz/howto-apache2-suexec-php5-and-fastcgi-for-virtual-domains/

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

-- 
suexec should be configured to use /home as its docroot
https://bugs.launchpad.net/bugs/629633
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 628174] Re: ypbind man page does not document -p switch

2010-09-03 Thread Andrew Lazor
I submitted patches to the upstream project.

-- 
ypbind man page does not document -p switch
https://bugs.launchpad.net/bugs/628174
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nis 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 576949] Re: [lucid] LOAD DATA INFILE fails in replication, simple patch available in 5.1.43

2010-09-03 Thread Clint Byrum
** Changed in: mysql-dfsg-5.1 (Ubuntu Lucid)
   Status: New = In Progress

** Changed in: mysql-dfsg-5.1 (Ubuntu Lucid)
 Assignee: (unassigned) = Clint Byrum (clint-fewbar)

-- 
[lucid] LOAD DATA INFILE fails in replication, simple patch available in 5.1.43
https://bugs.launchpad.net/bugs/576949
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 629720] [NEW] package apache2.2-common 2 .2.14-5ubuntu8 failed to install/upgrade: el subproc eso script post-installation instalado devolvió el c ódigo de salida de error 1

2010-09-03 Thread Alvaro Arriaga Ramirez
Public bug reported:

Binary package hint: apache2

Well, i can't install apache2.2, i don't know what happend

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: apache2.2-common 2.2.14-5ubuntu8
ProcVersionSignature: Ubuntu 2.6.32-24.42-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
Architecture: i386
Date: Fri Sep  3 13:01:29 2010
ErrorMessage: el subproceso script post-installation instalado devolvió el 
código de salida de error 1
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
SourcePackage: apache2
Title: package apache2.2-common 2.2.14-5ubuntu8 failed to install/upgrade: el 
subproceso script post-installation instalado devolvió el código de salida de 
error 1

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


** Tags: apport-package i386 lucid

-- 
package apache2.2-common 2.2.14-5ubuntu8 failed to install/upgrade: el 
subproceso script post-installation instalado devolvió el código de salida de 
error 1
https://bugs.launchpad.net/bugs/629720
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 629720] Re: package apache2.2-common 2.2 .14-5ubuntu8 failed to install/upgrade: el subproceso script post-installation instalado devolvió el c ódigo de salida de error 1

2010-09-03 Thread Alvaro Arriaga Ramirez

** Attachment added: AptOrdering.txt
   
https://bugs.launchpad.net/bugs/629720/+attachment/1540597/+files/AptOrdering.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/629720/+attachment/1540598/+files/Dependencies.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/629720/+attachment/1540599/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/629720/+attachment/1540600/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.gz
   
https://bugs.launchpad.net/bugs/629720/+attachment/1540601/+files/DpkgTerminalLog.gz

-- 
package apache2.2-common 2.2.14-5ubuntu8 failed to install/upgrade: el 
subproceso script post-installation instalado devolvió el código de salida de 
error 1
https://bugs.launchpad.net/bugs/629720
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 629723] [NEW] False Positive: IRCDs running on port 6667

2010-09-03 Thread TrekCaptainUSA
Public bug reported:

Binary package hint: chkrootkit

This program detects falsely an infection on port 6667.  This is the
case with an IRCD running on port 6667 being detected as bindshell.

This is a bug, but also could the documentation on false positives be
amended to include the info about ircds also triggering false positives?


System Info: Ubuntu 10.04 Lucid Lynx, both 32-bit and 64-bit server editions 
(multiple servers)

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

** Description changed:

  Binary package hint: chkrootkit
  
  This program detects falsely an infection on port 6667.  This is the
  case with an IRCD running on port 6667 being detected as bindshell.
  
  This is a bug, but also could the documentation on false positives be
  amended to include the info about ircds also triggering false positives?
+ 
+ 
+ System Info: Ubuntu 10.04 Lucid Lynx, both 32-bit and 64-bit server editions 
(multiple servers)

-- 
False Positive: IRCDs running on port 6667
https://bugs.launchpad.net/bugs/629723
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 576949] Re: [lucid] LOAD DATA INFILE fails in replication, simple patch available in 5.1.43

2010-09-03 Thread Launchpad Bug Tracker
** Branch linked: lp:~clint-fewbar/ubuntu/lucid/mysql-
dfsg-5.1/sru-576949

-- 
[lucid] LOAD DATA INFILE fails in replication, simple patch available in 5.1.43
https://bugs.launchpad.net/bugs/576949
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 628174] Re: ypbind man page does not document -p switch

2010-09-03 Thread Serge Hallyn
Awesome, thanks, Andrew.

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

-- 
ypbind man page does not document -p switch
https://bugs.launchpad.net/bugs/628174
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nis 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 629633] Re: suexec should be configured to use /home as its docroot

2010-09-03 Thread Stefan Fritsch
Using /home as suexec docroot is a big no-no from a security point of
view. It will create local privilege escalation vulnerabilities in many
situations. If you don't want to use /var/www you should probably use
directories under /srv.

In any case, the above howto is outdated. Nowadays there is the apache2
-suexec-custom package which allows to set the suexec docroot without
recompiling. But you should read the security advice in the suexec man
page that is contained in that package.


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

-- 
suexec should be configured to use /home as its docroot
https://bugs.launchpad.net/bugs/629633
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 629685] Re: package postfix-pcre 2.7.0-1 failed to install/upgrade: problemas de dependencias - se deja sin configurar

2010-09-03 Thread Jamie Strandboge
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

-- 
package postfix-pcre 2.7.0-1 failed to install/upgrade: problemas de 
dependencias - se deja sin configurar
https://bugs.launchpad.net/bugs/629685
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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 629633] Re: suexec should be configured to use /home as its docroot

2010-09-03 Thread Clint Byrum
Stefan, thanks for the information, that looks like a much better way to
handle this. :)

-- 
suexec should be configured to use /home as its docroot
https://bugs.launchpad.net/bugs/629633
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 629685] Re: package postfix-pcre 2.7.0-1 failed to install/upgrade: problemas de dependencias - se deja sin configurar

2010-09-03 Thread Clint Byrum
*** This bug is a duplicate of bug 625023 ***
https://bugs.launchpad.net/bugs/625023

Hello Odir, I would like to second Jamie's thanks for taking the time to
report this bug.

It would appear that your hostname is invalid:


newaliases: warning: valid_hostname: numeric hostname: 168.243.227.195
newaliases: fatal: file /etc/postfix/main.cf: parameter mydomain: bad parameter 
value: 168.243.227.195


You need to use a valid hostname, not an IP address, when configuring postfix.

Try running 'dpkg-reconfigure postfix' to enter a valid hostname. It
does not have to be an actual internet hostname, though that is
encouraged.

I'm marking this as a duplicate of bug #625023 , because this is another
example of the configuration system allowing invalid values to be
entered.

** This bug has been marked a duplicate of bug 625023
   invalid myhostname parameter allowed during configuration

-- 
package postfix-pcre 2.7.0-1 failed to install/upgrade: problemas de 
dependencias - se deja sin configurar
https://bugs.launchpad.net/bugs/629685
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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 629720] Re: package apache2.2-common 2.2 .14-5ubuntu8 failed to install/upgrade: el subproceso script post-installation instalado devolvió el c ódigo de salida de error 1

2010-09-03 Thread Clint Byrum
*** This bug is a duplicate of bug 576255 ***
https://bugs.launchpad.net/bugs/576255

Hello Alvaro,

this is the same as this bug report:

https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/576255

And I will mark it duplicate as such.

Configurando apache2.2-common (2.2.14-5ubuntu8) ...
ERROR: Module reqtimeout does not exist!
dpkg: error al procesar apache2.2-common (--configure):
 el subproceso script post-installation instalado devolvió el código de 
salida de error 1

That is the relevant bit of the DpkgTerminalLog that reveals the
problem.

If you have removed the config files manually, dpkg will not put new
versions in their place.

You may want to try purging apache2.2-common (apt-get remove
apache2.2-common, then dpkg --purge apache2.2-common). This will remove
your config files completely (so please backup the /etc/apache2 direcory
first!). Then install it again, and you should get a fresh set of config
files.

** This bug has been marked a duplicate of bug 576255
   can't install apache2.2-common (2.2.14-5ubuntu8)

-- 
package apache2.2-common 2.2.14-5ubuntu8 failed to install/upgrade: el 
subproceso script post-installation instalado devolvió el código de salida de 
error 1
https://bugs.launchpad.net/bugs/629720
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 629878] [NEW] /etc/init/eucalyptus.conf not in sync with /etc/eucalyptus/eucalyptus.conf

2010-09-03 Thread C de-Avillez
Public bug reported:

eucalyptus 2.0~r1233-0ubuntu2, may affect eucalyptus 1.6.2 also (not yet
verified).

* /etc/init/eucalyptus.conf checks for JVM_MEM, but there is no such
variable defined on /etc/eucalyptus/eucalyptus.conf;

*/etc/eucalyptus/eucalyptus.conf defines CLOUD_OPTS as the additional
options for eucalyptus startup (and, by default, carries one single
option -- '-Xmx512m'.

Additionally, when changing options in eucalyptus startup we should not
have to edit /etc/init/eucalyptus.conf; instead, we should use, as much
as possible, upstream's /etc/eucalyptus/eucalyptus.conf.

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

-- 
/etc/init/eucalyptus.conf not in sync with /etc/eucalyptus/eucalyptus.conf
https://bugs.launchpad.net/bugs/629878
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 562189] Re: AttributeError: 'Libvirt' object has no attribute 'vm'

2010-09-03 Thread Jerome Potts
Yes, when recreating a VM, first do a virsh undefine vm name, then
run your vmbuilder command.

It's too bad that you hit that error 28 mn in the game : a verification
could be added to vmbuilder's preflight_check, or, vmbuilder could
perform the undefine itself.

-- 
AttributeError: 'Libvirt' object has no attribute 'vm'
https://bugs.launchpad.net/bugs/562189
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder 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 619712] Re: keepalived vrrp race condition and fix (versions 1.1.17 and 1.2.0 but perhaps all?)

2010-09-03 Thread Andres Rodriguez
After hours of trying to reproduce this situation as specified above, I
cannot say this actually fix the situation completely, and I can say
that I could not reproduce it exactly as described above.

My setup was 3 Servers, using KVM, with eth0 in a bridged network,and
eth1 in a NATed network. Config done as follows:

global_defs {
   router_id UBUNTULVS1
}

vrrp_sync_group VG1 {
   group {
  VI_IP1
  VI_IP2
   }
}

vrrp_instance VI_IP1 {
state BACKUP
interface eth0
virtual_router_id 50
priority 250
virtual_ipaddress {
192.168.1.100/24 dev eth0
}
preempt_delay 300
}

vrrp_instance VI_IP2 {
state BACKUP
interface eth1
virtual_router_id 51
priority 250
virtual_ipaddress {
192.168.122.100/24 dev eth1
}
preempt_delay 300
}



global_defs {
   router_id UBUNTULVS2
}

vrrp_sync_group VG1 {
   group {
  VI_IP1
  VI_IP2
   }
}

vrrp_instance VI_IP1 {
state BACKUP
interface eth0
virtual_router_id 50
priority 200
virtual_ipaddress {
192.168.1.100/24 dev eth0
}
preempt_delay 300
}

vrrp_instance VI_IP2 {
state BACKUP
interface eth1
virtual_router_id 51
priority 200
virtual_ipaddress {
192.168.122.100/24 dev eth1
}
preempt_delay 300
}

=

global_defs {
   router_id UBUNTULVS3
}

vrrp_sync_group VG1 {
   group {
  VI_IP1
  VI_IP2
   }
}

vrrp_instance VI_IP1 {
state MASTER
interface eth0
virtual_router_id 50
priority 150
virtual_ipaddress {
192.168.1.100/24 dev eth0
}
preempt_delay 300
}

vrrp_instance VI_IP2 {
state MASTER
interface eth1
virtual_router_id 51
priority 150
virtual_ipaddress {
192.168.122.100/24 dev eth1
}
preempt_delay 300
}


After trying to reproduce following the steps, I encountered that after 
starting Machine 3, Machine 2 does indeed display race condition according to 
logs, *but* only for a while, then it stabilizes and sets to BACKUP state. This 
means, I could not fully reproduce the bug described above.

After applying the proposed patch, I indeed did not experience the race
condition (temporary in my case). However, I decided to do further
testing. For this, I brought down eth1 in Machine1. Then, Machine 3
tried to became MASTER, displaying the race condition mentioned above.
Once, I bring up eth1 back in Machine1, this race condition stops in
Machine3.

After my testing, I believe the proposed patch seems to be fixing the
described race condition in some situations but not in others. However,
this might also be related to the use of KVM and the type of networks
used.

However, I'd not go ahead and apply this patch to get it into Maverick
after actually having Upstream involved and hearing feedback from them,
and having some more testing done.

This has been reported upstream as well, however, there hasn't been any
response just yet. I'll follow this issue and see what upstream says
before actually applying the patch!!

Arjan, thank you for reporting the bug and providing a patch. If you
could please continue testing and try to reproduce what I've encountered
and provide some feedback, it would be helpful.

-- 
keepalived vrrp race condition and fix (versions 1.1.17 and 1.2.0 but perhaps 
all?)
https://bugs.launchpad.net/bugs/619712
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keepalived 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 619712] Re: keepalived vrrp race condition and fix (versions 1.1.17 and 1.2.0 but perhaps all?)

2010-09-03 Thread Andres Rodriguez
Forgot to mention that I used keepalived 1.1.17 from Ubuntu
repositories.

I'm marking this bug as incomplete after further confirm the situation.

** Changed in: keepalived (Ubuntu Maverick)
   Status: Triaged = Incomplete

-- 
keepalived vrrp race condition and fix (versions 1.1.17 and 1.2.0 but perhaps 
all?)
https://bugs.launchpad.net/bugs/619712
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keepalived 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 629723] Re: False Positive: IRCDs running on port 6667

2010-09-03 Thread Clint Byrum
Hi TrekCaptainUSA, thanks so much for taking the time to report this bug
and help us make Ubuntu better!

I tried this on a fresh install of lucid, indeed if you just do 'apt-get
install ircd-hbrid chkrootkit' and run chkrootkit, bindshell is falsely
detected. Marking Confirmed.

Setting Importance to Medium. While this is a bug, its only a problem
for users who have installed an irc daemon, which is not a common use
case.

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

** Changed in: chkrootkit (Ubuntu)
   Importance: Undecided = Medium

-- 
False Positive: IRCDs running on port 6667
https://bugs.launchpad.net/bugs/629723
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 629929] [NEW] MM (10.10) does not connect to the internet

2010-09-03 Thread Xeno Campanoli
Public bug reported:

Binary package hint: apache2

I got my install disk for 32 bit 10.10 today, but on boot neither the
live load nor the install connects to the internet.  I'm sorry I have no
other information.  If I can get more time to play with it I will, but
at least I can say this:  No matter how many times I try, it never
connects to the internet over a twisted pair line that no other
installation is failing from, including the windows install on the same
machine.  This install attempt is happening on a Thinkpad, fairly new,
but not brand new according to our tech.  It says lenovo T410.  I hope
that helps.

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

-- 
MM (10.10) does not connect to the internet
https://bugs.launchpad.net/bugs/629929
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 629723] Re: False Positive: IRCDs running on port 6667

2010-09-03 Thread TrekCaptainUSA
Perhaps a separate optional -doc package for possible server-related
false positives, or perhaps a chkrootkit.SERVER-FALSE-POSITIVES doc?
Just an opinion.

Thank you though for quickly processing this bug report.

-- 
False Positive: IRCDs running on port 6667
https://bugs.launchpad.net/bugs/629723
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