Search results

  1. Sasha

    Undeletable network interface after fresh install

    Do You mean a place /etc/network/interfaces? But what is the goal of it? auto lo iface lo inet loopback iface eno1 inet manual auto vmbr0 iface vmbr0 inet static <------>address 88.888.888.88/28 <------>gateway 88.888.888.88 <------>bridge-ports eno1 <------>bridge-stp off <------>bridge-fd 0...
  2. Sasha

    Undeletable network interface after fresh install

    Yes it's a hosted server. Host itself has one IP (one from IP's subnet we've got from provider). And i use that IP to access Proxmox host itself. But i intend to add container with apache and set second public IP to access web. So physically that two IP (from host and from container) will use...
  3. Sasha

    Undeletable network interface after fresh install

    Appreciate for Your attention to my dummie's questions. Have a good day!
  4. Sasha

    Undeletable network interface after fresh install

    I'd like to achieve just a little more knowledge by carefully listening guru. So it's a two physical network interface and eno2 is INactive, right? Dedicated server description says just about one )) root@hq:~# ethtool eno1 Settings for eno1: Supported ports: [ TP ] Supported link...
  5. Sasha

    Undeletable network interface after fresh install

    oot@hq:~# ethtool -i eno1 driver: igb version: 5.15.102-1-pve firmware-version: 1.63, 0x800009fa expansion-rom-version: bus-info: 0000:04:00.0 supports-statistics: yes supports-test: yes supports-eeprom-access: yes supports-register-dump: yes supports-priv-flags: yes root@hq:~# ethtool -i eno2...
  6. Sasha

    Undeletable network interface after fresh install

    Hi, guys! Would You help me to figure out what this network interface eno2 is? It appears every time after installing PM on that dedicated server and after trying to delete it via PM's GUI it appears again. What does it mean? Some hardware? root@hq:~# ip address 1: lo: <LOOPBACK,UP,LOWER_UP>...
  7. Sasha

    Reinstalling Proxmox and live intact existing zfs pool

    Yes zpool import -f poolname makes it online. Appreciate for advice!
  8. Sasha

    Reinstalling Proxmox and live intact existing zfs pool

    Hi, guys! We have zfs pool 2 x SSD RAID 1 with Proxmox system and additional zfs pool 2 x HDD RAID1 with files. Does exist a way to reinstall Proxmox and attache zfs volume with files to new installation again? Appreciate for recipe.
  9. Sasha

    Forced reinstall Proxmox booting from iso

    Look, guys, before step 3. must use wipefs -fa /dev/sdX It works!
  10. Sasha

    Forced reinstall Proxmox booting from iso

    Appreciate for Your attention. Look, "Rescue mode" concerns dedicated server itself. The hoster's recipe of remote installing is 1. boot dedicated server into rescue mode 2. run ssh -L 5900:localhost:5900 root@server's IP on desktop's command line 3. run qemu-iso...
  11. Sasha

    Forced reinstall Proxmox booting from iso

    Exactly! We look it VNC window that process: iso starts and goes into already installed PM's boot menu, but not in new installation wizard.
  12. Sasha

    Forced reinstall Proxmox booting from iso

    Hi, guys! While REInstalling PM 7.4 on dedicated server via VNC we've got a problem, that after loading and starting PM's iso on rescue system it goes into previously installed PM's booting, but not installing new one. PS The hoster's recipe of remote installing is 1. boot dedicated server...
  13. Sasha

    UNKNOWN S.M.A.R.T. Status - Exit Code: 2 (500)

    I do appreciate for Your support! Yes, I understand it's a stuck. Not critical, just annoying...
  14. Sasha

    UNKNOWN S.M.A.R.T. Status - Exit Code: 2 (500)

    I made update-smart-drivedb --no-verify --trunk (driverdb.h update) Nothing changed. /usr/sbin/smartctl --health /dev/sdc smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.15.116-1-pve] (local build) Read Device Identity failed: scsi error unsupported field in scsi command A mandatory SMART...
  15. Sasha

    UNKNOWN S.M.A.R.T. Status - Exit Code: 2 (500)

    So we are still in the same place even on No subscription repo: /usr/sbin/smartctl --health --device sat /dev/sdc Read Device Identity failed: scsi error unsupported field in scsi command root@hq:~# pveversion -v proxmox-ve: 7.4-1 (running kernel: 5.15.116-1-pve) pve-manager: 7.4-16 (running...
  16. Sasha

    Failed to start Proxmox VE replication runner while no replication set

    I guess I should remove it /etc/systemd/system/pvesr.timer Right?
  17. Sasha

    Failed to start Proxmox VE replication runner while no replication set

    pveversion -v proxmox-ve: 7.4-1 (running kernel: 5.15.111-1-pve) pve-manager: 7.4-16 (running version: 7.4-16/0f39f621) pve-kernel-5.15: 7.4-5 pve-kernel-5.4: 6.4-20 pve-kernel-5.15.111-1-pve: 5.15.111-1 pve-kernel-5.15.108-1-pve: 5.15.108-2 pve-kernel-5.15.107-2-pve: 5.15.107-2...
  18. Sasha

    Failed to start Proxmox VE replication runner while no replication set

    Hi, guys. Every reboot of host shows Aug 28 08:07:05 hq systemd[1]: Failed to start Proxmox VE replication runner. But I don't use any replications, So is it possible to disable that tries of starting that service?
  19. Sasha

    How to disconnect a ZFS volume from LXC and PVE storage without deleting?

    I do appreciate You, guys, that You are spending Your time for novice! I just have read that excellent article https://arstechnica.com/information...01-understanding-zfs-storage-and-performance/ and that manual https://illumos.org/books/zfs-admin/zfsover-1.html#zfsover-1 So. let me clarify Your...
  20. Sasha

    How to disconnect a ZFS volume from LXC and PVE storage without deleting?

    Exacltly. You are right. I've been reading theory enough just to ask a question here, hoping to get experienced answers (i mean not theoretical). Here You are (again) my concrete question: 1. Can i use for bind point the ZFS volume /rpool/data/subvol-105-disk-0 that was created in context of...