Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] libmbedcrypto breaking some apps
@ 2022-06-24  1:31 CaptainDrewBoy
  2022-06-24  1:39 ` HadetTheUndying
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: CaptainDrewBoy @ 2022-06-24  1:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 806 bytes --]

New issue by CaptainDrewBoy on void-packages repository

https://github.com/void-linux/void-packages/issues/37665

Description:
(notes with an asterix are largely anecdotal and people smarter than me can probably think of reasons to disregard them)

mpv and qutebrowser won't start for me anymore, both citing an `error while loading shared libraries: /usr/lib64/libmbedcrypto.so.3: file too short`
* I have also had difficulties getting apps to register mic input, but I can't tell if these are related.
The cited file does exist, but is empty. I have `mbedtls` installed, but Void's version appears to be out of date from upstream.
* I suspect, but don't have the technical know-how to prove, that this is related to a recent update that pulled `librist` onto my system, which depends on `mbedtls`.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: libmbedcrypto breaking some apps
  2022-06-24  1:31 [ISSUE] libmbedcrypto breaking some apps CaptainDrewBoy
@ 2022-06-24  1:39 ` HadetTheUndying
  2022-06-24  4:26 ` sgn
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: HadetTheUndying @ 2022-06-24  1:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

New comment by HadetTheUndying on void-packages repository

https://github.com/void-linux/void-packages/issues/37665#issuecomment-1165082511

Comment:
I tried to verify this on my own, but it is not reproducible on my system. However after talking in IRC it does appear the LTS version has changed. I'm unsure if it's related.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: libmbedcrypto breaking some apps
  2022-06-24  1:31 [ISSUE] libmbedcrypto breaking some apps CaptainDrewBoy
  2022-06-24  1:39 ` HadetTheUndying
@ 2022-06-24  4:26 ` sgn
  2022-06-24 12:35 ` CaptainDrewBoy
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: sgn @ 2022-06-24  4:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 218 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/37665#issuecomment-1165181185

Comment:
Please run `xbps-pkgdb -a` and check if there is any problems in your machine.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: libmbedcrypto breaking some apps
  2022-06-24  1:31 [ISSUE] libmbedcrypto breaking some apps CaptainDrewBoy
  2022-06-24  1:39 ` HadetTheUndying
  2022-06-24  4:26 ` sgn
@ 2022-06-24 12:35 ` CaptainDrewBoy
  2022-06-24 13:35 ` sgn
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: CaptainDrewBoy @ 2022-06-24 12:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 417 bytes --]

New comment by CaptainDrewBoy on void-packages repository

https://github.com/void-linux/void-packages/issues/37665#issuecomment-1165531347

Comment:
> Please run `xbps-pkgdb -a` and check if there is any problems in your machine.

Produces no output. I *was* having some output before in relation to `arc-theme`, but after fixing them, and reconfiguring `mbedtls` and the apps that wouldn't work, nothing changed.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: libmbedcrypto breaking some apps
  2022-06-24  1:31 [ISSUE] libmbedcrypto breaking some apps CaptainDrewBoy
                   ` (2 preceding siblings ...)
  2022-06-24 12:35 ` CaptainDrewBoy
@ 2022-06-24 13:35 ` sgn
  2022-06-24 18:18 ` CaptainDrewBoy
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: sgn @ 2022-06-24 13:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 183 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/37665#issuecomment-1165582562

Comment:
How about: `ls -al /usr/lib/libmbedcrypto*`

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: libmbedcrypto breaking some apps
  2022-06-24  1:31 [ISSUE] libmbedcrypto breaking some apps CaptainDrewBoy
                   ` (3 preceding siblings ...)
  2022-06-24 13:35 ` sgn
@ 2022-06-24 18:18 ` CaptainDrewBoy
  2022-06-24 18:18 ` CaptainDrewBoy
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: CaptainDrewBoy @ 2022-06-24 18:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 415 bytes --]

New comment by CaptainDrewBoy on void-packages repository

https://github.com/void-linux/void-packages/issues/37665#issuecomment-1165820809

Comment:
> How about: `ls -al /usr/lib/libmbedcrypto*`

`-rwxr-xr-x 1 root root  0 Feb 20 00:15 /usr/lib/libmbedcrypto.so.2.16.12
lrwxrwxrwx 1 root root 24 Feb 20 00:15 /usr/lib/libmbedcrypto.so.3 -> libmbedcrypto.so.2.16.12`
As far as I can tell these files are empty.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: libmbedcrypto breaking some apps
  2022-06-24  1:31 [ISSUE] libmbedcrypto breaking some apps CaptainDrewBoy
                   ` (4 preceding siblings ...)
  2022-06-24 18:18 ` CaptainDrewBoy
@ 2022-06-24 18:18 ` CaptainDrewBoy
  2022-06-24 18:18 ` CaptainDrewBoy
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: CaptainDrewBoy @ 2022-06-24 18:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 419 bytes --]

New comment by CaptainDrewBoy on void-packages repository

https://github.com/void-linux/void-packages/issues/37665#issuecomment-1165820809

Comment:
> How about: `ls -al /usr/lib/libmbedcrypto*`

```-rwxr-xr-x 1 root root  0 Feb 20 00:15 /usr/lib/libmbedcrypto.so.2.16.12
lrwxrwxrwx 1 root root 24 Feb 20 00:15 /usr/lib/libmbedcrypto.so.3 -> libmbedcrypto.so.2.16.12```
As far as I can tell these files are empty.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: libmbedcrypto breaking some apps
  2022-06-24  1:31 [ISSUE] libmbedcrypto breaking some apps CaptainDrewBoy
                   ` (5 preceding siblings ...)
  2022-06-24 18:18 ` CaptainDrewBoy
@ 2022-06-24 18:18 ` CaptainDrewBoy
  2022-06-24 18:19 ` CaptainDrewBoy
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: CaptainDrewBoy @ 2022-06-24 18:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 421 bytes --]

New comment by CaptainDrewBoy on void-packages repository

https://github.com/void-linux/void-packages/issues/37665#issuecomment-1165820809

Comment:
> How about: `ls -al /usr/lib/libmbedcrypto*`

```-rwxr-xr-x 1 root root  0 Feb 20 00:15 /usr/lib/libmbedcrypto.so.2.16.12
lrwxrwxrwx 1 root root 24 Feb 20 00:15 /usr/lib/libmbedcrypto.so.3 -> libmbedcrypto.so.2.16.12```

As far as I can tell these files are empty.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: libmbedcrypto breaking some apps
  2022-06-24  1:31 [ISSUE] libmbedcrypto breaking some apps CaptainDrewBoy
                   ` (6 preceding siblings ...)
  2022-06-24 18:18 ` CaptainDrewBoy
@ 2022-06-24 18:19 ` CaptainDrewBoy
  2022-06-24 18:57 ` paper42
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: CaptainDrewBoy @ 2022-06-24 18:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 417 bytes --]

New comment by CaptainDrewBoy on void-packages repository

https://github.com/void-linux/void-packages/issues/37665#issuecomment-1165820809

Comment:
> How about: `ls -al /usr/lib/libmbedcrypto*`

`-rwxr-xr-x 1 root root  0 Feb 20 00:15 /usr/lib/libmbedcrypto.so.2.16.12
lrwxrwxrwx 1 root root 24 Feb 20 00:15 /usr/lib/libmbedcrypto.so.3 -> libmbedcrypto.so.2.16.12`

As far as I can tell these files are empty.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: libmbedcrypto breaking some apps
  2022-06-24  1:31 [ISSUE] libmbedcrypto breaking some apps CaptainDrewBoy
                   ` (7 preceding siblings ...)
  2022-06-24 18:19 ` CaptainDrewBoy
@ 2022-06-24 18:57 ` paper42
  2022-06-25  3:11 ` sgn
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: paper42 @ 2022-06-24 18:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/issues/37665#issuecomment-1165848662

Comment:
I can not reproduce this, the file is not empty on my system. What's the output of xuname on your system? Please use the bug issue template next time when reporting bugs.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: libmbedcrypto breaking some apps
  2022-06-24  1:31 [ISSUE] libmbedcrypto breaking some apps CaptainDrewBoy
                   ` (8 preceding siblings ...)
  2022-06-24 18:57 ` paper42
@ 2022-06-25  3:11 ` sgn
  2022-06-25 10:47 ` CaptainDrewBoy
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: sgn @ 2022-06-25  3:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 283 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/37665#issuecomment-1166179495

Comment:
`/usr/lib/libmbedcrypto.so.2.16.12` if this file is empty, `xbps-pkgdb` should report an errors.
Are you sure you install `mbedtls` correctly?

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: libmbedcrypto breaking some apps
  2022-06-24  1:31 [ISSUE] libmbedcrypto breaking some apps CaptainDrewBoy
                   ` (9 preceding siblings ...)
  2022-06-25  3:11 ` sgn
@ 2022-06-25 10:47 ` CaptainDrewBoy
  2022-06-25 13:36 ` sgn
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: CaptainDrewBoy @ 2022-06-25 10:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 773 bytes --]

New comment by CaptainDrewBoy on void-packages repository

https://github.com/void-linux/void-packages/issues/37665#issuecomment-1166254498

Comment:
> I can not reproduce this, the file is not empty on my system. What's the output of xuname on your system? Please use the bug issue template next time when reporting bugs.

Firstly, sorry for not using the template.
xuname gives `Void 5.15.47_1 x86_64 GenuineIntel uptodate rrrmFFFFFF`


> `/usr/lib/libmbedcrypto.so.2.16.12` if this file is empty, `xbps-pkgdb` should report an errors. Are you sure you install `mbedtls` correctly?

`mbedtls` was pulled in as a dependency for something pretty quickly after I setup my system iirc. I've never really messed with its installation, xbps has just managed it for me.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: libmbedcrypto breaking some apps
  2022-06-24  1:31 [ISSUE] libmbedcrypto breaking some apps CaptainDrewBoy
                   ` (10 preceding siblings ...)
  2022-06-25 10:47 ` CaptainDrewBoy
@ 2022-06-25 13:36 ` sgn
  2022-06-25 14:50 ` CaptainDrewBoy
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: sgn @ 2022-06-25 13:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 427 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/37665#issuecomment-1166288391

Comment:
I meant, are you sure, `sudo xbps-pkgdb -a` reports no errors? With an empty `/usr/lib/libmbedcrypto.so.2.16.12`, it should report some error like:
```
ERROR: linux5.15: hash mismatch for /boot/vmlinuz-5.15.47_1.
```
Your installation is somewhat broken, and you should be told that.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: libmbedcrypto breaking some apps
  2022-06-24  1:31 [ISSUE] libmbedcrypto breaking some apps CaptainDrewBoy
                   ` (11 preceding siblings ...)
  2022-06-25 13:36 ` sgn
@ 2022-06-25 14:50 ` CaptainDrewBoy
  2022-06-25 14:52 ` CaptainDrewBoy
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: CaptainDrewBoy @ 2022-06-25 14:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1746 bytes --]

New comment by CaptainDrewBoy on void-packages repository

https://github.com/void-linux/void-packages/issues/37665#issuecomment-1166304036

Comment:
> I meant, are you sure, `sudo xbps-pkgdb -a` reports no errors? With an empty `/usr/lib/libmbedcrypto.so.2.16.12`, it should report some error like:
> 
> ```
> ERROR: linux5.15: hash mismatch for /boot/vmlinuz-5.15.47_1.
> ```
> 
> Your installation is somewhat broken, and you should be told that.

I swear this wasn't popping up before, but I ran this command again to triple check and now there is more output.
```ERROR: mbedtls: hash mismatch for /usr/lib/libmbedcrypto.so.2.16.12.
ERROR: mbedtls: hash mismatch for /usr/lib/libmbedtls.so.2.16.12.
ERROR: mbedtls: hash mismatch for /usr/lib/libmbedx509.so.2.16.12.
ERROR: mbedtls: files check FAILED.
ERROR: openjdk8: alternatives group jdk symlink /usr/bin/java has wrong target.
ERROR: openjdk8: alternatives group jdk symlink /usr/bin/jjs has wrong target.
ERROR: openjdk8: alternatives group jdk symlink /usr/bin/keytool has wrong target.
ERROR: openjdk8: alternatives group jdk symlink /usr/bin/orbd has wrong target.
ERROR: openjdk8: alternatives group jdk symlink /usr/bin/pack200 has wrong target.
ERROR: openjdk8: alternatives group jdk symlink /usr/bin/policytool has wrong target.
ERROR: openjdk8: alternatives group jdk symlink /usr/bin/rmid has wrong target.
ERROR: openjdk8: alternatives group jdk symlink /usr/bin/rmiregistry has wrong target.
ERROR: openjdk8: alternatives group jdk symlink /usr/bin/servertool has wrong target.
ERROR: openjdk8: alternatives group jdk symlink /usr/bin/tnameserv has wrong target.
ERROR: openjdk8: alternatives group jdk symlink /usr/bin/unpack200 has wrong target.```

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: libmbedcrypto breaking some apps
  2022-06-24  1:31 [ISSUE] libmbedcrypto breaking some apps CaptainDrewBoy
                   ` (12 preceding siblings ...)
  2022-06-25 14:50 ` CaptainDrewBoy
@ 2022-06-25 14:52 ` CaptainDrewBoy
  2022-06-25 14:54 ` sgn
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: CaptainDrewBoy @ 2022-06-25 14:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1743 bytes --]

New comment by CaptainDrewBoy on void-packages repository

https://github.com/void-linux/void-packages/issues/37665#issuecomment-1166304036

Comment:
> I meant, are you sure, `sudo xbps-pkgdb -a` reports no errors? With an empty `/usr/lib/libmbedcrypto.so.2.16.12`, it should report some error like:
> 
> ```
> ERROR: linux5.15: hash mismatch for /boot/vmlinuz-5.15.47_1.
> ```
> 
> Your installation is somewhat broken, and you should be told that.

I swear this wasn't popping up before, but I ran this command again to triple check and now there is more output.
```ERROR: mbedtls: hash mismatch for /usr/lib/libmbedcrypto.so.2.16.12.
ERROR: mbedtls: hash mismatch for /usr/lib/libmbedtls.so.2.16.12.
ERROR: mbedtls: hash mismatch for /usr/lib/libmbedx509.so.2.16.12.
ERROR: mbedtls: files check FAILED.
ERROR: openjdk8: alternatives group jdk symlink /usr/bin/java has wrong target.
ERROR: openjdk8: alternatives group jdk symlink /usr/bin/jjs has wrong target.
ERROR: openjdk8: alternatives group jdk symlink /usr/bin/keytool has wrong target.
ERROR: openjdk8: alternatives group jdk symlink /usr/bin/orbd has wrong target.
ERROR: openjdk8: alternatives group jdk symlink /usr/bin/pack200 has wrong target.
ERROR: openjdk8: alternatives group jdk symlink /usr/bin/policytool has wrong target.
ERROR: openjdk8: alternatives group jdk symlink /usr/bin/rmid has wrong target.
ERROR: openjdk8: alternatives group jdk symlink /usr/bin/rmiregistry has wrong target.
ERROR: openjdk8: alternatives group jdk symlink /usr/bin/servertool has wrong target.
ERROR: openjdk8: alternatives group jdk symlink /usr/bin/tnameserv has wrong target.
ERROR: openjdk8: alternatives group jdk symlink /usr/bin/unpack200 has wrong target.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: libmbedcrypto breaking some apps
  2022-06-24  1:31 [ISSUE] libmbedcrypto breaking some apps CaptainDrewBoy
                   ` (13 preceding siblings ...)
  2022-06-25 14:52 ` CaptainDrewBoy
@ 2022-06-25 14:54 ` sgn
  2022-06-25 15:02 ` CaptainDrewBoy
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: sgn @ 2022-06-25 14:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 238 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/37665#issuecomment-1166304681

Comment:
OK. So, only `mbedtls` is broken. Please re-install that package: `sudo xbps-install -yff mbedtls`

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: libmbedcrypto breaking some apps
  2022-06-24  1:31 [ISSUE] libmbedcrypto breaking some apps CaptainDrewBoy
                   ` (14 preceding siblings ...)
  2022-06-25 14:54 ` sgn
@ 2022-06-25 15:02 ` CaptainDrewBoy
  2022-06-25 15:02 ` [ISSUE] [CLOSED] " CaptainDrewBoy
  2022-06-25 15:04 ` sgn
  17 siblings, 0 replies; 19+ messages in thread
From: CaptainDrewBoy @ 2022-06-25 15:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 363 bytes --]

New comment by CaptainDrewBoy on void-packages repository

https://github.com/void-linux/void-packages/issues/37665#issuecomment-1166306023

Comment:
It would appear that fixed my issue.
Which is weird, because I tried reinstalling `mbedtls` before filing the issue.
Maybe one of the flags were different?
Whatever, it's fixed now. Thank you for all the help.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [ISSUE] [CLOSED] libmbedcrypto breaking some apps
  2022-06-24  1:31 [ISSUE] libmbedcrypto breaking some apps CaptainDrewBoy
                   ` (15 preceding siblings ...)
  2022-06-25 15:02 ` CaptainDrewBoy
@ 2022-06-25 15:02 ` CaptainDrewBoy
  2022-06-25 15:04 ` sgn
  17 siblings, 0 replies; 19+ messages in thread
From: CaptainDrewBoy @ 2022-06-25 15:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 811 bytes --]

Closed issue by CaptainDrewBoy on void-packages repository

https://github.com/void-linux/void-packages/issues/37665

Description:
(notes with an asterix are largely anecdotal and people smarter than me can probably think of reasons to disregard them)

mpv and qutebrowser won't start for me anymore, both citing an `error while loading shared libraries: /usr/lib64/libmbedcrypto.so.3: file too short`
The cited file does exist, but is empty. I have `mbedtls` installed, but Void's version appears to be out of date from upstream.
\* I have also had difficulties getting apps to register mic input, but I can't tell if these are related.
\* I suspect, but don't have the technical know-how to prove, that this is related to a recent update that pulled `librist` onto my system, which depends on `mbedtls`.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [ISSUE] [CLOSED] libmbedcrypto breaking some apps
  2022-06-24  1:31 [ISSUE] libmbedcrypto breaking some apps CaptainDrewBoy
                   ` (16 preceding siblings ...)
  2022-06-25 15:02 ` [ISSUE] [CLOSED] " CaptainDrewBoy
@ 2022-06-25 15:04 ` sgn
  17 siblings, 0 replies; 19+ messages in thread
From: sgn @ 2022-06-25 15:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 811 bytes --]

Closed issue by CaptainDrewBoy on void-packages repository

https://github.com/void-linux/void-packages/issues/37665

Description:
(notes with an asterix are largely anecdotal and people smarter than me can probably think of reasons to disregard them)

mpv and qutebrowser won't start for me anymore, both citing an `error while loading shared libraries: /usr/lib64/libmbedcrypto.so.3: file too short`
The cited file does exist, but is empty. I have `mbedtls` installed, but Void's version appears to be out of date from upstream.
\* I have also had difficulties getting apps to register mic input, but I can't tell if these are related.
\* I suspect, but don't have the technical know-how to prove, that this is related to a recent update that pulled `librist` onto my system, which depends on `mbedtls`.

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2022-06-25 15:04 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-24  1:31 [ISSUE] libmbedcrypto breaking some apps CaptainDrewBoy
2022-06-24  1:39 ` HadetTheUndying
2022-06-24  4:26 ` sgn
2022-06-24 12:35 ` CaptainDrewBoy
2022-06-24 13:35 ` sgn
2022-06-24 18:18 ` CaptainDrewBoy
2022-06-24 18:18 ` CaptainDrewBoy
2022-06-24 18:18 ` CaptainDrewBoy
2022-06-24 18:19 ` CaptainDrewBoy
2022-06-24 18:57 ` paper42
2022-06-25  3:11 ` sgn
2022-06-25 10:47 ` CaptainDrewBoy
2022-06-25 13:36 ` sgn
2022-06-25 14:50 ` CaptainDrewBoy
2022-06-25 14:52 ` CaptainDrewBoy
2022-06-25 14:54 ` sgn
2022-06-25 15:02 ` CaptainDrewBoy
2022-06-25 15:02 ` [ISSUE] [CLOSED] " CaptainDrewBoy
2022-06-25 15:04 ` sgn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).