Search results

  1. F

    Upgrade 7to8 went wrong

    I placed these repositories in /etc/apt/sources.list deb http://ftp.debian.org/debian bullseye main contrib deb http://ftp.debian.org/debian bullseye-updates main contrib # PVE pve-no-subscription repository provided by proxmox.com, # NOT recommended for production use deb...
  2. F

    Upgrade 7to8 went wrong

    I have tried everything i have no ve interface but I can access via ssh and via IDRAC. When I try to run apt -o Debug::pkgProblemResolver=yes dist-upgrade root@control:~# apt -o Debug::pkgProblemResolver=yes dist-upgrade Reading package lists... Done Building dependency tree... Done Reading...
  3. F

    Having issues resizing /dev/mapper/pbs-root

    Oh my gosh. I think i did do that originally but i followed the pve command that he was showing and didn't think about it and do resize2fs /dev/mapper/pbs-root. After I ran that command it immediately fixed the issue. Thank you @Dunuin. I was literally one line away from a solve.
  4. F

    Having issues resizing /dev/mapper/pbs-root

    I followed guide https://www.youtube.com/watch?v=9ntPaLcf1eQ But i ended up here. I cant figure out why df -h is only resulting with a 51 gig size when down below is listing a 159gb size .
  5. F

    CIFS VFS smb and nfs shares unreachable

    Hi all i have been having major issues with nfs and smb shares attached to my proxmox install. I can no longer take snapshots of any of my vms due to this. root@control:~# pveversion -v proxmox-ve: 7.4-1 (running kernel: 5.4.106-1-pve) pve-manager: 7.4-3 (running version: 7.4-3/9002ab8a)...
  6. F

    Truenas NFS to proxmox backup server

    mounted the share in fstab and did mount-a in truenas i configured an nfs share But everytime i go to add a datastore and add the absolute path to /mnt/ProxMoxSharea it will not back to it. Even though that path is mounted on the backup server.
  7. F

    Cant get network to work

    can ping itself. It can ping the gateway which is at 192.168.254.254 but for some reason it looks like 192.168.254.0 on the route. Not sure how to change or adjust that. weird okay now its seeming like its connecting to host now on the same lan. Not sure what changed. But on any other...
  8. F

    Cant get network to work

    ip a output above ip r output below
  9. F

    Cant get network to work

    This is my /etc/network/interfaces on a dell r620 I have a Intel(R) 2P X520/2P I350 rNDC I updated the firmware to the latest with the lifecycle controller since i was getting weird speedtests from all of my vms. The issue continued even with new firmware and now it wont connect at...
  10. F

    Upgraded pve version and now network adapter issues

    ] here is my ubuntu config. I am still getting increased ping on the linux vm and very slow internet speeds on vmbr1 only vmbr0 increases it a bit but still bad ping on linux. I am getting faster speeds on windows server vm with the good working bridge which is vmbr0. I just want to...
  11. F

    Upgraded pve version and now network adapter issues

    Im currently on version 7.2-7 and kernel 5.15.39-1-pve I have this setup on a dell r620. I have four network adapters. two are 1gig nics and two are 10 gig fiber connections all connected to the same switch a brocade icx6610 which has no vlans setup currently. I bridged all the adapters...
  12. F

    [SOLVED] Public key not available when using apt update

    That fixed it!! So it must have been a bad registered key it sounds like? So you just ran the code to pull it off the internet and overwrite it, it seems like. And heres the results of the cat
  13. F

    [SOLVED] Public key not available when using apt update

    --2022-07-07 14:25:14-- https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg Resolving enterprise.proxmox.com (enterprise.proxmox.com)... 144.217.225.162, 2607:5300:203:7dc2::162 Connecting to enterprise.proxmox.com (enterprise.proxmox.com)|144.217.225.162|:443... connected. HTTP...
  14. F

    Tried to update server and broke it

    Thank you liberodark @Neobin You both have helped me a lot!! I fixed it and i am finally in. I was able to install pve and then after i rebooted it showed the right web browser url that matched with my etc hosts file and my network. I am finally on 7.2.7 version of proxmox after over a month...
  15. F

    Tried to update server and broke it

    AH HA!! i commented out all my bs and uncommented out the pve-no-subscription and bam bada bang it was able to get the pve updates and then i ran upgrades and now its letting me install pve now onto the ip issue. for the web gui to fix.
  16. F

    Tried to update server and broke it

    Yes i changed the /etc/hosts file to match 192.168.254.121 and did a reboot and then did the upgrade and it still boots and shows the old 10.0.0.121. Thank you for catching that leading slash i ended up realizing my mistake by not putting that slash after i posted. lol stupid me. So i did the...
  17. F

    Tried to update server and broke it

    Sounds like it was my gateway since after reboot i am able to ping 1.1.1.1 now after editing the gateway in etc/network/interfaces now just need to modify the web gui but running into this while trying to get proxmox-ve installed and for some reason cant install ceph-common or python 3 with apt...