Re: kernel help

2004-10-07 Thread pirat sriyotha
Quoting James Pole <[EMAIL PROTECTED]>: > On 7/10/2004, at 10:30 PM, pirat sriyotha wrote: > > > > well, just my instinc that tell me that only move /kernel.old to > > /kernel is not > > sufficient. do we need to move /module.old to /module too ? (am not > &

Re: kernel help

2004-10-07 Thread pirat sriyotha
Quoting James Pole <[EMAIL PROTECTED]>: > > On 7/10/2004, at 8:16 PM, pirat sriyotha wrote: > > > Quoting James Pole <[EMAIL PROTECTED]>: > > > >> Heya, > >> > >> To remove the old kernel just delete /kernel and rename /kernel.old to >

Re: kernel help

2004-10-07 Thread pirat sriyotha
Quoting James Pole <[EMAIL PROTECTED]>: > Heya, > > To remove the old kernel just delete /kernel and rename /kernel.old to > /kernel. > sorry for interruption, am not quite sure that only replace /kernel with /kernel.old will solve his problem. correct me if am misunderstood. > But note that y

Re: -current boot bring to db> prompt

2004-06-10 Thread pirat
On Thursday, 10 June 2004 at 21:49:01 +0700, pirat wrote: > Date: Thu, 10 Jun 2004 21:49:01 +0700 > From: pirat <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: -current boot bring to db> prompt > > hi sirs, > > i boot my insp

Re: SYSERR(root) Can not exec /bin/mail: No such file or directory

2004-01-23 Thread pirat
ECTED] > > On 23 Jan, pirat wrote: > > On Friday, 23 January 2004 at 0:04:20 -0800, Don Lewis wrote: > >> Date: Fri, 23 Jan 2004 00:04:20 -0800 (PST) > >> From: Don Lewis <[EMAIL PROTECTED]> > >> Subject: Re: SYSERR(root) Can not exec /bin/mail: No

Re: SYSERR(root) Can not exec /bin/mail: No such file or directory

2004-01-23 Thread pirat
On Friday, 23 January 2004 at 0:04:20 -0800, Don Lewis wrote: > Date: Fri, 23 Jan 2004 00:04:20 -0800 (PST) > From: Don Lewis <[EMAIL PROTECTED]> > Subject: Re: SYSERR(root) Can not exec /bin/mail: No such file or directory > To: [EMAIL PROTECTED] > cc: [EMAIL PROTECTED]

SYSERR(root) Can not exec /bin/mail: No such file or directory

2004-01-22 Thread pirat
hi sirs, i hvae just noticed that if /usr/src/contrib/sendmail/cf/mailer/local.m4 has a line that says ifdef(`LOCAL_MAILER_PATH',, `define(`LOCAL_MAILER_PATH', /bin/mail)') will result in error at boot time. i simply change that line to ifdef(`LOCAL_MAILER_PATH',, `define(`LOCAL_MAILER_PATH',

Re: Dell Inspiron 1100 and FreeBSD

2003-11-19 Thread pirat
On Thursday, 20 November 2003 at 12:07:37 +1030, Greg 'groggy' Lehey wrote: > Date: Thu, 20 Nov 2003 12:07:37 +1030 > From: "Greg 'groggy' Lehey" <[EMAIL PROTECTED]> > To: pirat <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: D

Re: sequences or steps of make installworld

2003-06-14 Thread pirat
On Thu, Jun 12, 2003 at 08:40:48AM +0300, Ruslan Ermilov wrote: > Date: Thu, 12 Jun 2003 08:40:48 +0300 > From: Ruslan Ermilov <[EMAIL PROTECTED]> > To: pirat <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: sequences or steps of make installworld > > O

sequences or steps of make installworld

2003-06-11 Thread pirat
hi sirs, a few minutes ago, i made installworld on my other machine but error occur at some points in between. at that point of error, i can do a make, make install manuallyi without any errors. but i do not know that from that on what the rest are not installed yet. i have attached a script

Re: cvs -d /home/ncvs checkout src and cvsup stable-supfile

2002-12-07 Thread pirat
On Fri, Dec 06, 2002 at 10:09:50AM +0100, Johan Karlsson wrote: > Date: Fri, 6 Dec 2002 10:09:50 +0100 > From: Johan Karlsson <[EMAIL PROTECTED]> > To: pirat <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: cvs -d /home/ncvs checkout src and cvsup stable-supfil

cvs -d /home/ncvs checkout src and cvsup stable-supfile

2002-12-05 Thread pirat
hi sirs, apologize me for disturbing the list with my plain question. i have finished cvsup cvs-supfile, as appear in /usr/share/examples/cvsup/cvs-supfile, and do a cd /usr cvs -d /home/ncvs checkout src will this bring the same result as cvsup -g -L 2 stable-supfile where stable-supfile is

update system after hacking source codes

2002-11-26 Thread pirat sriyotha
hi sirs, if i hack some .c file in /usr/src/sys, for example net/if.c, how can one update freebsd system to reflect such a hacking ? do one simply make buildworld, installworld at /usr/src? thanks in advance for any helps and hints with best regards, psr __