[Bug 429754] Re: Instance fail to run

2009-09-16 Thread Thierry Carrez
** Changed in: eucalyptus (Ubuntu)
   Importance: Undecided = High

** Tags added: eucalyptus

-- 
Instance fail to run
https://bugs.launchpad.net/bugs/429754
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 430093] Re: Eucalyptus 403 Forbidden when trying to run instance after package upgrade

2009-09-16 Thread Thierry Carrez
** Changed in: eucalyptus (Ubuntu)
   Importance: Undecided = High

** Tags added: eucalyptus

-- 
Eucalyptus 403 Forbidden when trying to run instance after package upgrade
https://bugs.launchpad.net/bugs/430093
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 423076] Re: `kvm -name TITLE` option does not set gnome-panel name correctly

2009-09-16 Thread Dominic Evans
** Changed in: qemu-kvm (Ubuntu)
   Status: Won't Fix = Confirmed

-- 
`kvm -name TITLE` option does not set gnome-panel name correctly
https://bugs.launchpad.net/bugs/423076
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

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


[Bug 423076] Re: `kvm -name TITLE` option does not set gnome-panel name correctly

2009-09-16 Thread Dominic Evans
Re-opening this bug as it took me a minute of googling to find what code
change were needed in qemu-kvm. Will attach a patch shortly.

-- 
`kvm -name TITLE` option does not set gnome-panel name correctly
https://bugs.launchpad.net/bugs/423076
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

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


[Bug 429754] Re: Instance fail to run

2009-09-16 Thread Soren Hansen
Etienne, could you check the the node controller is running as the
eucalyptus user and that the eucalyptus user is a member of the libvirtd
group? Also, does /var/run/eucalyptus exist on the node controller?

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

-- 
Instance fail to run
https://bugs.launchpad.net/bugs/429754
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 429769] Re: package postfix 2.5.5-1.1 failed to install/upgrade: subprocess post-installation script returned error exit status 75

2009-09-16 Thread Bart de Koning
Same error on my machine.
it looks like postfix cannot handle a hostname that consists of only numbers

sudo dpkg --configure postfix
Instellen van postfix (2.5.5-1.1) ...

Postfix configuration was not changed.  If you need to make changes, edit
/etc/postfix/main.cf (and others) as needed.  To view Postfix configuration
values, see postconf(1).

After modifying main.cf, be sure to run '/etc/init.d/postfix reload'.

Running newaliases
newaliases: warning: valid_hostname: numeric hostname: 0111055
newaliases: fatal: file /etc/postfix/main.cf: parameter myhostname: bad 
parameter value: 0111055
dpkg: fout bij afhandelen van postfix (--configure):
 subproces post-installation script gaf een foutwaarde 75 terug
Processing triggers for libc6 ...
ldconfig deferred processing now taking place
Fouten gevonden tijdens behandelen van:
 postfix

-- 
package postfix 2.5.5-1.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 75
https://bugs.launchpad.net/bugs/429769
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 430652] [NEW] /etc/qemu-ifup script regression - fails to find bridge interface

2009-09-16 Thread Dominic Evans
Public bug reported:

Binary package hint: qemu-kvm

= Abstract

The /etc/qemu-ifup script used by `-net tap` seems to have regressed in
0.11.0~rc2-0ubuntu4 and no longer functions correctly on a machine where
it previously worked.

= Description

/etc/qemu-ifup used to hardcode the bridge interface to br0. Now it
attempts to found this out using an awk of the routing table. This fails
on my system in the following way:

$ sudo qemu rhel5-1.img -net nic -net tap -m 512 -name RHEL1 -vga std
bridge 100 does not exist!
/etc/qemu-ifup: could not launch network script
qemu: Could not initialize device 'tap'

The qemu-ifup script is attempted to find `br0` via the following cmd (which 
grabs the last column on the line that starts with 'default')
  switch=$(/sbin/ip route list | awk '/^default / { print $NF }')

(ip addresses modified)
$ /sbin/ip route list
74.125.127.0/24 dev br0  proto kernel  scope link  src 74.125.127.11 
169.254.0.0/16 dev br0  scope link  metric 1000 
default via 74.125.127.1 dev br0  metric 100

Obviously in my case that gives '100', which is incorrect.

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New

-- 
/etc/qemu-ifup script regression - fails to find bridge interface
https://bugs.launchpad.net/bugs/430652
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

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


[Bug 105195] Re: kvm can not run Windows XP

2009-09-16 Thread Pieter
I get the blank/black screen after the bios, booting XP vm's i setup on the 
same pc a while ago.
Could it be the kernel version ?

-- 
kvm can not run Windows XP
https://bugs.launchpad.net/bugs/105195
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 425926] Re: Eucalyptus 'Store' tab requires appliance store proxy package

2009-09-16 Thread Soren Hansen
Does it fail gracefully in the absence of the proxy service?

-- 
Eucalyptus 'Store' tab requires appliance store proxy package 
https://bugs.launchpad.net/bugs/425926
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 270713] Re: [SRU] snmpd: error getting netmask for interface

2009-09-16 Thread Chuck Short
** Summary changed:

- snmpd: error getting netmask for interface
+ [SRU] snmpd: error getting netmask for interface

-- 
[SRU] snmpd: error getting netmask for interface
https://bugs.launchpad.net/bugs/270713
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in ubuntu.

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


[Bug 192745] Re: [SRU] Net-SNMP tries to read the obsolete /etc/sensors.conf

2009-09-16 Thread Chuck Short
Statement of Impact: The net-snmp version that we are running hardcodes
the /etc/sensors.conf in the source code. However on ubuntu this file is
/etc/sensors3.conf. Users wanting to use lmsensors and net-snmp have to
create a symlink for /etc/sensors.conf.

How this bug has been addresses: This bug has been fixed in karmic by
adding the attached patch to change it to /etc/sensors3.conf.

How to Reproduce:

1. Install and configure lmsensors.
2. Install and configure net-snmp.
3. Run the following command: snmpwalk localhost lmSensors

You should get the following output:

  LM-SENSORS-MIB::lmSensors = No Such Object available on this agent at
this OID

Impact: There should be no impact.

-- 
[SRU] Net-SNMP tries to read the obsolete /etc/sensors.conf
https://bugs.launchpad.net/bugs/192745
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in ubuntu.

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


[Bug 192745] Re: [SRU] Net-SNMP tries to read the obsolete /etc/sensors.conf

2009-09-16 Thread Chuck Short

** Attachment added: 103-fix-ubuntu-lmsensors.patch
   http://launchpadlibrarian.net/31898496/103-fix-ubuntu-lmsensors.patch

-- 
[SRU] Net-SNMP tries to read the obsolete /etc/sensors.conf
https://bugs.launchpad.net/bugs/192745
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in ubuntu.

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


[Bug 347361] Re: [SRU] libsnmp-python segmentation fault

2009-09-16 Thread Chuck Short
** Summary changed:

- libsnmp-python segmentation fault
+ [SRU] libsnmp-python segmentation fault

** Changed in: net-snmp (Ubuntu Hardy)
 Assignee: (unassigned) = Chuck Short (zulcss)

-- 
[SRU] libsnmp-python segmentation fault
https://bugs.launchpad.net/bugs/347361
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in ubuntu.

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


[Bug 270713] Re: [SRU] snmpd: error getting netmask for interface

2009-09-16 Thread Chuck Short

** Attachment added: 101-fix-ipalias.patch
   http://launchpadlibrarian.net/31899024/101-fix-ipalias.patch

** Changed in: net-snmp (Ubuntu Hardy)
 Assignee: (unassigned) = Chuck Short (zulcss)

** Changed in: net-snmp (Ubuntu Intrepid)
 Assignee: (unassigned) = Chuck Short (zulcss)

** Changed in: net-snmp (Ubuntu Jaunty)
 Assignee: (unassigned) = Chuck Short (zulcss)

-- 
[SRU] snmpd: error getting netmask for interface
https://bugs.launchpad.net/bugs/270713
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in ubuntu.

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


[Bug 425928] Re: Eucalyptus CC package depends on 'vtund' process in multi-cluster mode

2009-09-16 Thread Soren Hansen
Just to get this on record:

Why is layer two tunneling needed? Does EC2 allow direct ethernet
communication between instances? Is that why we're doing it? Or is this
related to AoE?

-- 
Eucalyptus CC package depends on 'vtund' process in multi-cluster mode
https://bugs.launchpad.net/bugs/425928
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 270713] Re: [SRU] snmpd: error getting netmask for interface

2009-09-16 Thread Chuck Short
statement explaining the impact

Net-snmp in all versions of Ubuntu up until Karmic have this problem.
This is caused by a bug in net-snmp and ip aliasing. When a user tries
to use an interface with the physical interface is unconfigured and an
ip alias is configured for the same interface the following will be
spewed out in /var/log/syslog:

snmpd[27523]: error getting netmask for interface 2

How this bug has been addresses:

The bug has been fixed in the SVN tree for net-snmp at:

http://net-snmp.svn.sourceforge.net/viewvc/net-snmp/trunk/net-
snmp/agent/mibgroup/ip-
mib/data_access/ipaddress_ioctl.c?r1=16381r2=16778

I have backported the patch to Karmic and tested it myself, its now
fixed in Karmic. I have attached the patch to this bug report as well.

How to reproduce:

1. In a virtual machine, add a second ethernet interface.
2. Create an ipalias such as the following:
  sudo ifconfig ethX:1 xxx.xxx.xxx.xxx netmask 255.255.255.0 up
3. Install and configure snmpd and snmp
4. Run snmpd and check the output of /var/log/syslog.

Impact:

There should be no regression potential with this patch.

If you have any question please let me know.

Regards
chuck

-- 
[SRU] snmpd: error getting netmask for interface
https://bugs.launchpad.net/bugs/270713
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in ubuntu.

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


[Bug 405715] Re: Main Inclusion Report (Eucalyptus dependencies set 1)

2009-09-16 Thread Michael Terry
Approved by asac, as per
https://wiki.ubuntu.com/EucalyptusInMainSpec/Packages

** Changed in: jmock (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Main Inclusion Report (Eucalyptus dependencies set 1)
https://bugs.launchpad.net/bugs/405715
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to janino 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 405715] Re: Main Inclusion Report (Eucalyptus dependencies set 1)

2009-09-16 Thread Michael Terry
Approved by doko, as per
https://wiki.ubuntu.com/EucalyptusInMainSpec/Packages

** Changed in: qdox (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Main Inclusion Report (Eucalyptus dependencies set 1)
https://bugs.launchpad.net/bugs/405715
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to janino 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 423076] Re: [patch] `kvm -name TITLE` option does not set gnome-panel name correctly

2009-09-16 Thread Dominic Evans
Fixed by passing the 'QEMU (NAME)' as the icon_title value to
SDL_WM_SetCaption.

debdiff attached, standalone patch for debian/patches to follow

** Summary changed:

- `kvm -name TITLE` option does not set gnome-panel name correctly
+ [patch] `kvm -name TITLE` option does not set gnome-panel name correctly

** Attachment added: debdiff-423076.patch
   http://launchpadlibrarian.net/31899278/debdiff-423076.patch

-- 
[patch] `kvm -name TITLE` option does not set gnome-panel name correctly
https://bugs.launchpad.net/bugs/423076
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

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


[Bug 423076] Re: [patch] `kvm -name TITLE` option does not set gnome-panel name correctly

2009-09-16 Thread Dominic Evans
debian/patches/06_improve-qemu-sdl-title.patch

** Attachment added: 06_improve-qemu-sdl-title.patch
   http://launchpadlibrarian.net/31899293/06_improve-qemu-sdl-title.patch

-- 
[patch] `kvm -name TITLE` option does not set gnome-panel name correctly
https://bugs.launchpad.net/bugs/423076
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

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


[Bug 423076] Re: [patch] `kvm -name TITLE` option does not set gnome-panel name correctly

2009-09-16 Thread Dominic Evans
built and installed the pkg locally and found to be working as desired

have also uploaded to my ppa

-- 
[patch] `kvm -name TITLE` option does not set gnome-panel name correctly
https://bugs.launchpad.net/bugs/423076
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

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


[Bug 347361] Re: [SRU] libsnmp-python segmentation fault

2009-09-16 Thread Chuck Short
Statement of Impact

The python bindings for net-snmp shipped with a bug that can cause a
segmentation fault when a user tries to run a python script.

How this bug has been fixed

net-snmp has a patch in their SVN tree which addresses this issue (http
://net-snmp.svn.sourceforge.net/viewvc/net-snmp?view=revrevision=17207)
This bug has been fixed in intrepid and above by the attached patch

How to reproduce:

1. Install snmpd, snmp, and libsnmp-python.
2. Configure snmpd
3. Run the script that was attached above

Impact: There should be no regression potential with this patch.

If you have any questions please let me know.

Regards
chuck


** Attachment added: 53_fix_python_regression.patch
   http://launchpadlibrarian.net/31899312/53_fix_python_regression.patch

-- 
[SRU] libsnmp-python segmentation fault
https://bugs.launchpad.net/bugs/347361
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in ubuntu.

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


[Bug 425926] Re: Eucalyptus 'Store' tab requires appliance store proxy package

2009-09-16 Thread Gustavo Niemeyer
It does.  It should just display a message saying that the proxy is not
available.

That said, considering it has so few dependencies by itself, it'd be
good to have the Eucalyptus package depending on the Image Store Proxy
package, so that people will benefit from the service without having to
figure how to get the proxy installed.

-- 
Eucalyptus 'Store' tab requires appliance store proxy package 
https://bugs.launchpad.net/bugs/425926
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 406171] Re: COUNTER64 broken in NetSNMP::agent

2009-09-16 Thread Chuck Short
Statement of Impact:

Users trying to use NetSNMP::agent are unable to do so because Counter64
is broken.

How the bug has been addressed:

This bug has been addressed in the SVN tree for net-snmp (http://net-
snmp.svn.sourceforge.net/viewvc/net-snmp/branches/V5-4-patches/net-
snmp/perl/agent/agent.xs?view=patchr1=17246r2=17245pathrev=17246). I
have backported this patch for Karmic and have not backported for
Hardy,Intrepid, and Jaunty. The patch is attached.

How to reproduce:

See above in comment #3

Impact:

There should be no regressions with this patch.

** Attachment added: 99-fix-perl-counter-in-subagent.patch
   http://launchpadlibrarian.net/31899755/99-fix-perl-counter-in-subagent.patch

** Summary changed:

- COUNTER64 broken in NetSNMP::agent
+ [SRU] COUNTER64 broken in NetSNMP::agent

-- 
[SRU] COUNTER64 broken in NetSNMP::agent
https://bugs.launchpad.net/bugs/406171
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in ubuntu.

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


[Bug 430730] [NEW] freeradius config needs freeradius-mysql

2009-09-16 Thread Marc Deslauriers
Public bug reported:

Binary package hint: freeradius

freeradius refuses to start without the freeradius-mysql package being
installed:

From the output of freeradius -X:

{snip}
including configuration file /etc/freeradius/modules/acct_unique
including configuration file /etc/freeradius/modules/wimax
including configuration file /etc/freeradius/modules/krb5
including configuration file /etc/freeradius/eap.conf
including configuration file /etc/freeradius/sql.conf
including configuration file /etc/freeradius/sql/mysql/dialup.conf
Unable to open file /etc/freeradius/sql/mysql/dialup.conf: No such file or 
directory
Errors reading /etc/freeradius/radiusd.conf

Steps to reproduce:

1- apt-get install freeradius (do _not_ install freeradius-mysql)
2- /etc/init.d/freeradius start
3- notice the daemon is not running
4- /usr/sbin/freeradius -X

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

-- 
freeradius config needs freeradius-mysql
https://bugs.launchpad.net/bugs/430730
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius 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 430732] [NEW] radclient doesn't work

2009-09-16 Thread Marc Deslauriers
Public bug reported:

Binary package hint: freeradius

The radclient tool in freeradius doesn't work:

# radtest testuser testpass localhost 10 testing123
radclient: socket: cannot initialize udpfromto: Function not implemented

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

-- 
radclient doesn't work
https://bugs.launchpad.net/bugs/430732
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius 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 430730] Re: freeradius config needs freeradius-mysql

2009-09-16 Thread Marc Deslauriers
This is an issue in intrepid, jaunty and karmic.

-- 
freeradius config needs freeradius-mysql
https://bugs.launchpad.net/bugs/430730
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius 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 430732] Re: radclient doesn't work

2009-09-16 Thread Marc Deslauriers
This affects jaunty and karmic.

Intrepid is ok.

-- 
radclient doesn't work
https://bugs.launchpad.net/bugs/430732
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius 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 367769] Re: freeradius init script not consistent with radiusd.conf

2009-09-16 Thread Marc Deslauriers
This is still broken in Intrepid.

-- 
freeradius init script not consistent with radiusd.conf
https://bugs.launchpad.net/bugs/367769
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius 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 28706] Re: need way to specify the lockd port

2009-09-16 Thread Shane Rice
Ok, after playing around with this, I'm getting there.  I want to
document this here, so at least others and even myself can benefit from
this in the future.  I added this line:  options lockd nlm_udpport=4045
nlm_tcpport=4045to  /etc/modprobe.d/options.conf  the port number
can really be anything.  Then I reboot and run rpcinfo -p which shows
that nlockmgr is bound to that port number, and we are one step closer.
However mountd still comes up with random port to use, and firewall is
still blocking us out.  How do we bind the mountd port?  I think status
may play a part in this too.  When we are done with this I will have
learned enough to write up a small how to. :)

Shane

-- 
need way to specify the lockd port
https://bugs.launchpad.net/bugs/28706
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

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


[Bug 28706] Re: need way to specify the lockd port

2009-09-16 Thread Shane Rice
Ok, after playing around with this, I'm getting there.  I want to
document this here, so at least others and even myself can benefit from
this in the future.  I added this line:  options lockd nlm_udpport=4045
nlm_tcpport=4045to  /etc/modprobe.d/options.conf  the port number
can really be anything.  Then I reboot and run rpcinfo -p which shows
that nlockmgr is bound to that port number, and we are one step closer.
However mountd still comes up with random port to use, and firewall is
still blocking us out.  How do we bind the mountd port?  I think status
may play a part in this too.  We we are done with this I will have
learned enough to write up a small how to. :)

Shane

-- 
need way to specify the lockd port
https://bugs.launchpad.net/bugs/28706
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

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


[Bug 430758] [NEW] Cloud installer / Cluster install hangs at reboot after install

2009-09-16 Thread Thierry Carrez
Public bug reported:

Using the Cloud Installer option on the server CD, cluster mode, after reboot 
the system hangs at:
Enabling IP forwarding *  Restarting OpenBSD Secure Shell server sshd

Logging in via ssh, it appears /etc/init.d/eucalyptus-cc is stuck in a loop.
Which is not that surprising, considering this code snippet:

i=10
while ! netstat -ln -A inet,inet6 2/dev/null | egrep -q 
^tcp6?[[:space:]]+[[:digit:]]+[[:space:]]+[[:digit:]]+[[:space:]]+[^[:space:]]+:${CLOUD_PORT:-8773}[[:space:]];
 do
i=$(($i - 1))
sleep 1
done

CLOUD_PORT is apparently empty, and the real port used is 8774, so this
loops forever.

I'm trying to understand the maze of the initscripts since simply fixing
that one doesn't appear to be sufficient to ensure seamless boot
messages.

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

** Changed in: eucalyptus (Ubuntu)
   Importance: Undecided = High

-- 
Cloud installer / Cluster install hangs at reboot after install
https://bugs.launchpad.net/bugs/430758
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 430758] Re: Cloud installer / Cluster install hangs at reboot after install

2009-09-16 Thread Dustin Kirkland
Confirming, I'm seeing the same thing from a fresh install on real
hardware.

:-Dustin

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

-- 
Cloud installer / Cluster install hangs at reboot after install
https://bugs.launchpad.net/bugs/430758
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 425928] Re: Eucalyptus CC package depends on 'vtund' process in multi-cluster mode

2009-09-16 Thread Soren Hansen
My testing on EC2 suggests that direct ethernet communication across
availability zone boundaries is not possible. For the record, I added an
extra IP address (192.168.10.1 and .2) to eth0 on each host, and added
an arp entry for the other host on each of them, and tried to ping. No
luck.

-- 
Eucalyptus CC package depends on 'vtund' process in multi-cluster mode
https://bugs.launchpad.net/bugs/425928
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 430655] Re: /etc/qemu-ifdown is being installed without execute permissions

2009-09-16 Thread Dustin Kirkland
** Changed in: qemu-kvm (Ubuntu)
   Status: New = Triaged

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

** Changed in: qemu-kvm (Ubuntu)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)

-- 
/etc/qemu-ifdown is being installed without execute permissions
https://bugs.launchpad.net/bugs/430655
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

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


[Bug 423076] Re: [patch] `kvm -name TITLE` option does not set gnome-panel name correctly

2009-09-16 Thread Dustin Kirkland
** Changed in: qemu-kvm (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: qemu-kvm (Ubuntu)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)

-- 
[patch] `kvm -name TITLE` option does not set gnome-panel name correctly
https://bugs.launchpad.net/bugs/423076
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

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


[Bug 430758] Re: Cloud installer / Cluster install hangs at reboot after install

2009-09-16 Thread Thierry Carrez
Proposed patch

** Attachment added: patch
   http://launchpadlibrarian.net/31904061/patch

-- 
Cloud installer / Cluster install hangs at reboot after install
https://bugs.launchpad.net/bugs/430758
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 430758] Re: Cloud installer / Cluster install hangs at reboot after install

2009-09-16 Thread Thierry Carrez
Changing 8773 to 8774 in all initscripts fixes this.
This is only a first-boot issue, since CLOUD_PORT gets defined afterwards.

Adding VERBOSE=yes at the top of the initscripts restores the missing
start/stop messages at boot.


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

-- 
Cloud installer / Cluster install hangs at reboot after install
https://bugs.launchpad.net/bugs/430758
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 425926] Re: Eucalyptus 'Store' tab requires appliance store proxy package

2009-09-16 Thread Mathias Gug
My proposal [1] is to have eucalyptus-cloud recommend python-image-
proxy-store.

[1]: https://code.launchpad.net/~mathiaz/eucalyptus/image-store-proxy-
recommends

** Branch linked: lp:~mathiaz/eucalyptus/image-store-proxy-recommends

-- 
Eucalyptus 'Store' tab requires appliance store proxy package 
https://bugs.launchpad.net/bugs/425926
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 430772] [NEW] mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade

2009-09-16 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

The first thing I did was trying to install lamp server like below:
sudo tasksel install lamp-server. Then I entered the root password for mysql, 
after few mins the installation stopped at 72%(for very long time), It didn't 
recover at all. So I just closed the terminal. And when I went to 
System-administration-synaptic package manager, I came across this bug.

This usually means that another package manager application(like apt-
get or aptitude) is already running. Please close the application
first.

This is first time I'm using jaunty, I wanted to work with jaunty. 
But I need apache,phpandmysql for my work. 
This bug came up while I was trying to do that.

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess post-installation script returned error exit status 127
NonfreeKernelModules: ath_hal
Package: mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2
SourcePackage: mysql-dfsg-5.0
Title: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to 
install/upgrade: subprocess post-installation script returned error exit status 
127
Uname: Linux 2.6.28-15-generic i686

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


** Tags: apport-package i386
-- 
mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade
https://bugs.edge.launchpad.net/bugs/430772
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 430772] Re: mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade

2009-09-16 Thread arky
Looks like mysql-server package failed to installed. Assigning it to
mysq-dfsg-5.0 pacakge.

** Summary changed:

- Unable to get exclusive lock
+ mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade

** Package changed: ubuntu = mysql-dfsg-5.0 (Ubuntu)

-- 
mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade
https://bugs.launchpad.net/bugs/430772
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 430772] Re: mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade

2009-09-16 Thread Mathias Gug
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

I can see two errors:

Setting up mysql-server-5.0 (5.1.30really5.0.75-0ubuntu10.2) ...

 * Stopping MySQL database server mysqld

   ...done.

 * Reloading AppArmor profiles ...

   ...done.

 * /etc/init.d/mysql: WARNING: /etc/mysql/my.cnf cannot be read. See
README.Debian.gz

 * Starting MySQL database server mysqld

   ...done.

/usr/bin/mysqladmin: connect to server at 'localhost' failed

error: 'Access denied for user 'debian-sys-maint'@'localhost' (using
password: YES)'


This is bug 153868.

And then:

Setting up mysql-server-5.0 (5.1.30really5.0.75-0ubuntu10.2) ...
 * Stopping MySQL database server mysqld    
[ OK ]
 * Reloading AppArmor profiles ...    
[ OK ]
 * /etc/init.d/mysql: WARNING: /etc/mysql/my.cnf cannot be read. 
See README.Debian.gz
 * Starting MySQL database server mysqld    
[ OK ]
/etc/init.d/mysql: line 115: /etc/mysql/debian-start: No such file or directory

The configuration files have probably been deleted. Try to purge the
package and reinstall it.

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

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

-- 
mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade
https://bugs.launchpad.net/bugs/430772
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 430825] [NEW] package bind9 1:9.6.1.dfsg.P1-3 failed to install/upgrade:

2009-09-16 Thread Sergio Santos de Assis
Public bug reported:

Binary package hint: bind9

i had this problem when i was upgrding from ubuntu 9.04 to ubuntu 9.10

ProblemType: Package
Architecture: amd64
Date: Tue Sep 15 12:41:42 2009
DistroRelease: Ubuntu 9.10
ErrorMessage:
 ErrorMessage: sub-processo installed post-installation script retornou estado 
de saĆ­da de erro 1
Package: bind9 1:9.6.1.dfsg.P1-3
ProcVersionSignature: Ubuntu 2.6.31-10.30-server
SourcePackage: bind9
Title: package bind9 1:9.6.1.dfsg.P1-3 failed to install/upgrade:
Uname: Linux 2.6.31-10-server x86_64

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


** Tags: amd64 apport-package

-- 
package bind9 1:9.6.1.dfsg.P1-3 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/430825
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 430825] Re: package bind9 1:9.6.1.dfsg.P1-3 failed to install/upgrade:

2009-09-16 Thread Sergio Santos de Assis

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

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

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

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

-- 
package bind9 1:9.6.1.dfsg.P1-3 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/430825
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 430820] Re: eucalyptus node install results in broken /etc/network/interfaces

2009-09-16 Thread Dustin Kirkland

** Attachment added: questions.dat
   http://launchpadlibrarian.net/31905201/questions.dat

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

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

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

-- 
eucalyptus node install results in broken /etc/network/interfaces
https://bugs.launchpad.net/bugs/430820
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 430820] [NEW] eucalyptus node install results in broken /etc/network/interfaces

2009-09-16 Thread Dustin Kirkland
Public bug reported:

Fresh install of eucalyptus-node, /etc/network interfaces looks like
this:

===
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet dhcp

iface br0 inet dhcp
bridge_ports
bridge_fd 9
bridge_hello 2
bridge_maxage 12
bridge_stp off

===

Note that bridge_ports is missing the eth0 parameter.  Adding this,
and restarting the networking service solves the problem.

This should be fixed in the debian/eucalyptus-udeb.finish-install.

:-Dustin

** Affects: eucalyptus (Ubuntu)
 Importance: High
 Status: Triaged


** Tags: eucalyptus

-- 
eucalyptus node install results in broken /etc/network/interfaces
https://bugs.launchpad.net/bugs/430820
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 28706] Re: need way to specify the lockd port

2009-09-16 Thread DaneM
I found this while searching the mountd man pages:

-P portnum or --port portnum
   Makes mountd listen on port portnum instead of some random port.
   By  default,  mountd will listen on the mount/udp port specified
   in /etc/services, or, if that is undefined,  on  some  arbitrary
   port number below 1024.

(note the CAPITAL P)

I looked in /etc/services (on jaunty) and saw this:

sunrpc  111/tcp portmapper  # RPC 4.0 portmapper
sunrpc  111/udp portmapper
...
nfs 2049/tcp# Network File System
nfs 2049/udp# Network File System

Do you think it would wok if you were to open those ports in the
firewall (assuming you haven't already)?  I think that once the
connection is established, the random port number becomes an
established/related connection.  I could be wrong.  It's been a long
time since I've messed with all this.

-- 
need way to specify the lockd port
https://bugs.launchpad.net/bugs/28706
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

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


[Bug 430841] [NEW] after package install of eucalyptus-cloud, walrus, sc, only cloud service is loaded

2009-09-16 Thread Daniel Nurmi
Public bug reported:

The eucalyptus-cloud, -walrus, and -sc services all run as web services
under the same process if installed on the same machine.  The init
scripts, upon 'start', check if the web service file exists, and the
process is running; if both are true, the init script does nothing and
exits successfully.  However, this is a problem if one installs and runs
one service (say 'cloud'), then installs another (say 'walrus').   The
first service installs the cloud web service file, calls the init
script, which starts the process.  The second service installs the file,
but the init script doesn't restart the process since it only checks for
file/process existence, which are both true.

The workaround is to install all services (cloud, walrus, sc), then
restart any one of the services using the init script.  When the process
restarts, it has all three services loaded.

One solution would be to require that the 'start' of any service
restarts the process.

Another solution is based on how the service init scripts function.
When the init scripts are called with 'stop', the process is stopped,
the web service file is moved to '$file.disabled', and the process is
restarted.  A way around this problem may be to install the service
files from the package as '$file.disabled', so that the first 'start'
that is called on post install correctly restarts the process which will
ensure that the service is loaded.

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


** Tags: eucalyptus

-- 
after package install of eucalyptus-cloud, walrus, sc, only cloud service is 
loaded
https://bugs.launchpad.net/bugs/430841
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 430846] [NEW] eucalyptus politely requests 32 loop devices

2009-09-16 Thread Dustin Kirkland
Public bug reported:

The eucalyptus init scripts check for the number of loop devices, which
is set to 8 in Ubuntu.

Eucalyptus requests 32 loop devices for for mounting the root filesystem
to inject credentials. the storage controller uses it for volumes. you
run out pretty quick with the default (8).

The Ubuntu kernel provides 8 by default, but more can be created on the
fly.  Add some logic to the eucalyptus init scripts to create the 32
that it wants.

:-Dustin

** Affects: eucalyptus (Ubuntu)
 Importance: Low
 Assignee: Dustin Kirkland (kirkland)
 Status: In Progress

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Won't Fix

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

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

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

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

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu)
   Status: New = Won't Fix

-- 
eucalyptus politely requests 32 loop devices
https://bugs.launchpad.net/bugs/430846
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 430846] Re: eucalyptus politely requests 32 loop devices

2009-09-16 Thread Dustin Kirkland
Marking won't fix against the kernel since this can and should be
configured in user space.

:-Dustin

-- 
eucalyptus politely requests 32 loop devices
https://bugs.launchpad.net/bugs/430846
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 28706] Re: need way to specify the lockd port

2009-09-16 Thread Shane Rice
ok got it.  I put up a small how-to here:
http://ubuntuforums.org/showpost.php?p=7959294postcount=17

Hope this helps.

Shane

-- 
need way to specify the lockd port
https://bugs.launchpad.net/bugs/28706
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

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


[Bug 430846] Re: eucalyptus politely requests 32 loop devices

2009-09-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/eucalyptus/ubuntu

-- 
eucalyptus politely requests 32 loop devices
https://bugs.launchpad.net/bugs/430846
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 28706] Re: need way to specify the lockd port

2009-09-16 Thread DaneM
Excellent post!  Thanks for making the how-to, Shane.  You may want to
consider posting this to the Ubuntu wiki, with a title something like,
Making NFS work with Ubuntu-CE-Firewall.  That would make it a little
easier to find.

-- 
need way to specify the lockd port
https://bugs.launchpad.net/bugs/28706
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

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


[Bug 430820] Re: eucalyptus node install results in broken /etc/network/interfaces

2009-09-16 Thread Etienne Goyer
You will also want to make eth0 manual (iface eth0 inet manual),
otherwise both the bridge and eth0 will get an IP, making the routing
table funny.

-- 
eucalyptus node install results in broken /etc/network/interfaces
https://bugs.launchpad.net/bugs/430820
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 430877] [NEW] describe volumes and describe snapshots times out occasionally

2009-09-16 Thread Neil Soman
Public bug reported:

Every other (sometimes third) time, euca/ec2 describe volumes/snapshots
will hang.

** Affects: eucalyptus
 Importance: Undecided
 Status: New

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

** Branch linked: lp:eucalyptus/1.6

** Also affects: eucalyptus (Ubuntu)
   Importance: Undecided
   Status: New

-- 
describe volumes and describe snapshots times out occasionally
https://bugs.launchpad.net/bugs/430877
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 430888] Re: storage startup checks should be async

2009-09-16 Thread Neil Soman

revno: 764
committer: Neil 
branch nick: 1.6
timestamp: Wed 2009-09-16 10:47:56 -0700
message:
  fixes #430888



** Also affects: eucalyptus (Ubuntu)
   Importance: Undecided
   Status: New

** Branch linked: lp:eucalyptus/1.6

** Changed in: eucalyptus
   Status: New = Fix Committed

-- 
storage startup checks should be async
https://bugs.launchpad.net/bugs/430888
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 430820] Re: eucalyptus node install results in broken /etc/network/interfaces

2009-09-16 Thread Colin Watson
Ideally, I think netcfg should make sure that netcfg/choose_interface is
always set even if there's only one interface. Still, we can work around
this in eucalyptus-udeb.

** Also affects: netcfg (Ubuntu)
   Importance: Undecided
   Status: New

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

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

-- 
eucalyptus node install results in broken /etc/network/interfaces
https://bugs.launchpad.net/bugs/430820
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 430820] Re: eucalyptus node install results in broken /etc/network/interfaces

2009-09-16 Thread Colin Watson
Etienne, can you file a separate bug about setting eth0 to manual, with
more details? Dustin says he didn't have to do that and is routing table
looks OK, so maybe this is a more isolated problem.

-- 
eucalyptus node install results in broken /etc/network/interfaces
https://bugs.launchpad.net/bugs/430820
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 430820] Re: eucalyptus node install results in broken /etc/network/interfaces

2009-09-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/eucalyptus/ubuntu

-- 
eucalyptus node install results in broken /etc/network/interfaces
https://bugs.launchpad.net/bugs/430820
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 430820] Re: eucalyptus node install results in broken /etc/network/interfaces

2009-09-16 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu)
   Status: Triaged = In Progress

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

-- 
eucalyptus node install results in broken /etc/network/interfaces
https://bugs.launchpad.net/bugs/430820
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 425926] Re: Eucalyptus 'Store' tab requires appliance store proxy package

2009-09-16 Thread Mathias Gug
** Changed in: eucalyptus (Ubuntu Karmic)
   Status: Triaged = Fix Committed

** Changed in: eucalyptus (Ubuntu Karmic)
 Assignee: Gustavo Niemeyer (niemeyer) = Mathias Gug (mathiaz)

-- 
Eucalyptus 'Store' tab requires appliance store proxy package 
https://bugs.launchpad.net/bugs/425926
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 425926] Re: Eucalyptus 'Store' tab requires appliance store proxy package

2009-09-16 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6~bzr746-0ubuntu3

---
eucalyptus (1.6~bzr746-0ubuntu3) karmic; urgency=low

  [ Dustin Kirkland ]
  * tools/eucalyptus-nc.in: Create the suggested 32 loop devices using
mknod in the init script, perm'd 660, owned by root:disk, LP: #430846
  * debian/eucalyptus-udeb.finish-install: br0 needs to start at boot,
LP: #430820

  [ Colin Watson ]
  * Work around netcfg/choose_interface not always being set (LP: #430820).
  * Actually check timeout in register_local_cloud.

  [ Mathias Gug ]
  * Recommend python-image-store-proxy for eucalyptus-cloud. The Image Store
feature won't work without it, LP: #425926

 -- Soren Hansen so...@ubuntu.com   Wed, 16 Sep 2009 21:14:18 +0200

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

-- 
Eucalyptus 'Store' tab requires appliance store proxy package 
https://bugs.launchpad.net/bugs/425926
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 430820] Re: eucalyptus node install results in broken /etc/network/interfaces

2009-09-16 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6~bzr746-0ubuntu3

---
eucalyptus (1.6~bzr746-0ubuntu3) karmic; urgency=low

  [ Dustin Kirkland ]
  * tools/eucalyptus-nc.in: Create the suggested 32 loop devices using
mknod in the init script, perm'd 660, owned by root:disk, LP: #430846
  * debian/eucalyptus-udeb.finish-install: br0 needs to start at boot,
LP: #430820

  [ Colin Watson ]
  * Work around netcfg/choose_interface not always being set (LP: #430820).
  * Actually check timeout in register_local_cloud.

  [ Mathias Gug ]
  * Recommend python-image-store-proxy for eucalyptus-cloud. The Image Store
feature won't work without it, LP: #425926

 -- Soren Hansen so...@ubuntu.com   Wed, 16 Sep 2009 21:14:18 +0200

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

** Branch linked: lp:ubuntu/karmic/eucalyptus

-- 
eucalyptus node install results in broken /etc/network/interfaces
https://bugs.launchpad.net/bugs/430820
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 430841] Re: after package install of eucalyptus-cloud, walrus, sc, only cloud service is loaded

2009-09-16 Thread Soren Hansen
** Changed in: eucalyptus (Ubuntu)
   Importance: Undecided = Medium

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

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

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

-- 
after package install of eucalyptus-cloud, walrus, sc, only cloud service is 
loaded
https://bugs.launchpad.net/bugs/430841
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 430841] Re: after package install of eucalyptus-cloud, walrus, sc, only cloud service is loaded

2009-09-16 Thread Colin Watson
I think having 'start' restart the process if it isn't already providing
the necessary service would be reasonable enough.

I filed a separate bug about how the init scripts work recently, but
even then, presumably you'd still have to restart the frontend to get it
to run an additional service. The only way around that would be to
actually run multiple Java frontends, one per service, which presumably
has a memory cost?

This presumably doesn't affect initial installation using the installer
CD, since package installations in the target chroot don't start
services.

-- 
after package install of eucalyptus-cloud, walrus, sc, only cloud service is 
loaded
https://bugs.launchpad.net/bugs/430841
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 177195] Re: php5-cgi crashed with SIGSEGV in realpath@@GLIBC_2.3()

2009-09-16 Thread Kees Cook
** Description changed:

  Binary package hint: php5
  
  Code that worked great on another server causes segfaults on a freshly
  installed Gutsy 64-bit server
  
  ProblemType: Crash
  Architecture: amd64
  Date: Tue Dec 18 18:08:58 2007
  DistroRelease: Ubuntu 7.10
  ExecutablePath: /usr/bin/php5-cgi
  Package: php5-cgi 5.2.3-1ubuntu6.2
  PackageArchitecture: amd64
  ProcCmdline: /usr/bin/php5-cgi
  ProcCwd: /var/www/virtual/demomusic.nu/htdocs/ver4
  ProcEnviron: PATH=/usr/local/bin:/usr/bin:/bin
  Signal: 11
  SourcePackage: php5
  StacktraceTop:
   realpath@@GLIBC_2.3 () from /lib/libc.so.6
   virtual_file_ex ()
   expand_filepath ()
   php_check_specific_open_basedir ()
   php_check_open_basedir_ex ()
  Title: php5-cgi crashed with SIGSEGV in realpath@@GLIBC_2.3()
  Uname: Linux sumo.digitalsteam.net 2.6.22-14-server #1 SMP Sun Oct 14 
22:09:15 GMT 2007 x86_64 GNU/Linux
  UserGroups:
+ SegvAnalysis:
+  Segfault happened at: 0x2b7a8e4dfce4 realpath@@GLIBC_2.3+4:push   
%r15
+  PC (0x2b7a8e4dfce4) ok
+  source %r15 ok
+  destination (%rsp) (0x7fff1e301000) ok
+  Reason could not be automatically determined.
+ SegvReason: Reason could not be automatically determined.

-- 
php5-cgi crashed with SIGSEGV in realpath@@GLIBC_2.3()
https://bugs.launchpad.net/bugs/177195
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 430820] Re: eucalyptus node install results in broken /etc/network/interfaces

2009-09-16 Thread Etienne Goyer
Colin, for me on jaunty, the following /etc/network/interfaces result in
a system with broken network (ie, cannot ping or connect to anything):

---
# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet dhcp

auto br0
iface br0 inet dhcp
bridge_ports eth0
---


However, the following works perfectly well:

---
# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet manual

auto br0
iface br0 inet dhcp
bridge_ports eth0
---


Hence, I assume having a bridge *an* one of its member interface configured for 
DHCP result in broken networking.  Maybe I am not correct, or the behavior is 
different in karmic.

Attached is the output of ip addr show and ip route show with the
first network config.  You can see there are two default routes, etc.

** Attachment added: Output of ip addr show and ip route show
   http://launchpadlibrarian.net/31911976/ip-output.txt

-- 
eucalyptus node install results in broken /etc/network/interfaces
https://bugs.launchpad.net/bugs/430820
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 206024] Re: totem-xine-video-indexer crashed with SIGSEGV in setlocale()

2009-09-16 Thread Kees Cook
** Description changed:

  Binary package hint: totem
  
  Occurred when system rebooted after installing Hardy Heron Beta.
  
  ProblemType: Crash
  Architecture: amd64
  Date: Mon Mar 24 09:28:36 2008
  DistroRelease: Ubuntu 8.04
  ExecutablePath: /usr/bin/totem-xine-video-indexer
  NonfreeKernelModules: nvidia
  Package: totem-xine 2.22.0-0ubuntu2
  PackageArchitecture: amd64
  ProcCmdline: totem-video-indexer /home/dave/Saved\ from\ Robert's\ PC/My\ 
Music/Buddy\ Holly/20th\ Century\ Masters\ -\ The\ Millennium\ Collection-\ 
The\ Best\ of\ Buddy\ Holly/02\ Words\ of\ Love.wav
  ProcCwd: /home/dave
  ProcEnviron:
   PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Signal: 11
  SourcePackage: totem
  StacktraceTop:
   ?? () from /lib/libc.so.6
   ?? () from /lib/libc.so.6
   ?? () from /lib/libc.so.6
   setlocale () from /lib/libc.so.6
   ?? () from /usr/lib/libsmbclient.so.0
  Title: totem-xine-video-indexer crashed with SIGSEGV in setlocale()
  Uname: Linux 2.6.24-12-generic x86_64
  UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev powerdev sambashare scanner tape vboxusers video
+ SegvAnalysis:
+  Segfault happened at: 0x7f9538940800:cmp%eax,(%rsi)
+  PC (0x7f9538940800) ok
+  source %eax ok
+  destination (%rsi) (0x) not located in a known VMA region 
(needed writable region)!
+ SegvReason: writing unknown VMA

-- 
totem-xine-video-indexer crashed with SIGSEGV in setlocale()
https://bugs.launchpad.net/bugs/206024
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 211297] Re: bat crashed with SIGSEGV

2009-09-16 Thread Kees Cook
** Description changed:

  Binary package hint: bacula-console-qt
  
  I use BAT to connect to my bacula director via SSH Port forward.
  
  ProblemType: Crash
  Architecture: i386
  CrashCounter: 1
  Date: Thu Apr  3 15:58:16 2008
  DistroRelease: Ubuntu 8.04
  ExecutablePath: /usr/bin/bat
  NonfreeKernelModules: nvidia
  Package: bacula-console-qt 2.2.8-5ubuntu6
  PackageArchitecture: i386
  ProcCmdline: bat -c bat_hts.conf
  ProcEnviron:
   SHELL=/bin/zsh
   LANG=de_AT.UTF-8
   
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/lib/j2sdk1.4-sun/bin:/opt/maven-1.0.2/bin:.
  Signal: 11
  SourcePackage: bacula
  StacktraceTop:
   ?? ()
   ?? ()
   ?? ()
   ?? ()
   ?? ()
  Title: bat crashed with SIGSEGV
  Uname: Linux 2.6.24-12-generic i686
  UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
powerdev sambashare scanner vboxusers video
+ SegvAnalysis:
+  Segfault happened at: 0x80f4af2 _zn12qprogressbar8setrange...@plt+653482:  
mov0x2c(%esi),%ecx
+  PC (0x080f4af2) ok
+  source 0x2c(%esi) (0x002c) not located in a known VMA region (needed 
readable region)!
+  destination %ecx ok
+ SegvReason: reading NULL VMA

-- 
bat crashed with SIGSEGV
https://bugs.launchpad.net/bugs/211297
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 429754] Re: Instance fail to run

2009-09-16 Thread Etienne Goyer
Unfortunately, I had to revert back to 1.5 for a specific project, and I
do not have the hardware to run two clusters in parallel (a stable one
on jaunty/1.5, and one for testing on karmic/1.6).  I will not be able
to test any earlier than late next week.  Sorry!  :(

-- 
Instance fail to run
https://bugs.launchpad.net/bugs/429754
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 431114] [NEW] /var/run/eucalyptus is not being set with correct permissions on machine reboot

2009-09-16 Thread Daniel Nurmi
Public bug reported:

the eucalyptus init scripts create the:

/var/run/eucalyptus/*

directory(ies) on start, but do not correctly change the ownership of
the created directory(ies).  The init scripts (for example eucalyptus-
cc) call /usr/sbin/euca_conf -check cc on startup:

if [ ! -d $EUCALYPTUS/var/run/eucalyptus ]; then
if ! mkdir -p $EUCALYPTUS/var/run/eucalyptus ; then
# error should come from mkdir  

 
exit 1
fi
if ! chown $EUCA_USER:$EUCA_GROUP 
$EUCALYPTUS/var/run/eucalyptus ; then
# error should come from chown  

 
exit 1
fi
fi

if [ $CHECK = cc ]; then
if [ ! -d $EUCALYPTUS/var/run/eucalyptus/net ]; then
if ! mkdir -p $EUCALYPTUS/var/run/eucalyptus/net ; then
# error should come from mkdir  

 
exit 1
fi
if ! chown $EUCA_USER:$EUCA_GROUP 
$EUCALYPTUS/var/run/eucalyptus/net ; then
# error should come from chown  

 
exit 1
fi
fi
fi

it looks like, perhaps, the /var/run/eucalyptus directory has already
been created (by start-stop-daemon?) before this check is run, so the
chown part never gets hit.  The fix has been made upstream (= r772),
but the fix is simply to move the 'chown' stuff from above outside the
check for whether the directory exists.

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

-- 
/var/run/eucalyptus is not being set with correct permissions on machine reboot
https://bugs.launchpad.net/bugs/431114
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 429754] Re: Instance fail to run

2009-09-16 Thread Daniel Nurmi
I believe that there are two problems here; first, the latest
apparmor/libvirt is preventing the NC from being able to start VMs:

https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/431090

second, the 'nc-stat' error is caused by /var/run/eucalyptus directories
are not getting the right ownership upon reboot of the machine(s):

https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/431114

This problem should not have a dire effect on the NC, but will effect
the CCs ability to run in MANAGED mode.

-- 
Instance fail to run
https://bugs.launchpad.net/bugs/429754
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 416445] Re: mount.cifs crashed with SIGSEGV in main()

2009-09-16 Thread Kees Cook
** Description changed:

  Binary package hint: samba
  
  executing smbmount
  
  ProblemType: Crash
  Architecture: amd64
  DistroRelease: Ubuntu 9.04
  ExecutablePath: /sbin/mount.cifs
  MediaBuild: Ubuntu 9.04 Jaunty Jackalope - Release amd64 (20090420.1)
  Package: smbfs 2:3.3.2-1ubuntu3
  ProcAttrCurrent: unconfined
  ProcCmdline: /sbin/mount.cifs
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=en_US.UTF-8
  Signal: 11
  SourcePackage: samba
  Stacktrace: #0  0x7f23d7f40e1f in main () from /sbin/mount.cifs
  StacktraceTop: main () from /sbin/mount.cifs
  ThreadStacktrace:
   .
   Thread 1 (process 6014):
   #0  0x7f23d7f40e1f in main () from /sbin/mount.cifs
  Title: mount.cifs crashed with SIGSEGV in main()
  Uname: Linux 2.6.28-11-generic x86_64
  UserGroups:
+ SegvAnalysis:
+  Segfault happened at: 0x7f23d7f40e1f main+311: repz cmpsb 
%es:(%rdi),%ds:(%rsi)
+  PC (0x7f23d7f40e1f) ok
+  source %es:(%rdi) (0x7f23d7f43544) ok
+  destination %ds:(%rsi) (0x) not located in a known VMA region 
(needed writable region)!
+ SegvReason: writing NULL VMA

-- 
mount.cifs crashed with SIGSEGV in main()
https://bugs.launchpad.net/bugs/416445
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 430820] Re: eucalyptus node install results in broken /etc/network/interfaces

2009-09-16 Thread Dustin Kirkland
I believe that Etienne is correct.

Upon installation of the Node Controller, my networking was broken until
I configured eth0 to manual, while leaving br0 to dhcp.  I did, in
fact, draw a dhcp address.

I'm fixing this with the following in debian/eucalyptus-udeb.finish-
install:

+   sed -i s/^iface $interface inet dhcp$/iface $interface inet
manual/ /target/etc/network/interfaces


:-Dustin

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

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

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

-- 
eucalyptus node install results in broken /etc/network/interfaces
https://bugs.launchpad.net/bugs/430820
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