LXC start error: setup_caps: 2337 capacidade desconhecida mac_admin

1

Quando tento iniciar o contêiner lxc criado, ele falha com erro abaixo, usei o modelo do Ubuntu para esse modelo.

Parece que o lxc não consegue descartar os privilégios de kernel que está tentando eliminar, tentou descobrir mas falhou miseravelmente.

alguém por favor me ajude a resolver isso.

Ubuntu version : 14.04    
kernel : 3.13.0-43-generic

Erro:

lxc-start: conf.c: setup_caps: 2337 unknown capability mac_admin
lxc-start: conf.c: lxc_setup: 4172 failed to drop capabilities
lxc-start: start.c: do_start: 688 failed to setup the container
lxc-start: sync.c: __sync_wait: 51 invalid sequence number 1. expected 2
lxc-start: start.c: __lxc_start: 1088 failed to spawn 'lxc-one'
lxc-start: lxc_start.c: main: 345 The container failed to start.
    
por Amila Kumaranayaka 01.01.2015 / 14:51

1 resposta

2

Instale o libcap-dev usando

apt-get install libcap-dev

Em seguida, recompile o LXC.

    
por Arup Raton Roy 18.01.2015 / 02:18