curl -fsSL https://download.jitsi.org/jitsi-key.gpg.key | gpg -o /usr/share/keyrings/jitsy-key.gpg --dearmor
No error messages!
I notice that this is not the same filename as the one in the quote
further above. The original had 'jitsi-keyring.gpg', and this one has 'jitsy-key.gpg' - that's two differences.
(Also, this command line isn't 'including the prompt'.)
<snip>
And the entry in /etc/apt/sources.list.d/jitsi-stable.list is this:This is referencing the original filename, not the one you used in your
deb [signed-by=/usr/share/keyrings/jitsi-keyring.gpg] https://download.jitsi.org stable
"no error messages" command.
Does that file exist? If so, what contents does it have? Are they the
same as the one in the other filename?
Should be all ok, but it isn't.
If the file named in the sources.list entry doesn't exist (or has the
wrong contents), then I think that would explain it.
When you do these things, *exactly* what results do you get? Copy and
paste the entire command line, including the prompt, the results, and
the next command line prompt.
But I found the reason!
The eys are set "rw- --- ---", so they could not read.
This adds another problem: Looks like gpg or sq is setting wrong rights.
Several minutes ago I discovered another issue: /usr/bin/dpkg was set
to "rwx r-- r--", what is also wrong. As I did not change this, it must have been changed by some upgrade. Had this issue already in 2014 (with a mediathekview problem, same reason),
I suppose, we can safely close this. Thanks for your help, again laerned something.
From the clues left dotted around, my bet is that you've messed up
your system with the way you become root, affecting its umask.
A couple of months ago (and back in 2020), you were exhorting Debian
to set a mask for users of at least 027, and I'm wondering whether,
in your case, it might have been changed to 077 since around one of
those times.
Back in 2014, you had the permissions on dpkg set to -rwxr-x---,
which would correspond to a umask of 027, so perhaps you had already tightened your system from the Debian default, 022, to 027 by then.
So it now comes down to why system components are getting the user's
umask applied to them. For that, I looked back to 2014 when you seemed
to be a bit more forthcoming with pasting prompts into your posts.
Your first post in the thread¹ starts with:
| Ok, so let’s start as root:
|
| su -p
| root@protheus2:~# LANG=C mediathekview
Well, three cases of su are:
~$ umask
0027 ← the securer default was set for this user.
~$ su
Password:
/home/auser# umask
0022 ← correct
/home/auser#
exit
~$ su -
Password:
~# umask
0022 ← correct
~#
logout
~$ su -p
Password:
~# umask
0027 ← wrong for root
~#
exit
~$
So I'm guessing that you've been installing things after having become
root with -p. I don't know whether APT and dpkg can themselves modify
any excessively restrictive umask, and I'm unwilling to test that here.
¹ https://lists.debian.org/debian-user/2014/07/msg00053.html
Cheers,
David.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (2 / 14) |
Uptime: | 14:00:08 |
Calls: | 10,389 |
Calls today: | 4 |
Files: | 14,061 |
Messages: | 6,416,892 |
Posted today: | 1 |