Search results

  1. S

    Backup Server compatibility between versions.

    I've got a solution for my problem. Before that originally I got 'Operation not supported (os error 95) (500)' error every time I tried to restore files from the PBS to the PVE. I could backup, but couldn't restore. The reason was: wrong filesystem on /tmp. After I had changed reiserfs to ext4...
  2. S

    Backup Server compatibility between versions.

    PVE 7.4-19 PBS 3.3.2 If it works for you, then I would like to know how to debug mine...
  3. S

    Backup Server compatibility between versions.

    I was able to backup PVE 7 to PBS 3, but was unable to restore - operation not supported. proxmox-backup-client failed: Error: Operation not supported (os error 95) (500) Now PVE 7 is beyond EOL, may be this is the reason. Who knows? Though, I got no such error on my test node with PVE8.
  4. S

    SDN DNS dnsmasq FQDN

    Side-note: that could be added for dnsmasq to the GUI as well. Would be wow with just dnsmasq for simple tasks.
  5. S

    SDN DNS dnsmasq FQDN

    Thanks. That helps. No time waste. PowerDNS, I'm coming.
  6. S

    SDN DNS dnsmasq FQDN

    I want to assign a hostname to an LXC and I want dnsmasq to respect it. I want dnsmasq to serve that name upon DNS request like <hostname.dns_domain> from the DNS setting of a container. Like in /etc/hosts in the container 127.0.0.1 <hostname.dns_domain> <hostname> and i don't want to hard-code...
  7. S

    SDN DNS dnsmasq FQDN

    Hi, I have a Simple SDN with a dhcp SNATed VNet. I count on dnsmasq as a DNS. Dnsmasq responds with DNS-answers quite ok, but hosts are unqualified. I'd like to make dnsmasq to collect FQDNs of hosts. I'd like to make it as less hard-coded (like hardcoded IPs in configs) as possible. Tried some...