Re: quirks "unsigned package," "Can't find CONTENTS"

2016-10-07 Thread yary
On Thu, Oct 6, 2016 at 11:48 PM, Foo74 wrote: > > Thanks for posting the response. Do you know what from the error message > shows that it was a -current build? I think I would have spent days figuring > that out. :) Replying to list as well- There were two clues. One was how uname -a reported

Re: quirks "unsigned package," "Can't find CONTENTS"

2016-10-06 Thread yary
>Your package path points to 6.0- release. But your error messages > indicate you've installed a snapshot of -current, the development > breach. Use snapshot packages, or install the release. Thanks! You're right, I had intended to install 6.0 from release, but ended up getting a snapshot ISO. I'l

quirks "unsigned package," "Can't find CONTENTS"

2016-10-06 Thread yary
I'm installing OpenBSD i386 on a fresh new hard drive, I've set PKG_PATH, and I can't add packages- my tries give errors about quirks. Trying a bare "pkg_add quirks" tells me: # pkg_add quirks Error from http://mirrors.mit.edu/pub/OpenBSD/6.0/packages/i386/quirks-2.241.tgz unsigned package Can't f

Re: Best filesystem & options for large drive

2015-02-11 Thread yary
Thanks all for the tuning flags & the example. I'll take a look at the man pages and file set. Doesn't look like the 4TB FFS2 will be a problem on this machine after all.

Best filesystem & options for large drive

2015-02-10 Thread yary
I'm setting up an openBSD 5.6 box with a 4TB raid to back up a video editing cluster. I'll be using BackupPC which likes to have a single large volume so it can de-duplicate files using hard links. Thus the main volume will be all the 4TB. I know FFS2 can handle that size easily, but I'm worried a

Re: Fixing pkg_add "Fatal error: can't parse object version" error after 4.9 upgrade

2011-06-08 Thread yary
>On Tue, Jun 07, 2011 at 11:57:42AM -0700, yary wrote: >> I have installed my own build of perl into /usr/local which might be >> the cause- though it can also happen with the system perl, All one has >> to do is install a binary/XS version of a library that system perl has &g

Fixing pkg_add "Fatal error: can't parse object version" error after 4.9 upgrade

2011-06-07 Thread yary
Hi, I saw another message about getting a perl error 'Fatal error: can't parse object version..." after an upgrade to 4.9, and have a fix and an explanation. Fix: add this line: no lib qw(/usr/local/libdata/perl5 /usr/local/libdata/perl5/i386-openbsd/5.12.2 /usr/local/libdata/perl5/site_perl

Re: Do you virtualize w/OpenBSD as host?

2007-01-22 Thread yary
On 22/01/07, Joachim Schipper <[EMAIL PROTECTED]> wrote: On Mon, Jan 22, 2007 at 12:42:03PM -0800, yary wrote: For real virtual stuff, qemu works well - although not exactly swiftly. It's usable for testing, but don't try to run it in production. If you can handle being a lit

Re: Do you virtualize w/OpenBSD as host?

2007-01-22 Thread yary
On 22/01/07, Stuart Henderson <[EMAIL PROTECTED]> wrote: qemu is less elegant than, say, dfbsd virtual kernels but it works pretty well. Hadn't heard about DragonFly virtual kernels, they do look cool, but they aren't yet ready for prime time and there isn't anything like it in OpenBSD! Still t

Do you virtualize w/OpenBSD as host?

2007-01-22 Thread yary
Hello, wondering what state-of-the-art is for running virtual machines under OpenBSD. I don't see anything with particularly good performance (like Solairs "zones"), which would be great, but anything resonable would work for my purposes- I don't really need the blazing speed. I want to run a few

Re: pre-orders

2006-03-09 Thread yary
You want more donations, you put the donations link in more places. Yes it's easy for someone looking for it to find it- but how about the businessman whose sysadmin just said "we should look at openBSD 3.9"- he'll search for & see that 3.9 release page, and not know that his department is about to

Re: OBSD 3.8: bash, libiconv, libintl in rc.securelevel

2006-03-07 Thread yary
On 3/7/06, Chris 'Xenon' Hanson <[EMAIL PROTECTED]> wrote: > yary wrote: > > Pardon me for giving what may be a naive answer, but how about putting > > /usr/local/lib into the LD_LIBRARY_PATH env variable before starting > > the wanrouter script? > >

Re: OBSD 3.8: bash, libiconv, libintl in rc.securelevel

2006-03-07 Thread yary
On 3/7/06, Chris 'Xenon' Hanson <[EMAIL PROTECTED]> wrote: >I'm working on getting the Sangoma WANPIPE driver working under OpenBSD > 3.8 (mostly > working) and ran into a couple of little problems that I'm trying to find the > "right" way > to solve. > >The preferred setup is to run thei

Re: EPIA issues...

2006-03-07 Thread yary
I'll second the observation that hot machines flake in odd ways. It's not just the processor- hot memory is also unpredictable- hard drive controllers- "northbridge"- you name it- there are many essential parts that can overheat and cause you hard-to-diagnose grief. If cooling your machine doesn't

Re: dhcpd and static arp

2006-02-16 Thread yary
On 2/16/06, yo2lux <[EMAIL PROTECTED]> wrote: > I have a dhcp server with following configuration: > > /etc/dhcpd.conf > > shared-network LOCAL-NET { >option domain-name "my.domain"; >option domain-name-servers 193.231.249.1; > >subnet 192.168.10.0 netmask 255.255.255.0 {

Re: Interface ranges in pf.conf (i.e. tun[0-10])

2006-02-13 Thread yary
On 2/13/06, yary <[EMAIL PROTECTED]> wrote: > Now, can one use a group name to set up a pool? eg: > rdr on $ext_if proto tcp from any to any port 80 { httpd_ifs_group } > round-robin just read the referenced post from Henning- looks like my answer is "yes"!

Re: Interface ranges in pf.conf (i.e. tun[0-10])

2006-02-13 Thread yary
On 2/13/06, Ray Lai <[EMAIL PROTECTED]> wrote: ... > In this example ifconfig(8) shows that I have groups ``lo'' and > ``egress'', so in the pf.conf you can stick an interface group > (almost?) anywhere you can stick an interface. (Actually there's > a missing interface group in this example: ``en

Re: PF, anchors and macros

2006-02-13 Thread yary
You can search for a thread on this list with the subject "how to manage big pf-rulesets in a comfortable way" - someone posted their makefile for adding a macro set to the start of pf rulesets.

Re: openbsd's future plans?

2006-02-08 Thread yary
It's been a while since I've had the opportunity to code in RPG. Implementing an SMP kernel in an old IBM report generating language is an interesting challenge, and would open up the possibility of running OpenBSD 4.0 on card-sorting machines.

Re: Mixed internal network traffic, separated multiple ISPs, help?

2006-01-16 Thread yary
My longish question left out critical pieces- the actual /etc/ files (pf.conf, hostname.*, bridgename.*) and tcpdump logs, I apologize. Thanks for reading and replying despite that. I'll be going another round tonight, and will follow up with concrete examples to the pf list, with a brief summary h

Mixed internal network traffic, bridge+NAT separated to multiple ISPs, help?

2006-01-15 Thread yary
I've struggled for a couple days configuring an OpenBSD router/firewall and would like some help from the experts. Short version: There's an internal network with voice-over-IP phones and PCs. The phones have publicly routable addresses, and for them, the OpenBSD router should act like an addressl