woops
This commit is contained in:
parent
3d2cad2213
commit
7a08f36696
30 changed files with 2697 additions and 11 deletions
3
.env
Normal file
3
.env
Normal file
|
@ -0,0 +1,3 @@
|
|||
ADMIN_PASSWORD=nyaowo
|
||||
RELAY_HOST=10.40.50.4
|
||||
PVE_ENTERPRISE=no
|
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -1,11 +0,0 @@
|
|||
build.sh
|
||||
config/
|
||||
data/
|
||||
Dockerfile.dev
|
||||
.env
|
||||
.shell-vars
|
||||
start-backup.sh
|
||||
tests/
|
||||
trigger-build.sh
|
||||
vars
|
||||
.volumes
|
18
data/logs/alternatives.log
Normal file
18
data/logs/alternatives.log
Normal file
|
@ -0,0 +1,18 @@
|
|||
update-alternatives 2024-04-07 18:47:08: run with --set ebtables /usr/sbin/ebtables-legacy
|
||||
update-alternatives 2024-04-07 18:47:08: status of link group /usr/sbin/ebtables set to manual
|
||||
update-alternatives 2024-04-07 18:47:08: link group ebtables updated to point to /usr/sbin/ebtables-legacy
|
||||
update-alternatives 2024-04-07 18:47:08: run with --set iptables /usr/sbin/iptables-legacy
|
||||
update-alternatives 2024-04-07 18:47:08: status of link group /usr/sbin/iptables set to manual
|
||||
update-alternatives 2024-04-07 18:47:08: link group iptables updated to point to /usr/sbin/iptables-legacy
|
||||
update-alternatives 2024-04-07 18:47:08: run with --set ip6tables /usr/sbin/ip6tables-legacy
|
||||
update-alternatives 2024-04-07 18:47:08: status of link group /usr/sbin/ip6tables set to manual
|
||||
update-alternatives 2024-04-07 18:47:08: link group ip6tables updated to point to /usr/sbin/ip6tables-legacy
|
||||
update-alternatives 2024-04-07 18:48:34: run with --set ebtables /usr/sbin/ebtables-legacy
|
||||
update-alternatives 2024-04-07 18:48:34: run with --set iptables /usr/sbin/iptables-legacy
|
||||
update-alternatives 2024-04-07 18:48:34: run with --set ip6tables /usr/sbin/ip6tables-legacy
|
||||
update-alternatives 2024-04-07 18:49:24: run with --set ebtables /usr/sbin/ebtables-legacy
|
||||
update-alternatives 2024-04-07 18:49:24: run with --set iptables /usr/sbin/iptables-legacy
|
||||
update-alternatives 2024-04-07 18:49:24: run with --set ip6tables /usr/sbin/ip6tables-legacy
|
||||
update-alternatives 2024-04-07 18:51:02: run with --set ebtables /usr/sbin/ebtables-legacy
|
||||
update-alternatives 2024-04-07 18:51:02: run with --set iptables /usr/sbin/iptables-legacy
|
||||
update-alternatives 2024-04-07 18:51:02: run with --set ip6tables /usr/sbin/ip6tables-legacy
|
43
data/logs/auth.log
Normal file
43
data/logs/auth.log
Normal file
|
@ -0,0 +1,43 @@
|
|||
2024-04-07T18:47:07.675264+00:00 a10a5a7764ef sshd[99]: Server listening on 0.0.0.0 port 22.
|
||||
2024-04-07T18:47:07.675316+00:00 a10a5a7764ef sshd[99]: Server listening on :: port 22.
|
||||
2024-04-07T18:47:07.732205+00:00 a10a5a7764ef systemd-logind[89]: Failed to pin reserved VT: Permission denied
|
||||
2024-04-07T18:47:07.732276+00:00 a10a5a7764ef systemd-logind[89]: New seat seat0.
|
||||
2024-04-07T18:47:07.732312+00:00 a10a5a7764ef systemd-logind[89]: Failed to preallocate VT 1: Permission denied
|
||||
2024-04-07T18:47:07.732339+00:00 a10a5a7764ef systemd-logind[89]: Failed to preallocate VT 2: Permission denied
|
||||
2024-04-07T18:47:07.732362+00:00 a10a5a7764ef systemd-logind[89]: Failed to preallocate VT 3: Permission denied
|
||||
2024-04-07T18:47:07.732386+00:00 a10a5a7764ef systemd-logind[89]: Failed to preallocate VT 4: Permission denied
|
||||
2024-04-07T18:47:07.732411+00:00 a10a5a7764ef systemd-logind[89]: Failed to preallocate VT 5: Permission denied
|
||||
2024-04-07T18:47:07.732443+00:00 a10a5a7764ef systemd-logind[89]: Failed to preallocate VT 6: Permission denied
|
||||
2024-04-07T18:47:28.774343+00:00 a10a5a7764ef login[191]: pam_env(login:session): Unable to open env file: /etc/default/locale: No such file or directory
|
||||
2024-04-07T18:47:28.775027+00:00 a10a5a7764ef login[191]: pam_unix(login:session): session opened for user root(uid=0) by (uid=0)
|
||||
2024-04-07T18:47:28.775956+00:00 a10a5a7764ef login[196]: ROOT LOGIN on '/dev/pts/0'
|
||||
2024-04-07T18:48:33.618714+00:00 a10a5a7764ef sshd[96]: Server listening on 0.0.0.0 port 22.
|
||||
2024-04-07T18:48:33.618832+00:00 a10a5a7764ef sshd[96]: Server listening on :: port 22.
|
||||
2024-04-07T18:48:33.682838+00:00 a10a5a7764ef systemd-logind[89]: Failed to pin reserved VT: Permission denied
|
||||
2024-04-07T18:48:33.682906+00:00 a10a5a7764ef systemd-logind[89]: New seat seat0.
|
||||
2024-04-07T18:48:33.682951+00:00 a10a5a7764ef systemd-logind[89]: Failed to preallocate VT 1: Permission denied
|
||||
2024-04-07T18:48:33.682976+00:00 a10a5a7764ef systemd-logind[89]: Failed to preallocate VT 2: Permission denied
|
||||
2024-04-07T18:48:33.682999+00:00 a10a5a7764ef systemd-logind[89]: Failed to preallocate VT 3: Permission denied
|
||||
2024-04-07T18:48:33.683023+00:00 a10a5a7764ef systemd-logind[89]: Failed to preallocate VT 4: Permission denied
|
||||
2024-04-07T18:48:33.683049+00:00 a10a5a7764ef systemd-logind[89]: Failed to preallocate VT 5: Permission denied
|
||||
2024-04-07T18:48:33.683074+00:00 a10a5a7764ef systemd-logind[89]: Failed to preallocate VT 6: Permission denied
|
||||
2024-04-07T18:49:23.612739+00:00 a10a5a7764ef sshd[93]: Server listening on 0.0.0.0 port 22.
|
||||
2024-04-07T18:49:23.612795+00:00 a10a5a7764ef sshd[93]: Server listening on :: port 22.
|
||||
2024-04-07T18:49:23.666606+00:00 a10a5a7764ef systemd-logind[86]: Failed to pin reserved VT: Permission denied
|
||||
2024-04-07T18:49:23.666659+00:00 a10a5a7764ef systemd-logind[86]: New seat seat0.
|
||||
2024-04-07T18:49:23.666679+00:00 a10a5a7764ef systemd-logind[86]: Failed to preallocate VT 1: Permission denied
|
||||
2024-04-07T18:49:23.666696+00:00 a10a5a7764ef systemd-logind[86]: Failed to preallocate VT 2: Permission denied
|
||||
2024-04-07T18:49:23.666711+00:00 a10a5a7764ef systemd-logind[86]: Failed to preallocate VT 3: Permission denied
|
||||
2024-04-07T18:49:23.666726+00:00 a10a5a7764ef systemd-logind[86]: Failed to preallocate VT 4: Permission denied
|
||||
2024-04-07T18:49:23.666762+00:00 a10a5a7764ef systemd-logind[86]: Failed to preallocate VT 5: Permission denied
|
||||
2024-04-07T18:49:23.666778+00:00 a10a5a7764ef systemd-logind[86]: Failed to preallocate VT 6: Permission denied
|
||||
2024-04-07T18:51:01.813034+00:00 a10a5a7764ef sshd[98]: Server listening on 0.0.0.0 port 22.
|
||||
2024-04-07T18:51:01.813168+00:00 a10a5a7764ef sshd[98]: Server listening on :: port 22.
|
||||
2024-04-07T18:51:01.865606+00:00 a10a5a7764ef systemd-logind[87]: Failed to pin reserved VT: Permission denied
|
||||
2024-04-07T18:51:01.865649+00:00 a10a5a7764ef systemd-logind[87]: New seat seat0.
|
||||
2024-04-07T18:51:01.865673+00:00 a10a5a7764ef systemd-logind[87]: Failed to preallocate VT 1: Permission denied
|
||||
2024-04-07T18:51:01.865689+00:00 a10a5a7764ef systemd-logind[87]: Failed to preallocate VT 2: Permission denied
|
||||
2024-04-07T18:51:01.865704+00:00 a10a5a7764ef systemd-logind[87]: Failed to preallocate VT 3: Permission denied
|
||||
2024-04-07T18:51:01.865719+00:00 a10a5a7764ef systemd-logind[87]: Failed to preallocate VT 4: Permission denied
|
||||
2024-04-07T18:51:01.865735+00:00 a10a5a7764ef systemd-logind[87]: Failed to preallocate VT 5: Permission denied
|
||||
2024-04-07T18:51:01.865752+00:00 a10a5a7764ef systemd-logind[87]: Failed to preallocate VT 6: Permission denied
|
0
data/logs/btmp
Normal file
0
data/logs/btmp
Normal file
8
data/logs/cron.log
Normal file
8
data/logs/cron.log
Normal file
|
@ -0,0 +1,8 @@
|
|||
2024-04-07T18:47:08.746677+00:00 a10a5a7764ef cron[123]: (CRON) INFO (pidfile fd = 3)
|
||||
2024-04-07T18:47:08.746960+00:00 a10a5a7764ef cron[123]: (CRON) INFO (Running @reboot jobs)
|
||||
2024-04-07T18:48:34.679093+00:00 a10a5a7764ef cron[119]: (CRON) INFO (pidfile fd = 3)
|
||||
2024-04-07T18:48:34.679589+00:00 a10a5a7764ef cron[119]: (CRON) INFO (Running @reboot jobs)
|
||||
2024-04-07T18:49:24.663674+00:00 a10a5a7764ef cron[118]: (CRON) INFO (pidfile fd = 3)
|
||||
2024-04-07T18:49:24.664851+00:00 a10a5a7764ef cron[118]: (CRON) INFO (Running @reboot jobs)
|
||||
2024-04-07T18:51:02.862614+00:00 a10a5a7764ef cron[119]: (CRON) INFO (pidfile fd = 3)
|
||||
2024-04-07T18:51:02.863210+00:00 a10a5a7764ef cron[119]: (CRON) INFO (Running @reboot jobs)
|
BIN
data/logs/lastlog
Normal file
BIN
data/logs/lastlog
Normal file
Binary file not shown.
12
data/logs/pve-firewall.log
Normal file
12
data/logs/pve-firewall.log
Normal file
|
@ -0,0 +1,12 @@
|
|||
0 5 - 07/Apr/2024:18:47:07 +0000 starting pvefw logger
|
||||
0 5 - 07/Apr/2024:18:48:24 +0000 received terminate request (signal)
|
||||
0 5 - 07/Apr/2024:18:48:24 +0000 stopping pvefw logger
|
||||
0 5 - 07/Apr/2024:18:48:33 +0000 starting pvefw logger
|
||||
0 5 - 07/Apr/2024:18:49:14 +0000 received terminate request (signal)
|
||||
0 5 - 07/Apr/2024:18:49:14 +0000 stopping pvefw logger
|
||||
0 5 - 07/Apr/2024:18:49:23 +0000 starting pvefw logger
|
||||
0 5 - 07/Apr/2024:18:50:52 +0000 received terminate request (signal)
|
||||
0 5 - 07/Apr/2024:18:50:52 +0000 stopping pvefw logger
|
||||
0 5 - 07/Apr/2024:18:51:01 +0000 starting pvefw logger
|
||||
0 5 - 07/Apr/2024:18:54:30 +0000 received terminate request (signal)
|
||||
0 5 - 07/Apr/2024:18:54:30 +0000 stopping pvefw logger
|
0
data/logs/pve/tasks/.active.lock
Normal file
0
data/logs/pve/tasks/.active.lock
Normal file
|
@ -0,0 +1,2 @@
|
|||
client connection: [::1]:54428
|
||||
TASK OK
|
|
@ -0,0 +1 @@
|
|||
TASK OK
|
|
@ -0,0 +1 @@
|
|||
TASK ERROR: KVM virtualisation configured, but not available. Either disable in VM configuration or enable in BIOS.
|
|
@ -0,0 +1 @@
|
|||
TASK OK
|
|
@ -0,0 +1 @@
|
|||
TASK OK
|
|
@ -0,0 +1 @@
|
|||
TASK OK
|
|
@ -0,0 +1 @@
|
|||
TASK OK
|
|
@ -0,0 +1,3 @@
|
|||
Formatting '/var/lib/vz/images/100/vm-100-disk-0.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off preallocation=metadata compression_type=zlib size=34359738368 lazy_refcounts=off refcount_bits=16
|
||||
virtio0: successfully created disk 'local:100/vm-100-disk-0.qcow2,iothread=1,size=32G'
|
||||
TASK OK
|
|
@ -0,0 +1 @@
|
|||
TASK OK
|
|
@ -0,0 +1 @@
|
|||
TASK OK
|
|
@ -0,0 +1 @@
|
|||
TASK OK
|
|
@ -0,0 +1,7 @@
|
|||
starting file import from: /var/tmp/pveupload-4abeed85f279511d30bb3d86e4507a6a
|
||||
target node: a10a5a7764ef
|
||||
target file: /var/lib/vz/template/iso/netboot.xyz.iso
|
||||
file size is: 2392064
|
||||
command: cp -- /var/tmp/pveupload-4abeed85f279511d30bb3d86e4507a6a /var/lib/vz/template/iso/netboot.xyz.iso
|
||||
finished file import successfully
|
||||
TASK OK
|
12
data/logs/pve/tasks/active
Normal file
12
data/logs/pve/tasks/active
Normal file
|
@ -0,0 +1,12 @@
|
|||
UPID:a10a5a7764ef:00000153:00080E7D:6612EBE4:stopall::root@pam: 1 6612EBE4 OK
|
||||
UPID:a10a5a7764ef:000000D4:0007CEAE:6612EB41:qmstart:100:root@pam: 1 6612EB41 KVM virtualisation configured, but not available. Either disable in VM configuration or enable in BIOS.
|
||||
UPID:a10a5a7764ef:000000C1:0007CB26:6612EB38:qmcreate:100:root@pam: 1 6612EB38 OK
|
||||
UPID:a10a5a7764ef:00000096:0007BF24:6612EB19:startall::root@pam: 1 6612EB19 OK
|
||||
UPID:a10a5a7764ef:000000E8:0007B965:6612EB0A:stopall::root@pam: 1 6612EB0A OK
|
||||
UPID:a10a5a7764ef:00000096:000798DA:6612EAB7:startall::root@pam: 1 6612EAB7 OK
|
||||
UPID:a10a5a7764ef:000000CC:00079309:6612EAA8:stopall::root@pam: 1 6612EAA8 OK
|
||||
UPID:a10a5a7764ef:000000B6:00078F3C:6612EA9E:imgcopy::root@pam: 1 6612EA9F OK
|
||||
UPID:a10a5a7764ef:00000096:00078549:6612EA85:startall::root@pam: 1 6612EA85 OK
|
||||
UPID:a10a5a7764ef:000000FF:00077FAE:6612EA77:stopall::root@pam: 1 6612EA77 OK
|
||||
UPID:a10a5a7764ef:000000BC:00076A69:6612EA40:vncshell::root@pam: 1 6612EA4C OK
|
||||
UPID:a10a5a7764ef:000000A9:0007645C:6612EA31:startall::root@pam: 1 6612EA31 OK
|
12
data/logs/pve/tasks/index
Normal file
12
data/logs/pve/tasks/index
Normal file
|
@ -0,0 +1,12 @@
|
|||
UPID:a10a5a7764ef:000000A9:0007645C:6612EA31:startall::root@pam: 6612EA31 OK
|
||||
UPID:a10a5a7764ef:000000BC:00076A69:6612EA40:vncshell::root@pam: 6612EA4C OK
|
||||
UPID:a10a5a7764ef:000000FF:00077FAE:6612EA77:stopall::root@pam: 6612EA77 OK
|
||||
UPID:a10a5a7764ef:00000096:00078549:6612EA85:startall::root@pam: 6612EA85 OK
|
||||
UPID:a10a5a7764ef:000000B6:00078F3C:6612EA9E:imgcopy::root@pam: 6612EA9F OK
|
||||
UPID:a10a5a7764ef:000000CC:00079309:6612EAA8:stopall::root@pam: 6612EAA8 OK
|
||||
UPID:a10a5a7764ef:00000096:000798DA:6612EAB7:startall::root@pam: 6612EAB7 OK
|
||||
UPID:a10a5a7764ef:000000E8:0007B965:6612EB0A:stopall::root@pam: 6612EB0A OK
|
||||
UPID:a10a5a7764ef:00000096:0007BF24:6612EB19:startall::root@pam: 6612EB19 OK
|
||||
UPID:a10a5a7764ef:000000C1:0007CB26:6612EB38:qmcreate:100:root@pam: 6612EB38 OK
|
||||
UPID:a10a5a7764ef:000000D4:0007CEAE:6612EB41:qmstart:100:root@pam: 6612EB41 KVM virtualisation configured, but not available. Either disable in VM configuration or enable in BIOS.
|
||||
UPID:a10a5a7764ef:00000153:00080E7D:6612EBE4:stopall::root@pam: 6612EBE4 OK
|
2563
data/logs/syslog
Normal file
2563
data/logs/syslog
Normal file
File diff suppressed because it is too large
Load diff
BIN
data/logs/wtmp
Normal file
BIN
data/logs/wtmp
Normal file
Binary file not shown.
0
data/pve_cluster/.pmxcfs.lockfile
Normal file
0
data/pve_cluster/.pmxcfs.lockfile
Normal file
BIN
data/pve_cluster/config.db
Normal file
BIN
data/pve_cluster/config.db
Normal file
Binary file not shown.
1
data/pve_manager/pve-replication-state.json
Normal file
1
data/pve_manager/pve-replication-state.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
0
data/pve_manager/pve-replication-state.lck
Normal file
0
data/pve_manager/pve-replication-state.lck
Normal file
4
srv/pve/.volumes
Normal file
4
srv/pve/.volumes
Normal file
|
@ -0,0 +1,4 @@
|
|||
${BASE_PATH}/data/logs:/var/log
|
||||
${BASE_PATH}/data/pve_cluster:/var/lib/pve-cluster
|
||||
${BASE_PATH}/data/pve_manager:/var/lib/pve-manager
|
||||
${BASE_PATH}/data/bin:/srv/bin
|
Loading…
Add table
Reference in a new issue