MammothJerk

Members
  • Posts

    109
  • Joined

  • Last visited

Report Comments posted by MammothJerk

  1. In 6.11.5, if i have been away for a couple of days and check the notifications in the webui I can read them all and then dismiss them with one click.

     

    In 6.12 i have to do 16 clicks and some tiny mouse movements to view and acknowledge the 3 different notifications types.
    OR 2 clicks to archived notifications and read the timestamps and try to remember the last notification i read, and then still need to do 6 clicks to acknowledge the 3 types.

     

    Making this timer just 3 seconds feels almost useless since if the webui is in another tab you will almost never catch the notification when it triggers, and you would have to check the bell icon anyway.

     

    idk just feels like a weird thing to make rigid unless this auto-close behavior is the only "fix" for the reappearing notifications problem.

  2. still an issue in firefox 100.0.1 and unraid 6.10

     

    The notifications are changing order where the top notification goes to the bottom and pushes every other notification up.

     

    refreshing the page fixes the issue temporarily.

     

    JoYKGMR.gif

     

  3. On 5/14/2022 at 1:41 PM, bonienl said:

     

    Please post the output of the command you are trying

    C:\Users\MammothJerk>ssh-keygen -t rsa
    Generating public/private rsa key pair.
    Enter file in which to save the key (C:\Users\MammothJerk/.ssh/id_rsa): snorlax2_rsa
    Enter passphrase (empty for no passphrase):
    Enter same passphrase again:
    Your identification has been saved in snorlax2_rsa.
    Your public key has been saved in snorlax2_rsa.pub.
    The key fingerprint is:
    SHA256:Lc5lmQK/eWJJeYJ6ozHTK9P9r23DeMx+PWRyi4l3NS0 MammothJerk@PUPITAR
    The key's randomart image is:
    +---[RSA 3072]----+
    |                 |
    |                 |
    |      .          |
    |       + o o     |
    |      . S B     .|
    |     o + @   .E=o|
    |    =.+.O .=. Bo+|
    |    o*.+.o.oB+.+.|
    |    .o.  .o*=o. .|
    +----[SHA256]-----+

     

    i then use PuTTYgen to convert the OPENSSH PRIVATE KEY to a .ppk for use in PuTTY.

     

    in putty

    i add root to username under Connection>Data

    i then add the .ppk to the connection>SSH>Auth>file field

     

    i add the public key to "SSH authorized keys" under user root and hit save.

     

    I was curious so i also tried DSA and ECDSA.

    ECDSA worked, DSA did not. I sanity checked myself and tested DSA again and it did not work.

    and again i created an ED25519 key and it worked on the first try.

     

    ECDSA and ED25519 work, RSA and DSA do not work.

     

    Running rc8

  4. I tried from scratch 4 times using the rsa algorithm in ssh-keygen with no success

     

    switched to the ed25519 algorithm with ssh-keygen and it worked on the first try.

     

    This is the guide i used couple years ago when i setup my server.

    (i believe it's the one i used since it looks familiar but not 100% if i did something different)

    any reason why this would no longer be working in 6.10.0?

  5. 6 hours ago, ljm42 said:

    Try disabling the anti-fingerprinting feature in Firefox

    Did not fix it for me unfortunately.

     

    3 hours ago, bonienl said:

    No issues here with Firefox 98.0.1.

    image.thumb.png.ae6621c6d008578f7aeb840e8651218d.png

    Has to be something different with my setup then.

    in rc4 both terminal and logs are garbled whilst on my other server 6.9.2 only the terminal is garbled.

    guess i'll post a separate topic for this specific issue.

  6. 13 hours ago, ljm42 said:

     

    This is very likely a DNS Rebinding issue for the myunraid.net domain. Please see my comment here: https://forums.unraid.net/bug-reports/prereleases/unraid-os-version-6100-rc3-available-r1760/page/9/?tab=comments#comment-17767 

     

    looks right to me.

     

    DNS rebind protection is set to "No" in my router.
     

    Linux 5.15.27-Unraid.
    root@Snorlax:~# nslookup rebindtest.unraid.net
    Server:         8.8.8.8
    Address:        8.8.8.8#53
    
    Non-authoritative answer:
    Name:   rebindtest.unraid.net
    Address: 192.168.42.42
    
    root@Snorlax:~# nslookup rebindtest.myunraid.net
    Server:         8.8.8.8
    Address:        8.8.8.8#53
    
    Non-authoritative answer:
    Name:   rebindtest.myunraid.net
    Address: 192.168.42.42
    Name:   rebindtest.myunraid.net
    Address: fd42::

     

    i also have the same error in my syslog like @kaiguy

     

    Mar 18 06:55:42 Snorlax root: Error: Cannot renew cert until within 30 days of expiry

     

  7. 13 hours ago, ljm42 said:

     

    Thanks for the video, that makes it super clear.

     

    Firefox definitely works for me, so this isn't a general problem. Would you please try it in a private window? That will eliminate caching issues and it tends to bypass most extensions. I'm guessing there is a privacy setting or an extension that is causing issues.

     

    Firefox may give some clues as to what it is doing. While on the signin page, right click and choose Inspect, then switch to the Console tab. Click the gear on the right side and choose "Persist Logs". Then try signing in and see if there are any errors.

     

    in a private window i am able to get past the login screen but im sometimes stuck with the "Nchan communication error" screen.

    sh5o88E.png

    Weird thing is i sometimes get this error on /Main, /Dashboard, and /Docker. if i navigate to somewhere else like /Settings through the address bar i do not get this error.

     

    heres the console output on the default firefox window when trying to login as in my first post, not really sure what to do with this information.

    the first line is when im clicking the login field either username or password.

    Spoiler

    iJRKqQy.png