Search results

  1. datschlatscher

    “Took Too Long to Respond”

    The network configuration like that looks alright, as far as I can tell. Did you verify, whether your PVE can connect to other machines on the network? I.e. Can you ping your gateway? Can you ping your PVE host from that other machine you mentioned?
  2. datschlatscher

    “Took Too Long to Respond”

    It sounds like either the network configuration on your PVE is not set up correctly or something in the network might be blocking your access. Can your PVE connect to the internet? Which IP address did you assign it on install and what is your network setup? When connecting, please make sure to...
  3. datschlatscher

    Question

    You will still need to set an appropriate IP address for your server in the installation screen, which is part of the "normal" instructions. In general, setups using WiFi are possible and you should be able to do things like connect to the WegGUI just fine. Please refer to the Proxmox Wiki Page...
  4. datschlatscher

    Teilzeit-Cluster?

    Bei Proxmox-Clustern ist es schlicht nicht vorgesehen, dass nur Teile dessen verwendet werden (Zumindest auf jeden Fall nicht so wenig, dass kein Quorum mehr vorhanden ist). Für eine spezifische Lösung hier, würde sich wahrscheinlich ein Script am besten eignen, da diese Funktionalität von...
  5. datschlatscher

    Creating a proxmox usb install media

    This is expected behaviour on Windows when it does not recognize the file system used to format the drive. Two partitions sounds like it should have worked as intended. Have you tried booting with this drive?
  6. datschlatscher

    Wie haltet ihr es mit Proxmox Updates?

    Auf die Schnelle habe ich jetzt nur 2 Posts, die nicht allzu alt sind, zu dem Thema gefunden: Kann man Updates bei Proxmox ohne Probleme durchführen? How often do you apply proxmox updates? Neue Patches und Updates werden ja doch aber intern getestet und sind auch über das pvetest repository...
  7. datschlatscher

    Proxmox everything has a ? next to it

    What were the steps you took before this problem appeared? Have you tried restarting? If that does not help, do you see anything in the journal? You can check with journalctl You could also try updating to the latest version, though I'm not positive this will resolve your problem.
  8. datschlatscher

    [SOLVED] Programm File Browser deinstallieren?

    Ich hab nur kurz das Installationsscript überflogen, es scheint aber zudem noch einen Service zu erstellen, der jetzt vermutlich jedes Mal mit einem Error abbricht: Es kann daher sinnvoll sein, dieses auch zu entfernen (/etc/systemd/system/filebrowser.service) bzw. den service zu stoppen.
  9. datschlatscher

    Proxmox everything has a ? next to it

    Is this a single node or a cluster, if so, with how many nodes? Please post pveversion -v. Are the any messages (warnings and errors) in the journal that might be of interest? I've read on some other Forum posts that running systemctl restart pvestatd.service resolved their issues. Could you...
  10. datschlatscher

    [SOLVED] Backup error occurs after enabling "Protected" checkbox

    Do you have the option "Verify New" in your datastore set to true? I just tested this and there seems to be a problem where the verify will aquire a lock before the protected status of the backup can be set. That's why it always fails with an error. If that is the case here as well, you would...
  11. datschlatscher

    [SOLVED] Backup error occurs after enabling "Protected" checkbox

    Hi, Are there any messages that occur in the system logs of either machine that might be of interest? You can check with journalctl. Please feel free to post them here.
  12. datschlatscher

    Warnung bei jeden Snapshott

    Diese Warnung können einfach ignoriert werden, es ist aber trotzdem wichtig manuell darauf zu achten, dass der thin-pool nicht wirklich die Größe der darunterliegenden Disk überschreitet. Vollständigkeitshalber: Dieser Post fasst ein paar weiterführenden Links sehr gut zusammen (Englisch)...
  13. datschlatscher

    Moving Performance VM vs LXC

    While copying block devices for VMs is rather straightforward and quick because it is in a way just like copying one big, contiguous file, LXCs are cloned based on their whole file hierarchy. That is why it can take much longer to copy/move a container of similar size, because the disks have to...
  14. datschlatscher

    PVE GUI Summary loads reports drops

    The rrd data should be written to a file in /var. If you did not set this folder to be replaced by a mounted partition I don't see a strong reason why they should be connected. It is very peculiar, though. What kind of storages are you experiencing this "disappearing mount points" with, are you...
  15. datschlatscher

    Changing backup locations on proxmox on the same disk but different partition

    One important thing here is that sda3 is not a partition how you might have come to known those. But rather the installer set it up via the Logical Volume Manager. This is the reason why there are all these entries of type lvm in the hierarchy. There are two logical volumes that are of special...
  16. datschlatscher

    No NIC in Windows Recovery

    I am unfortunately at my wits end here. The only thing I would suggest when doing the above is to try changing the Model setting in the Network device (I just realized I have been using E1000 and not the default setting on the VM I got it working with), if you haven't already. Other than that...
  17. datschlatscher

    No NIC in Windows Recovery

    You say that you are using Network #1 as your interface name, how come? Can you try to use the command (and the one for the static IP) with Ethernet Instance 0 as your interface name?
  18. datschlatscher

    PVE GUI Summary loads reports drops

    It looks like the RRD might have some trouble writing. Do you see any abnormalities in the syslogs? Additionally, please post the current version you are running pveversion -v.
  19. datschlatscher

    No NIC in Windows Recovery

    I had the same problem, until I ran wpeinit before that[0]. What is shown when you type in netsh interface show interface? Do you get any other errors which might be of interest? [0] See first answer in...
  20. datschlatscher

    No NIC in Windows Recovery

    My Windows knowledge is a bit hazy, but this should do the trick for setting up a network connection: You can install the drivers and setup your network in the installation Troubleshooting screen, you have to do it manually though. As far as I have tested, it is not necessary to change this...