[Bug 1387976] [NEW] Unable to boot with persistent data enabled

2014-10-31 Thread Anthony O.
Public bug reported: As said on askubuntu http://askubuntu.com/q/543675/29219 , I was unable to boot an usb stick created with usb-creator-gtk with persistence data enabled (usb-creator-gtk from Ubuntu 12.04 LTS Desktop, target image : Ubuntu 14.04.1 Desktop). Here was the looping message when

[Bug 1320869] Re: apparmor=DENIED operation=ptrace profile=docker-default

2014-10-07 Thread Anthony O.
This also affects me in lxc-docker-1.2.0, version 1.2.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1320869 Title: apparmor=DENIED operation=ptrace profile=docker-default To manage notifications

[Bug 933479] Re: Menus in Adobe Reader are blank

2012-02-23 Thread Anthony O.
Also affects Ubuntu 11.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/933479 Title: Menus in Adobe Reader are blank To manage notifications about this bug go to:

[Bug 933479] Re: Menus in Adobe Reader are blank

2012-02-23 Thread Anthony O.
Here is a screenshot of the menus... All are like that, and I've got this problem only with acroread... ** Attachment added: Capture-1.png https://bugs.launchpad.net/ubuntu/+source/acroread/+bug/933479/+attachment/2776917/+files/Capture-1.png -- You received this bug notification because

[Bug 616064] Re: Broken networking in kvm guests

2011-12-23 Thread Anthony O.
1. $ virsh dumpxml vs-maven domain type='kvm' id='4' namevs-maven/name uuid40f97e28-afc2-1730-3dfb-292074bae1d6/uuid memory2097152/memory currentMemory2097152/currentMemory vcpu1/vcpu os type arch='x86_64' machine='pc-0.12'hvm/type boot dev='hd'/ /os features acpi/

[Bug 616064] Re: Broken networking in kvm guests

2011-12-23 Thread Anthony O.
1. $ virsh dumpxml vs-maven domain type='kvm' id='4' namevs-maven/name uuid40f97e28-afc2-1730-3dfb-292074bae1d6/uuid memory2097152/memory currentMemory2097152/currentMemory vcpu1/vcpu os type arch='x86_64' machine='pc-0.12'hvm/type boot dev='hd'/ /os features acpi/

[Bug 616064] Re: Broken networking in kvm guests

2011-12-21 Thread Anthony O.
Here is what I done in my client : user@host:~$ cat /dev/urandom | hexdump | head -c 1048576 /tmp/1MB.txt user@host:~$ N=1; while [ 1 ]; do echo $N | nc 192.168.1.214 8080; cat /tmp/1MB.txt | nc 192.168.1.214 8080; ((N += 1)); sleep 0.5s; done No problem here, in terminal 1 all was displayed

[Bug 616064] Re: Broken networking in kvm guests

2011-12-21 Thread Anthony O.
To reproduce the use case, I need that nc serves big files from the server and that it would be my client which would download the 1MB file... but I don't manage to use nc correctly to do that. -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 616064] Re: Broken networking in kvm guests

2011-12-21 Thread Anthony O.
Here is what I done in my client : user@host:~$ cat /dev/urandom | hexdump | head -c 1048576 /tmp/1MB.txt user@host:~$ N=1; while [ 1 ]; do echo $N | nc 192.168.1.214 8080; cat /tmp/1MB.txt | nc 192.168.1.214 8080; ((N += 1)); sleep 0.5s; done No problem here, in terminal 1 all was displayed

[Bug 616064] Re: Broken networking in kvm guests

2011-12-21 Thread Anthony O.
To reproduce the use case, I need that nc serves big files from the server and that it would be my client which would download the 1MB file... but I don't manage to use nc correctly to do that. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 616064] Re: Broken networking in kvm guests

2011-12-20 Thread Anthony O.
Well I've tried this (after first steps with git) # terminal 1 root@vs-master:~# ip link add type veth # terminal 2 root@vs-master:~# /bin/ns_exec -cmn /bin/bash about to clone with 4002 clone: Invalid argument root@vs-master:~# echo $$ 7934 # terminal 1 root@vs-master:~# ifconfig veth0

[Bug 616064] Re: Broken networking in kvm guests

2011-12-20 Thread Anthony O.
I've tested # terminal 1 root@vs-master:~# brctl delif virbr1 veth0 root@vs-master:~# brctl addif br0 veth0 root@vs-master:~# ip link set veth1 netns 5039 root@vs-master:~# nc -4 -k -l 8080 # terminal 2 root@vs-master:~# /bin/ns_exec -cmn /bin/bash about to clone with 4002 clone: Invalid

[Bug 616064] Re: Broken networking in kvm guests

2011-12-20 Thread Anthony O.
OK, here it is. I'm running 6 VM currently. admin@vs-master:~$ sudo ifconfig -a br0 Link encap:Ethernet HWaddr 00:22:19:35:22:71 inet adr:192.168.1.200 Bcast:192.168.1.255 Masque:255.255.255.0 adr inet6: fe80::222:19ff:fe35:2271/64 Scope:Lien UP BROADCAST

[Bug 616064] Re: Broken networking in kvm guests

2011-12-20 Thread Anthony O.
Well I've tried this (after first steps with git) # terminal 1 root@vs-master:~# ip link add type veth # terminal 2 root@vs-master:~# /bin/ns_exec -cmn /bin/bash about to clone with 4002 clone: Invalid argument root@vs-master:~# echo $$ 7934 # terminal 1 root@vs-master:~# ifconfig veth0

[Bug 616064] Re: Broken networking in kvm guests

2011-12-20 Thread Anthony O.
I've tested # terminal 1 root@vs-master:~# brctl delif virbr1 veth0 root@vs-master:~# brctl addif br0 veth0 root@vs-master:~# ip link set veth1 netns 5039 root@vs-master:~# nc -4 -k -l 8080 # terminal 2 root@vs-master:~# /bin/ns_exec -cmn /bin/bash about to clone with 4002 clone: Invalid

[Bug 616064] Re: Broken networking in kvm guests

2011-12-15 Thread Anthony O.
Yes, here is the Wireshark capture. Actually, the eth3 is leading to a NetAsq U70-A firewall (8.0.3 firmware) on a DMZ subnetwork. The client I'm using is located on another subnetwork attached to that firewall. I can make some test if you want and send me directives... Moreover, the server has

[Bug 616064] Re: Broken networking in kvm guests

2011-12-15 Thread Anthony O.
It seems it also afects me... I've posted a question on serverfault with all the details : http://serverfault.com/questions/341178/downloads- stucked-from-a-vm-run-by-libvirt-kvm-on-ubuntu-10-04-lts (libvirt 0.7.5-5ubuntu27.19 / kvm 1:84+dfsg-0ubuntu16+0.12.3+noroms+0ubuntu9.16 on Ubuntu 10.04.3

[Bug 616064] Re: Broken networking in kvm guests

2011-12-15 Thread Anthony O.
Yes, here is the Wireshark capture. Actually, the eth3 is leading to a NetAsq U70-A firewall (8.0.3 firmware) on a DMZ subnetwork. The client I'm using is located on another subnetwork attached to that firewall. I can make some test if you want and send me directives... Moreover, the server has