[Bug 1563296] Re: cloud-init 0.7.7~bzr1189-0ubuntu1 adds duplicated network config in /etc/network/interfaces.d/ in snappy leaving the boot completely network-less

2016-03-30 Thread Oliver Grawert
** Also affects: livecd-rootfs (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: livecd-rootfs (Ubuntu)
   Status: New => Confirmed

** Changed in: livecd-rootfs (Ubuntu)
   Importance: Undecided => High

** Changed in: livecd-rootfs (Ubuntu)
 Assignee: (unassigned) => Oliver Grawert (ogra)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1563296

Title:
  cloud-init 0.7.7~bzr1189-0ubuntu1 adds duplicated network config in
  /etc/network/interfaces.d/ in snappy leaving the boot completely
  network-less

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1563296/+subscriptions

-- 
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 1562784] Re: cloud-init 0.7.7~bzr1189-0ubuntu1kills snappy boot

2016-03-29 Thread Oliver Grawert
seeing also bug 1563296, could we perhaps disable that cloud-init tries
to tinker with the network settings at all (snappy simply does all
configuration itself. afaik we only used cloud-init for ssh key
generation and user setup up to now and there are also plans to
drop/disable it by default i heard) ?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1562784

Title:
  cloud-init 0.7.7~bzr1189-0ubuntu1kills snappy boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1562784/+subscriptions

-- 
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 1563296] [NEW] cloud-init 0.7.7~bzr1189-0ubuntu1 adds duplicated network config in /etc/network/interfaces.d/ in snappy leaving the boot completely network-less

2016-03-29 Thread Oliver Grawert
Public bug reported:

snappy configures /etc/network/interfaces.d/ by default on first boot
based on snappy config settings of the ubuntu-core snap

with version  0.7.7~bzr1189-0ubuntu1 cloud-init now starts to also
create a file called 50-cloud-init.cfg with differing options to teh
snappy default, this breaks ifup on boot and leaves snappy systems
completely without network after upgrade.

ubuntu@localhost:~$ ls -l /etc/network/interfaces.d/
total 8
-rw-r--r-- 1 root root 64 Mar 28 09:23 50-cloud-init.cfg
-rw-r--r-- 1 root root 40 Mar 28 09:19 eth0

ubuntu@localhost:~$ cat /etc/network/interfaces.d/50-cloud-init.cfg 
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

ubuntu@localhost:~$ cat /etc/network/interfaces.d/eth0 
allow-hotplug eth0
iface eth0 inet dhcp

** Affects: snappy
 Importance: Undecided
 Status: New

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: snappy
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1563296

Title:
  cloud-init 0.7.7~bzr1189-0ubuntu1 adds duplicated network config in
  /etc/network/interfaces.d/ in snappy leaving the boot completely
  network-less

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1563296/+subscriptions

-- 
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 1562784] Re: cloud-init 0.7.7~bzr1189-0ubuntu1kills snappy boot

2016-03-29 Thread Oliver Grawert
** Also affects: ubuntu-core-config (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-core-config (Ubuntu)
   Status: New => Confirmed

** Changed in: ubuntu-core-config (Ubuntu)
   Importance: Undecided => Critical

** Changed in: ubuntu-core-config (Ubuntu)
 Assignee: (unassigned) => Oliver Grawert (ogra)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1562784

Title:
  cloud-init 0.7.7~bzr1189-0ubuntu1kills snappy boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1562784/+subscriptions

-- 
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 1562784] Re: cloud-init 0.7.7~bzr1189-0ubuntu1kills snappy boot

2016-03-28 Thread Oliver Grawert
hmm, so we will store the name in a third place then.. why is that ? 
there is /etc/network/interfaces.d ... as well as 
/etc/udev/rules.d/70-persistent-net.rules 
why do we need a third place that we will then have to maintain the NIC name in 
? 

** Also affects: snappy
   Importance: Undecided
   Status: New

** Changed in: snappy
   Status: New => Confirmed

** Changed in: snappy
   Importance: Undecided => Critical

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1562784

Title:
  cloud-init 0.7.7~bzr1189-0ubuntu1kills snappy boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1562784/+subscriptions

-- 
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 1562784] [NEW] cloud-init 0.7.7~bzr1189-0ubuntu1kills snappy boot

2016-03-28 Thread Oliver Grawert
Public bug reported:

the recent cloud init changes in version 0.7.7~bzr1189-0ubuntu1
completely kill the snappy boot on non-networked systems (leaving the
console with an unlimited systemd wait process) and cause a python
traceback on networked ones (there the boot finishes)

traceback:

Mar 28 09:40:00 localhost cloud-init[820]: Cloud-init v. 0.7.7 running 
'init-local' at Mon, 28 Mar 2016 09:39:56 +. Up 84.15 seconds.
Mar 28 09:40:00 localhost cloud-init[820]: 2016-03-28 09:40:00,622 - 
util.py[WARNING]: failed of stage init-local
Mar 28 09:40:00 localhost cloud-init[820]: failed run of stage init-local
Mar 28 09:40:00 localhost cloud-init[820]: 

Mar 28 09:40:00 localhost cloud-init[820]: Traceback (most recent call last):
Mar 28 09:40:00 localhost cloud-init[820]:   File "/usr/bin/cloud-init", line 
514, in status_wrapper
Mar 28 09:40:00 localhost cloud-init[820]: ret = functor(name, args)
Mar 28 09:40:00 localhost cloud-init[820]:   File "/usr/bin/cloud-init", line 
268, in main_init
Mar 28 09:40:00 localhost cloud-init[820]: init.apply_network_config()
Mar 28 09:40:00 localhost cloud-init[820]:   File 
"/usr/lib/python3/dist-packages/cloudinit/stages.py", line 599, in 
apply_network_config
Mar 28 09:40:00 localhost cloud-init[820]: return 
self.distro.apply_network_config(netcfg)
Mar 28 09:40:00 localhost cloud-init[820]:   File 
"/usr/lib/python3/dist-packages/cloudinit/distros/__init__.py", line 140, in 
apply_network_config
Mar 28 09:40:00 localhost cloud-init[820]: dev_names = 
self._write_network_config(netconfig)
Mar 28 09:40:00 localhost cloud-init[820]:   File 
"/usr/lib/python3/dist-packages/cloudinit/distros/debian.py", line 85, in 
_write_network_config
Mar 28 09:40:00 localhost cloud-init[820]: links_prefix=self.links_prefix)
Mar 28 09:40:00 localhost cloud-init[820]:   File 
"/usr/lib/python3/dist-packages/cloudinit/net/__init__.py", line 589, in 
render_network_state
Mar 28 09:40:00 localhost cloud-init[820]: render_systemd_links(target, 
network_state, links_prefix)
Mar 28 09:40:00 localhost cloud-init[820]:   File 
"/usr/lib/python3/dist-packages/cloudinit/net/__init__.py", line 603, in 
render_systemd_links
Mar 28 09:40:00 localhost cloud-init[820]: with open(fname, "w") as fp:
Mar 28 09:40:00 localhost cloud-init[820]: OSError: [Errno 30] Read-only file 
system: '///etc/systemd/network/50-cloud-init-eth0.link'
Mar 28 09:40:00 localhost cloud-init[820]: 

Mar 28 09:40:01 localhost systemd[1]: cloud-init-local.service: Main process 
exited, code=exited, status=1/FAILURE
Mar 28 09:40:01 localhost systemd[1]: Failed to start Initial cloud-init job 
(pre-networking).
Mar 28 09:40:01 localhost systemd[1]: cloud-init-local.service: Unit entered 
failed state.
Mar 28 09:40:01 localhost systemd[1]: cloud-init-local.service: Failed with 
result 'exit-code'.

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1562784

Title:
  cloud-init 0.7.7~bzr1189-0ubuntu1kills snappy boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1562784/+subscriptions

-- 
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 1562784] Re: cloud-init 0.7.7~bzr1189-0ubuntu1kills snappy boot

2016-03-28 Thread Oliver Grawert
this should probably write to some place in /var instead

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1562784

Title:
  cloud-init 0.7.7~bzr1189-0ubuntu1kills snappy boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1562784/+subscriptions

-- 
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 1394919] [NEW] constant crash in trying to collect info for recoverable error

2014-11-21 Thread Oliver Grawert
Public bug reported:

since a few days my phone started producing a 
/var/crash/_usr_share_apport_recoverable_problem.32011.crash

i see the timestamp updated multiple times and the matching PID from the
traceback seems to be cgmanager

https://errors.ubuntu.com/oops/c25e8678-70f2-11e4-976f-fa163e4aaad4
https://errors.ubuntu.com/oops/94398858-70a0-11e4-906f-fa163e339c81
https://errors.ubuntu.com/oops/235b2dd0-7118-11e4-837c-fa163e5bb1a2

are the respective whoopsie uploads.

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

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

** Affects: apport (Ubuntu RTM)
 Importance: Undecided
 Status: New

** Affects: cgmanager (Ubuntu RTM)
 Importance: Undecided
 Status: New

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

** Also affects: apport (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Also affects: cgmanager (Ubuntu RTM)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cgmanager in Ubuntu.
https://bugs.launchpad.net/bugs/1394919

Title:
  constant crash in trying to collect info for recoverable error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1394919/+subscriptions

-- 
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 1303756] Re: make lxc-console work non-confusingly by default on touch images

2014-04-07 Thread Oliver Grawert
** Changed in: lxc (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1303756

Title:
  make lxc-console work non-confusingly by default on touch images

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1303756/+subscriptions

-- 
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 1302174] Re: Booting mako hangs randomly right after run-init

2014-04-04 Thread Oliver Grawert
for lxc-android-config i will apply http://paste.ubuntu.com/7203232/
now, and additionally open a task for cgmanager


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

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

** Changed in: cgmanager (Ubuntu)
 Assignee: (unassigned) = Stéphane Graber (stgraber)

** Summary changed:

- Booting mako hangs randomly right after run-init
+ Booting mako hangs randomly with cgmanager installed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cgmanager in Ubuntu.
https://bugs.launchpad.net/bugs/1302174

Title:
  Booting mako hangs randomly with cgmanager installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgmanager/+bug/1302174/+subscriptions

-- 
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 1058081] Re: libaio ftbfs on armel/armhf

2012-09-28 Thread Oliver Grawert
building it locally on my mx6 sabrelite board shows no build issues at all ...
the tests are very HW demanding it seems, while the build is done in a few 
seconds running the tests puts an immense load on teh machine.

http://paste.ubuntu.com/1247430/

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libaio in Ubuntu.
https://bugs.launchpad.net/bugs/1058081

Title:
  libaio ftbfs on armel/armhf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libaio/+bug/1058081/+subscriptions

-- 
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 1058081] Re: libaio ftbfs on armel/armhf

2012-09-28 Thread Oliver Grawert
http://paste.ubuntu.com/1247579/ has the output of the same build done
on a fresh quantal install on a pandaboard ...

since the userspace on the buildds is (or should be) identical to this,
i would say it clearly points to a kernel issue with the buildd kernels

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libaio in Ubuntu.
https://bugs.launchpad.net/bugs/1058081

Title:
  libaio ftbfs on armel/armhf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libaio/+bug/1058081/+subscriptions

-- 
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 1032322] Re: Swap space allocation for large memory systems needs improvement

2012-09-17 Thread Oliver Grawert
hibernation should only write the actively changed data (diry pages)
from ram to disk, that definitely wont hit 100% of your physical RAM...

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1032322

Title:
  Swap space allocation for large memory systems needs improvement

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/partman-auto/+bug/1032322/+subscriptions

-- 
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 280123] Re: dhcp3-server needs if-up.d/if-down.d scripts for better network-manager compatibility

2012-07-19 Thread Oliver Grawert
all relases this was discussed for are actually EOL and the issue of NM
touching /etc/network/interfaces has been fixed in network-manager
since. please close ...

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in Ubuntu.
https://bugs.launchpad.net/bugs/280123

Title:
  dhcp3-server needs if-up.d/if-down.d scripts for better network-
  manager compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dhcp3/+bug/280123/+subscriptions

-- 
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 823711] Re: libvirt version 0.9.2-4ubuntu8 failed to build on armel

2011-08-11 Thread Oliver Grawert
doing a local testbuild here fails also in the tests but at a way
earlier level (in the first testsuite)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/823711

Title:
  libvirt version 0.9.2-4ubuntu8 failed to build on armel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/823711/+subscriptions

-- 
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

2011-01-04 Thread Oliver Grawert
this bug has nothing to do with mono at all, please do not confuse it
with the (already open and already commented) mono tasks.

this bug is about qemu hanging if a big task of packages is installed,
even if there are no mono packages among them. note in the initial logs
that it hangs in various places, usually when unpacking iso-codes.
please dont make more mess out of this bug than it already is, you
commented the same on three bugs now which are all different.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.
https://bugs.launchpad.net/bugs/532733

Title:
  apt/dpkg in qemu-system-arm hangs if a big task is installed

-- 
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 530000] Re: mono assembly installation under qemu-arm-static hangs

2011-01-03 Thread Oliver Grawert
this seems to be an issue with your board, on the supported ubuntu
architectures native installation of mono packages works fine (there are
surely plenty issues with applications, but the breakage you describe
above observed in VMs yet) all our images build fine and install the
mono dependencies without problems on omap (lucid-natty), imx51(jaunty-
lucid), dove (jaunty-maverick) and omap4 (maverick-natty) platforms.

there is no way to work around the issue in qemu-user sessions unless
mono switches to a different garbage collector. boehm GC (which is
currently used in mono) uses /proc to collect data. under the qemu-user
emulation as qemu-arm-static is one (which is a wrapper around every
single binary) the arm binaires only see the host machines /proc
filesystem and can not collect data from this.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.
https://bugs.launchpad.net/bugs/53

Title:
  mono assembly installation under qemu-arm-static hangs

-- 
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 663343] Re: Please merge cheetah 2.4.2.1-1 (main) from Debian unstable (main)

2010-11-23 Thread Oliver Grawert
uploaded to natty

-- 
Please merge cheetah 2.4.2.1-1 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/663343
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cheetah 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 663343] Re: Please merge cheetah 2.4.2.1-1 (main) from Debian unstable (main)

2010-11-23 Thread Oliver Grawert
hmm, that didnt go so well:


Rejected:
cheetah_2.4.2.1-1ubuntu1.dsc: Version older than that in the archive. 
2.4.2.1-1ubuntu1 = 2.4.3-0ubuntu1

any idea why this bug is still open ? can we close it if 2.4.3 is in the
archive ?

-- 
Please merge cheetah 2.4.2.1-1 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/663343
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cheetah 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 604872] Re: qemu-system-arm segfaults emulating versatile machine after running debootstrap --second-stage inside vm

2010-07-13 Thread Oliver Grawert
** Tags added: armel

-- 
qemu-system-arm segfaults emulating versatile machine after running debootstrap 
--second-stage inside vm
https://bugs.launchpad.net/bugs/604872
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: qemu-system-arm can not handle more than 256M in versatile machine mode using the -m option

2010-06-04 Thread Oliver Grawert
** Summary changed:

- /usr/bin/rootstock: line 195: 13642 Segmentation fault qemu-system-arm 
$QEMUOPTS -append ${APPEND}  $QEMUFIFO 21
+ qemu-system-arm can not handle more than 256M in versatile machine mode using 
the -m option

** Changed in: rootstock (Ubuntu)
   Status: New = Invalid

** Changed in: qemu-kvm (Ubuntu)
   Status: New = Confirmed

-- 
qemu-system-arm can not handle more than 256M in versatile machine mode using 
the -m option
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 Oliver Grawert
please note that swapsize uses a swapfile while this bug is about
changed options for the ram of the VM (not the swap)

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

2010-05-26 Thread Oliver Grawert
@arvind this is not related to this bug, please open a new one

-- 
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 Oliver Grawert
@Anthony please see all the above comments before judging and please
reopen it upstream again

-- 
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 Oliver Grawert
and just for reference so there isnt coming up any confusion again, the
used qemu call that breaks is for a versatilbepb machine using the
versatile kernel from http://ports.ubuntu.com/ubuntu-
ports/dists/lucid/main/installer-
armel/current/images/versatile/netboot/vmlinuz

-- 
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-06 Thread Oliver Grawert
smells like an alignment issue, and in fact i'm just doing a rootstock
rootfs build with an added cat 3 /proc/cpu/alignement that got past
the well, known iso-codes hang (lets see if its a red herring or if it
finishes though)

-- 
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-06 Thread Oliver Grawert
err, cat should indeed be echo above :)

-- 
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-06 Thread Oliver Grawert
it definately worked for three ubuntu-netbook builds now, i'm just
running an ubuntu-desktop one, if that works as well, i'll prepare an
SRU package for rootstock to verify it works on other i386 systems too.

-- 
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 572882] [NEW] qemu-debootstrap does not support --variant=fakechroot

2010-05-01 Thread Oliver Grawert
Public bug reported:

Binary package hint: qemu-kvm-extras-static

The current variant of the static build of qemu-user for armel does not
support building debootstrapped chroots with the variant fakechroot (so
that a user does not need to be root to build a basic chroot) using the
shipped qemu-debootstrap wrapper

running the command adapted from the proposal in the fakechroot manpage:
fakeroot fakechroot qemu-debootstrap --variant=fakechroot --arch=armel lucid 
lucid-chroot

results in the following error:

I: Extracting udev...
I: Extracting upstart...
I: Extracting util-linux...
I: Extracting zlib1g...
I: Running command: chroot lucid-chroot /debootstrap/debootstrap --second-stage
/lib/ld-linux.so.3: No such file or directory

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


** Tags: armel

** Description changed:

- Binary package hint: qemu-kvm
+ Binary package hint: qemu-kvm-extras-static
  
  The current variant of the static build of qemu-user for armel does not
  support building debootstrapped chroots with the variant fakechroot (so
  that a user does not need to be root to build a basic chroot) using the
  shipped qemu-debootstrap wrapper
  
  running the command adapted from the proposal in the fakechroot manpage:
  fakeroot fakechroot qemu-debootstrap --variant=fakechroot --arch=armel lucid 
lucid-chroot
  
  results in the following error:
  
  I: Extracting udev...
  I: Extracting upstart...
  I: Extracting util-linux...
  I: Extracting zlib1g...
  I: Running command: chroot lucid-chroot /debootstrap/debootstrap 
--second-stage
  /lib/ld-linux.so.3: No such file or directory

** Tags added: armel

-- 
qemu-debootstrap does not support --variant=fakechroot
https://bugs.launchpad.net/bugs/572882
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-04-27 Thread Oliver Grawert
can you also attache fixup.sh ?

-- 
/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-04-27 Thread Oliver Grawert
hmm, it seems to die in (or at least not proceed to) $KERNEL_IMG_CMD
possibly due to bashisms in setup_kernel_image() (i need to fix that) 
that in turn seems to make the VM not exit properly... 
can you try to change /bin/sh at the top of rootstock to /bin/bash and see if 
the segfault still shows up with the same commandline ?

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

2010-04-26 Thread Oliver Grawert
hmm, i dont see segfaults here, still just the plain hang

-- 
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-04-16 Thread Oliver Grawert
-drive file=${IMAGENAME},aio=native,cache=none definately doesnt change
behavior, will try other combinations too.

-- 
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-04-16 Thread Oliver Grawert
-drive file=${IMAGENAME},aio=threads,cache=writethrough doesnt change
anything either

-- 
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-04-16 Thread Oliver Grawert
same for -drive file=${IMAGENAME},aio=native,cache=writethrough, testing
writeback now

-- 
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-04-16 Thread Oliver Grawert
-drive file=${IMAGENAME},aio=native,cache=writeback appears to work
faster overall but still hangs sadly ... trying the same with
aio=threads now but my hopes arent high

-- 
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-04-16 Thread Oliver Grawert
as expected, same hang using -drive
file=${IMAGENAME},aio=threads,cache=writeback

-- 
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-04-12 Thread Oliver Grawert
dustin, the actual issue shows up under rootstock where we dont use SDL
at all, using plain qemu is just to easier reproduce the error,
rootstock reads/writes through a fifo via emulated serial console so
there is neither SDL nor any ui stuff involved.

it shows up for everyone and the hang apprars to be at the same package
for nearly everyone no matter if you use rootstock with its pipe or the
plain SDL based VM, the curious thing as i mentioned above is that it
vanishes completely as soon as you install apt and dpkg -dbgsym
packages.

-- 
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-04-01 Thread Oliver Grawert
just to answer the above question, 3G disk and 256M RAM should be enough
for netbook

-- 
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 517300] Re: [armel] likewise-open needs porting to ARM

2010-03-11 Thread Oliver Grawert
assigning over to the desktop team based on
https://blueprints.launchpad.net/ubuntu/+spec/desktop-lucid-likewise-
open-migration

** Changed in: likewise-open (Ubuntu Lucid)
 Assignee: (unassigned) = Ubuntu Desktop (ubuntu-desktop)

-- 
[armel] likewise-open needs porting to ARM
https://bugs.launchpad.net/bugs/517300
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 517300] Re: [armel] likewise-open needs porting to ARM

2010-03-11 Thread Oliver Grawert
it would be nice to get some instructions for testing so we can make
sure the fixes work

-- 
[armel] likewise-open needs porting to ARM
https://bugs.launchpad.net/bugs/517300
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 532733] Re: apt/dpkg in qemu-system-arm hangs if a big task is installed

2010-03-10 Thread Oliver Grawert

** Attachment added: apt-strace.log
   http://launchpadlibrarian.net/40681851/apt-strace.log

-- 
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-03-10 Thread Oliver Grawert
running apt under strace shows it hangs silently in read()
running top in a different console during teh hang first shows apt running 
moderately at 45% CPU usage, dpkg at about 10% ... 
i see some dpkg-deb processes with defunct tag pass by, then dpkg vanishes 
completely from top output (there are still processes in ps) and apt goes up to 
90-95%

-- 
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-03-08 Thread Oliver Grawert
seems i spoke to soon, even with qcow2 this hang occurs, i was also
experimenting with different blocksizes on the filesystem and as well
with different filesystems (ext2/3/4) none of it changed a thing in
behavior, the hang also always occurs at the same place.

-- 
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-03-08 Thread Oliver Grawert
sadly all versions of qemu system-arm expose this in lucid ...

over the weekend i tried all qemu.-system-arm binaries we have in the
archive going backwards in history up to the first karmic version ... i
also tried the versatile kernel we used to use in karmic (which worked
fine during karmic for i.e. installing the ubuntu-desktop task)

i'm solwly starting to suspect that something in the lucid userspace
causes these disk I/O hangs, i will:

a) do some tests building a karmic under lucid userspace now
b) start a script in a qemu arm VM under lucid that will do  endless loop 
reading/writing to see if it hangs at some point

-- 
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-03-08 Thread Oliver Grawert
note also that the VM itself doesnt hang, its just the disk IO ... if i stop 
the hanging process teh VM is usable as before.
if you want to reproduce install rootstock and run:

sudo rootstock -f test -s ubuntu-netbook^
(note that wont give you any access to the VM, try the thing below for this)

or to have more debugging abilities use rootstock to create an armel
qemu minimal install (with username test and password test):

sudo rootstock -f test -s ubuntu-minimal -l test -p test --keepimage

then run qemu-system-arm as described at
https://wiki.ubuntu.com/ARM/RootfsFromScratch and install the ubuntu-
netbook task with:

sudo apt-get install ubuntu-netbook^

-- 
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-03-08 Thread Oliver Grawert
i just finished a complete build of a karmic rootfs under lucid, that
finished fine so it is definately a problem of interaction of the lucid
userspace with the lucid VM or versatile kernel (the problem does not
occur on real hardware)

-- 
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] [NEW] apt/dpkg in qemu-system-arm hangs if a big task is installed

2010-03-05 Thread Oliver Grawert
Public bug reported:

Binary package hint: qemu-kvm

running rootstock and installing ubuntu-netbook^ makes the VM hang in
unpacking iso-codes this is reproducable every time in rootstock as
well as in a standard qemu-system-arm vm that contains a minimal ubuntu
with running apt-get install ubuntu-netbook

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

-- 
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-03-05 Thread Oliver Grawert
apparently this hang only occurs with raw qemu images, converting the
disk image to qcow2 does not produce the hang.

-- 
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 517300] Re: [armel] likewise-open needs porting to ARM

2010-03-02 Thread Oliver Grawert
** Tags added: armel

** Also affects: likewise-open (Ubuntu Lucid)
   Importance: High
 Assignee: Ubuntu Server Team (ubuntu-server)
   Status: Triaged

** Changed in: likewise-open (Ubuntu Lucid)
Milestone: None = ubuntu-10.04-beta-1

-- 
[armel] likewise-open needs porting to ARM
https://bugs.launchpad.net/bugs/517300
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 530000] [NEW] mono assembly installation under qemu-arm-static hangs

2010-03-01 Thread Oliver Grawert
Public bug reported:

Binary package hint: qemu-kvm

running something like apt-get install tomboy in an armel chroot under 
qemu-arm-static results in the install process hanging at 
...
Setting up mono-gac (2.4.4~svn151842-1ubuntu2) ...
* Installing 6 assemblies from libart2.0-cil into Mono
...

this seems to be caused due to boehm gc calls in the mono package that
are not properly covered by qemu-arm-static

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

-- 
mono assembly installation under qemu-arm-static hangs
https://bugs.launchpad.net/bugs/53
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 528377] [NEW] qemu-arm-static fails installing mono assemblies if /proc is mounted in the chroot

2010-02-26 Thread Oliver Grawert
Public bug reported:

Binary package hint: qemu-kvm

trying to install tomboy in a qemu-arm-static chroot on i386 host with
the proc filesystem mounted inside the chroot creates the following
output:

Setting up libmono-security2.0-cil (2.4.3+dfsg-1ubuntu2) ...
Setting up mono-2.0-gac (2.4.3+dfsg-1ubuntu2) ...
Setting up mono-gac (2.4.3+dfsg-1ubuntu2) ...
* Installing 6 assemblies from libart2.0-cil into Mono
qemu: Unsupported syscall: 242
qemu: Unsupported syscall: 242
**
ERROR:mini-arm.c:2063:arm_patch_general: assertion failed: (thumb_supported)
Stacktrace:


Native stacktrace:


Debug info from gdb:


=
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=

qemu: uncaught target signal 6 (Aborted) - core dumped
Aborted (core dumped)
Use of uninitialized value $_ in scalar chomp at 
/usr/share/cli-common/runtimes.d/mono line 144.
Use of uninitialized value $fullname in concatenation (.) or string at 
/usr/share/cli-common/runtimes.d/mono line 113.
qemu: Unsupported syscall: 242
qemu: Unsupported syscall: 242
**

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

-- 
qemu-arm-static fails installing mono assemblies if /proc is mounted in the 
chroot
https://bugs.launchpad.net/bugs/528377
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 528377] Re: qemu-arm-static fails installing mono assemblies if /proc is mounted in the chroot

2010-02-26 Thread Oliver Grawert

** Attachment added: qemu-arm-static.crash
   http://launchpadlibrarian.net/39813557/qemu-arm-static.crash

-- 
qemu-arm-static fails installing mono assemblies if /proc is mounted in the 
chroot
https://bugs.launchpad.net/bugs/528377
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 528377] Re: qemu-arm-static fails installing mono assemblies if /proc is mounted in the chroot

2010-02-26 Thread Oliver Grawert
not mounting /proc results in the following (indeed still failing, but
no segfaults):

Setting up mono-2.0-gac (2.4.3+dfsg-1ubuntu2) ...
Setting up mono-gac (2.4.3+dfsg-1ubuntu2) ...
* Installing 6 assemblies from libart2.0-cil into Mono
E: installing Assembly /usr/lib/cli/art-sharp-2.0/art-sharp.dll failed
E: Installation of libart2.0-cil with /usr/share/cli-common/runtimes.d/mono 
failed
* Installing 6 assemblies from libgconf2.0-cil into Mono
E: installing Assembly /usr/lib/cli/gconf-sharp-2.0/gconf-sharp.dll failed
E: Installation of libgconf2.0-cil with /usr/share/cli-common/runtimes.d/mono 
failed
* Installing 1 assembly from libglade2.0-cil into Mono
E: installing Assembly /usr/lib/cli/glade-sharp-2.0/glade-sharp.dll failed
E: Installation of libglade2.0-cil with /usr/share/cli-common/runtimes.d/mono 
failed
* Installing 1 assembly from libglib2.0-cil into Mono
E: installing Assembly /usr/lib/cli/glib-sharp-2.0/glib-sharp.dll failed
E: Installation of libglib2.0-cil with /usr/share/cli-common/runtimes.d/mono 
failed
* Installing 1 assembly from libgmime2.4-cil into Mono
E: installing Assembly /usr/lib/cli/gmime-sharp-2.4/gmime-sharp.dll failed
E: Installation of libgmime2.4-cil with /usr/share/cli-common/runtimes.d/mono 
failed
* Installing 6 assemblies from libgnome-vfs2.0-cil into Mono
E: installing Assembly /usr/lib/cli/gnome-vfs-sharp-2.0/gnome-vfs-sharp.dll 
failed
E: Installation of libgnome-vfs2.0-cil with 
/usr/share/cli-common/runtimes.d/mono failed
* Installing 2 assemblies from libgnome2.24-cil into Mono
E: installing Assembly /usr/lib/cli/gnome-sharp-2.24/gnome-sharp.dll failed
E: Installation of libgnome2.24-cil with /usr/share/cli-common/runtimes.d/mono 
failed
* Installing 1 assembly from libgnomepanel2.24-cil into Mono
E: installing Assembly 
/usr/lib/cli/gnome-panel-sharp-2.24/gnome-panel-sharp.dll failed
E: Installation of libgnomepanel2.24-cil with 
/usr/share/cli-common/runtimes.d/mono failed
* Installing 5 assemblies from libgtk2.0-cil into Mono
E: installing Assembly /usr/lib/cli/gtk-sharp-2.0/gtk-sharp.dll failed
E: Installation of libgtk2.0-cil with /usr/share/cli-common/runtimes.d/mono 
failed
* Installing 1 assembly from liblaunchpad-integration1.0-cil into Mono
E: installing Assembly 
/usr/lib/cli/launchpad-integration-sharp-1/launchpad-integration-sharp.dll 
failed
E: Installation of liblaunchpad-integration1.0-cil with 
/usr/share/cli-common/runtimes.d/mono failed
* Installing 3 assemblies from libmono-addins-gui0.2-cil into Mono
E: installing Assembly /usr/lib/cli/Mono.Addins.Gui-0.2/Mono.Addins.Gui.dll 
failed
E: Installation of libmono-addins-gui0.2-cil with 
/usr/share/cli-common/runtimes.d/mono failed
* Installing 7 assemblies from libmono-addins0.2-cil into Mono
E: installing Assembly /usr/lib/cli/Mono.Addins-0.2/Mono.Addins.dll failed
E: Installation of libmono-addins0.2-cil with 
/usr/share/cli-common/runtimes.d/mono failed
* Installing 1 assembly from libndesk-dbus-glib1.0-cil into Mono
E: installing Assembly /usr/lib/cli/NDesk.DBus.GLib-1.0/NDesk.DBus.GLib.dll 
failed
E: Installation of libndesk-dbus-glib1.0-cil with 
/usr/share/cli-common/runtimes.d/mono failed
* Installing 1 assembly from libndesk-dbus1.0-cil into Mono
E: installing Assembly /usr/lib/cli/NDesk.DBus-1.0/NDesk.DBus.dll failed
E: Installation of libndesk-dbus1.0-cil with 
/usr/share/cli-common/runtimes.d/mono failed

-- 
qemu-arm-static fails installing mono assemblies if /proc is mounted in the 
chroot
https://bugs.launchpad.net/bugs/528377
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 519897] Re: [armel] squid FTBFS: cf_gen Segmentation fault

2010-02-25 Thread Oliver Grawert
** Tags added: armel

-- 
[armel] squid FTBFS: cf_gen Segmentation fault
https://bugs.launchpad.net/bugs/519897
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid 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 416313] Re: On samba of ubuntu-arm, large file copy fails

2009-12-02 Thread Oliver Grawert
from teh last comment it is not really clear to me if thats a vfat or
actually a samba issue, since it doesnt seem to happen with different
other underlying filesystems but seems to only occur on vfat.

salil, if you use debians samba package, do you see the same behavior
wrt ext2/3/4 vs vfat ?

-- 
On samba of ubuntu-arm, large file copy fails 
https://bugs.launchpad.net/bugs/416313
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 416313] Re: On samba of ubuntu-arm, large file copy fails

2009-09-04 Thread Oliver Grawert
** Tags added: armel

-- 
On samba of ubuntu-arm, large file copy fails 
https://bugs.launchpad.net/bugs/416313
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 280123] [NEW] dhcp3-server needs initscript adjustment for network manager managed mode

2008-10-08 Thread Oliver Grawert
Public bug reported:

with network manager introducing a new mode to manage interfaces in
/etc/network/interfaces, dhcp3-server will fail to start up in case this
mode is enabled. dhcp3-server needs to start after network manager to
make sure a usable interface is up. Since NM can also dynamically handle
interfaces through ifupdown, also if-up.d/if-down.d scripts need to be
put in place.

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

** Changed in: dhcp3 (Ubuntu)
   Target: None = ubuntu-8.10

-- 
dhcp3-server needs initscript adjustment for network manager managed mode
https://bugs.launchpad.net/bugs/280123
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 231003] Re: Host key regeneration leaves ltsp out in the cold

2008-05-16 Thread Oliver Grawert
*** This bug is a duplicate of bug 230565 ***
https://bugs.launchpad.net/bugs/230565

** This bug has been marked a duplicate of bug 230565
   cant login with ltsp after update of openssh/openssl

-- 
Host key regeneration leaves ltsp out in the cold
https://bugs.launchpad.net/bugs/231003
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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