There is nothing in abnormal in systemd logs during the timeframe unfortunately.
I did try this using the PBS tools from CLI and same behavior. Haven't tried with any traditional tools yet, but I will now.
PVE restore job, it did noticeably...
How does your host network configuration look like?
cat /etc/network/interfaces
cat /etc/network/interfaces.d/sdn
ip a
ip r
Can you post the configuration of a affected VM?
qm config <VMID>
Could you also post the network configuration from...
BTW - 'root@server' is a name I substituted for the nodes name.
Proxmox was originally configured with the GUI being 192.168.8.120:8006
After switching to a different router I changed it to 192.168.3.120:8006
root@server:~# cat...
If it helps, the easiest way for me to work around the issue was to use a simple PHP file that simply serves the static TOML file. As the PHP script can respond to POST requests, it works well and is only a few lines. It does mean you need PHP...
Very similar here. Though the hang ups I’m sure are due to drive maxing out cause of syslog size. Have to go in and delete that cause it spams this several times per second until host is crippled to a crawl.
I honestly wish I had yours though as...
Thank you so much, both of you. This little helper service was exactly what I needed.
I think it's difficult to work with nvme-oF in part because of how much of a black box the network bring-up sequence really is. I've got my storage network...
So it looks like it worked with a fresh bare Ubuntu CT. So this worked best if its a fresh CT, and not an existing one?
I also tried the apt install, and that doesn't seemed to help, but did not reboot the host yet. Will reboot after I get home...
Answer is:
create vm without a disk. Remember which ID is created
Then go into the terminal and type in
qm set <vmid> -scsi0 /dev/disk/by-partuuid/....
qm set <vmid> -scsi1 /dev/disk/by-partuuid/....
When you use only partition you need to...
I am trying to add a local datastore, pointing to a folder that is mounted to a NFS share. I have verified that I can read and write to the folder from the console, I have squash setup on the NFS server so it shouldn't matter what user on the PBS...
Hello everyone!
I would like to ask if any of you faced a similar issue. I use a VM to run some games with GPU passthrough, and for the majority of the games it works very well, however it seems that for Assassin's Creed Odyssey it is loading...
1. try proxmox-kernel
2. says who? while the DRIVERS arent provided in the package, mst should work just fine. if it doesnt, you can always uninstall :)
3. that is one way; another would be to make a persistent live usb so you dont have to mess...
below it looks like a permission issue, but not sure how to fix that. Didn't want to try something and make things wrose
:)
root@vhs01:/etc/pve/lxc# pct start 914 --debug
run_buffer: 571 Script exited with status 1
lxc_setup: 3935 Failed to...
If curl can access it, and not your browser, your browser is at fault. Are you sure you try to reach https and not using http?
I hate those browsers hiding the scheme by default in the URL.. you can also display the details of the request to...
Welcome to the Proxmox Forum :-)
Please connect via https://192.168.2.2:8006.
If your PC is running Windows, it will block ICMP requests due to WFW
Hit that please (from your macbook):
curl -s --insecure https://192.168.2.2:8006 | grep...
Try what @Onslow says. check the layer 1, cable, WiFi.. then make sure you don't have a VLAN set on the switch, and that you can reach your router from the PC.
Does the PC has a firewall? :P
probably seeing ip a ; ip r ; ip n on the PC will tell...
Welcome, @brent729
As from the PC you can't ping the gateway, I would search for the reason in the PC itself or in its network connection (even something low level like a patch cable). Do the LEDs in the switch and in the PC's network card...
1. Trying to list & download previous kernels in my PVE 9.1, I don't see an option for anything but 6.17:
# apt search pve-kernel
pve-firmware/stable,now 3.17-2 all [installed]
Binary firmware code for the pve-kernel
# proxmox-boot-tool...