Re: x86intrin.h not found after 10.4->11.2 upgrade

2019-01-08 Thread Morgan Reed
, Jan 9, 2019 at 5:47 AM Dimitry Andric wrote: > On 8 Jan 2019, at 12:50, Morgan Reed wrote: > > > > Just did a find across /usr for the file and it's definitely there so I'm > > not sure why the compiler can't find it :/ > > Please post the output of: > > cc

Re: x86intrin.h not found after 10.4->11.2 upgrade

2019-01-08 Thread Morgan Reed
/x86intrin.h /usr/local/llvm60/lib/clang/6.0.1/include/x86intrin.h /usr/lib/clang/6.0.0/include/x86intrin.h This system's been around the block (started out as 9.3 I think, had a few upgrades over the years) which would explain the gcc7 stuff. On Tue, Jan 8, 2019 at 6:52 PM Morgan Reed wrote: >

x86intrin.h not found after 10.4->11.2 upgrade

2019-01-07 Thread Morgan Reed
Hi All, Finally got around to upgrading my NAS which was running FreeBSD 10.4 to a supported version (11.2). Ran into an issue when I came to do a portupgrade -a to update all my installed ports, a number of the ports are failing with "x86intrin.h No such file or directory", not sure

Re: entropy lockup

2017-09-11 Thread Morgan Reed
In all likelihood the process wasn't "hung" per-se, more likely random hadn't been seeded yet and as such you *can't* get 4096b of entropy out of it (so the process was attempting to do its job, just nothing on the device). The issue is basically that there are very few "good" entropy sources in

Re: Not all ZFS pools mounting at boot

2016-03-09 Thread Morgan Reed
On Wed, Mar 9, 2016 at 10:04 PM, Morgan Reed <morgan.s.r...@gmail.com> wrote: > On Wed, Mar 9, 2016 at 7:23 PM, Andriy Gapon <a...@freebsd.org> wrote: > >> On 09/03/2016 06:54, Morgan Reed wrote: >> > I am mounting the third pool under an alternate root, if th

Re: Not all ZFS pools mounting at boot

2016-03-09 Thread Morgan Reed
On Wed, Mar 9, 2016 at 7:23 PM, Andriy Gapon <a...@freebsd.org> wrote: > On 09/03/2016 06:54, Morgan Reed wrote: > > I am mounting the third pool under an alternate root, if that has any > > bearing on things. > > It does. A pool imported under an alternative root

Not all ZFS pools mounting at boot

2016-03-08 Thread Morgan Reed
, although it is presently imported and mounted. I am mounting the third pool under an alternate root, if that has any bearing on things. Any thoughts? Thanks, Morgan Reed ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo

Re: natd in a jail

2012-11-24 Thread Morgan Reed
On Sat, Nov 24, 2012 at 7:26 PM, Ian Smith smi...@nimnet.asn.au wrote: Unless you needed to include FIREWALL_FORWARD, you really didn't need to build ipfw into the kernel, it's all loadable by module. No harm, but. The ipfw_nat module was causing an instant panic at load and I was going to

Re: natd in a jail

2012-11-24 Thread Morgan Reed
On Sat, Nov 24, 2012 at 9:16 PM, Morgan Reed morgan.s.r...@gmail.com wrote: And with ipfw nat you won't be needing ipdivert. Again, no harm. Yeah, I didn't think it should be necessary but something was trying to load it from within the jails and throwing an error, probably the natd startup

Re: natd in a jail

2012-11-24 Thread Morgan Reed
On Sat, Nov 24, 2012 at 5:44 PM, Morgan Reed morgan.s.r...@gmail.com wrote: Works like a charm, just one last thing I'd like to get squared away here though, currently OpenVPN is using a dynamically created tun device, I'd like to have a static /dev/tun0 exist prior to the /etc/rc.d/natd start

Re: natd in a jail

2012-11-24 Thread Morgan Reed
SOLVED: Thanks all for your assistance. SUMMARY: - Kernel rebuilt with option IPFIREWALL and friends turned on (not necessary if your ipfw modules work you should just be able to load them, mine didn't for reasons I don't really have the time or inclination to track down) - OpenVPN

Re: natd in a jail

2012-11-23 Thread Morgan Reed
On Fri, Nov 23, 2012 at 7:48 PM, Andreas Nilsson andrn...@gmail.com wrote: Why not just load the module? Yeah, you got beaten to the punch on that one offlist, it's late in the day here ;) ___ freebsd-stable@freebsd.org mailing list

Re: natd in a jail

2012-11-23 Thread Morgan Reed
On Fri, Nov 23, 2012 at 5:16 PM, Morgan Reed morgan.s.r...@gmail.com wrote: So it turns out I'd not bought bpf into the jails, however even with that and raw_sockets enabled I'm still having no joy with natd. I've been looking at ipfw a bit today but I've run into an issue, loading ipfw_nat

Re: natd in a jail

2012-11-22 Thread Morgan Reed
On Thu, Nov 22, 2012 at 9:38 PM, Simon Dick sim...@irrelevant.org wrote: I've not used it myself, but this sound like something VIMAGE may be good for, basically it's a virtual tcp stack per jail, there's some docs at http://wiki.freebsd.org/Image but I seem to remember a more up to date one

Fwd: natd in a jail

2012-11-22 Thread Morgan Reed
Hmm, list was missing from reply-to on this one. -- Forwarded message -- From: Morgan Reed morgan.s.r...@gmail.com Date: Thu, Nov 22, 2012 at 10:36 PM Subject: Re: natd in a jail To: Dewayne Geraghty dewayne.gerag...@heuristicsystems.com.au On Thu, Nov 22, 2012 at 9:33 PM

Re: natd in a jail

2012-11-22 Thread Morgan Reed
On Thu, Nov 22, 2012 at 10:32 PM, Teske, Devin devin.te...@fisglobal.com wrote: I have created a boot script for managing vimages (downloadable as a FreeBSD package) and made a little write-up on how to use it... http://druidbsd.sf.net/vimage.shtml As noted elsewhere, these are VIMAGE jails,

Re: natd in a jail

2012-11-22 Thread Morgan Reed
On Thu, Nov 22, 2012 at 10:36 PM, Morgan Reed morgan.s.r...@gmail.com wrote: BPF is enabled for the jails, and the traffic is getting to where it needs to (but not via natd). I'll try enabling raw_sockets in the jails, it is entirely conceivable that natd requires that functionality. So

Re: natd in a jail

2012-11-22 Thread Morgan Reed
On Fri, Nov 23, 2012 at 5:16 PM, Morgan Reed morgan.s.r...@gmail.com wrote: So it turns out I'd not bought bpf into the jails, however even with that and raw_sockets enabled I'm still having no joy with natd. I've been looking at ipfw a bit today but I've run into an issue, loading ipfw_nat

natd in a jail

2012-11-21 Thread Morgan Reed
Hi All, I've a bit of an odd query which I hope somebody may be able to assist with. I'm looking to set up several OpenVPN tunnels on a single machine (each residing in its own jail) and route data to different destinations over different tunnels by selectively routing the traffic via a

Re: ZFS panics on pool moved from OpenSolaris

2012-02-05 Thread Morgan Reed
Gapon a...@freebsd.org wrote: Please see this thread: http://lists.freebsd.org/pipermail/freebsd-fs/2011-December/013215.html It looks like the same issue. The patch has been committed in head, not sure if it's MFCed. on 05/02/2012 06:57 Morgan Reed said the following: Hi all,      I'm

Re: ZFS panics on pool moved from OpenSolaris

2012-02-05 Thread Morgan Reed
Hi Andriy, Scratch that, it would appear to be a PEBKAC issue, looks like I omitted to actually save sid.h when I made the mods. Patch is good, I now have access to my whole pool again. Thanks, Morgan On Mon, Feb 6, 2012 at 10:23, Morgan Reed morgan.s.r...@gmail.com wrote: Hi Andriy

ZFS panics on pool moved from OpenSolaris

2012-02-04 Thread Morgan Reed
Hi all, I'm experiencing an issue in migrating my NAS from OpenSolaris over to FreeBSD, I've tried both releng_8_2 and releng_9 I have similar issues in both cases. The pool is a RAID-Z pool comprising 4 1TB drives, it was originally created on OpenSolaris (not sure what version, 2010.09

Accessing tun devices from inside a Jail

2011-10-20 Thread Morgan Reed
Hi all, I'm currently attempting to setup, I suppose you'd call it a multi-VPN-tunnel gateway. Basically I have several OpenVPN Servers in different locations, I want to have various tunnels up to them and be able to choose an exit by way of pointing my browser at a particular instance of

Diskless/readonly root booting issues

2010-09-29 Thread Morgan Reed
, though I don't recall the use of the initdiskless script, IIRC I was using rc.diskless2 which (again IIRC) was later replaced by /etc/rc.d/diskless but I've not been able to find this script anywhere. Any suggestions would be greatly appreciated at this point. Thanks, Morgan Reed

Re: 5.x to 6.x or 7.x with 64MB /

2008-08-05 Thread Morgan Reed
On Tue, Aug 5, 2008 at 2:48 AM, Nick Barnes [EMAIL PROTECTED] wrote: It occurs to me that if ad0s1a is insufficient then I could use ad0s1g as swap, and repurpose ad0s1b as a new /. Is it straightforward to installworld/mergemaster to somewhere other than / ? The DESTDIR directive will allow

Re: rc.local equivalent

2007-07-12 Thread Morgan Reed
On 7/12/07, Brian [EMAIL PROTECTED] wrote: man rc.local on a freebsd 7 box says Same for 6.2-STABLE. So, rc.local, though not current is still supported. Yes, effectively deprecated (although the mechanism may not be removed for a significant time, if at all). I'm going to write an rc.d

rc.local equivalent

2007-07-11 Thread Morgan Reed
I'm working on a small footprint semi-embedded system, I need a means to load and save parts of /var (which is a memory-backed filesystem) at boot and shutdown. Given that rc.local is now deprecated, what is the correct way to perform extra startup/shutdown processes, should I write an rc.d

PF Question

2007-07-08 Thread Morgan Reed
Not sure if this is the most appropriate place to ask, feel free to redirect me if it isn't. I've got an issue with a simple NAT with pf. I've got two machines; the first (I will call m1) has 2 ethernet interfaces (I will call them m1.0 and m1.1) the second (I will call m2) has 1 ethernet

miniBSD vs 6.2-STABLE

2007-06-25 Thread Morgan Reed
I now have my target PXE booting from my FreeBSD host (chalk one up to not writing config files at ungodly hours of the night, thanks to Danny for spotting the error.) The boot is proceeding to the boot menu but after this the kernel freezes; With acpi.ko in the image the acpi module loads, the

PXE booting issues

2007-06-24 Thread Morgan Reed
I'm currently working on an embedded project which will be built around a BSD (I'm not sure which yet), currently I have an image up and running DragonFly and I'm currently attempting to do the same with FreeBSD for comparison. I'm more or less following the miniBSD tutorials (updating the

Re: PXE booting issues

2007-06-24 Thread Morgan Reed
On 6/25/07, Robert Joosten [EMAIL PROTECTED] wrote: And next-server My dhcpd.conf has an appropriate next-server directive, all the configuration (for the network boot) has been duplicated from the functional DragonFly boot server. I have a couple of version 6.2 pxe-clients booting of a 4.11

Re: PXE booting issues

2007-06-24 Thread Morgan Reed
On 6/25/07, Jeremy Chadwick [EMAIL PROTECTED] wrote: I hope this helps clear up any concern over that part. Thanks for the explanation, that makes sense. Unfortunately it still doesn't explain why the file is not being created, the fact that the dd command is outputting a count for records