Search results

  1. K

    [SOLVED] Transfer root filesystem to ZFS mirror or mdraid mirror?

    LOL I never even thought to look for it there because I figured only Dell could issue these keys, though I must say I also find the whole model they (and HPE) have around their IPMI devices offensive, here I got the machine for free from a friend but at a previous employer we bought some...
  2. K

    [SOLVED] Transfer root filesystem to ZFS mirror or mdraid mirror?

    Sadly I can't use the proxmox ISO for installation, the machine I am working with (Dell T130) only has a VGA output and I don't have a VGA compatible screen at home anymore. Dell also put ipmi (iDrac) html console behind some license that even if I was willing to buy it is no longer being sold...
  3. K

    ZFS default settings and layout

    What is default layout and settings/features/fstab used by proxmox when installing to run on ZFS? Background - I installed a system with the Debian text installer and then converted Debian to proxmox, now I installed two new SSDs and want to migrate the system to a ZFS mirror, the proxmox...
  4. K

    [SOLVED] Transfer root filesystem to ZFS mirror or mdraid mirror?

    Are there any options/arguments set in a proxmox ZFS install in fstab?
  5. K

    No SSH/GUI Access

    What do the logs say? What have you tried?
  6. K

    Configuration HBA SAS FlashSystem 5015

    I haven't worked with multipath for several years, as far as I recall we defined the wwids of the devices so they always got the same device node in multipath.conf and you need to have a multipath.conf to tell your system how to recognize and deal with disks that are multipath. If you can't get...
  7. K

    Configuration HBA SAS FlashSystem 5015

    Just realized - you posted a copy-past config of the other guy but he has DELL disk shelves while you have Lenovo so you probably at the very least need to replace DELL with Lenovo or however things are shown on your system. /Edit - or maybe IBM if Lenovo still identifies as IBM.
  8. K

    Configuration HBA SAS FlashSystem 5015

    What happens if you uncomment prio_callout? (I don't recall ever using that argument and the doc linked is pretty old - 2009).
  9. K

    [SOLVED] Transfer root filesystem to ZFS mirror or mdraid mirror?

    I'm going to try the following sequence of actions: 1. Setup ZFS mirror on the two new SSDs 2. rsync the root filesystem to ZFS 3. Modify fstab on ZFS 4. use `proxmox-boot-tool` to install grub on the ZFS mirrored disks 5. Shutdown all running VMs 6. run rsync again with --exclude on fstab and...
  10. K

    queue/rotational=1 for SSD on RAID controller

    I don't know if this is the case for PERCs too but unless you are actually offloading RAID work to them and leveraging disks that also have the larger sector size needed for the PERC to store checksums you are probably better off just using the PERC as a pure JBOD HBA and implementing RAID at a...
  11. K

    [SOLVED] Transfer root filesystem to ZFS mirror or mdraid mirror?

    Current install is just a single SSD with default Debian partitioning (ext4 on the full disk with a swap partition). /Edit - I have 2 additional SSDs and am replacing the original SSD with them, so I don't need anything to happen to the original SSD other than moving the data from one to the other.
  12. K

    [SOLVED] Transfer root filesystem to ZFS mirror or mdraid mirror?

    Hi, I have a Proxmox 7.4 system running from a single SSD at the moment and want to create a mirrored device and transfer my root filesystem there. If I just use mdadm to create this I'm pretty sure everything should work as long as I update the UUID in fstab and grub.cfg (1). With ZFS based...
  13. K

    Podman in LXC - what do overlay "not support file handles" and "conflicting options: userxattr,metacopy" mean?

    Maybe a bit off topic but what about installing podman/docker directly on the PVE host? (Some people seem to be happy with docker inside of LXC - https://www.youtube.com/watch?v=t-TFvr7sZ6M)
  14. K

    OpenID redirect failed with Ipsilon idp

    My solution was probably the ugliest possible :/ I added some list filtering logic in auth.py but really the OpenIDC client should not choke on being offered an algorithm it does not know it should just ignore that. Also note that you need to restart httpd for changes to source to take effect...
  15. K

    OpenID redirect failed with Ipsilon idp

    In fedora 37 that list is populated by jwcrypto which uses other names, I'm trying to disable these two with trial and error. That said shouldn't an unsupported algo just be ignored and not cause the whole thing to not work?
  16. K

    Serial console installation

    Cool thanks! BTW it may be good to modify the apt documentation to use signed-by= and not place the gpg key in trusted.d, it is my understanding that this is a more secure way of working since the trust granted to the key is limited only to the specific repo it belongs to (as per here). ie...
  17. K

    Serial console installation

    Hey, I saw a bunch of older topics that say it is only possible to install via serial console by doing a Debian install and then converting it to Proxmox (as documented here for Proxmox 5 and here for Debian Buster [oldstable]), is this still the best/only way to do this? And will the Buster...
  18. K

    Micro segmentation/port isolation - what is the best way to go about this

    Hi, We're experimenting with proxmox and I'm hoping I'll be able to bring it in to replace VMware. One of the things I very much would like to do for "DMZ" servers is have microsegmentation/port-isolation (ie the only way for them to talk to other servers is through the firewall). I could of...
  19. K

    Terminal clipboard support (copy/paste/text select) in noVNC

    For the reason you mention above (of not knowing what input method will be available) I usually stick to ascii passwords, as I recall KeePassXC would be able to "type" but at work we use 1pass which uses copy/paste. Anyhow thanks :)