[Bug 1966591] [NEW] ssh-keygen -R changes known_hosts file permissions (mode)

2022-03-27 Thread Evgeny Morozov
Public bug reported: When I use ssh-keygen -R to remove a host from known_hosts it changes permissions on the file. This causes problems particularly when used on the global known hosts file (/etc/ssh/ssh_known_hosts), because then only root can read it. Programs running non-interactively as non-r

[Bug 1899800] Re: Runtime deadlock: pthread_cond_signal failed to wake up pthread_cond_wait due to a bug in undoing stealing

2021-09-22 Thread Evgeny Morozov
Thank you, but workstation GC is not a realistic option for us, unfortunately. This is still affecting us. Is there some other workaround? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1899800 Title:

[Bug 1899800] Re: Runtime deadlock: pthread_cond_signal failed to wake up pthread_cond_wait due to a bug in undoing stealing

2021-09-24 Thread Evgeny Morozov
Yes, that would be very nice. I'm not holding out much hope of this being fixed for 18.04, but even if we have to upgrade to 20.04 to get the fix we might prioritise that. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.la

[Bug 1899800] Re: Runtime deadlock: pthread_cond_signal failed to wake up pthread_cond_wait due to a bug in undoing stealing

2021-08-10 Thread Evgeny Morozov
Could someone clarify the status of this, please? Our .NET Core application freezes from time to time and I believe it's because of this issue (see https://github.com/dotnet/runtime/issues/47700). The linked glibc bug [https://sourceware.org/bugzilla/show_bug.cgi?id=25847] is now "UNCONFIRMED". So

[Bug 1966591] Re: ssh-keygen -R changes known_hosts file permissions (mode)

2022-03-31 Thread Evgeny Morozov
Thanks a lot! 0644 are really the important bits, so while the behavior is still "user-surprising" it shouldn't cause any practical problems for us. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/196659

[Bug 1966591] Re: ssh-keygen -R changes known_hosts file permissions (mode)

2022-04-13 Thread Evgeny Morozov
Tested openssh-client/bionic-proposed,now 1:7.6p1-4ubuntu0.7 and confirmed that group's and others' read permissions are now preserved. Write and execute permissions are still removed, that is, a umask of 0133 seems to be applied. ** Tags removed: verification-needed-bionic ** Tags added: verifica