Re: apm doesn't know AC state on APU1C

2023-04-26 Thread Jan Stary
On Apr 26 11:38:40, dera...@openbsd.org wrote: > Jan Stary wrote: > > > On Apr 26 14:57:22, stu.li...@spacehopper.org wrote: > > > On 2023-04-26, Jan Stary wrote: > > > > This is current/amd64 on an APU1C (dmesg below). > > > > While 'sysctl hw' knows hw.power=1, apm doesn't know: > > > > > > >

Re: apm doesn't know AC state on APU1C

2023-04-26 Thread Theo de Raadt
Jan Stary wrote: > On Apr 26 14:57:22, stu.li...@spacehopper.org wrote: > > On 2023-04-26, Jan Stary wrote: > > > This is current/amd64 on an APU1C (dmesg below). > > > While 'sysctl hw' knows hw.power=1, apm doesn't know: > > > > > > Battery state: absent, 0% remaining, unknown life estimate >

Re: apm doesn't know AC state on APU1C

2023-04-26 Thread Jan Stary
On Apr 26 14:57:22, stu.li...@spacehopper.org wrote: > On 2023-04-26, Jan Stary wrote: > > This is current/amd64 on an APU1C (dmesg below). > > While 'sysctl hw' knows hw.power=1, apm doesn't know: > > > > Battery state: absent, 0% remaining, unknown life estimate > > AC adapter state: not known >

URNDIS Phone Tethering

2023-04-26 Thread Rob Turner
Good evening, I'm new to OpenBSD and would like some help debugging this issue if possible. On OpenBSD and Android 13 there is an issue with the URNDIS connection dropping packets as soon as you try to do anything beyond basic pinging. I've attached an email I found to b...@openbsd.org. The i

Re: apm doesn't know AC state on APU1C

2023-04-26 Thread Stuart Henderson
On 2023-04-26, Jan Stary wrote: > This is current/amd64 on an APU1C (dmesg below). > While 'sysctl hw' knows hw.power=1, apm doesn't know: > > Battery state: absent, 0% remaining, unknown life estimate > AC adapter state: not known > Performance adjustment mode: auto (1000 MHz) > > Yes, apmd -A is

Re: openbsd firewall configuration for extreme hostile environment

2023-04-26 Thread jonathon575
Greetings, I have OpenBSD configured strictly as a dedicated firewall. Only BSD, BSD.rd, BSD.mp, and Base are installed (supposedly, this is the minimum installation). Blocked All, and only few selected out going IP addresses are allowed (strictly vpn ip addresses). I maintained rc.conf at its

apm doesn't know AC state on APU1C

2023-04-26 Thread Jan Stary
This is current/amd64 on an APU1C (dmesg below). While 'sysctl hw' knows hw.power=1, apm doesn't know: Battery state: absent, 0% remaining, unknown life estimate AC adapter state: not known Performance adjustment mode: auto (1000 MHz) Yes, apmd -A is running. Not that this matters much, the mach

Re: openbsd firewall configuration for extreme hostile environment

2023-04-26 Thread jonathon575
Greetings, I have OpenBSD configured strictly as a dedicated firewall. Only BSD, BSD.rd, BSD.mp, and Base are installed (supposedly, this is the minimum installation). Blocked All, and only few selected out going IP addresses are allowed (strictly vpn ip addresses). I maintained rc.conf at its

Re: is there anything broken on http://ftp.openbsd.org/pub/OpenBSD/ ?

2023-04-26 Thread Peter N. M. Hansteen
On Wed, Apr 26, 2023 at 11:32:46AM +0200, Илья Шипицин wrote: > sorry, > > I've searched for announce, didn't find any. Indeed, the ftp site seems to be unreachable at the moment. But if you head over to https://www.openbsd.org/ftp.html you will likely be able to fetch useful things from one of

is there anything broken on http://ftp.openbsd.org/pub/OpenBSD/ ?

2023-04-26 Thread Илья Шипицин
sorry, I've searched for announce, didn't find any. [image: image.png]

Re: autossh fails after upgrade to 7.3

2023-04-26 Thread Stuart Henderson
On 2023-04-25, rea...@catastrophe.net wrote: > So if ${daemon} is declared as "autossh", using the built-in > pexp="${daemon}:.*" would kill off multiple running autossh > instances. The idea is that pexp should have a bit more of the command line so it only matches the process started by that r