[Bug 492790] Re: package mysql-server-5.0 (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-01-06 Thread s0l1dsnak3123
Chuck Short, that seems to have done the trick - thanks.

-- 
package mysql-server-5.0 (not installed) failed to install/upgrade: subprocess 
new pre-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/492790
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 456808] Re: Karmic-Networking (SAMBA) just does not work, even with detailed attention.

2010-01-06 Thread JG
With respect Thierry - the bug is not I'm too ignorant to get it
working - the bug is It was working on Jaunty and it stopped on
Karmic.

-- 
Karmic-Networking (SAMBA) just does not work, even with detailed attention.
https://bugs.launchpad.net/bugs/456808
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 456808] Re: Karmic-Networking (SAMBA) just does not work, even with detailed attention.

2010-01-06 Thread Thierry Carrez
@JG: Reading the original description, the bug is I have been tryiong
to get my 3 PC's networked, for the past few Ubuntu releases, with no
success. Not a karmic regression. You're experiencing a different bug,
and should have filed a different bugreport.

-- 
Karmic-Networking (SAMBA) just does not work, even with detailed attention.
https://bugs.launchpad.net/bugs/456808
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 438747] Re: Instances do not run because /var/run/eucalyptus/net is missing

2010-01-06 Thread hqthai05
** Changed in: eucalyptus (Ubuntu)
   Status: Fix Released = Fix Committed

-- 
Instances do not run because /var/run/eucalyptus/net is missing
https://bugs.launchpad.net/bugs/438747
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 503467] Re: vmbuilder default account not well-documented

2010-01-06 Thread Thierry Carrez
** Changed in: vm-builder (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: vm-builder (Ubuntu)
   Status: New = Confirmed

-- 
vmbuilder default account not well-documented
https://bugs.launchpad.net/bugs/503467
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 438747] Re: Instances do not run because /var/run/eucalyptus/net is missing

2010-01-06 Thread Thierry Carrez
Don't change status without a comment explaining why.

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

-- 
Instances do not run because /var/run/eucalyptus/net is missing
https://bugs.launchpad.net/bugs/438747
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 503376] Re: [PPA] VT is not used with libvirt 0.7.5

2010-01-06 Thread Id2ndR
I just installed the lucid's kernel.

I've got the following traceback when trying to launch a VM :

Traceback (most recent call last):
  File /usr/share/virt-manager/virtManager/engine.py, line 588, in run_domain
vm.startup()
  File /usr/share/virt-manager/virtManager/domain.py, line 150, in startup
self._backend.create()
  File /usr/lib/python2.6/dist-packages/libvirt.py, line 300, in create
if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
libvirtError: internal error unable to start guest: open /dev/kvm: Permission 
denied
Could not initialize KVM, will disable KVM support
qemu: could not open disk image 
/home/fabiena/kvm/libvirt-image/obm23-lenny.qcow2

Then I changed permissions of /dev/kvm from
crw-rw+ 1 root kvm 10
to
crw-rw+ 1 root libvirtd 10

and I got the following error :
Traceback (most recent call last):
  File /usr/share/virt-manager/virtManager/engine.py, line 588, in run_domain
vm.startup()
  File /usr/share/virt-manager/virtManager/domain.py, line 150, in startup
self._backend.create()
  File /usr/lib/python2.6/dist-packages/libvirt.py, line 300, in create
if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
libvirtError: internal error unable to start guest: qemu: could not open disk 
image /home/fabiena/kvm/libvirt-image/obm23-lenny.qcow2

$ ls -l /home/fabiena/kvm/libvirt-image/obm23-lenny.qcow2-rw-r--r-- 1
root root 1009516544 2010-01-05 18:01 /home/fabiena/kvm/libvirt-
image/obm23-lenny.qcow2

The owner and group of this file have been changed (by libvirt ?) when I
tried to run the VM.

Then I tried this :
$ sudo /etc/init.d/libvirt-bin restart

And now I can run the VM and it uses VT !

Thanks for your information !



So it seems that there are 2 troubles :
- the group of /dev/kvm : I have to check how this group is set (maybe it's one 
of my script)
- the restart of libvirt-bin daemon : does everyone have to do this or is it a 
trouble of my environment ?

-- 
[PPA] VT is not used with libvirt 0.7.5
https://bugs.launchpad.net/bugs/503376
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 503008] Re: Dovecot-auth doesn't close sockets

2010-01-06 Thread Chuck Short
Which version are you running?

Regards
chuck

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

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

-- 
Dovecot-auth doesn't close sockets
https://bugs.launchpad.net/bugs/503008
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.

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


[Bug 503376] Re: [PPA] VT is not used with libvirt 0.7.5

2010-01-06 Thread Daniel Baumann (dnjl)
libvirt 0.7.5 wil run qemu/kvm hypervisor as user libvirt-qemu group libvirtd.
so add user libvirt-qemu to group kvm to make qemu use of kvm. The same vor 
kqemu.
In next release libvirt =0.7.5-2ubuntu0~dnjl1) this is automatically done in 
postinst.

Thanks!

-- 
[PPA] VT is not used with libvirt 0.7.5
https://bugs.launchpad.net/bugs/503376
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 503777] [NEW] Loop with moved_temporarily and when using storeurl

2010-01-06 Thread frenet
Public bug reported:

Binary package hint: squid

As described at : 
http://wiki.squid-cache.org/ConfigExamples/DynamicContent/YouTube/Discussion 
there is a bug with http 302 response moved_temporarily when using storeurl.
The storeurl stores the 302 instead of following the redirect and then a loop 
occurs. 

The fix to ignore small sized object : minimum_object_size 512 bytes is
not always working, just burnt myself with 302 bigger than 512 bytes
from youtube.

The patch described works perfectly on squid_2.7.STABLE7-1ubuntu1 from
lucid. Both Lucid and Karmic are affected by this bug.

The patch is small :
--- src/client_side.c   2008-10-30 07:37:56 +0800
+++ src/client_side.c   2008-11-05 23:44:55 +0800
@@ -2399,6 +2399,18 @@
is_modified = 0;
}
 }
+   /* bug fix for 302 moved_temporarily loop bug when using storeurl*/
+   if (mem-reply-sline.status == HTTP_MOVED_TEMPORARILY) {
+   const char *cloc = httpHeaderGetStr(e-mem_obj-reply-header, 
HDR_LOCATION);
+   if (!strcmp(http-uri,cloc)) {
+   debug(33, 1) (Loop Detected: %s Redirect to: %s\n,
+   http-uri,cloc);
+   http-log_type = LOG_TCP_MISS;
+   clientProcessMiss(http);
+   return;
+   } 
+   }
+   /* bug fix end here*/
 stale = refreshCheckHTTPStale(e, r);
 debug(33, 2) (clientCacheHit: refreshCheckHTTPStale returned %d\n, 
stale);
 if (stale == 0) {

It was not integrated upstream even in the last head branch. Hope to
have it included in Ubuntu LTS.

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

-- 
Loop with moved_temporarily and when using storeurl
https://bugs.launchpad.net/bugs/503777
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 497763] Re: Hang during installation

2010-01-06 Thread Chuck Short
Please attach your /etc/hosts.

Regards
chuck

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

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

-- 
Hang during installation
https://bugs.launchpad.net/bugs/497763
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 456808] Re: Karmic-Networking (SAMBA) just does not work, even with detailed attention.

2010-01-06 Thread david
I don't think anyone meant to insult the developers here, far from it! we all 
respect the expertise you offer! Sometimes frustration causes the best of us to 
say the wrong thing at the wrong time.
However, I added to the bug because there are at least two other users here 
with an identifiable error; that being their samba log reports. I have exactly 
the same error;

smbd/server.c:456(smbd_open_one_socket)
  smbd_open_once_socket: open_socket_in: Address already in use

I have used samba for some time and spent quite some time trying to solve the 
problem - as mentioned previously, I've testparmed the conf file with no errors.
made a new conf file.
pinged every computer (successfully)
re-installed samba
cleared iptables on all machines

smbclient -L shows the shares served by the server (on the server)
using findsmb from clients show nothing shared.

-- 
Karmic-Networking (SAMBA) just does not work, even with detailed attention.
https://bugs.launchpad.net/bugs/456808
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 503396] Re: canary mismatch on efree()

2010-01-06 Thread Thierry Carrez
Looks like a common issue when running PHP with suhosin:
http://www.suspekt.org/2008/10/12/suhosin-canary-mismatch-on-efree-heap-overflow-detected/
http://bugs.php.net/bug.php?id=44872


** Bug watch added: bugs.php.net/ #44872
   http://bugs.php.net/bug.php?id=44872

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

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

-- 
canary mismatch on efree() 
https://bugs.launchpad.net/bugs/503396
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 503432] Re: nmap scans wrong network when invalid (?) range specified

2010-01-06 Thread Thierry Carrez
** Changed in: nmap (Ubuntu)
   Importance: Undecided = Low

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

-- 
nmap scans wrong network when invalid (?) range specified
https://bugs.launchpad.net/bugs/503432
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nmap 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 503376] Re: [PPA] VT is not used with libvirt 0.7.5

2010-01-06 Thread Thierry Carrez
Not a bug in Ubuntu's libvirt package

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

-- 
[PPA] VT is not used with libvirt 0.7.5
https://bugs.launchpad.net/bugs/503376
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 10239] Re: dhcp3-client: Does not send hostname to server by default

2010-01-06 Thread oliver
I'm not entirely sure if this is the same bug,  I can always open a new
one, but my University wired network requires me to send my student ID
(e.g. an arbitrary string) as hostname. Uni laptops have their hostname
setup as heir student ID. Of course, I could just setup my hostname as
my student ID but why if there's a proper way of doing this.

With ISC dhcpcd I simply supplied the -h parameter and it worked.
Network manager since then has under the DHCP Client ID field under IPV4
settings for a wired connection. However this does not seem to get
passed to dhclient, as send host-name hostname; from the config file
gets used and always sent.

E.g. the DHCP Client ID field doesn't do anything. A workaround is to go
into /etc/dhcp3/dhclient.conf and comment out the send host-name
hostname ; part. Now network manager nicely passes along the host-
name from the DHCP Client ID field and everything works.

So I suppose, 'a' proper fix would be to set the DHCP Client ID field to
hostname default and pass that to dhclient and not have a hardcoded
override in dhclient.conf. I also belive, and I do not know the inner
workings of network-manager, but this should be in the daemon bit of it,
and not only in the GUI bit.

oliver

-- 
dhcp3-client: Does not send hostname to server by default
https://bugs.launchpad.net/bugs/10239
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 503396] Re: canary mismatch on efree()

2010-01-06 Thread Hal
Thierry, yes, thanks, I had actually come across both of these.

A couple of points:  On the first link ... this same site ran fine on
another 8.04 system with a very similar configuration for 8-9 months
without this error.  Secondly, if I have hit a php bug that is
corrupting memory (ie suhosin is just the messenger of bad news), why
does it take days worth of submitting these forms, to trigger the bug?
(My wild, wild theory is that it is xcache related, but who knows ...
BTW the problem system is 3G RAM vs the non-problem former system 1G).

On the second link, it looks like all these are using mysqli extension,
or mssql. There is no shortage of similar problems with mssql. The site
in question is using plain mysql (not mysqli). Not sure this is
necessarily significant or not.

Lastly, I have probably 4 or 5 systems using 8.04 with suhosin, and this
is the only time I ever have seen this error.

Thanks.

-- 
canary mismatch on efree() 
https://bugs.launchpad.net/bugs/503396
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 503396] Re: canary mismatch on efree()

2010-01-06 Thread Ondřej Surý
Hal, is your system fully upgraded?

Where does the difference between kernel versions come from?

I remember there was some security upgrade in libpcre last year...

Ondrej

-- 
canary mismatch on efree() 
https://bugs.launchpad.net/bugs/503396
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 503396] Re: canary mismatch on efree()

2010-01-06 Thread Hal
The server is updated, except for some packages held back, which
includes a newer kernel. libpcre is up to date. I haven't done the
kernel upgrade (yet), because of the reboot, and the server is remote
from where I am (and /me worry over such things :). I will do that soon,
just in case it is relevant.

I also yesterday am trying 2 suhosin ini setttings, one references apc
and the other related to encrypted sessions (based on googling). Shots
in the dark though.

-- 
canary mismatch on efree() 
https://bugs.launchpad.net/bugs/503396
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 503827] [NEW] Always I want to update the system it crashes with that stuff

2010-01-06 Thread davsket
Public bug reported:

Description:Ubuntu 9.04
Release:9.04
It looks like a problem with one of the packages of ldap, and every time I 
update the system... at the very end it says there was a problem because 
ldap-something-else crashed.

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: el subproceso post-installation script devolvió el código de 
salida de error 1
Package: slapd 2.4.15-1ubuntu3
SourcePackage: openldap
Title: package slapd 2.4.15-1ubuntu3 failed to install/upgrade: el subproceso 
post-installation script devolvió el código de salida de error 1
Uname: Linux 2.6.28-17-generic i686

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


** Tags: apport-package i386

-- 
Always I want to update the system it crashes with that stuff
https://bugs.launchpad.net/bugs/503827
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 503827] Re: Always I want to update the system it crashes with that stuff

2010-01-06 Thread davsket

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

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/37496790/DpkgTerminalLog.txt

-- 
Always I want to update the system it crashes with that stuff
https://bugs.launchpad.net/bugs/503827
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 503396] Re: canary mismatch on efree()

2010-01-06 Thread Ondřej Surý
As far as I remember, the session encryption bug was related to new
version of php (in karmic?).

Another shot in the dark - is there different setting in
MaxRequestsPerChild setting in apache2? Could you set it to some
arbitrary number, so apache2 child gets reloaded once in a while? (I
know it's not a solution, but it could help...)

-- 
canary mismatch on efree() 
https://bugs.launchpad.net/bugs/503396
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


Re: [Bug 503008] Re: Dovecot-auth doesn't close sockets

2010-01-06 Thread Gaylord Holder
We're running:

ii  dovecot-common1:1.0.10-1ubuntu5.2 
 secure mail server that supports mbox and maildir mailboxes
ii  dovecot-dev   1:1.0.10-1ubuntu5.2 
 header files for the dovecot mail server
ii  dovecot-imapd 1:1.0.10-1ubuntu5.2 
 secure IMAP server that supports mbox and maildir mailboxes
ii  dovecot-pop3d 1:1.0.10-1ubuntu5.2 
 secure POP3 server that supports mbox and maildir mailboxes

-Gaylord

Chuck Short wrote:
 Which version are you running?
 
 Regards
 chuck
 
 ** Changed in: dovecot (Ubuntu)
Importance: Undecided = Medium
 
 ** Changed in: dovecot (Ubuntu)
Status: New = Incomplete


-- 
Dovecot-auth doesn't close sockets
https://bugs.launchpad.net/bugs/503008
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.

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


[Bug 270010] Re: dhclient 3.0.6 refuses valid offer

2010-01-06 Thread erickenny
I am having this issue as well with 9.10.  Happens only at home
connecting with my ISP.  Works fine at the office.  I am a programmer,
and am willing to help debug this, but I don't know anything about
dhclient.  Please let me know how I can help.  Meantime, I'll start
digging myself.

-- 
dhclient 3.0.6 refuses valid offer
https://bugs.launchpad.net/bugs/270010
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 270010] Re: dhclient 3.0.6 refuses valid offer

2010-01-06 Thread erickenny
Sorry, just found the Helping With Bugs page on the Wiki.  I'll get up
to speed and start helping out with this one, since it's affecting me.
Thanks.

-- 
dhclient 3.0.6 refuses valid offer
https://bugs.launchpad.net/bugs/270010
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 503396] Re: canary mismatch on efree()

2010-01-06 Thread Hal
Ondřej, both systems were already set to 1000 MaxRequestsPerChild.

-- 
canary mismatch on efree() 
https://bugs.launchpad.net/bugs/503396
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 503850] [NEW] Upstart publication scripts no longer run

2010-01-06 Thread Thierry Carrez
Public bug reported:

20100106.2 / eucalyptus 1.6.2~bzr1120-0ubuntu3
The publication upstart jobs have been recently switched to:

start on started ssh and started avahi-daemon
stop on stopping ssh or stopping avahi-daemon

However what happens is:
lo is up
ssh and avahi-daemon start on lo
publication job starts
eth0 comes up
ssh stops
publication job stops (by design)
ssh respawns

But publication job doesn't start again when ssh is started.
You end up with a system where ssh is started, avahi-daemon is started, but the 
publication job isn't.

Starting on eth0 up would solve the boot issue, but we would still have
issues when ssh is stopped and restarted.

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

-- 
Upstart publication scripts no longer run
https://bugs.launchpad.net/bugs/503850
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 503850] Re: Upstart publication scripts no longer run

2010-01-06 Thread Thierry Carrez
** Changed in: eucalyptus (Ubuntu)
   Importance: Undecided = High

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

** Changed in: eucalyptus (Ubuntu)
 Assignee: (unassigned) = Thierry Carrez (ttx)

** Also affects: eucalyptus (Ubuntu Lucid)
   Importance: High
 Assignee: Thierry Carrez (ttx)
   Status: Triaged

** Changed in: eucalyptus (Ubuntu Lucid)
Milestone: None = lucid-alpha-2

-- 
Upstart publication scripts no longer run
https://bugs.launchpad.net/bugs/503850
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 503850] Re: Upstart publication scripts no longer run

2010-01-06 Thread Thierry Carrez
slangasek ttx: because of The Upstart Bug
ttx slangasek: the TUB ?
slangasek ttx: you would have to also restart avahi-daemon in order for 
upstart to see again that the second half of the condition is satisfied

Let's workaround it by not stopping, and respawning the publication job.

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

** Changed in: eucalyptus (Ubuntu Lucid)
Milestone: lucid-alpha-2 = None

-- 
Upstart publication scripts no longer run
https://bugs.launchpad.net/bugs/503850
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 503850] Re: Upstart publication scripts no longer run

2010-01-06 Thread Thierry Carrez
** Changed in: eucalyptus (Ubuntu Lucid)
   Status: In Progress = Fix Committed

-- 
Upstart publication scripts no longer run
https://bugs.launchpad.net/bugs/503850
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 503850] Re: Upstart publication scripts no longer run

2010-01-06 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/eucalyptus/ubuntu

-- 
Upstart publication scripts no longer run
https://bugs.launchpad.net/bugs/503850
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 503850] Re: Upstart publication scripts no longer run

2010-01-06 Thread Thierry Carrez
Working around The Upstart Bug, the publication upstart jobs now
switched to:

start on started ssh and started avahi-daemon and net-device-up
IFACE=eth0

That results in:
lo is up
ssh and avahi-daemon start on lo
eth0 comes up
ssh and avahi-daemon restart
publication job starts

It will still fail if avahi-daemon is stopped (the publication job will
be stopped and not restarted), but tha's already the case in 9.10.

-- 
Upstart publication scripts no longer run
https://bugs.launchpad.net/bugs/503850
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 503875] [NEW] Sync rabbitmq-server 1.7.0-3 (main) from Debian testing (main)

2010-01-06 Thread Elliot Murphy
Public bug reported:

Please sync rabbitmq-server 1.7.0-3 (main) from Debian testing (main)

Explanation of the Ubuntu delta and why it can be dropped:

The only Ubuntu delta has been merged upstream already, and is now
included in rabbitmq-server.init.

Changelog entries since current lucid version 1.6.0-1ubuntu1:

rabbitmq-server (1.7.0-3) unstable; urgency=low

  * Add missing entries in rabbitmq-server.init

 -- John Leuner je...@debian.org  Sun, 25 Oct 2009 10:21:25 +0200

rabbitmq-server (1.7.0-2) unstable; urgency=low

  * moved debian/init.d to rabbitmq-server.init
  * included fixes to rabbitmq-script-wrapper

 -- John Leuner je...@debian.org  Wed, 14 Oct 2009 12:23:52 +0200

rabbitmq-server (1.7.0-1) unstable; urgency=low

  * New upstream release

 -- John Leuner je...@debian.org  Sat, 10 Oct 2009 13:28:39 +0200

** Affects: rabbitmq-server (Ubuntu)
 Importance: Wishlist
 Status: New

** Changed in: rabbitmq-server (Ubuntu)
   Importance: Undecided = Wishlist

-- 
Sync rabbitmq-server 1.7.0-3 (main) from Debian testing (main)
https://bugs.launchpad.net/bugs/503875
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rabbitmq-server in ubuntu.

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


Re: [Bug 503850] Re: Upstart publication scripts no longer run

2010-01-06 Thread Mathias Gug
On Wed, Jan 06, 2010 at 04:33:33PM -, Thierry Carrez wrote:
 It will still fail if avahi-daemon is stopped (the publication job will
 be stopped and not restarted), but tha's already the case in 9.10.


I think you need to have avahi-daemon running no matter what in order to have
avahi-publish working correctly. If avahi-daemon is stopped, the avahi-publish
job would be failing all the time.

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

-- 
Upstart publication scripts no longer run
https://bugs.launchpad.net/bugs/503850
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 503875] Re: Sync rabbitmq-server 1.7.0-3 (main) from Debian testing (main)

2010-01-06 Thread Elliot Murphy
I informed Chuck Short (zul) about my recommendation that this be a sync
rather than merge and he's ok with with it too.

-- 
Sync rabbitmq-server 1.7.0-3 (main) from Debian testing (main)
https://bugs.launchpad.net/bugs/503875
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rabbitmq-server 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 502518] Re: Lost connection to MySQL server during query

2010-01-06 Thread Beach Ball
Chuck, I have attached the my.cnf file.

The system is running Ubuntu 8.04 Server, 64-bit, with all updates. It
has 12GB of RAM.

Thank you.

** Attachment added: my.cnf
   http://launchpadlibrarian.net/37504898/my.cnf

-- 
Lost connection to MySQL server during query
https://bugs.launchpad.net/bugs/502518
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 456808] Re: Karmic-Networking (SAMBA) just does not work, even with detailed attention.

2010-01-06 Thread justinc
I've had many of the same issues reported in this Bug report over the
last couple of days since I installed 9.10.  One thing I've noticed is I
can connect to my share from a secondary user from my macbook pro.  If I
try the primary user that was created during the install, also has sudo
all access the user doesn't get authenticated.

Could this be a PAM/security issue?

-- 
Karmic-Networking (SAMBA) just does not work, even with detailed attention.
https://bugs.launchpad.net/bugs/456808
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2010-01-06 Thread Manowar

very nice place in your hand health. Be happy to see you more beautiful places,
 I suggest you have my site together I hope we will succeed in this business. 
Thanks again ...

a href=http://www.sohbet.net; title=sohbetsohbet/a
a href=http://www.diyalog.net; title=chatChat/a
a href=http://www.diyalog.net; title=sohbetsohbet/a
a href=http://www.turkmirc.net; title=mirc, mirc indirmirc/a
a href=http://www.turkmirc.com; title=mircmirc/a
a href=http://www.muhabbetx.com; title=muhabbetmuhabbet/a
a href=http://www.kalpfm.com; title=radyo, radyo dinleRadyo/a
a href=http://www.duabahcesi.com; title=sohbet, islami sohbetislami 
sohbet/a
a href=http://www.islamevin.com; title=sohbet, islami sohbetislami 
sohbet/a
a href=http://www.islamikent.net; title=sohbet, islami sohbetislami 
sohbet/a
a href=http://www.sohbeteuro.com; title=sohbet, sohbet odalarıSohbet/a
a href=http://www.duygu.in; title=sohbet, chatSohbet/a
a href=http://www.muhabbetforum.net/; title=ForumForum/a
a href=http://www.muhabbetim.in/; title=Muhabbet odasıMuhabbet Odası/a
a href=http://www.sozlerimesajlari.com; title=guzel sozlerGüzel Sözler/a
a href=http://www.ozelsozler.com; title=güzel sözler, özlü sözlerGüzel 
Sözler/a
a href=http://www.eglencem.net/; title=video izlevideo izle/a
a href=http://www.endikasyon.net; title=endikasyonEndikasyon/a
a href=http://www.film-channel.net; title=film izleFilm izle/a
a href=http://www.hikayelerim.org; title=hikaye okuHikaye oku/a
a href=http://www.hikayelerim.org; title=hikayeHikaye/a
a href=http://www.sohbet15.com/; title=sohbetsohbet/a
a href=http://www.joyun.net; title=oyunOyun/a
a href=http://www.okeyoyunlari.net; title=okey oynaokey oyna/a
a href=http://www.okeyoyna.net; title=okey oynaokey oyna/a
a href=http://www.okeyodasi.com; title=okey oynaokey oyna/a
a href=http://www.dizi.biz; title=dizi, dizi izleDizi izle/a
a href=http://www.yagmurtanesi.org; title=sohbet odası, sohbet 
odalarıSohbet Odaları/a
a href=http://www.yagmurtanesi.org; title=sohbet sitesi, Chat OdasıChat 
Odası/a  
a href=http://www.ikizsohbet.com; title=sohbetsohbet/a 
a href=http://www.fansohbet.com; title=sohbetsohbet/a
a href=http://www.ayna.org; title=mircmirc/a
a href=http://www.ayna.org; title=chatchat/a

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin 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 478573] Re: eucalyptus services won't register

2010-01-06 Thread Mathias Gug
Could you try to run the following command on the front-end:

wget -T 10 -t 1 -O - --no-check-certificate
https://127.0.0.1:8443/register


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

-- 
eucalyptus services won't register
https://bugs.launchpad.net/bugs/478573
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 446036] Re: The node controller sometimes fails to start if libvirt is not ready

2010-01-06 Thread Manowar

very nice place in your hand health. Be happy to see you more beautiful places,
 I suggest you have my site together I hope we will succeed in this business. 
Thanks again ...

a href=http://www.sohbet.net; title=sohbetsohbet/a
a href=http://www.diyalog.net; title=chatChat/a
a href=http://www.diyalog.net; title=sohbetsohbet/a
a href=http://www.turkmirc.net; title=mirc, mirc indirmirc/a
a href=http://www.turkmirc.com; title=mircmirc/a
a href=http://www.muhabbetx.com; title=muhabbetmuhabbet/a
a href=http://www.kalpfm.com; title=radyo, radyo dinleRadyo/a
a href=http://www.duabahcesi.com; title=sohbet, islami sohbetislami 
sohbet/a
a href=http://www.islamevin.com; title=sohbet, islami sohbetislami 
sohbet/a
a href=http://www.islamikent.net; title=sohbet, islami sohbetislami 
sohbet/a
a href=http://www.sohbeteuro.com; title=sohbet, sohbet odalarıSohbet/a
a href=http://www.duygu.in; title=sohbet, chatSohbet/a
a href=http://www.muhabbetforum.net/; title=ForumForum/a
a href=http://www.muhabbetim.in/; title=Muhabbet odasıMuhabbet Odası/a
a href=http://www.sozlerimesajlari.com; title=guzel sozlerGüzel Sözler/a
a href=http://www.ozelsozler.com; title=güzel sözler, özlü sözlerGüzel 
Sözler/a
a href=http://www.eglencem.net/; title=video izlevideo izle/a
a href=http://www.endikasyon.net; title=endikasyonEndikasyon/a
a href=http://www.film-channel.net; title=film izleFilm izle/a
a href=http://www.hikayelerim.org; title=hikaye okuHikaye oku/a
a href=http://www.hikayelerim.org; title=hikayeHikaye/a
a href=http://www.sohbet15.com/; title=sohbetsohbet/a
a href=http://www.joyun.net; title=oyunOyun/a
a href=http://www.okeyoyunlari.net; title=okey oynaokey oyna/a
a href=http://www.okeyoyna.net; title=okey oynaokey oyna/a
a href=http://www.okeyodasi.com; title=okey oynaokey oyna/a
a href=http://www.dizi.biz; title=dizi, dizi izleDizi izle/a
a href=http://www.yagmurtanesi.org; title=sohbet odası, sohbet 
odalarıSohbet Odaları/a
a href=http://www.yagmurtanesi.org; title=sohbet sitesi, Chat OdasıChat 
Odası/a  
a href=http://www.ikizsohbet.com; title=sohbetsohbet/a 
a href=http://www.fansohbet.com; title=sohbetsohbet/a
a href=http://www.ayna.org; title=mircmirc/a
a href=http://www.ayna.org; title=chatchat/a

-- 
The node controller sometimes fails to start if libvirt is not ready
https://bugs.launchpad.net/bugs/446036
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 503850] Re: Upstart publication scripts no longer run

2010-01-06 Thread Mathias Gug
In the same area, none of the -publication jobs are run after a package
install. Only the eucalyptus-cloud-publication works as expected - it
starts on started eucalyptus-cloud and doesn't depend on neither ssh nor
avahi-daemon.

So I'm not sure that start on started ssh and started avahi-daemon and
net-device-up IFACE=eth0 fixes that problem. Why not start the
-publication jobs once their service counterparts are started (like in
eucalyptus-cloud)?

-- 
Upstart publication scripts no longer run
https://bugs.launchpad.net/bugs/503850
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 503850] Re: Upstart publication scripts no longer run

2010-01-06 Thread Mathias Gug
Another solution could be to drop the --noscripts option from
dh_installinit in debian/rules so that relevant upstart jobs are
actually started on package installation.

-- 
Upstart publication scripts no longer run
https://bugs.launchpad.net/bugs/503850
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 493864] Re: package bind9 1:9.6.1.dfs g.P1-3ubuntu0.2 failed to install/upgrade: 子 进程 已安装的 post-installation 脚 本 返回了错误号 1

2010-01-06 Thread Jean-Baptiste Lallement
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

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

-- 
package bind9 1:9.6.1.dfsg.P1-3ubuntu0.2 failed to install/upgrade: 子进程 已安装的 
post-installation 脚本 返回了错误号 1
https://bugs.launchpad.net/bugs/493864
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

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


[Bug 456808] Re: Karmic-Networking (SAMBA) just does not work, even with detailed attention.

2010-01-06 Thread emarkay
Can we get this marked as NOT Invalid and Low priority??

-- 
Karmic-Networking (SAMBA) just does not work, even with detailed attention.
https://bugs.launchpad.net/bugs/456808
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 462169] Re: nmbd dies on startup when network interfaces are not up yet

2010-01-06 Thread razor7
I COnfirm that this upgrade worked ok...nmbd does not dies anymore...

-- 
nmbd dies on startup when network interfaces are not up yet
https://bugs.launchpad.net/bugs/462169
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 274350] Re: apparmor HOMEDIRS not adjusted for likewise

2010-01-06 Thread Kees Cook
Note that likewise-open will need to include a file like 
/etc/apparmor.d/tunables/home.d/likewise-open
that contains:

@{HOMEDIRS}+=/home/likewise-open/*/

This is being removed from the AppArmor default now that home.d/ exists,
and default installs don't need this path (which is presently causing
bug 503869)

-- 
apparmor HOMEDIRS not adjusted for likewise
https://bugs.launchpad.net/bugs/274350
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open 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 446036] Re: The node controller sometimes fails to start if libvirt is not ready

2010-01-06 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 0.7.2-4ubuntu5

---
libvirt (0.7.2-4ubuntu5) lucid; urgency=low

  * debian/rules, debian/libvirt-bin.upstart: migrate libvirt to upstart
(LP: #446036)
  * debian/control: depend on open-iscsi-utils, rather than open-iscsi,
fixed again, grrr (LP: #414986)
 -- Dustin Kirkland kirkl...@ubuntu.com   Tue, 05 Jan 2010 23:23:28 -0600

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

-- 
The node controller sometimes fails to start if libvirt is not ready
https://bugs.launchpad.net/bugs/446036
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 452572] Re: Unable to start EUC instances - no supported architecture for os type 'hvm'

2010-01-06 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)

** Changed in: eucalyptus (Ubuntu)
   Status: Confirmed = In Progress

-- 
Unable to start EUC instances - no supported architecture for os type 'hvm'
https://bugs.launchpad.net/bugs/452572
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 446036] Re: The node controller sometimes fails to start if libvirt is not ready

2010-01-06 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu)
   Status: Triaged = In Progress

-- 
The node controller sometimes fails to start if libvirt is not ready
https://bugs.launchpad.net/bugs/446036
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 503850] Re: Upstart publication scripts no longer run

2010-01-06 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6.2~bzr1120-0ubuntu4

---
eucalyptus (1.6.2~bzr1120-0ubuntu4) lucid; urgency=low

  [ Thierry Carrez ]
  * debian/*publication.upstart: Start publication jobs when eth0 is up, and
never stop them to work around The Upstart Bug (LP: #503850)

  [ Dustin Kirkland ]
  * debian/control, debian/eucalyptus-nc.upstart: (LP: #446036, #452572)
- add a versioned depends for eucalyptus-nc on a new version
  of libvirt-bin that starts using upstart
- start eucalyptus-nc on started libvirt-bin
 -- Dustin Kirkland kirkl...@ubuntu.com   Wed, 06 Jan 2010 19:16:01 -0600

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

-- 
Upstart publication scripts no longer run
https://bugs.launchpad.net/bugs/503850
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 452572] Re: Unable to start EUC instances - no supported architecture for os type 'hvm'

2010-01-06 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6.2~bzr1120-0ubuntu4

---
eucalyptus (1.6.2~bzr1120-0ubuntu4) lucid; urgency=low

  [ Thierry Carrez ]
  * debian/*publication.upstart: Start publication jobs when eth0 is up, and
never stop them to work around The Upstart Bug (LP: #503850)

  [ Dustin Kirkland ]
  * debian/control, debian/eucalyptus-nc.upstart: (LP: #446036, #452572)
- add a versioned depends for eucalyptus-nc on a new version
  of libvirt-bin that starts using upstart
- start eucalyptus-nc on started libvirt-bin
 -- Dustin Kirkland kirkl...@ubuntu.com   Wed, 06 Jan 2010 19:16:01 -0600

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

-- 
Unable to start EUC instances - no supported architecture for os type 'hvm'
https://bugs.launchpad.net/bugs/452572
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 446036] Re: The node controller sometimes fails to start if libvirt is not ready

2010-01-06 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6.2~bzr1120-0ubuntu4

---
eucalyptus (1.6.2~bzr1120-0ubuntu4) lucid; urgency=low

  [ Thierry Carrez ]
  * debian/*publication.upstart: Start publication jobs when eth0 is up, and
never stop them to work around The Upstart Bug (LP: #503850)

  [ Dustin Kirkland ]
  * debian/control, debian/eucalyptus-nc.upstart: (LP: #446036, #452572)
- add a versioned depends for eucalyptus-nc on a new version
  of libvirt-bin that starts using upstart
- start eucalyptus-nc on started libvirt-bin
 -- Dustin Kirkland kirkl...@ubuntu.com   Wed, 06 Jan 2010 19:16:01 -0600

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

-- 
The node controller sometimes fails to start if libvirt is not ready
https://bugs.launchpad.net/bugs/446036
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 461202] Re: After purging and removing /var/lib/eucalyptus image store is out of sync

2010-01-06 Thread Dustin Kirkland
dotCOMmie I seem to have trace down what causes 
https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/461202
dotCOMmie When purging eucalyptus-common eucalyptus-cloud eucalyptus-walrus 
eucalyptus-sc eucalyptus-cc eucalyptus-nc files are deleted which belong to 
eucalyptus-java-common
dotCOMmie These are files under /etc and are not removed by 
eucalyptus-java-common on uninstall of this package, which is triggered by 
above action
dotCOMmie so when re-installing those packages these files in /etc are not 
put back by eucalyptus-java-common (this package going from u to i)
dotCOMmie The work around is to use aptitude --purge-unused purge 
eucalyptus-common eucalyptus-cloud eucalyptus-walrus eucalyptus-sc 
eucalyptus-cc eucalyptus-nc
dotCOMmie which purges all dependent packages which would simply have been 
uninstalled otherwise

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

-- 
After purging and removing /var/lib/eucalyptus image store is out of sync
https://bugs.launchpad.net/bugs/461202
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 456808] Re: Karmic-Networking (SAMBA) just does not work, even with detailed attention.

2010-01-06 Thread justinc
I just created a new user and he works fine, it appears that it is the
primary/sudo user that doesn't get authenticated.

-- 
Karmic-Networking (SAMBA) just does not work, even with detailed attention.
https://bugs.launchpad.net/bugs/456808
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 504109] [NEW] MOTU/Package issue: network-manager nm-applet don't depend on dhcp3-client

2010-01-06 Thread Tundro Walker
Public bug reported:

Using Ubuntu Karmic 9.10

This isn't a bug, per say, more of a usability / pro-active-prevention measure 
to keep noobs from shooting themselves in the foot.

Basically, I was able to uninstall dhcp3-client  dhcp3-common packages
in Synaptic while still using wpasupplicant, nm-applet  network-
manager.  I understand that Ubuntu gives you the freedom to switch to a
different dhcp client app if you wish.  But by letting me uninstall
those 2 packages, my comp was no longer able to negotiate dhcp leases
from my home network, and the network-manager could no longer hook to my
home network and get me on the net.

I tried using the Ubuntu 9.10 Karmic cd as a repo to install them, but
it couldn't find dhcp3-* on it, so no luck there.  I finally went to
another comp of mine, and used it to dig up those 2 packages as .deb
files from ubuntu's online repo.  I sneaker-net'ed them over to my other
box on a usb stick, installed them, and all was well.

I think network-manager, nm-applet, and/or wpa-supplicant should have a
dependency to dhcp3-client in order to prevent folks from uninstalling
it by accident then later wondering why their network-manager is not
connecting to their network when they reboot.

ProblemType: Bug
Architecture: i386
Date: Wed Jan  6 20:55:46 2010
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
NonfreeKernelModules: nvidia
Package: dhcp3-client 3.1.2-1ubuntu7
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: dhcp3
Uname: Linux 2.6.31-17-generic i686

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


** Tags: apport-bug i386

-- 
MOTU/Package issue: network-manager  nm-applet don't depend on dhcp3-client
https://bugs.launchpad.net/bugs/504109
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 504109] Re: MOTU/Package issue: network-manager nm-applet don't depend on dhcp3-client

2010-01-06 Thread Tundro Walker

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

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/37528578/XsessionErrors.txt

-- 
MOTU/Package issue: network-manager  nm-applet don't depend on dhcp3-client
https://bugs.launchpad.net/bugs/504109
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 221512] Re: autofs cannot mount nfs shares with the grpid

2010-01-06 Thread unixnewbie
i don't believe so. i am now experiencing this. when I boot my karmic
install, my NFS shares no longer auto mount. I have to issue sudo mount
-a and then they mount just fine. Can anyone help please? I have read
something about the networking being started after the mount all command
is given, how do i fix this? what logs should I post?

-- 
autofs cannot mount nfs shares with the grpid
https://bugs.launchpad.net/bugs/221512
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs 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 503768] Re: package clamav-freshclam 0.95.3+dfsg-1ubuntu0.09.10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-01-06 Thread mag00
Yes!! This works fine for me! Thank you so much.

[]'s

-- 
package clamav-freshclam 0.95.3+dfsg-1ubuntu0.09.10 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/503768
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav 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 503768] Re: package clamav-freshclam 0.95.3+dfsg-1ubuntu0.09.10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-01-06 Thread Scott Kitterman
** Changed in: clamav (Ubuntu)
   Status: Incomplete = Invalid

-- 
package clamav-freshclam 0.95.3+dfsg-1ubuntu0.09.10 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/503768
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav 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 503850] Re: Upstart publication scripts no longer run

2010-01-06 Thread Thierry Carrez
@Mathias:
For SC/CC/Walrus/NC, the publication has to be done when the package is 
installed and ssh is started (see autoregistration spec). An SC, for example, 
will not fully start until credentials have been synced. On installs where SC 
is separated from CLC, this won't happen until registration. And registration 
won't happen until publication :)

Comment #5 is probably a good idea, could you open a new bug to track
the publication won't happen on package install issue ? I'm not 100%
sure we /need/ to fix that given that autoregistration will then fail
(missing parent key in downstream authorized_keys). The autoregistration
spec for alpha2 targets the UEC installer, then we need to see what can
be done to improve install-from-packages.

-- 
Upstart publication scripts no longer run
https://bugs.launchpad.net/bugs/503850
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