Search results

  1. K

    Upgrade to PVE 8.0 console-set-up.service error

    Actually, I did google the error before posting but the solutions you referenced did not solve my problem permanently. Specifically, if I enter "systemctrl restart console-setup.service" keyboard access works properly until the system reboots then the problem reoccurs. Attached is a screen...
  2. K

    Upgrade to PVE 8.0 console-set-up.service error

    After seeing no errors from pve7to8 --full, I upgraded to 8.0. The upgrade seems to complete successfully except keys pressed on a USB keyboard do not correspond to the characters shown on my monitor. For example if I type "root" on the keyboard, "prry" appears on the monitor and I cannot logon...
  3. K

    [SOLVED] Green Icons in Server View

    I'm running PVE 7.4-13. Today, for the first time I saw icons with green check mark and green arrowheads for both containers and VMs in server view of the GUI. I'm not sure what if anything this means and could not find anything in the forums. Here is what I see: Does this mean anything?
  4. K

    [SOLVED] Backup Client NULL message Body

    Yes. I needed to pipe STDERR to mail command also. Thanks.
  5. K

    [SOLVED] Backup Client NULL message Body

    Hi: I'm using proxmox-backup-client 2.3.3-1 on PVE 7.3-6. I'm having problems getting email notifications when I run the following commands as root from PVE: export PBS_PASSWORD and PBS_FINGERPRINT proxmox-backup-client backup etc.pxar:/etc --include-dev /etc/pve --repository...
  6. K

    Not Getting PVE 7.3 Update Notifications

    I’m using PVE 7.3-6. I am getting email notifications from backup jobs but NOT when package updates are available. Under Datacenter>Users>root@pam, I have entered my gmail email account. The same email account is used in Datacenter>Backups>jobs>Send email to. I am having the same issue with PBS...
  7. K

    Multiple Disk Setup

    Instructions in https://www.youtube.com/watch?v=zIoDXWKsorg&list=WL&index=16&t=9s solved problem
  8. K

    [SOLVED] Locked put of PVE 7.3-4 GUI

    I was able to resolve the problem by: 1/ deleting the certs I created pveproxy-ssl.key and pveproxy-ssl.pem in /etc/pve/nodes/pve 2/ run pvecm --updatecerts -f 3/ reboot system I am NOT an expert in this so if any thinks I did somethin that should not be done, please correct post. But I have...
  9. K

    [SOLVED] Locked put of PVE 7.3-4 GUI

    After creating the cert, I uploaded it to PVE from Datacenter>pve>Certificates>Upload Custom Certificate. I copied the cert into both the Private Key and Certificate Chain fields. I made no other changes. Got same results after rebooting after running the cert update. From another PVE host, I...
  10. K

    [SOLVED] Locked put of PVE 7.3-4 GUI

    All: I'm running the latest version of PVE. While trying to add SSL certs, I've locked myself out and cannot login via GUI. I get a timeout message when accessing the GUI. I can still use ssh. Is there a way for me to rollback back to before I added the ssl cert? I did make a backup of /etc...
  11. K

    Communications Failure (0) Error

    I just want to document my observations related to communications errors when clicking on storage items in PVE 7.3-4. Hopefully, this will help developers and others in resolving this issue. I run PVE in a very simple homelab environment with all storage options either on the host (via VM ...
  12. K

    How to check PVE boot disk integrity

    Just wanted to provide an update. I was never able to get clonezilla to run without error so I deleted the lvm-thin storage from the boot disk and now I can back it up with out error. The was something like "Broken image. Image was corrupt or could not be checked".
  13. K

    How to check PVE boot disk integrity

    I am running PVE 7.3-4. Trying to image my boot disk with clonezilla always fails. I'd like make sure the problem is not with my system before going to the clonezilla forums. Toward that end, I'd like to know if running fsck is the way to check my boot disk? I am suspicious since clonezilla runs...
  14. K

    [SOLVED] Backup to Proxmox Backup Server Fail

    No, Root did NOT exist as a sub-namespace on PBS. I added pve as a subname space and edited storage.cfg to reference it the pbs entry and the backup completed successfully. Since I am new to PBS I will experiment more before marking the thread SOLVED. Thanks for your help.
  15. K

    [SOLVED] Backup to Proxmox Backup Server Fail

    Hi: I’m running PVE 7.3-4 and PBS 2.3-2. The PBS is a VM on the PVE just for evaluation purposes. All attempts to backup a container on the PVE to the PBS fail and I and emailed the following message. Can anyone help with what is going wrong? Detailed backup logs: vzdump 201 --mailto...
  16. K

    SG-1100 LAN Port Failure?

    Oops. Meant to post in Netgate forum. Sorry
  17. K

    SG-1100 LAN Port Failure?

    Hi all: I am using an SG-1100 with the latest stable pfsense+ software release. I bought it in August of 2020. I have had no issues until recently when I suspect the LAN port is no longer working. I have multiple VLANs setup and can’t access the device through the web interface connected to the...
  18. K

    Multiple Disk Setup

    Thank you for your help. I'm trying to follow your suggestions but I'm not very familiar with LVM concepts. I found the following youtube video that describes what you are saying. The video is a little hard to follow because of the presentation though. Seems like I will be using commands like...
  19. K

    Multiple Disk Setup

    All: I plan to install PVE 7.3 with 2 NVME drives for use in a home-lab environment. Here is what I want to do: Install PVE 7.3 on a 58GB Intel Optane SSD and use that drive for OS only. Use 1TB SSD for VMs & Containers (LVM thin provisioning). I also want to store ISO/container templates...