Re: r339289 buildworld stopped in /usr/src/secure/lib/libcrypto

2018-10-12 Thread Trond Endrestøl
On Fri, 12 Oct 2018 09:59+0200, Raúl wrote: > (also deleted obj) I do that whenever sys/sys/param.h changes. My builder wipes obj unconditionally every Monday in addition to the above. -- Trond. ___ freebsd-current@freebsd.org mailing list https://li

Re: r343111 breaks build

2019-01-17 Thread Trond Endrestøl
On Thu, 17 Jan 2019 04:49-0800, David Wolfskill wrote: > On Thu, Jan 17, 2019 at 03:37:16PM +0300, Lev Serebryakov wrote: > > > > I can not build CURRENT r343111 on r343022 world. Looks like r343111 > > itself cause problems (r343110 builds): > > > > In file included from /data/src/contrib/libc

Re: r343111 breaks build

2019-01-17 Thread Trond Endrestøl
On Thu, 17 Jan 2019 15:53+0100, Trond Endrestøl wrote: > Try the attached patch, [...] I fail to see how r343113 actually fixes r343111. Attached patch augments and corrects the changes done in r343113. -- Trond.Index: contrib/libc++/include/errn

Re: 13.0-CURRENT drops to debugger on shutdown with IPNAT enabled

2019-01-21 Thread Trond Endrestøl
On Sun, 20 Jan 2019 13:09-0500, David Boyd wrote: > 13.0-CURRENT drops to debugger on shutdown with IPNAT enabled. > > Running in VirtualBox 6.0.2. > > The identical configuration running 12.0-RELEASE-p2, 12.0-STABLE, 11.2- > RELEASE-p8 and 11.2-STABLE do not exhibit this behavior. > > This (VM

ZFS no longer mounted in alphanumerical order

2019-03-11 Thread Trond Endrestøl
Has anyone else noticed ZFS datasets are no longer mounted in alphanumerical order in CURRENT? It looks more like they are mounted in the order in which they are encountered. Are there any chance of reverting to the old behaviour? Here's an example: Filesystem SizeUsed

Re: ZFS no longer mounted in alphanumerical order

2019-03-11 Thread Trond Endrestøl
On Mon, 11 Mar 2019 13:47-0700, Matthew Ahrens wrote: > On Mon, Mar 11, 2019 at 11:33 AM Trond Endrestøl < > trond.endres...@fagskolen.gjovik.no> wrote: > > > Has anyone else noticed ZFS datasets are no longer mounted in > > alphanumerical order in CURRENT? It looks

Re: ZFS no longer mounted in alphanumerical order

2019-03-11 Thread Trond Endrestøl
On Mon, 11 Mar 2019 14:03-0700, Freddie Cash wrote: > On Mon, Mar 11, 2019 at 1:59 PM Trond Endrestøl < > trond.endres...@fagskolen.gjovik.no> wrote: > > > On Mon, 11 Mar 2019 13:47-0700, Matthew Ahrens wrote: > > > > > On Mon, Mar 11, 2019 at 11:33 AM

Re: ZFS no longer mounted in alphanumerical order

2019-03-12 Thread Trond Endrestøl
On Tue, 12 Mar 2019 08:54+0200, Andriy Gapon wrote: > On 12/03/2019 02:12, Rodney W. Grimes wrote: > >> On 11/03/2019 23:03, Freddie Cash wrote: > >>> Wouldn't it make more sense to teach df, du, "zfs list", and other things > >>> that list the mounted filesystems to use sorted output? > >> > >> |

Re: ZFS no longer mounted in alphanumerical order

2019-03-12 Thread Trond Endrestøl
On Tue, 12 Mar 2019 11:37+0100, Jan Martin Mikkelsen wrote: > > On 12 Mar 2019, at 10:37, Trond Endrestøl > > wrote: > > I concocted a shell script, it looks promising: > > > > #!/bin/sh > > #- > > # Parallel mounting of ZFS filesystems leaves a ch

Re: ZFS no longer mounted in alphanumerical order

2019-03-12 Thread Trond Endrestøl
On Tue, 12 Mar 2019 12:14+0100, Trond Endrestøl wrote: > On Tue, 12 Mar 2019 11:37+0100, Jan Martin Mikkelsen wrote: > > > > On 12 Mar 2019, at 10:37, Trond Endrestøl > > > wrote: > > > I concocted a shell script, it looks promising: > > > > > &

Re: ZFS no longer mounted in alphanumerical order

2019-03-12 Thread Trond Endrestøl
On Tue, 12 Mar 2019 13:27+0200, Andriy Gapon wrote: > On 12/03/2019 11:37, Trond Endrestøl wrote: > > # Parallel mounting of ZFS filesystems leaves a chaotic listing of > > # mounted filesystems when viewed by df(1). > > df reports filesystems in the order they were mounted.

Re: leaked swap?

2019-03-19 Thread Trond Endrestøl
On Tue, 19 Mar 2019 16:02+0300, Slawa Olhovchenkov wrote: > On Mon, Mar 18, 2019 at 11:00:10PM +0200, Andriy Gapon wrote: > > > On 18/03/2019 20:01, Andrey Fesenko wrote: > > > Not this? ZFS use wired and not clean only reboot? > > > https://reviews.freebsd.org/D7538?id=25108 > > > > Wired memor

Re: r346025: ZFS filesystems do not mount anymore

2019-04-09 Thread Trond Endrestøl
On Mon, 8 Apr 2019 19:58+0200, O. Hartmann wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Hello, > > after a bunch of updates this weekend, mounting ZFS filesystems on CURRENT > r346025 doesn't > work anymore at boot time when ZFS is built-in-kernel. zfs_enable="YES" is > set i

Re: r346025: ZFS filesystems do not mount anymore

2019-04-09 Thread Trond Endrestøl
On Tue, 9 Apr 2019 10:06+0200, Trond Endrestøl wrote: > On Mon, 8 Apr 2019 19:58+0200, O. Hartmann wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA256 > > > > Hello, > > > > after a bunch of updates this weekend, mounting ZFS filesystem

Panic in fbt_provide_module_function() on head amd64 r347403

2019-05-09 Thread Trond Endrestøl
Host is Windows 7 x64 SP1. CPU is Core i7 960. Hypervisor is VirtualBox 6.0.6. VM is using UEFI. Kernel config is https://ximalas.info/~trond/create-zfs/canmount/VBOXGUEST-amd64-head Crash happens early during boot, right after launching the APs. fault virtual address = 0x0 [...] KDB backtrac

Re: Panic in fbt_provide_module_function() on head amd64 r347403

2019-05-09 Thread Trond Endrestøl
On Thu, 9 May 2019 17:23-0500, Larry Rosenman wrote: > On 05/09/2019 5:19 pm, Trond Endrestøl wrote: > > Host is Windows 7 x64 SP1. > > CPU is Core i7 960. > > Hypervisor is VirtualBox 6.0.6. > > VM is using UEFI. > > Kernel config is > > https://ximalas.in

Re: r349100: buildworld does not compile (ld: error: duplicate symbol: sse42_crc32c)

2019-06-16 Thread Trond Endrestøl
On Sun, 16 Jun 2019 17:49+0200, Rainer Hurling wrote: > This happens with two older cpus, Intel (Core 17-4770) and AMD (Phenom > II X6 1090T). > > Am I the only one, who observes this breakage? Thanks for any hint. No. This also happens on Intel Core i7 960. I will retry buildworld using -D WIT

Re: filesystem mount problem

2019-07-21 Thread Trond Endrestøl
On Sun, 21 Jul 2019 15:07-0400, AN wrote: > I don't understand why the /tmp is being mounted. It is causing problems > because when I try to run portupgrade it fails for lack of space. If I > forcibly unmount it everything breaks. tmpmfs is set to "AUTO" in /etc/defaults/rc.conf. Try setting t

r350583 - init died (signal 6, exit 0)

2019-08-05 Thread Trond Endrestøl
Hi, Has anyone else noticed the kernel being unable to spawn init lately? All I get is: init died (signal 6, exit 0) panic: Going nowhere without my init! /sbin/init hasn't had any changes in 4 months, and is present in /sbin in the new BE. I've tried and failed in VBox at home this weekend,

Re: r350484 and ASLR enabled - init died (signal 6, exit 0)

2019-08-05 Thread Trond Endrestøl
On Mon, 5 Aug 2019 06:02-0700, David Wolfskill wrote: > On Mon, Aug 05, 2019 at 02:53:04PM +0200, Trond Endrestøl wrote: > > Hi, > > > > Has anyone else noticed the kernel being unable to spawn init lately? > > > > All I get is: > > > > init die

Re: r350484 and ASLR enabled - init died (signal 6, exit 0)

2019-08-05 Thread Trond Endrestøl
On Mon, 5 Aug 2019 22:23+0300, Konstantin Belousov wrote: > On Mon, Aug 05, 2019 at 08:10:43PM +0200, Trond Endrestøl wrote: > > > I'm going home and see if VBox 6.0.10 exhibits the same behaviour. > > Try r350608. There was a mis-merge in the committed patch (more se

Re: r350484 and ASLR enabled - init died (signal 6, exit 0)

2019-08-06 Thread Trond Endrestøl
On Mon, 5 Aug 2019 22:32+0200, Trond Endrestøl wrote: > On Mon, 5 Aug 2019 22:23+0300, Konstantin Belousov wrote: > > > On Mon, Aug 05, 2019 at 08:10:43PM +0200, Trond Endrestøl wrote: > > > > > I'm going home and see if VBox 6.0.10 exhibits the same behaviour. &

Re: hang up with r352239 and r352386 with i5-7500

2019-09-16 Thread Trond Endrestøl
On Mon, 16 Sep 2019 20:09+0900, Masachika ISHIZUKA wrote: > My machine (with core i5-7500) is hangup when loading i915kms.ko > on r352239 and r352386 (1300047). > This machine was working good with r351728 (1300044). > > /etc/rc.conf has the following line. > kld_list="i915kms.ko" Pardon t

Re: pkg/ports system terribly messed up?

2014-09-29 Thread Trond Endrestøl
rade and upgrades pkg before proceeding with the remaining outdated ports. As portupgrade doesn't always properly install _new_ dependencies, my script also checks for any missing ports and installs them prior to upgrading the outdated ports. If anyone's interested, here's my script: http://ximalas.info/~trond/create-zfs/canmount/upgrade-outdated-po

Re: pkg/ports system terribly messed up?

2014-09-29 Thread Trond Endrestøl
On Tue, 30 Sep 2014 08:40+0200, Trond Endrestøl wrote: > On Tue, 30 Sep 2014 08:13+0200, O. Hartmann wrote: > > > > > Hello. > > > > I just made the last update of the ports yesterday (I use portmaster -da > > performing this > > task) and obviously

Re: CURRENT: WARNING! r273914 leaves filesystems in inconsistent/corrupted condition!

2014-11-01 Thread Trond Endrestøl
m background noise in ADCs, unused WiFi / 4G / BT radios or > whatever else is available and submit a patch) -- +---++ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, |

/usr/sbin/cron and /usr/sbin/fifolog_{create,reader,writer} winds up in ${DESTDIR}/ during installworld, as of r275212

2014-11-28 Thread Trond Endrestøl
part? -- +---++ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gjøvik Technical College, N

r282420 omits /usr/lib/private/libssh_p.a

2015-05-13 Thread Trond Endrestøl
make delete-old can't finish off the /usr/lib/private directory due to the presence of libssh_p.a. Manual intervention is required UFN. ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe,

Re: Build world problem r284331 > r284377

2015-06-14 Thread Trond Endrestøl
7;t seem to be the case. Correct me if I'm wrong. -- +---++ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig,

Obsolete files in base/head

2015-06-18 Thread Trond Endrestøl
.5.1 /usr/local/debug/usr/lib/clang/3.6.0 -- +---++ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig,

amd64 base/head r284673 fails to build on amd64 base/head r284639, pilot error?

2015-06-21 Thread Trond Endrestøl
nf exists, but empty. -- +---++ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gjøvik Technical College, N

Re: amd64 base/head r284673 fails to build on amd64 base/head r284639, pilot error?

2015-06-21 Thread Trond Endrestøl
27;s good to know. Pilot error, indeed. They were probably leftovers from when we could choose between gcc and clang. I'll remove those lines and see what happens. Thanks. -- +---++ | Vennlig hilsen, | Best regard

Re: amd64 base/head r284673 fails to build on amd64 base/head r284639, pilot error?

2015-06-22 Thread Trond Endrestøl
On Mon, 22 Jun 2015 09:41-0700, Jason Evans wrote: > On Jun 21, 2015, at 1:05 PM, Garrett Cooper wrote: > > On Jun 21, 2015, at 3:16, Trond Endrestøl > > wrote: > >> Am I the only one who fails to build recent base/head (r284673) on > >> pretty recent base/head

Re: amd64 base/head r284673 fails to build on amd64 base/head r284639, pilot error?

2015-06-22 Thread Trond Endrestøl
On Mon, 22 Jun 2015 18:14-, Mark Johnston wrote: > On Mon, Jun 22, 2015 at 08:00:13PM +0200, Trond Endrestøl wrote: > > > > I concur. DTrace support is b0rken. > > > > I installed a fresh VM at work using Glen's recent base/head snapshot, > > 201506

Problems with building rescue are solved

2015-07-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, | |

Re: Problems with building rescue are solved

2015-07-07 Thread Trond Endrestøl
On Tue, 7 Jul 2015 19:37+0200, Trond Endrestøl wrote: > Hi, > > I guess both the instructions for enabling DTrace, > https://wiki.freebsd.org/DTrace/KernelSupport and r284356 are to > blame. > > I suggest the wiki be amended with: > > STRIP=: > > or some o

Re: keymap set after file system decryption

2015-12-16 Thread Trond Endrestøl
libc.so.7 => /lib/libc.so.7 (0x800827000) -- +---++ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gjøvik Technic

Re: Re: keymap set after file system decryption

2015-12-17 Thread Trond Endrestøl
On Wed, 16 Dec 2015 16:34-0800, Kevin Oberman wrote: > On Wed, Dec 16, 2015 at 7:34 AM, Carsten Kunze > wrote: > > > Trond Endrestøl wrote: > > > > > I guess we who live outside the US should take into account that PCs > > > are initialised by firmwar

Re: Re: keymap set after file system decryption

2015-12-17 Thread Trond Endrestøl
On Thu, 17 Dec 2015 11:56+0100, Trond Endrestøl wrote: > On Wed, 16 Dec 2015 16:34-0800, Kevin Oberman wrote: > > > On Wed, Dec 16, 2015 at 7:34 AM, Carsten Kunze > > wrote: > > > > > Trond Endrestøl wrote: > > > > > > > I guess we who

Re: Re: keymap set after file system decryption

2015-12-17 Thread Trond Endrestøl
On Thu, 17 Dec 2015 12:21+0100, Trond Endrestøl wrote: > On Thu, 17 Dec 2015 11:56+0100, Trond Endrestøl wrote: > > > On Wed, 16 Dec 2015 16:34-0800, Kevin Oberman wrote: > > > > > On Wed, Dec 16, 2015 at 7:34 AM, Carsten Kunze > > > wrote: &

Re: keymap set after file system decryption

2015-12-17 Thread Trond Endrestøl
On Thu, 17 Dec 2015 12:51+0100, Claude Buisson wrote: > On 12/17/2015 12:21, Trond Endrestøl wrote: > > On Thu, 17 Dec 2015 11:56+0100, Trond Endrestøl wrote: > > > > > On Wed, 16 Dec 2015 16:34-0800, Kevin Oberman wrote: > > > > > > > O

Re: keymap set after file system decryption

2015-12-17 Thread Trond Endrestøl
On Thu, 17 Dec 2015 13:56+0100, Trond Endrestøl wrote: > On Thu, 17 Dec 2015 12:51+0100, Claude Buisson wrote: > > > On 12/17/2015 12:21, Trond Endrestøl wrote: > > > On Thu, 17 Dec 2015 11:56+0100, Trond Endrestøl wrote: > > > > > > > On Wed, 1

Re: keymap set after file system decryption

2015-12-17 Thread Trond Endrestøl
g to commit it? Ed Maste is assigned, so unless you're too busy, Ed, would you commit this patch to CURRENT and MFC/MFH as appropriate? -- +---++ | Vennlig hilsen, | Best regards, | | Trond

Re: EFI zfs loader and beadm?

2016-03-10 Thread Trond Endrestøl
https://wiki.freebsd.org/RootOnZFS If you keep /boot as a separate dataset/filesystem, with efiwpool/ROOT/init0/boot as the given bootfs, then boot1.efi will not see a /boot directory inside that dataset. The files and directories from /boot will be presented as living in /, the local root dir

Re: wired memory leak at r298785

2016-05-03 Thread Trond Endrestøl
o fix it. > > Thanks Mark, that looks like the right fix. I’ll put it in today. > > Scott A few of my stable/10 systems simple froze due to this bug. Would it be possible for the kernel to detect when it's running low on (kernel) memory, or when it's completely out of (kernel) memory, and call on panic() only to limp away for

Re: console in 11.0-ALPHA4

2016-06-20 Thread Trond Endrestøl
ropriate keymap file in /usr/share/vt/keymaps/ and update the keymap line in /etc/rc.conf. Here's the Norwegian keyboard layout as an example: keymap="norwegian.iso" # Old Norwegian keymap for the sc console keymap="no"# New Norwegian keymap for th

Re: Weekday missing in date(1) output

2016-07-04 Thread Trond Endrestøl
affected. -- +---+----+ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innland

Re: CURRENT: "service netif restart" looses default route

2016-10-05 Thread Trond Endrestøl
nal routes for 127.0.0.1 and ::1? I see that behaviour on both head and stable/11. -- +---+----+ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansva

Re: CURRENT: "service netif restart" looses default route

2016-10-07 Thread Trond Endrestøl
On Wed, 5 Oct 2016 19:50+0200, Trond Endrestøl wrote: > Oct 4 13:23:24 [WITHHELD] kernel: add net default: gateway > 2001:x:y:z::1 fib 0: Network is unreachable This problem was due to a typo, sorry for the noise. > Also, why do the startup scripts attempt to add additional r

Re: zfs crash on FreeBSD 10.3

2016-10-14 Thread Trond Endrestøl
$0,0x6bd5cd(%rip) > db> reboot > > I will add that after this, every boot hits this problem. (same stack trace). > the box is effectively bricked > (or would be if it weren't just a bhyve image) -- +---++ | Vennlig hilsen, |

/usr/share/man/man4/cc.4.gz obsolete?

2016-12-16 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

Re: Problem compiling akonadi

2017-02-21 Thread Trond Endrestøl
ich I build on my own, not pre-compiled packages. -- +---++ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlan

Re: update an older i386 CURRENT system to amd64 CURRENT

2017-03-16 Thread Trond Endrestøl
re. The old systems were transferred to the new systems using tar and nc. That way the old systems kept humming while I recompiled base, ports, etc, on their replacements. Here are three things I didn't do/tried before "going live" last year: recursively copying /usr/local/lib to /usr/local/l

Crash in base/head in abd_put() after r320156

2017-06-20 Thread Trond Endrestøl
oline() at 0x8096915e = fork_trampoline+0xe/frame 0xfe01b0231bf0 --- trap 0, rip = 0, rsp = 0, rbp = 0 --- Uptime: 4s -- +---++ | Vennlig hilsen, | Best regards, | | Trond Endrestøl,

Re: Crash in base/head in abd_put() after r320156

2017-06-20 Thread Trond Endrestøl
On Tue, 20 Jun 2017 17:31-0400, Allan Jude wrote: > On 2017-06-20 17:27, Trond Endrestøl wrote: > > Has anyone else seen a crash in base/head in abd_put() after r320156? > > > > One of my experimental VMs at home crashed spectacularly after > > upgrading to r32015

Re: Crash in base/head in abd_put() after r320156

2017-06-22 Thread Trond Endrestøl
On Wed, 21 Jun 2017 11:18+0300, Andriy Gapon wrote: > On 21/06/2017 00:45, Trond Endrestøl wrote: > > On Tue, 20 Jun 2017 17:31-0400, Allan Jude wrote: > > > >> On 2017-06-20 17:27, Trond Endrestøl wrote: > >>> Has anyone else seen a crash in base/head in abd_

Re: Current amd64 new error or warning from today's current with ruby r320323

2017-06-25 Thread Trond Endrestøl
1 root wheel 21 Jun 25 16:39 /usr/lib/libthr.so -> ../../lib/libthr.so.3 -r--r--r-- 1 root wheel 270362 May 28 21:41 /usr/lib/libthr_p.a -r--r--r-- 1 root wheel 45376 Apr 22 10:39 /usr/lib/libthread_db.a lrwxr-xr-x 1 root wheel 17 Jun 25 16:39 /usr/lib/libthread_db.so -> libthread_db.so.3 -r--r

Re: Current amd64 new error or warning from today's current with ruby r320323

2017-06-25 Thread Trond Endrestøl
On Sun, 25 Jun 2017 17:18+0200, Trond Endrestøl wrote: > On Sun, 25 Jun 2017 16:41+0300, Konstantin Belousov wrote: > > > On Sat, Jun 24, 2017 at 07:19:25PM -0700, Manfred Antar wrote: > > > > > > > On Jun 24, 2017, at 7:04 PM, Konstantin Belousov > >

Re: Current amd64 new error or warning from today's current with ruby r320323

2017-06-25 Thread Trond Endrestøl
On Sun, 25 Jun 2017 17:56+0200, Trond Endrestøl wrote: > On Sun, 25 Jun 2017 17:18+0200, Trond Endrestøl wrote: > > > On Sun, 25 Jun 2017 16:41+0300, Konstantin Belousov wrote: > > > > > On Sat, Jun 24, 2017 at 07:19:25PM -0700, Manfred Antar wrote: > > > &

Re: Current amd64 new error or warning from today's current with ruby r320323

2017-06-25 Thread Trond Endrestøl
On Sun, 25 Jun 2017 18:08+0200, Trond Endrestøl wrote: > On Sun, 25 Jun 2017 17:56+0200, Trond Endrestøl wrote: > > > On Sun, 25 Jun 2017 17:18+0200, Trond Endrestøl wrote: > > > > > On Sun, 25 Jun 2017 16:41+0300, Konstantin Belousov wrote: > > > > &

Re: Current amd64 new error or warning from today's current with ruby r320323

2017-06-25 Thread Trond Endrestøl
, because the whole stack is allocated by initial grow. > But then there is no space for the guard page, which caused mapping failure > for it, and overall stack mapping failure. > > Try this. > https://people.freebsd.org/~kib/misc/vm2.2.patch This patch made ruby23 happy on my

Has gdb been disconnected from make installworld?

2017-06-25 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

Re: Has gdb been disconnected from make installworld?

2017-06-25 Thread Trond Endrestøl
On Sun, 25 Jun 2017 20:55+0200, Trond Endrestøl wrote: > I was at bit surprised to see gdb missing from /usr/bin this evening. > The executables are still being built in /usr/obj/usr/src/gnu/usr.bin/gdb. > > This is on base/head r320329. > > Do we need to add WITH_GDB=yes to

Re: Has gdb been disconnected from make installworld?

2017-06-26 Thread Trond Endrestøl
On Sun, 25 Jun 2017 14:07-0500, Benjamin Kaduk wrote: > On Sun, Jun 25, 2017 at 09:03:58PM +0200, Trond Endrestøl wrote: > > > Ah, they wound up in /usr/libexec. Still, that's an odd place for u

Re: r319971 -> r320351: Fatal error 'Cannot allocate red zone for initial thread'

2017-06-26 Thread Trond Endrestøl
On Mon, 26 Jun 2017 12:22+0100, Steven Hartland wrote: > Is this related to kib's additional fix over the weekend? > > https://svnweb.freebsd.org/changeset/base/320344 Attempting to run r320348 with no patches applied proved unfruitful earlier today. I had partial success the weekend building

Re: [base package build] [fail] r320347 -> r320392: install: builddir/Africa/Abidjan: No such file or directory

2017-06-27 Thread Trond Endrestøl
Try running make installworld without -j N. Serial installworld was successful at my end. -- +---++ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl

Re: Current amd64 new error or warning from today's current with ruby r320323

2017-06-27 Thread Trond Endrestøl
On Sun, 25 Jun 2017 22:05+0300, Konstantin Belousov wrote: > On Sun, Jun 25, 2017 at 08:51:07PM +0200, Trond Endrest?l wrote: > > > https://people.freebsd.org/~kib/misc/vm2.2.patch > > > > This patch made ruby23 happy on my end. Can't say the same for > > emacs-nox11 or temacs while building the

Re: Current amd64 new error or warning from today's current with ruby r320323

2017-06-27 Thread Trond Endrestøl
On Tue, 27 Jun 2017 20:28+0200, Trond Endrestøl wrote: > On Sun, 25 Jun 2017 22:05+0300, Konstantin Belousov wrote: > > > On Sun, Jun 25, 2017 at 08:51:07PM +0200, Trond Endrest?l wrote: > > > > https://people.freebsd.org/~kib/misc/vm2.2.patch > > > > > &

ipfw_netflow in base/head r320944 & r321008

2017-07-16 Thread Trond Endrestøl
uot;# rules definition file for pf pf_program="/sbin/pfctl" # where the pfctl program lives -- +---++ | Vennlig hilsen, | Best regards, | | Trond Endrestøl,

Re: ipfw_netflow in base/head r320944 & r321008

2017-07-16 Thread Trond Endrestøl
On Sun, 16 Jul 2017 10:43+0200, Trond Endrestøl wrote: > At boot time /etc/rc display this message: > > /etc/rc: WARNING: $ipfw_netflow_enable is not set properly - see rc.conf(5). > > This was introduced in r320944 and corrected to some extent in > r321008. > > Never

Re: [tzsetup] can't set up local timezone if CMOS is set to UTC

2017-08-07 Thread Trond Endrestøl
On Mon, 7 Aug 2017 09:51+0300, Boris Samorodov wrote: > So my question is: how to set up local time zone if CMOS is set to UTC? My timezone is Europe/Oslo, adjust to fit your timezone: rm -f /etc/wall_cmos_clock cp -p /usr/share/zoneinfo/Europe/Oslo /etc/localtime echo Europe/Oslo > /var/db/zone

Re: make delete-old broken

2013-10-29 Thread Trond Endrestøl
> > In the interval between revisions >= r254887 to r255016 > > make delete-old broken > > > > root@nonamehost:/ # cd /usr/src/ > > root@nonamehost:/usr/src # yes|make delete-old > > make[1]: "tools/build/mk/tools/build/mk/OptionalObsoleteFiles.inc" l

r265279 causes gpf at sys/net/route.c:930

2014-05-03 Thread Trond Endrestøl
rlier this afternoon, runs smoothly at r265275. -- +---++ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig,

Re: CURRENT: jemalloc_jemalloc.c:(.text+0xcb7): relocation truncated to fit: R_X86_64_PC32 against symbol `__je_ctl_boot'

2014-05-05 Thread Trond Endrestøl
4_PC32 > against > symbol `__je_ctl_boot' defined in .text section in > /usr/lib/libc.a(jemalloc_ctl.o) c++: > error: linker command failed with exit code 1 (use -v to see invocation) *** > Error code 1 > > Stop. > make[3]: stopped in /usr/src/usr.bin/clang/tblg

Re: buildworld fails (missing /usr/share/mk/src.opts.mk)

2014-05-06 Thread Trond Endrestøl
ll complains about usr.bin/bmake/Makefile.inc. -- +-------+--------+ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, |

Re: ports broken in current

2014-05-08 Thread Trond Endrestøl
to remove /usr/share/mk/src.opts.mk until futher notice, why is it being reinstalled by make installworld? make installworld sure did this at r265705 yesterday. Maybe I'm missing something. > Sorry for the bumps? The beumps? ;-) -- +---+

Re: r266298: make buildworld fail: fatal error: 'llvm/ADT/APFloat.h' file not found #include "llvm/ADT/APFloat.h"

2014-05-18 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. mob. 952 6

Re: jail sockstat shows gdnc, gdomap, casperd as enabled

2014-06-03 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.

Re: jail sockstat shows gdnc, gdomap, casperd as enabled

2014-06-03 Thread Trond Endrestøl
rd services, e.g. the DNS service? Well, yes, if the sandboxes i.e. can't send UDP datagrams. -- +---+----+ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig,

Re: do we have a generic string-number sysctl mapping library ?

2014-06-27 Thread Trond Endrestøl
- +---+----+ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen

vidcontrol(1) complains about Bad magic, in base/head, amd64, sc console, r268165

2014-07-02 Thread Trond Endrestøl
;/usr/share/syscons/fonts/iso-8x8.fnt": No error: 0 I wouldn't rule out pilot error on my part, but r267957 worked flawlessly in this regard. -- +---++ | Vennlig hilsen, | Best regards,

Re: vidcontrol(1) complains about Bad magic, in base/head, amd64, sc console, r268165

2014-07-02 Thread Trond Endrestøl
On Wed, 2 Jul 2014 20:51+0200, Trond Endrestøl wrote: > Hi, > > Is it just me or is there something wrong with vidcontrol(1) in > base/head, amd64, sc console, r268165? > > First, I had to specify absolute pathnames for the font8x16, font8x14, > and font8x8 variables i

Re: vidcontrol(1) complains about Bad magic, in base/head, amd64, sc console, r268165

2014-07-02 Thread Trond Endrestøl
On Wed, 2 Jul 2014 21:05+0200, Trond Endrestøl wrote: > On Wed, 2 Jul 2014 20:51+0200, Trond Endrestøl wrote: > > > Hi, > > > > Is it just me or is there something wrong with vidcontrol(1) in > > base/head, amd64, sc console, r268165? > > > > First, I

Re: vidcontrol(1) complains about Bad magic, in base/head, amd64, sc console, r268165

2014-07-02 Thread Trond Endrestøl
On Wed, 2 Jul 2014 12:57-0700, Kevin Oberman wrote: > On Wed, Jul 2, 2014 at 12:19 PM, Trond Endrestøl < > trond.endres...@fagskolen.gjovik.no> wrote: > > > On Wed, 2 Jul 2014 21:05+0200, Trond Endrestøl wrote: > > > > > On Wed, 2 Jul 2014 20:51+0200, Tro

Re: vidcontrol(1) complains about Bad magic, in base/head, amd64, sc console, r268165

2014-07-02 Thread Trond Endrestøl
On Wed, 2 Jul 2014 16:43-0400, Ed Maste wrote: > On 2 July 2014 14:51, Trond Endrestøl > wrote: > > Hi, > > > > Is it just me or is there something wrong with vidcontrol(1) in > > base/head, amd64, sc console, r268165? > > Should be f

Re: vidcontrol(1) complains about Bad magic, in base/head, amd64, sc console, r268165

2014-07-02 Thread Trond Endrestøl
On Wed, 2 Jul 2014 17:37-0400, Ed Maste wrote: > On 2 July 2014 17:09, Trond Endrestøl > wrote: > > On Wed, 2 Jul 2014 16:43-0400, Ed Maste wrote: > > > >> On 2 July 2014 14:51, Trond Endrestøl > >> wrote: > >> > Hi, > >> > > >&

Re: vidcontrol(1) complains about Bad magic, in base/head, amd64, sc console, r268165

2014-07-02 Thread Trond Endrestøl
On Thu, 3 Jul 2014 08:21+0200, Trond Endrestøl wrote: > On Wed, 2 Jul 2014 17:37-0400, Ed Maste wrote: > > > On 2 July 2014 17:09, Trond Endrestøl > > wrote: > > > On Wed, 2 Jul 2014 16:43-0400, Ed Maste wrote: > > > > > >> On 2 July 2014 1

Re: getenv("TZ") crashes triggered by tzset_basic()

2014-07-03 Thread Trond Endrestøl
nd suppressed errors, rerun with: -v > ==6563== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) > Segmentation fault > > I can't reproduce the problem with a test program that merely calls > localtime(), so I assume some environment changes are required. > > Has anyone seens thi

Re: vidcontrol(1) complains about Bad magic, in base/head, amd64, sc console, r268165

2014-07-03 Thread Trond Endrestøl
On Thu, 3 Jul 2014 12:48+0300, Aleksandr Rybalko wrote: > On Thu, 3 Jul 2014 08:31:45 +0200 (CEST) > Trond Endrestøl wrote: > > > On Thu, 3 Jul 2014 08:21+0200, Trond Endrestøl wrote: > > > > > On Wed, 2 Jul 2014 17:37-0400, Ed Maste wrote: > > > > &

Re: vidcontrol(1) complains about Bad magic, in base/head, amd64, sc console, r268165

2014-07-03 Thread Trond Endrestøl
On Thu, 3 Jul 2014 17:50+0200, Trond Endrestøl wrote: > On Thu, 3 Jul 2014 12:48+0300, Aleksandr Rybalko wrote: > > > On Thu, 3 Jul 2014 08:31:45 +0200 (CEST) > > Trond Endrestøl wrote: > > > > > On Thu, 3 Jul 2014 08:21+0200, Trond Endrestøl wrote: > > &

Re: keyboard break to debugger broken?

2014-07-04 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.

Re: vidcontrol(1) complains about Bad magic, in base/head, amd64, sc console, r268165

2014-07-08 Thread Trond Endrestøl
uals on this list, and I welcome their input. -- +---++ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | Sys

Re: panic: aatpic_assign_cpu: bad cookie [Was: Build machine OK; laptop panics @r269515]

2014-08-06 Thread Trond Endrestøl
m i386 head r268838 from the same VM and a couple of screenshots of the crash while booting r269607 with the verbose flag on. I'm rewinding /usr/src to r269507, and I'll take it from there, one commit at the time. I'll also try to investigate this panic using my amd64 head

Re: panic: aatpic_assign_cpu: bad cookie [Was: Build machine OK; laptop panics @r269515]

2014-08-06 Thread Trond Endrestøl
On Wed, 6 Aug 2014 19:21+0200, Trond Endrestøl wrote: > On Tue, 5 Aug 2014 20:49-0700, John Baldwin wrote: > > > > > On Aug 5, 2014, at 2:29 PM, Michael Butler > > wrote: > > > > > On 08/05/14 16:56, Michael Butler wrote: > > >> On 08/05/14

Re: panic: aatpic_assign_cpu: bad cookie [Was: Build machine OK; laptop panics @r269515]

2014-08-06 Thread Trond Endrestøl
On Wed, 6 Aug 2014 22:48+0200, Trond Endrestøl wrote: > On Wed, 6 Aug 2014 19:21+0200, Trond Endrestøl wrote: > > > On Tue, 5 Aug 2014 20:49-0700, John Baldwin wrote: > > > > > > > > On Aug 5, 2014, at 2:29 PM, Michael Butler > > > wrote: >

Re: panic: aatpic_assign_cpu: bad cookie [Was: Build machine OK; laptop panics @r269515]

2014-08-07 Thread Trond Endrestøl
On Thu, 7 Aug 2014 13:32+0200, Roger Pau Monné wrote: > On 06/08/14 23:07, David Wolfskill wrote: > > On Wed, Aug 06, 2014 at 10:48:32PM +0200, Trond Endrestøl wrote: > >> ... > >> Reverting r269510 did the trick, i.e.: > >> > >> cd /usr/src &

Re: panic: aatpic_assign_cpu: bad cookie [Was: Build machine OK; laptop panics @r269515]

2014-08-07 Thread Trond Endrestøl
gn_cpu/dmesg-verbose-head-i386-r269666M.txt -- +---++ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagsk

Re: loader lszfs command

2014-08-07 Thread Trond Endrestøl
uot;wrong number of arguments", how about stating something like "wrong number of arguments, need at least pool name"? -- +-------+--------+ | Vennlig hilsen, | Best regards, | | Trond Endrestøl,

Oversized kernel.txz in FreeBSD-10.0-CURRENT-i386-20130525-r250975-release.iso

2013-05-30 Thread Trond Endrestøl
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

Unable to set root's password during install of FreeBSD-10.0-CURRENT-i386-20130601-r251213-release.iso

2013-06-02 Thread Trond Endrestøl
recently to change user passwords on -CURRENT? -- +---++ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet,

  1   2   >