11-23-2015, 01:28 PM
Hi guys;
My Linux Lite 2.4 system has been hanging at boot. So when I pressed F4 to see what the problem was it read " Starting Bridge socket events into upstart.
I searched for a possible solution and found a post by Stéphane Graber (stgraber) in the launchpad.net site that said that in order to resolve the issue I have to edit /var/lib/lxc/<container>/config and make it look like something like [this]:
"""
# Template used to create this container: /usr/share/lxc/templates/lxc-download
# Parameters passed to the template: -d ubuntu -r trusty -a amd64
# For additional config options, please look at lxc.conf(5)
# Distribution configuration
lxc.include = /usr/share/lxc/config/ubuntu.common.conf
lxc.arch = x86_64
# Container specific configuration
lxc.rootfs = /var/lib/lxc/YOUR-CONTAINER-NAME/rootfs
lxc.utsname = YOUR-CONTAINER-NAME
# Network configuration
lxc.network.type = veth
lxc.network.flags = up
lxc.network.link = lxcbr0
lxc.network.hwaddr = YOUR-CONTAINER-MAC-ADDRESS
But how can I do that when I can't even boot into the damn system !
My Linux Lite 2.4 system has been hanging at boot. So when I pressed F4 to see what the problem was it read " Starting Bridge socket events into upstart.
I searched for a possible solution and found a post by Stéphane Graber (stgraber) in the launchpad.net site that said that in order to resolve the issue I have to edit /var/lib/lxc/<container>/config and make it look like something like [this]:
"""
# Template used to create this container: /usr/share/lxc/templates/lxc-download
# Parameters passed to the template: -d ubuntu -r trusty -a amd64
# For additional config options, please look at lxc.conf(5)
# Distribution configuration
lxc.include = /usr/share/lxc/config/ubuntu.common.conf
lxc.arch = x86_64
# Container specific configuration
lxc.rootfs = /var/lib/lxc/YOUR-CONTAINER-NAME/rootfs
lxc.utsname = YOUR-CONTAINER-NAME
# Network configuration
lxc.network.type = veth
lxc.network.flags = up
lxc.network.link = lxcbr0
lxc.network.hwaddr = YOUR-CONTAINER-MAC-ADDRESS
But how can I do that when I can't even boot into the damn system !