Search results

  1. ulf.kosack

    Promox not working anymore

    Ja, das wird es sein. Dann am besten neu installieren, gleich auf zwei Platten mit ZFS Raid1 und die VM Backups wiederherstellen. Ist am saubersten. Falls alles auf der alten SSD lag, diese in einem anderen Linux versuchen zu mounten, um an die Backup Dateien zu kommen. Falls Du das Cluster...
  2. ulf.kosack

    Promox not working anymore

    Das grundlegende PVE-Filessystem startet bei Dir nicht. Die Ursache ist in den Ausgaben aber nicht zu sehen. Durchsuch mal das Systemlog von hinten nach Ursachen, warum pve-cluster.service nicht startet. journalctl -e und dann mit Bild-Auf, Bild-Ab scrollen
  3. ulf.kosack

    10GbE Broadcom 57810S Controller bnx2x MDC/MDIO access timeout

    Hallo zusammen, ich versuche gerade herauszufinden, warum meine 10G-NIC immer wieder "abstürzt". Nach einiger Zeit im läuft das Journal mit den folgenden Meldungen voll: Sep 11 16:41:25 pve05 kernel: bnx2x 0000:10:00.0 enp16s0f0: MDC/MDIO access timeout Sep 11 16:41:25 pve05 kernel: bnx2x...
  4. ulf.kosack

    Promox not working anymore

    There are problems with an symlink Sep 11 13:45:01 pve cron[924]: (*system*vzdump) CAN'T OPEN SYMLINK (/etc/cron.d> Sep 11 13:46:01 pve cron[924]: (*system*vzdump) CAN'T OPEN SYMLINK (/etc/cron.d> Sep 11 13:47:01 pve cron[924]: (*system*vzdump) CAN'T OPEN SYMLINK (/etc/cron.d> It should show...
  5. ulf.kosack

    Promox not working anymore

    Try systemctl start pveproxy.service # or systemctl status pveproxy.service If the webui doesnt start, look at journalctl -xe to see any error messages. What is your disk utilisation? df -h should give you something like this Filesystem Size Used Avail Use% Mounted on...
  6. ulf.kosack

    NETDEV WATCHDOG r8169 transmit queue 0 timed out

    Hi there, at the moment I'm searching for a solution my 4-port-nic with realtek chip not working. After boot I have a kernel dump in the log Sep 11 13:14:13 pve05 kernel: ------------[ cut here ]------------ Sep 11 13:14:13 pve05 kernel: NETDEV WATCHDOG: enp47s0 (r8169): transmit queue 0 timed...
  7. ulf.kosack

    pvedaemon - Use of uninitialized value in pattern match

    Hallo zusammen, ich teste gerade die Verwendung eines Intel Atom C3758 als Stromspar-Proxmox. Dabei ist mir im Log die folgenden Meldung aufgefallen: May 28 17:32:40 pve99 pvedaemon[1117]: Use of uninitialized value in pattern match (m//) at /usr/share/perl5/PVE/API2/Qemu.pm line 2447. May 28...
  8. ulf.kosack

    vmbr0: port 1 entered blocking state

    I think this error happens to me too. Some of my Debian 10 LXC containers show console login after 1-5 minutes und their aren't reachable via network. root@pve01:~# pveversion --verbose proxmox-ve: 7.1-1 (running kernel: 5.13.19-4-pve) pve-manager: 7.1-10 (running version: 7.1-10/6ddebafe)...
  9. ulf.kosack

    [SOLVED] too much recursion in noVNC Konsole

    Hi iTweek, danke für den Hinweis. Ich habe jetzt mal ein Zertifikat meiner Domänen-CA eingespielt, da der Server nicht im Internet für LE erreichbar ist. Damit kommt der Fehler in der Konsole bisher auch nicht mehr. Super. Danke Ulf
  10. ulf.kosack

    [SOLVED] too much recursion in noVNC Konsole

    Hallo zusammen, ich habe bei bei mir einen einzelnen Proxmox-Server mit 5.2 laufen und habe bei meinen VMs (W2k12R2, W7, W10, Linux Mint 18.3) in der Konsole den folgenden Fehler: Ein Fehler ist aufgetreten: too much recursion https://proxmox.mydomain.com:8006/novnc/app.js?ver=1.0.0-2:8814:13...
  11. ulf.kosack

    Best practice for Proxmox self-backup

    Can you execute the script in a normal shell? You can debug it via bash -x /root/proxmox_config_backup.sh then you see all steps of the script.
  12. ulf.kosack

    Best practice for Proxmox self-backup

    Yes, the first line (cat) is not in the crontab file. The standard crontab shell is /bin/sh. The script uses the /bin/bash. So you have to use the bash in the crontab file SHELL=/bin/bash
  13. ulf.kosack

    Best practice for Proxmox self-backup

    Hi daniello, you have to set the variable BACKUP_DIR in the head of the crontab file. Here my file: # cat /etc/cron.d/pveconfigbackup PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" SHELL=/bin/bash TERM=xterm MAILTO="email@example.com"...
  14. ulf.kosack

    Strange error with my proxmox server

    I've installed apcupsd too. I will check this next week. I'm on the way to short holidays. Thanks
  15. ulf.kosack

    Strange error with my proxmox server

    We are really not alone: https://bugzilla.redhat.com/show_bug.cgi?id=1551605
  16. ulf.kosack

    Strange error with my proxmox server

    The often found solution to extend the GRUB_CMDLINE_LINUX doesn't helps. Others have the same problem with kernel 4.15: NVIDIA 396.* driver drops support for Fermi-based GPUs I had to adjust the above rsyslog configuration, because after restart with changed GRUB_CMDLINE_LINUX the IRQ number...
  17. ulf.kosack

    Strange error with my proxmox server

    To inspect the error I've configured temporary rsyslog, because you cannot not search, write, if every 20-60 seconds two messages are shown in the console. I've created a file /etc/rsyslog.d/NoIrqHandler.conf if $msg contains 'do_IRQ: 2.39 No irq handler for vector' then...
  18. ulf.kosack

    Strange error with my proxmox server

    Hi RYknow, you're not alone. After upgrade from pve 4.X to 5.2 I've the same errors on console: Message from syslogd@XXXXXXXS006 at Jun 2 10:18:27 ... kernel:[ 1363.829234] do_IRQ: 2.39 No irq handler for vector Message from syslogd@XXXXXXXS006 at Jun 2 10:18:37 ... kernel:[ 1374.001308]...
  19. ulf.kosack

    Proxmox Nodes crashed during vm backup

    No further crashes since the new kernel. I hope this fixed the problem and the next kernel releases will include this driver. Thanks for the fast solution. Ulf
  20. ulf.kosack

    Proxmox Nodes crashed during vm backup

    Thanks a lot. Kernel is installed, all vm's are up and running. Next backup is scheduled for the next weekend. I will report Best regards Ulf