Correct way to add additional file types for compression in httpd.conf

2017-05-29 Thread Kevin
Hey gang, How does one go about getting .js and .css files to be compressed in httpd? Is there a proper way to do this circa 6.1(ish)? Thanks, Kevin

Re: Correct way to add additional file types for compression in httpd.conf

2017-05-29 Thread Kevin
ss for your css files which will also > help to minify them > > Sent from my iPhone > > > On May 30, 2017, at 1:10 AM, Kevin wrote: > > > > Hey gang, > > > > How does one go about getting .js and .css files to be compressed in > httpd? > > > > Is there a proper way to do this circa 6.1(ish)? > > > > Thanks, > > Kevin >

External Drives Fail to Mount After zzz and Resume on 6.5

2019-10-15 Thread Kevin
rev 2.10/40.07 addr 3 umass1: using SCSI over Bulk-Only scsibus3 at umass1: 2 targets, initiator 0 sd2 at scsibus3 targ 1 lun 0: SCSI4 0/direct fixed sd2: 3815447MB, 512 bytes/sector, 7814035456 sectors ses1 at scsibus3 targ 1 lun 1: SCSI4 13/enclosure services fixed ses1: unable to read enclosure configuration uvideo0 at uhub0 port 6 configuration 1 interface 0 "Image Processor USB2.0 UVC VGA WebCam" rev 2.00/9.17 addr 4 video0 at uvideo0 vscsi0 at root scsibus4 at vscsi0: 256 targets softraid0 at root scsibus5 at softraid0: 256 targets root on sd0a (bd5f148b91a28835.a) swap on sd0b dump on sd0b Thanks, Kevin

help needed with httpd.conf and rewrite directive

2021-01-06 Thread Kevin
inx sample they provide. Anyone with some httpd rewrite foo mind whacking me with a clue stick on how to accomplish this purty please? Thanks, Kevin location /sendy/l/ { rewrite ^/sendy/l/([a-zA-Z0-9/]+)$ /sendy/l.php?i=$1 last; }

Re: help needed with httpd.conf and rewrite directive

2021-01-06 Thread Kevin
Thanks Edgar, Unfortunately, still no dice. Maybe there's a bona fide expert who can chime in and pull my ass from the fire here. :-) Kevin On Wed, Jan 6, 2021 at 3:46 PM Edgar Pettijohn wrote: > On Wed, Jan 06, 2021 at 02:12:40PM -0800, Kevin wrote: > > Hey gang, > > >

Re: ddb panic on 7.3 after applying 2023-07-24 zenbleed patches

2023-07-25 Thread Kevin
On Tue, Jul 25, 2023 at 7:42 AM Theo de Raadt wrote: > It seems some of the smaller hypervisor companies didn't get the memo, > and they are blocking the msr write to to set the chicken bit. > > They block it by raising an exception. > They should IGNORE that bit if they allow setting it. > > I a

Re: ddb panic on 7.3 after applying 2023-07-24 zenbleed patches

2023-07-25 Thread Kevin
> > > Just applied the fix to the first affected AMD machine and all is well > > again. > > > > Would this be worth putting a ticket into Vultr to get them to make > > appropriate updates on their side? > > Yes (but I see you already did) > Here's the reply I got from Vultr about this: Thank yo

Re: OT: Paid Email Provider Options

2023-10-09 Thread Kevin
hostinger.com has hosting plans that include email. Just forego the hosting part and use their system for email. Super inexpensive AFAIK they meet the rest of your requirements. On Mon, Oct 9, 2023 at 11:24 AM Kevin Williams wrote: > > I registered a new domain and I am looking

Adaptec 8405 SGL drivers these days?

2024-01-25 Thread Kevin
obs of RAM and storage and is an offensively reasonable price. Thanks, Kevin

Re: Adaptec 8405 SGL drivers these days?

2024-01-26 Thread Kevin
On Fri, Jan 26, 2024 at 6:02 AM Nick Holland wrote: > > On 1/26/24 00:37, Kevin wrote: > > Hey gang, > > > > Looking at a server whose only option for storage comes via an Adaptec 8405 > > SGL. > > > > Given the battles between OpenBSD and Adaptec for

relayd[66834]: relayd: socketpair: Too many open files

2017-01-03 Thread Kevin
heck tcp } For what it's worth, I'm using a hosts file to point example.com to my IP for the time being, as I can't pull the real sites down and move them 'til this is working. Also of interest: pf seems to be working as advertised, as does relayd when it's started with the ulimit cranked up. Thanks, Kevin

Re: Is it possible to follow -current after missing several versions?

2017-01-03 Thread Kevin
On Tue, Jan 3, 2017 at 12:45 PM, Theo de Raadt wrote: > > > Upgrade with a snapshot. > > > > > > You don't stand a chance figuring out what we changed and making your > way > > > through it. > > > > Do you mean that I can simply boot with a fresh bsd.rd and upgrade my > system? > > > > Thank you

Re: relayd[66834]: relayd: socketpair: Too many open files

2017-01-03 Thread Kevin
rface 0 "QEMU QEMU USB Tablet" rev 2.00/0.00 addr 2 uhidev0: iclass 3/0 ums0 at uhidev0: 3 buttons, Z dir wsmouse1 at ums0 mux 0 vscsi0 at root scsibus3 at vscsi0: 256 targets softraid0 at root scsibus4 at softraid0: 256 targets root on sd0a (02fdd533b920e06e.a) swap on sd0b dump on sd0b c

Re: relayd[66834]: relayd: socketpair: Too many open files

2017-01-05 Thread Kevin
On Tue, Jan 3, 2017 at 1:16 PM, Kevin wrote: > Hey gang, > > So I'm putting a new firewall in place and have run into issues with > getting relayd to start using: > > # /etc/rc.d/relayd start > > When I try starting it like that inevitably I get: > > relayd

Re: relayd[66834]: relayd: socketpair: Too many open files

2017-01-05 Thread Kevin
pen to it, if that's the only choice, but it strikes me as outside of the bounds of normal operation. On Thu, Jan 5, 2017 at 9:07 AM, Peter Faiman wrote: > Have you modified your open file limits in /etc/login.conf? Especially in > the daemon section? > > Peter > &g

Re: relayd[66834]: relayd: socketpair: Too many open files

2017-01-05 Thread Kevin
On Thu, Jan 5, 2017 at 10:19 AM, Peter Faiman wrote: > Ah yes I see those lines now, thank you. > > Kevin, what version of OpenBSD are you using? You mentioned this is a new > project so I assume 6.0? > >From my dmesg: OpenBSD 6.0-stable (GENERIC.MP <http://generic.mp/&g

Re: relayd[66834]: relayd: socketpair: Too many open files

2017-01-05 Thread Kevin
he source it looks like socket pairs are created between all the > relayd processes, i.e. n^2 * 2 ish file descriptors, which could exceed 128 > pretty fast. Are you running with a non-default prefork setting? > Nope. My full relayd.conf is in the thread below. > > Peter > &g

Re: relayd[66834]: relayd: socketpair: Too many open files

2017-01-06 Thread Kevin
Just wanted to report back that as advertised 6.0-current from 2016-01-05 solved the problem described below. Thanks Theo, Reyk, Peter, et al. On Tue, Jan 3, 2017 at 1:16 PM, Kevin wrote: > Hey gang, > > So I'm putting a new firewall in place and have run into issues with >

specify custom 404s with httpd in 5.7

2015-05-01 Thread Kevin
e.com" error_page 404 /404.html [In fact, adding that error_page line makes httpd not (re)start] Anyone got their clue stick handy to bludgeon me with? Thanks, Kevin

httpd, php, and httpd.conf in 5.6

2014-10-17 Thread Kevin
ng curve. As always, thanks, Kevin

Re: httpd, php, and httpd.conf in 5.6

2014-10-17 Thread Kevin
On Fri, Oct 17, 2014 at 9:51 AM, Zé Loff wrote: > > > Installed 5.6-current last night and saw that the new httpd daemon will > be > > using the config file /etc/httpd.conf (which looks like it needs to be > > created by hand, fine). > > > > At the risk of sounding like a knucklehead, are there

aliases and website-level 301s in OpenBSD httpd

2014-10-21 Thread Kevin
ServerAliaswww.example2.com ... 2. And for the next item up for bid: website-level 301s. With apache we did 301s thusly: ServerName example.com Redirect301 / http://www.example.com/ What's the right way to do that now? Thanks, Kevin

Imagick and php and apache

2009-05-16 Thread Kevin
Hello, I have ImageMagick package installed, but i need it available in apache and php. When i try do something like $image = new Imagick(); I have an error "Imagick class not found". Can someone tell me how to do it? i googled but without success. I tried with pecl install imagick but doesnt

Re: Is nginx to complement or replace apache?

2012-03-28 Thread Kevin
Stuart Henderson wrote: On 2012-03-28, Kevin Chadwick wrote: Knowing nginx is on it's way to base and having just seen some fixes It's already in base. Coincidentally, I just moved all of our sites/servers over to nginx in ports just days before the integration into base was announ

Re: [Fwd: Open-Hardware]

2008-01-09 Thread kevin
> In article <[EMAIL PROTECTED]>, Kevin Wilcox wrote: >> >> Testing the software has nothing to do (as far as licensing goes) with >> a >> final, released GPL product. You can release the alpha and beta >> releases >> under whatever license you wan

Re: [Fwd: Open-Hardware]

2008-01-09 Thread kevin
> You can stop the GPL propaganda here. We have wasted enough time > rehashing it. You are not going to convince anybody here that some > random person has more rights than the author of the software. The end, > get over it, walk it off. I'm not out to convince anyone that anyone has any more r

Re: [Fwd: Open-Hardware]

2008-01-09 Thread kevin
> On Wed, 09 Jan 2008 11:01:52 -0500, "Kevin Wilcox" > <[EMAIL PROTECTED]> said: >> There's no need to continue this on the list because you don't get the >> analogy so I'm replying directly. > Then why did you cc the list? I have to pub

Re: [Fwd: Open-Hardware]

2008-01-09 Thread kevin
> On Wed, Jan 09, 2008 at 10:07:50AM -0500, Kevin Wilcox wrote: > >> Daniel then brought up the idea of CD sales. Something you can buy and >> put an exact digital replica of online. > > are sure about that? and what about the sticker(s) that come with the > CDs? an

Re: help with pf

2008-01-25 Thread Kevin
domain ntp } > I am sure this is some configuration error right in front of my face, > but for the life of me i'm not seeing it. Any help would be appreciated. No problem - I'm sure that even the gurus have had moments like this :-) Kevin

issues with PHP and cURL curl_exec() function within OpenBSD chroot

2007-03-20 Thread Kevin
on, we tried (to no avail) altering our php.ini to have: allow_url_fopen = On Anyone got any ideas on this? (Clue sticks welcome.) As always, thanks much, folks. Kevin -- http://www.ebiinc.com : Background Screening for Employers from EBI Professional background checks... anywhere.

Re: issues with PHP and cURL curl_exec() function within OpenBSD chroot

2007-03-21 Thread Kevin
I ran into this issue setting up zencart on OpenBSD. My guess is you need to copy /etc/resolv.conf to /var/www/etc/resolv.conf. You can verify that by chroot'ing yourself manually into /var/www and trying to curl something. That's what I thought so, too at first, but I verified that ours is the

Sun Netra and DAS

2007-05-08 Thread Kevin
t overlooking? As always, many thanks. Kevin -- http://www.ebiinc.com : Background Screening from EBI Corporate background checks, worldwide.

Re: Hoststated SSL Relay Issue Resolved?

2007-08-17 Thread Kevin
address. Thanks for the comments/suggestions, Reyk (and for the great work on hoststated. ;-) We'll see what happens with your suggestions and post results later. Kevin -- http://www.ebiinc.com : Background Screening from EBI Corporate background checks, worldwide.

OpenBSD on "Rackable Systems" servers?

2006-06-26 Thread Kevin
ng it orderable from the web site (I'll strongly recommend including an official CD set with each order). Anything else I should ask about? Kevin Kadow

Re: Spurious "No route to host" indications on multiple releases?

2006-07-11 Thread Kevin
existing state and blocks the new SYN packet. This is easiest to trigger with something like 'http_load' where the client makes many thousands of connections to a single remote server/port. Kevin

Re: MegaRAID SCSI 320-2 bad write performance

2006-08-22 Thread Kevin
I can run tests (RAID0 and RAID1). Kevin

uvm_mapent_alloc: out of static map entries on 4.3 i386

2008-05-15 Thread Kevin
the sites--and the mirrors--up. I think I've mentioned everything noteworthy though cluestick applications are welcome. Thanks, Kevin Here's the dmesg for any interested parties: OpenBSD 4.3 (GENERIC.MP) #2: Fri Apr 11 09:00:02 PDT 2008 [EMAIL PROTECTED]:/usr/src/sys/arch/i386/com

Re: uvm_mapent_alloc: out of static map entries on 4.3 i386

2008-05-15 Thread Kevin
I see Allen beat me to the reply with the requested netstat data below, but in the mean time, I'm going to do the unthinkable and build a custom kernel with your mods and see where the chips fall. :-) Thanks for the suggestion. Kevin On Thu, May 15, 2008 at 2:45 PM, Allen <[EMAIL P

Re: uvm_mapent_alloc: out of static map entries on 4.3 i386

2008-05-15 Thread Kevin
On Thu, May 15, 2008 at 7:07 PM, Ted Unangst <[EMAIL PROTECTED]> wrote: > On 5/15/08, Kevin <[EMAIL PROTECTED]> wrote: >> All, >> >> I'm getting quite a lot of these errors in /var/log/messages and can't >> seem to find an appropriate fix in th

Re: uvm_mapent_alloc: out of static map entries on 4.3 i386

2008-05-16 Thread Kevin
>> The problem seems related to certain long running processes with >> fragmented address spaces. >> >> Basically, in order to manage address spaces, the kernel keeps track >> of a bunch of maps. Entries in these maps are stored in... map >> entries. In certain situations, the kernel can't wait t

Brooktree BT878 support?

2006-09-21 Thread Kevin
It's been a few months since I've donated hardware, would there be value in donating a new PCI tuner card to a North American developer? Kevin

Re: Version 4.0 release

2006-10-09 Thread Kevin
ional. I was going to donate it, but it lacks the DC-DC converters, plus the shipping cost would be horrendous. Kevin

Re: Version 4.0 release

2006-10-09 Thread Kevin
My employer doesn't have a process to donate hardware, but we do have procedures for granting developer access to company-owned systems. Kevin

Re: Network performance

2005-05-25 Thread Kevin
me reason, and because work cares more about the name brand than the price tag. But with all the rave reviews here, I'm going to give SysKonnect a try. Kevin

Re: Immediate cronjob NOW NOW NOW!!!

2005-05-26 Thread Kevin
ually on the hour, > preventing the situation described above. If you switch over to syslog-ng, you can configure the daemon itself to directly write to files named for the hour of the day in which the event occurs. This eliminates the need to use newsyslog at all. You can find syslog-ng in ports, /usr/ports/sysutils/syslog-ng Kevin Kadow

Re: dc0: failed to force tx and rx to idle state

2005-05-27 Thread Kevin
ex (I lock the interfaces to 100/full). I have an identical machine running 3.6, does not show this message, only the machines upgraded to 3.7 give this warning. Kevin Kadow $ cat /etc/hostname.dc0 inet testbox 255.255.255.224 NONE media 100baseTX mediaopt full-duplex $ dmesg console is /[EMAIL PR

Dell PE1850 with PERC4/ei?

2005-05-31 Thread Kevin
with this RAID controller? Has anybody deployed on a PE1850 with Dell's hardware RAID and can report back success or failure? Also, I have a choice of network interfaces, either the Intel 'em' or the Broadcom 'bge'. Which is the lesser of two evils? Thanks, Kevin Kadow

Re: Dell PE1850 with PERC4/ei?

2005-05-31 Thread Kevin
Thanks to all who responded to my "PE1850 with Dell's hardware RAID" question. I guess I'm not the only one locked into a specific vendor by purchasing standards :) Kevin Kadow

Re: howto clean disks ?

2005-06-01 Thread Kevin
gt; and you should be okay even with that extreme case. > If I were worried about open-drive analysis of the drive I want to > clean, then I'd be physically destroying the drive also. Put it in a > kiln, get the oxy torch into it, etc. I read the Ed's question as implying that

Re: Gigabit Firewall NIC Interrupt Performance Problem

2005-06-01 Thread Kevin
Broadcom BCM5704C" rev 0x02: > irq 14: address: 00:0f:1f:68:49:f1 > brgphy1 at bge1 phy 1: BCM5704 10/100/1000baseTX PHY, rev. 0 I read in an earlier thread there is a definite performance advantage to setting all your GigE interfaces to the same interrupt? Kevin

Re: Sun Netra T1 105

2005-06-02 Thread Kevin
chine or a more general one, but I've tried to use hifn and em in the > PCI slot - cards get detected OK, but don't actually work There's a known issue with the Netra under openBSD when using any PCI NIC having an onboard PCI-PCI bridge. Most multi-port NICs (and a few single port) have a PCI-PCI bridge on the card. Kevin Kadow

Re: Sun Netra T1 105

2005-06-02 Thread Kevin
IPX "pizzabox". By "for three years", I mean I installed OpenBSD and qmail once, turned off all the services I had no use for, and never touched the machine again except via POP3. Kevin Kadow

Re: Rackmount Servers using SATA

2005-06-02 Thread Kevin
es with the PE750 or PE1750, and I'm about to pick up a few new PE1850s based on endorsements from other misc@ readers. I'm not sure how much help this is to your question, can you give more detail on the "custom raid solution"? Kevin Kadow

Re: PPPoE Download Performance Woes

2005-06-07 Thread Kevin
if possible. Seconded on both points. One thing I've found very helpful in debugging PPPoE has been to use either the "-" (time between packets) or "-tt" (absolute epoch time) options on tpcdump, watching the packets on both the real Ethernet interface and the tunnel (pppoe0) interface, in two side-by-side windows. Kevin Kadow

login_radius on console?

2005-06-07 Thread Kevin
er, returning a "no such user" failure response. Is anybody successfully using a non-challenge style token or other one-time-password via RADIUS, for console login? Thanks, Kevin

Re: ami(4) support for >1 logical drives in 3.7?

2005-06-09 Thread Kevin
On 6/9/05, Gregory Tod <[EMAIL PROTECTED]> wrote: > Kevin - thanks for your input. I'd love to hear how it goes. Disk > performance has been the only issue with the 1750/3.5 combo: > > time dd if=/dev/zero of=/tmp/test bs=1024k count=1000 > > takes 55 secs or

Re: OT, but maybe??? Need an Alarm Beacon

2005-06-09 Thread Kevin
linuxjournal.com/article/7353 Kevin Kadow (Yes, I know the article is about Linux. But the $59 USB beacon they used in the article is platform-agnostic.)

Re: A Business Case for integrating OpenBSD into IT Infrastructures

2005-06-10 Thread Kevin
> we'd like to have on-site hw-support at least next day > (being in austria this is not possible with all the big "server-sellers") http://www.openbsd.org/support.html#Austria Kevin Kadow

Re: OpenBSD favorable HW

2005-06-13 Thread Kevin
ave one vendor to deal with, no finger-pointing. Kevin Kadow

Re: OpenBSD favorable HW

2005-06-14 Thread Kevin
On 6/13/05, Gustavo Rios <[EMAIL PROTECTED]> wrote: > On 6/13/05, Kevin <[EMAIL PROTECTED]> wrote: > > On 6/13/05, Johan P. Lindstrvm <[EMAIL PROTECTED]> wrote: > > > - dc, em and sk seems to be the way to go, but what to for quad port > > > cards?

Writing to console...

2005-06-15 Thread kevin
praytell, what gives? thanks in advance, kevin

Re: Two out of four ports detected on Intel PRO/1000MT

2005-06-16 Thread Kevin
:58:1a em4 at pci3 dev 6 function 1 "Intel PRO/1000MF QP (82546EB)" rev 0x01: irq 7, address: 00:04:23:09:58:1b em5 at pci4 dev 2 function 0 "Intel PRO/1000MT (82541EI)" rev 0x00: irq 6, address : 00:c0:9f:43:3c:c7 $ exit Kevin

arplookup

2005-06-28 Thread kevin
Hi all, After my business cable provider replaced the router, I get the usual "arplookup: unable to locate address 10.19.240.183" I did an arp -d -a and then rebooted, but still get the message. Now the cable company says that the router's firmware is buggy and their is nothing they can do.

Re: program(s) needed for an authentication server

2005-07-08 Thread Kevin
p.vetcosurplus.com/catalog/product_info.php?products_id=6723 A single 128MB flash drive is just barely big enough for a stripped down OpenBSD 3.7 install. Larger flash IDE drives or a CF card with an IDE adapter will be slightly more expensive, but you won't need to strip out as much of the bas

NNTP server (inn-2.4.1) on OpenBSD 3.7?

2005-07-13 Thread Kevin
nv0/0 0%04 aborted lib/uwildmat 1/1661%00 110 . . . Are these "make test" errors all safe to ignore? Can anybody report running INN on OpenBSD 3.7? If so, which version? Thanks, Kevin Kadow

Re: Alpha CS20 wanted

2005-07-14 Thread Kevin
the community, some more of us can--and really should--step up immediately and help cover the small cost. We're talking about a lousy $500 or so in pledges that we're short, so covering this should be trivial with a few (even $10 or $20) donations. Let's help get things back on solid

Re: Choices for Soekris "disk drives"

2005-07-15 Thread Kevin
rts for storage, single file to upgrade the > device, fast/easy power recovery/no fsck) The most common deployment scenario for flash-based OpenBSD would be firewalls. It can be very handy for a firewall to have some local writable non-volatile storage, for configuration data, logs, etc. Kevin Kadow

Re: Choices for Soekris "disk drives"

2005-07-15 Thread Kevin
a that can survive a reboot, but which doesn't have the write volume failure issues of flash memory. The SanDisk paper referenced above makes some interesting claims about the write resiliency of compactflash. Could be worth a trial, set up a second CF card just for logs, write to it for a year, see if it burns out :) Kevin Kadow

Re: Alpha CS20 wanted

2005-07-16 Thread Kevin
or so as last minute decisions and donations are made. Thanks to all who've pledged / donated so far. Details will follow on both the machine choice and donation details / instructions in the next couple of days. Best, Kevin

Re: LCDPROC

2005-07-16 Thread Kevin
ing list is full of discussion about patching the Linux kernel to make some esoteric USB-connected display panel work. Kevin Kadow

Re: A domain question for a private network

2005-07-17 Thread Kevin
quite a bit longer. If you're looking for a good primer on DNS, look here: http://www.langfeldt.net/DNS-HOWTO/BIND-9/ It discusses all the stuff Jason mentions in good detail and should put you on the right track. Kevin P.S. Skip the reverse DNS part unless you really need it. That part can

Re: Alpha CS20 wanted

2005-07-17 Thread Kevin
#x27;ve contributed and all who are about to do so. It was very exciting to see the call go out and us come together so quickly to take care of the problem. Well done, all. Best, Kevin Smith -- http://www.ebiinc.com : background screening from EBI National & international corporate background checks.

Re: LCDPROC

2005-07-18 Thread Kevin
On 7/17/05, Steven Bowers <[EMAIL PROTECTED]> wrote: > On 7/16/05, Kevin <[EMAIL PROTECTED]> wrote: > > Yes. lcdproc-0.4.5, released 2004-04-13. > > > > > If so what comments do you have? > > > > There have in the past been overflows in the ne

Re: Need Quad Ethernet for router box

2005-07-21 Thread Kevin
d it that much, and > another post saying it was going to be slammed by a Quad card. If you expect to push hundreds of megabits at peak through the multiport card, then PCI-X will buy you some headroom. One caveat, many PCI-X motherboards can only run one card at the full 133Mhz speed. Kevin Kadow

Re: Need Quad Ethernet for router box

2005-07-21 Thread Kevin
On 7/21/05, Henning Brauer <[EMAIL PROTECTED]> wrote: > * Kevin <[EMAIL PROTECTED]> [2005-07-21 09:21]: > > Alternately, if you really do need router throughput at or above 1000Mbps, > > you might want to consider a purpose-built gigabit router from Cisco :) > >

Speed isn't everything, luckily for OpenBSD.

2005-07-22 Thread Kevin
On 7/21/05, Lars Hansson <[EMAIL PROTECTED]> wrote: > On Thu, 21 Jul 2005 12:35:27 -0500 > Kevin <[EMAIL PROTECTED]> wrote: > > > To be blunt, because when an enterprise just needs pure unfiltered > > inter-VLAN routing, Cisco has CEF products which can route betw

Re: 1U server recommendation

2005-07-27 Thread Kevin
. Lastly, most (all?) current PowerEdge products can be configured for serial console in the BIOS, many have optional (not OpenBSD supported) DRAC network management daughterboards for remote recovery from just about any type of crash. The OpenManage server runs on Linux or MS-Windows. Kevin Kadow

Re: 1U server recommendation

2005-07-28 Thread Kevin
unch > from them :) At work I don't really have a choice -- we can either buy Sun or Dell, or spend weeks justifying not using the approved vendors. While Sun is offering some very nice AMD64 (and Sparc64) kit, Sun just never seems to understand that customers want embedded hardware RAID controllers on the motherboard. Kevin Kadow

Re: Ammunition needed to defend OpenBSD/pf

2005-08-03 Thread Kevin
OTOH, I've used this "all employees must be readily replaceable" idea to OpenBSD's advantage, citing the widespread deployment of OpenBSD (as documented by the bsdcertification.org "task" report) to not only justify using OpenBSD for production, but also to include

Re: [OpenBSD 3.7] Is it really OK?

2005-08-03 Thread Kevin
a spare drive and holding the original boot drive in reserve allows for an effective backout plan. Kevin Kadow

Re: syslogd udp port

2005-08-04 Thread Kevin
tc/syslogd.conf. FreeBSD has the '-s -s' flag which prevents the daemon from binding the port at all, but this is not necessary as a security enhancement, forcing syslogd not to bind the port is purely cosmetic, makes your netstat output shorter by one line. Kevin Kadow

Re: Install Woes (3.7/sparc) - Spontaneous crashes

2005-08-08 Thread Kevin
more modern "server grade" Sparc over either of the cheap options, something like a Netra T1/105 (from eBay) or even a V100 ($1K new). Kevin Kadow

final list of contributors for the replacement alpha

2005-08-09 Thread Kevin
http://www.openbsd.com/donations.html page. Also, should anyway want to be *sure* they're listed, please drop me a note directly for good measure. Thanks again to all who contributed and helped us get the alpha platform on good, solid footing again! Best, Kevin Smith

Re: connect() taking 6 seconds?

2005-08-11 Thread Kevin
On 7/4/05, Markus Friedl <[EMAIL PROTECTED]> wrote: > On Mon, Jul 04, 2005 at 04:31:43PM -0400, Adam wrote: > > I used http_load to test out lighttpd's performance (both installed > > from ports), and noticed that sometimes connect takes 6 seconds: I'm seeing similar problems with 'http_load'; an

OpenBSD on Dell Dimension 2400 or 3000?

2005-08-16 Thread Kevin
uggestions for a US mail order PC vendor with fair prices, quick turnaround, a hardware warranty and a pre-built small tower which will reliably run OpenBSD? This is just going to get shoved under a desk, so rackmount is not a consideration, and it doesn't need to be perfectly quiet. Thanks, Kevin

Re: OpenBSD on Dell Dimension 2400 or 3000?

2005-08-16 Thread Kevin
On 8/16/05, Chris Zakelj <[EMAIL PROTECTED]> wrote: > Kevin wrote: > >A friend needs to order a basic computer with a good warranty, > >to run as a very basic OpenBSD 3.7 firewall for a cablemodem. > >I'd put one together from parts, but I don't relish doing

Re: how to stop chrooting

2005-08-20 Thread Kevin
> I have chrooted openbsd 3.7 server, but temporary I neet to acces some other > directoryes on machine, so I won't to stop chrooting. How to do that. You'd be well served to read the FAQs. Really. http://www.openbsd.com/faq/faq10.html#httpdchroot -- http://www.ebiinc.com : EBI: Employment

Re: "Pausing" firewall

2005-08-21 Thread Kevin
edless to say, once I'd run the new cable, life was grand. :-| Once you find out what the problem is, Chris, please post what the solution is. Good luck, Kevin S. -- http://www.ebiinc.com - background screening from EBI pre-employment checks for employers

Re: network traffic monitoring - bandwidth problem

2005-08-23 Thread Kevin
l apply. */ char gdImageCreate (); int main () { gdImageCreate (); ; return 0; } configure:2940: result: no configure:2950: error: Bandwidthd requires but cannot find libgd Lastly, even though this is really a bandwidthd issue and not an OpenBSD issue, I was hoping another hint or two from misc@ and we'd be off to the races with this app Thanks much, Kevin -- http://www.ebiinc.com EBI - employee background screening professionals Corporate background checks, globally.

Re: 1U server recommendation

2005-08-23 Thread Kevin
27; RAID controller isn't detected correctly by earlier releases. Rather than buying hardware blindly and hoping for the best, reading the archives and then posting to misc@ is how I hedge my bets when ordering new servers from Dell, Sun, etc. Kevin Kadow

Re: 1U server recommendation

2005-08-23 Thread Kevin
On 8/23/05, Matthew Bettinger <[EMAIL PROTECTED]> wrote: > Jason Dixon wrote: > > On Aug 23, 2005, at 8:11 PM, Kevin wrote: > > > If you can go beyond the big vendors, you might also look at > > smaller companies that support OpenBSD. Iron Systems, ... > > &g

Re: wireless usb

2005-08-25 Thread Kevin
n "Host AP" and other modes. I only know this because I'm trying to determine the best choice for running two USB 802.11a adapters in the same machine, both in "Host AP" mode, at least one with an external antenna. I'd like to use WPA, but I realize this is not yet supported. Kevin Kadow

Re: Pre-orders for our releases.

2006-03-10 Thread Kevin
employer bought exactly *two* CDs, and I had to push for that. Kevin Kadow

Re: Pre-orders for our releases.

2006-03-11 Thread Kevin
On 3/11/06, Diana Eichert <[EMAIL PROTECTED]> wrote: > On Fri, 10 Mar 2006, Kevin wrote: > SNIP > > Right. > > Because for-profit businesses wants to see return on their "investment", > > thus a company will seldom give stuff away because it feels good. >

Re: openbsd and the money

2006-03-24 Thread Kevin
"free" money is being left on the table right there. OTOH, were I to found a 501(c)(3) "OpenBSD Foundation", the strict "conflict of interest" policy would almost certainly prohibit me from soliciting any donations from my employer. Kevin

HP DX2000?

2006-04-19 Thread Kevin
Anybody running OpenBSD on a HP DX2000 who can share results? A cheap microtower Celeron w/PATA, happens to be what the client has to spare, I'm hoping there are no hidden gotchas. I don't need X. Tried NYCBUG's dmesgd, no results. Thanks, Kevin

Re: HP DX2000?

2006-04-20 Thread Kevin
On 4/19/06, Chris Cappuccio <[EMAIL PROTECTED]> wrote: > Kevin [EMAIL PROTECTED] wrote: > > Anybody running OpenBSD on a HP DX2000 who can share results? > > A cheap microtower Celeron w/PATA, happens to be what the client > > has to spare,I'm hoping there are no h

Good, managed, GigE switch?

2006-05-10 Thread Kevin
the SMCGS16-Smart with OpenBSD using vlan trunking and/or bridging? Looks like this switch doesn't offer SNMP, and has no 'shutdown' command to entirely disable ports (link down in cisco-land)? Thanks, Kevin

PS/2 keyboard failing on generic MP-kernel (Dell PE2850)

2006-05-10 Thread Kevin
latform. I see the SC1425 details on ArmorLogic were updated today. Time to go submit more dmesgs, both there and to NYCbug. Kevin

Re: OT: Serial2ssh device

2006-05-11 Thread Kevin
re are many different multiport cards supported by the puc(4) driver. Either way we deploy an OpenBSD solution for well under the $50/port price point of Lantronix, Digi, and other Linux-based "appliance" console servers. Kevin (P.S. And unlike the "appliance" console

  1   2   3   4   5   6   7   8   9   10   >