Mbufs leak since r321253

2017-07-30 Thread Gergely Czuczy
Hello, While running some port builds over an NFS-mounted /usr/ports on my aarch64 VM after r321253, I've noticed that sooner or later I'm getting an error saying "kernel: [zone: mbuf_cluster] kern.ipc.nmbclusters limit reached". I've tried increasing the sysctl, but after some time I always

strip: elf_strptr failed: Invalid argument

2017-07-11 Thread Gergely Czuczy
Hello, I'm trying to build packages on an rpi3, on a freshly build image (with crochet), and when it's trying to build pkg from ports, I'm getting the following error message: libtool: link: cc -D_BSD_SOURCE -I../libpkg -I../libpkg -I../compat -I../external/libucl/klib -I../external/uthash

RPi3 booting issues: vm_fault pager read error pid 1

2017-04-29 Thread Gergely Czuczy
Hello, I would like to ask for some help. I'm trying to build a freebsd image using crochet, however recent builds, since roughly march, are failing to boot on an RPi3. Currently once the kernel boots up and hands it over to init, the error message "vm_fault pager read error pid 1 (init)" is

Re: process killed: text file modification

2017-03-23 Thread Gergely Czuczy
On 2017. 03. 21. 3:40, Rick Macklem wrote: Gergely Czuczy wrote: [stuff snipped] Actually I want to test it, but you guys are so vehemently discussing it, I thought it would be better to do so, once you guys settled your analysis on the code. Also, me not having the problem occurring, I don't

Re: process killed: text file modification

2017-03-22 Thread Gergely Czuczy
On 2017. 03. 21. 3:40, Rick Macklem wrote: Gergely Czuczy wrote: [stuff snipped] Actually I want to test it, but you guys are so vehemently discussing it, I thought it would be better to do so, once you guys settled your analysis on the code. Also, me not having the problem occurring, I don't

Re: process killed: text file modification

2017-03-20 Thread Gergely Czuczy
On 2017. 03. 21. 3:40, Rick Macklem wrote: Gergely Czuczy wrote: [stuff snipped] Actually I want to test it, but you guys are so vehemently discussing it, I thought it would be better to do so, once you guys settled your analysis on the code. Also, me not having the problem occurring, I don't

Re: process killed: text file modification

2017-03-19 Thread Gergely Czuczy
On 2017. 03. 19. 21:52, Rick Macklem wrote: Kostik wrote: [stuff snipped] Dirty pages are flushed by writes, so if we have a set of dirty pages and async vm_object_page_clean() is called on the vnode' vm_object, we get a bunch of delayed-write AKA dirty buffers. This is possible even after

Re: process killed: text file modification

2017-03-09 Thread Gergely Czuczy
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: [+freebsd-fs] On 2017. 03. 09. 14:20, Gergely Czuczy wrote: On 2017. 03. 09. 11:27, Gergely Czuczy wrote: Hello, I'm trying to build

Re: process killed: text file modification

2017-03-09 Thread Gergely Czuczy
On 2017. 03. 09. 19:44, John Baldwin wrote: On Thursday, March 09, 2017 03:31:56 PM Gergely Czuczy wrote: [+freebsd-fs] On 2017. 03. 09. 14:20, Gergely Czuczy wrote: On 2017. 03. 09. 11:27, Gergely Czuczy wrote: Hello, I'm trying to build a few things from ports on an rpi3, the ports

Re: process killed: text file modification

2017-03-09 Thread Gergely Czuczy
[+freebsd-fs] On 2017. 03. 09. 14:20, Gergely Czuczy wrote: On 2017. 03. 09. 11:27, Gergely Czuczy wrote: Hello, I'm trying to build a few things from ports on an rpi3, the ports collection is mounted over NFS from another machine. When it's trying to build pkg i'm getting the error

Re: process killed: text file modification

2017-03-09 Thread Gergely Czuczy
On 2017. 03. 09. 11:27, Gergely Czuczy wrote: Hello, I'm trying to build a few things from ports on an rpi3, the ports collection is mounted over NFS from another machine. When it's trying to build pkg i'm getting the error message in syslog: rpi3 kernel: pid 4451 (sh), uid 0, was killed

process killed: text file modification

2017-03-09 Thread Gergely Czuczy
Hello, I'm trying to build a few things from ports on an rpi3, the ports collection is mounted over NFS from another machine. When it's trying to build pkg i'm getting the error message in syslog: rpi3 kernel: pid 4451 (sh), uid 0, was killed: text file modification The report to pkg@:

Re: LOR on RPi3 r314894

2017-03-08 Thread Gergely Czuczy
On 2017. 03. 09. 6:59, Benjamin Kaduk wrote: On Wed, Mar 08, 2017 at 02:06:33PM +0100, Gergely Czuczy wrote: On 2017. 03. 08. 13:06, Hans Petter Selasky wrote: You might check the links on this page to see if your LOR is already listed: https://wiki.freebsd.org/LOR Thank you, I wasn't

Re: LOR on RPi3 r314894

2017-03-08 Thread Gergely Czuczy
On 2017. 03. 08. 13:06, Hans Petter Selasky wrote: On 03/08/17 12:23, Gergely Czuczy wrote: Hello, I've built an image for RPi3 from -CURRENT checkout at r314894, and while booting, I've noticed a LOR message: http://czg.harmless.hu/aegir/LOR_1_1280.jpg I don't know whether this one is any

LOR on RPi3 r314894

2017-03-08 Thread Gergely Czuczy
Hello, I've built an image for RPi3 from -CURRENT checkout at r314894, and while booting, I've noticed a LOR message: http://czg.harmless.hu/aegir/LOR_1_1280.jpg I don't know whether this one is any concern, if so, I'm just letting you know. Best regards, Gergely

Re: Packaging the FreeBSD base system with pkg(8)

2016-04-05 Thread Gergely Czuczy
On 2016-01-27 23:33, Glen Barber wrote: As many know, work has been in progress for quite some time to provide the ability to package and upgrade the FreeBSD base system using pkg(8). The majority of the initial implementation has provided much of the core functionality to make this possible,