Re: [lxc-users] debian template: cannot install openjdk-8-jre due to missing /proc

2017-12-18 Thread Benjamin Asbach
For me it looks like a bug. I guess a github issue would be the right place to do the evaluation on that problem. Greetings Benjamin On 2017-12-18 11:58, Harald Dunkel wrote: Hi folks, if I try to add openjdk-8-jre on the lxc-create command line, then it woes about missing /proc file system:

[lxc-users] ipv6 setup

2017-12-02 Thread Benjamin Asbach
Hi! I ordered a new server to play around with ipv6. But I'm a little puzzled howto do a setup to reach the following: I've a server with a ipv6 /56 subnet. So basically I want all of my containers to assign a public ipv6 address (ipv4 ist not needed at all). So that the containers are reachable

[lxc-users] ipv6 setup

2017-12-02 Thread Benjamin Asbach
Hi! I ordered a new server to play around with ipv6. But I'm a little puzzled howto do a setup to reach the following: I've a server with a ipv6 /56 subnet. So basically I want all of my containers to assign a public ipv6 address (ipv4 ist not needed at all). So that the containers are

Re: [lxc-users] Snap 2.20 - Default Text Editor

2017-11-23 Thread Benjamin Asbach
Can you check if you VISUAL environment variable is set to vi? Here's the relevant code for opening the text editor in lxd: https://github.com/lxc/lxd/blob/70ce5ff10417133417fdfd611a7ec148e4590a44/shared/util.go#L596 Benjamin On 2017-11-22 01:45, Lai Wei-Hwa wrote: > $ lxc profile edit

Re: [lxc-users] lxd host can not access container via domain

2017-09-03 Thread Benjamin Asbach
On 2017-09-03 02:52, Mike Wright wrote: On 09/02/2017 03:36 PM, Benjamin Asbach wrote: On 2017-09-02 06:13, Mike Wright wrote: On 09/01/2017 07:02 PM, Benjamin Asbach wrote: Hi there, I've some problems with connecting to my containers via my public domain from the host itself. I'm using

Re: [lxc-users] lxd host can not access container via domain

2017-09-03 Thread Benjamin Asbach
On 2017-09-03 17:45, Fajar A. Nugraha wrote: On Sat, Sep 2, 2017 at 9:02 AM, Benjamin Asbach <l...@impl.it> wrote: Hi there, I've some problems with connecting to my containers via my public domain from the host itself. I'm using bridged network by lxc network. The setup look

Re: [lxc-users] lxd host can not access container via domain

2017-09-02 Thread Benjamin Asbach
On 2017-09-02 06:13, Mike Wright wrote: > On 09/01/2017 07:02 PM, Benjamin Asbach wrote: Hi there, > > I've some problems with connecting to my containers via my public domain from > the host itself. I'm using bridged network by lxc network. The setup looks > like t

[lxc-users] lxd host can not access container via domain

2017-09-01 Thread Benjamin Asbach
Hi there, I've some problems with connecting to my containers via my public domain from the host itself. I'm using bridged network by lxc network. The setup looks like this remote -> domain.com -> host -> container1 (nginx) -> container2 (app) When I curl from a remote location this works