How to automount an internal ntfs partition ?

2017-03-16 Thread Masachika ISHIZUKA
Hi. I want to automount an ntfs partition on internal SSD. I did following on FreeBSD 12.0-CURRENT #0 r315059. (1) install sysutils/fusefs-ntfs (2) add fuse_load="YES" to /boot/loader.conf (3) add '/- -noauto' to /etc/auto_master (4) add '/dev/ada0p4 /windows ntfs rw,noauto,uid=XXX,gi

Re: process killed: text file modification

2017-03-16 Thread Rick Macklem
Hope you don't mind a top post... Attached is a little patch you could test maybe? rick From: owner-freebsd-curr...@freebsd.org on behalf of Rick Macklem Sent: Thursday, March 16, 2017 9:57:23 PM To: Dimitry Andric; Ian Lepore Cc: Gergely Czuczy; FreeBSD

Re: process killed: text file modification

2017-03-16 Thread Rick Macklem
Dimitry Andric wrote: [lots of stuff snipped] > I'm also running into this problem, but while using lld. I must set > vfs.timestamp_precision to 1 (e.g. sec + ns accurate to 1/HZ) on both > the client and the server, to make it work. > > Instead of GNU ld, lld uses mmap to write to the output exe

Re: fail world build

2017-03-16 Thread Roberto Rodriguez Jr
Using r315340 I simply commented out those 3 lines and buildworld and kernel succesfuly compiled and installed. --- pciconf.o --- /usr/src/head/usr.sbin/pciconf/pciconf.c:703:3: error: use of undeclared identifier 'PCIC_ACCEL' {PCIC_ACCEL,-1, "processing acc

Re: crash: umount_nfs: Current

2017-03-16 Thread Larry Rosenman
Err, I’m at r315289…. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: l...@lerctr.org US Mail: 17716 Limpia Crk, Round Rock, TX 78664-7281 On 3/16/17, 5:51 PM, "Rick Macklem" wrote: I believe the cause of this crash was

Re: crash: umount_nfs: Current

2017-03-16 Thread Rick Macklem
I believe the cause of this crash was fixed by a recent commit to head r313735 (which was MFC'd to stable/11 and stable/10). rick From: owner-freebsd-curr...@freebsd.org on behalf of Larry Rosenman Sent: Wednesday, March 15, 2017 10:44:33 PM To: freebsd.

Re: process killed: text file modification

2017-03-16 Thread Dimitry Andric
> On 12 Mar 2017, at 18:47, Ian Lepore wrote: > > On Thu, 2017-03-09 at 21:07 +0100, Gergely Czuczy wrote: >> >> On 2017. 03. 09. 20:47, Gergely Czuczy wrote: >>> >>> >>> >>> On 2017. 03. 09. 19:44, John Baldwin wrote: On Thursday, March 09, 2017 03:31:56 PM Gergely Czuczy wrote:

Re: info.0 dump good

2017-03-16 Thread Jeffrey Bouquet
On Mon, 13 Mar 2017 14:04:23 -0700, John Baldwin wrote: > On Monday, March 13, 2017 12:28:44 PM Jeffrey Bouquet wrote: > > Seems to happen when Xorg has a large webpage or a page idle for a time > > > > Dump header from device: /dev/gpt/WDswap > > Architecture: i386 > > Architecture Versio

Re: ntpd dies nightly on a server with jails

2017-03-16 Thread Don Lewis
On 16 Mar, O. Hartmann wrote: > Am Wed, 15 Mar 2017 13:12:37 -0700 > Cy Schubert schrieb: >> > >> > When the clock is floating that wild, in all cases ntpd isn't >> > running any mor e. >> > I try to restart with options -g and -G to adjust the time quickly >> > at the beginning, which works fin

Re: ntpd dies nightly on a server with jails

2017-03-16 Thread O. Hartmann
Am Wed, 15 Mar 2017 13:12:37 -0700 Cy Schubert schrieb: Thank you very much for responding. > Hi O.Hartmann, > > I'll try to answer as much as I can in the noon hour I have left. > > In message <20170315071724.78bb0...@freyja.zeit4.iv.bundesimmobilien.de>, > "O. H > artmann" writes: > > Runn

Re: update an older i386 CURRENT system to amd64 CURRENT

2017-03-16 Thread Matthias Apitz
On Thursday, 16 March 2017 15:25:10 CET, Allan Jude wrote: The problem is that the build system has built a cross compiler in /usr/obj that it uses to do the building etc, and it is 64bit. Your 32bit OS cannot run it (gives Exec format error). Thanks for all the replies I got. Meanwhi

Re: update an older i386 CURRENT system to amd64 CURRENT

2017-03-16 Thread Allan Jude
On 2017-03-16 07:41, Matthias Apitz wrote: > > > Hello, > > I have an older FreeBSD 9.0-CURRENT system which I want to update to > 12-CURRENT: > > # uname -a > FreeBSD vm-9Current 9.0-CURRENT FreeBSD 9.0-CURRENT #2 r220692: Sun Apr 17 > 03:28:12 CEST 2011 guru@tinyCurrent:/usr/obj/usr/src/

Re: update an older i386 CURRENT system to amd64 CURRENT

2017-03-16 Thread Trond Endrestøl
On Thu, 16 Mar 2017 12:41+0100, Matthias Apitz wrote: > > > Hello, > > I have an older FreeBSD 9.0-CURRENT system which I want to update to > 12-CURRENT: > > # uname -a > FreeBSD vm-9Current 9.0-CURRENT FreeBSD 9.0-CURRENT #2 r220692: Sun Apr 17 > 03:28:12 CEST 2011 guru@tinyCurrent:/usr/

update an older i386 CURRENT system to amd64 CURRENT

2017-03-16 Thread Matthias Apitz
Hello, I have an older FreeBSD 9.0-CURRENT system which I want to update to 12-CURRENT: # uname -a FreeBSD vm-9Current 9.0-CURRENT FreeBSD 9.0-CURRENT #2 r220692: Sun Apr 17 03:28:12 CEST 2011 guru@tinyCurrent:/usr/obj/usr/src/sys/GENERIC i386 To do so without compiling everything from sc

Re: arm64 fork/swap data corruptions: A ~110 line C program demonstrating an example (Pine64+ 2GB context) [Corrected subject: arm64!]

2017-03-16 Thread Scott Bennett
Mark Millard wrote: > [Something strange happened to the automatic CC: fill-in for my original > reply. Also I should have mentioned that for my test program if a > variant is made that does not fork the swapping works fine.] > > On 2017-Mar-15, at 9:37 AM, Mark Millard wrote: > > > On 2017-Mar-

Re: arm64 fork/swap data corruptions: A ~110 line C program demonstrating an example (Pine64+ 2GB context) [Corrected subject: arm64!]

2017-03-16 Thread Mark Millard
On 2017-Mar-15, at 11:07 PM, Scott Bennett wrote: > Mark Millard wrote: > >> [Something strange happened to the automatic CC: fill-in for my original >> reply. Also I should have mentioned that for my test program if a >> variant is made that does not fork the swapping works fine.] >> >> On 20