Re: Issue on RPi4 upgrade to 7.0

2021-10-20 Thread beebeetles
Have you tried replacing u-boot.bin with the one from 6.9 on the FAT partition of your SD card? Doing that solved the issue for me. https://marc.info/?l=openbsd-arm=163430263914511=2 On 10/20/21 10:12 AM, Nenhum_de_Nos wrote: Hi, I just upgraded my RPi4B 4G router to 7.0 and, unlike the RPi3B

Re: Openrsync -v option

2021-10-20 Thread Antonino Sidoti
Hello, Many thanks, that is working. --- Antonino Sidoti > On 21 Oct 2021, at 7:39 am, Omar Polo wrote: > > > Antonino Sidoti writes: > >> Hello, >> >> I am using openrsync to copy some data to cloud based share and I am >> using ‘-trv’ as my switches. I want to pipe out the verbose

Re: Openrsync -v option

2021-10-20 Thread Antonino Sidoti
HI Jan, Here is the output in full with no redirection; fw2$ date Thu Oct 21 07:29:44 AEDT 2021 fw2$ openrsync -trv tools/ 3175:Test Transfer starting: 17 files created directory Test ./ mibs/

Re: Issue on RPi4 upgrade to 7.0

2021-10-20 Thread Noth
You're better off rolling back to 6.9. Upgrade when the issue has been solved. On 20/10/2021 16:12, Nenhum_de_Nos wrote: Hi, I just upgraded my RPi4B 4G router to 7.0 and, unlike the RPi3B that all worked fine, it fails to boot and the log is: softraid0 at root scsibus2 at softraid0: 256

Re: drmfreeze

2021-10-20 Thread Chris Cappuccio
Avon Robertson [avo...@xtra.co.nz] wrote: > > Greetings Chris and misc@, > > As suggested above by Chris? > 1. Downloaded radeondrm-firmware-20181218.tgz to ~/download/. > 2. # rm -fr /etc/firmware/amdgpu/* > 3. # tar -C /etc -xzvf ~/download/radeondrm-firmware-20181218.tgz > > The machine has

Re: Openrsync -v option

2021-10-20 Thread Omar Polo
Antonino Sidoti writes: > Hello, > > I am using openrsync to copy some data to cloud based share and I am > using ‘-trv’ as my switches. I want to pipe out the verbose contents > to a file but it will not collect any data and is always zero bytes. > > e.g > > openrsync -trv --exclude “myfile”

Re: unable to send external mail with smtpd

2021-10-20 Thread freddie
Thanks eveyone! Sending this from my mail client, I just followed Kolipe's advice and changed smtp+tls to smtps and am now able to send mail. I was alreaady using the plain text rather than cramd-5 and was using port 485 because it seemed to be the one that worked when i was using isync Cheers,

Re: drmfreeze

2021-10-20 Thread Avon Robertson
On Tue, Oct 19, 2021 at 06:51:14PM +1300, Avon Robertson wrote: > On Mon, Oct 18, 2021 at 03:52:34PM -0700, Chris Cappuccio wrote: > > Here's a thread where people are seeing similar hangs on similar hardware > > under Linux: > > > > https://bugs.freedesktop.org/show_bug.cgi?id=108900 > > > >

Issue on RPi4 upgrade to 7.0

2021-10-20 Thread Nenhum_de_Nos
Hi, I just upgraded my RPi4B 4G router to 7.0 and, unlike the RPi3B that all worked fine, it fails to boot and the log is: softraid0 at root scsibus2 at softraid0: 256 targets root on sd0a (978f2b14852ab222.a) swap on sd0b dump on sd0b WARNING: CHECK AND RESET THE DATE! gpio0 at bcmgpio0: 58

Re: unable to send external mail with smtpd

2021-10-20 Thread Stuart Henderson
On 2021-10-20, Dave Voutila wrote: > > freddiebub...@countermail.com writes: > >> Hi, I'm new to openbsd having just set it up on my x200 and loving it >> (running so much better than my old distro). after reading through >> c0ffee's laptop set up guide and the afterboot man page i'm struggling

Re: unable to send external mail with smtpd

2021-10-20 Thread Crystal Kolipe
On Wed, Oct 20, 2021 at 12:05:20PM +0100, freddiebub...@countermail.com wrote: > Hi, I'm new to openbsd having just set it up on my x200 and loving it > (running so much better than my old distro). after reading through c0ffee's > laptop set up guide and the afterboot man page i'm struggling to

Re: unable to send external mail with smtpd

2021-10-20 Thread Dave Voutila
freddiebub...@countermail.com writes: > Hi, I'm new to openbsd having just set it up on my x200 and loving it > (running so much better than my old distro). after reading through > c0ffee's laptop set up guide and the afterboot man page i'm struggling > to work out why i can't send mail through

Re: NSD exit status 11 on 7.0

2021-10-20 Thread Mischa
On 2021-10-20 12:33, Florian Obser wrote: On 2021-10-20 07:55 +02, Otto Moerbeek wrote: On Wed, Oct 20, 2021 at 07:47:30AM +0200, Mischa wrote: Unfortunately our joy was short lived. This morning I noticed a lot of Oct 20 07:44:15 name1 nsd[80814]: server 76410 died unexpectedly with status

unable to send external mail with smtpd

2021-10-20 Thread freddiebubble
Hi, I'm new to openbsd having just set it up on my x200 and loving it (running so much better than my old distro). after reading through c0ffee's laptop set up guide and the afterboot man page i'm struggling to work out why i can't send mail through my mail account w smtpd. i have asked my

Re: NSD exit status 11 on 7.0

2021-10-20 Thread Florian Obser
On 2021-10-20 07:55 +02, Otto Moerbeek wrote: > On Wed, Oct 20, 2021 at 07:47:30AM +0200, Mischa wrote: > >> Unfortunately our joy was short lived. This morning I noticed a lot of >> Oct 20 07:44:15 name1 nsd[80814]: server 76410 died unexpectedly with status >> 11, restarting >> >> It looks

improving wireguard debug & monitor capabilities?

2021-10-20 Thread Harald Dunkel
Hi folks, if I turn on debugging for wg0, then I get a lot of lines in /var/log/messages like : Oct 20 10:23:50 wggate /bsd: wg0: Handshake for peer 5 did not complete after 5 seconds, retrying (try 11) Oct 20 10:23:51 wggate /bsd: wg0: Receiving keepalive packet from peer 8 Oct 20 10:23:55

Openrsync -v option

2021-10-20 Thread Antonino Sidoti
Hello, I am using openrsync to copy some data to cloud based share and I am using ‘-trv’ as my switches. I want to pipe out the verbose contents to a file but it will not collect any data and is always zero bytes. e.g openrsync -trv --exclude “myfile” --delete /mydir/ 1234:Test > dump Is

Base httpd authentication against RADIUS server?

2021-10-20 Thread Federico Giannici
From the man page It seems that httpd in base can authenticate only against a standard passwd file. Is there no way (apart from modifying source and recompiling) to authenticate with something else, like a RADIUS server? Thanks.