Re: svn commit: r336940 - in head/sys: netinet netinet6 [This broke ci.freebsd.org 's FreeBSD-head-mips*-build 's]

2018-07-31 Thread Michael Tuexen
unused variable 'sin' > [-Wunused-variable] > *** [tcp_usrreq.o] Error code 1 > > make[2]: stopped in /usr/obj/usr/src/mips.mips64/sys/MALTA64 > > (Note: -r366935 built correctly as #3623 .) Fixed in https://svnweb.freebsd.org/changeset/base/336962 Thanks for the report and sorry

console spam during mergemaster

2018-07-29 Thread Michael Butler
This started a few days ago .. no apparent ill effect but still annoying .. *** Creating the temporary root environment in /var/tmp/temproot *** /var/tmp/temproot ready for use *** Creating and populating directory structure in /var/tmp/temproot make[4]: "/usr/src/share/mk/bsd.dirs.mk" line

Re: em0 link fail

2018-07-15 Thread Michael Butler
On 07/05/18 09:54, I wrote: > On 07/05/18 09:27, tech-lists wrote: >> On 03/07/2018 19:47, Michael Butler wrote: >>> That would've been .. >>> >>> Jun  1 09:56:15 toshi kernel: FreeBSD 12.0-CURRENT #35 r334484: Fri Jun >>> 1 08:25:58 EDT 2018 &g

Re: Make buildworld fails

2018-07-11 Thread Michael Gmelin
> On 11. Jul 2018, at 08:22, blubee blubeeme wrote: > > Why am I getting these errors? > > error: user-defined literal suffixes not starting with '_' are reserved > [-Werror,-Wuser-defined-literals] > > -- > In file included from

SVN r336011 breaks build

2018-07-05 Thread Michael Butler
As below: Building /usr/obj/usr/src/amd64.amd64/usr.sbin/config/config.c Building /usr/obj/usr/src/amd64.amd64/usr.sbin/config/lang.c Building /usr/obj/usr/src/amd64.amd64/usr.sbin/config/kernconf.c Building /usr/obj/usr/src/amd64.amd64/usr.sbin/config/config.o Building

Re: em0 link fail

2018-07-05 Thread Michael Butler
On 07/05/18 09:27, tech-lists wrote: > On 03/07/2018 19:47, Michael Butler wrote: >> That would've been .. >> >> Jun  1 09:56:15 toshi kernel: FreeBSD 12.0-CURRENT #35 r334484: Fri Jun >> 1 08:25:58 EDT 2018 >> >> I'm going to build one with SVN r334862

Re: em0 link fail

2018-07-03 Thread Michael Butler
On 7/3/18 14:47, I wrote: > On 07/03/18 14:31, Sean Bruno wrote: >> >> >> On 07/03/18 11:47, Michael Butler wrote: >>> On June 1st, I was able to do my monthly laptop ZFS snap-shot/back-up >>> (using "zfs snapshot -r zroot@backup; zfs send -R >

Re: em0 link fail

2018-07-03 Thread Michael Butler
On 07/03/18 14:31, Sean Bruno wrote: > > > On 07/03/18 11:47, Michael Butler wrote: >> On June 1st, I was able to do my monthly laptop ZFS snap-shot/back-up >> (using "zfs snapshot -r zroot@backup; zfs send -R >nfs-filesys"). Now I >> can't without the em

em0 link fail

2018-07-03 Thread Michael Butler
On June 1st, I was able to do my monthly laptop ZFS snap-shot/back-up (using "zfs snapshot -r zroot@backup; zfs send -R >nfs-filesys"). Now I can't without the em0 interface stalling :-( On a guess, I tried reverting SVN r335303 but that didn't help. em0: port 0xf080-0xf09f mem

atomic changes break drm-next-kmod?

2018-07-03 Thread Michael Butler
It seems recent changes (SVN r335873?) may have broken drm-next-kmod .. --- i915_drv.o --- In file included from i915_drv.c:30: In file included from /usr/ports/graphics/drm-next-kmod/work/kms-drm-a753215/linuxkpi/gplv2/include/linux/acpi.h:26: In file included from

Re: DNSSEC/Log Spam for partially DNSSEC domain

2018-06-29 Thread Michael Mitchell
pick the right options for the daemon and info level? mdm - from a phone On Fri, Jun 29, 2018, 8:00 PM Larry Rosenman wrote: > On Fri, Jun 29, 2018 at 07:33:02PM -0700, Michael Mitchell wrote: > > /etc/syslog.conf maybe > > > > mdm - from a phone > > > Th

Re: DNSSEC/Log Spam for partially DNSSEC domain

2018-06-29 Thread Michael Mitchell
/etc/syslog.conf maybe mdm - from a phone On Fri, Jun 29, 2018, 7:27 PM Larry Rosenman wrote: > I'm running Exim, with DNSSEC enabled, and my zone (lerctr.org) is > DNSSEC signed, but my dyn.lerctr.org subdomain is NOT DNSSEC signed due > to HE.net don't support DNSSEC. > > I get a ton of: >

Re: GELI attach issue from r326073 -> r334996

2018-06-13 Thread Michael Jung
On 2018-06-13 15:27, Ian Lepore wrote: On Wed, 2018-06-13 at 14:29 -0400, Michael Jung wrote: Hi! I just tried updating current from r326073 -> r334996 and when I try 'geli attach' I get the following error: # geli attach -p -k mykey.key /dev/gpt/da14 geli: Missing keyno argument # If I b

GELI attach issue from r326073 -> r334996

2018-06-13 Thread Michael Jung
Hi! I just tried updating current from r326073 -> r334996 and when I try 'geli attach' I get the following error: # geli attach -p -k mykey.key /dev/gpt/da14 geli: Missing keyno argument # If I boot the old kernel GELI attaches just fine. I ran into this once before but can not find the

Re: rust broken?

2018-06-07 Thread Michael Butler
On 06/07/18 13:36, Matthew Macy wrote: > On Thu, Jun 7, 2018 at 10:33 Michael Butler <mailto:i...@protected-networks.net>> wrote: > > Ah - I'll re-enable that to see if it makes a difference .. > > > > It's not a question of enabling. It doesn't explici

Re: rust broken?

2018-06-07 Thread Michael Butler
Ah - I'll re-enable that to see if it makes a difference .. I missed that in the comparison between my two build environments :-( Michael On 06/07/18 13:21, Matthew Macy wrote: > > Rustup uses the 11 ABI. > > On Thu, Jun 7, 2018 at 10:11 Alan Somers <mailto:asom

rust broken?

2018-06-07 Thread Michael Butler
In response to a Firefox update, I tried to build the new version. However, rust now fails with a core-dump in the build process. checking for libffi > 3.0.9... yes checking MOZ_FFI_CFLAGS... -I/usr/local/lib/libffi-3.2.1/include checking MOZ_FFI_LIBS... -L/usr/local/lib -lffi checking for

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

2018-06-05 Thread Michael Gmelin
On Tue, 5 Jun 2018 16:11:35 +0300 Konstantin Belousov wrote: > On Mon, Jun 04, 2018 at 11:17:56PM +0200, Michael Gmelin wrote: > > > > > > On Mon, 4 Jun 2018 14:06:55 +0300 > > Konstantin Belousov wrote: > > > > > On Mon, Jun 04, 2018

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

2018-06-04 Thread Michael Gmelin
On Mon, 4 Jun 2018 14:06:55 +0300 Konstantin Belousov wrote: > On Mon, Jun 04, 2018 at 12:46:32AM +0200, Michael Gmelin wrote: > > > > > > On Sun, 3 Jun 2018 23:53:40 +0300 > > Konstantin Belousov wrote: > > > > > On Sun, Jun 03, 2018

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

2018-06-03 Thread Michael Gmelin
On Sun, 3 Jun 2018 23:53:40 +0300 Konstantin Belousov wrote: > On Sun, Jun 03, 2018 at 09:50:20PM +0200, Michael Gmelin wrote: > > > > > > On Sun, 3 Jun 2018 18:04:23 +0300 > > Konstantin Belousov wrote: > > > > > On Sun, Jun 03, 2018

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

2018-06-03 Thread Michael Gmelin
On Sun, 3 Jun 2018 18:04:23 +0300 Konstantin Belousov wrote: > On Sun, Jun 03, 2018 at 04:55:00PM +0200, Michael Gmelin wrote: > > > > > > On Sun, 3 Jun 2018 16:21:10 +0300 > > Konstantin Belousov wrote: > > > > > On Sun, Jun 03, 2018

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

2018-06-03 Thread Michael Gmelin
On Sun, 3 Jun 2018 16:21:10 +0300 Konstantin Belousov wrote: > On Sun, Jun 03, 2018 at 02:48:40PM +0200, Michael Gmelin wrote: > > Hi, > > > > After upgrading CURRENT to r333992 (from something at least a year > > old, quite some changes in mp_machdep.c s

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

2018-06-03 Thread Michael Gmelin
= 0 current process = 0 () [ thread pid 0 tid 0 ] Stopped at native_start_all_aps+0x08f: movq %rax,(%rsi) db> Any key press in the debugger will reboot the machine. Booting with kern.smp.disabled=1 works. Any ideas? -m -- Michael Gmelin

Re: Elantech Touchpad Woes - Support for Elantech touchpads over i2c/SMBus still possibly missing

2018-06-02 Thread Michael Gmelin
> On 2. Jun 2018, at 12:41, Matthias Apitz wrote: > >> On Saturday, 2 June 2018 12:26:03 CEST, Greg V >> wrote: >> ... >> cyapa is indeed not the right driver either. The "cy" is for Cypress. That's >> the touchpad found in e.g. the Acer C720. >> ... > > Side note: > > I own three C720,

SVN r334499 breaks i386 kernel build

2018-06-01 Thread Michael Butler
Building /usr/obj/usr/src/i386.i386/sys/SARAH/vm_mmap.o --- vm_mmap.o --- /usr/src/sys/vm/vm_mmap.c:245:6: error: use of undeclared identifier 'MAP_32BIT' MAP_32BIT | MAP_ALIGNMENT_MASK)) != 0)) ^ 1 error generated. *** [vm_mmap.o] Error code 1 imb

@SVN r334360 i386 build fails (pmc-related)

2018-05-29 Thread Michael Butler
World build fails as follows: --- cmd_pmc_stat.o --- /usr/src/usr.sbin/pmc/cmd_pmc_stat.c:274:48: error: format specifies type 'long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Werror,-Wformat] fprintf(pmc_args.pa_printfile, "%16ld %s\n", cvals[CYCLES],

SVN - r334189 breaks build

2018-05-24 Thread Michael Butler
On a GENERIC box .. --- bridgestp.o --- /usr/src/sys/net/bridgestp.c:2046:2: error: no member named 'cstqe_next' in 'struct ifnet::(anonymous at /usr/src/sys/net/if_var.h:241:2)'; did you mean 'stqe_next'? CK_STAILQ_FOREACH(ifp, _ifnet, if_link) { ^

Re: kernel -current build failures

2018-05-24 Thread Michael Butler
On 05/23/18 22:39, Charlie Li wrote: > On 23/05/2018 19:21, Michael Butler wrote: >> On a device with bluetooth (as in GENERIC modules) .. >> >> --- ng_ether.o --- >> /usr/src/sys/netgraph/ng_ether.c:871:2: error: no member named >> 'tqh_first' in 'struct ifn

kernel -current build failures

2018-05-23 Thread Michael Butler
key.o:(key_allocsp) *** [kernel] Error code 1 Michael ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: suspend/resume regression

2018-05-13 Thread Michael Gmelin
mes sluggish. It > feels like I/O takes more time, and graphics are sluggish (very sientific, I > know, but for instance git operations are much slower after a resume). I > know there's been an update to acpica between my system updates, when this > started to happen, but I hav

Re: conflicting definitions: SVN r333283 et al

2018-05-07 Thread Michael Butler
Entirely possible - I haven’t focused on ‘make buildworld’ logs for a while - just concerned how many applications rely on the afnet6 definition .. Sent from my iPhone > On May 7, 2018, at 10:16, Mark Johnston <ma...@freebsd.org> wrote: > >> On Mon, May 07, 2018 at 09:18:5

conflicting definitions: SVN r333283 et al

2018-05-07 Thread Michael Butler
Recent netdump changes appear to introduced/highlighted conflicting definitions .. Building /usr/obj/usr/src/i386.i386/lib/libsysdecode/ioctl.c In file included from :70: In file included from /usr/obj/usr/src/i386.i386/tmp/usr/include/netinet/netdump/netdump.h:37: In file included from

Re: g_handleattr: md0 bio_length 24 len 31 -> EFAULT

2018-04-08 Thread Michael Dexter
do not know what they are supposed to mean and I'd like to ask whether someone could shed some light on this. I am seeing this on the the latest snapshot when attempting to run option_survey.sh which creates an md-attached disk image. Anyone else seeing this? Mich

Re: Strange ARC/Swap/CPU on yesterday's -CURRENT

2018-03-10 Thread Michael Gmelin
le/11. One of my servers has 32 GiB of >>>>>>>> RAM. After a reboot all is well. ARC starts to fill up, and I still >>>>>>>> have more than half of the memory available for user processes. >>>>>>>> >>>>>>>

Re: pkg does not recognize correct kernel version

2018-02-21 Thread Michael Gmelin
Still breaks automation, doesn’t it? > On 21. Feb 2018, at 20:49, Andreas Nilsson wrote: > > As of pkg-1.10.5 it will ask if you wish to proceed which makes this much > easier to deal with. > > Best regards > Andreas > > On Feb 21, 2018 20:45, "Trond Endrestøl" < >

Re: pkg does not recognize correct kernel version

2018-02-19 Thread Michael Gmelin
bsd-current/data/ronald/freebsd-current/amd64.amd64/sys/GENERIC-NODEBUG > amd64 > > > So uname gives a different version than pkg detects. > > What is happening? pkg update -f gives the same result. -o OSVERSION=1200058 > help

Re: panic on boot after SVN r328988

2018-02-16 Thread Michael Butler
On 02/16/18 10:05, Andrey V. Elsukov wrote: > On 16.02.2018 17:44, Michael Butler wrote: >>> do you have some specific optimization flags in make.conf? >>> Can you show the output of `head -40 /var/run/dmesg.boot`? >>> >> >> The only relevant flags in /et

Re: panic on boot after SVN r328988

2018-02-16 Thread Michael Butler
On 02/16/18 09:31, Andrey V. Elsukov wrote: > On 16.02.2018 17:13, Michael Butler wrote: >> ipfw is compiled into the kernel not loaded as a module. > > Hi, > > do you have some specific optimization flags in make.conf? > Can you show the output of `head -40 /var/run/d

panic on boot after SVN r328988

2018-02-16 Thread Michael Butler
This is on a slow (and remote :-() i386 (kgdb) bt #0 0xc076bfe8 in doadump () #1 0xc076c008 in doadump () #2 0xc0d00ee0 in suspend_blocked () #3 0xcf607548 in ?? () #4 0xc076bd8b in kern_reboot () #5 0xc076c141 in vpanic () #6 0xc076c03b in panic () #7 0xc0ab5065 in trap_fatal () #8

Re: HEAD amd64 seems unhappy

2018-02-04 Thread Michael Tuexen
> On 4. Feb 2018, at 21:40, Dimitry Andric <d...@freebsd.org> wrote: > > On 4 Feb 2018, at 20:59, Michael Tuexen <tue...@freebsd.org> wrote: >> >>> On 4. Feb 2018, at 11:24, Dimitry Andric <d...@freebsd.org> wrote: >>> On 4 Feb 2018,

Re: HEAD amd64 seems unhappy

2018-02-04 Thread Michael Tuexen
or code 1 >> >> This code hasn't changed in ages so I can only assume it's clang or such. > > This is because of r328816, which requires you to update your toolchain > to at least r328381. E.g. please run either "make buildworld" or "make > kernel-

Re: Lenovo T470s Questions

2018-02-02 Thread Michael Gmelin
"LEN0068", NULL}; > line of sys/dev/acpi_support/acpi_ibm.c, between "LEN0068" and "NULL". > > If there's none, it's over my hand. :-( > There could be some incompatibility, like struct member change etc. Hi Tomoaki, Could you please take a look at this

Re: Lenovo T470s Questions

2018-02-02 Thread Michael Gmelin
On Fri, 2 Feb 2018 11:11:15 +0100 Jan Bramkamp <cr...@rlwinm.de> wrote: > On 02.02.18 03:13, Bridger Dyson-Smith wrote: > > Hi list and Michael - > > > > I received a T470s at work and decided to jump into the CURRENT end > > of the FreeBSD pool. I have a weir

Re: dump drops core :-(

2018-01-26 Thread Michael Butler
On 01/26/18 08:23, Michael Butler wrote: > This has been happening for a couple of weeks now .. > > DUMP: Date of this level 2 dump: Fri Jan 26 08:11:22 2018 > DUMP: Date of last level 1 dump: Tue Jan 23 00:10:24 2018 > DUMP: Dumping snapshot of /dev/ada0s3a (/) to standard

dump drops core :-(

2018-01-26 Thread Michael Butler
This has been happening for a couple of weeks now .. DUMP: Date of this level 2 dump: Fri Jan 26 08:11:22 2018 DUMP: Date of last level 1 dump: Tue Jan 23 00:10:24 2018 DUMP: Dumping snapshot of /dev/ada0s3a (/) to standard output DUMP: mapping (Pass I) [regular files] DUMP: Cache 32

Re: witness_lock_list_get: witness exhausted

2018-01-08 Thread Michael Jung
On 2018-01-08 13:39, John Baldwin wrote: On Tuesday, November 28, 2017 02:46:03 PM Michael Jung wrote: Hi! I've recently up'd my processor count on our poudriere box and have started noticing the error "witness_lock_list_get: witness exhausted" on the console. The kernel *DOES

Re: thinkpad carbon 5thgen + thunderbolt 3 dock

2018-01-08 Thread Michael Gmelin
Thunderbolt thought, docking station is > amazing thing. Any ideas and thought how to make it work would be > highly appreciated. -- Michael Gmelin ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Running FreeBSD on the Lenovo Thinkpad T470s (success)

2018-01-07 Thread Michael Gmelin
t; On 7. Jan 2018, at 20:43, clutton <clut...@zoho.com> wrote: >>>>>> >>>>>> On Sat, 2017-12-30 at 15:58 +0100, Michael Gmelin wrote: >>>>>> Hi, >>>>> >>>>> Running carbon 5th gen I can't call my setup

Re: Running FreeBSD on the Lenovo Thinkpad T470s (success)

2018-01-07 Thread Michael Gmelin
On 7. Jan 2018, at 21:32, Rodney W. Grimes <freebsd-...@pdx.rh.cn85.dnsmgr.net> wrote: >> >> >>>> On 7. Jan 2018, at 20:43, clutton <clut...@zoho.com> wrote: >>>> >>>> On Sat, 2017-12-30 at 15:58 +0100, Michael Gmelin wrote: &g

Re: Running FreeBSD on the Lenovo Thinkpad T470s (success)

2018-01-07 Thread Michael Gmelin
> On 7. Jan 2018, at 20:43, clutton <clut...@zoho.com> wrote: > >> On Sat, 2017-12-30 at 15:58 +0100, Michael Gmelin wrote: >> Hi, > > Running carbon 5th gen I can't call my setup a success. Wireless iwm > doesn't support even N and AC is not supported

Re: Intel CPU design flaw - FreeBSD affected? // disabling LDTSC

2018-01-04 Thread Michael Butler
On 01/04/18 14:59, Klaus P. Ohrhallinger wrote: > On 04.01.2018 19:51, Jan Kokemüller wrote: > >> It is possible to emulate a high resolution counter with a thread that >> continuously increments a variable [1]. This is the reason why browser >> vendors are currently disabling the

Re: r327359: cylinder checksum failed: cg0, cgp: 0x4515d2a3 != bp: 0xd9fba319 Dec 30 23:29:24 <0.2>

2018-01-04 Thread Michael Tuexen
> On 4. Jan 2018, at 12:14, O. Hartmann <ohartm...@walstatt.org> wrote: > > On Thu, 4 Jan 2018 09:10:37 +0100 > Michael Tuexen <tue...@freebsd.org> wrote: > >>> On 31. Dec 2017, at 02:45, Warner Losh <i...@bsdimp.com> wrote: >>> >&

Re: r327359: cylinder checksum failed: cg0, cgp: 0x4515d2a3 != bp: 0xd9fba319 Dec 30 23:29:24 <0.2>

2018-01-04 Thread Michael Tuexen
have seen this also after system panics when having soft update journaling enabled. Having soft update journaling disabled, we do not observed this after several panics. Just to be clear: The panics are not related to this issue, but to other network development we do. You can check using tunefs -p devname i

Re: Intel CPU design flaw - FreeBSD affected?

2018-01-02 Thread Michael Butler
On 01/02/18 19:20, Cy Schubert wrote: > This Linux commit gives us a hint. > > https://lkml.org/lkml/2017/12//27/2 Sadly, the articles I've read to date make no mention of which Intel silicon revs are vulnerable. However, the use of the PCID feature, which is only available on more recent CPUs,

Intel CPU design flaw - FreeBSD affected?

2018-01-02 Thread Michael Butler
Has any impact assessment been made as to FreeBSD's exposure or mitigation strategies? 'Kernel memory leaking' Intel processor design flaw forces Linux, Windows redesign - The Register Other OSes will need an update, performance hits loom A fundamental design flaw in Intel's processor chips has

SVN r327444 breaks current build

2017-12-31 Thread Michael Butler
Building /usr/obj/usr/src/amd64.amd64/sys/VM01/vt_font_default.o --- vt_termcolors.o --- /usr/src/sys/dev/vt/colors/vt_termcolors.c:158:55: error: too many arguments to function call, expected 4, have 5 if (vt_parse_rgb_triplet(rgb, strlen(rgb), , , ) == 0) {

SVN r327433 fails to build

2017-12-31 Thread Michael Butler
An include file change? I couldn't see the cause :-( The last successful build I have is at SVN r327392. ===> lib/libprocstat (obj,all,install) Building /usr/obj/usr/src/amd64.amd64/lib/libprocstat/zfs/zfs.o In file included from /usr/src/lib/libprocstat/zfs.c:41:

Running FreeBSD on the Lenovo Thinkpad T470s (success)

2017-12-30 Thread Michael Gmelin
evdev, udev and libinput), that's why I documented my setup here, hoping that it might help others: https://blog.grem.de/pages/t470s.html Best and Happy New Year, Michael p.s. Sorry for cross-posting. -- Michael Gmelin ___ freebsd-current@freebsd.org

Re: evdev broken

2017-12-29 Thread Michael Gmelin
> On 29. Dec 2017, at 20:15, Shawn Webb wrote: > > Hey All, > > It looks like evdev support in the kernel is broken. > sys/dev/kbdmux/kbdmux.c contains various unresolved symbols to > different evdev-related symbols. > > I have the following options in my kernel

Re: what's changed with newsyslog?

2017-12-17 Thread Michael Butler
On 12/17/17 16:38, Ben Woods wrote: > On Mon, 18 Dec 2017 at 3:47 am, Michael Butler > <i...@protected-networks.net <mailto:i...@protected-networks.net>> wrote: > > In the past week or so I've been getting warnings like this .. > > bzip2: Can't open i

what's changed with newsyslog?

2017-12-17 Thread Michael Butler
In the past week or so I've been getting warnings like this .. bzip2: Can't open input file /var/log/snmpd.log.0: No such file or directory. newsyslog: `/usr/bin/bzip2 -f /var/log/snmpd.log.0 /var/log/fwlw_clean_log.0' terminated with a non-zero status (1) I've checked the relevant

Re: r326734: serial console fails: boot stuck at: Consoles: internal video/keyboard

2017-12-09 Thread Michael Tuexen
> On 9. Dec 2017, at 21:00, Warner Losh <i...@bsdimp.com> wrote: > > > > On Sat, Dec 9, 2017 at 12:13 PM, Michael Tuexen <tue...@freebsd.org> wrote: > > On 9. Dec 2017, at 19:41, O. Hartmann <ohartm...@walstatt.org> wrote: > > > > Running a PC

Re: r326734: serial console fails: boot stuck at: Consoles: internal video/keyboard

2017-12-09 Thread Michael Tuexen
tuexen@nf3.testbed:/usr/home/tuexen/head/sys/amd64/compile/TCP amd64 Best regards Michael > > FreeBSD CURRENT FreeBSD 12.0-CURRENT #52 r324234: Tue Oct 3 11:00:53 CEST > 2017 amd64 > works fine. > > What the heck has changed? > > Kind regards, > > oh > &g

Re: reducing build times; selecting specific clang targets

2017-12-09 Thread Michael Butler
On 12/09/17 02:50, Ed Schouten wrote: Hi Michael, 2017-12-09 4:57 GMT+01:00 Michael Butler <i...@protected-networks.net>: As clang builds for multiple targets unconditionally, it takes *days* to build on one of my devices (700MHz Pentium-3). Is there a way to restrict the build t

reducing build times; selecting specific clang targets

2017-12-08 Thread Michael Butler
As clang builds for multiple targets unconditionally, it takes *days* to build on one of my devices (700MHz Pentium-3). Is there a way to restrict the build targets to i386 only? If not, can we implement one? imb ___

SVN r326458 breaks efivar

2017-12-02 Thread Michael Butler
The introduction of efivar-dp-xlate.c into libefivar requires functions from libgeom yet usr.sbin/efvar doesn't link with it, imb ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To

witness_lock_list_get: witness exhausted

2017-11-28 Thread Michael Jung
Hi! I've recently up'd my processor count on our poudriere box and have started noticing the error "witness_lock_list_get: witness exhausted" on the console. The kernel *DOES NOT* crash but I thought the report may be useful to someone. $ uname -a FreeBSD poudriere 12.0-CURRENT FreeBSD

SVN r325920 breaks build

2017-11-16 Thread Michael Butler
As follows .. --- kern_mutex.o --- /usr/src/sys/kern/kern_mutex.c:633:22: error: passing 'volatile struct thread *' to parameter of type 'struct thread *' discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers] turnstile_wait(ts, owner,

Re: SVN r325728 breaks build

2017-11-11 Thread Michael Butler
On 11/11/17 19:59, Will Andrews wrote: On Sat, Nov 11, 2017 at 07:15:35PM -0500, Michael Butler wrote: As follows: --- zfs.o --- In file included from /usr/src/lib/libprocstat/zfs.c:51: In file included from /usr/obj/usr/src/amd64.amd64/tmp/usr/include/kvm.h:39: /usr/obj/usr/src/amd64.amd64

SVN r325728 breaks build

2017-11-11 Thread Michael Butler
As follows: --- zfs.o --- In file included from /usr/src/lib/libprocstat/zfs.c:51: In file included from /usr/obj/usr/src/amd64.amd64/tmp/usr/include/kvm.h:39: /usr/obj/usr/src/amd64.amd64/tmp/usr/include/vm/vm.h:111:13: error: typedef redefinition with different types ('int' vs 'enum

[mips32] build is broken due to lack of .cfi-sections support in gcc 4.2.1

2017-11-11 Thread Michael Zhilin
Hi, I've got compilation error for mips32 build by gcc 4.2.1 (freebsd-wifi-build): [halloween:/repo/onion/src/libexec/rtld-elf]$ make /repo/onion/src/libexec/rtld-elf/mips/rtld_start.S: Assembler messages: /repo/onion/src/libexec/rtld-elf/mips/rtld_start.S:35: Error: unknown pseudo-op:

fatal error: 'wmmintrin.h' file not found

2017-10-27 Thread Michael Jung
I have started having problem building current more recent versions of current. I am currently running FreeBSD bsd11 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r320869: Mon Jul 10 13:57:55 UTC 2017 r...@releng3.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 I have tried nuking /usr/src

Re: libfuzzer support

2017-10-24 Thread Michael Tuexen
t for the versions of clang integrated in FreeBSD? > spend much time with it. Thanks for the hint, will look into it. Best regards Michael > > David > ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: libfuzzer support

2017-10-24 Thread Michael Tuexen
ion of clang would support this, I do not care if it is the one in the base system or in the ports tree. Best regards Michael > > -- > p...@opsec.eu+49 171 3101372 3 years to > go ! ___ freebsd-current@

libfuzzer support

2017-10-24 Thread Michael Tuexen
Dear all, is libfuzzer (see https://llvm.org/docs/LibFuzzer.html) supported on FreeBSD head? It seems that it is not supported by /usr/bin/clang... Am I wrong and it is supported or is someone working on it? Best regards Michael ___ freebsd-current

Re: host, bhyve vm and ntpd

2017-10-21 Thread Michael Voorhis
Ian Lepore writes: > Beyond that, I'm not sure what else to try.  It might be necessary to > get some bhyve developers involved (I know almost nothing about it). NTPD behaves more normally on uniprocessor VMs. A FreeBSD bhyve-guest running on a freebsd host will select a different timecounter

Build failure: non-SMP after SVN r324778

2017-10-20 Thread Michael Butler
If SMP is not defined, as it isn't on my last remaining i386 platform, the build fails with: Building /usr/obj/usr/src/sys/SARAH/kern_mutex.o --- kern_mutex.o --- /usr/src/sys/kern/kern_mutex.c:313:3: error: implicit declaration of function '_mtx_lock_spin' is invalid in C99

Re: Can't NFS mount ZFS volume

2017-09-30 Thread Michael Butler
elps Good luck with it, rick ____ From: Michael Butler <i...@protected-networks.net> Sent: Friday, September 29, 2017 9:09:35 PM To: freebsd-current Cc: rmack...@freebsd.org Subject: Can't NFS mount ZFS volume Both client and server have been upgraded

Can't NFS mount ZFS volume

2017-09-29 Thread Michael Butler
Both client and server have been upgraded from SVN r324033 to r324089 Now I can't mount a ZFS dataset over NFS :-( imb@toshi:/home/imb> sudo /sbin/mount -t nfs vm01:/usr/local/exports/ /mnt imb@toshi:/home/imb> mount /dev/ada0s3a on / (ufs, local, soft-updates) devfs on /dev (devfs, local,

Re: lldb unusable for regular user

2017-09-19 Thread Michael Zhilin
Hi Volodya, It works for me: [mizhka@gidrarium ~/temp/20170919]$ cc -O0 -g test.c -o test [mizhka@gidrarium ~/temp/20170919]$ ./test PID: 12293 (failed reverse-i-search)`': ^C [mizhka@gidrarium ~/temp/20170919]$ ./test PID: 12294 load: 0.68 cmd: test 12294 [nanslp] 1.39r 0.00u 0.00s 0% 2316k

should MINIMAL boot?

2017-09-12 Thread Michael W. Lucas
Hi, Tried booting MINIMAL on last weekend's current, on both UFS and ZFS hosts in VirtualBox. Neither could find its boot drive. Before I dive deeper and file a bug, wanted to ask: Should a MINIMAL kernel boot and run? If not, I won't waste my time. Thanks, ==ml -- Michael W. Lucas

SVN r323289 breaks i386 kernel compilation

2017-09-07 Thread Michael Butler
On i386, this revision breaks compilation as follows: Building /usr/obj/usr/src/sys/SARAH/mca.o --- mca.o --- /usr/src/sys/x86/x86/mca.c:985:54: error: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Werror,-Wformat]

Re: [libelftc] internal library or not?

2017-08-21 Thread Michael Zhilin
Thank you, David! __cxa_demangle works fine [1] :) Best regards, Michael. [1] https://github.com/z0nt/pstack/pull/2/commits/8f45f92c63d385cd523d67f6ccbc436c7669f9d3 On Tue, Aug 1, 2017 at 6:22 PM, David Chisnall <thera...@freebsd.org> wrote: > On 1 Aug 2017, at 12:36, Michael Zh

SVN r322588 breaks non-SMP kernel build

2017-08-16 Thread Michael Butler
Building on an i386 without SMP after SVN r322588 yields this breakage: Building /usr/obj/usr/src/sys/SARAH/intr_machdep.o --- intr_machdep.o --- /usr/src/sys/x86/x86/intr_machdep.c:78:23: warning: variable 'interrupt_sorted' is not needed and will not be emitted

Re: [pkg base][pormaster] Origin for base packages = "base"

2017-08-14 Thread Michael Zhilin
Hi Ilya, I saw same issue yesterday. I suppose it's easy to fix postmaster, but pkgbase is still experimental. Best regards, Michael 14 авг. 2017 г. 2:57 ПП пользователь "Ilya A. Arkhipov" <rum1...@yandex.ru> написал: > Hi there, > > After upgrade my system(r322368

[libelftc] internal library or not?

2017-08-01 Thread Michael Zhilin
and include file to be removed from world installation)? Thank you in advance, Michael. ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: amd64 -r321109 -> -r321371 buildworld update failed (spans clang 5 update); error: too few arguments provided to function-like macro invocation; , METAMODE and -j8 was used

2017-07-22 Thread Michael Butler
On 07/22/17 19:32, Mark Millard wrote: My first attempt to update amd64 to a clang 5 based /usr/src failed ( -r321109 -> -r321371 ). Listing just the first error initially: --- ToolDrivers/llvm-lib/LibDriver.o --- In file included from

[ solved ] Re: Panic on boot after upgrade from r320827 -> r320869

2017-07-17 Thread Michael Butler
On 07/15/17 15:32, I wrote: Something about SVN r320844 causes almost all KDE applications to fail on a signal 6. I've recompiled KDE and other components obviously dependent on kernel structures (e.g. everything dbus-related). I still get core-files with a back-trace that looks like: [

Re: Panic on boot after upgrade from r320827 -> r320869

2017-07-15 Thread Michael Butler
On 07/15/17 20:39, Mark Millard wrote: FYI for Michael B.: the incomplete kernel rebuild problem has a fix: -r320919 . See the fix (to the building problem that was created in -r320220 ): https://lists.freebsd.org/pipermail/svn-src-head/2017-July/102622.html If the KDE problem persists based

Re: Panic on boot after upgrade from r320827 -> r320869

2017-07-15 Thread Michael Butler
On 07/11/17 19:53, Michael Butler wrote: On 07/11/17 13:13, I wrote: Take sdhci out of the kernel and try again. If that works, it tells us one thing (need to troubleshoot sdhci stuff more). If not it tells us another (need to troubleshoot CAM more), do we get errors with the ATA_IDENTIFY

Re: Panic on boot after upgrade from r320827 -> r320869

2017-07-11 Thread Michael Butler
On 07/11/17 13:13, I wrote: Take sdhci out of the kernel and try again. If that works, it tells us one thing (need to troubleshoot sdhci stuff more). If not it tells us another (need to troubleshoot CAM more), do we get errors with the ATA_IDENTIFY command? Does it try multiple times per AHCI

Re: Panic on boot after upgrade from r320827 -> r320869

2017-07-11 Thread Michael Butler
On 7/11/17 1:09 PM, Warner Losh wrote: On a machine with SDHCI, a clean rebuild (after "r -rf /usr/obj") refuses to find /dev/ada0 :-( Take sdhci out of the kernel and try again. If that works, it tells us one thing (need to troubleshoot sdhci stuff more). If not it tells us another (need

Re: Panic on boot after upgrade from r320827 -> r320869

2017-07-11 Thread Michael Butler
On 7/11/17 10:32 AM, Warner Losh wrote: On Tue, Jul 11, 2017 at 6:13 AM, David Wolfskill wrote: I believe that each of the machines has an MMC slot, but I also believe that in each case, it is empty. Is there anything else I might be able to do to help resolve this?

Re: Problem with make installworld et alii

2017-07-09 Thread Michael Butler
You need to a build newer than SVN r320652 to fix this .. On 07/09/17 10:43, Filippo Moretti wrote: FreeBSD sting 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r320360: Mon Jun 26 15:49:29 UTC 2017 r...@releng3.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386After compiling world and kernel I

Re: dump trying to access incorrect block numbers?

2017-07-08 Thread Michael Butler
when using "mksnap_ffs /.snap2" where .snap2 did not previously exist, Michael ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-c

Re: dump trying to access incorrect block numbers?

2017-07-07 Thread Michael Butler
On 07/07/17 21:53, Peter Jeremy wrote: On 2017-Jul-07 10:44:36 -0400, Michael Butler <i...@protected-networks.net> wrote: Recent builds doing a backup (dump) cause nonsensical errors in syslog: I can't directly offer any ideas but some more background might help: When did you first

Re: dump trying to access incorrect block numbers? [It is not just dump that can get such]

2017-07-07 Thread Michael Butler
On 07/07/17 19:02, Mark Millard wrote: Michael Butler imb at protected-networks.net wrote on Fri Jul 7 14:45:12 UTC 2017 : Recent builds doing a backup (dump) cause nonsensical errors in syslog: Jul 7 00:10:24 toshi kernel: g_vfs_done():ada0s3a[READ(offset=6050375794688, length=32768)]error

dump trying to access incorrect block numbers?

2017-07-07 Thread Michael Butler
)]error = 5 FSCK declares nothing to be wrong with the file-system. I even used the '-r' inode reclaim option and '-Z' to zero unused blocks to no effect. I now have two UFS-based systems showing the same symptoms - what's up with this? Michael

Re: r320358 panics immediately on boot / AMD64-GENERIC kernel

2017-06-27 Thread Michael Jung
On 2017-06-27 12:16, Eric van Gyzen wrote: On 06/27/2017 11:09, Michael Jung wrote: Screen image with backtrace https://pasteboard.co/dZRVG5Uo.jpg After upgrading from 318959 to 320358 I immediately get the attached panic. This is AMD64 / GENERIC kernel. /boot/loader.conf is empty

r320358 panics immediately on boot / AMD64-GENERIC kernel

2017-06-27 Thread Michael Jung
After upgrading from 318959 to 320358 I immediately get the attached panic. This is AMD64 / GENERIC kernel. /boot/loader.conf is empty. The system boots off a UFS2 partition. This is a virtual guest and I do currently have a serial cable. Short of figuring out how to virtualize a serial

<    1   2   3   4   5   6   7   8   9   10   >