Search results

  1. B

    After reboot machine can't access to web interface

    The problem is in your VMware configuration. I don't use VMware and so can't help you. Perhaps asking in a VMware forum "how to enable network access from the host to a VM" would be a way to get help.
  2. B

    Proxmox VE 8.3.1 Installation with no RTL8125 Drivers

    Debian (and Ubuntu) have a thing called DKMS to semi-automate the process, including upgrades. Vendors need to support it though, it can't work with random vendor-provided scripts. Also, there are still occasional issues that you have with any out-of-tree drivers, namely that the kernel...
  3. B

    Proxmox VE time issue

    So DNS is working and routing is working. Which leaves a firewall somewhere that blocks UDP port 123 either inbound or outbound. ETA: Sometimes, especially on corporate networks, the firewall is set up to be an NTP server and blocks use of external servers.
  4. B

    Proxmox UI keeps logging me out - time in sync

    The next thing I'd try is to clear all site cookies and cache for the PVE host in your browser.
  5. B

    Unable to get device for partition 1 on device /dev/mmcblk0

    So what's your point? That the installer should be changed? Maybe you are right but that does not help you today. Again I suggest installing on top of Debian. I don't use PBS but if it works anything like PVE it can be installed that way. Worst case you could install it to a container on a...
  6. B

    Proxmox VE time issue

    The "reach" field in the "chronyc sources" output is one byte in octal. A bit is set each time a response is received. So if it says 377, that means it got a reply for the last 8 queries. Having it be zero means that it is not receiving replies at all. This in turn could be caused by a number of...
  7. B

    Proxmox UI keeps logging me out - time in sync

    Check the time on the client machine you are using.
  8. B

    [SOLVED] SMB Share with dollar sign in the password

    Like I said, it depends on the context. It isn't clear to me whether the OP is using a web form or the API or the command line or what.
  9. B

    After reboot machine can't access to web interface

    It isn't clear to me, but you seem to be running PVE inside of another virtualization. Is that correct? In that case you need to pay special attention to how the network is set up on the host side. For example, Virtualbox defaults to NAT, which means the host can't access the VM directly but the...
  10. B

    After reboot machine can't access to web interface

    Likewise, he also asked for the IP of the workstation you are trying to browse from. You said "ipconfig /all" did not work. What operating system do you use? ETA: It appears from what you posted that the PVE web server is running and serving the main page and the Ethernet port is up. That means...
  11. B

    After reboot machine can't access to web interface

    It said "could not resolve host LAN_IP". The only way to get that response is to have put, literally, LAN_IP, as the target of the curl command because IP addresses don't need resolving and so can't give that error. You should instead substitute your machine's real IP (e.g 192.168.1.3).
  12. B

    [SOLVED] SMB Share with dollar sign in the password

    Depending on the context where you're using the password it may need to be in single quotes ('xxxx$$xxxx') or be escaped (xxx\$\$xxx).
  13. B

    After reboot machine can't access to web interface

    Seriously? He wrote "LAN_IP" to indicate you should substitute the real IP of your server. Do that.
  14. B

    Unable to get device for partition 1 on device /dev/mmcblk0

    One could always install Debian to the emmc and then put PVE on top. You will need to configure the desired "saving logs elsewhere" part on your own but the basic procedure is in the manual: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_install_proxmox_ve_on_debian
  15. B

    Correct way to edit cron jobs?

    This is normal. It puts the current setup in a temp file for editing. But really, on Debian-based systems, the easiest way to run something once per hour/day/week/month is to put a normal bash script into /etc/cron.{hourly, weekly, monthly}. That is how the log rotation and a number of other...
  16. B

    Cronjobs not executing

    The different file thing is because crontab -e copies the current settings into a temporary file for editing. It is perfectly normal. Have you used Linux before? Did you ask for help? The usual way to run something once per hour on Debian-based systems like PVE is to drop a regular bash script...
  17. B

    New VE User-Slower Network Speeds

    I use OpenWRT, which is Linux- rather than BSD-based and it is on a dedicated device in any case. I'm afraid I can't help with OPNSense but they do seem to have some info on their website about running it on KVM-based hypervisors which PVE is. Might be worth taking a look.
  18. B

    New VE User-Slower Network Speeds

    Did you install the qemu guest tools in the VM and enable the virtio network driver in the Hardware tab of the VM configuration? Those would be the first things to check. See the manual (linked as "documentation" at the top of the PVE GUI) for details. Whether pass-through of individual ports...
  19. B

    CT container does't work after change to privileged

    The (easy-to-find) recommended method is to back up and restore the container. You can change the mode during the restore.