Recent content by Syndicate

  1. S

    "change password failed: user 'johnsmith' does not exist (500)"

    This used to work perfectly before because I used it like 5 years ago.
  2. S

    VM Backup fails with "ERROR: Backup of VM 100 failed - job failed with err -5 - Input/output error"

    Hi, I'm trying to backup a 400GB disk VM (It's only using around 120GB right now). The backup disk has 548.80 GB free space. What's wrong? Does it need more free space or is there something else? Thanks LOG: INFO: starting new backup job: vzdump 100 --storage DISCO960GB --notes-template...
  3. S

    [SOLVED] Problem restoring VM backup

    You're right, I managed to restore using a previous backup. Thanks!.
  4. S

    [SOLVED] Problem restoring VM backup

    Console: The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law...
  5. S

    [SOLVED] apt-get update fails with error code 100

    THanks, I tried that but AFTER following these steps, for some unexplained reason, I'm getting a name resolution problem reaching EVERYTHING from within proxmox only, all VMs are resolving with no problems whatsoever. root@pve:~# apt-get update Err:1 http://ftp.debian.org/debian buster...
  6. S

    Backup failed: file '/etc/pve/firewall/100.fw' too long - aborting

    Thanks Fabian, I really hope this can get fixed sometime as it's depriving us of a very important security feature. One could argue that the same results can be achieved by external firewalls or by routing traffic to the vms using another vm with pfsense but I really think it would be great to...
  7. S

    [SOLVED] apt-get update fails with error code 100

    Proxmox version 5.4-3 From what I can see I'm apparently usping the enterprise repo for some reason, how do I fix this? THanks!. LOG: Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. root@pve:~# apt-get update Get:1 http://security.debian.org...
  8. S

    eno1 vs enp1s0f0 ?

    Hi, I'd like to know the main difference between these two, I have two different nodes and I'm diagnosing a network speed problem in one of them. Or are these two just names? thanks.
  9. S

    [SOLVED] Can't use newly installed drive as directory.

    Hi, I installed a new drive but I get this error when I try to create a new directory for storing backups. What am I doing wrong? I tried initializing the drive as GPT first but it doesn't work either *************************************************************** Found invalid GPT...
  10. S

    Backup failed: file '/etc/pve/firewall/100.fw' too long - aborting

    I'm supposed to open /usr/share/perl5/PVE/Tools.pm and Remove the lines: $max = 32768 if !$max; And add the lines: # pmxcfs file size limit $max = 512*1024 if !$max; Also what about this? Should I do it? why does it change from a to b? Remove a/src/PVE/Tools.pm add...
  11. S

    Backup failed: file '/etc/pve/firewall/100.fw' too long - aborting

    Hi, the file is 1409 lines long in 82228 characters because its made only to allow incoming connections to a particular port from Argentina only. I wasn't able to do this any other way but from the VM firewall, I tried datacenter firewall which didn't do anything and PVE firewall only blocks...
  12. S

    Backup failed: file '/etc/pve/firewall/100.fw' too long - aborting

    Hi, How can I get proxmox to ignore this error and backup anyways? Thanks
  13. S

    Proxmox 5.1 Can't manually edit vm's firewall files.

    Hi, I'm trying to modify the vm .fw files in /etc/pve/firewall in 6.0 I can download these files such as 100.fw , modify it, then upload it back and it works, but on this version I can't for some reason, the firewall stops working and the config file gets wiped. Is there anyway to fix this...
  14. S

    Using 3 physical cores as one virtual core.

    Setting the affinity for the process actually works ok, but what I need is combining all cores into one single core.