** Also affects: linux (Ubuntu Lucid)
Importance: Undecided
Status: New
** Also affects: linux-ec2 (Ubuntu Lucid)
Importance: Undecided
Status: New
** Also affects: openjdk-6 (Ubuntu Lucid)
Importance: Undecided
Status: New
** Also affects: sun-java6 (Ubuntu Lucid)
I've just done 2 things:
a.) verified this bug is present in natty at vmlinuz-2.6.38-2-virtual
b.) some task editing.
The task editing was mostly to just tag which releases this affects. Basically:
linux-ec2: lucid
linux-virtual: maverick, natty
Any other tasks can be closed as 'invalid' or anyt
Even with the workaround, the resulting java install appears somewhat
unstable and will die with the same error at random times. Using 32bit
Maverick on two different micro instances.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
ht
Vlad: Off topic for the bug, but see: http://alestic.com/2009/06/ec2
-elastic-ip-internal
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/634487
Title:
t1.micro instance hangs when installing sun java
One downside I discovered by using this solution (stop the instance -
make it a small - update java - stop it again - modify it back to micro)
is that the new instances start with new private ips. That means that
for the 5 servers I have I need to modify the nagios configs, firewalls,
munin and so
Hi all,
I did what Daniel suggested:
"Launch the instance as m1.small, then install java, and save as a different
ami. From then, you can launch the saved ami as t1.micro. "
but after that I was unable to connect to newly launched instance. The error I
get is connection refused.
I tried with th
This also affects the JRE for java6 packages. reproducable.
crashlog http://paste.pocoo.org/show/309055/ (AMI console. the terminal
is completely unresponsive, so typing /sbin/halt or any other such thing
is a non-starter)
This also is NEARLY unsearchable, because it drops you into "developer
res
Also occurs when trying to run OpenDS (Java LDAP server) on
maverick/i386/t1.micro.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/634487
Title:
t1.micro instance hangs when installing sun java
--
Sorry, I forgot to mention it was running Ubuntu 10.04 (ami-480df921) on
a t1.micro.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/634487
Title:
t1.micro instance hangs when installing sun java
--
As an additional FYI, I've received this exact same error in a running
instance. That is, it not only happens during a java install. Java had
already been installed and running fine, and then this error occurred
while running the Jetty app server.
--
You received this bug notification because you
Same thing on 32bit Lucid.
I tried to disable IPv6
sudo mv /lib/modules/2.6.32-308-ec2/kernel/net/ipv6{,.off}
because i saw references to it in the segfault message in the console log,
but it didnt make any change.
--
t1.micro instance hangs when installing sun java
https://bugs.launchpad.net/
I confirm bug on maverick on i386 only. x86_64 running smoothly.
--
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 Ubuntu.
--
ubuntu-bugs mailing list
ubun
ultan,
ec2-stop-instance ${IID}
ec2-modify-instance-attribute --instance-type m1.small ${IID}
ec2-start-instances ${IID}
ssh to instance and do whatever you want
ec2-stop-instance ${IID}
ec2-modify-instance-attribute --instance-type t1.micro ${IID}
ec2-start-instances ${IID}
--
t1.m
Im a new EC2 user and have just come across this.
How do I start a t.micro instance as m1.small and retain the root volume
Im using in the t.micro instance ?
I have installed other apps and have configuration and now find I need
to change from openjdk to sun-java6-jdk. I dont want to have to go t
Thanks Scott. It didn't occur to me to try switching my instance to small,
do the install, and then switch back to micro. I'll give that a try.
Also, for some reason I thought the amd64 builds of Ubuntu were lacking in
some components. Maybe that's only true for client, but I definitely saw a
reco
On Mon, 25 Oct 2010, Davepar wrote:
> The workaround is only useful when you're setting up a new instance.
> It's useless for the instance I already invested a day setting up. It
> would be a really good idea to put a warning somewhere in the docs for
> micro instances. Once AWS starts handing out
The workaround is only useful when you're setting up a new instance.
It's useless for the instance I already invested a day setting up. It
would be a really good idea to put a warning somewhere in the docs for
micro instances. Once AWS starts handing out free micro instances by the
thousands, the u
Thanks all for the workaround, I've tried it on several of my instances
and it does work.
--
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 Ubuntu.
--
ubun
** Changed in: linux (Ubuntu)
Importance: Undecided => High
** Changed in: linux (Ubuntu)
Status: New => Confirmed
--
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, whic
I believe you can install java fine on a t1.micro x86_64 this bug only
affects the 32 bit version
--
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 Ubuntu.
@DanielDaniel, Branden,
The easiest work around is
a.) start the instance as m1.small or m1.large (depending on if you want i386
or x86_64).
b.) install java
c.) stop the instance (ec2-stop-instances or /sbin/halt from inside the
instance)
d.) modify the instance to be t1.micro (ec2-modify-in
Launch the instance as m1.small, then install java, and save as a different
ami.
>From then, you can launch the saved ami as t1.micro.
I must say its an ugly workaround, but it works.
On Sun, Oct 10, 2010 at 5:45 AM, Branden Makana
<634...@bugs.launchpad.net>wrote:
> Is there any workaround fo
Is there any workaround for this at the moment?
--
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 Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubu
Re #3: the java -client -dump process is an optimization for the Hotspot
client VM, only available on 32bit machines. Therefore you don't see it
on amd64.
--
t1.micro instance hangs when installing sun java
https://bugs.launchpad.net/bugs/634487
You received this bug notification because you are
** Tags added: server-mro
--
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 Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.
Still chewing on this. DomU should send Xen a kernel, readonly PMD
entry, but what Xen gets is a read/write user entry. I am working on
reconciling what DomU thinks it did with what Xen sees.
--
t1.micro instance hangs when installing sun java
https://bugs.launchpad.net/bugs/634487
You received t
** Tags added: review-request
--
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 Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://li
** Tags added: ec2-images
** Also affects: linux (Ubuntu)
Importance: Undecided
Status: New
--
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 Ubun
The failing code is identical in Lucid and Maverick, so I'm thinking the
difference between the two is that the Lucid fault occurs on a kernel
page, which is fatal, while the Maverick failure occurs on a user page,
which kills the process but not the kernel.
--
t1.micro instance hangs when instal
I've done some more testing/poking and here's what I've found:
suite___ |arch| java___ | result
lucid___ |32 |sun-java6-jdk | fail, system unreachable
lucid___ |32 |openjdk-6-jdk | fail, system unreachable
maverick |32 |sun-java6-jdk | bad performance, dpkg hang
maverick |32 |openjdk-6-jdk | b
** Also affects: openjdk-6 (Ubuntu)
Importance: Undecided
Status: New
--
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 Ubuntu.
--
ubuntu-bugs ma
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
Linux takes a page fault, and in the process of updating the page tables to map
the new page, it needs to allocate a new "PMD", or mid-level page directory
entry. The PV kernel cannot write its own page tables, Xen has to do that, so a
"multicall" that encapsulates two hypercalls is dispatched t
** Also affects: sun-java6 (Ubuntu)
Importance: Undecided
Status: New
--
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 Ubuntu.
--
ubuntu-bugs ma
** Attachment added: "1000 [head] lines of /var/log/syslog from maverick i686
2.6.35-20-virtual"
https://bugs.launchpad.net/ubuntu/+source/linux-ec2/+bug/634487/+attachment/1566108/+files/syslog.head.log
--
t1.micro instance hangs when installing sun java
https://bugs.launchpad.net/bugs/634
I'm currently testing this on maverick daily
us-east-1 ami-00a85d69 ebs/ubuntu-maverick-daily-i386-server-20100910
So far, there is no crash as in lucid. However, the system is very
unresponsive. There is a process running:
/usr/lib/jvm/java-6-sun-1.6.0.20/bin/java -client -Xshare:dump -Xmx256m
** Changed in: linux-ec2 (Ubuntu)
Importance: Undecided => Medium
** Changed in: linux-ec2 (Ubuntu)
Status: New => Confirmed
--
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
** Package changed: cloud-init (Ubuntu) => linux-ec2 (Ubuntu)
--
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 Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-
** 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
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
40 matches
Mail list logo