14 Feb 2019 |
Maximus | mine is called matrix.list | 17:06:53 |
Linda | Re: keyring trust: Is lsb-release package installed? | 17:07:01 |
Linda | Redacted or Malformed Event | 17:07:07 |
Willem | 👋 | 17:07:11 |
Linda | Ah, then it defaults to "no". | 17:07:17 |
Maximus | matrix.list was also the name I gave on the previous machine I tested on, but it worked? | 17:07:28 |
Willem | I made a matrix auth provider that does PAM, anyone interested? | 17:07:49 |
Maximus | ah it seems lsb-release is not installed | 17:07:51 |
Linda | It tries to remember your previous answers. You didn't have a previous answer on this proper server, so it defaulted to the "no" set in the template when it has no answers. | 17:08:04 |
Willem | Already did the deb packaging as well 🙈 | 17:08:20 |
Maximus | Willem: if you got a repo URL, I am | 17:08:24 |
Willem | https://github.com/14mRh4X0r/matrix-synapse-pam/ | 17:09:11 |
Linda | I could add support for checking matrix.list , though. I probably will. I wanted to use that name, anyway. | 17:09:29 |
Willem | That reminds me, gotta respond to that issue | 17:10:08 |
gnugr | is the proper keyring added? | 17:10:13 |
Maximus | I use matrix.list because it might contain more than just matrix-org repos. Just matrix-related repos | 17:10:58 |
gnugr | no matter what's the name in sources.list.d the key is needed | 17:10:59 |
Maximus | even tho it only contains matrix.org for now | 17:11:05 |
Maximus | Willem: thank you! starred it. If you got a room for it, I'll also add it to +matrix-community:kamax.io if you wish | 17:11:28 |
Linda | Unfortunately, there's no easy solution to avoid sources.list(5) conflicts and duplicates. | 17:13:07 |
gnugr | Maximus: is the key in trusted.keys | 17:13:19 |
Maximus | yep I realise that | 17:13:36 |
Maximus | gnugr: not anymore | 17:13:57 |
Willem | I don't. It's basically a write-once thing for personal use, but open source | 17:14:24 |
gnugr | so, with 'apt update' brings nothing | 17:14:38 |
Willem | Not that it really needs maintenance, all the logic is in pypam already | 17:14:49 |
gnugr | apt complains for a key | 17:14:55 |
Maximus | Willem: 👍 thank you for open sourcing it! | 17:16:42 |
gnugr | who is managing what SHA is generated for each repository? | 17:19:05 |
Linda | $ sudo apt-key add /tmp/repo-key.asc
OK
$ sudo dpkg -i ../matrix-archive-keyring_2015.12.09+debian0.8_all.deb
Selecting previously unselected package matrix-archive-keyring.
(Reading database ... 130274 files and directories currently installed.)
Preparing to unpack .../matrix-archive-keyring_2015.12.09+debian0.8_all.deb ...
Unpacking matrix-archive-keyring (2015.12.09+debian0.8) ...
Setting up matrix-archive-keyring (2015.12.09+debian0.8) ...
Removed bad key C35EB17E1EAE708E6603A9B3AD0592FE47F0DF61 from /etc/apt/trusted.gpg
$ sudo apt install matrix-synapse-py3
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package matrix-synapse-py3
$ sudo sh -c 'apt update && apt install matrix-synapse-py3'
Get:1 http://ftp.fi.debian.org/debian unstable InRelease [243 kB]
Get:2 http://matrix.org/packages/debian sid InRelease [3075 B]
Get:3 http://ftp.fi.debian.org/debian unstable/main Sources.diff/Index [27.9 kB]
Get:4 http://ftp.fi.debian.org/debian unstable/main amd64 Packages.diff/Index [27.9 kB]
Get:5 http://ftp.fi.debian.org/debian unstable/main Translation-en.diff/Index [27.9 kB]
Get:6 http://ftp.fi.debian.org/debian unstable/main Sources 2019-02-14-1414.59.pdiff [30.4 kB]
Get:7 http://ftp.fi.debian.org/debian unstable/main amd64 Packages 2019-02-14-1414.59.pdiff [16.1 kB]
Get:6 http://ftp.fi.debian.org/debian unstable/main Sources 2019-02-14-1414.59.pdiff [30.4 kB]
Get:7 http://ftp.fi.debian.org/debian unstable/main amd64 Packages 2019-02-14-1414.59.pdiff [16.1 kB]
Get:8 http://matrix.org/packages/debian sid/main Sources [2718 B]
Get:9 http://ftp.fi.debian.org/debian unstable/main Translation-en 2019-02-14-1414.59.pdiff [1304 B]
Get:9 http://ftp.fi.debian.org/debian unstable/main Translation-en 2019-02-14-1414.59.pdiff [1304 B]
Get:10 http://matrix.org/packages/debian sid/main amd64 Packages [2357 B]
Fetched 383 kB in 1s (328 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
16 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
linux-image-4.19.0-1-amd64
Use 'sudo apt autoremove' to remove it.
The following additional packages will be installed:
python3-distutils python3-lib2to3
Suggested packages:
sqlite3
The following NEW packages will be installed:
matrix-synapse-py3 python3-distutils python3-lib2to3
0 upgraded, 3 newly installed, 0 to remove and 16 not upgraded.
Need to get 29.7 MB of archives.
After this operation, 161 MB of additional disk space will be used.
Do you want to continue? [Y/n] n
Abort.
Does that answer to your question, gnugr? | 17:19:23 |