Search results

  1. V

    How to maintain buffers between LXC consoles and primary console's instance switches?

    Hmm. tmux et al are a little too much ceremony for this situation and retaining context. It's very possible one will simply forget they were using it and all manner of other odd permutations. Hrm.
  2. V

    [SOLVED] Sanity check: please share /etc/apt/sources.list so I can double check something

    I'm having some odd messages (warning) about my security entry not being configured correctly under the updates → repository tab within Proxmox's web admin. Could someone please share their correct and proper /etc/apt/sources.list contents so I can do a sanity check here for a non-paid version...
  3. V

    How to maintain buffers between LXC consoles and primary console's instance switches?

    It has been problematic for quite some time with the default function of LXCs where when you change to another LXC and then back, you lose your terminal/console history. Is there a method available to retain this outside of opening the console in its own window? Organizationally, when working...
  4. V

    New Mobile App for Proxmox VE!

    Have read previous iOS posts, but would very much like to help to move through this barrier. Unfortunately Google products are disallowed in some organizations at this point due to their long pattern of bad behavior in various regards and setting long stand precedents herein. I suppose this...
  5. V

    [TUTORIAL] USB Automount

    Can you clarify?: This is integrated, more or less, into PVE 8, correct? It seems to be, but your reply above is ambiguous at some level without a direct statement.
  6. V

    Best resolution configurability AND performance options for Windows 10+ guests?

    Is there a guide to getting the "best" graphical performance along with highly customizable resolutions from a non-passthrough virtual machine guest of Windows 10 and higher in Proxmox? It seems like the gist is to install the SPICE latest drivers from...
  7. V

    PVE 7.3-3: Configuring grub-pc: GRUB failed to install to the following devices

    @leesteken if you review what I wrote above, I did indeed do that. I then had to apt-get purge each one and so forth and so on. After all of the above I finally did a dist-upgrade for good measure which seems to have worked and then I scrubbed through a lot of additional details such as just...
  8. V

    PVE 7.3-3: Configuring grub-pc: GRUB failed to install to the following devices

    Whelp, even after that I spoke too soon. I got some aspects to work, but then I ran out of drive space again after I did another apt update; apt upgrade. It turns out that I just keep hitting this wall. I thought I'd attempt to purge the old kernels, but then still hit a flipping wall: apt-get...
  9. V

    PVE 7.3-3: Configuring grub-pc: GRUB failed to install to the following devices

    Thank you for your suggestion @fabian. Unfortunately this seemed to be a lot more involved than I had hoped and took me a bit of poking around to - maybe - do this correctly. I believe that what I have found must be a bug OR some kind of edge-case that we need to explore further. Again, I don't...
  10. V

    PVE 7.3-3: Configuring grub-pc: GRUB failed to install to the following devices

    Anyone with some thoughts here? I really want to be sure I have a safety net in place before rebooting the server - quite scared/worried.
  11. V

    PVE 7.3-3: Configuring grub-pc: GRUB failed to install to the following devices

    Just been allowing the system to run without a reboot for fear that something might blow up. I did, find some additional info that I thought I should add here. The following clearly indicates there's a storage space problem for the ESP volume: [root@pve1 ~]$ dpkg --configure -a Setting up...
  12. V

    PVE 7.3-3: Configuring grub-pc: GRUB failed to install to the following devices

    Was doing a "routine" update to the system after having not updated things for a few months, but am on PVE 7.3-3. Hit the following message: For searchability, here's the body of text: Configuring grub-pc: GRUB failed to install to the following devices: /dev/sda /dev/sdb /dev/sdc /dev/sdd...
  13. V

    [SOLVED] How do you map or pass through a USB HASP security key dongle to a Windows Server guest vm?

    So you're saying that as long as that particular USB port is used for the HASP key then it will always be mapped vs having to identify the other info. Thanks!
  14. V

    [SOLVED] How do you map or pass through a USB HASP security key dongle to a Windows Server guest vm?

    I need to pass a USB HASP security key through to a Windows Server guest virtual machine in Proxmox and I'm not clear on how this can be done so that the USB is always mapped to this particular guest system. Could someone please share some explicit instructions in this regard?
  15. V

    [SOLVED] How to clone a 2x500gb drives ZFS mirror zpool to a larger 2x1tb drives mirror?

    @Dunuin just booting on each drive with the other unplugged was able to make the command function and so each drive was bootable after that. Very peculiar. Yes, BOTH drives are now 1tb drives and both drives' partitions were expanded with fdisk and yes, I have rebooted it (multiple times). I...
  16. V

    [SOLVED] How to clone a 2x500gb drives ZFS mirror zpool to a larger 2x1tb drives mirror?

    I ended up hitting two problems that I'll explain near the end of this message - one is especially important and I need some help on insomuch that it seems that the zpool is not resizing... Initially I ran into a bit of a snag insomuch that I screwed up last night prior to understanding the...
  17. V

    [SOLVED] How to clone a 2x500gb drives ZFS mirror zpool to a larger 2x1tb drives mirror?

    Thanks, well I've gotten it as low as I can get it: 90%. I'm going to now have to proceed with the migration to the larger drives.
  18. V

    [SOLVED] How to clone a 2x500gb drives ZFS mirror zpool to a larger 2x1tb drives mirror?

    Wow, LOL, I guess that's not going to work out since it's even giving an error on that @Dunuin: $ find / -type f -printf '%s %p\n'| sort -nr | head -30 sort: cannot create temporary file in '/tmp': No space left on device But this seems to work well enough: find / -type f -size +1G -exec ls -lh...
  19. V

    [SOLVED] How to clone a 2x500gb drives ZFS mirror zpool to a larger 2x1tb drives mirror?

    Thank you very much @Dunuin - so yes, df reports: $ df -h Filesystem Size Used Avail Use% Mounted on udev 48G 0 48G 0% /dev tmpfs 9.5G 62M 9.4G 1% /run rpool/ROOT/pve-1 13G 13G 0 100% / tmpfs...
  20. V

    [SOLVED] How to clone a 2x500gb drives ZFS mirror zpool to a larger 2x1tb drives mirror?

    Thanks @Dunuin - so to confirm you're saying the steps should be something like the following steps (unfortunately will need you to help me with one of them because I'm not finding a good example): Steps: 1. sgdisk /dev/disk/by-id/ata-CT500MX500SSD1_123456789a...