Search results

  1. J

    'more' command behavior in Proxmox VE 8.0.4

    Hi Folke, With the alias added in .bashrc it works as in previous versions Thanks for the solution
  2. J

    'more' command behavior in Proxmox VE 8.0.4

    In the Proxmox VE 8.0.4 version I have found a different behavior that did not happen in previous versions using the 'more' command For example, if I run "more file.log" to display the content of 'file.log' in the console and go from screen to screen by pressing the space bar, it never ends and...
  3. J

    Strange behavior with backup mail notifications

    For PVE VERSION 5.4 I'm using ssmtp and it worked for me by editing the file /usr/share/perl5/PVE/Tools.pm Original line - open (MAIL, "|-", "sendmail", "-B", "8BITMIME", "-f", $mailfrom, @$mailto) || Corrected line - open (MAIL, "|-", "sendmail", "-B 8BITMIME", "-f", $mailfrom, @$mailto) ||...