User Tools

Site Tools


pi-hole:setup_pi-hole_running_in_lxc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pi-hole:setup_pi-hole_running_in_lxc [2021/01/07 18:03] – [Check the status once again] peterpi-hole:setup_pi-hole_running_in_lxc [2021/01/07 18:43] (current) – [Have the LXC Container Start Automatically] peter
Line 183: Line 183:
 This is the correct subnet matching that of the host. This is the correct subnet matching that of the host.
  
-If the result does not show an IP for eth0, then just wait a few seconds and retry.  It seems to take a while sometimes before the container picks up the change.+If the result does not show an IP for eth0, then just wait a few seconds and retry.  It seems to take a while sometimes before the container picks up the change.  Do not panic if this continues to not show.  Just continue with the steps.
  
 </WRAP> </WRAP>
Line 241: Line 241:
 **NOTE:**  Ensure that the Container is stopped before running this. **NOTE:**  Ensure that the Container is stopped before running this.
  
-If this fails, then not a worry and may not be needed.+If this fails, then not a worry and may not be needed.  You may get an error such as 
 + 
 +<code bash> 
 +Error: Failed to start device "web": Error occurred when starting proxy device: Error: Failed to listen on 0.0.0.0:80: listen tcp 0.0.0.0:80: bind: address already in use 
 +</code>
  
 </WRAP> </WRAP>
Line 597: Line 601:
 ---- ----
  
-===== Shell in again to the Pi-Hole Container =====+===== Exit the Pi-Hole Container =====
  
 <code bash> <code bash>
-lxc exec pihole bash+exit
 </code> </code>
  
Line 666: Line 670:
 ===== Have the LXC Container Start Automatically ===== ===== Have the LXC Container Start Automatically =====
  
-<WRAP center round todo 60%> +By default, LXC containers may not start automatically.
-TODO:  Need to check these as the path name has changed due to Ubuntu using snaps.+
  
-For now, manually start as needed+<code bash> 
-</WRAP>+lxc config set pihole boot.autostart true 
 +</code>
  
  
-By default, LXC containers may not start automatically.+Ensure that LXC is set to start containers at boot.
  
-To fix this, edit the container config file: +<file bash /etc/default/lxc> 
- +# LXC_AUTO - whether or not to start containers at boot 
-<file bash /var/lib/lxc/pihole/config+LXC_AUTO="true"
-lxc.start.auto = 1 +
-lxc.start.delay 1+
 </file> </file>
 +
 +<WRAP info>
 +**NOTE:**  Also check file /etc/default/lxc-net, just in case this overrides this setting.
 +</WRAP>
 + 
  
 <WRAP info> <WRAP info>
Line 686: Line 693:
  
 When the host system boots, LXC decides the order and the delay between each startup. When the host system boots, LXC decides the order and the delay between each startup.
- 
-In this case: 
- 
-  * The first line actually does the autostart. 
-  * The second line is optional and will delay the start of this container to give the current container time to begin initialization and reduce overloading the host system. 
  
 </WRAP> </WRAP>
Line 696: Line 698:
 ---- ----
  
 +===== Show the Pi-Hole Container Configuration File =====
 +
 +<code bash>
 +lxc config show pihole
 +</code>
 +
 +returns:
 +
 +<code bash>
 +architecture: x86_64
 +config:
 +  boot.autostart: "true"
 +  image.architecture: amd64
 +  image.description: ubuntu 20.04 LTS amd64 (release) (20210105)
 +  image.label: release
 +  image.os: ubuntu
 +  image.release: focal
 +  image.serial: "20210105"
 +  image.type: squashfs
 +  image.version: "20.04"
 +  volatile.base_image: 21da67063730fc446ca7fe090a7cf90ad9397ff4001f69907d7db690a30897c3
 +  volatile.eth0.host_name: veth9b7de9bd
 +  volatile.eth0.hwaddr: 00:16:3e:4c:1b:d7
 +  volatile.idmap.base: "0"
 +  volatile.idmap.current: '[{"Isuid":true,"Isgid":false,"Hostid":1000000,"Nsid":0,"Maprange":1000000000},{"Isuid":false,"Isgid":true,"Hostid":1000000,"Nsid":0,"Maprange":1000000000}]'
 +  volatile.idmap.next: '[{"Isuid":true,"Isgid":false,"Hostid":1000000,"Nsid":0,"Maprange":1000000000},{"Isuid":false,"Isgid":true,"Hostid":1000000,"Nsid":0,"Maprange":1000000000}]'
 +  volatile.last_state.idmap: '[{"Isuid":true,"Isgid":false,"Hostid":1000000,"Nsid":0,"Maprange":1000000000},{"Isuid":false,"Isgid":true,"Hostid":1000000,"Nsid":0,"Maprange":1000000000}]'
 +  volatile.last_state.power: RUNNING
 +  volatile.uuid: 10e59167-cf89-4919-bb1c-9e701d15e08c
 +devices: {}
 +ephemeral: false
 +profiles:
 +- default
 +- bridgeprofile
 +stateful: false
 +description: ""
 +</code>
 +
 +<WRAP info>
 +**NOTE:**  This file will not be created until a change is made to it.  
 +
 +In this case, the autostart config done previously has enabled this.
 +</WRAP>
  
pi-hole/setup_pi-hole_running_in_lxc.1610042600.txt.gz · Last modified: 2021/01/07 18:03 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki