[Bug 1384122] Re: SNMPD defaultmonitors not working

2014-11-12 Thread Stephane Neveu
Hi,

I'm also affected by this bug on ubuntu 14.04 LTS server 64 Bit :


syslog:Nov 12 08:34:25 myhost snmpd[30963]: /etc/snmp/snmpd.conf: line 143: 
Warning: Unknown token: defaultMonitors.
syslog:Nov 12 08:34:25 myhost snmpd[30963]: /etc/snmp/snmpd.conf: line 145: 
Warning: Unknown token: linkUpDownNotifications.
syslog:Nov 12 08:34:25 myhost snmpd[30963]: Turning on AgentX master support.
syslog:Nov 12 08:34:25 myhost snmpd[30963]: /var/lib/snmp/snmpd.conf: line 32: 
Warning: Unknown token: _mteTTable.
syslog:Nov 12 08:34:25 myhost snmpd[30963]: /var/lib/snmp/snmpd.conf: line 33: 
Warning: Unknown token: _mteTTable.
syslog:Nov 12 08:34:25 myhost snmpd[30963]: /var/lib/snmp/snmpd.conf: line 34: 
Warning: Unknown token: _mteTTable.
syslog:Nov 12 08:34:25 myhost snmpd[30963]: /var/lib/snmp/snmpd.conf: line 35: 
Warning: Unknown token: _mteTTable.
syslog:Nov 12 08:34:25 myhost snmpd[30963]: /var/lib/snmp/snmpd.conf: line 36: 
Warning: Unknown token: _mteTTable.
syslog:Nov 12 08:34:25 myhost snmpd[30963]: /var/lib/snmp/snmpd.conf: line 37: 
Warning: Unknown token: _mteTTable.
syslog:Nov 12 08:34:25 myhost snmpd[30963]: /var/lib/snmp/snmpd.conf: line 38: 
Warning: Unknown token: _mteTTable.
syslog:Nov 12 08:34:25 myhost snmpd[30965]: NET-SNMP version 5.7.2


Once started, service snmpd stop do not work (I must kill -9 it, kill -15 do 
not work).
Using strace it freeze at :
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, 
child_tidptr=0x2c32f434a10) = 31041
wait4(-1, 


Here is the full strace :
strace service snmpd start
execve(/usr/sbin/service, [service, snmpd, start], [/* 24 vars */]) = 0
brk(0)  = 0x784447cdc0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2e7e0f9
access(/etc/ld.so.preload, R_OK)  = -1 ENOENT (No such file or directory)
open(/etc/ld.so.cache, O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=45836, ...}) = 0
mmap(NULL, 45836, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2e7e0f84000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/lib/x86_64-linux-gnu/libc.so.6, O_RDONLY|O_CLOEXEC) = 3
read(3, \177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\0\320\37\2\0\0\0\0\0..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1845024, ...}) = 0
mmap(NULL, 3953344, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x2e7e09ab000
mprotect(0x2e7e0b66000, 2097152, PROT_NONE) = 0
mmap(0x2e7e0d66000, 24576, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1bb000) = 0x2e7e0d66000
mmap(0x2e7e0d6c000, 17088, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2e7e0d6c000
close(3)= 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2e7e0f83000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2e7e0f81000
arch_prctl(ARCH_SET_FS, 0x2e7e0f81740)  = 0
mprotect(0x2e7e0d66000, 16384, PROT_READ) = 0
mprotect(0x7843eac000, 8192, PROT_READ) = 0
mprotect(0x2e7e0f93000, 4096, PROT_READ) = 0
munmap(0x2e7e0f84000, 45836)= 0
getpid()= 31029
rt_sigaction(SIGCHLD, {0x7843ca3460, ~[RTMIN RT_1], SA_RESTORER, 
0x2e7e09e1c30}, NULL, 8) = 0
geteuid()   = 0
brk(0)  = 0x784447cdc0
brk(0x784449ddc0)   = 0x784449ddc0
brk(0x784449e000)   = 0x784449e000
getppid()   = 31026
stat(/var/log, {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
stat(., {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
open(/usr/sbin/service, O_RDONLY) = 3
fcntl(3, F_DUPFD, 10)   = 10
close(3)= 0
fcntl(10, F_SETFD, FD_CLOEXEC)  = 0
rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGINT, {0x7843ca3460, ~[RTMIN RT_1], SA_RESTORER, 0x2e7e09e1c30}, 
NULL, 8) = 0
rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER, 0x2e7e09e1c30}, 
NULL, 8) = 0
rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER, 0x2e7e09e1c30}, 
NULL, 8) = 0
read(10, #!/bin/sh\n\n#..., 8192) = 4873
pipe([3, 4])= 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, 
child_tidptr=0x2e7e0f81a10) = 31030
close(4)= 0
read(3, service\n, 128)   = 8
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=31030, si_status=0, 
si_utime=0, si_stime=0} ---
rt_sigreturn()  = 8
read(3, , 128)= 0
close(3)= 0
wait4(-1, [{WIFEXITED(s)  WEXITSTATUS(s) == 0}], 0, NULL) = 31030
pipe([3, 

[Bug 997978] Re: KVM images lose connectivity with bridged network

2012-07-03 Thread Stephane Neveu
Ok just in cas it may help...

It does work modprobing vhost_net and adding :
driver name='vhost' txmode='iothread' ioeventfd='on' event_idx='off'/
on every nics definitions.
Tested on more than 100 VMs.

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

Title:
  KVM images lose connectivity with bridged network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/997978/+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 997978] Re: KVM images lose connectivity with bridged network

2012-07-03 Thread Stephane Neveu
Christian,

I'm not really sure if just enabling vhost_net is enough... you may probably be 
right : it works well for you since 4 days ...
Like I still do not understand where the bug is locate, I prefered to do 
everything to fix it quickly.

Reading the bugzilla : https://bugzilla.kernel.org/show_bug.cgi?id=42829 they 
were also talking about event_idx='off'
It seems to be patched now (I'm not sure basically):
http://git.kernel.org/?p=linux/kernel/git/davem/net-next.git;a=commitdiff;h=4b727361f0bc7ee7378298941066d8aa15023ffb;hp=e1ac50f64691de9a095ac5d73cb8ac73d3d17dba

Regards,

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

Title:
  KVM images lose connectivity with bridged network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/997978/+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 997978] Re: KVM images lose connectivity with bridged network

2012-07-03 Thread Stephane Neveu
Christian,

You are right, no need to add :

driver name='vhost' txmode='iothread' ioeventfd='on' event_idx='off'/


in the xml ...

modprobe vhost_net should be enough.

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

Title:
  KVM images lose connectivity with bridged network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/997978/+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 997978] Re: KVM images lose connectivity with bridged network

2012-06-29 Thread Stephane Neveu
Alex,

Thanks for the link, I'll also try to test with :

driver name='vhost' txmode='iothread' ioeventfd='on' event_idx='off'/

Does it work better for you with vhost_net ?

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

Title:
  KVM images lose connectivity with bridged network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/997978/+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 997978] Re: KVM images lose connectivity with bridged network

2012-06-28 Thread Stephane Neveu
@Serge

I did upgrade my kernels yesterday evening both on hypervisors and guests so 
now I'm running 3.2.0-25-generic on hosts and the same kernel version but 
virtual for VMs. Same problem today morning, some VMs dropped out. I'm actually 
using virtio everywhere. I'll try to test another one and keep you in touch 
asap.
I also tried to run a VMs with the generic kernel (not the virtual one) and I'm 
facing the same issue.
Serge as I'm building this new plateform I can say they there is no traffic at 
all on my VMs exept 2 guys testing some java stuffs. I almost thinking that VMs 
drop out when there is not enough traffic on nics...

I'll keep you in touch.

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

Title:
  KVM images lose connectivity with bridged network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/997978/+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 997978] Re: KVM images lose connectivity with bridged network

2012-06-28 Thread Stephane Neveu
Serge,

ne2k_pci seems to drop the link when generating some traffic (only tested on 4 
VMs).
e1000 seems have to same problem as virtio, dropping connections without 
traffic ...
What else may I try ? Is it really a driver issue ?

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

Title:
  KVM images lose connectivity with bridged network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/997978/+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 997978] Re: KVM images lose connectivity with bridged network

2012-06-28 Thread Stephane Neveu
I've noticed I never had such a problem on one host running 3.2.0-24-generic 
... on this one, my VMs have only 2 vnet per VM whereas on others I have at 
least 4 vnet per VM.

Is there a tap generation limit somewhere ? (I don't think so, I do not see 
such a thing in sysctl -a)
I'll try to downgrade my kernel on one buggy host while waiting for some 
ideas...

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

Title:
  KVM images lose connectivity with bridged network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/997978/+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 997978] Re: KVM images lose connectivity with bridged network

2012-06-28 Thread Stephane Neveu
Serge,

I'm using bond0 (active-backup with eth0/eth4) then tagging vlans with
bond0. and linking my bond0. in a bridge ... then I do the same
with bond1 (eth1/eth5) etc until bond3.

Then here is a dumpxml example :

domain type='kvm' id='5'
  namemyguest1/name
  uuidcc31a6e0-267c-4470-bcd7-8a92755a85cd/uuid
  memory2097152/memory
  currentMemory2097152/currentMemory
  vcpu2/vcpu
  os
type arch='x86_64' machine='pc-0.14'hvm/type
boot dev='hd'/
bootmenu enable='no'/
  /os
  features
acpi/
apic/
pae/
  /features
  clock offset='utc'/
  on_poweroffdestroy/on_poweroff
  on_rebootrestart/on_reboot
  on_crashrestart/on_crash
  devices
emulator/usr/bin/kvm/emulator
disk type='file' device='disk'
  driver name='qemu' type='qcow2'/
  source file='/vm/disques//myguest1.qcow2'/
  target dev='hda' bus='ide'/
  alias name='ide0-0-0'/
  address type='drive' controller='0' bus='0' unit='0'/
/disk
controller type='ide' index='0'
  alias name='ide0'/
  address type='pci' domain='0x' bus='0x00' slot='0x01' 
function='0x1'/
/controller
interface type='bridge'
  mac address='52:54:00:a1:3d:dc'/
  source bridge='bridge1'/
  target dev='vnet16'/
  model type='virtio'/
  alias name='net0'/
  address type='pci' domain='0x' bus='0x00' slot='0x03' 
function='0x0'/
/interface
interface type='bridge'
  mac address='52:54:00:3b:81:78'/
  source bridge='bridge2'/
  target dev='vnet17'/
  model type='virtio'/
  alias name='net1'/
  address type='pci' domain='0x' bus='0x00' slot='0x04' 
function='0x0'/
/interface
interface type='bridge'
  mac address='52:54:00:3d:96:57'/
  source bridge='bridge3'/
  target dev='vnet18'/
  model type='virtio'/
  alias name='net2'/
  address type='pci' domain='0x' bus='0x00' slot='0x05' 
function='0x0'/
/interface
interface type='bridge'
  mac address='52:54:00:10:2e:f1'/
  source bridge='bridge4'/
  target dev='vnet19'/
  model type='virtio'/
  alias name='net3'/
  address type='pci' domain='0x' bus='0x00' slot='0x06' 
function='0x0'/
/interface
serial type='pty'
  source path='/dev/pts/6'/
  target port='0'/
  alias name='serial0'/
/serial
console type='pty' tty='/dev/pts/6'
  source path='/dev/pts/6'/
  target type='serial' port='0'/
  alias name='serial0'/
/console
input type='mouse' bus='ps2'/
graphics type='vnc' port='5904' autoport='yes'/
video
  model type='cirrus' vram='9216' heads='1'/
  alias name='video0'/
  address type='pci' domain='0x' bus='0x00' slot='0x02' 
function='0x0'/
/video
memballoon model='virtio'
  alias name='balloon0'/
  address type='pci' domain='0x' bus='0x00' slot='0x07' 
function='0x0'/
/memballoon
  /devices
  seclabel type='dynamic' model='apparmor' relabel='yes'
labellibvirt-cc31a6e0-267c-4470-bcd7-8a92755a85cd/label
imagelabellibvirt-cc31a6e0-267c-4470-bcd7-8a92755a85cd/imagelabel
  /seclabel
/domain

May I ask you your email to send it to you directly ? ... because it's
quite huge to paste it here... I do have many vlans ...

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

Title:
  KVM images lose connectivity with bridged network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/997978/+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 997978] Re: KVM images lose connectivity with bridged network

2012-06-27 Thread Stephane Neveu
Same kind of problem here :

Running Ubuntu-servers 12.04 VMs on Ubuntu-servers 12.04 using
KVM/Libvirt over bridges.

Pinging my gateway from a random VM and watching packets with tcpdump on
the kvm host :

icmp is ok on my vnet - ok on the bridge - ok on my bond (active-
backup) - ok on my gateway (reply) - ok on my bond - ok on my brigde
- No packet received on my vnet 

brct showmacs mybridge seems to be ok showing my mac:addr (bridge+vm)

I have to ifdown/ifup my eth0 on virtual guest to make it work again til
the next time.

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

Title:
  KVM images lose connectivity with bridged network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/997978/+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 997978] Re: KVM images lose connectivity with bridged network

2012-06-27 Thread Stephane Neveu
Note I'm using 3.2.0-23-virtual kernel for my VMs ...

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

Title:
  KVM images lose connectivity with bridged network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/997978/+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 726790] Re: python-vm-builder-0.12.4+bzr462-0ubuntu1: swap partitions fail to be created properly when lucid is the target

2012-05-21 Thread Stephane Neveu
Hi all,

Same issue here, modifying dapper.py and util.py with '-l' as described
above by mattanja works fine for me.

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

Title:
  python-vm-builder-0.12.4+bzr462-0ubuntu1: swap partitions fail to be
  created properly when lucid is the target

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/726790/+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 719260] Re: X509 support for openssh

2011-02-15 Thread Stephane Neveu
Thanks for your quick reply.
What can I do to advice people upstream that it would be a need for companies ? 
for ubuntu-server basically. Is there a way to package it as as an optional 
extention of openssh for exemple ?
Thank you again,
Regards.

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

Title:
  X509 support for openssh

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