make problem

2018-08-15 Thread Hartmut.Brandt
Hi, what is wrong with the following Makefile? FILES= a.in b.in a b FILESDIR= /tmp/foo .include .SUFFIXES: .in .in: cp $(.IMPSRC) $(.TARGET) Given that a.in and b.in exist and 'make' has been executed, 'make install' gives the following error: # sudo make install installing DIRS

gif does not work when going over IPv6 on current

2018-08-15 Thread Lars Schotte
Hey folks, when you create a gif with IPv6 tunnel endpoints tcpdump on the underlying interface will show you some kind of error that 0 != 6 and packets will be dropped. IP6 version error: 0 != 6 repeating for each packet. happens only while sending. receiving works. This happens only on

Re: TCP server app performance

2018-08-15 Thread Michio Honda
On 08/14/2018 09:30 PM, Navdeep Parhar wrote: On 8/12/18 9:50 AM, Honda Michio wrote: Hi, I'm measuring TCP server app performance using my toy web server. It just accept TCP connections and responds back HTTP OK to the clients. It monitors sockets using kqueue, and processes each ready

Re: r337738 -> r337834: Forth loader OK; Lua loader says "BTX halted"

2018-08-15 Thread David Wolfskill
On Wed, Aug 15, 2018 at 10:45:03AM -0600, Warner Losh wrote: > ... > You may need to build a smaller loader_lua. If so please see > https://reviews.freebsd.org/D16724 and apply and rebuild. The good news is > that you only need to rebuild src/stand, which is fast. > > Warner Aye; testing that

Re: r337738 -> r337834: Forth loader OK; Lua loader says "BTX halted"

2018-08-15 Thread Warner Losh
On Wed, Aug 15, 2018 at 7:00 AM, Kyle Evans wrote: > On Wed, Aug 15, 2018 at 7:53 AM, Kyle Evans wrote: > > On Wed, Aug 15, 2018 at 7:40 AM, David Wolfskill > wrote: > >> I'm tracking head/amd64 daily twice on each of two machines: my "build > >> machine" ("freebeast") and my laptop, each

Re: boot errors since upgrading to 12-current

2018-08-15 Thread Toomas Soome
> On 15 Aug 2018, at 16:52, tech-lists wrote: > > On 15/08/2018 13:20, tech-lists wrote: >> On 15/08/2018 12:49, Kyle Evans wrote: >>> On Wed, Aug 15, 2018 at 6:22 AM, tech-lists wrote: Hello Toomas, On 15/08/2018 07:31, Toomas Soome wrote: > > Well that does explain

usb keyboard nonfunctional at beastie menu after r337835

2018-08-15 Thread tech-lists
Hi, context: amd64 FreeBSD 12.0-ALPHA1 #0 r337835 USB keyboard is non-functional after r337835. It's fine when booting completes. I'm happy to do more diagnostics if anyone can suggest any. thanks, -- J. ___ freebsd-current@freebsd.org mailing list

Re: Fatal trap 12: page fault on Acer Chromebook 720 (peppy)

2018-08-15 Thread Konstantin Belousov
On Wed, Aug 15, 2018 at 03:52:37PM +0200, Michael Gmelin wrote: > > > > On 15. Aug 2018, at 15:04, Konstantin Belousov wrote: > > > >> On Wed, Aug 15, 2018 at 12:51:06AM +0200, Michael Gmelin wrote: > >> Reviving this old thread, since I just updated to r337818 and a similar > >> problem is

Re: boot errors since upgrading to 12-current

2018-08-15 Thread tech-lists
On 15/08/2018 13:20, tech-lists wrote: On 15/08/2018 12:49, Kyle Evans wrote: On Wed, Aug 15, 2018 at 6:22 AM, tech-lists wrote: Hello Toomas, On 15/08/2018 07:31, Toomas Soome wrote: Well that does explain the problem, if you look on the sizes reported… so your BIOS is reporting wrong

Re: Fatal trap 12: page fault on Acer Chromebook 720 (peppy)

2018-08-15 Thread Michael Gmelin
> On 15. Aug 2018, at 15:04, Konstantin Belousov wrote: > >> On Wed, Aug 15, 2018 at 12:51:06AM +0200, Michael Gmelin wrote: >> Reviving this old thread, since I just updated to r337818 and a similar >> problem is happening again. Since the fix in r334799 (review >>

Re: Fatal trap 12: page fault on Acer Chromebook 720 (peppy)

2018-08-15 Thread Konstantin Belousov
On Wed, Aug 15, 2018 at 12:51:06AM +0200, Michael Gmelin wrote: > Reviving this old thread, since I just updated to r337818 and a similar > problem is happening again. Since the fix in r334799 (review > https://reviews.freebsd.org/D15675) (mp_)machdep.c have been touched, > so maybe this is

Re: r337738 -> r337834: Forth loader OK; Lua loader says "BTX halted"

2018-08-15 Thread Kyle Evans
On Wed, Aug 15, 2018 at 7:53 AM, Kyle Evans wrote: > On Wed, Aug 15, 2018 at 7:40 AM, David Wolfskill wrote: >> I'm tracking head/amd64 daily twice on each of two machines: my "build >> machine" ("freebeast") and my laptop, each first using the traditional >> Forth loader, then (on a different

Re: r337738 -> r337834: Forth loader OK; Lua loader says "BTX halted"

2018-08-15 Thread Kyle Evans
On Wed, Aug 15, 2018 at 7:40 AM, David Wolfskill wrote: > I'm tracking head/amd64 daily twice on each of two machines: my "build > machine" ("freebeast") and my laptop, each first using the traditional > Forth loader, then (on a different slice), the Lua loader. > > Each is using BIOS and MBR

Re: boot errors since upgrading to 12-current

2018-08-15 Thread Toomas Soome
> On 15 Aug 2018, at 14:22, tech-lists wrote: > > Hello Toomas, > > On 15/08/2018 07:31, Toomas Soome wrote: >> Well that does explain the problem, if you look on the sizes reported… so >> your BIOS is reporting wrong sizes, is unable to access whole 4TB space and >> the zfs reader is not

r337738 -> r337834: Forth loader OK; Lua loader says "BTX halted"

2018-08-15 Thread David Wolfskill
I'm tracking head/amd64 daily twice on each of two machines: my "build machine" ("freebeast") and my laptop, each first using the traditional Forth loader, then (on a different slice), the Lua loader. Each is using BIOS and MBR (not UEFI; not GPT). Yesterday's update was to r337738, and was

Re: boot errors since upgrading to 12-current

2018-08-15 Thread tech-lists
On 15/08/2018 12:49, Kyle Evans wrote: On Wed, Aug 15, 2018 at 6:22 AM, tech-lists wrote: Hello Toomas, On 15/08/2018 07:31, Toomas Soome wrote: Well that does explain the problem, if you look on the sizes reported… so your BIOS is reporting wrong sizes, is unable to access whole 4TB space

Re: boot errors since upgrading to 12-current

2018-08-15 Thread Kyle Evans
On Wed, Aug 15, 2018 at 6:22 AM, tech-lists wrote: > Hello Toomas, > > On 15/08/2018 07:31, Toomas Soome wrote: >> >> Well that does explain the problem, if you look on the sizes reported… so >> your BIOS is reporting wrong sizes, is unable to access whole 4TB space and >> the zfs reader is not

Re: boot errors since upgrading to 12-current

2018-08-15 Thread tech-lists
Hello Toomas, On 15/08/2018 07:31, Toomas Soome wrote: Well that does explain the problem, if you look on the sizes reported… so your BIOS is reporting wrong sizes, is unable to access whole 4TB space and the zfs reader is not getting the correct data from the disks Do you know why this was

Re: em0 link fail

2018-08-15 Thread Dhananjay Balan
On Mon, Aug 06, 2018 at 11:48:47AM -0700, R. Tyler Croy wrote: > 173.228.82.255 > Aug 5 23:46:18 strawberry dhclient: New Routers (em1): 173.228.82.1 > Aug 5 23:46:19 strawberry syslogd: last message repeated 1 times > Aug 5 23:49:35 strawberry dhclient[12645]: send_packet: No

Re: EFIRT on machines with pcid after r337773

2018-08-15 Thread Vladimir Zakharov
On Wed, Aug 15, 2018, Konstantin Belousov wrote: > If you use UEFI boot, have EFIRT compiled in kernel (the case of > GENERIC) or pre-loaded as module, and efirt is not disabled by a tunable, > and the machine resets during kernel initialization, try this. > Patch fixed boot hanging for me on HP

Re: Ethernet troubles with X230

2018-08-15 Thread Dhananjay Balan
On Sun, Aug 05, 2018 at 06:25:57PM +0800, Erich Dollansky wrote: > when I ran into this problem, I delete the IP address 0.0.0.0, kill > dhclient and start a new dhclient. As we used fixed IP addresses for > em0, the problem comes up only on wlan. I tried that, but now the interface just gives up

Re: EFIRT on machines with pcid after r337773

2018-08-15 Thread Harry Schmalzbauer
Am 15.08.2018 um 00:17 schrieb Konstantin Belousov: If you use UEFI boot, have EFIRT compiled in kernel (the case of GENERIC) or pre-loaded as module, and efirt is not disabled by a tunable, and the machine resets during kernel initialization, try this. diff --git a/sys/amd64/amd64/pmap.c

Re: CURRENT from today throws lots of ACPI errors, lost HDMI detection

2018-08-15 Thread Harry Schmalzbauer
Am 15.08.2018 um 10:43 schrieb Vladimir Zakharov: Hello! On Tue, Aug 14, 2018, Pete Wright wrote: On 8/14/18 6:13 PM, Kyle Evans wrote: On Tue, Aug 14, 2018 at 7:28 PM, Pete Wright wrote: i also attempted to boot using UEFI but the system hangs very early in the boot process. i have

non-bootable (UEFI, geli, ZFS) kernel on haswell [Was: Re: CURRENT from today throws lots of ACPI errors, lost HDMI detection]

2018-08-15 Thread Harry Schmalzbauer
Am 15.08.2018 um 06:01 schrieb Kyle Evans: On Tue, Aug 14, 2018 at 10:56 PM, Pete Wright wrote: On 8/14/18 8:45 PM, Kyle Evans wrote: On Tue, Aug 14, 2018 at 10:41 PM, Pete Wright wrote: On 8/14/18 6:13 PM, Kyle Evans wrote: On Tue, Aug 14, 2018 at 7:28 PM, Pete Wright wrote: i also

Re: CURRENT from today throws lots of ACPI errors, lost HDMI detection

2018-08-15 Thread O. Hartmann
On Tue, 14 Aug 2018 20:41:03 -0700 Pete Wright wrote: > On 8/14/18 6:13 PM, Kyle Evans wrote: > > On Tue, Aug 14, 2018 at 7:28 PM, Pete Wright wrote: > >> i also attempted to boot using UEFI but the system hangs very early in the > >> boot process. i have reverted to legacy mode for now so

Re: EFIRT on machines with pcid after r337773

2018-08-15 Thread O. Hartmann
On Wed, 15 Aug 2018 01:17:55 +0300 Konstantin Belousov wrote: > If you use UEFI boot, have EFIRT compiled in kernel (the case of > GENERIC) or pre-loaded as module, and efirt is not disabled by a tunable, > and the machine resets during kernel initialization, try this. > > diff --git

Re: CURRENT from today throws lots of ACPI errors, lost HDMI detection

2018-08-15 Thread Vladimir Zakharov
Hello! On Tue, Aug 14, 2018, Pete Wright wrote: > > On 8/14/18 6:13 PM, Kyle Evans wrote: > > On Tue, Aug 14, 2018 at 7:28 PM, Pete Wright wrote: > > > i also attempted to boot using UEFI but the system hangs very early in the > > > boot process. i have reverted to legacy mode for now so that

npviewer.bin exited on signal 6 (core dumped) with www/linux-flashplayer

2018-08-15 Thread Graham Perrin
I don't know whether it's specific to www/linux-flashplayer, but whenever the plug-in loads (in Waterfox or Firefox) there's a dump. This morning, for example (from dmesg, after a few visits to ): pid 34576 (npviewer.bin), uid 1004: exited on signal 6

Re: boot errors since upgrading to 12-current

2018-08-15 Thread Toomas Soome
> On 15 Aug 2018, at 06:06, tech-lists wrote: > > On 14/08/2018 21:16, Toomas Soome wrote: >>> On 14 Aug 2018, at 22:37, tech-lists wrote: >>> Hello, >>> context: amd64, FreeBSD 12.0-ALPHA1 #0 r337682, ZFS. The system is >>> *not* root-on-zfs. It boots to an SSD. The three disks indicated >>>