Boot hangs after exausting uhub2: 7 ports with 7 removable, self powered

2019-11-25 Thread Thomas Schweikle
Hi! since 12.1-ALPHA9 FreeBSD wont boot anymore into multiuser. 12.0-ALPHA8 is ok, but not 12.0-ALPHA9. Same for: - FreeBSD 11.3_RELEASE, 11_STABLE - FreeBSD 12.1_RELEASE, 12_STABLE - FreeBSD 13-HEAD All on zfs without any ufs slice/partition/disk. It is the same for amd-64 and arm, arm64 archit

Error building stable/12 (amd64) at r355087

2019-11-25 Thread David Wolfskill
This is during a source-based update from r355048 to r355087, during "stage 4.3: building everything" (using META_MODE); meta file reads: # Meta data file /common/S3/obj/usr/src/amd64.amd64/usr.sbin/camdd/camdd.o.meta CMD cc -target x86_64-unknown-freebsd12.1 --sysroot=/common/S3/obj/usr/src/amd6

Re: Error building stable/12 (amd64) at r355087

2019-11-25 Thread Konstantin Belousov
On Mon, Nov 25, 2019 at 03:58:10AM -0800, David Wolfskill wrote: > This is during a source-based update from r355048 to r355087, during > "stage 4.3: building everything" (using META_MODE); meta file reads: > > # Meta data file > /common/S3/obj/usr/src/amd64.amd64/usr.sbin/camdd/camdd.o.meta > CM

Re: Error building stable/12 (amd64) at r355087

2019-11-25 Thread peter . blok
I can confirm it has been fixed. > On 25 Nov 2019, at 15:21, Konstantin Belousov wrote: > > On Mon, Nov 25, 2019 at 03:58:10AM -0800, David Wolfskill wrote: >> This is during a source-based update from r355048 to r355087, during >> "stage 4.3: building everything" (using META_MODE); meta file re

Re: Error building stable/12 (amd64) at r355087

2019-11-25 Thread Tomoaki AOKI
r347836 (not MFC'ed) on head eliminates inclusion of machine/bus.h for usr.sbin/camdd/camdd.c. This whole commit introduces some bool functions, but head builds fine. I'm not shure applying camdd.c part alone is OK, so cherry-picked this revision excluding sys/compat/linuxkpi/common/src/linux_pci.

Re: Long-shot: repeatable macOS samba share unmounting during Lightroom import

2019-11-25 Thread peter . blok
The fruit module forces avahi or mdns_responder to be compiled as well. A share dispappearing could be due to some interaction with avahi. It could be that the combination samba+fruit+avahi and samba+avahi is having different behavior. Peter > On 24 Nov 2019, at 12:15, Pete French wrote: >

ZFS ghost files on 11.3-STABLE

2019-11-25 Thread Gareth de Vaux
Hi all, I deleted a file (rm filter) by mistake instead of its backup 'filter~', however it seems a remnant of a much older version of the file (given by its date and content) is half hanging around? $ ls -l filter ls: filter: No such file or directory $ ls -l filter* -rw-r--r-- 1 lordcow lord

Re: ZFS ghost files on 11.3-STABLE

2019-11-25 Thread Alan Somers
On Mon, Nov 25, 2019 at 10:01 AM Gareth de Vaux wrote: > Hi all, I deleted a file (rm filter) by mistake instead of its backup > 'filter~', > however it seems a remnant of a much older version of the file (given by > its > date and content) is half hanging around? > > $ ls -l filter > ls: filter:

Re: ZFS ghost files on 11.3-STABLE

2019-11-25 Thread Miroslav Lachman
Gareth de Vaux wrote on 2019/11/25 18:00: Hi all, I deleted a file (rm filter) by mistake instead of its backup 'filter~', however it seems a remnant of a much older version of the file (given by its date and content) is half hanging around? $ ls -l filter ls: filter: No such file or directory

Re: Long-shot: repeatable macOS samba share unmounting during Lightroom import

2019-11-25 Thread Charles Sprickman via freebsd-stable
> On Nov 24, 2019, at 10:19 AM, peter.b...@bsd4all.org wrote: > > The fruit module forces avahi or mdns_responder to be compiled as well. A > share dispappearing could be due to some interaction with avahi. It could be > that the combination samba+fruit+avahi and samba+avahi is having different

Re: ZFS ghost files on 11.3-STABLE

2019-11-25 Thread Gareth de Vaux
On Mon 2019-11-25 (18:35), Miroslav Lachman wrote: > It is possible you have some non printable (invisible) character in the > filename. It can be trailing space, newline or something else so in fact Wow I'm an idiot, thought I'd spotted a bug, yes there was a trailing space, many thanks. ___

Re: Access to NETMAP from c++ program

2019-11-25 Thread Ryan Stone
Remove "using namespace std;" from your program. ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"