[Bug 228174] [dump] dump(8) can read garbage and loop forever

2018-05-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228174 --- Comment #3 from Kirk McKusick --- Taking a snapshot is the same as if you unmounted the filesystem and dumped it. When you take a snapshot, the following steps are taken: 1) Any new system calls that want to write

Re: lagg0 with ue0 and iwm0 is not operate on 11.2-BETA1

2018-05-13 Thread Zeus Panchenko
Masachika ISHIZUKA wrote: > I think bug 213207 is not the same. > As I set mac address of ethernet adapter(ue0) or ethernet card(re0), > I don't change mac address of wlan devices(iwm0/ath0). solution whci solved my situation is described namely here:

drm-next-kmod is good working on 11.2-BETA1

2018-05-13 Thread Masachika ISHIZUKA
Hi. My machine (pentium G4560(kaby lake)) is good working with drm-next-kmod on 11.2-BETA1. Thank you very much. -- Masachika ISHIZUKA ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe,

Re: Upgrade to 11.2-BETA1: vboxdrv kernel modulo load leads to panic unless vbox ports be rebuilt

2018-05-13 Thread Kevin Oberman
On Sun, May 13, 2018 at 12:41 PM, Jose G. Juanino wrote: > On Sunday, May 13 at 15:53:28 CEST, Jose G. Juanino wrote: > > Hi FreeBSD stable, > > > > I have upgraded from 11.1 to 11.2-BETA1 right now. I use Virtualbox to > > run Windows 7 from the FreeBSD box, and just after

Re: lagg0 with ue0 and iwm0 is not operate on 11.2-BETA1

2018-05-13 Thread Masachika ISHIZUKA
> isn't it the same lasting bug/feature? > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213207 > >> I'm using lagg0 with ue0(if_axge.ko) and iwm0(if_iwm.ko) as follows. >> >> % cat /etc/rc.conf >> ifconfig_ue0="ether xx:xx:xx:xx:xx:xx up" I think bug 213207 is not the same. As I set mac

Re: 11.1-RELEASE-p10 cannot compile freebsd stable/11 kernel?

2018-05-13 Thread Mike Karels
[details omittied] > > I know that clang has been updated a lot; has the kernel source gotten > > ahead of clang on stable/11? > On stable/11 they are in sync. The official method of upgrade is > make buildworld buildkernel > from older version takes care of the compiler version

Re: Upgrade to 11.2-BETA1: vboxdrv kernel modulo load leads to panic unless vbox ports be rebuilt

2018-05-13 Thread Mark Saad
Jose If you have not rebuilt the virtualbox-ose-kmod package from ports with the 11.2-beta1 sources on disk ; please do so . This should resolve this issue . --- Mark Saad | nones...@longcount.org > On May 13, 2018, at 3:41 PM, Jose G. Juanino wrote: > >> On Sunday, May

Re: Upgrade to 11.2-BETA1: vboxdrv kernel modulo load leads to panic unless vbox ports be rebuilt

2018-05-13 Thread Jose G. Juanino
On Sunday, May 13 at 15:53:28 CEST, Jose G. Juanino wrote: > Hi FreeBSD stable, > > I have upgraded from 11.1 to 11.2-BETA1 right now. I use Virtualbox to > run Windows 7 from the FreeBSD box, and just after to complete the > upgrade and reboot, the system panics just after to load kernel module

Re: 11.1-RELEASE-p10 cannot compile freebsd stable/11 kernel?

2018-05-13 Thread Konstantin Belousov
On Sun, May 13, 2018 at 09:58:29AM -0500, Mike Karels wrote: > I attempted a kernel compile from stable/11, as a freebsd-update didn't > seem to update /usr/src/sys, and I'm running a custom kernel. I get > compile errors like this: > > ../../../amd64/amd64/support.S:829:2: error: unknown

Re: lagg0 with ue0 and iwm0 is not operate on 11.2-BETA1

2018-05-13 Thread Zeus Panchenko
isn't it the same lasting bug/feature? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213207 Masachika ISHIZUKA wrote: > Hi. > > I'm using lagg0 with ue0(if_axge.ko) and iwm0(if_iwm.ko) as follows. > > % cat /etc/rc.conf > ifconfig_ue0="ether xx:xx:xx:xx:xx:xx up"

11.1-RELEASE-p10 cannot compile freebsd stable/11 kernel?

2018-05-13 Thread Mike Karels
I attempted a kernel compile from stable/11, as a freebsd-update didn't seem to update /usr/src/sys, and I'm running a custom kernel. I get compile errors like this: ../../../amd64/amd64/support.S:829:2: error: unknown directive .altmacro ^ :1:13: error: invalid register name

Upgrade to 11.2-BETA1: vboxdrv kernel modulo load leads to panic unless vbox ports be rebuilt

2018-05-13 Thread Jose G. Juanino
Hi FreeBSD stable, I have upgraded from 11.1 to 11.2-BETA1 right now. I use Virtualbox to run Windows 7 from the FreeBSD box, and just after to complete the upgrade and reboot, the system panics just after to load kernel module vboxdrv. The workaround is rebuild both emulators/virtualbox-ose and

lagg0 with ue0 and iwm0 is not operate on 11.2-BETA1

2018-05-13 Thread Masachika ISHIZUKA
Hi. I'm using lagg0 with ue0(if_axge.ko) and iwm0(if_iwm.ko) as follows. % cat /etc/rc.conf ifconfig_ue0="ether xx:xx:xx:xx:xx:xx up" wlans_iwm0="wlan0" create_args_wlan0="country JP" ifconfig_wlan0="wpa" cloned_interfaces="lagg0" ifconfig_lagg0="laggproto failover laggport ue0 laggport wlan0

bug 224498(ls -lh does not display properly around 1MB, 1GB, ...) in 11.2-BETA1

2018-05-13 Thread Masachika ISHIZUKA
Hi. Thank you for providing 11.2-BETA1. I was freebsd-updated from 11.1-RELEASE-p10. 11.2-BETA1 has issue 'bug 224498'. -- Masachika ISHIZUKA ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To

Re: Userland PPP on ADSL

2018-05-13 Thread O'Connor, Daniel
> On 8 May 2018, at 22:33, Eugene Grosbein wrote: >> Does anyone have any suggestions where to start looking? It would be nice if >> the base tool worked properly for what I feel is a not uncommon scenario :) > > You have not specified FreeBSD version you use. Oops, sorry