Recent content by jieiku

  1. J

    How to do "nomodeset" booting up 7.2 installer?

    At the boot screen Install Proxmox should be selected/highlighted, press "e" delete quiet "splash = silent" and replace with "nomodeset" Press ctrl+x to continue booting It will likely get farther but still error out. next type: cat << EOF | tee --append...
  2. J

    Unable to install Proxmox ve 7.2 - Current input timing error

    At the boot screen Install Proxmox should be selected/highlighted, press "e" delete quiet "splash = silent" and replace with "nomodeset" Press ctrl+x to continue booting It will likely get farther but still error out. next type: cat << EOF | tee --append...
  3. J

    Current input timing is not supported by monitor

    At the boot screen Install Proxmox should be selected/highlighted, press "e" delete quiet "splash = silent" and replace with "nomodeset" Press ctrl+x to continue booting It will likely get farther but still error out. next type: cat << EOF | tee --append...
  4. J

    [SOLVED] Proxmox 8.0.2 Installation Issues

    For the Input timing issue: At the boot screen Install Proxmox should be selected/highlighted, press "e" delete quiet "splash = silent" and replace with "nomodeset" Press ctrl+x to continue booting It will likely get farther but still error out. next type: cat << EOF | tee --append...
  5. J

    [SOLVED] The current input timing is not supported by the monitor display on Dell Server

    At the boot screen Install Proxmox should be selected/highlighted, press "e" delete quiet "splash = silent" and replace with "nomodeset" Press ctrl+x to continue booting It will likely get farther but still error out. next type: cat << EOF | tee --append...
  6. J

    Use ACL to share writable directory with multiple users over sshfs?

    Nope! I ended up creating a user that we use to access this share, I then added all of our public keys to the authorized_keys file. So we are all just accessing the file share as the same user, after spending two days trying to get it working, enough was enough.
  7. J

    Use ACL to share writable directory with multiple users over sshfs?

    Use ACL to share writable directory with multiple users over sshfs? I am trying to make it so that multiple users can connect via sshfs and have access to a directory (/fs) where they can modify or create files, either their own files or other peoples files. I am having trouble finding a way to...
  8. J

    pveam update failed, gpgv: BAD signature

    I am not sure how long it was an issue for, I am only aware of less than 12 hours. I knew that Ubuntu 22.04 was out so I wanted to run pveam update so that I could grab the latest template. When I seen the same ip but different files I suspected our reverse proxy was to blame, I previously...
  9. J

    pveam update failed, gpgv: BAD signature

    Whatever the problem was it seems to have cleared up just now, It must have been some kind of cache issue? Thanks so much for the help t.lamprecht, I really appreciate it!
  10. J

    pveam update failed, gpgv: BAD signature

    hello, thank you for the response. This is reproducible, it happens every time, I have also tried rebooting, and retried hours later. This did not happen on one of my other proxmox machines at my mothers house, but it did happen on mine, the only thing I can think of that is different between...
  11. J

    pveam update failed, gpgv: BAD signature

    I am not sure if this issue is on my end or upstream, can anyone verify if pveam update works? turnkey seems ok, but bullseye is showing BAD signature. pveam update update failed - see /var/log/pveam.log for details 2022-04-26 14:34:21 starting update 2022-04-26 14:34:21 start download...
  12. J

    i/o disk limit

    @fabian I was told I can change the IO scheduler from what ZFS normally uses to CFQ and that I would then be able to set blkio weighting using cgroups, while still using ZFS. I am not sure what other side affects changing the scheduler might cause, such as would the replication feature in...
  13. J

    i/o disk limit

    We went with ZFS so that we were able to use replication, enabling replication and HA for several containers was easy in Proxmox with ZFS. I will have to see if its possible to use the replication feature if we moved from ZFS to Ceph. (have never used Ceph before but if it is a better fit for...
  14. J

    i/o disk limit

    Is there really no way to limit IO on LXC containers that are on a ZFS file system? If so then to use proxmox to host client LXC containers, you would need to either dedicate a drive per customer, or just not use proxmox for hosting customer LXC containers? We have been using proxmox for about...
  15. J

    Quotas are not supported by unprivileged containers - could this work with the new mknod=1 option?

    I am wondering what the underlying cause is that makes quotas not work in unprivileged containers? I see with the latest proxmox that we now have nesting=1 and mknod=1 so I am wondering if quotas in unprivileged container might be possible now.