zamba-lxc-toolbox icon indicating copy to clipboard operation
zamba-lxc-toolbox copied to clipboard

Install script should check if zamba.conf exist

Open fbartels opened this issue 3 years ago • 0 comments

Currently when someone just clones the repo and runs install the start of a new container will fail:

# ./install.sh
1) checkmk	     3) debian-unpriv	 5) matrix	     7) onlyoffice	 9) proxmox-pbs	    11) zmb-ad		13) zmb-standalone
2) debian-priv	     4) mailpiler	 6) nextcloud	     8) open3a		10) urbackup	    12) zmb-member	14) quit
#? 2
Installation of debian-priv selected.
Loading config file '/root/zamba-lxc-toolbox/conf/zamba.conf'...
./install.sh: line 91: /root/zamba-lxc-toolbox/conf/zamba.conf: No such file or directory
400 not enough arguments
pveam list <storage>
Will now download newest debian-11-standard .
400 not enough arguments
pveam download <storage> <template>
Will now create LXC Container 105!
unable to parse volume ID ':'
400 too many arguments
pct set <vmid> [OPTIONS]
./install.sh: line 130: [: ==: unary operator expected
400 Parameter verification failed.
nameserver: invalid format - value does not look like a valid IP address

net0: invalid format - missing key in comma-separated list property

pct set <vmid> [OPTIONS]
Configuration file 'nodes/rizzo/lxc/105.conf' does not exist
lxc-attach: 105: attach.c: get_attach_context: 405 Connection refused - Failed to get init pid
lxc-attach: 105: attach.c: lxc_attach: 1469 Connection refused - Failed to get attach context
lxc-attach: 105: attach.c: get_attach_context: 405 Connection refused - Failed to get init pid
lxc-attach: 105: attach.c: lxc_attach: 1469 Connection refused - Failed to get attach context
400 not enough arguments
pct push <vmid> <file> <destination> [OPTIONS]
can only push files to a running CT
can only push files to a running CT
can only push files to a running CT
can only push files to a running CT
can only push files to a running CT
Installing basic container setup...
lxc-attach: 105: attach.c: get_attach_context: 405 Connection refused - Failed to get init pid
lxc-attach: 105: attach.c: lxc_attach: 1469 Connection refused - Failed to get attach context
Install 'debian-priv'!
lxc-attach: 105: attach.c: get_attach_context: 405 Connection refused - Failed to get init pid
lxc-attach: 105: attach.c: lxc_attach: 1469 Connection refused - Failed to get attach context

PVE 7.1-8

fbartels avatar Jan 17 '22 21:01 fbartels