Re: HEADS-UP: OpenSSL 1.1.1 in 12.0

2018-10-11 Thread Shane Ambler
1:44] Cleaning up [00:01:44] Unmounting file systems -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: debugging a run of poudriere-bulk

2018-10-03 Thread Shane Ambler
o and stop the jail. Note that poudriere uses a clean jail with only deps listed for the port, you can add extra BUILD_DEPENDS to get extra ports (gdb valgrind) installed with the test build. -- FreeBSD - the place to B...Software Developing Shane Ambler ___ fr

Re: 12.0-ALPHA5 - ZFS default ARC max apparently forcing system to run out of memory

2018-09-27 Thread Shane Ambler
nsider any bhyve usage, the -S option will wire guest ram, which one of the bhyve tools enables as default. -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/li

Re: Sharing compiled builds between multiple 12-CURRENT boxes.

2018-08-19 Thread Shane Ambler
On 19/8/18 5:31 pm, Matthew Seaman wrote: > On 19/08/2018 01:55, Shane Ambler wrote: >>> I run 12-CURRENT on few machines, some more powerful that other (all >>> of them x86_64, march varies). > >> You can use freebsd-update by setting up your own update server >

Re: Sharing compiled builds between multiple 12-CURRENT boxes.

2018-08-18 Thread Shane Ambler
it has to be the lowest denominator so that no cpu features are used on a machine without them. This is more important with poudriere as many ports will configure to the current cpu features, I think base always targets the lowest cpu specs. -- FreeBSD - the place to B...Software

Re: FreeBSD elf_machine_id

2018-08-12 Thread Shane Ambler
anges - #if defined(__FreeBSD__) #include #if __FreeBSD_version < 1101000 // version specific see porters handbook for version list #endif #endif If you want to see all the compiler defined environment macros run clang++ -dM -E -x c /dev/null or clang++ -dM -E -x c++ /dev/null or fo

Changes to sysctl values

2018-07-26 Thread Shane Ambler
) >>> sysctl.filter('vm.stats.vm.v_free_count')[0].value bytearray(b'\x06\\\x08\x00') -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: numa involved in instability and swap usage despite RAM free?

2018-06-26 Thread Shane Ambler
ew days ago I had no swap usage which is now at 9M. In the last few years of monitoring wired usage to try and find a solution I have not seen less than 1G of swap usage after an hour of uptime. If nothing else D7538 makes arc more willing to be released. -- FreeBSD - the place to B...Storing Data

Re: ``make buildkernel'' fails when /usr/obj is empty

2018-05-31 Thread Shane Ambler
;> Still, it seems pretty strange to me to make building a kernel >>>> depend on some random junk which is left laying around under >>>> /usr/obj. >>> >>> Whatever happened to the "run buildworld or kernel-toolchain before >>> buildkernel" requirement? >> >> That is still a requirement, yes. Otherwise, you might have outdated >> toolchain components are in your /usr/obj. >> > > Usually you can get away without doing that, and now that clang is the > toolchain that's rebuilt (and that's not fast) people try to get away with > it more and more... There is WITH_SYSTEM_COMPILER to not bootstrap if possible. -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: How to find CPU microcode version ?

2018-02-19 Thread Shane Ambler
amount of wired displayed in top or sysctl vm.stats.vm.v_wire_count then times that by hw.pagesize There is a vm.max_wired but it doesn't appear to be an enforced limit. -- FreeBSD - the place to B...Software Developing Shane Ambler ___ free

Re: How to avoid building of all llvm/clang-related stuff on recent CURRENT?

2018-01-29 Thread Shane Ambler
WITHOUT_CLANG_EXTRAS WITHOUT_CLANG_FULL WITHOUT_GCC WITHOUT_GDB WITHOUT_INCLUDES WITHOUT_LLD WITHOUT_LLDB which WITHOUT_LLD_IS_LD might also belong to, there is no mention of other options enforcing it. Shouldn't nanobsd disable these by default? -- FreeBSD - the place to B...Softw

Re: kernel names

2017-12-15 Thread Shane Ambler
verridden by KODIR in the installkernel command. Another option might be to have KODIR in make.conf, where each item provides a KODIR for each KERNCONF Normally I build and install two kernels with each system update, one is GENERIC, the other is a debug kernel wi

Re: Extra Clang Tools

2017-09-16 Thread Shane Ambler
-link llvm-lto llvm-lto2 llvm-mc llvm-modextract llvm-nm llvm-pdbdump llvm-profdata llvm-rtdyld llvm-symbolizer llvm-xray opt -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-current@freebsd.org mailing list https

Re: i386 build fail

2017-07-26 Thread Shane Ambler
On 26/07/2017 17:00, Ngie Cooper wrote: Hi Shane, On Jul 25, 2017, at 23:25, Shane Ambler <free...@shaneware.biz> wrote: Having just updated my testing bhyve system to 12-current r321405M I then started updating my poudriere 12-current jails, the amd64 jail built fine at r

i386 build fail

2017-07-26 Thread Shane Ambler
Having just updated my testing bhyve system to 12-current r321405M I then started updating my poudriere 12-current jails, the amd64 jail built fine at r321457 and then building i386 (should have got r321457 as well) failed with the following errors - In file included from

Re: CFLAGS for certain ports

2017-03-03 Thread Shane Ambler
.local in the port directory. There can also be arch and system specific makefiles. See /usr/ports/Mk/bsd.port.mk from about line 1211 https://svnweb.freebsd.org/ports/head/Mk/bsd.port.mk?view=markup#l1211 -- FreeBSD - the place to B...Software Developing Shane

Re: Sluggish performance on head r311648

2017-01-11 Thread Shane Ambler
minutes. I want to note that this Just to eliminate the simple - is the zpool capacity high? When a pool gets into the 80-90% capacity, performance drops. -- FreeBSD - the place to B...Storing Data Shane Ambler ___ freebsd-current@freebsd.org

Re: Is there possible run a MacOS X binary

2016-12-08 Thread Shane Ambler
support in AppKit but it needs a lot of work. -- FreeBSD - the place to B...Sharing Devices Shane Ambler ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "fr

Re: a dirty trick: i386 nanobsd ports on amd64

2016-11-21 Thread Shane Ambler
to B...Software Developing Shane Ambler ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: FreeBSD-11.0-BETA1-amd64-disc1.iso is too big for my 700MB CD-r

2016-07-12 Thread Shane Ambler
available that can be used to start/recover a machine that can then download any data to be installed. -- FreeBSD - the place to B...Storing Data Shane Ambler ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo

Issue mentioned on questions list

2016-05-13 Thread Shane Ambler
Forwarded Message Subject: Re: Custom kernel for NAT and PF ? Date: Sat, 14 May 2016 13:58:56 +0930 From: Shane Ambler <free...@shaneware.biz> To: Doug McIntyre <mer...@geeks.org>, FreeBSD Questions <freebsd-questi...@freebsd.org> On 14/05/2016 04:40, Doug McIntyre wrot

Re: FYI: SVN to GIT converter currently broken, github is falling behind

2015-11-08 Thread Shane Ambler
that was off by 4s. WTF? 4 seconds?? There have been 4 leap seconds added this century. Did 1.9 add timestamp corrections relating to leap seconds? Did the developer not use leapsecs when the svn server does? -- FreeBSD - the place to B...Software

Re: Wrong temperature with AMD and amdtemp.ko

2015-10-04 Thread Shane Ambler
On 04/10/2015 20:10, Willem Jan Withagen wrote: On 4-10-2015 03:26, Shane Ambler wrote: On 03/10/2015 20:12, Willem Jan Withagen wrote: On 2-10-2015 23:32, Don Lewis wrote: On 2 Oct, Willem Jan Withagen wrote: Hi 10.2-STABLE FreeBSD 10.2-STABLE #0 r287102: Mon Aug 24 Processor: Opteron

Re: Wrong temperature with AMD and amdtemp.ko

2015-10-03 Thread Shane Ambler
rt - maybe for other boards as well. Another approach is asking iXSystems, I'm pretty sure they sell re-badged Supermicro machines. -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-current@freebsd.org mailing list https://lists.f

Re: Intel Haswell support - Any updates?

2015-09-18 Thread Shane Ambler
the place to B...Software Developing Shane Ambler ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Is a high witness refcount indicative of a missing unlock?

2015-03-29 Thread Shane Ambler
: --- syscall (55, FreeBSD ELF64, sys_reboot), rip = 0x40f1bc, rsp = 0x7fffe6d8, rbp = 0x7fffe7d0 --- Mar 24 00:24:25 leader kernel: Uptime: 12m42s -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-current@freebsd.org mailing

Re: default pager (csh)

2015-02-19 Thread Shane Ambler
even remember what year I set my pager to more, till I just looked I would have guessed I was using the default. Whatever intro I got started with used more as a pager and I have just used it since. I just think '| more' not '| less' -- FreeBSD - the place to B...Software Developing Shane Ambler

Re: Modify bsdinstall to set the default locale?

2014-08-31 Thread Shane Ambler
only has a lang setting for Russian accounts. It also notes that Chinese, Japanese, and Korean will need to set more than just lang. -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-current@freebsd.org mailing list http

Re: android bsd connectivity tools etc ?

2014-08-13 Thread Shane Ambler
On 14/08/2014 09:17, Julian H. Stacey wrote: Hi, Any tips for Android / FreeBSD BSD tools for connectivity etc ? I just got a Samsung Galaxy Note 3, with Android 4.4.2 kernel 3.4.0 I'll build a current from a 10.0-RELEASE partition, but now looking with 9.2-RELEASE I see: /dev/

Re: updating standard headers to meet c++11 standard

2014-05-21 Thread Shane Ambler
On 20/05/2014 21:26, David Chisnall wrote: Hi, I thought I'd already fixed this a year or so ago. Looking at my system, I see this in cdefs.h: /* C++11 exposes a load of C99 stuff */ #if defined(__cplusplus) __cplusplus = 201103L #define __LONG_LONG_SUPPORTED #ifndef

updating standard headers to meet c++11 standard

2014-05-20 Thread Shane Ambler
When including stdint.h in c++ we can #define __STDC_LIMIT_MACROS so that we get macros like INT32_MAX defined. Also related is __STDC_CONSTANT_MACROS I have recently found that the need for these has been removed within the c++11 standard. This year old bug report was to update glibc to this

ports broken in current

2014-05-07 Thread Shane Ambler
I have just updated my 11-CURRENT tinderbox machine and found an issue that breaks ports building. make: /usr/share/mk/bsd.port.mk line 15: Could not find bsd.own.mk This is highlighted as tinderbox creates a clean build environment while the base system kept working with the old file being left

Re: PACKAGESITE spam

2013-12-21 Thread Shane Ambler
On 22/12/2013 09:34, Steve Kargl wrote: On Sat, Dec 21, 2013 at 11:14:39PM +0100, Baptiste Daroussin wrote: this has been done and activated for reason, first for lot of companies, companies can turn it on it they want it. Generally the more secure option is default, you can turn off

Re: svn ports, or the hen egg

2013-12-19 Thread Shane Ambler
On 19/12/2013 08:04, Freddie Cash wrote: On Wed, Dec 18, 2013 at 1:09 PM, Matthias Apitz g...@unixarea.de wrote: Ok, thanks; but see this: $ uname -a FreeBSD tiny-r255948 10.0-ALPHA4 FreeBSD 10.0-ALPHA4 #1: Fri Oct 18 12:10:57 CEST 2013 g...@aurora.sisis.de:/usr/obj/usr/src/sys/GENERIC/i386

Re: P4 question. not really a freebsd but using with freebsd

2013-12-12 Thread Shane Ambler
On 13/12/2013 06:00, Julian Elischer wrote: so I have a freebsd tree checked into perforce. one particular subdirectory has been heavily modified to teh extent that it's not really hte same thing any more and I want to move it out to a separate place, and then replace it with the original

Re: Are clang++ and libc++ compatible?

2013-11-12 Thread Shane Ambler
On 13/11/2013 07:49, Tijl Coosemans wrote: On Tue, 12 Nov 2013 12:19:22 -0800 Steve Kargl wrote: On Tue, Nov 12, 2013 at 09:55:56AM -0800, Steve Kargl wrote: On Tue, Nov 12, 2013 at 06:37:39PM +0100, Dimitry Andric wrote: On 12 Nov 2013, at 17:54, Steve Kargl s...@troutmask.apl.washington.edu

Re: make buildworld

2013-10-22 Thread Shane Ambler
On 23/10/2013 11:50, Saul A. Peebsen wrote: Never wanted to run CURRENT, but had no choice, STABLE wouldn't boot. is there anything else I need to modify to move from 10-CURRENT to BETA and ultimately to RELEASE? I believe HEAD has been renamed to 11-CURRENT stable/10 was created 12 days

Continuous timeout messages from 10.0 alpha4

2013-10-07 Thread Shane Ambler
Resending to current This is a regression between alpha2 and alpha4. I first setup a disk to boot 10 just after alpha2 was tagged. A few days ago I updated to alpha4 and started getting timeout messages, I have just built alpha5 r256098 and still get them. I just had 10 running for a few hours