[Bug 557177] Re: init: support mandatory arguments, or prevent starting of tasks without any arguments

2010-10-04 Thread Arvind Singh
 Upstart runs all shell scripts with set -e by default

IMHO, Upstart should also set -u by default.

-- 
init: support mandatory arguments, or prevent starting of tasks without any 
arguments
https://bugs.launchpad.net/bugs/557177
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 570588] Re: /usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm $QEMUOPTS -append ${APPEND} $QEMUFIFO 21

2010-06-03 Thread Arvind Singh
I have a similar issue,

I: Virtual Machine done
I: Creating tarball from rootfs
I: Mounting temporary Image
/usr/bin/rootstock: line 195: 29713 Segmentation fault  qemu-system-arm 
$QEMUOPTS -append ${APPEND}  $QEMUFIFO 21
I: ARM rootfs created as /home/asingh/test/armel-rootfs-201006031142.tgz
I: Extracting vmlinuz from *.deb
cp: cannot stat `/tmp/tmp.UeWoUGFQpZ/tmpmount/boot/initrd.img-*': No such file 
or directory

Minimal build works ok.
My command:

sudo rootstock --fqdn beagleboard --login ubuntu --password beagle
--imagesize 4G --swapsize 512 --components main,universe,multiverse
--seed openssh-server,build-essential,apache2,postgresql-server-dev-8.4
,postgresql-contrib,sqlite3,libsqlite3-dev --dist lucid --serial ttyS2
--kernel-image http://rcn-ee.net/deb/kernel/beagle/lucid/v2.6.32.11-l13
/linux-image-2.6.32.11-l13_1.0lucid_armel.deb

-- 
/usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm 
$QEMUOPTS -append ${APPEND}  $QEMUFIFO 21
https://bugs.launchpad.net/bugs/570588
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 570588] Re: /usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm $QEMUOPTS -append ${APPEND} $QEMUFIFO 21

2010-06-03 Thread Arvind Singh
My mistake I did change the RAM size, I can now consistently reproduce
this.

-- 
/usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm 
$QEMUOPTS -append ${APPEND}  $QEMUFIFO 21
https://bugs.launchpad.net/bugs/570588
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 570588] Re: /usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm $QEMUOPTS -append ${APPEND} $QEMUFIFO 21

2010-06-03 Thread Arvind Singh
I have a similar issue,

I: Virtual Machine done
I: Creating tarball from rootfs
I: Mounting temporary Image
/usr/bin/rootstock: line 195: 29713 Segmentation fault  qemu-system-arm 
$QEMUOPTS -append ${APPEND}  $QEMUFIFO 21
I: ARM rootfs created as /home/asingh/test/armel-rootfs-201006031142.tgz
I: Extracting vmlinuz from *.deb
cp: cannot stat `/tmp/tmp.UeWoUGFQpZ/tmpmount/boot/initrd.img-*': No such file 
or directory

Minimal build works ok.
My command:

sudo rootstock --fqdn beagleboard --login ubuntu --password beagle
--imagesize 4G --swapsize 512 --components main,universe,multiverse
--seed openssh-server,build-essential,apache2,postgresql-server-dev-8.4
,postgresql-contrib,sqlite3,libsqlite3-dev --dist lucid --serial ttyS2
--kernel-image http://rcn-ee.net/deb/kernel/beagle/lucid/v2.6.32.11-l13
/linux-image-2.6.32.11-l13_1.0lucid_armel.deb

-- 
/usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm 
$QEMUOPTS -append ${APPEND}  $QEMUFIFO 21
https://bugs.launchpad.net/bugs/570588
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 570588] Re: /usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm $QEMUOPTS -append ${APPEND} $QEMUFIFO 21

2010-06-03 Thread Arvind Singh
My mistake I did change the RAM size, I can now consistently reproduce
this.

-- 
/usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm 
$QEMUOPTS -append ${APPEND}  $QEMUFIFO 21
https://bugs.launchpad.net/bugs/570588
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 532733] Re: apt/dpkg in qemu-system-arm hangs if a big task is installed

2010-05-26 Thread Arvind Singh
I am seeing similar issue on Lucid.
Rootstock version:  rootstock-0.1.99.3
Here is my command line:
sudo ./rootstock --fqdn beagleboard --login ubuntu --password beagle 
--imagesize 4G --swapsize 512 --components main,universe,multiverse --seed 
openssh-server,build-essential,apache2,postgresql-server-dev-8.4,postgresql-contrib,sqlite3,libsqlite3-dev
 --dist lucid --serial ttyS2 --kernel-image  
http://rcn-ee.net/deb/kernel/beagle/lucid/v2.6.32.11-l13/linux-image-2.6.32.11-l13_1.0lucid_armel.deb

Fails with:

/bin/installer: line 55:   157 Segmentation fault  apt-get -y install 
openssh-server build-essential apache2 postgresql-server-dev-8.4 
postgresql-contrib sqlite3 libsqlite3-dev
E: Second stage build in Virtual Machine failed !
E: Please see the log to see what went wrong.
I: Cleaning up...
../rootstock: line 54:  5051 Killed  qemu-system-arm $QEMUOPTS 
-append ${APPEND}  $QEMUFIFO 21

I: A logfile was saved as 
/home/asingh/met/v_4_1_0/ubuntu-sd/rootstock-201005260742.log
I: done ...
mkimage: Can't open ./vmlinuz-*: No such file or directory

This succeeds if I just give 2 packages as seed.

This was and is all working in Jaunty without any issues.

-- 
apt/dpkg in qemu-system-arm hangs if a big task is installed
https://bugs.launchpad.net/bugs/532733
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 532733] Re: apt/dpkg in qemu-system-arm hangs if a big task is installed

2010-05-26 Thread Arvind Singh
Sure Thanks.

-- 
apt/dpkg in qemu-system-arm hangs if a big task is installed
https://bugs.launchpad.net/bugs/532733
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 532733] Re: apt/dpkg in qemu-system-arm hangs if a big task is installed

2010-05-26 Thread Arvind Singh
I am seeing similar issue on Lucid.
Rootstock version:  rootstock-0.1.99.3
Here is my command line:
sudo ./rootstock --fqdn beagleboard --login ubuntu --password beagle 
--imagesize 4G --swapsize 512 --components main,universe,multiverse --seed 
openssh-server,build-essential,apache2,postgresql-server-dev-8.4,postgresql-contrib,sqlite3,libsqlite3-dev
 --dist lucid --serial ttyS2 --kernel-image  
http://rcn-ee.net/deb/kernel/beagle/lucid/v2.6.32.11-l13/linux-image-2.6.32.11-l13_1.0lucid_armel.deb

Fails with:

/bin/installer: line 55:   157 Segmentation fault  apt-get -y install 
openssh-server build-essential apache2 postgresql-server-dev-8.4 
postgresql-contrib sqlite3 libsqlite3-dev
E: Second stage build in Virtual Machine failed !
E: Please see the log to see what went wrong.
I: Cleaning up...
../rootstock: line 54:  5051 Killed  qemu-system-arm $QEMUOPTS 
-append ${APPEND}  $QEMUFIFO 21

I: A logfile was saved as 
/home/asingh/met/v_4_1_0/ubuntu-sd/rootstock-201005260742.log
I: done ...
mkimage: Can't open ./vmlinuz-*: No such file or directory

This succeeds if I just give 2 packages as seed.

This was and is all working in Jaunty without any issues.

-- 
apt/dpkg in qemu-system-arm hangs if a big task is installed
https://bugs.launchpad.net/bugs/532733
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 532733] Re: apt/dpkg in qemu-system-arm hangs if a big task is installed

2010-05-26 Thread Arvind Singh
Sure Thanks.

-- 
apt/dpkg in qemu-system-arm hangs if a big task is installed
https://bugs.launchpad.net/bugs/532733
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 568050] Re: Ubuntu 10.04 can't create partition on fakeraid

2010-05-20 Thread Arvind Singh
This worked in 9.04 out of box, something broke.
I am sticking to Jaunty till this gets fixed, altho the release notes of 10.04 
says this works out of box and I made a mistake of believing it.
Most of new servers have fakeraid and I have no option but not to upgrade to 
10.04, all of my autoinstall process is now dead to for 10.04 with fakeraid 
servers and so are my customers.

-- 
Ubuntu 10.04 can't create partition on fakeraid
https://bugs.launchpad.net/bugs/568050
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 542248] Re: RAID 0 Error in 10.04 AMD64 or I386 Beta 1

2010-05-05 Thread Arvind Singh
Still broken in 10.04 final release..

-- 
RAID 0 Error in 10.04 AMD64 or I386 Beta 1
https://bugs.launchpad.net/bugs/542248
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 542248] Re: RAID 0 Error in 10.04 AMD64 or I386 Beta 1

2010-04-20 Thread Arvind Singh
Yes this is still broken, I am waiting on this fix, I hope this is
fixed, all of my production servers depend on this, switching to
software RAID is not an option for me. All of the new servers have
fakeraid on by default and easier from users view, worst come worst I
keep using Jaunty.

-- 
RAID 0 Error in 10.04 AMD64 or I386 Beta 1
https://bugs.launchpad.net/bugs/542248
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.ubuntu.com/mailman/listinfo/ubuntu-bugs