Recent content by Sam O'Riil

  1. S

    [SOLVED] Non starting redis in restored container

    Solution from another topic: Shouldn't be a problem with new containers though, but if you encounter namespacing problem like me...
  2. S

    [SOLVED] WebUI denies login

    OK, solved it. Thank you for the help! I was right about password was corrupt somewhere, but it was all my mistake. I didn't type passwords myself and some weird stuff happened with this text on copy-paste. When I copy it from text file and paste it in terminal and browser I get different...
  3. S

    [SOLVED] WebUI denies login

    No. Just tried, it returns {"data":null} and HTTP code 401. For my @pve user as well.
  4. S

    [SOLVED] WebUI denies login

    Yes, time is correct. It's still the same with Firefox and Google Chrome.
  5. S

    [SOLVED] WebUI denies login

    I suspect password gets corrupted somewhere on the way... pamtester -v unix root authenticate pamtester: invoking pam_start(unix, root, ...) pamtester: performing operation - authenticate Password: pamtester: successfully authenticated
  6. S

    [SOLVED] WebUI denies login

    Sure. No change. UPD. From auth.log IPCC.xs[1431]: pam_unix(common-auth:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost= user=root
  7. S

    [SOLVED] WebUI denies login

    Nothing helpful... Btw, PAM realm failed attempts don't get there. No. Length below 64 chars. user:nokim@pam:1:0:::some@mail1::: user:root@pam:1:0:::::: user:semoriil@pve:1:0:::some@mail2::: group:admin:semoriil@pve:System Administrators: acl:1:/:@admin:Administrator:
  8. S

    [SOLVED] WebUI denies login

    Yes, sure I've checked that. What kind of debugging I should do to find where failure happens? I'm ready to reinstall, but I first want to confirm I won't get there again.
  9. S

    [SOLVED] WebUI denies login

    Hello! I have weird problem: after fresh install of Proxmox using Hetzner install script on Debian Buster (10.3 minimal) authentication via WebUI always fails wrong password. For any user and any realm. I've tried creating new users in system or PVE and add via SSH (auth using SSH key) using...