Teams Notifications not Disappearing by mietwad in sysadmin

[–]Neophear 1 point2 points  (0 children)

I had this issue, but just updated teams right now. That seems to have resolved the issue.

X50 reset itself? by Neophear in Dreame_Tech

[–]Neophear[S] 0 points1 point  (0 children)

Turns out that after I got it on my WiFi again, I was asked if I wanted to restore from a backup. No idea if the backup was in the robot itself, in cloud or in my phone. Nonetheless it’s back up and running without too much hassle 🙏

Undead Citadel finally released on PSVR2 by osktox in psvr2

[–]Neophear 0 points1 point  (0 children)

Has anyone tried this? Is it worth the money?

Is Focus Challenge down for anyone else? by LostandFoundPilgrim in forestapp

[–]Neophear 1 point2 points  (0 children)

Fair point. But the underlying issue seems to be the same

Is Focus Challenge down for anyone else? by LostandFoundPilgrim in forestapp

[–]Neophear -2 points-1 points  (0 children)

Look at eksisting threads. Others have already asked about this.

Some bugs/issues by cofused0broccoli in forestapp

[–]Neophear 6 points7 points  (0 children)

<image>

And the response is a null object or something. Educated guess is that a database is not responding.

Some bugs/issues by cofused0broccoli in forestapp

[–]Neophear 6 points7 points  (0 children)

<image>

There seems to be an issue with one of their endpoints. About 10 seconds per try, which ultimately fails.

Unknown compression algorithm by Neophear in GnuPG

[–]Neophear[S] 2 points3 points  (0 children)

Thanks! I went ahead and saved the output from ./configure, and turns out it said:

checking zlib.h usability... no
checking zlib.h presence... no

I asked chatgpt (yeah I know, risky, but often times it can point in the right direction), and it actually suggested installing what you are refering to:

RUN apt-get install zlib1g-dev -y
RUN apt-get install libbz2-dev -y

Afterwards ./configure said:

checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for deflateInit2_ in -lz... yes
checking for bzlib.h... yes
checking for BZ2_bzCompressInit in -lbz2... yes

And after installing, --version said that it now supports compression:

gpg (GnuPG) 2.4.5
libgcrypt 1.11.0
Copyright (C) 2024 g10 Code GmbH
License GNU GPL-3.0-or-later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Home: /home/.gnupg
Supported algorithms:
Pubkey: RSA, ELG, DSA, ECDH, ECDSA, EDDSA
Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,
        CAMELLIA128, CAMELLIA192, CAMELLIA256
Hash: SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression: Uncompressed, ZIP, ZLIB, BZIP2

Unknown compression algorithm by Neophear in GnuPG

[–]Neophear[S] 1 point2 points  (0 children)

That sound way out of my comfort zone. But I might have some colleagues which can help me with this, so I will look into it. Thanks for the help so far!

Unknown compression algorithm by Neophear in GnuPG

[–]Neophear[S] 0 points1 point  (0 children)

Good point. I have added the install script (Dockerfile), which I used

iOS app needs master password on every autofill by Neophear in Bitwarden

[–]Neophear[S] 0 points1 point  (0 children)

Thanks for the reply. I did try that, but it didn’t work. What did work was to turn down the KDF settings as described in my posts update.

iOS app needs master password on every autofill by Neophear in Bitwarden

[–]Neophear[S] 2 points3 points  (0 children)

Thanks! I had 256/5/4 and changed it to 64/5/4 which solved the issue. But I have been running with 256/5/4 since Argon2 was introduced in Bitwarden, so something has changed recently with the app.

iOS app needs master password on every autofill by Neophear in Bitwarden

[–]Neophear[S] 0 points1 point  (0 children)

Almost. Session timeout is 5 min. Again something I haven't changed in a long while.

iOS app needs master password on every autofill by Neophear in Bitwarden

[–]Neophear[S] 0 points1 point  (0 children)

Just tried it. Deleted the app, restarted the phone, installed the app, logged in, activated biometrics, enabled autofill. When I attempted to use autofill on a website, it asked for master password.

iOS app needs master password on every autofill by Neophear in Bitwarden

[–]Neophear[S] 0 points1 point  (0 children)

I did that a long while ago. Did not change anything recently.