I managed to do a tcpdump on the host while doing a telnet on port 443
When doing it on the broken container
tcpdump -ni any host 192.168.20.158 and host 192.168.20.1 and tcp
tcpdump: data link type LINUX_SLL2
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
listening on...
Hi so i have one old CT container, that can access the network just fine
But when i create a new one it manages to get an IP but that is about it..
Working CT
Broken CT
pct config 210
arch: amd64
cores: 4
features: nesting=1
hostname: emby
memory: 2048
mp0: /storage/movies,mp=/mnt/movies...
Looks like bookworm reads the network settings from the cloud-init while bullseye didn't.
Running `qm set "$VMID" --ipconfig0 ip=dhcp` fixed the issue!
Hi I'm trying to use Proxmox with the debian bookworm cloud image and cloud-init.
But when I start the vm it gets stuck on boot when it checks that it has a network connection Job systemd-networkd-wait-online.service/start running (#s / no limit) for about 2 minutes.
It seems Debian bookworm...
Thanks that makes more sense, so for my current disk the path is then /dev/disk/by-path/pci-0000:00:05.0-scsi-0:0:0:1.
I'm running debian cloud image as stated and it uses cloud-init 20.4.1 but it seems the following doesn't work
disk_aliases: #Found a bug saying the name should be disk not...
For those of you using zoho as smtp server I managed to get it working with the following:
/etc/postfix/main.cf
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
myhostname=proxmox.domain.com
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
#...
I checked the /var/log/cloud-init-output.log file it still says ci-info: no authorized SSH keys fingerprints found for user peter. and ssh-ed25519: ..... peter@....something is just replaced content.
And yes I copied the content from my id_ed25519.pub but I added a - in front and a : after...
I'm trying to use cloud init to add my ssh key, I have generated one on my desktop PC using id_ed25519 after that I added the following to my cloud-init.yml users:
- name: peter
passwd: "..." # to enable auth using password until I get my key to work
ssh_authorized_keys:
-...
Hi thanks for your quick reply.
One way to check if the file is run is to start terminal immediately after VM start, ie "qm start 100 && qm terminal 100". Then watch the console messages. I have attached a file with the output (not sure i was able to capture all of it.) I can see some cloud...
Hi I have created the following script to create a VM and with a cloud-init config:
#!/bin/bash
echo "Loading variables"
VMID=230
STORAGE=storage
IMAGE=debian-11-genericcloud-amd64.qcow2
SNIPPETNAME=debian-docker-cloud-init.yml
echo "VMID: $VMID"
echo "STORAGE: $STORAGE"
echo "IMAGE: $IMAGE"...
I think I managed to find the correct way qm set $VMID --delete unused0 would have been nice if
qm set $VMID --delete scsi0 had printed out unused0 so that I had a hint. (This also seems to delete the zfs volume so I don't have to delete it any more)
Hi I run proxmox 7.2-7, I'm trying to remove a VM disk from the CLI.
I have tried the following:
qm set $VMID --delete scsi0
zfs destroy -f $STORAGE/vm-$VMID-disk-0
The first command seems to mark the disk as unused, and the second removes the zfs volume, but the UI still believes the disk is...
After mapping the video and render group into the container it seems to be detected
This was done by running the following commands getent group video | cut -d: -f3 and getent group render | cut -d: -f3 on the host and in the container and mapping them using the config file and /etc/subuid and...
Hi I have a machine with a Intel® Core™ i5-4690K CPU, that has Intel Quick Sync according to Arc
I have installed the i965-va-driver-shaders package and can see that something is detected by running vainfo
error: can't connect to X server!
libva info: VA-API version 1.10.0
libva info: Trying to...
I'm 99% that I enabled/disabled the correct service as the command systemctl --failed reflects the change correctly after a reboot.
But disabling the service at least removes/hides the problem.
The big question is if the zfs pool fails for some reason, will some other service get a failed state?
I renamed the zpool.cache file and enabled the service again, and did a restart.
Im guessing this is the interesting part?
Dec 17 10:12:56 proxmox kernel: i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
Dec 17 10:12:56 proxmox systemd[1]: Created slice system-lvm2\x2dpvscan.slice.
Dec 17...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.