Re: "Missing operating system" after i386 dual boot install

2018-08-06 Thread Andrew Daugherity
ly, since NTLDR works with the PBR): there is a problem with the PBR, or with the BIOS's ability to boot from it. Using the NT loader menu may end up being a better solution for you, but this should sort out the direct-boot case. -Andrew

PF Outbound traffic Load Balancing over multiple tun/openvpn interfaces/tunnels

2018-09-11 Thread Andrew Lemin
Hi list, I use an OpenVPN based internet access service (like NordVPN, AirVPN etc). The issue with these public VPN services, is the VPN servers are always congested. The most I’ll get is maybe 10Mbits through one server. Local connection is a few hundred mbps.. So I had the idea of running mu

Re: pledge & unveil

2018-10-23 Thread andrew fabbro
> > is there a paper on the web that explains work and relationship > from pledge and unveil for dummies? > > Best wishes, > Heinz > > -- andrew fabbro and...@fabbro.org

Cannot mount install.fs disk image to create custom auto_install.conf based USB flash drive

2018-11-11 Thread Andrew Lemin
Hi list, I really need some help mounting an install.fs disk image, and hope someone can help :) I have been trying and failing to create an auto-installing USB flash drive for OpenBSD. All of the below steps are being performed using an existing OpenBSD VM 1) Create /auto_install.conf file https

Intel Celeron SoC support

2018-11-14 Thread Andrew Lemin
Hi, I am running an ASRock J4105B-ITX board and wanting to run OpenBSD on this. https://www.asrock.com/MB/Intel/J4105B-ITX/index.asp#BIOS It boots up, and at the 'boot>' prompt I can use the keyboard find. However after it boots up, the keyboard stops working, and no disks are found by the insta

Re: PF Outbound traffic Load Balancing over multiple tun/openvpn interfaces/tunnels

2018-11-27 Thread Andrew Lemin
m, least-states and source-hash If I change the 'route-to' pool to "{ (tun2 10.8.8.1), (tun1 10.8.8.1) }", then only tun2 is used instead.. :( So 'route-to' seems to only use the first tunnel in the pool. Any advice on what is going wrong here. I am wondering if

Re: Intel Celeron SoC support

2018-11-30 Thread Andrew Lemin
Wed, Nov 21, 2018 at 3:42 AM Chris Cappuccio wrote: > Andrew Lemin [andrew.le...@gmail.com] wrote: > > Hi, > > > > I am running an ASRock J4105B-ITX board and wanting to run OpenBSD on > this. > > https://www.asrock.com/MB/Intel/J4105B-ITX/index.asp#BIOS > &g

Re: openbsd 6.4 as guest VM on Xen cannot detect disk

2018-11-30 Thread Andrew Daugherity
resumably present your disk via the emulated IDE controller. -Andrew OpenBSD 6.4 (GENERIC.MP) #364: Thu Oct 11 13:30:23 MDT 2018 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 1056964608 (1008MB) avail mem = 1015713792 (968MB) mpath0 at root scsibus0 at mpath0:

Re: Automated remote install

2018-12-19 Thread andrew fabbro
thousands) offer it. If you search for a VPS provider that offers KVM (not OpenVZ, VIrtuozzo, or Xen) you will find many. -- andrew fabbro and...@fabbro.org

Release schedule/general product engineering

2021-04-22 Thread Andrew Grillet
of a general drift away from Intel and towards Arm by both server and workstation users]. There is also the possibility that people who have been hit by malware might want a more secure solution. regards Andrew

Re: Sparc64 LDOM not working past OpenBSD 6.5

2021-05-11 Thread Andrew Grillet
. This system is available and currently could be used for testing, although not on the public internet, and only during office hours in Europe/London timezone - machine must be shut down out of office hours. Andrew . On Wed, 12 May 2021 at 03:22, Ax0n wrote: > > I have a SunFire T2000

altroot weekly.local

2021-06-22 Thread Andrew Robertson
Is there any problem with putting ROOTBACKUP=1 in my weekly.local instead of daily.local? I'm backing up to an SD card and it's maybe not fast enough to back up in 24 hours, plus weekly backup would be fine. Many thanks.

Re: C style in OpenBSD

2021-07-01 Thread andrew fabbro
e code > easier to read for anyone familiar with that style. Part of that > means using common idioms that are immediately recognizable by > someone familiar with the style. This reduces the amount of time > is takes someone to understand the code. -- andrew fabbro and...@fabbro.org

Re: X11 SIGSEGV on VirtualBox

2021-07-08 Thread Andrew Daugherity
supports that but I don't remember. Another option is efifb/wsfb, which of course requires configuring the VM for UEFI mode and reinstalling. Both probably have lower performance though. -Andrew [1] https://github.com/openbsd/xenocara

Re: Raspberry Pi 4 Model B

2021-09-24 Thread Andrew Klaus
Have you read the Raspberry Pi instructions from https://ftp.openbsd.org/pub/OpenBSD/6.9/arm64/INSTALL.arm64 ? What does your UART output show after it boots? Andrew On Fri, Sep 24, 2021 at 2:45 PM Joseph Olatt wrote: > Hi, > > I'm trying to load OpenBSD on a Raspberry Pi 4 M

Re: PF Outbound traffic Load Balancing over multiple tun/openvpn interfaces/tunnels

2021-09-28 Thread Andrew Lemin
Hi. Sorry for extremely slow reply! Did you add the return routes for your internal subnets into each of the per-tun rdomains? To test your tunnels are setup correctly; Once you have the external interface in rdomain 0, and each VPN instance's tun interface is bound to different rdomains etc, you

Mellanox driver support details https://man.openbsd.org/mcx.4

2021-09-28 Thread Andrew Lemin
Hi. I hope everyone is well and having a great day :) Just a quick question about the mcx (Mellanox 5th generation Ethernet device) drivers https://man.openbsd.org/mcx.4 The man page says nothing more than it supports; ConnectX-4 Lx EN ConnectX-4 EN ConnectX-5 EN ConnectX-6 EN I am looking for s

Re: problems with outbound load-balancing (PF sticky-address for destination IPs)

2021-09-28 Thread Andrew Lemin
I see this question died on its arse! :) This is still an issue for outbound load-balancing over multiple internet links. PF's 'sticky-address' parameter only works on source IPs (because it was originally designed for use when hosting your own server pools - inbound load balancing). I.e. There i

Re: Mellanox driver support details https://man.openbsd.org/mcx.4

2021-09-28 Thread Andrew Lemin
hat you want to know can be found by reading the source, or the > commit logs. Since this is a locally written driver, the code is > surprisingly approachable. > > Andrew Lemin wrote: > > > Hi. I hope everyone is well and having a great day :) > > > > Just a quick qu

Re: problems with outbound load-balancing (PF sticky-address for destination IPs)

2021-09-29 Thread Andrew Lemin
where one path goes down, it will migrate all the entries only for that failed path onto the remaining good paths (like ecmp-fast-reroute ?) Thanks for your time, Andy. On Wed, Sep 29, 2021 at 5:21 PM Claudio Jeker wrote: > On Wed, Sep 29, 2021 at 02:17:59PM +1000, Andrew Lemin wrote: > &g

Re: problems with outbound load-balancing (PF sticky-address for destination IPs)

2021-09-29 Thread Andrew Lemin
n Wed, Sep 29, 2021 at 08:07:43PM +1000, Andrew Lemin wrote: > > Hi Claudio, > > > > So you probably guessed I am using 'route-to { GW1, GW2, GW3, GW4 } > random' > > (and was wanting to add 'sticky-address' to this) based on your reply :) > > &

Re: Mellanox driver support details https://man.openbsd.org/mcx.4

2021-09-29 Thread Andrew Lemin
the mcx driver! So we should be able to see the super low latency capabilities with this card :) I will keep pushing myself.. Thanks again Theo On Wed, Sep 29, 2021 at 2:21 PM Andrew Lemin wrote: > Hi Theo :) > > Ok sure, I will put on my cape-of-courage and start reading the source.

Re: Mellanox driver support details https://man.openbsd.org/mcx.4

2021-09-29 Thread Andrew Lemin
the ConnectX-4 Lx cards are pretty cheap now. Warning to others reading my comments, me poking around in kernel code is akin to a blind person in a library before learning braille, so take nothing I say as fact, merely optimistic opinion :) On Wed, Sep 29, 2021 at 9:08 PM Andrew Lemin wrote: >

Re: Server certs expired higher up the chain, imaps and https

2021-10-01 Thread Andrew Daugherity
rate a valid chain of trust, regardless of "extra" certs sent by the server? Indeed, Let's Encrypt's own documentation [2] thinks that only LibreSSL < 3.2.0 is affected, but that is not the case. LibreSSL 3.3.2 in OpenBSD 6.9 (before the new syspatch) still considered serve

Re: Is it true that `dd` is almost not needed?

2021-12-12 Thread Andrew Grillet
"The era of magnetic tapes" has not ended. It is just that some people mysteriously believe their data is safer "in the cloud" where they cannot monitor it, than on a tape in a fire safe under their own supervision. I have read back tapes I wrote myself 30 years earlier. Have you tried getting you

Re: ikev2 fails with mschap-v2

2022-03-01 Thread Andrew Daugherity
y if it's failing before establishing SA entries. It also uses pppd, at least for L2TP over IPsec; a handy feature of which is support for your own scripts at /etc/ppp/ip-{up,down}. -Andrew

Re: Microsoft's war on plain text email in open source

2020-08-26 Thread andrew fabbro
e odds their OpenBSD patch is going to be accepted... -- andrew fabbro and...@fabbro.org

Approved way to update installed ports after system upgrade?

2020-10-20 Thread Andrew Robertson
What's the standard way to upgrade installed ports after a system upgrade? I've been trying to figure out how to do this properly, and it doesn't seem to have any mention in the FAQ. Thanks in advance.

Re: i386 "panic: pci_make_tag: bad request" after acpi sleep states

2021-01-11 Thread Andrew Daugherity
you could boot another OS from both hdd and PXE, maybe compare ACPI dumps to see if the BIOS changes something? Another workaround would be to 'boot -c' and disable acpi0, but that of course doesn't help fix the bug. -Andrew

How to unlock a serial port

2021-01-14 Thread Andrew Grillet
running various live services. I cannot find evidence of a lock file in /dev/spool/lock. Is there a way out of this predicament? Andrew

pkg_info(1) manpage issue

2021-01-24 Thread Andrew Easton
specific operation of browsing uninstalled packages and showing a summary line? === Affected Man-Page File === /usr.sbin/pkg_add/pkg_info.1 in commit 0b249e2164be2385bc6a5e82814435649b2b06e0 Date: Sun Jan 24 10:21:43 2021 + Kind regards, Andrew Easton

boot_config(8) man page issue; and possibly openbsd.org/report.html

2021-01-24 Thread Andrew Easton
se my suggestions above are overly pedantic, I sincerely apologize. === Affected Man Page File === /share/man/man8/boot_config.8 in commit 0b249e2164be2385bc6a5e82814435649b2b06e0 Date: Sun Jan 24 10:21:43 2021 + Thank you very much for your time. Kind regards, Andrew Easton

Re: native wireguard + nat

2021-03-04 Thread Andrew Klaus
Please provide your whole pf.conf file and ifconfig output. It's difficult to help with only a small subset of the configuration. There are PF macros referenced, but they weren't included either. On Thu, Mar 4, 2021 at 10:53 AM Riccardo Giuntoli wrote: > root@ganesha:/etc# cat pf.conf | grep w

curl-8.0.1 exists in two non-comparable versions (Someone forgot to bump a REVISION)

2023-04-21 Thread Andrew Daugherity
This happened when I ran 'pkg_add -u' after upgrading an i386 system from 7.2 to 7.3: ==== andrew@bilbo:~$ doas pkg_add -u quirks-6.121 signed on 2023-04-22T01:10:43Z quirks-6.42->6.121: ok bash-5.2.15:libiconv-1.17->1.17: ok bash-5.2.15:gettext-runtime-0.21p1->0.21.1: ok bash

Re: hardware

2023-04-28 Thread Andrew Klaus
That's been my motto as well. Except I recently picked up an R86s with older Mellanox ConnectX-3 10GbE SFPs, only to discover that OpenBSD only supports the newer ConnectX-4 and 5s :( I'd love to contribute in writing a driver in some way, but don't even know where to begin. On 4/28/23 13:

Re: PC Engines APU platform EOL

2023-05-04 Thread Andrew Klaus
I'm in the midst of testing the R86S as an alternative to my APU. My biggest issues so far with it: - No UART port, or even one to solder a header to. That means you're stuck with HDMI during install or to do any rescue work. - The SFPs in the taller version are Mellanox ConnectX-3s, which ar

Re: [7.3/i386] pf-badhost - Illegal instruction (core dumped)

2023-06-03 Thread Andrew Daugherity
Try calling the script with 'bash -x' and hopefully you can pinpoint which binary called by main() is crashing. -Andrew

Intel E823-L Ethernet interfaces not detected

2023-08-19 Thread Andrew Lester
at all. Although, I am willing to help any way I can. If somebody would like the use of the system, happy to lend it out, etc. Cheers, Andrew Full dmesg follows: OpenBSD 7.3 (GENERIC.MP) #1125: Sat Mar 25 10:36:29 MDT 2023 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC

Re: Intel E823-L Ethernet interfaces not detected

2023-08-20 Thread Andrew Lester
e into the future, if somebody at the project is thinking "Gee, wish I had an Intel E800 platform to evaluate" - reach out to me and I'd be happy to lend mine, and cover costs too. :) Thanks to you and all other contributors for the stellar software! -Andrew

PF queue bandwidth limited to 32bit value

2023-09-11 Thread Andrew Lemin
Hi all, Hope this finds you well. I have discovered that PF's queueing is still limited to 32bit bandwidth values. I don't know if this is a regression or not. I am sure one of the objectives of the ALTQ rewrite into the new queuing system we have in OpenBSD today, was to allow bandwidth values l

Re: PF queue bandwidth limited to 32bit value

2023-09-12 Thread Andrew Lemin
Hi Stuart. On Wed, Sep 13, 2023 at 12:25 AM Stuart Henderson wrote: > On 2023-09-12, Andrew Lemin wrote: > > Hi all, > > Hope this finds you well. > > > > I have discovered that PF's queueing is still limited to 32bit bandwidth > > values. > > >

Re: PF queue bandwidth limited to 32bit value

2023-09-12 Thread Andrew Lemin
On Wed, Sep 13, 2023 at 3:43 AM Andrew Lemin wrote: > Hi Stuart. > > On Wed, Sep 13, 2023 at 12:25 AM Stuart Henderson < > stu.li...@spacehopper.org> wrote: > >> On 2023-09-12, Andrew Lemin wrote: >> > Hi all, >> > Hope this finds you well. >

Re: PF queue bandwidth limited to 32bit value

2023-09-14 Thread Andrew Lemin
On Wed, Sep 13, 2023 at 8:22 PM Stuart Henderson wrote: > On 2023-09-12, Andrew Lemin wrote: > > A, thats clever! Having bandwidth queues up to 34,352M would > definitely > > provide runway for the next decade :) > > > > Do you think your idea is worth ci

Re: PF queue bandwidth limited to 32bit value

2023-09-14 Thread Andrew Lemin
On Wed, Sep 13, 2023 at 8:35 PM Stuart Henderson wrote: > On 2023-09-13, Andrew Lemin wrote: > > I have noticed another issue while trying to implement a 'prio'-only > > workaround (using only prio ordering for inter-VLAN traffic, and HSFC > > queuing for i

Re: PF queue bandwidth limited to 32bit value

2023-09-14 Thread Andrew Lemin
On Thu, Sep 14, 2023 at 7:23 PM Andrew Lemin wrote: > > > On Wed, Sep 13, 2023 at 8:35 PM Stuart Henderson < > stu.li...@spacehopper.org> wrote: > >> On 2023-09-13, Andrew Lemin wrote: >> > I have noticed another issue while trying to implement a 'pr

OpenBSD Wireguard implementation not copying ToS from inner to outer WG header

2023-09-17 Thread Andrew Lemin
Hi, I have been testing the Wireguard implementation on OpenBSD and noticed that the ToS field is not being copied from the inner unencrypted header to the outer Wireguard header, resulting in ALL packets going into the same PF Prio / Queue. For example, ACKs (for Wireguard encrypted packets) end

Re: OpenBSD Wireguard implementation not copying ToS from inner to outer WG header

2023-09-19 Thread Andrew Lemin
On Mon, Sep 18, 2023 at 10:59 PM Stuart Henderson wrote: > On 2023-09-17, Andrew Lemin wrote: > > I have been testing the Wireguard implementation on OpenBSD and noticed > > that the ToS field is not being copied from the inner unencrypted header > to > > the outer Wir

Re: OpenBSD Wireguard implementation not copying ToS from inner to outer WG header

2023-09-21 Thread Andrew Lemin
On Fri, Sep 22, 2023 at 12:27 PM David Gwynne wrote: > On Mon, Sep 18, 2023 at 12:47:52PM -, Stuart Henderson wrote: > > On 2023-09-17, Andrew Lemin wrote: > > > I have been testing the Wireguard implementation on OpenBSD and noticed > > > that the ToS field i

Re: MCU recommendations to program on OpenBSD?

2024-03-03 Thread Andrew Gwozdziewycz
> On Mar 3, 2024, at 18:36, Chris Narkiewicz wrote: > > On Sun, Mar 03, 2024 at 05:11:17PM +0800, Sadeep Madurange wrote: >> Any recommendations for MCUs with C >> language SDKs supported by OpenBSD? > > AVR - 8 bit > ARM - 32 bit > > Especially AVRs are top of the game when it comes to > o

Re: TLS suddenly not working over IKED site-to-site - SOLVED?

2019-03-14 Thread Andrew Daugherity
nyone else has a similar issue. Thank you for sharing. I had (I think) been using ipcomp in my old ikev1 (ipsec.conf/isakmpd) setup but had not yet gotten around to enabling it in the ikev2 setup. Based on this, I won't bother. -Andrew [1] https://github.com/openbsd/src/commit/4b5fa55

Re: OpenBSD on Macbook 12" 2017?

2019-03-18 Thread andrew fabbro
two custom > drivers for the keyboard and touchpad. > > So no, the device does not work on OpenBSD unless you use a USB > keyboard/mouse. > > -- andrew fabbro and...@fabbro.org

syspatch(8) and patches requiring fw_update

2019-06-03 Thread Andrew Klaus
ase let me know of any feedback to this approach. Andrew

pflow version 10 not set on boot

2019-07-11 Thread Andrew Klaus
see if there was anything else that it could be. Thanks, Andrew

Re: What is you motivational to use OpenBSD

2019-09-01 Thread andrew fabbro
On Wed, Aug 28, 2019 at 7:45 AM Mohamed salah wrote: > I wanna put something in discussion, what's your motivational to use > OPENBSD The vastly superior mascot and soundtrack. -- andrew fabbro and...@fabbro.org

Re: OpenBSD on AWS - pciide/wd issue

2019-09-04 Thread Andrew Daugherity
at isa0 port 0x61 spkr0 at pcppi0 lpt0 at isa0 port 0x378/4 irq 7 vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets root on sd0a (70bae60fe9b7d0df.a) swap on sd0b dump on sd0b fd0 at fdc0 drive 0: density unknown fd1 at fdc0 drive 1: density unknown -Andrew

Re: BACK TO BASICS

2019-10-12 Thread andrew fabbro
e Unix landscape was fragmented long, long before Linux or the three modern BSDs even existed. -- andrew fabbro and...@fabbro.org

Re: vendor list (was: dmesg IBM x3650 OpenBSD 4.3 )

2008-10-13 Thread andrew fresh
have been reviving it since somewhere between February and June 2007. Apparently too many people are like me and think that it is a good idea, but don't have to time to maintain it. (definitely read the archives before even imagining that you would consider suggesting that it be maintained

Re: Multipath to CISCO

2008-11-05 Thread andrew fresh
&T T1 link, but it should work mostly the same. However, you probably won't have the :peer address and will have to specify the address. l8rZ, -- andrew - ICQ# 253198 - Jabber: [EMAIL PROTECTED] BOFH excuse of the day: Typo in the code

Re: Laptop keyboard pictures

2008-11-06 Thread Andrew Konkol
Heres a pic of a portion of the eee keyboard (excuse the crappy photo): http://www.copyandwaste.com/wp-content/uploads/2008/11/img_0055.jpg Not sure if this is completely useful... but here is a comparison on the size of the eee and an old fujitsu lifebook http://www.copyandwaste.com/2008/09/16/a

Re: Missing security announcements

2008-11-13 Thread andrew fresh
ble in the base system. There are lots of ways to break something that scrapes html, but it is at least automated. l8rZ, -- andrew - ICQ# 253198 - Jabber: [EMAIL PROTECTED] #!/usr/bin/perl -T use strict; use warnings; %ENV = (); #Additional modules needed use LWP::Simple; # pkg_add p5

soekris net4501 and openbsd 4.4 constant reboot problem

2008-11-17 Thread andrew stack
xand it seemed real stable. I'll probably go back to 4.2 and test or i'll try to use eth1 and eth2 instead. regards, -andrew- Nov 16 14:52:43 hostname.com.com/bsd: uvm_fault(0xd083df80, 0x9980, 0, 3) -> e Nov 16 14:52:43 hostname.com.com /bsd: kernel: page fau

Edgeport/421 (TI version) serial is ugen

2008-12-04 Thread andrew fresh
d not find anything that was useful to me. l8rZ, -- andrew - ICQ# 253198 - Jabber: [EMAIL PROTECTED] BOFH excuse of the day: the butane lighter causes the pincushioning

Re: Trouble ticket system suggestions

2008-12-23 Thread Andrew Ruscica
On Tue, Dec 23, 2008 at 08:23:16PM +0100, Marc Balmer wrote: > ... > > for otrs I have a port. we use it since years, it is nice. Seconds for OTRS; obsd has been running it well for me for the last four years.

Re: Trouble ticket system suggestions

2008-12-23 Thread Andrew Konkol
fortune _fill_in_the_blank has no bearing whatsoever. I've used RT for a few things and it's worked out. If you aren't happy with anything that exists... make your own. p.s. the rt mailing list is pretty active with progressive results. this has nothing to do with openbsd. -a On Tue, Dec 23,

Re: Trouble ticket system suggestions

2008-12-23 Thread Andrew Konkol
since when does fortune _ _ _ _ _ have policy? Seriously, production is a joke. -a On Tue, Dec 23, 2008 at 9:19 PM, bofh wrote: > On Tue, Dec 23, 2008 at 10:04 PM, Ted Unangst > wrote: > > On Tue, Dec 23, 2008 at 7:49 PM, Johan Beisser wrote: > >> I don't think any are bankrupt due to RT. > >

Re: Release IP-adress OpenBSD 3.8

2009-01-07 Thread Andrew Daugherity
when trying to debug why my net connection isn't working right, it does come in handy. Andrew

OpenOSPFd configure

2009-02-25 Thread Andrew R.
I'am configuring ospfd on FreeBSD 6.4 I want transfer, for exmple x.x.x.0/24, network to cisco routers with the next config: # cat /usr/local/etc/ospfd.conf # Global Configuration router-id yy.yy.yy.yy redistribute zz.zz.zz.0/27 (ospfd host and cisco network) redistribute x.x.x.0/24 area 0.0.0.

Re: Creating release using site48.tgz

2011-05-09 Thread Andrew Fresh
uld also recommend creating site49.tgz and installing 4.9. l8rZ, -- andrew - http://afresh1.com There are two ways to write error-free programs; only the third one works.

Re: Creating release using site48.tgz

2011-05-09 Thread Andrew Fresh
ase man page does describe creating RELEASEDIR # mkdir -p ${DESTDIR} ${RELEASEDIR} I generally set RELEASEDIR=/usr/release, but it can really be a path anywhere you want your sets. The important part is that site48.tgz is in the same directory as the rest of the install sets. l8rZ, -- andrew

Re: Dmesg for thinkpad x220 tablet

2011-05-16 Thread Andrew Fresh
The touch pad does paste when using left+right click to emulate the third button. The touchscreen didn't work in the default install, but I didn't have time to try to make it work. l8rZ, -- andrew - http://afresh1.com Microsoft Windows: Proof that P.T. Barnum was correct OpenBS

Relayd.conf -- Default closing of connection

2011-05-31 Thread Andrew Klettke
nsequences of NOT having this directive? -- Thanks, Andrew Klettke Systems Admin Optic Fusion NOC 253-830-2943

Re: Relayd.conf -- Default closing of connection

2011-06-01 Thread Andrew Klettke
no sslv2, sslv3, tlsv1, ciphers HIGH } # ssl session cache disable } I'm just after an explanation of what closing the connection is attempting to accomplish, and why it seems to be arbitrarily inserted into the default relayd.conf. Thanks, Andrew Klettke Systems Admin Optic Fu

Home owners building cover

2011-08-21 Thread Andrew Burton
Home Owners (Building) Insurance http://www.homeowners-insurance.co.za/?sourceID=1036&campaignID=51 Benefits Enjoy a minimum saving of 20% on Home Owners (Building) Insurance. As offered by the bonding banks. When insurance companies offer up to 20% reduction this could be anything from 0%

bioctl + ami panic "Non dma-reachable buffer" on 5.0/amd64

2011-11-16 Thread Andrew Daugherity
AP5631" rev 1.10/1.00 addr 2 uhidev1: iclass 3/1, 3 report ids ums0 at uhidev1 reportid 1: 5 buttons, Z dir wsmouse0 at ums0 mux 0 uhid0 at uhidev1 reportid 2: input=2, output=0, feature=0 uhid1 at uhidev1 reportid 3: input=1, output=0, feature=0 vscsi0 at root scsibus3 at vscsi0: 256 targets softraid0 at root scsibus4 at softraid0: 256 targets root on sd0a (07d4420bed41129f.a) swap on sd0b dump on sd0b Thanks, Andrew Daugherity

Relayd -- Downloading large files fails with "Cannot allocate memory"

2011-12-06 Thread Andrew Klettke
uffer 65536, backlog 50 } return error header append "$REMOTE_ADDR" to "X-Forwarded-For" header change "Keep-Alive" to "$TIMEOUT" } Any thoughts? Has anyone seen anything like this before? vmstat shows plenty of free RAM. -- Thanks, Andrew Klettke Systems Admin Optic Fusion 253-830-2943

Relayd -- No longer logging relays after upgrade to 5.0

2012-01-18 Thread Andrew Klettke
Oct 29 11:05:04 fw01 relayd[20205]: relay httpproxy, session 125663 (2 active), 0, ***.***.66.206 -> 192.168.15.102:80, last write (done) These are no longer appearing. Any ideas? -- Thanks, Andrew Klettke Systems Admin Optic Fusion 253-830-2943

Relayd -- Logging Weirdness

2012-02-28 Thread Andrew Klettke
oard, using wsdisplay0 pcppi0 at isa0 port 0x61 spkr0 at pcppi0 lpt0 at isa0 port 0x378/4 irq 7 wbsio0 at isa0 port 0x2e/2: W83627HF rev 0x41 lm2 at wbsio0 port 0x290/8: W83627HF npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16 fdc0 at isa0 port 0x3f0/6 irq 6 drq 2 mtrr: Pentium Pro MTRR support lm1: disabling sensors vscsi0 at root scsibus0 at vscsi0: 256 targets softraid0 at root scsibus1 at softraid0: 256 targets root on wd0a swap on wd0b dump on wd0b -- Thanks, Andrew Klettke Systems Admin Optic Fusion 253-830-2943

Re: 4.6 patch support

2010-03-22 Thread Andrew Fresh
release is too hard? Perhaps they assume that as long as the fixes are committed to the -stable cvs tag, the -release code on their machine somehow magically has it because the version numbers are the same. l8rZ, -- andrew - ICQ# 253198 - Jabber: and...@rraz.net - Twitter: @AFreshOne BOFH excuse

Radius Auth and Insecurity Outputs

2010-04-19 Thread Andrew Klettke
ill has a valid shell and alternate access files in home directory are still readable. This login is being used successfully with RADIUS, all is working as expected, I just want to get rid of this error. Any input? -- Thanks, Andrew Klettke Optic Fusion NOC 253-830-2943 Subscribe to

Re: Radius Auth and Insecurity Outputs

2010-04-19 Thread Andrew Klettke
hecking the /etc/master.passwd file: Login (removed) is off but still has a valid shell and alternate access files in home directory are still readable. Any thoughts? Thanks, Andrew Klettke Optic Fusion NOC 253-830-2943 Subscribe to Optic Fusion's Twitter service for up to the mi

Re: Radius Auth and Insecurity Outputs

2010-04-19 Thread Andrew Klettke
Thanks again Ted, This is an ugly hack (and one that I'll have to keep performing with these types of installs), but if it's the only way to get /etc/security to stop complaining, then I guess that's what I'll have to do. Thanks, Andrew Klettke Optic Fusion NOC 253-83

Hang booting kernel >4.5 on i386 system.

2010-05-11 Thread Andrew Back
empting to boot a more recent kernel the output gets only as far as: pci0 at mainbus0 bus 0: configuration mode 1 (bios) mem address conflict 0xe000/0x1000 Let me know if I need to submit this via sendbug(1). Regards, Andrew -- Andrew Back mailto:and...@osmosoft.com http://carrierdet

Re: Help contacting Richard Stallman

2010-05-26 Thread Andrew Fresh
ours. http://search.twitter.com/search?ands=openbsd&phrase=&ors=stallman+rms Just stay away from the rest of the thread you may end up linked to. l8rZ, -- andrew - ICQ# 253198 - Jabber: and...@rraz.net - Twitter: @AFreshOne BOFH excuse of the day: Someone's tie is caught in the printer, and i

Ospfd.conf, fib-update, and Syntax Errors

2010-06-10 Thread Andrew Klettke
ax error Line 5, of course, is the "fib-update no" line. I know this is the correct synatx ( or at least the man page for ospfd.conf says so), so what gives? -- Thanks, Andrew Klettke Optic Fusion NOC 253-830-2943

Re: Why I left OpenBSD

2010-06-16 Thread Andrew Fresh
houldn't be here. l8rZ, -- andrew - ICQ# 253198 - Jabber: and...@rraz.net - Twitter: @AFreshOne BOFH excuse of the day: Our POP server was kidnapped by a weasel.

Re: Open Source hardware (Re: can't get vesa @ 1280x800 or nv)

2009-12-06 Thread Andrew Dyer
On Sat, Dec 5, 2009 at 2:30 PM, Matthieu Herrb wrote: > On Sat, Dec 5, 2009 at 9:02 PM, rhubbell wrote: > >> Yes, I'd like to see some pointers also. I recall that there was >> discussion (might've been on linux kernel) a while ago about a >> partially-open video card. Why doesn't the community

Again, OpenBSD r0x! Thank you.

2009-12-28 Thread Andrew Fresh
n internal proto tcp to $ftp_int port $ftp_port user proxy in /etc/rc.local . /etc/pf.macros echo -n ' ftp-proxy (internal)'; /usr/sbin/ftp-proxy -R $ftp_int -p $ftp_port -b $ftp_ext Thank you! (for that and much more) l8rZ, -- andrew - ICQ# 253198 - Jabber: and...@rraz.net A print

Re: Again, OpenBSD r0x! Thank you.

2009-12-30 Thread Andrew Fresh
l as I did in rc.local, just setting ftpproxy_flags instead of starting the additional instance. l8rZ, -- andrew - ICQ# 253198 - Jabber: and...@rraz.net BOFH excuse of the day: root rot

Re: Recommend T1 Card for 4.6

2010-01-06 Thread Andrew Fresh
product you could purchase. l8rZ, -- andrew - ICQ# 253198 - Jabber: and...@rraz.net BOFH excuse of the day: Melting hard drives

Re: Recommend T1 Card for 4.6

2010-01-06 Thread Andrew Fresh
On Wed, Jan 06, 2010 at 03:27:23PM -0700, Brandan Rowley wrote: > Thanks Andrew, Steve and David for your replies. You're welcome. > I did check the man pages for WAN devices and did a little research. > Here's what I found: > > *Accoom Networks Artery T1/E1 WAN inte

Re: 802.11QinQ support

2010-03-03 Thread Andrew Fresh
vlan201: flags=8843 mtu 1496 vlan: 201 priority: 0 parent interface: vlan101 A tcpdump when I actually tried it showed the nested vlans although I seem to have lost them. l8rZ, -- andrew - ICQ# 253198 - Jabber: and...@rraz.net - Twitter: @AFreshOne BOFH excuse of the day: sticky bit has come loose

ospf6d.conf -- Man page discrepancy

2012-06-11 Thread Andrew Klettke
ospf6d: /etc/ospf6d.conf:13: router-dead-time out of range (2-65535) Just thought I'd bring this up, see if anyone could shed some light on this. -- Thanks, Andrew Klettke Systems Admin Optic Fusion 253-830-2943

Re: OpenBSD forked

2012-06-18 Thread Andrew Dalgleish
On 14/06/2012 3:44 AM, Dominguez, Roland wrote: I just came across this article and was wondering if it's legit: http://www.h-online.com/open/news/item/OpenBSD-forked-to-create-Bitrig-161695 4.html Those who do not study history... https://www.bitrig.org/viewgit/?a=viewblob&p=bitrig&h=59fc82db

My first macppc install going poorly as well

2012-09-02 Thread Andrew Fresh
believe the original "Q37" but could be a June 2004 model, no idea how to tell for sure. https://en.wikipedia.org/wiki/Power_Mac_G5 Any suggestions? Did I just get a bad one? If I had a dmesg to attach I wouldn't be asking this question. :-) l8rZ, -- andrew - http://afresh1.com Life

Re: Some probelms configuring dhcpd with iPXE options

2012-09-03 Thread Andrew Dalgleish
On 1/09/2012 8:22 PM, C. L. Martinez wrote: Hi all, I am trying to configure dhcpd daemon in a OpenBSD 5.1 host to use iPXE options for booting vm guests via iscsi. To do this, I have configured dhcpd.conf with these options: option space ipxe; option ipxe-encap-opts code 175 = encapsulate ip

Re: My first macppc install going poorly as well

2012-09-03 Thread Andrew Fresh
On Mon, Sep 03, 2012 at 09:31:25PM +0400, Kirill Bychkov wrote: > On Sun, September 2, 2012 22:44, Kirill Bychkov wrote: > > On Sun, September 2, 2012 20:24, Andrew Fresh wrote: > >> It is a Power Mac G5 Dual 1.8GHz with the NVIDIA GeForceFX 5200 Ultra > >> video card.

Re: Signatures for distribution sets and packages?

2012-09-05 Thread Andrew Dalgleish
On 5/09/2012 1:36 PM, Rowdy OpenBSD wrote: Is there any way to verify that distribution sets and packages that I have downloaded have not been tampered with (e.g., by someone with access to the mirror from which I downloaded them)? Compare them to the CD set.

Re: pxeboot, machine dependent kernel

2012-09-08 Thread Andrew Dalgleish
On 8/09/2012 6:14 AM, russell wrote: ... my intention is to hack boot.c(my guess, at this point I am still just looking at source) to check for and use some sort of global kernel macaddress var pxeboot claims to set. ... I played with a similar patch from here many years ago: http://nbender.com

npppd, framed_ip_address

2012-09-27 Thread Andrew Ngo
Hm. I can't seem to get npppd to map users to static addresses in the npppd-users file, after trying various permutations of "pool-address ##-## " and such. The client is an iPhone running iOS 6.0, and is definitely able to set up a working vpn over l2tp/ipsec with the npppd server (many thx, btw),

npppd, framed_ip_address

2012-09-28 Thread Andrew Ngo
Hello again, On 28 September 2012 03:17, YASUOKA Masahiko > wrote: > Hi, > > On Thu, 27 Sep 2012 13:41:52 -0400 > Andrew Ngo > wrote: >> Hm. I can't seem to get npppd to map users to static addresses in the >> npppd-users file, after trying various permutati

<    1   2   3   4   5   6   >