[Bug 596993] Re: hostname handling needs improvement for elastic-ip and ebs start-stop

2011-01-20 Thread Gerry Reno
Scott, I just tested a recent Maverick AMI and it does indeed correctly set the hostname to the newly assigned internal domain name after a stop/start sequence. So no need to open any other bugs on that score. + uname -n ip-10-117-39-235 + hostname -s ip-10-117-39-235 + hostname -d

[Bug 596993] Re: hostname handling needs improvement for elastic-ip and ebs start-stop

2011-01-20 Thread Gerry Reno
cloud-init does a lot of things. I guess what I'm looking for is whether cloud-init could be made to emit events as it works such that other upstart jobs can listen for those events and then use them to trigger their startup as opposed to waiting for the entire cloud-init process to complete.

[Bug 596993] Re: hostname handling needs improvement for elastic-ip and ebs start-stop

2011-01-19 Thread Gerry Reno
This fix is needed for Lucid as well. I have a clustered filesystem that fails because of this bug. It relies upon the hostname value always being set correctly. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in ubuntu.

[Bug 596993] Re: hostname handling needs improvement for elastic-ip and ebs start-stop

2011-01-19 Thread Gerry Reno
As the ec2 meta-data, local-hostname, returns the long form of hostname, I would also propose that an enhancement that a new ec2 meta-data attribute be added: local-shortname that would return the short version of hostname such as is returned from 'hostname -s' on a properly configured

[Bug 596993] Re: hostname handling needs improvement for elastic-ip and ebs start-stop

2011-01-19 Thread Gerry Reno
When hostname is properly working on a system all of the following commands should work as expected: #uname -n #hostname -a #hostname -s #hostname -d #hostname -f #hostname Source: http://www.debianadmin.com/change-hostname-or-server-name-of-a -linux-machine.html -- You received this bug

[Bug 596993] Re: hostname handling needs improvement for elastic-ip and ebs start-stop

2011-01-19 Thread Gerry Reno
Running the following commands appears to correctly set all the forms of hostname on my Lucid ec2 instance: echo $(curl -s http://169.254.169.254/latest/meta-data/local-hostname) | sed 's:\..*$::' /etc/hostname /sbin/sysctl -w kernel.hostname=$(curl -s http://169.254.169.254/latest

[Bug 596993] Re: hostname handling needs improvement for elastic-ip and ebs start-stop

2011-01-19 Thread Gerry Reno
Now since my cluster filesystem starts real early in the bootup (S20) I need the hostname to be set correctly even earlier. So that would probably require some upstart job to run at S10. So now I need to see how cloud-init is doing this and if it is early in the bootup. -- You received this

Re: [Bug 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-12-11 Thread Gerry
included the addition of -b. I don't know what impact that has but it made sense when I was working on it. Gerry On Sat, 11 Dec 2010, Stéphane Graber wrote: I can confirm that the fix works as expected, here's the output of my test. I started a bash shell as tomcat6 in a shell, then ran

[Bug 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-11-12 Thread gerry skerbitz
Here's my comment included as an attached patch. What does it take to actually get this into a release? ** Patch added: Patch to add -p $CATALINA_PID to the initscript tomcat6 file https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/632554/+attachment/1731835/+files/tomcat6.init.patch

[Bug 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-11-03 Thread gerry skerbitz
I'm struck by this bug because I have the tomcat user doing something else related to tomcat, so it MIGHT actually be logged in. It strikes me as a bad idea to let a startup script create a file in /etc/init.d/. We should find a better way to clarify that it's actually a tomcat instance

[Bug 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-11-03 Thread gerry skerbitz
The problem is fixed if we add `-p $CATALINA_PID` to the start-stop-daemon line in catalina_sh(). Isn't that something we should be able to rely on? {{{ *** tomcat6~2010-10-11 13:21:52.0 -0500 --- tomcat6 2010-11-03 12:19:04.0 -0500 *** *** 152,154

[Bug 276606] Re: package update-manager 1:0.93.18 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error code (1)

2010-02-11 Thread Gerry C.
** Changed in: update-manager (Ubuntu) Assignee: (unassigned) = Ubuntu Development Team (ubuntu-dev) ** Changed in: openldap (Ubuntu) Assignee: (unassigned) = Ubuntu Development Team (ubuntu-dev) -- package update-manager 1:0.93.18 failed to install/upgrade: ErrorMessage: SystemError

[Bug 360975] Re: Please add nf_conntrack_pptp and nf_conntrack_netbios_ns to IPT_MODULES

2010-02-10 Thread Gerry C.
** Also affects: samba (Ubuntu) Importance: Undecided Status: New -- Please add nf_conntrack_pptp and nf_conntrack_netbios_ns to IPT_MODULES https://bugs.launchpad.net/bugs/360975 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 360975] Re: Please add nf_conntrack_pptp and nf_conntrack_netbios_ns to IPT_MODULES

2010-02-10 Thread Gerry C.
** Also affects: network-manager (Ubuntu) Importance: Undecided Status: New ** Changed in: network-manager (Ubuntu) Assignee: (unassigned) = Ubuntu Development Team (ubuntu-dev) -- Please add nf_conntrack_pptp and nf_conntrack_netbios_ns to IPT_MODULES

[Bug 16918] Re: smartcard support is not enabled in openssh

2010-02-10 Thread Gerry C.
** Also affects: opensc (Ubuntu) Importance: Undecided Status: New ** Also affects: opensc (Debian) Importance: Undecided Status: New -- smartcard support is not enabled in openssh https://bugs.launchpad.net/bugs/16918 You received this bug notification because you are a

[Bug 418897] Re: Segfaults in apache2 with libapache2-mod-php5 installed

2009-12-15 Thread Gerry Patterson
this is fixed in the latest available packages. I have performed apt-get update apt-get upgrade. All packages are reported to be up to date. Am I missing something? Best Regards, - Gerry -- Segfaults in apache2 with libapache2-mod-php5 installed https://bugs.launchpad.net/bugs/418897 You received