[Bug 1211110] Re: network manager openvpn dns push data not updating resolv.conf

2014-06-26 Thread Gabriel Nell
Would love to see this feature to make a very popular VPN client work seamlessly with Ubuntu. I'm on 14.04 and trying to figure out a work- around for this (probably will disable resolvconf). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 634487] Re: t1.micro instance hangs when installing java

2011-11-10 Thread Gabriel Nell
Ben, do you have a link to Amazon confirming this issue being fixed in US-WEST-2? Is it on the AWS developer forums? I would like to follow up to see if they could then fix it in other regions :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 634487] Re: t1.micro instance hangs when installing java

2011-04-27 Thread Gabriel Nell
I hope that since it remains as "confirmed" in linux-ec2 and "new/confirmed" in linux that the Ubuntu team is still following up with the root cause, and the release notes being updated doesn't de- prioritize fixing the root issue. Is this understanding correct? -- You received this bug notificat

[Bug 615545] Re: Instances launched in a VPC cannot access ec2.archive.ubuntu.com

2010-09-16 Thread Gabriel Nell
Nice, it worked! After starting a maverick daily, applying the deb and removing config-apt-update-upgrade.* and reboot my sources.list was pointing to archive.ubuntu.com and and apt-get update worked. Thanks! -- Instances launched in a VPC cannot access ec2.archive.ubuntu.com https://bugs.launch

[Bug 615545] Re: Instances launched in a VPC cannot access ec2.archive.ubuntu.com

2010-09-15 Thread Gabriel Nell
Sure: {'ami-id': 'ami-328d655b', 'ami-launch-index': '0', 'ami-manifest-path': '(unknown)', 'block-device-mapping': {'ami': '/dev/sda1', 'root': '/dev/sda1', 'swap': 'sda3'}, 'hostname': 'ip-10-10-11-5', 'instance-action': 'none', 'instance

[Bug 634487] Re: t1.micro instance hangs when installing sun java

2010-09-11 Thread Gabriel Nell
Thanks Kent. Regarding the reproducability, it happens every time I've tried it on the 32bit Lucid AMI. -- t1.micro instance hangs when installing sun java https://bugs.launchpad.net/bugs/634487 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 634487] Re: t1.micro instance hangs when installing sun java

2010-09-09 Thread Gabriel Nell
** Attachment added: "consolelog.txt" https://bugs.launchpad.net/bugs/634487/+attachment/1562871/+files/consolelog.txt -- t1.micro instance hangs when installing sun java https://bugs.launchpad.net/bugs/634487 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 634487] Re: t1.micro instance hangs when installing sun java

2010-09-09 Thread Gabriel Nell
Adding shell script which repro's the problem reliably. ** Attachment added: "repro_634487.sh" https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/634487/+attachment/1562930/+files/repro_634487.sh -- t1.micro instance hangs when installing sun java https://bugs.launchpad.net/bugs/63448

[Bug 634487] [NEW] t1.micro instance hangs when installing sun java

2010-09-09 Thread Gabriel Nell
Public bug reported: Binary package hint: cloud-init I booted the 32bit EBS lucid AMI (ami-1234de7b) for a t1.micro instance. I attempted to install Sun Java. The instance hung during the install. Repros every time. Only repros on t1.micro instances. I tried adding swap in case it was an out-of-m

[Bug 615545] Re: Instances launched in a VPC cannot access ec2.archive.ubuntu.com

2010-08-09 Thread Gabriel Nell
More information on VPC: http://aws.amazon.com/vpc/ http://docs.amazonwebservices.com/AmazonVPC/2010-06-15/GettingStartedGuide/index.html?BriefIntroduction.html -- Instances launched in a VPC cannot access ec2.archive.ubuntu.com https://bugs.launchpad.net/bugs/615545 You received this bug notifi

[Bug 615545] [NEW] Instances launched in a VPC cannot access ec2.archive.ubuntu.com

2010-08-09 Thread Gabriel Nell
Public bug reported: sources.list is helpfully configured to us-east-1.ec2.archive.ubuntu.com for instances that I launch in US-EAST-1 on EC2. However, instances launched in a Virtual Private Cloud (VPC) can only access machines in their local subnet, private machines on the connected LAN, and the

[Bug 568823] Re: Improved Java Memory/Performance Defaults

2010-04-26 Thread Gabriel Nell
An additional possibility is to specify the JVM using the "-server" flag. Although Java also will auto-set this based on the machine "class", currently it will only choose the server JVM one machines with 2GB+ of RAM and 2 cores. Interestingly, the 32bit instances offered by EC2 (a popular choice f

[Bug 541520] Re: Using incorrect JVM Garbage Collector

2010-04-22 Thread Gabriel Nell
Done (#568823). As I say I'm still not convinced about the CMS collector as a default, but I'll follow up later if I become more passionate about it. :) -- Using incorrect JVM Garbage Collector https://bugs.launchpad.net/bugs/541520 You received this bug notification because you are a member of U

[Bug 568823] [NEW] Improved Java Memory/Performance Defaults

2010-04-22 Thread Gabriel Nell
Public bug reported: Binary package hint: tomcat6 Forking an issue from #541520 The current default of a 128MB heap does not make sense. This was chosen when Java 1.4 had a default maximum heap size of 64MB. In Java 1.5 and later, the JVM will automatically size the heap based on available memor

[Bug 568823] Re: Improved Java Memory/Performance Defaults

2010-04-22 Thread Gabriel Nell
Attaching proposed patch. ** Patch added: "tomcat6.mem.diff" http://launchpadlibrarian.net/45066613/tomcat6.mem.diff -- Improved Java Memory/Performance Defaults https://bugs.launchpad.net/bugs/568823 You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 568234] [NEW] java plugin does not work with non-openjdk java

2010-04-21 Thread Gabriel Nell
Public bug reported: Binary package hint: collectd I'm on lucid, and I've installed collectd-core and sun-java6-jdk from the partners repository. Updating collectd.conf to have "LoadPlugin java" results in the following failure: lt_dlopen (/usr/lib/collectd/java.so) failed: file not found Unable

[Bug 568139] [NEW] can't give "always" as frequency for cloud-init-run-module

2010-04-21 Thread Gabriel Nell
Public bug reported: Binary package hint: cloud-init >From doing a brief code inspection it looks like the frequency "always" is meant to tell cloud-init to run this every time (eg, every boot). I expected that running the following would run the cloud scripts cloud-init-run-module always user-s

[Bug 541520] Re: Using incorrect JVM Garbage Collector

2010-04-21 Thread Gabriel Nell
The point that "we know something the JVM can't know", eg, that this JVM is running a web server, is fair. I'm still not convinced that specifying the CMS collector is the right application of this knowledge, and I'm new to Ubuntu (from a contributor standpoint, anyway) so I don't know what the pro

[Bug 541520] Re: Using incorrect JVM Garbage Collector

2010-04-20 Thread Gabriel Nell
Folks -- sorry for chiming in here after the train has apparently left the station :) I've been working on optimizing my Tomcat configuration for the past couple days, and this optimization has mostly centered around the garbage collector. I'm concerned that specifying the CMS collector is classic