Re: How to compile DHCPD source code

2006-07-08 Thread Rahul Sharma
Hello Peter, Thanks for your help. It Works. Thanks again Rahul On 7/7/06, Peter Blair [EMAIL PROTECTED] wrote: First, *don't* download source from the cvsweb website. That source is handy for browsing, but you should be getting your code from a cvs repository. Look at the instructions for

6/30 i386 snapshot: panic on usb mount

2006-07-08 Thread Josh Grosse
I had a panic when I attempted to mount a usb stick today. This particular stick seems to work fine on Windows machines without error. A dmesg follows the ddb output. --- messages on insert: umass0 at uhub3 port 5 configuration 1 interface 0 umass0: SanDisk Corporation Cruzer Mini, rev

Re: bash-static on OpenBSD 3.9

2006-07-08 Thread Tobias Ulmer
On Fri, Jul 07, 2006 at 10:18:00PM -0500, Daniel A. Ramaley wrote: If anyone has been lamenting the loss of the bash-static package, this evening i took the time to figure out how to create something that works just as well. I peeked in the Makefile for bash on an older version of OpenBSD

SMP and ichiic Error

2006-07-08 Thread Shane Harbour
Hello all, I'm having the following error on my SMP system: ichiic0: timeout, status 0x0 ichiic0: transaction abort failed, status 0x40INUSE (ichiic0 = Intel 82801CA/SMBus) Everything I have found in the archives points to a hyperthreading issue. When the issue first appeared, HT

Re: bash-static on OpenBSD 3.9

2006-07-08 Thread Joachim Schipper
On Sat, Jul 08, 2006 at 05:42:39PM +0200, Tobias Ulmer wrote: On Fri, Jul 07, 2006 at 10:18:00PM -0500, Daniel A. Ramaley wrote: If anyone has been lamenting the loss of the bash-static package, this evening i took the time to figure out how to create something that works just as well. I

wine990225 hangs OBSD 3.9 i386 machine

2006-07-08 Thread Karel Kulhavy
Hello When i run wine tokenizer.exe (some executable from an old Borland C compiler) under a normal user, the machine freezes. What's interesting is that the wine is not SUID root: -r-xr-xr-x 1 root bin 3084124 Mar 2 15:20 /usr/local/bin/wine The wine is from the official OpenBSD3.9

SATA RAID card: the cheapest

2006-07-08 Thread Jacob Yocom-Piatt
i'm building a machine on the cheap for colocation. what is the most affordable card that will do hardware SATA RAID? i've seen ~220 usd for the MegaRAID 150-4. can i do any better? this card is more for hotswapping through a failure than high-load performance. any experiences using such a card

Re: SATA RAID card: the cheapest

2006-07-08 Thread Sevan / Venture37
Jacob Yocom-Piatt wrote: i'm building a machine on the cheap for colocation. what is the most affordable card that will do hardware SATA RAID? i've seen ~220 usd for the MegaRAID 150-4. can i do any better? this card is more for hotswapping through a failure than high-load performance.

authpf won't work as a shell with ssh

2006-07-08 Thread Bill Meigs
I can't imagine what simple thing I'm leaving out. When ever I try to ssh to an account with the shell set to /usr/sbin/authpf I get disconnected immediately after getting the motd. I know I'm connecting and authenticating, but I don't stay connected. I've created the files authpf.allow

Re: authpf won't work as a shell with ssh

2006-07-08 Thread Darrin Chandler
On Sat, Jul 08, 2006 at 06:24:40PM -0700, Bill Meigs wrote: One other related issue. If I use the adduser script and specify authpf as the shell, I get authpf: is not allowed!. I've used vipw to change the shell to /usr/sbin/authpf for the test user. man shells(5)? -- Darrin Chandler

Re: authpf won't work as a shell with ssh

2006-07-08 Thread Bill Meigs
Thanks. That fixed the adduser script issue, but I still get disconnected immediately. Darrin Chandler wrote: On Sat, Jul 08, 2006 at 06:24:40PM -0700, Bill Meigs wrote: One other related issue. If I use the adduser script and specify authpf as the shell, I get authpf: is not allowed!. I've

Re: authpf won't work as a shell with ssh

2006-07-08 Thread Ray Percival
On Jul 8, 2006, at 8:49 PM, Bill Meigs wrote: Thanks. That fixed the adduser script issue, but I still get disconnected immediately. Read the authpf portion of the FAQ. It's in there. Darrin Chandler wrote: On Sat, Jul 08, 2006 at 06:24:40PM -0700, Bill Meigs wrote: One other related

Re: authpf won't work as a shell with ssh

2006-07-08 Thread Bill Meigs
The only relevant point I could see in the faq is the for /etc/authpf/authpf.conf to exist and it does. It is empty. Is there another reason I'm overlooking? Ray Percival wrote: On Jul 8, 2006, at 8:49 PM, Bill Meigs wrote: Thanks. That fixed the adduser script issue, but I still get

Re: SMP and ichiic Error

2006-07-08 Thread Marcos Laufer
Hi there too, I am having the exact same error, buy my ichiic0 is Intel 82801FB SMBus and i have only one processor. Note that my kernel is GENERIC, not GENERIC.MP . I've also tried disabling hyperthreading at the bios, but the errors still show up. Regards, Marcos Laufer Oh, here is my dmesg

Re: authpf won't work as a shell with ssh

2006-07-08 Thread Spruell, Darren-Perot
From: [EMAIL PROTECTED] The only relevant point I could see in the faq is the for /etc/authpf/authpf.conf to exist and it does. It is empty. Is there another reason I'm overlooking? What do your logs tell you? Can you tell if the user is being rejected because of authentication failures?