Re: The insecurity of OpenBSD

2010-01-21 Thread Aaron Mason
on the failings of strl{cat,cpy} cite a guy from Redhat calling it ineffiient BSD crap and that's about it. -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: /usr/bin/ftp bug?

2010-01-20 Thread Aaron Mason
. the file from the server is appended to the already fully retrieved file. Is this a bug or an expected behavior? What sort of proxy server are you proxying through? Seems it might not by proxying the Range: header. -- Aaron Mason - Programmer, open source addict I've taken my software vows

Re: trac on OpenBSD current

2010-01-20 Thread Aaron Mason
at the FastCGI configuration instead (but then I wouldn't be using apache either ;-) http://trac.edgewall.org/wiki/TracFastCgi -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: httpd segfaults since 4.6 upgrade (macppc)

2010-01-18 Thread Aaron Mason
? :) Secondly, does the server segfault with SSI and/or ExtendedStatus turned off? And can we see a full dmesg? Regards -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: XSS Verizon router exploit

2010-01-18 Thread Aaron Mason
supporting OpenBSD however they can! I put the MAC for my wireless router in, and it was one door off :/ I'm guessing Google picks up wireless routers as it does its camera runs. It's a good thing MAC addresses don't get used on the Interwebs. -- Aaron Mason - Programmer, open source addict I've

Re: OpenBSD CPU Load Calculation of a Process

2010-01-14 Thread Aaron Mason
On Thu, Jan 14, 2010 at 10:50 PM, Sebastian Spies sebastian.sp...@de-cix.net wrote: Aaron Mason wrote: different exit value for each error condition. It's usually good practice to send a numeric error code and let your script handle the error itself. By all means keep the message

Re: OpenBSD CPU Load Calculation of a Process

2010-01-13 Thread Aaron Mason
to use in a script. /offtopic Try info-p_pctcpu instead. -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: Mini PCI Wireless Card

2010-01-13 Thread Aaron Mason
cards before, they're pretty good. Haven't tried to hostap one as yet, but I'll do that when I get the time and hardware. -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: thinkpad x200 wireless 5100 old issue

2010-01-12 Thread Aaron Mason
loss' error, as it did until two days ago? If this machine isn't production, then no harm could come from trying a snapshot. It would give the developers a much better idea as to where you system's at. Use a USB thumb drive if you're that worried about trashing your data. -- Aaron Mason

Re: PF cluestick please - low priority queue spills over into normal queue

2010-01-08 Thread Aaron Mason
. Thanks again -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: Apache Seg Fault after upgrade to 4.6 stable

2010-01-07 Thread Aaron Mason
for the -stable kernel. HTH -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: PF cluestick please - low priority queue spills over into normal queue

2010-01-06 Thread Aaron Mason
-0500, Aaron Mason wrote: Hi all, I've got the following pf.conf file for limiting bittorrent connections and providing higher priority to a game server. While the latter works wonderfully, the bittorrent connections seem to spill over into the normal queue and it's driving me crazy. My /etc

Re: PF cluestick please - low priority queue spills over into normal queue

2010-01-06 Thread Aaron Mason
On Thu, Jan 7, 2010 at 10:13 AM, Robert rob...@openbsd.pap.st wrote: On Thu, 7 Jan 2010 09:47:45 +1100 Aaron Mason simplersolut...@gmail.com wrote: altq on $wired_if cbq bandwidth 54Mb queue { wired_hi, wired_norm, Without taking anything else into account: wireless G network ... That 54Mb

Re: Seeking Advice on URL Redirection

2010-01-06 Thread Aaron Mason
enough in footprint to run on your Soekris box. HTH [1] http://stein.cshl.org/WWW/docs/handout.html -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

PF cluestick please - low priority queue spills over into normal queue

2010-01-05 Thread Aaron Mason
with the concussion I am suffering from banging my head on the desk. Regards -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: Proliant DL380 G3 cannot get on network

2010-01-05 Thread Aaron Mason
have a laptop with a serial port, look for a freecycle group in your area and ask for old laptops - I have a Compaq Contura 430C that I use for this, only issue is that it needs a new battery. Surely people have something like this gathering dust in a basement somewhere. HTH -- Aaron Mason

Re: Maximizing File/Network I/O

2010-01-04 Thread Aaron Mason
frames, you can get to the 95MB/sec range. And it's not just CPU usage that slows rsync over ssh - the transfer rate is only counting the data that gets pushed through - it doesn't cover the encrypted data, which is something like 30-40% bigger than the original. -- Aaron Mason - Programmer, open

Re: Again, OpenBSD r0x! Thank you.

2009-12-30 Thread Aaron Mason
=NO # for normal use: ftpproxy_flags=NO # for normal use: hostapd_flags=NO# for normal use: ifstated_flags=NO # for normal use: relayd_flags=NO # for normal use: snip # -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta

Re: What stupid mitake am I making?

2009-12-22 Thread Aaron Mason
? -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: iwn0 fatal error

2009-12-22 Thread Aaron Mason
by CPUID; using exception 16 mtrr: Pentium Pro MTRR support ugen0 at uhub2 port 2 STMicroelectronics Biometric Coprocessor rev 1.00/0.01 addr 2 softraid0 at root root on sd0a swap on sd0b dump on sd0b The kernel only have the oficial patchs. Best regards 2009/12/21 Aaron Mason simplersolut

Re: iwn0 fatal error

2009-12-21 Thread Aaron Mason
ring 14: qid=14 cur=0 queued=0 tx ring 15: qid=15 cur=0 queued=0 rx ring: cur=47 802.11 state 4 With a 'dhclient iwn0' works again. Any ideas? Best regards. dmesg please? -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: cannot reach internal network from gateway (and vice-versa)

2009-12-21 Thread Aaron Mason
are somehow going out to the external connection. Can you show your routing table and /etc/hostname.* files? Thanks -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: Disk errors

2009-12-21 Thread Aaron Mason
still get errors, try them on another motherboard. If they work then, you've got a dying controller and you should trash the board/get a PCI adapter. HTH -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: New Western Digital disks will have 4KB block size - issue?

2009-12-16 Thread Aaron Mason
this. Not sure how close such things would be to reality, but it's worth a look in any case and would drop the cost of development significantly. -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: New Western Digital disks will have 4KB block size - issue?

2009-12-16 Thread Aaron Mason
On Thu, Dec 17, 2009 at 1:28 PM, Kenneth Westerback kwesterb...@gmail.com wrote: On Wed, Dec 16, 2009 at 9:21 PM, Aaron Mason simplersolut...@gmail.com wrote: On Thu, Dec 17, 2009 at 12:46 PM, Kenneth Westerback kwesterb...@gmail.com wrote: On Wed, Dec 16, 2009 at 7:12 PM, Marco Peereboom sl

Re: New Western Digital disks will have 4KB block size - issue?

2009-12-16 Thread Aaron Mason
) --- :) -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: kernel route states and passing ~RTF_UP-routed traffic through working routes

2009-12-16 Thread Aaron Mason
for RTF_UP. I haven't gained enough experience points to wield the right tools to combat that beast. I'll leave it to a much higher leveled kernel sorcerer to craft the proper enchantment. dmo You could also use ifstated to restore static routes. -- Aaron Mason - Programmer, open source addict

Re: A question about puting OpenBSD on a Soekris

2009-12-15 Thread Aaron Mason
. -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: A question about puting OpenBSD on a Soekris

2009-12-15 Thread Aaron Mason
a Cisco rollover cable handy. -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: A question about puting OpenBSD on a Soekris

2009-12-15 Thread Aaron Mason
On Wed, Dec 16, 2009 at 10:47 AM, Nick Holland n...@holland-consulting.net wrote: Aaron Mason wrote: On Wed, Dec 16, 2009 at 6:51 AM, stan st...@panix.com wrote: OK with one resevation you have convinced me. Let's eliminate teh reservation. One of the features of the system I chose

Re: strange crash with 4.5

2009-12-15 Thread Aaron Mason
. Once I got it going it took 9 days to finish end-to-end. But, back on topic. What's the config of this firewall? CPU, RAM, HDD, swap? This smells of a OOM condition. -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: Inside Out Networks Edgeport USB Serial Adapters

2009-12-14 Thread Aaron Mason
system. Your best bet is a clean-room reverse engineer. Sorry I couldn't be more helpful. -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: IPSec Blues

2009-12-14 Thread Aaron Mason
) Profit! Blog'd @ http://thirdwheel-wanders.blogspot.com/2009/12/openbsd-ipsec-made-easy.html -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Warning for gmail users on this list

2009-12-09 Thread Aaron Mason
. Sorry for the noise. -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: Dual boot stable and current

2009-12-03 Thread Aaron Mason
- if your system supports booting of USB drives, $5 will buy a 1gb stick that is more than adequate for running OpenBSD on. -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: IPSec Blues

2009-12-03 Thread Aaron Mason
On Thu, Dec 3, 2009 at 10:19 PM, Christoph Leser le...@sup-logistik.de wrote: -Urspr|ngliche Nachricht- Von: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] Im Auftrag von Aaron Mason Gesendet: Mittwoch, 2. Dezember 2009 23:14 An: OpenBSD Betreff: Re: IPSec Blues On Wed

Re: IPSec Blues

2009-12-02 Thread Aaron Mason
file listed in that file (while making changes to suit my configuration)... no dice. Any ideas? I'm already using a PSK and tried using PKI, but only one side seemed to be encrypted. Thanks -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: iSCSI boot on OpenBSD

2009-12-01 Thread Aaron Mason
. No. - Robert It would be possible with a RAM disk if OpenBSD had something like pivot_root or switch_root for Linux, but AFAIK no such capability exists. You could do PXE boot and mount NFS shares for root - this process is well documented in the FAQ. HTH -- Aaron Mason - Programmer, open source

Re: Thermal sensors not working/not configured on asus motherboard

2009-12-01 Thread Aaron Mason
blobs for their drivers. Until someone finds time to reverse engineer the chipset, you're up a particular creek without a paddle in terms of accessing the sensors. I'm sorry the news isn't better. -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

IPSec Blues

2009-11-30 Thread Aaron Mason
run OpenBSD 4.6 release and this was done on a fresh install with only bsd{,.rd}, base and etc. -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: IPSec Blues

2009-11-30 Thread Aaron Mason
On Tue, Dec 1, 2009 at 10:28 AM, Aaron Mason simplersolut...@gmail.com wrote: Hi all, I've been looking to mess around with IPSec for quite some time now, and sadly all I've had is perpetual failure. I found this guide - http://www.securityfocus.com/infocus/1859 - and followed it apart from

Re: Make image

2009-11-25 Thread Aaron Mason
. -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: Hardware versus Software RAID

2009-11-23 Thread Aaron Mason
learned a lot from your post (and I'm sure many others have). Thank you, Nick. If I could, I'd shout you a beer (or whatever your poison is). Feel free to correct me if you think I am wrong. -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: Authpf and more than 992 users

2009-11-19 Thread Aaron Mason
getting a second machine and CARPing them together rather than mess with the kernel. You'd also be far more likely to get support than if you modified the kernel (in which case you'd get little or none I'm sure). You'd also get a degree of redundancy if one machine bails. HTH -- Aaron Mason

Re: Questions about chrooted apache and exec() in php

2009-11-19 Thread Aaron Mason
://www.openbsd.org/cgi-bin/man.cgi?query=crunchgensektion=8 HTH -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: Stacking RAID sets

2009-11-19 Thread Aaron Mason
using softraid. Thankfully I discovered the problem in a VM or I would have had to download all those eps of Hak.5 all over again... -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: OT: Have you hugged your local OpenBSD dev lately?

2009-11-19 Thread Aaron Mason
a good day to start. Hope this helps. -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: hardware

2009-11-17 Thread Aaron Mason
: Platform Frequency Intel IXP422 @266 MHz Flash 8MB (Intel TE28F640) RAM 32MB (2 x Winbond W981216DH-75) -- igor denisov. You might have better luck trying to run OpenWrt on it TBH. http://wiki.openwrt.org/oldwiki/openwrtdocs/hardware/zyxel/zywall_p1 -- Aaron Mason - Programmer, open

Re: hardware

2009-11-16 Thread Aaron Mason
. -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: Installing OpenBSD on SSD drives

2009-11-05 Thread Aaron Mason
2009/11/6 Jean-Frangois SIMON jfsimon1...@gmail.com: 2009/11/4 Aaron Mason simplersolut...@gmail.com 2009/11/5 Jean-Frangois SIMON jfsimon1...@gmail.com: Hello, Is there any particular problem with installing OpenBSD on a SSD HD ? I once could on one machine but on my actual machine

Re: Package dependencies size estimate script

2009-11-05 Thread Aaron Mason
rm -rf $tmp_file_3 It works great, by the way. Tested on 4.6 release. I'd probably also cat the contents of /tmp/$1-dependencies, but that's just me. -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: Package dependencies size estimate script

2009-11-05 Thread Aaron Mason
$tmp_file_1 -rm -rf $tmp_file_2 -rm -rf $tmp_file_3 \ No newline at end of file +rm -rf $tmp_file_1 $tmp_file_2 $tmp_file_3 \ No newline at end of file -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

Re: Installing OpenBSD on SSD drives

2009-11-04 Thread Aaron Mason
on this one. At the very least, stick a USB drive in and use that for swap. If things are going to write to SSDs a lot, get two (if budget allows) and stripe/RAID-5 them - this actually does wonders for increasing the lifespan of SSDs. -- Aaron Mason - Programmer, open source addict - Oh, why does

Re: Installing OpenBSD on SSD drives

2009-11-04 Thread Aaron Mason
WILL ROBINSON messages to the OS - it would be up to the OS to intercept these messages and inform the sysadmin, however. My $0.02. -- Aaron Mason - Programmer, open source addict - Oh, why does everything I whip leave me?

Re: http://www.theregister.co.uk/2009/11/03/linux_kernel_vulnerability/

2009-11-03 Thread Aaron Mason
these days, there's no incentive. Linus is shooting himself in the foot and he has no idea. Linux tries to be everything to everyone, and by doing it the way is does, it greatly limits its potential. OpenBSD does one thing and does it well - being secure. That's all there is to it. -- Aaron

Re: decreasing the size of the distribution

2009-10-26 Thread Aaron Mason
to remove the rest of the files not used on the system. what do you suggest? thanks \sendul -- Aaron Mason - Programmer, open source addict - Oh, why does everything I whip leave me?

Re: PowerEdge 650 fan speed

2009-10-26 Thread Aaron Mason
idle down on a supported OS? It's running 4.6, FWIW. -- Aaron Mason - Programmer, open source addict - Oh, why does everything I whip leave me? -- Aaron Mason - Programmer, open source addict - Oh, why does everything I whip leave me?

Re: smtpd support DIGEST MD5 AUTH ?

2009-10-26 Thread Aaron Mason
or something similar. -- Aaron Mason - Programmer, open source addict - Oh, why does everything I whip leave me?

Re: system freeze when connection iomega rev

2009-10-26 Thread Aaron Mason
#1749 i386 Anyone else got this problem? Any hints? Cheers, Elmar -- Aaron Mason - Programmer, open source addict - Oh, why does everything I whip leave me?

Re: PowerEdge 650 fan speed

2009-10-26 Thread Aaron Mason
to do that, if they even exist. Apologies, not IBM, HP: http://marc.info/?l=openbsd-miscm=125406484220779w=2 -- Aaron Mason - Programmer, open source addict - Oh, why does everything I whip leave me?

Re: a way to specify a specific scsi number at bioctl?

2009-10-21 Thread Aaron Mason
on it. -- Olivier Cherrier mailto:o...@symacx.com You can do all of this in config(8) without haing to recompile at all. -- Aaron Mason - Programmer, open source addict - Oh, why does everything I whip leave me?

Re: Forum engine

2009-10-15 Thread Aaron Mason
On Thu, Oct 15, 2009 at 11:14 PM, Jason Dixon ja...@dixongroup.net wrote: On Thu, Oct 15, 2009 at 03:08:11PM +1000, Aaron Mason wrote: Something that really bugs me about web software is how they limit themselves to MySQL. I chose PunBB because it supported SQLite and had a solid module base

Re: Forum engine

2009-10-14 Thread Aaron Mason
DBMS into it and submit a patch. For closed source forums you're screwed. And if they really piss you off, you could always write your own. But yeah, I agree, OT. -- Aaron Mason - Programmer, open source addict - Oh, why does everything I whip leave me?

Re: 4.6 arriving

2009-10-05 Thread Aaron Mason
. -- Aaron Mason - Programmer, open source addict - Oh, why does everything I whip leave me?

Re: automating 'fsck -y' after a power failure

2009-10-05 Thread Aaron Mason
and they take too long to copy over and the batteries run out before it finishes, you've got an inconsistent system. You'd have to extend the script to check if the system is being shutdown by the UPS. Please let me know if this is way off track, or even if it's brilliant, or somewhere in between. -- Aaron

Re: 4.6 arriving

2009-10-05 Thread Aaron Mason
, but for someone struggling to find money for rent, it is a lot. -Jeremy -- Jeremy Chase, N1JER http://weatherfinder.info/ On Mon, Oct 5, 2009 at 8:56 PM, Todd Alan Smith tas-misc-open...@puesnada.us wrote: On Mon, Oct 5, 2009 at 8:05 PM, Aaron Mason simplersolut...@gmail.com wrote: I

X.org killing HAL?

2009-10-01 Thread Aaron Mason
Hi all, I'm referring to what was said by alanc in #opensolaris at 04:02:34 at http://echelog.matzon.dk/logs/browse/opensolaris/1254434400 - anybody know anything about this, and how it will affect OpenBSD's X.org implementation? Thanks -- Aaron Mason - Programmer, open source addict - Oh, why

Re: spamd - nixspam list, September 30, 2009

2009-10-01 Thread Aaron Mason
to be sure. -- Aaron Mason - Programmer, open source addict - Oh, why does everything I whip leave me?

Re: ifstated with carp0

2009-09-30 Thread Aaron Mason
.link.down carp10.link.down carp11.link.down So I tried a simpler one, primary = carp0.link.up backup = carp0.link.down Carp transition detection worked (with the new code AND the old code). -Steve S. -- Aaron Mason - Programmer, open source addict - Oh, why does everything I whip leave me?

/31 subnets (RFC 3021)

2009-09-21 Thread Aaron Mason
Hi all, Does OpenBSD comply with RFC 3021, allowing /31 subnets for point-to-point links? I'd resigned to the fact that you couldn't since each subnet needs a network and broadcast address, though in the grand scheme of things it makes sense. TIA -- Aaron Mason - Programmer, open source

Re: OT: Old School Unix vs. Modern Day Support Professionals - was (Defending OpenBSD Performance)

2009-09-17 Thread Aaron Mason
11 copies..:) Will place an order when I next get paid - that would bring the total orders for Australia to at least 4 or 5... -- Aaron Mason - Programmer, open source addict - Oh, why does everything I whip leave me?

Re: OT: Laptop advice. SSD costs.

2009-09-16 Thread Aaron Mason
. If this suits your needs, I'm happy to donate it if you can cover postage from Australia. Regards -- Aaron Mason - Programmer, open source addict - Oh, why does everything I whip leave me?

Re: Defending OpenBSD Performance

2009-09-15 Thread Aaron Mason
. I'm all for just shelving this argument - nobody's going to agree. -- Aaron Mason - Programmer, open source addict - Oh, why does everything I whip leave me?

Re: Supporting OpenBSD

2009-09-14 Thread Aaron Mason
. -- Aaron Mason - Programmer, open source addict - Oh, why does everything I whip leave me?

Re: Supporting OpenBSD

2009-09-09 Thread Aaron Mason
compelled to reply off list. Thankyou. Rod/ --- This life is not the real thing. It is not even in Beta. If it was, then OpenBSD would already have a man page for it. -- Aaron Mason - Programmer, open source addict - Oh, why does everything I whip leave me?

Re: OT rack mount monitor/keyboards

2009-09-01 Thread Aaron Mason
for this. Bit of a life-long dream that I've never had the finances for. -- Aaron Mason - Programmer, open source addict - Oh, why does everything I whip leave me?

Re: spam in misc list.

2009-08-17 Thread Aaron Mason
suspended. -- Aaron Mason - Programmer, open source addict - Oh, why does everything I whip leave me?

Re: Recreating lost+found directory ?

2009-07-29 Thread Aaron Mason
this directory? -- One of the main causes of the fall of the roman empire was that, lacking zero, they had no way to indicate successful termination of their C programs. -- Aaron Mason - Programmer, open source addict - Oh, why does everything I whip leave me?

Re: mount point busy, can't find process holding it

2009-07-28 Thread Aaron Mason
MODE R/WSZ|DV NAME amaaq$ sudo umount /adata/ umount: /adata: Device busy what are my other choices hunting down the process that makes the mount point busy? -f -- doubt is the beginning of wisdom -- Aaron Mason - Programmer, open source addict - Oh, why does everything I whip

Re: OpenBSD 4.5 networking problems with qemu

2009-07-18 Thread Aaron Mason
, but I think that's not the case. Any guesses? -- Aaron Mason - Programmer, open source addict - Oh, why does everything I whip leave me?

Re: OpenBSD 4.5 networking problems with qemu

2009-07-18 Thread Aaron Mason
31748, seq 256, length 64 arp who-has 192.168.3.2 tell 192.168.3.1 arp reply 192.168.3.2 is-at 52:54:00:12:34:56 (oui Unknown) Additionally, I've found that OpenBSD sends a 'gratuitous arp request', while linux doesn't, but I think that's not the case. Any guesses? -- Aaron Mason

Re: Problems using ppp on my cell phone

2009-07-01 Thread Aaron Mason
is that the config files worked for a few month. I have no clue what's wrong ... Didier 2009/6/30 Aaron Mason simplersolut...@gmail.com: Well I'm no expert in pppd, but from what I can see, it looks like your system is requesting configuration information from the other side, getting

Re: How to mark filesystem as unclean to force fsck on boot up?

2009-06-27 Thread Aaron Mason
this. There are some complications if this is not possible (e.g. a server in a dedicated datacenter); are you in that situation? In other words, what are you *really* trying to do? Joachim -- Aaron Mason - Programmer, open source addict - Oh, why does everything I whip leave me?

Re: How to mark filesystem as unclean to force fsck on boot up?

2009-06-27 Thread Aaron Mason
); are you in that situation? In other words, what are you *really* trying to do? Joachim -- Aaron Mason - Programmer, open source addict - Oh, why does everything I whip leave me? -- Aaron Mason - Programmer, open source addict - Oh, why does everything I whip leave me?

Re: Updates to several OpenBSD hosts

2009-06-23 Thread Aaron Mason
://www.infrastructures.org/ -- Aaron Mason - Programmer, open source addict - Oh, why does everything I whip leave me?

Bringing OpenVZ-style capabilities to OpenBSD

2009-06-21 Thread Aaron Mason
://groups.google.com/group/openbsd-virt - I hope to get some open dialog going on and possibly getting a project going. Thanks Regards -- Aaron Mason - Programmer, open source addict - Oh, why does everything I whip leave me?

Re: which filesystems are local?

2009-05-11 Thread Aaron Mason
of the currently mounted filesystems are local, ie. mounted off a local disk? A simple mount | grep ' (local' works for me, but is there a better way (besides mount -t and listing the 'local' FS types)? Jan -- Aaron Mason - Programmer, open source addict - Oh, why does

Re: wimax

2009-05-03 Thread Aaron Mason
...@timeweb.ru a.knya...@timeweb.ru wrote: Any body know any thing about support any dev? -- Aaron Mason AKA Absorbent Shoulder Man iOh, why does everything I whip leave me?/i

Re: autowhitelister for spamd needs testing

2009-04-23 Thread Aaron Mason
if a spammer were able to acquire the means to use it to validify themselves fraudulently. Spam is a battle - the least we can hope for is to make it a battle for them as well. -- Aaron Mason /Oh, why does everything I whip leave me?/

Re: autowhitelister for spamd needs testing

2009-04-23 Thread Aaron Mason
inundated with spam. The problem's here to stay, all we can do is deal with it as best we can. -- Aaron Mason AKA Absorbent Shoulder Man iOh, why does everything I whip leave me?/i

Re: Unable to mount CD/DVD-RW drive in OpenBSD 4.4/i386.

2009-04-23 Thread Aaron Mason
: /dev/cd0a /mnt/cdrom cd9660 ro,noauto 0 0 Does /mnt/cdrom exist? -- Aaron Mason AKA Absorbent Shoulder Man iOh, why does everything I whip leave me?/i

RAIDframe - screech, smash.

2009-04-22 Thread Aaron Mason
of OpenBSD to try and catch the error message. In the meantime if anybody can shed some light on why what I've done hasn't worked, I would really appreciate it. Regards, and sorry for the TL;DR. -- Aaron Mason AKA Absorbent Shoulder Man iOh, why does everything I whip leave me?/i

Re: autowhitelister for spamd needs testing

2009-04-22 Thread Aaron Mason
manual whitelists or blacklists. -- Aaron Mason AKA Absorbent Shoulder Man iOh, why does everything I whip leave me?/i

<    1   2   3