Re: reposync:host key verification failed

2021-06-07 Thread Avon Robertson
On Mon, Jun 07, 2021 at 08:21:24PM -, Stuart Henderson wrote: > On 2021-06-07, Avon Robertson wrote: > > $ make obj > >===> ssh > > /usr/src/usr.bin/ssh/ssh/obj -> /usr/obj/usr.bin/ssh/ssh > > mkdir: /usr/obj/usr.bin: Permission denied > > *** Error 1 in ssh (:61 'obj': @cd

Re: Best practices mirroring large file-system hierarchies?

2021-06-07 Thread Amelia A Lewis
Per Google, most likely there's a symlink loop in the source. See mkdirat(2) (it refers to ELOOP). See also errno(2), which has: 31 EMLINK Too many links It also has 62 ELOOP Too many levels of symbolic links Your message has the text from EMLINK, but mkdirat only mentions ELOOP. That's not

Re: Best practices mirroring large file-system hierarchies?

2021-06-07 Thread Dave Voutila
Michael Lowery Wilson writes: > Greetings, > > My attempts at creating a local mirror of Project Gutenberg's ebooks > under OpenBSD 6.9 using openrsync following official instructions: > https://www.gutenberg.org/help/mirroring.html have been unsuccessful. > > Specifically I am using: > >

Re: FireFox crashing on credential submission

2021-06-07 Thread Stuart Henderson
On 2021-06-07, Ed Ahlsen-Girard wrote: > Has anyone else seen Firefox crashing when submitting web site > credentials? This has been happening for about a week in snapshots. > > I'd submit a bug on Bugzilla, but that's one of the sites that > generates a crash. > > > Start firefox from a

Re: Best practices mirroring large file-system hierarchies?

2021-06-07 Thread Stuart Henderson
On 2021-06-07, Michael Lowery Wilson wrote: > Greetings, > > My attempts at creating a local mirror of Project Gutenberg's ebooks under > OpenBSD 6.9 using openrsync following official instructions: > https://www.gutenberg.org/help/mirroring.html have been unsuccessful. > > Specifically I am

Re: reposync:host key verification failed

2021-06-07 Thread Stuart Henderson
On 2021-06-07, Avon Robertson wrote: > $ make obj >===> ssh > /usr/src/usr.bin/ssh/ssh/obj -> /usr/obj/usr.bin/ssh/ssh > mkdir: /usr/obj/usr.bin: Permission denied > *** Error 1 in ssh (:61 'obj': @cd /usr/src/usr.bin/ssh/ssh; > umask 007; here=`/bin/pwd`; bsdsrcdir=`cd /usr/src; /bin/pwd`;

Best practices mirroring large file-system hierarchies?

2021-06-07 Thread Michael Lowery Wilson
Greetings, My attempts at creating a local mirror of Project Gutenberg's ebooks under OpenBSD 6.9 using openrsync following official instructions: https://www.gutenberg.org/help/mirroring.html have been unsuccessful. Specifically I am using: openrsync -av --del

local openrsync - incorrect directory ownership?

2021-06-07 Thread Marko Cupać
Hi, I am using openrsync to backup some directory trees locally to a separate mount point, using -a flag, which should preserve file and directory ownership provided rsync is run as root. I noticed directory ownerships are not as expected in backup location (/tmp for the purpose of this

Re: Openbsd VMM with VLAN

2021-06-07 Thread Irshad Sulaiman
Thank you David Gwynne Irshad > On 2 Jun 2021, at 3:00 AM, David Gwynne wrote: > > Hi Irshad, > > Assuming I understand your layout correctly, you should be able to use > hostname.if configurations files like the following: > > $ cat hostname.em0: > up > > $ cat hostname.vlan20

FireFox crashing on credential submission

2021-06-07 Thread Ed Ahlsen-Girard
Has anyone else seen Firefox crashing when submitting web site credentials? This has been happening for about a week in snapshots. I'd submit a bug on Bugzilla, but that's one of the sites that generates a crash. -- Edward Ahlsen-Girard Ft Walton Beach, FL

Re: reposync:host key verification failed

2021-06-07 Thread Avon Robertson
Hello again Theo, Stuart, and naddy, Please view my findings at the end of this post. On Mon, Jun 07, 2021 at 12:16:19PM +1200, Avon Robertson wrote: > Hello Theo, Stuart, and naddy, > > Thank you for your responses. I will do as you have suggested and > post my findings to misc@ upon