Re: Synth update-system again fails with recursive crash [Was: Re: ]

2020-06-02 Thread Trond Endrestøl
On Tue, 2 Jun 2020 05:06-0700, Donald Wilde wrote: > > Updating FreeBSD repository catalogue... > FreeBSD repository is up to date. > Updating Synth repository catalogue... > pkg: file:///var/synth/live_packages/meta.txz: No such file or directory > repository Synth has no meta file, using

Re: r358661 breaks /usr/src/usr.sbin/amd/include/newvers.sh on stable/12

2020-03-05 Thread Trond Endrestøl
On Thu, 5 Mar 2020 05:01-0800, David Wolfskill wrote: > On Thu, Mar 05, 2020 at 01:54:58PM +0100, Trond Endrestøl wrote: > > The command > > "sh /usr/src/usr.sbin/amd/include/newvers.sh /usr/src/sys/conf/newvers.sh" > > is run a part of a normal build, creating

r358661 breaks /usr/src/usr.sbin/amd/include/newvers.sh on stable/12

2020-03-05 Thread Trond Endrestøl
The command "sh /usr/src/usr.sbin/amd/include/newvers.sh /usr/src/sys/conf/newvers.sh" is run a part of a normal build, creating config_local.h. After r358661, I find this in my build logs for stable/12: eval: 1: Syntax error: end of file unexpected (expecting ")") eval: 1: Syntax error: Error

Re: Making a release of stable/12 with multiple kernels

2020-01-11 Thread Trond Endrestøl
On Sat, 11 Jan 2020 12:51+0100, Trond Endrestøl wrote: > Currently, I'm running: > > /usr/bin/make -C /usr/src -D NO_CLEAN -j 8 buildworld buildkernel > /usr/bin/make -C /usr/src/release KERNEL="PE1950 DL360G5 GENERIC PER200 > PER320 XENGUEST ZFS" MAKE_CONF=/etc/ma

Making a release of stable/12 with multiple kernels

2020-01-11 Thread Trond Endrestøl
Hi, I'm trying to make a release of stable/12 and I was hoping to include all my custom kernels in the generated disc1.iso and memstick.img. Currently, I'm running: /usr/bin/make -C /usr/src -D NO_CLEAN -j 8 buildworld buildkernel /usr/bin/make -C /usr/src/release KERNEL="PE1950 DL360G5

Re: pkg thinks kernel is old

2019-10-10 Thread Trond Endrestøl
On Thu, 10 Oct 2019 15:44+0200, Bengt Ahlgren wrote: > That might well be it - I've done some buildworld:s with -DNO_CLEAN > lately. I'll test - thanks for the tip! For what it's worth, I run this command prior to running make -D NO_CLEAN buildworld buildkernel: /usr/bin/find /usr/obj -type f

Re: ntpd doesn't like ASLR on stable/12 post-r350672

2019-08-26 Thread Trond Endrestøl
On Sun, 25 Aug 2019 15:03+0300, Konstantin Belousov wrote: > On Sun, Aug 25, 2019 at 12:40:22AM +0200, Trond Endrestøl wrote: > > On Sun, 25 Aug 2019 01:28+0300, Konstantin Belousov wrote: > > > > > On Sun, Aug 25, 2019 at 12:19:43AM +0200, Trond Endrestøl wrote: > &

Re: ntpd doesn't like ASLR on stable/12 post-r350672

2019-08-24 Thread Trond Endrestøl
On Sun, 25 Aug 2019 01:28+0300, Konstantin Belousov wrote: > On Sun, Aug 25, 2019 at 12:19:43AM +0200, Trond Endrestøl wrote: > > On Sat, 24 Aug 2019 23:41+0300, Konstantin Belousov wrote: > > > > I tried changing command="/usr/sbin/${name}" to > > > &g

Re: ntpd doesn't like ASLR on stable/12 post-r350672

2019-08-24 Thread Trond Endrestøl
On Sat, 24 Aug 2019 23:41+0300, Konstantin Belousov wrote: > On Sat, Aug 24, 2019 at 10:04:49PM +0200, Trond Endrestøl wrote: > > > Disabling ASLR, kern.elf64.aslr.enable=0, before starting ntpd > > manually is a workaround, but this is not viable in the long run. > &g

ntpd doesn't like ASLR on stable/12 post-r350672

2019-08-24 Thread Trond Endrestøl
Hi, I'm running stable/12 with ASLR enabled in /etc/sysctl.conf: kern.elf64.aslr.enable=1 kern.elf64.aslr.pie_enable=1 kern.elf32.aslr.enable=1 kern.elf32.aslr.pie_enable=1 After upgrading to anything after r350672, now at r351450, ntpd refuses to start at boot. Aug 24 21:25:42 HOSTNAME

Re: `uname -a' can't display revision

2019-08-21 Thread Trond Endrestøl
On Wed, 21 Aug 2019 05:49+1000, Peter Jeremy wrote: > My solution is to mount /usr/src with the option "nolockd". Thank you so much, Peter. I learned something new today. -- Trond. ___ freebsd-stable@freebsd.org mailing list

Re: `uname -a' can't display revision

2019-08-20 Thread Trond Endrestøl
On Tue, 20 Aug 2019 21:24+0900, KIRIYAMA Kazuhiko wrote: > And I've rebuild in bhyve VM tbedfs that NFS mount > /ds/src/stable/12/r351247 to /usr/src: > > admin@tbedfs:~ % df -h > Filesystem SizeUsed Avail Capacity Mounted on > /dev/vtbd0p2

Re: `uname -a' can't display revision

2019-08-20 Thread Trond Endrestøl
On Tue, 20 Aug 2019 20:18+0900, KIRIYAMA Kazuhiko wrote: > On Tue, 20 Aug 2019 13:47:55 +0900, > Trond Endrestøl wrote: > > > > On Tue, 20 Aug 2019 11:00+0900, KIRIYAMA Kazuhiko wrote: > > > > > I've rebuild up to r351108 but `uname -a' can't display it's >

Re: `uname -a' can't display revision

2019-08-19 Thread Trond Endrestøl
On Tue, 20 Aug 2019 11:00+0900, KIRIYAMA Kazuhiko wrote: > I've rebuild up to r351108 but `uname -a' can't display it's > revision number. Add this to /etc/src.conf: WITHOUT_REPRODUCIBLE_BUILD=yes -- Trond. ___ freebsd-stable@freebsd.org mailing

net/ocserv (and ifconfig) unable to destroy tun interfaces post r345045

2019-07-25 Thread Trond Endrestøl
Hi, I have a VPN service running net/ocserv 0.12.4_1. Everything is ok until the first client disconnects. The main ocserv process hangs while destroying the tun interface, waiting indefinitely on "tun_cond". I ran an ocserv executable containing debug symbols through gdb and I had a

Re: ZFS root mount regression

2019-07-20 Thread Trond Endrestøl
On Fri, 19 Jul 2019 14:21-0400, Garrett Wollman wrote: > Other than laboriously running "zpool labelclear -f /dev/somedisk" for > every piece of media that comes into my hands, is there anything else > I could have done to avoid this? I usually incorporate the hostname in the pool names. At one

Re: Problem with 12_STABLE on amd64

2019-06-06 Thread Trond Endrestøl
On Thu, 6 Jun 2019 12:04-, Filippo Moretti via freebsd-stable wrote: > I have the following problem on amd-64 STABLE-12for some odd reason > my custom kernel no longer boot while I could build GENERIC and that > would boot fine.Today I wrote a new configuration kernel file > removing only

Re: carp can't delete address

2019-05-24 Thread Trond Endrestøl
On Thu, 23 May 2019 23:04+0200, Stefan Bethke wrote: > I’ve just set up carp (for the first time) and it seems the virtual address > is not being removed on the backup host: > > May 23 20:55:09 xxx kernel: carp: 1@igb0: INIT -> BACKUP (initialization > complete) > May 23 20:55:12 xxx kernel:

Re: Pkg upgrade for 12-STABLE builds in "Latest" broken?

2019-04-26 Thread Trond Endrestøl
On Fri, 26 Apr 2019 15:50-0500, Karl Denninger wrote: > pkg: > http://pkg.FreeBSD.org/FreeBSD:12:amd64/latest/All/dovecot-2.3.5.txz: > Not Found The most recent package is dovecot-2.3.5.2.txz. Sometimes pkg has stale data in its cache. Try running pkg update -f to refresh the cache. -- Trond.

Re: Panic during reboot involving softclock_call_cc(), nd6_timer() and nd6_dad_start()

2019-04-17 Thread Trond Endrestøl
On Wed, 17 Apr 2019 12:05+0200, Trond Endrestøl wrote: > On Wed, 17 Apr 2019 12:41+0300, Andrey V. Elsukov wrote: > > > On 15.04.2019 16:31, Trond Endrestøl wrote: > > > Has anyone else witnessed a panic during reboot involving > > > softclock_call_cc(),

Re: Panic during reboot involving softclock_call_cc(), nd6_timer() and nd6_dad_start()

2019-04-17 Thread Trond Endrestøl
On Wed, 17 Apr 2019 12:41+0300, Andrey V. Elsukov wrote: > On 15.04.2019 16:31, Trond Endrestøl wrote: > > Has anyone else witnessed a panic during reboot involving > > softclock_call_cc(), nd6_timer(), and nd6_dad_start()? > > > > The stack t

Re: ZFS parallel mounting gone wrong?

2019-04-17 Thread Trond Endrestøl
On Mon, 15 Apr 2019 15:24+0200, Trond Endrestøl wrote: > I upgraded a non-critical system running amd64 stable/12 to r346220. > > During multiuser boot not all ZFS filesystems below zroot/usr/local > was mounted. Some more explaining is in order: This system has two 7 ye

Re: Panic during reboot involving softclock_call_cc(), nd6_timer() and nd6_dad_start()

2019-04-15 Thread Trond Endrestøl
On Mon, 15 Apr 2019 15:31+0200, Trond Endrestøl wrote: > Has anyone else witnessed a panic during reboot involving > softclock_call_cc(), nd6_timer(), and nd6_dad_start()? > > The stack trace goes more or less like this: > > db_trace_self_wrapper() > vpanic() > panic

Panic during reboot involving softclock_call_cc(), nd6_timer() and nd6_dad_start()

2019-04-15 Thread Trond Endrestøl
Hi, Has anyone else witnessed a panic during reboot involving softclock_call_cc(), nd6_timer(), and nd6_dad_start()? The stack trace goes more or less like this: db_trace_self_wrapper() vpanic() panic() trap_fatal() trap() calltrap() nd6_dad_start() nd6_timer() softclock_call_cc() softclock()

ZFS parallel mounting gone wrong?

2019-04-15 Thread Trond Endrestøl
Hi, I upgraded a non-critical system running amd64 stable/12 to r346220. During multiuser boot not all ZFS filesystems below zroot/usr/local was mounted. Out of these filesystems, only zroot/usr/local/etc/shellkonfig3 was mounted: zroot/usr/local zroot/usr/local/certs zroot/usr/local/etc

Re: 12-stable buildworld appears to be broken

2019-03-07 Thread Trond Endrestøl
On Thu, 7 Mar 2019 13:47+0100, Hans Ottevanger wrote: > On 3/7/19 8:29 AM, Trond Endrestøl wrote: > > > > It's good to see I'm not the only one experiencing this issue. It > > looks like r339941 was never merged to stable/12. > > FWIW, the same happens in stable/11

Re: 12-stable buildworld appears to be broken

2019-03-06 Thread Trond Endrestøl
On Thu, 7 Mar 2019 05:13-, tech-lists wrote: > Hi, > > My context is poudriere creating jails on freebsd12-stable. This procedure > worked fine for some other jails I created a couple days ago (the 5th) but > now, today I get buildworld failures with creating either amd64 or armv7 jails >

Re: Kernel panic, stable/12 r341604, swapon -a in SU mode, geli encrypted swap, Chelsio T6225-CR, and ccr(4)

2018-12-07 Thread Trond Endrestøl
On Thu, 6 Dec 2018 09:38-0800, Navdeep Parhar wrote: > Can you please file a bug at https://bugs.freebsd.org/bugzilla/ and > assign it to me? See PR 233851. -- Trond. ___ freebsd-stable@freebsd.org mailing list

Kernel panic, stable/12 r341604, swapon -a in SU mode, geli encrypted swap, Chelsio T6225-CR, and ccr(4)

2018-12-06 Thread Trond Endrestøl
After booting stable/12 r341604, running a custom kernel including cxgbe(4), cxgbev(4), and ccr(4), and running swapon -a in SU mode: GEOM_ELI: Device gpt/swap0.eli created. GEOM_ELI: Encryption: AES-XTS 256 GEOM_ELI: Crypto: hardware Fatal trap 12: page fault while in kernel mode cpuid =

Re: plenty of memory, but system us intensively swapping

2018-11-20 Thread Trond Endrestøl
On Tue, 20 Nov 2018 15:22+0500, Eugene M. Zheganin wrote: > Hello, > > On 20.11.2018 15:12, Trond Endrestøl wrote: > > On freebsd-hackers the other day, > > https://lists.freebsd.org/pipermail/freebsd-hackers/2018-November/053575.html, > > it was suggested to set

Re: plenty of memory, but system us intensively swapping

2018-11-20 Thread Trond Endrestøl
On Tue, 20 Nov 2018 14:53+0500, Eugene M. Zheganin wrote: > Hello, > > > I have a recent FreeBSD 11-STABLE which is mainly used as an iSCSI target. The > system has 64G of RAM but is swapping intensively. Yup, about of half of the > memory is used as ZFS ARC (isn't capped in loader.conf), and

Re: ldconfig(8) oddity on 11.2-BETA3?

2018-05-28 Thread Trond Endrestøl
On Mon, 28 May 2018 17:37+0200, Christoph Moench-Tegeder wrote: > (I'm not only "not a synth user", but also "rather inept with Ada"). I started learning Ada this year because of synth, and I'm barely a novice Ada programmer. :-) -- Trond. ___

Re: ldconfig(8) oddity on 11.2-BETA3?

2018-05-28 Thread Trond Endrestøl
On Mon, 28 May 2018 15:24+0200, Trond Endrestøl wrote: > I can see one reason for not making /etc/rc.subr accessible inside > each chroot, and thus a copy of the ldconfig startup script, and that > is to prevent services from being started automatically within each > chroot.

Re: ldconfig(8) oddity on 11.2-BETA3?

2018-05-28 Thread Trond Endrestøl
On Mon, 28 May 2018 13:44+0200, Christoph Moench-Tegeder wrote: > has synth some special "optimization" for handling ldconfig? Looking at src/replicant.adb of synth, I see it runs ldconfig when setting up each chroot env using this procedure: -- execute_ldconfig

Re: pdeathsig_helper and .debug/pdeathsig_helper.debug placed in /mnt when DESTDIR=/mnt

2018-05-09 Thread Trond Endrestøl
On Wed, 9 May 2018 22:52+0300, Konstantin Belousov wrote: > On Wed, May 09, 2018 at 09:19:12PM +0200, Trond Endrestøl wrote: > > On Wed, 9 May 2018 20:46+0200, Trond Endrestøl wrote: > > > > In case it helps, here's the result from a single-job run: > > > &g

Re: pdeathsig_helper and .debug/pdeathsig_helper.debug placed in /mnt when DESTDIR=/mnt

2018-05-09 Thread Trond Endrestøl
On Wed, 9 May 2018 20:46+0200, Trond Endrestøl wrote: > But this one's persistent: > > --- realinstall_subdir_tests --- > --- subr_unit_test.install --- > (cd /usr/src/tests/sys/kern && DEPENDFILE=.depend.subr_unit_test > NO_SUBDIR=1 make -f /usr/src/tests/sys/kern/M

Re: pdeathsig_helper and .debug/pdeathsig_helper.debug placed in /mnt when DESTDIR=/mnt

2018-05-09 Thread Trond Endrestøl
On Wed, 9 May 2018 20:39+0300, Konstantin Belousov wrote: > There is a typo, it should be TESTSDIR. > > Index: tests/sys/kern/Makefile > === > --- tests/sys/kern/Makefile (revision 333400) > +++ tests/sys/kern/Makefile (working

Re: pdeathsig_helper and .debug/pdeathsig_helper.debug placed in /mnt when DESTDIR=/mnt

2018-05-09 Thread Trond Endrestøl
On Wed, 9 May 2018 20:39+0300, Konstantin Belousov wrote: > On Wed, May 09, 2018 at 06:44:09PM +0200, Trond Endrest?l wrote: > > On Wed, 9 May 2018 16:50+0300, Konstantin Belousov wrote: > > > > > On Wed, May 09, 2018 at 02:49:34PM +0200, Trond Endrest?l wrote: > > > > I noticed two new entries

Re: pdeathsig_helper and .debug/pdeathsig_helper.debug placed in /mnt when DESTDIR=/mnt

2018-05-09 Thread Trond Endrestøl
On Wed, 9 May 2018 18:44+0200, Trond Endrestøl wrote: > On Wed, 9 May 2018 16:50+0300, Konstantin Belousov wrote: > > > On Wed, May 09, 2018 at 02:49:34PM +0200, Trond Endrest?l wrote: > > > I noticed two new entries in / after running make installworld today > > >

Re: pdeathsig_helper and .debug/pdeathsig_helper.debug placed in /mnt when DESTDIR=/mnt

2018-05-09 Thread Trond Endrestøl
On Wed, 9 May 2018 16:50+0300, Konstantin Belousov wrote: > On Wed, May 09, 2018 at 02:49:34PM +0200, Trond Endrest?l wrote: > > I noticed two new entries in / after running make installworld today > > using amd64 stable/11 r90: > > > > # LANG=en_US.UTF-8 ls -lT /pdeathsig_helper

pdeathsig_helper and .debug/pdeathsig_helper.debug placed in /mnt when DESTDIR=/mnt

2018-05-09 Thread Trond Endrestøl
I noticed two new entries in / after running make installworld today using amd64 stable/11 r90: # LANG=en_US.UTF-8 ls -lT /pdeathsig_helper /.debug/pdeathsig_helper.debug -r--r--r-- 1 root wheel 7528 May 9 12:06:58 2018 /.debug/pdeathsig_helper.debug -r-xr-xr-x 1 root wheel 8576 May

Re: DDD hangs on start on 11.1-R

2018-03-04 Thread Trond Endrestøl
On Sat, 3 Mar 2018 18:09+0100, Holm Tiffe wrote: > can anyone get ddd get to work in 11.1-R or stable? I've more or less given up on devel/ddd, since it relies on the old pty subsystem, now replaced by the new pts subsystem, to communicate with gdb. I build custom kernels containing "device

Re: build kernel failure stable11 iwi related

2018-03-01 Thread Trond Endrestøl
On Thu, 1 Mar 2018 08:03-0800, Eitan Adler wrote: > >> I hope these errors will be corrected shortly. > > Build error is fixed. Sorry for the breakage > > > r330229 is also broken. I had to revert to r330113 to avoid any of the > > recent iwm commits. > > Did r330242 fix the issue for you?

Re: build kernel failure stable11 iwi related

2018-03-01 Thread Trond Endrestøl
On Thu, 1 Mar 2018 14:09+0100, Trond Endrestøl wrote: > If you revert to r330229, i.e. svn up -r330229 /usr/src, you should be > able to build a working kernel. > > r330230 added "17" to line 1939 of sys/conf/files breaking iwm(fw), > and I suspect "17" shou

Re: build kernel failure stable11 iwi related

2018-03-01 Thread Trond Endrestøl
On Thu, 1 Mar 2018 10:48+0100, Johan Hendriks wrote: > I get an builderror on my 11.1 stable machine after the latest svn > update Revision: 330235 > > > -- > >>> stage 3.1: building everything >

Re: Locale problem updating 10.3 to 11.1

2018-02-18 Thread Trond Endrestøl
On Mon, 19 Feb 2018 00:02+0100, Eivind Nicolay Evensen wrote: > Hello. > > After upgrading from 10.3 to 11.1 by building source (as of r329364), > I experienced some problems that seems to be related to locale. > > Using > > echo $LANG -- $LC_CTYPE > no_NO.ISO8859-1 -- no_NO.ISO8859-1 That's

Re: r321601 causes make buildworld to fail on stable/11

2017-07-27 Thread Trond Endrestøl
On Thu, 27 Jul 2017 13:03+0200, Trond Endrestøl wrote: > On Thu, 27 Jul 2017 11:57+0100, tech-lists wrote: > > > On 27/07/2017 10:33, Trond Endrestøl wrote: > > > r321601 gives me these error messages on stable/11: > > > > > > /usr/src/usr.sbin/

Re: r321601 causes make buildworld to fail on stable/11

2017-07-27 Thread Trond Endrestøl
On Thu, 27 Jul 2017 11:57+0100, tech-lists wrote: > On 27/07/2017 10:33, Trond Endrestøl wrote: > > r321601 gives me these error messages on stable/11: > > > > /usr/src/usr.sbin/acpi/acpidump/acpi.c:1089:6: error: use of undeclared > > identifier 'ACPI_SRAT_TYPE_GIC_

r321601 causes make buildworld to fail on stable/11

2017-07-27 Thread Trond Endrestøl
CC_AFFINITY] = "GICC", ^~ Am I missing something? Am acpi.c missing something? -- +---++ | Vennlig hilsen, | Best regards, | | Trond Endrestøl,

Re: zpool imported twice with different names (was Re: Fwd: ZFS)

2017-05-16 Thread Trond Endrestøl
these four commands instead of a regular import: mkdir /tmp/vega zpool import -N -f -o cachefile=/tmp/zpool.cache vega mount -t zfs vega/ROOT/default /tmp/vega cp -p /tmp/zpool.cache /tmp/vega/boot/zfs/zpool.cache > >reboot again Reboot again. > > > > Thanks, > > Niko

Re: VirtualBox-ose kernel module crashes 10-stable

2017-03-31 Thread Trond Endrestøl
equal to 1. > > This assertion will be successful only if both of above are true. > > As I read the source of VirtualBox, RTThreadPreemptIsEnabled is > a part of test for preemtiveness which is used to create a spinlock. > However, I'm not sure why assertion RTThrea

Re: FreeBSD 11.0, bxe and lagg

2017-02-21 Thread Trond Endrestøl
Any ideas? Why does lagg0 refer to bge2 and bge3 in the ifconfig output, and not to bxe2 and bxe3? -- +---++ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl,

Re: kernel installation problem on STABLE-11

2017-02-03 Thread Trond Endrestøl
tallworld installkernel .ORDER: buildkernel installkernel .ORDER: buildkernel installkernel.debug .ORDER: buildkernel reinstallkernel .ORDER: buildkernel reinstallkernel.debug -- +---++ | Vennlig hilsen, | Best regards,

Re: FreeBSD 11 Stable on a Xen :: bridge0 crashing server

2017-01-20 Thread Trond Endrestøl
any uncertainty, try this patch: https://svnweb.freebsd.org/base?view=revision=308126 See PR 213439, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213439 Note, I'm not a developer nor a committer, just a humble sysadmin. -- +---+--------+ |

Re: Strange dtrace warning on running svn, perl and other programs on stable/10 r310494

2017-01-01 Thread Trond Endrestøl
On Thu, 29 Dec 2016 12:04+0100, Trond Endrestøl wrote: > I keep getting these warnings whenever I run svn, perl, and other > programs. > > WARNING: number of probes fixed does not match the number of defined probes > (16 != 18, respectively) > WARNING: some probes migh

Strange dtrace warning on running svn, perl and other programs on stable/10 r310494

2016-12-29 Thread Trond Endrestøl
st regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gjøvik Technical College, Norway, | | tlf. mob. 952 62 567, | Cellular...: +47 952 62 567, | | sentral

Re: PKG bootstrap FreeBSD 11.0 / VBox NAT problem

2016-10-28 Thread Trond Endrestøl
d all network/NAT problems went away. -- +---++ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen I

Re: leapsecond file

2016-08-08 Thread Trond Endrestøl
_ntpd_avoid_congestion="YES" You could try updating the leapsecond file manually: service ntpd fetch service ntpd restart -- +---+----+ | Vennlig hilsen, | Best regards, | | T

Re: Recent stable: bsnmpd eats up memory and cpu

2016-05-03 Thread Trond Endrestøl
On Mon, 2 May 2016 09:10+0200, Trond Endrestøl wrote: > On Mon, 2 May 2016 00:01+0200, Wolfgang Zenker wrote: > > > Hi, > > > > after updating some 10-STABLE systems a few days ago, I noticed that on > > two of those systems bsnmpd started to use up a lot of c

Re: devd(8) complains loudly when DVD player is empty, possibly due to r298134

2016-05-02 Thread Trond Endrestøl
n file, you might consider > something like this: > > !-devd > user.*/var/log/user.log > > -Alan Thanks for the suggestion. I'll look into it when I get at work. > On Sun, May 1, 2016 at 9:07 AM, Trond Endrestøl < > trond.endre

Re: Recent stable: bsnmpd eats up memory and cpu

2016-05-02 Thread Trond Endrestøl
ither in the kernel or in libc, or both. -- +---++ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet,

Re: devd(8) complains loudly when DVD player is empty, possibly due to r298134

2016-05-01 Thread Trond Endrestøl
o *.*;mark.* is sent to /dev/ttyvb and to the central log host. /dev/ttyvb was pretty busy on the log host. Making devd less chatty does have its merits. The next servers I buy will probably exclude a DVD player. Happy hacking. > > On Apr 27, 2016, at 1:23 PM, Trond Endrestøl > > <

Re: booting from separate zfs pool

2016-04-29 Thread Trond Endrestøl
with the fact that zboot does contain only the /boot > directory, and not the full rootfs ? > > Thanks. > Eugene. -- +-------+--------+ | Vennlig hilsen, | Best regards, |

devd(8) complains loudly when DVD player is empty, possibly due to r298134

2016-04-27 Thread Trond Endrestøl
s/cam/cam_periph.c MFC r298004: Add a devctl/devd notification conduit for CAM errors that happen at the periph level. Due to not merging the changes to ata_res_sbuf(), this version is a little messy. Sponsored by: Netflix http://svnweb.freebsd.org/base?view=revision=298134 --

Re: A gpart(8) mystery on 10.3-RELEASE

2016-04-05 Thread Trond Endrestøl
On Tue, 5 Apr 2016 15:34+0300, Boris Samorodov wrote: > 05.04.16 12:30, Trond Endrestøl пишет: > > > What am I doing wrong? Can't gpart(8) write both the pmbr and the efi > > image as a single command? Is it an off-by-one error in gpart(8)? > > Should it? Yes,

Re: A gpart(8) mystery on 10.3-RELEASE

2016-04-05 Thread Trond Endrestøl
On Tue, 5 Apr 2016 12:07+0200, martin.amb...@tudc.cz wrote: > Trond Endrestøl píše v út 05. 04. 2016 v 11:30 +0200: > > What am I doing wrong? Can't gpart(8) write both the pmbr and the efi > image as a single command? Is it an off-by-one error in gpart(8)? >

A gpart(8) mystery on 10.3-RELEASE

2016-04-05 Thread Trond Endrestøl
ond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gjøvik Technical College, Norway, | | tlf. mob. 952 62 567, | Cellular...: +47 952 62 567, | | sentralbord 61 14 54

Re: Problems with unbound

2016-03-15 Thread Trond Endrestøl
w DNSSEC. > root@dbengine-ent-rm-01:/var/unbound # freebsd-version > 10.2-RELEASE-p13 > > Thanks. -- +---+----+ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansva

Re: Multiple kernels installed when KERNCONF lists more than one kernel configuration file

2016-01-07 Thread Trond Endrestøl
-+ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gjøvik Technical College, Norway, | | tlf. m

Multiple kernels installed when KERNCONF lists more than one kernel configuration file

2016-01-06 Thread Trond Endrestøl
mand line while running make installkernel. -- +---++ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig,

r292973 creates problems for stable/10 kernels and options ZFS

2015-12-31 Thread Trond Endrestøl
of my systems. -- +---++ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator

Re: zfs, mc, mcview and files opening

2015-11-10 Thread Trond Endrestøl
Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gjøvik Technical College, Norway, | | tlf. mob. 952 62 567, | Cellular...: +47 952 62 567, | | sentralbord 61 14

Re: zfs, mc, mcview and files opening

2015-11-10 Thread Trond Endrestøl
On Tue, 10 Nov 2015 11:05+0100, Trond Endrestøl wrote: > On Tue, 10 Nov 2015 14:58+0500, Eugene M. Zheganin wrote: > > > my midnight commander is terribly slow at vieweing files with mcview. > > [snip] > > > Can some workaround be used ? > > I blame file(1),

Re: zfs, mc, mcview and files opening

2015-11-10 Thread Trond Endrestøl
On Tue, 10 Nov 2015 16:54+0500, Eugene M. Zheganin wrote: > Hi, > > on 10.11.2015 15:05, Trond Endrestøl wrote: > > I blame file(1), it's hopelessly slow. mcview uses file(1) to deduce > > if it should just display the damn file or run the file through some > > fi

Merging r286233 to stable/10?

2015-11-07 Thread Trond Endrestøl
Hi, Would someone please consider merging r286233 to stable/10? -- +---++ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig

Re: Merging r286233 to stable/10?

2015-11-07 Thread Trond Endrestøl
sen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gjøvik Technical College, Norway, | | tlf. mob. 952 62

Upgrading FreeBSD/i386 from stable/9 r286222 to stable/10 r286278

2015-08-04 Thread Trond Endrestøl
? -- +---++ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gjøvik

Re: Upgrading FreeBSD/i386 from stable/9 r286222 to stable/10 r286278

2015-08-04 Thread Trond Endrestøl
On Tue, 4 Aug 2015 12:49+0200, Trond Endrestøl wrote: Has anyone successfully built stable/10 while running stable/9? I'm subject to PR 194899. Isn't /usr/src/sys/sys considered during make depend, only /usr/include/sys, in that regard? False alarm, sorry. Building stable/10 using clang

KSTACK_PAGES stuck at 2 despite options KSTACK_PAGES=4

2015-07-31 Thread Trond Endrestøl
it want? -- +---++ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator

ctfconvert fails for cddl/lib/drti, ctfconvert is missing

2015-05-19 Thread Trond Endrestøl
, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gjøvik Technical College, Norway, | | tlf. mob. 952 62 567, | Cellular...: +47 952 62 567

stable/9 r281817 needs to build an up-to-date make when compiling stable/9 r281849

2015-04-22 Thread Trond Endrestøl
hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gjøvik Technical College, Norway, | | tlf. mob. 952 62 567

Re: ZFS pool with 4k sector size

2013-08-22 Thread Trond Endrestøl
send stream sent to the new pool. -- +---++ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System

Re: Properties list for zfs in FreeBSD

2013-08-21 Thread Trond Endrestøl
form at the top. -- +---++ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator

Re: ZFS in jails 9.2-RC1 permission denied

2013-08-09 Thread Trond Endrestøl
On Fri, 9 Aug 2013 13:35+0300, George Kontostanos wrote: On Fri, Aug 9, 2013 at 8:55 AM, Trond Endrestøl trond.endres...@fagskolen.gjovik.no wrote: On Thu, 8 Aug 2013 19:04+0300, George Kontostanos wrote: On Thu, Aug 8, 2013 at 2:59 PM, Mark Felder f...@freebsd.org wrote

Re: ZFS in jails 9.2-RC1 permission denied

2013-08-09 Thread Trond Endrestøl
On Fri, 9 Aug 2013 14:07+0300, George Kontostanos wrote: On Fri, Aug 9, 2013 at 1:57 PM, Trond Endrestøl trond.endres...@fagskolen.gjovik.no wrote: On Fri, 9 Aug 2013 13:35+0300, George Kontostanos wrote: On Fri, Aug 9, 2013 at 8:55 AM, Trond Endrestøl trond.endres

Re: ZFS in jails 9.2-RC1 permission denied

2013-08-08 Thread Trond Endrestøl
. A jail would however be allowed to (un)mount already existing filesystems within its own structure, i.e. Pool/test1. -- +---++ | Vennlig hilsen, | Best regards, | | Trond Endrestøl

Re: ZFS in jails 9.2-RC1 permission denied

2013-08-08 Thread Trond Endrestøl
On Thu, 8 Aug 2013 07:05-0500, Mark Felder wrote: On Thu, Aug 8, 2013, at 6:59, Trond Endrestøl wrote: I'm just guessing, but I doubt a jail would be able to create new ZFS filesystems outside its own structure, if at all able. A jail would however be allowed to (un)mount already

Re: ZFS in jails 9.2-RC1 permission denied

2013-08-08 Thread Trond Endrestøl
running the mount command from within the jail environment. -- +---++ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig

Re: Problem with zfsloader on 9.2-BETA2

2013-08-02 Thread Trond Endrestøl
On Wed, 31 Jul 2013 12:12-0400, J David wrote: On Wed, Jul 31, 2013 at 5:20 AM, Trond Endrestøl trond.endres...@fagskolen.gjovik.no wrote: I'm curious as to why you use da?p1 as the freebsd-zfs partitions. Those are whole-disk partitions. Where does the freebsd-boot partition reside

Re: ZFS: can't read MOS of pool

2013-08-02 Thread Trond Endrestøl
On Fri, 2 Aug 2013 17:04+0200, ?ukasz W?sikowski wrote: W dniu 2013-07-25 22:23, Trond Endrestøl pisze: Perhaps you should reset the mountpoint property for klawisz, using: zfs set mountpoint=legacy klawisz At the same time you may let klawisz/ROOTFS inherit the mountpoint

Re: Problem with zfsloader on 9.2-BETA2

2013-08-02 Thread Trond Endrestøl
On Fri, 2 Aug 2013 11:31-0400, J David wrote: On Fri, Aug 2, 2013 at 2:36 AM, Trond Endrestøl trond.endres...@fagskolen.gjovik.no wrote: I'll try the 8.4-R - 9.2-BETA2 route later this afternoon, and avoid updating the boot blocks with the ones from 9.2-BETA2. That leaves the raidz2

Re: Problem with zfsloader on 9.2-BETA2

2013-07-31 Thread Trond Endrestøl
. -- +---++ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gjøvik Technical College

Re: ZFS: can't read MOS of pool

2013-07-25 Thread Trond Endrestøl
, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gjøvik Technical College, Norway, | | tlf. mob. 952 62 567, | Cellular...: +47 952 62 567

Re: ZFS: can't read MOS of pool

2013-07-25 Thread Trond Endrestøl
On Thu, 25 Jul 2013 20:45+0200, ?ukasz W?sikowski wrote: W dniu 2013-07-25 18:40, Trond Endrestøl pisze: Any hints how to go from here? I'm only subscribed to freebsd-stable@, but as far as I can tell, no one from freebsd-fs@ nor freebsd-stable@ has yet replied. I'm only replying

Incomplete r249912

2013-04-26 Thread Trond Endrestøl
, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gjøvik Technical College, Norway, | | tlf. mob. 952 62 567, | Cellular...: +47 952 62 567, | | sentralbord 61

Re: Incomplete r249912

2013-04-26 Thread Trond Endrestøl
On Fri, 26 Apr 2013 08:05-0400, Glen Barber wrote: On Fri, Apr 26, 2013 at 09:15:34AM +0200, Trond Endrestøl wrote: r249912, MFC r249802, is incomplete. Please fix stable/9/lib/libc/gen/stringlist.c or amend stable/9/include/stringlist.h. The latter is preferred. I just fixed

Re: make buildkernel for GENERIC 9-STABLE just hangs, no error

2013-04-17 Thread Trond Endrestøl
. -- +---++ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gjøvik Technical

Unable to upgrade ZFS pool to feature flags, SPA version 5000, on stable/9 @ r243825

2013-01-18 Thread Trond Endrestøl
, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gjøvik Technical College, Norway, | | tlf. mob. 952 62 567, | Cellular...: +47 952 62 567

Re: Unable to upgrade ZFS pool to feature flags, SPA version 5000, on stable/9 @ r243825

2013-01-18 Thread Trond Endrestøl
On Fri, 18 Jan 2013 09:20+0100, Trond Endrestøl wrote: I then decided to upgrade the root pool to feature flags, SPA version 5000, and was not so lucky. # zpool upgrade -a This system supports ZFS pool feature flags. cannot upgrade 'zroot': invalid argument for this pool operation

Re: FreeBSD wiki offline for a bit

2013-01-08 Thread Trond Endrestøl
Varnish cache server -- +---++ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator

  1   2   >