Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+
@ 2022-09-06  3:23 akce
  2022-09-06  3:29 ` akce
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: akce @ 2022-09-06  3:23 UTC (permalink / raw)
  To: ml

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

New issue by akce on void-packages repository

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

Description:
### Is this a new report?

Yes

### System Info

Void 5.15.61_1 armv6l Unknown uptodate rFFF

### Package(s) Affected

rpi-kernel-5.15_61_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

eth0 link should be in state UP after startup. Here's how it looks with a working `rpi-kernel-5.10.110_1`:
```shell
$ uname -a
Linux mordor 5.10.110_1 #1 Wed Aug 3 16:47:21 UTC 2022 armv6l GNU/Linux
$ ip link show eth0
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether b8:27:eb:bc:23:d3 brd ff:ff:ff:ff:ff:ff
    inet 192.168.31.254/16 brd 192.168.255.255 scope global noprefixroute eth0
       valid_lft forever preferred_lft forever
    inet6 fe80::ba27:ebff:febc:23d3/64 scope link 
       valid_lft forever preferred_lft forever
```
Here's the tail end of `dmesg` where i unplugged and then re-inserted the network cable:
```dmesg
[  134.196932] smsc95xx 1-1.1:1.0 eth0: Link is Down
[  143.525609] smsc95xx 1-1.1:1.0 eth0: Link is Up - 100Mbps/Full - flow control off
```

### Actual behaviour

On my rpi 1 model b+, **eth0** link is always in state DOWN; i haven't been able to bring it up.

With `rpi-kernel-5.15.61_1` i see:
```shell
$ uname -a
Linux mordor 5.15.61_1 #1 Mon Sep 5 02:23:47 UTC 2022 armv6l GNU/Linux
$ ip link show eth0
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
    link/ether b8:27:eb:bc:23:d3 brd ff:ff:ff:ff:ff:ff
    inet 192.168.31.254/16 brd 192.168.255.255 scope global eth0
       valid_lft forever preferred_lft forever
```
Unplugging and re-inserting the network cable shows no activity in dmesg.

Orange and Green ethernet port LEDS are visible on the Raspberry Pi while the network cable is plugged in.

Manually running `ip link set eth0 up` returns success to the shell but has no effect to the link state.

/boot/config.txt has no overlays enabled.

### Steps to reproduce

Upgrade to `rpi-kernel-5.15-61_1` (presumably from [38958](https://github.com/void-linux/void-packages/pull/38958)).

Downgrading kernel to `rpi-kernel-5.10.110_1` restores eth0 to working state.

I did a full upgrade which included new `rpi-firmware` etc, but reverting only `rpi-kernel` was enough to get the network functional again.

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

* Re: rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+
  2022-09-06  3:23 [ISSUE] rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+ akce
@ 2022-09-06  3:29 ` akce
  2022-09-06  8:14 ` tsjk
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: akce @ 2022-09-06  3:29 UTC (permalink / raw)
  To: ml

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

New comment by akce on void-packages repository

https://github.com/void-linux/void-packages/issues/39129#issuecomment-1237619310

Comment:
Including `dmesg` from working and non-working setups:

[rpi-kernel-5.10.110_1-dmesg.txt](https://github.com/void-linux/void-packages/files/9493045/rpi-kernel-5.10.110_1-dmesg.txt)
[rpi-kernel-5.15_61_1-dmesg.txt](https://github.com/void-linux/void-packages/files/9493047/rpi-kernel-5.15_61_1-dmesg.txt)


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

* Re: rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+
  2022-09-06  3:23 [ISSUE] rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+ akce
  2022-09-06  3:29 ` akce
@ 2022-09-06  8:14 ` tsjk
  2022-09-06  8:16 ` tsjk
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: tsjk @ 2022-09-06  8:14 UTC (permalink / raw)
  To: ml

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

New comment by tsjk on void-packages repository

https://github.com/void-linux/void-packages/issues/39129#issuecomment-1237810232

Comment:
I've stumbled upon this as well. Took me a while to arrive to what actually was wrong...
On my agenda to troubleshoot, I'd try to just revert the firmware, or just the kernel - to see what is what. In addition I'd also try deploying the binaries from from https://github.com/raspberrypi/rpi-firmware.

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

* Re: rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+
  2022-09-06  3:23 [ISSUE] rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+ akce
  2022-09-06  3:29 ` akce
  2022-09-06  8:14 ` tsjk
@ 2022-09-06  8:16 ` tsjk
  2022-09-06 20:23 ` tsjk
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: tsjk @ 2022-09-06  8:16 UTC (permalink / raw)
  To: ml

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

New comment by tsjk on void-packages repository

https://github.com/void-linux/void-packages/issues/39129#issuecomment-1237810232

Comment:
I've stumbled upon this as well. Took me a while to arrive to what actually was wrong...
On my agenda to troubleshoot further I'd try deploying the kernel from https://github.com/raspberrypi/rpi-firmware.

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

* Re: rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+
  2022-09-06  3:23 [ISSUE] rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+ akce
                   ` (2 preceding siblings ...)
  2022-09-06  8:16 ` tsjk
@ 2022-09-06 20:23 ` tsjk
  2022-09-06 20:30 ` tsjk
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: tsjk @ 2022-09-06 20:23 UTC (permalink / raw)
  To: ml

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

New comment by tsjk on void-packages repository

https://github.com/void-linux/void-packages/issues/39129#issuecomment-1238613554

Comment:
I found the upstream issue: https://github.com/raspberrypi/linux/issues/5145

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

* Re: rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+
  2022-09-06  3:23 [ISSUE] rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+ akce
                   ` (3 preceding siblings ...)
  2022-09-06 20:23 ` tsjk
@ 2022-09-06 20:30 ` tsjk
  2022-09-25 10:35 ` classabbyamp
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: tsjk @ 2022-09-06 20:30 UTC (permalink / raw)
  To: ml

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

New comment by tsjk on void-packages repository

https://github.com/void-linux/void-packages/issues/39129#issuecomment-1238619566

Comment:
So, a somewhat newer githash should solve it.

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

* Re: rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+
  2022-09-06  3:23 [ISSUE] rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+ akce
                   ` (4 preceding siblings ...)
  2022-09-06 20:30 ` tsjk
@ 2022-09-25 10:35 ` classabbyamp
  2022-09-25 11:32 ` classabbyamp
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2022-09-25 10:35 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/39129#issuecomment-1257165113

Comment:
@tsjk, can you test #39442 ? just `xbps-install -R https://devspace.voidlinux.org/abby/rpi-merge -Su`

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

* Re: rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+
  2022-09-06  3:23 [ISSUE] rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+ akce
                   ` (5 preceding siblings ...)
  2022-09-25 10:35 ` classabbyamp
@ 2022-09-25 11:32 ` classabbyamp
  2022-09-25 16:55 ` tsjk
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2022-09-25 11:32 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/39129#issuecomment-1257165113

Comment:
@tsjk, @akce, can you test #39442 ? just `xbps-install -R https://devspace.voidlinux.org/abby/rpi-merge -Su`

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

* Re: rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+
  2022-09-06  3:23 [ISSUE] rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+ akce
                   ` (6 preceding siblings ...)
  2022-09-25 11:32 ` classabbyamp
@ 2022-09-25 16:55 ` tsjk
  2022-09-25 16:56 ` tsjk
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: tsjk @ 2022-09-25 16:55 UTC (permalink / raw)
  To: ml

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

New comment by tsjk on void-packages repository

https://github.com/void-linux/void-packages/issues/39129#issuecomment-1257233761

Comment:
@classabbyamp - Sorry to be a pain; I'd recommend that we look at https://github.com/tsjk/void-packages/commit/1362fdfd8c5c2328d4851ee7a553493832bf96cf. I was thinking to save that for a different PR, but given that it seems to take a while to get stuff merged I think it should be looked at immediately. Without that patch dkms modules, for say usb network adapters, do not build.

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

* Re: rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+
  2022-09-06  3:23 [ISSUE] rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+ akce
                   ` (7 preceding siblings ...)
  2022-09-25 16:55 ` tsjk
@ 2022-09-25 16:56 ` tsjk
  2022-09-25 17:00 ` classabbyamp
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: tsjk @ 2022-09-25 16:56 UTC (permalink / raw)
  To: ml

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

New comment by tsjk on void-packages repository

https://github.com/void-linux/void-packages/issues/39129#issuecomment-1257233761

Comment:
@classabbyamp - Sorry to be a pain; I'd recommend that we look at https://github.com/tsjk/void-packages/commit/1362fdfd8c5c2328d4851ee7a553493832bf96cf. I was thinking to save that for a different PR, but given that it seems to take a while to get stuff merged I think it should be looked at ASAP. Without that patch dkms modules, for say usb network adapters, do not build.

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

* Re: rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+
  2022-09-06  3:23 [ISSUE] rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+ akce
                   ` (8 preceding siblings ...)
  2022-09-25 16:56 ` tsjk
@ 2022-09-25 17:00 ` classabbyamp
  2022-09-26  5:28 ` classabbyamp
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2022-09-25 17:00 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/39129#issuecomment-1257234680

Comment:
I will take a look at it

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

* Re: rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+
  2022-09-06  3:23 [ISSUE] rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+ akce
                   ` (9 preceding siblings ...)
  2022-09-25 17:00 ` classabbyamp
@ 2022-09-26  5:28 ` classabbyamp
  2022-09-26  5:28 ` classabbyamp
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2022-09-26  5:28 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/39129#issuecomment-1257499995

Comment:
@tsjk whic header files specifically were you missing for those dkms modules?

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

* Re: rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+
  2022-09-06  3:23 [ISSUE] rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+ akce
                   ` (10 preceding siblings ...)
  2022-09-26  5:28 ` classabbyamp
@ 2022-09-26  5:28 ` classabbyamp
  2022-09-27  5:04 ` tsjk
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2022-09-26  5:28 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/39129#issuecomment-1257499995

Comment:
@tsjk which header files specifically were you missing for those dkms modules?

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

* Re: rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+
  2022-09-06  3:23 [ISSUE] rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+ akce
                   ` (11 preceding siblings ...)
  2022-09-26  5:28 ` classabbyamp
@ 2022-09-27  5:04 ` tsjk
  2022-09-30  3:49 ` classabbyamp
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: tsjk @ 2022-09-27  5:04 UTC (permalink / raw)
  To: ml

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

New comment by tsjk on void-packages repository

https://github.com/void-linux/void-packages/issues/39129#issuecomment-1258982422

Comment:
@classabbyamp I think I observed a choke on dt-bindings missing, but when I added more headers I didn't add one by one. So, I don't know the minimal requirement...

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

* Re: rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+
  2022-09-06  3:23 [ISSUE] rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+ akce
                   ` (12 preceding siblings ...)
  2022-09-27  5:04 ` tsjk
@ 2022-09-30  3:49 ` classabbyamp
  2022-09-30  5:28 ` tsjk
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2022-09-30  3:49 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/39129#issuecomment-1263069748

Comment:
it seems that the current version of the rtl8812au driver is old and obselete: https://github.com/gordboy/rtl8812au-5.9.3.2

will work on updating to the suggested new upstream

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

* Re: rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+
  2022-09-06  3:23 [ISSUE] rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+ akce
                   ` (13 preceding siblings ...)
  2022-09-30  3:49 ` classabbyamp
@ 2022-09-30  5:28 ` tsjk
  2022-09-30  5:30 ` tsjk
  2022-10-01  5:36 ` [ISSUE] [CLOSED] " classabbyamp
  16 siblings, 0 replies; 18+ messages in thread
From: tsjk @ 2022-09-30  5:28 UTC (permalink / raw)
  To: ml

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

New comment by tsjk on void-packages repository

https://github.com/void-linux/void-packages/issues/39129#issuecomment-1263119419

Comment:
@classabbyamp - the new one doesn't work either without the headers. I have a template for it in my repo at https://github.com/tsjk/void-packages/commit/b3b4bc83601a26bb5a0f3e29dee388533e49da9b.

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

* Re: rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+
  2022-09-06  3:23 [ISSUE] rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+ akce
                   ` (14 preceding siblings ...)
  2022-09-30  5:28 ` tsjk
@ 2022-09-30  5:30 ` tsjk
  2022-10-01  5:36 ` [ISSUE] [CLOSED] " classabbyamp
  16 siblings, 0 replies; 18+ messages in thread
From: tsjk @ 2022-09-30  5:30 UTC (permalink / raw)
  To: ml

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

New comment by tsjk on void-packages repository

https://github.com/void-linux/void-packages/issues/39129#issuecomment-1263119419

Comment:
@classabbyamp - the new one doesn't work either without the headers. I have a template for it in my repo at https://github.com/tsjk/void-packages/commit/b3b4bc83601a26bb5a0f3e29dee388533e49da9b. I chose to give it a different name, but just updating the old template makes sense as well.

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

* Re: [ISSUE] [CLOSED] rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+
  2022-09-06  3:23 [ISSUE] rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+ akce
                   ` (15 preceding siblings ...)
  2022-09-30  5:30 ` tsjk
@ 2022-10-01  5:36 ` classabbyamp
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2022-10-01  5:36 UTC (permalink / raw)
  To: ml

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

Closed issue by akce on void-packages repository

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

Description:
### Is this a new report?

Yes

### System Info

Void 5.15.61_1 armv6l Unknown uptodate rFFF

### Package(s) Affected

rpi-kernel-5.15_61_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

eth0 link should be in state UP after startup. Here's how it looks with a working `rpi-kernel-5.10.110_1`:
```shell
$ uname -a
Linux mordor 5.10.110_1 #1 Wed Aug 3 16:47:21 UTC 2022 armv6l GNU/Linux
$ ip addr show eth0
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether b8:27:eb:bc:23:d3 brd ff:ff:ff:ff:ff:ff
    inet 192.168.31.254/16 brd 192.168.255.255 scope global noprefixroute eth0
       valid_lft forever preferred_lft forever
    inet6 fe80::ba27:ebff:febc:23d3/64 scope link 
       valid_lft forever preferred_lft forever
```
Here's the tail end of `dmesg` where i unplugged and then re-inserted the network cable:
```dmesg
[  134.196932] smsc95xx 1-1.1:1.0 eth0: Link is Down
[  143.525609] smsc95xx 1-1.1:1.0 eth0: Link is Up - 100Mbps/Full - flow control off
```

### Actual behaviour

On my rpi 1 model b+, **eth0** link is always in state DOWN; i haven't been able to bring it up.

With `rpi-kernel-5.15.61_1` i see:
```shell
$ uname -a
Linux mordor 5.15.61_1 #1 Mon Sep 5 02:23:47 UTC 2022 armv6l GNU/Linux
$ ip addr show eth0
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
    link/ether b8:27:eb:bc:23:d3 brd ff:ff:ff:ff:ff:ff
    inet 192.168.31.254/16 brd 192.168.255.255 scope global eth0
       valid_lft forever preferred_lft forever
```
Unplugging and re-inserting the network cable shows no activity in dmesg.

Orange and Green ethernet port LEDS are visible on the Raspberry Pi while the network cable is plugged in.

Manually running `ip link set eth0 up` returns success to the shell but has no effect to the link state.

/boot/config.txt has no overlays enabled.

### Steps to reproduce

Upgrade to `rpi-kernel-5.15-61_1` (presumably from [38958](https://github.com/void-linux/void-packages/pull/38958)).

Downgrading kernel to `rpi-kernel-5.10.110_1` restores eth0 to working state.

I did a full upgrade which included new `rpi-firmware` etc, but reverting only `rpi-kernel` was enough to get the network functional again.

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

end of thread, other threads:[~2022-10-01  5:36 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-06  3:23 [ISSUE] rpi-kernel-5.15.61_1: eth0 link always down on rpi 1 model b+ akce
2022-09-06  3:29 ` akce
2022-09-06  8:14 ` tsjk
2022-09-06  8:16 ` tsjk
2022-09-06 20:23 ` tsjk
2022-09-06 20:30 ` tsjk
2022-09-25 10:35 ` classabbyamp
2022-09-25 11:32 ` classabbyamp
2022-09-25 16:55 ` tsjk
2022-09-25 16:56 ` tsjk
2022-09-25 17:00 ` classabbyamp
2022-09-26  5:28 ` classabbyamp
2022-09-26  5:28 ` classabbyamp
2022-09-27  5:04 ` tsjk
2022-09-30  3:49 ` classabbyamp
2022-09-30  5:28 ` tsjk
2022-09-30  5:30 ` tsjk
2022-10-01  5:36 ` [ISSUE] [CLOSED] " classabbyamp

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).