Search results

  1. S

    [SOLVED] Auto-Login for Root on Local TTY or Password-Free Access

    and it doesn't say why is it not possible? again - it should tell you why. My bet is that you need to create the directory fist, i.e.: mkdir -p /etc/systemd/system/getty@.service.d
  2. S

    [SOLVED] Auto-Login for Root on Local TTY or Password-Free Access

    What is this "weird" reason? Maybe you don't have the /etc/systemd/system/getty@.service.d/ directory, you need to create it first. So you're modifying the main systemd file. It might (and will) be overridden by system upgrade. The "drop-in" files (i.e. files placed in the "*.d" directories)...
  3. S

    [SOLVED] Auto-Login for Root on Local TTY or Password-Free Access

    Huh, you effectively prevented yourself from local login, not sure if that's what you want to do. If you even lose SSH access, you'll probably need to restart into some single-user mode to fix this.
  4. S

    [SOLVED] Auto-Login for Root on Local TTY or Password-Free Access

    Well, if it prompts for the password it does not work :) You need to create a file that I mentioned above (/etc/systemd/system/getty@.service.d/autologin.conf) with the following content: [Service] ExecStart= ExecStart=-/sbin/agetty --noclear --autologin root %I $TERM You can add commands to...
  5. S

    OMV VM - best practice to handle drives (OpenMediaVault)

    I understand that option C makes backups to PBS extremely trivial, right? How much storage space would be lost to the ZFS overhead?
  6. S

    Backup from PBS to PVE - Pull

    I understand, that in this scenario, the PBS can prone old ones? Ok, so basically, assuming that PBS is not compromised and it keeps last N snapshots, I don't need the PBS-in-the-middle to keep things secure. I guess that solves the issue. Thanks!
  7. S

    Backup from PBS to PVE - Pull

    I believe that would defeat the purpose - the PVE in this scenario would need to have access to PBS host, thus exposing us at risk of encryption trojans Is it possible to have the following setup: - First PBS, running on PVE in a VM/LXC keeps only the latest backup - Second PBS, running on...
  8. S

    VLAN issues - periodic network drops

    Here's my network overview: The VLAN 100 comes to physical eno1 port, trunk comes to eno2. Example VM is configured like this: Now, the problem is that I'm seeing constant network drops with periodic spikes. Here's is the view from the VM: The "drop" to 1.000 is a moment when I...
  9. S

    [SOLVED] Wake-on-lan - doesn't work on Proxmox (Atheros Killer E2400)

    Indeed it did cross my mind, but that would require hooking up 2 ethernet cables, so I'll go with a smart socket. Thank you for the input :)
  10. S

    [SOLVED] Wake-on-lan - doesn't work on Proxmox (Atheros Killer E2400)

    It appears that Atheros Killer driver has a bug and WOL was disabled for it a while back. Some insights: https://bugzilla.kernel.org/show_bug.cgi?id=61651 There's a patch, originally prepared for Ubuntu: https://github.com/AndiWeiss/alx-wol However, correct me if I'm wrong, but even if I...
  11. S

    [SOLVED] Auto-Login for Root on Local TTY or Password-Free Access

    Yep, the systemd drop-in unit (followed by systemctl daemon-reload) did the trick: # cat /etc/systemd/system/getty@.service.d/autologin.conf [Service] ExecStart= ExecStart=-/sbin/agetty --noclear --autologin root %I $TERM The original unit has ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear...
  12. S

    [SOLVED] Wake-on-lan - doesn't work on Proxmox (Atheros Killer E2400)

    I repurposed my old gaming rig into a PVE host, it's equipped with Fatal1ty Z170 Gaming K4 motherboard that comes with Qualcomm Atheros Killer E2400 Gigabit Ethernet Controller (rev 10). Back, when this host had Windows 7 installed, I was able to configure the Wake-on-lan in NIC's settings to...
  13. S

    [SOLVED] Auto-Login for Root on Local TTY or Password-Free Access

    Hello! I'm looking for a way to enable root auto-login or bypass the password prompt, but only for local TTY (physical monitor and keyboard). It's important that full PAM authentication remains for web GUI and remote access. Anybody knows the elegant way to achieve this?
  14. S

    [SOLVED] Fine-tuning user permissions

    Hello! I'm looking for neat way, to allow given user/token to perform only one particular action: to shutdown a node and shutdown/start a VM. The only way I came up with, it using SSH and adding a command-specific SSH key to the /root/.ssh/authorized_keys, something like command="shutdown"...
  15. S

    NFS doesn't remount automatically after turn on or restart the NAS

    @limone - the umount does the trick, but I'm worried about running this in crontab. Sometimes while this issue is happening, the `ls /mn/pve` appears to take forever. Did you ever have any issues with this?
  16. S

    How to make a best use of an SSD drive in VMs?

    I noticed, that LVM-think works way worse, than Directory storage + qcow2 files for VM disks. What FS for the Directory should I use for such approach? xfs, or ext4? it will only contain the qcow2 files...
  17. S

    How to make a best use of an SSD drive in VMs?

    Thanks, that helped a bit: With IO Thread disabled: Throughput: read, MiB/s: 26.73 written, MiB/s: 17.82 With IO Thread enabled: Throughput: read, MiB/s: 34.65 written, MiB/s: 23.10 Is this the best I can aim...
  18. S

    How to make a best use of an SSD drive in VMs?

    I cannot seem to change the SCSI Controller value from GUI and for Bus/Device I can only see: You're right. I wiped the disk, set up a Directory storage using ext4 and repeated the test: Throughput: read, MiB/s: 111.64 written, MiB/s: 74.43 Thus...
  19. S

    How to make a best use of an SSD drive in VMs?

    I should add that those drives are connected to the server via HPE Smart Array P420i controller, it has this little battery. I wonder how safe would it be to use "writeback" Cache mode
  20. S

    How to make a best use of an SSD drive in VMs?

    I'm not sure, I use GUI with following settings: ("fast" is the lvm-thin storage) The first one is ADATA SU630, the second one (the one that is bottlenecking) is Seagate IronWolf 125. I would expect it to have better performance than ADATA.

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!