Quantcast
Channel: Proxmox Support Forum
Viewing all 171768 articles
Browse latest View live

High IO Delay, Slow performance

$
0
0
For about 2 weeks know I´m having trouble with my server. Everytime I´m uploading Data or using a VM, the IO Delay goes up to 30-80 % and needs a few Minutes to go down. In the meantime, I reinstalled Proxmox because of a few reasons. Sadly, that changed nothing. So I think it could be a hardware Problem.

Currently I have just one Lxc running for Docker.

Bildschirmfoto vom 2024-04-26 10-40-08.png

On that peak I transferred 11,4 GB of Music.
Before I did the new installation, I installed 4 new 3TB HDD´s. Only my 1TB SSD...

Read more

Help with zfs raid issue

$
0
0
I am a very new user of proxmox, and recently I have purchased an r730 to play with homelab stuff. I have a previous "test" install of proxmox which I installed on a zfs raid 0 partition of 2 1,8gb drives. I did not really understand what I was doing at that point. After that, I got some new, smaller drives, so I moved the 2x1.8tb drives to slots 5 & 6, and insalled the new ones in 1-4. I did a fresh install of proxmox on one of the new 300 gb drives.

Now the issue is that the 2...

Read more

Failed to fetch archive.ubuntu.com...

$
0
0
Trying to install Ubuntu on a new VM but the installation fails to fetch the files. Tried us.archive.ubuntu.com and a bunch of other country specific urls - same error msg. They work in a browser. Tried different DNS settings. Also tried deleting the VM a few times and start over. Spent a few days searching the net but found nothing that worked. Have done it before with no problems.

SMB Share in LXC Container: Permission denied on write

$
0
0
Hi there,

I've got an SMB share from my NAS server for my data. My Jellyfin instance (hosted via docker inside LXC) should have read-/write-access to this SMB share.
The problem is: I always get permission denied issues in my LXC container. The Proxmox host can write inside the share, but not the LXC (and thus not the docker volume).

My relevant lines of the container configuration:
NGINX:
arch: amd64
features: nesting=1
mp0: /mnt/pve/mediashare-config,mp=/mnt/shares/config
ostype: ubuntu...

Read more

Unknown VEN_1AF4&DEV_1057 device

$
0
0
Hi all, I am stuck with an unknown PCI device VEN_1AF4&DEV_1057 in my Windows 11 VM, can someone tell me what is it and how to fix the missing driver issue?

I noticed it after a migration from Windows 10 to 11, I did those steps without success:
- added virtio 0.1.266 disk and did "repair" install for both virtio drivers and qemu guest

The VM also run at 100% CPU all time but dunno if related to this issue.
Attached here a snapshot of its settings, if you see something amiss please tell...

Read more

ZFS vDev Expansion Available?

$
0
0
Hopefully no one goes bonkers over this because I've seen it asked before, but I can't find a straight up answer. Is ZFS vDev expansion available in ProxMox yet? Or is this a feature that seems to be 'feature complete' in ZFS, but has that been made available to the various OS's that are using ZFS and thus meaning it won't be available in ProxMox until some later version?

My conundrum that I'm looking for a good solution for: I have a Dell PE r730 16-bay server for my home lab and I...

Read more

Community Repository - Manuelle Auswahl von älteren Versionen möglich?

$
0
0
In den APT Repositories habe ich aktuell noch die Entrerprise Links, weil ich nicht wollte, dass das System irgendetwas installiert.
Wenn ich auf das Community Repository (nicht getestet) wechsle, kann ich dann selbst bestimmen, welche Updates ich installieren?
Oder wird in diesem Fall immer automatisch das neuste Update installiert?

Bzw. gibt es hier auch die Möglichkeit eine ältere und ggf. schon besser getestete Version zu installieren?
Also eigentlich eine Version die erst später in den...

Read more

timed out for waiting the udev queue being empty

$
0
0
timed out for waiting the udev queue being empty
Gave up waiting for root file system device. Common problems:
- Boot args (cat /proc/cmdline)
- Check rootdelay= (did the system wait long enough?)
- Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/mapper/pve-root does not exist. Dropping to a shell!
(initramfs)S__92413956.jpg

Timed out for waiting the udev queue being empty

$
0
0
Could you please help me understand what’s going on? When I add a new hard drive, the physical machine running PVE shows an error during boot and takes a long time to get past it, unable to boot into the system. I can only boot normally if I remove the hard drive. I’ve already tried adding `thin_check_options = [ "-q", "--skip-mappings" ]`, as well as running `update-initramfs -u -k all` and `update-initramfs -u`.
您能帮我了解发生了什么事吗?当我添加新硬盘时,运行 PVE...

Read more

OpnSense on Proxmox with Virtio Drivers - A Success story

$
0
0
I’m not sure if this is the right place to post, but I wanted to share my experience after switching from Incus to Proxmox. I made the switch after reading about High Availability and live migrations, and I thought I’d try it out with my OPNsense setup.

At first, I saw a lot of advice saying not to use virtio drivers and to stick with PCI passthrough instead. However, on my consumer hardware, trying to pass through my Intel 540 NICs always grabbed both ports, which was a problem. After a...

Read more

TrueNAS VM no longer accessible on network

$
0
0
Hi all,
Very new to all this. A few weeks ago I installed proxmox on an old laptop and use it as a home server. I run 4 VMs (TrueNAS scale, HomeAssistantOS, and 2 Ubuntu mavhines for media and cloud). All seemed to be working fine for a while and recently I realized I can no longer access the TrueNAS one via network.

Through console on proxmox VE, I can see TN is running, tells me which IP address it is on, etc. But via browser on my PC that IP is unreachable. The other 3 VMs are working...

Read more

OK to use nVidia GTX 1660 for PVE 8.3 ?

$
0
0
Hi,

Are there any issues with regards to NVidia graphic card in Proxmox?

I will be given a machine which has a graphic card nVidia GTX 1660. Planning to install Proxmox 8.3 which most of the time will run with the monitor off. My usage of PVE will not need any GPU pass-through.

Heard about NVidia cards not recommended in Linux. If there is any troubles, I would look for a used low power AMD graphic card.

Create additional Masquerading (NAT) bridge

$
0
0
Dear all,

I have a PC with 4 physical ethernet ports behind a router that I connected with a bridge, so that I can connect additional ethernet equipment. For proxmox, I would like to create an additional "internal" brigde for my VMs (KVM and LXC) with private networking that are then routed. I do not want to router to see these additional virtual machines. According to the manual I have tried the following:
Code:
auto lo
iface lo inet loopback
iface enp1s0 inet manual
iface enp2s0 inet manual...

Read more

r730xd H330 passthrough fail

$
0
0
Hi, i‘m here again. A short time ago, i use LSI 9207-8i passthrough. It was successful.

Now, i use SAS3008

Code:
lspci -nnk -s 03:00

03:00.0 RAID bus controller [0104]: Broadcom / LSI MegaRAID SAS-3 3008 [Fury] [1000:005f] (rev 02)

i have completed all setup. But the VM cann't boot.

Code:
cat /etc/modprobe.d/pve-blacklist.conf

# This file contains a list of modules which are not supported by Proxmox VE 
# nidiafb see bugreport https://bugzilla.proxmox.com/show_bug.cgi?id=701
blacklist...

Read more

Open vSwitch (OVS) w/ DPDK on Proxmox 8

$
0
0
Hi everyone,

I’ve been trying with setting up Open vSwitch w/ DPDK on my Proxmox server but I’m struggling to move the management port from eno1 (temporary) back to enp4s0 (LAN interface) OVS w/ DPDK.

My Setup:​

  • eno1: Temporary Proxmox management port. Normally an unused port. [1GbE Intel NIC] - 192.168.100.10
  • enp4s0: LAN interface (intended Proxmox management port). [2.5GbE Intel I225 NIC] - 172.22.1.10/24
  • enp3s0: WAN interface. [2.5GbE...

Read more

Botched backup job, Full datastore, can't create space

$
0
0
I set up a VM to use as a samba server, but I forgot to specify that the attached disks were not to be part of the VM backup.
So the VM backup ran last night and proceeded to fill up the Proxmox Backup Server datastore. There is no record of the backup for that container.
I've looked for how I can remove the backup manually, but it does not seem to exist, nonetheless the datastore shows as 100% full.

How can I resolve this without having to wipe the datastore and recreate?

Some additional...

Read more

Backups job works on manual launch but never starts automatically

$
0
0
Hey !

I have set up a PBS, a daily backup job (which is supposed to run at 3 AM) and could start it manually without any error.
Yet, when it's 3AM, nothing happens. Nothing at all. No error, no logs, nothing. And of course, no backup either.
I checked the `/etc/pve/jobs.cfg` and it seems to me that it is well configured :
vzdump: backup-849d6ecf-fec9
schedule 03:00
enabled 1
mailnotification failure
mailto myemail@email.com
mode snapshot
node 000prxmox01l...

Read more

Issues Running TrueNAS Scale in a VM - Middleware and ZFS Errors

$
0
0
I am encountering persistent issues when trying to run TrueNAS Scale inside a virtual machine (VM). TrueNAS Core, running on the same hypervisor, works without major issues (aside from occasional python3.9 core dumps), but TrueNAS Scale fails to boot properly.

Help or notes in any way would help me a lot! I have no idea what to check and have just been having issues with TrueNAS VMs for a while. Thanks!

Steps to Reproduce
  1. Create a new VM for TrueNAS Scale.
  2. Use default...

Read more

Proxmox ZFS Mirror Boot Drive Failure - How to Restore

$
0
0
Hi,

I run a proxmox homelab, and have the proxmox installed on 2 SSD's in a ZFS mirror. I also store my VM's on the host drive, but that shouldn't be relivant to what I need to do.

I am somewhat fmailular with ZFS, but really only in truenas where there are simple GUI options to manage everything. With Proxmox, what I need to do is pop in a 3rd (temporary SSD), replicate the mirror to that drive, and then remove the failing boot drive. This will retain my 2 way mirror, but will allow me to...

Read more

Proxmox keep killed my vm , anyone can help ? please

$
0
0
Jan 07 05:21:47 kng kernel: kthreadd invoked oom-killer: gfp_mask=0x2dc2(GFP_KERNEL|__GFP_HIGHMEM|__GFP_NOWARN|__GFP_ZERO), order=0, oom_score_adj=0
Jan 07 05:21:50 kng kernel: CPU: 6 PID: 2 Comm: kthreadd Tainted: P O 5.15.102-1-pve #1
Jan 07 05:21:50 kng kernel: Hardware name: ASUS System Product Name/PRIME B550M-K, BIOS 0805 07/01/2020
Jan 07 05:21:50 kng kernel: Call Trace:
Jan 07 05:21:50 kng kernel: <TASK>
Jan 07 05:21:50 kng kernel: dump_stack_lvl+0x4a/0x63
Jan 07...

Read more
Viewing all 171768 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>