Re: Wireless PCI card

2003-03-20 Thread Andrea Franceschini
On Fri, Feb 21, 2003 at 10:51:08AM -0800, Terry Lambert wrote: > Andrea Franceschini wrote: > > > So... going back to Alfred's question: what did the vendor say about > > > the PCI card not claiming a memory window? > > > > > Who's supposed to reply this question? > > I could try to contact the Soh

boot without user and password

2003-03-20 Thread Emilio Manuel
I want to know how a FreeBSD box, just after finish booting process, can start automatically a session with a predeterminate user without doing the normal login process (ie, without typing user and password). I wan to do this under Xwindows because I pretend to use this box as a "dumb X termina

Re: boot without user and password

2003-03-20 Thread Anthony Schneider
if you are trying to do what i think you're trying to do, you can put something like the following in /etc/rc.local or in a script in /usr/local/etc/rc.d: su username -c xinit where username is the name of the user you want to start X with. -Anthony. On Thu, Mar 20, 2003 at 04:18:43PM +,

Re: boot without user and password

2003-03-20 Thread void
On Thu, Mar 20, 2003 at 11:40:12AM -0500, Anthony Schneider wrote: > if you are trying to do what i think you're trying to do, you can put > something like the following in /etc/rc.local or in a script in > /usr/local/etc/rc.d: > > su username -c xinit > > where username is the name of the user

Re: boot without user and password

2003-03-20 Thread Leo Bicknell
In a message written on Thu, Mar 20, 2003 at 04:18:43PM +, Emilio Manuel wrote: > I wan to do this under Xwindows because I pretend to use this box as a > "dumb X terminal" that can display messages send from another UNIX machine. If you really want to use it as an xterminal, you probably wan

CerbNG 1.0-RC1 is now avaliable.

2003-03-20 Thread Pawel Jakub Dawidek
Good news everyone. After six months of hard work, many hundreds CVS commits and lots of lost nights we would like to proudly announce, that the CerbNG project released first generally available version (1.0-RC1) of it's kernel security module. It is hard to write some terse words of encouragemen

generalized mergemaster(8)

2003-03-20 Thread Brandon D. Valentine
I have encountered a situation in which it would be extremely handy to have a generalized version of mergemaster(8) which is less specific to the task of merging /etc. I need to recursively merge two directories of source files in which I wish to preserve some original files, install some replacem

Re: generalized mergemaster(8)

2003-03-20 Thread Brandon D. Valentine
[ I meant to Cc dougb, not 'doubg' on this. Doh. ] On Thu, Mar 20, 2003 at 10:15:48PM -0600, Brandon D. Valentine wrote: > I have encountered a situation in which it would be extremely handy to > have a generalized version of mergemaster(8) which is less specific to > the task of merging /etc. I