RE: Upgrading to 6.2-RELEASE from 6.2-STABLE

2007-06-22 Thread Mark Stout
The mountroot was failing to find and mount /dev/da0s1a.  The device
/dev/da0s1a is in /etc/fstab.  Going to the loader prompt and loading the
old kernel booted fine.  So the problem appears to lie somewhere in the boot
files or I added a option/device I probably should not have in the kernel.




 -Original Message-
 From: Brian A. Seklecki [mailto:[EMAIL PROTECTED]
 Sent: Thursday, June 21, 2007 7:51 AM
 To: Mark Stout
 Cc: Mark Stout; [EMAIL PROTECTED]; [EMAIL PROTECTED];
 freebsd-questions@freebsd.org
 Subject: RE: Upgrading to 6.2-RELEASE from 6.2-STABLE


 not sure about fbsd but nbsd tries to resolve the BIOS drive ID (hex
 0x80?) that the 1st stage boot loader loaded off of into a candidate to
 initialize the file system mount from.

 Then it goes after /etc/fstab, which has to agree .

 ~BAS

 On Wed, 2007-06-20 at 21:25 -0700, Mark Stout wrote:
  Well I got the server up and running on the old kernel.  I redid the
  buildworld and buildkernel.  I've held off for now on doing
 installworld and
  installkernel until I get a better understanding of what caused me to go
  into mountroot.  I use the Escape to loader prompt prompt to
 load the old
  kernel.
 
  Does anyone know what causes one to load into a mountroot prompt?
 
 
 
   -Original Message-
   From: Brian A. Seklecki [mailto:[EMAIL PROTECTED]
   Sent: Wednesday, June 13, 2007 8:52 AM
   To: Mark Stout
   Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED];
   freebsd-questions@freebsd.org
   Subject: Re: Upgrading to 6.2-RELEASE from 6.2-STABLE
  
  
   entering:
  
   mountroot ufs:da0s1a
  
   ...doesn't work
  
   What does ? command list.
  
   ~BAS
  
   On Tue, 2007-06-12 at 19:37 -0700, Mark Stout wrote:
I couldn't load da0s1a even though /dev/da0s1a is my root
   drive.  Manually load my old kernel from the prompt worked.
   
I believe the mountroot is during the boot load.  I'm not
   anywhere near being able to do anything.
   
I have no idea what the problem is.
   
 [EMAIL PROTECTED] wrote:
   
no idea, but maybe:
boot /boot/kernel/kernel
or
boot /boot/kernel.old/kernel
   
What is 'mountroot' - is that the boot loader or the kernel/system
giving you that?
   
try mounting your root drive!
   
do a `df -k`, anything already mounted?
   
oh!  or try:
fsck
   
did it ask you to login?
   
   
Mark Stout wrote:
 I followed all the steps in the handbook as well as UPDATED
   and after a installworld and mergemaster its booting into
   'mountroot' and nothing I type mounts.  This is a production
   machine so I'm in dire need of assistence.

  [EMAIL PROTECTED] wrote:
 On 11/06/07, Mark Stout [EMAIL PROTECTED] wrote:


 Following the tasks in Rebuilding world in the handbook

   http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworl
   d.html I removed the
 /usr/obj directory and did a buildworld.  When tryinmg to
   compile the kernel its failing on
 unknown option MD5.  Commenting that out it fails on the
   line above MD5,  options LKM.
  What's happening here?  These two options papear in the
   LINT file.  I can't find anything
 that explains why this would happen.

 A follow-up to my last email.  I copied GENERIC to RADIUS2 and
 symlinked to /root/kernel.  Then added the various LINT options.

 I started commenting out what is failing when I try to
 compile a new
 kernel.  All are from the LINT file.  Is MD5 a default
 that does not
 need to be specifically added?  What about ICMP_BANDLIM?  And
 support for IDE drives. Are these already handed elsewhere
   in GENERIC?

 # These all failed as unknown options:
 unknown option MD5
 unknown option LKM
 unknown option CD9660_ROOTDELAY
 unknown option NSWAPDEV
 unknown option TCP_COMPAT_42
 unknown option ICMP_BANDLIM  (found in Handbook in Chapter
   14 Securing FreeBSD)


 # Do not understand why these are fialing
 config: Error: device acd0 is unknown
 config: Error: device wfd0 is unknown
 config: Error: device wst0 is unknown

 # This failed as a syntax error
 controller  wdc0at isa? port IO_WD1 bio irq 14



 Most of the above looks like old, deprecated
 stuff from 5.x and earlier (the controller wdc0
 line reminds me of 3.x or maybe NetBSD).

 IDE drive support is all handled by ata(4), all
 you should need for those in your kernel config
 is:
 device  ata
 device  atadisk
 device  atapicd
 (and obviously:)
 device eisa
 device pci
 Which are already part of GENERIC.

 /usr/src/sys/arch/conf/LINT doesn't exist in 6.x.
 Try looking at /usr/src/sys/arch/conf/NOTES
 and /usr/src/sys/conf/NOTES for knobs to twist
 and buttons to push

RE: Upgrading to 6.2-RELEASE from 6.2-STABLE

2007-06-20 Thread Mark Stout
Well I got the server up and running on the old kernel.  I redid the
buildworld and buildkernel.  I've held off for now on doing installworld and
installkernel until I get a better understanding of what caused me to go
into mountroot.  I use the Escape to loader prompt prompt to load the old
kernel.

Does anyone know what causes one to load into a mountroot prompt?



 -Original Message-
 From: Brian A. Seklecki [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, June 13, 2007 8:52 AM
 To: Mark Stout
 Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED];
 freebsd-questions@freebsd.org
 Subject: Re: Upgrading to 6.2-RELEASE from 6.2-STABLE


 entering:

 mountroot ufs:da0s1a

 ...doesn't work

 What does ? command list.

 ~BAS

 On Tue, 2007-06-12 at 19:37 -0700, Mark Stout wrote:
  I couldn't load da0s1a even though /dev/da0s1a is my root
 drive.  Manually load my old kernel from the prompt worked.
 
  I believe the mountroot is during the boot load.  I'm not
 anywhere near being able to do anything.
 
  I have no idea what the problem is.
 
   [EMAIL PROTECTED] wrote:
 
  no idea, but maybe:
  boot /boot/kernel/kernel
  or
  boot /boot/kernel.old/kernel
 
  What is 'mountroot' - is that the boot loader or the kernel/system
  giving you that?
 
  try mounting your root drive!
 
  do a `df -k`, anything already mounted?
 
  oh!  or try:
  fsck
 
  did it ask you to login?
 
 
  Mark Stout wrote:
   I followed all the steps in the handbook as well as UPDATED
 and after a installworld and mergemaster its booting into
 'mountroot' and nothing I type mounts.  This is a production
 machine so I'm in dire need of assistence.
  
[EMAIL PROTECTED] wrote:
   On 11/06/07, Mark Stout [EMAIL PROTECTED] wrote:
  
  
   Following the tasks in Rebuilding world in the handbook
  
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworl
 d.html I removed the
   /usr/obj directory and did a buildworld.  When tryinmg to
 compile the kernel its failing on
   unknown option MD5.  Commenting that out it fails on the
 line above MD5,  options LKM.
What's happening here?  These two options papear in the
 LINT file.  I can't find anything
   that explains why this would happen.
  
   A follow-up to my last email.  I copied GENERIC to RADIUS2 and
   symlinked to /root/kernel.  Then added the various LINT options.
  
   I started commenting out what is failing when I try to compile a new
   kernel.  All are from the LINT file.  Is MD5 a default that does not
   need to be specifically added?  What about ICMP_BANDLIM?  And
   support for IDE drives. Are these already handed elsewhere
 in GENERIC?
  
   # These all failed as unknown options:
   unknown option MD5
   unknown option LKM
   unknown option CD9660_ROOTDELAY
   unknown option NSWAPDEV
   unknown option TCP_COMPAT_42
   unknown option ICMP_BANDLIM  (found in Handbook in Chapter
 14 Securing FreeBSD)
  
  
   # Do not understand why these are fialing
   config: Error: device acd0 is unknown
   config: Error: device wfd0 is unknown
   config: Error: device wst0 is unknown
  
   # This failed as a syntax error
   controller  wdc0at isa? port IO_WD1 bio irq 14
  
  
  
   Most of the above looks like old, deprecated
   stuff from 5.x and earlier (the controller wdc0
   line reminds me of 3.x or maybe NetBSD).
  
   IDE drive support is all handled by ata(4), all
   you should need for those in your kernel config
   is:
   device  ata
   device  atadisk
   device  atapicd
   (and obviously:)
   device eisa
   device pci
   Which are already part of GENERIC.
  
   /usr/src/sys/arch/conf/LINT doesn't exist in 6.x.
   Try looking at /usr/src/sys/arch/conf/NOTES
   and /usr/src/sys/conf/NOTES for knobs to twist
   and buttons to push.
  
  
 
 
 
 
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 --
 Brian A. Seklecki [EMAIL PROTECTED]
 Collaborative Fusion, Inc.




 IMPORTANT: This message contains confidential information and is
 intended only for the individual named. If the reader of this
 message is not an intended recipient (or the individual
 responsible for the delivery of this message to an intended
 recipient), please be advised that any re-use, dissemination,
 distribution or copying of this message is prohibited.  Please
 notify the sender immediately by e-mail if you have received this
 e-mail by mistake and delete this e-mail from your system.



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Upgrading to 6.2-RELEASE from 6.2-STABLE

2007-06-13 Thread Mark Stout


 -Original Message-
 From: Brian A. Seklecki [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, June 13, 2007 8:52 AM
 To: Mark Stout
 Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED];
 freebsd-questions@freebsd.org
 Subject: Re: Upgrading to 6.2-RELEASE from 6.2-STABLE



 On Tue, 2007-06-12 at 19:37 -0700, Mark Stout wrote:
  I couldn't load da0s1a even though /dev/da0s1a is my root
 drive.  Manually load my old kernel from the prompt worked.
 
  I believe the mountroot is during the boot load.  I'm not
 anywhere near being able to do anything.
 
  I have no idea what the problem is.
 
   [EMAIL PROTECTED] wrote:
 
  no idea, but maybe:
  boot /boot/kernel/kernel
  or
  boot /boot/kernel.old/kernel
 
  What is 'mountroot' - is that the boot loader or the kernel/system
  giving you that?
 
  try mounting your root drive!
 
  do a `df -k`, anything already mounted?
 
  oh!  or try:
  fsck
 
  did it ask you to login?
 
 
  Mark Stout wrote:
   I followed all the steps in the handbook as well as UPDATED
 and after a installworld and mergemaster its booting into
 'mountroot' and nothing I type mounts.  This is a production
 machine so I'm in dire need of assistence.
  
[EMAIL PROTECTED] wrote:
   On 11/06/07, Mark Stout [EMAIL PROTECTED] wrote:
  
  
   Following the tasks in Rebuilding world in the handbook
  
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworl
 d.html I removed the
   /usr/obj directory and did a buildworld.  When tryinmg to
 compile the kernel its failing on
   unknown option MD5.  Commenting that out it fails on the
 line above MD5,  options LKM.
What's happening here?  These two options papear in the
 LINT file.  I can't find anything
   that explains why this would happen.
  
   A follow-up to my last email.  I copied GENERIC to RADIUS2 and
   symlinked to /root/kernel.  Then added the various LINT options.
  
   I started commenting out what is failing when I try to compile a new
   kernel.  All are from the LINT file.  Is MD5 a default that does not
   need to be specifically added?  What about ICMP_BANDLIM?  And
   support for IDE drives. Are these already handed elsewhere
 in GENERIC?
  
   # These all failed as unknown options:
   unknown option MD5
   unknown option LKM
   unknown option CD9660_ROOTDELAY
   unknown option NSWAPDEV
   unknown option TCP_COMPAT_42
   unknown option ICMP_BANDLIM  (found in Handbook in Chapter
 14 Securing FreeBSD)
  
  
   # Do not understand why these are fialing
   config: Error: device acd0 is unknown
   config: Error: device wfd0 is unknown
   config: Error: device wst0 is unknown
  
   # This failed as a syntax error
   controller  wdc0at isa? port IO_WD1 bio irq 14
  
  
  
   Most of the above looks like old, deprecated
   stuff from 5.x and earlier (the controller wdc0
   line reminds me of 3.x or maybe NetBSD).
  
   IDE drive support is all handled by ata(4), all
   you should need for those in your kernel config
   is:
   device  ata
   device  atadisk
   device  atapicd
   (and obviously:)
   device eisa
   device pci
   Which are already part of GENERIC.
  
   /usr/src/sys/arch/conf/LINT doesn't exist in 6.x.
   Try looking at /usr/src/sys/arch/conf/NOTES
   and /usr/src/sys/conf/NOTES for knobs to twist
   and buttons to push.
  


 entering:

 mountroot ufs:da0s1a

 ...doesn't work

 What does ? command list.

 ~BAS


It lists all available drives mount points and then some, e.g. fd0, da0,
da01, da01s, da0s1a, da0s1b, da0s1c, etc., etc.  None of which mounts.
Below is my /etc/fstab.  So obviously da0s1a or /dev/da0s1a should mount.
But it doesn't.  I had to go into the loader prompt, unload the kernel, load
the old kernel and that booted the system.  Now I've restored the backup
copy of my /etc directory from /var/tmp/etc and I re-ran a new buildworld
and buildkernel.  Now I'm about to go and do the installworld and
installkernel.   But I'm hoping to get a better understanding of what
happened before I do.

# DeviceMountpoint  FStype  Options Dump
Pass#
/dev/da0s1b noneswapsw  0   0
/dev/da0s1a /   ufs rw  1   1
/dev/da1s1e /data   ufs rw  2   2
/dev/da0s1g /radius ufs rw  2   2
/dev/da0s1f /usrufs rw  2   2
/dev/da0s1e /varufs rw  2   2
/dev/wcd0c  /cdrom  cd9660  ro,noauto   0   0
proc/proc   procfs  rw  0   0

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrading to 6.2-RELEASE from 6.2-STABLE

2007-06-12 Thread Mark Stout
I followed all the steps in the handbook as well as UPDATED and after a 
installworld and mergemaster its booting into 'mountroot' and nothing I type 
mounts.  This is a production machine so I'm in dire need of assistence.

 [EMAIL PROTECTED] wrote:
On 11/06/07, Mark Stout [EMAIL PROTECTED] wrote:

  Following the tasks in Rebuilding world in the handbook
  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html I 
  removed the
  /usr/obj directory and did a buildworld.  When tryinmg to compile the 
  kernel its failing on
  unknown option MD5.  Commenting that out it fails on the line above MD5,  
  options LKM.
   What's happening here?  These two options papear in the LINT file.  I 
  can't find anything
  that explains why this would happen.

 A follow-up to my last email.  I copied GENERIC to RADIUS2 and
 symlinked to /root/kernel.  Then added the various LINT options.

 I started commenting out what is failing when I try to compile a new
 kernel.  All are from the LINT file.  Is MD5 a default that does not
 need to be specifically added?  What about ICMP_BANDLIM?  And
 support for IDE drives. Are these already handed elsewhere in GENERIC?

 # These all failed as unknown options:
 unknown option MD5
 unknown option LKM
 unknown option CD9660_ROOTDELAY
 unknown option NSWAPDEV
 unknown option TCP_COMPAT_42
 unknown option ICMP_BANDLIM  (found in Handbook in Chapter 14 Securing 
 FreeBSD)


 # Do not understand why these are fialing
 config: Error: device acd0 is unknown
 config: Error: device wfd0 is unknown
 config: Error: device wst0 is unknown

 # This failed as a syntax error
 controller  wdc0at isa? port IO_WD1 bio irq 14


Most of the above looks like old, deprecated
stuff from 5.x and earlier (the controller wdc0
line reminds me of 3.x or maybe NetBSD).

IDE drive support is all handled by ata(4), all
you should need for those in your kernel config
is:
device  ata
device  atadisk
device  atapicd
(and obviously:)
device eisa
device pci
Which are already part of GENERIC.

/usr/src/sys/arch/conf/LINT doesn't exist in 6.x.
Try looking at /usr/src/sys/arch/conf/NOTES
and /usr/src/sys/conf/NOTES for knobs to twist
and buttons to push.

-- 
--



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrading to 6.2-RELEASE from 6.2-STABLE

2007-06-12 Thread Mark Stout
I couldn't load da0s1a even though /dev/da0s1a is my root drive.  Manually load 
my old kernel from the prompt worked.

I believe the mountroot is during the boot load.  I'm not anywhere near being 
able to do anything.

I have no idea what the problem is.

 [EMAIL PROTECTED] wrote:

no idea, but maybe:
boot /boot/kernel/kernel   
or
boot /boot/kernel.old/kernel

What is 'mountroot' - is that the boot loader or the kernel/system 
giving you that?

try mounting your root drive!

do a `df -k`, anything already mounted?

oh!  or try:
fsck

did it ask you to login?


Mark Stout wrote:
 I followed all the steps in the handbook as well as UPDATED and after a 
 installworld and mergemaster its booting into 'mountroot' and nothing I type 
 mounts.  This is a production machine so I'm in dire need of assistence.

  [EMAIL PROTECTED] wrote:
 On 11/06/07, Mark Stout [EMAIL PROTECTED] wrote:

   
 Following the tasks in Rebuilding world in the handbook
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html I 
 removed the
 /usr/obj directory and did a buildworld.  When tryinmg to compile the 
 kernel its failing on
 unknown option MD5.  Commenting that out it fails on the line above MD5,  
 options LKM.
  What's happening here?  These two options papear in the LINT file.  I 
 can't find anything
 that explains why this would happen.
   
 A follow-up to my last email.  I copied GENERIC to RADIUS2 and
 symlinked to /root/kernel.  Then added the various LINT options.

 I started commenting out what is failing when I try to compile a new
 kernel.  All are from the LINT file.  Is MD5 a default that does not
 need to be specifically added?  What about ICMP_BANDLIM?  And
 support for IDE drives. Are these already handed elsewhere in GENERIC?

 # These all failed as unknown options:
 unknown option MD5
 unknown option LKM
 unknown option CD9660_ROOTDELAY
 unknown option NSWAPDEV
 unknown option TCP_COMPAT_42
 unknown option ICMP_BANDLIM  (found in Handbook in Chapter 14 Securing 
 FreeBSD)


 # Do not understand why these are fialing
 config: Error: device acd0 is unknown
 config: Error: device wfd0 is unknown
 config: Error: device wst0 is unknown

 # This failed as a syntax error
 controller  wdc0at isa? port IO_WD1 bio irq 14

 

 Most of the above looks like old, deprecated
 stuff from 5.x and earlier (the controller wdc0
 line reminds me of 3.x or maybe NetBSD).

 IDE drive support is all handled by ata(4), all
 you should need for those in your kernel config
 is:
 device  ata
 device  atadisk
 device  atapicd
 (and obviously:)
 device eisa
 device pci
 Which are already part of GENERIC.

 /usr/src/sys/arch/conf/LINT doesn't exist in 6.x.
 Try looking at /usr/src/sys/arch/conf/NOTES
 and /usr/src/sys/conf/NOTES for knobs to twist
 and buttons to push.

   




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Upgrading to 6.2-RELEASE from 6.2-STABLE

2007-06-11 Thread Mark Stout


 -Original Message-
 From: Mikhail Goriachev [mailto:[EMAIL PROTECTED]
 Sent: Sunday, June 10, 2007 9:27 AM
 To: Abdullah Ibn Hamad Al-Marri
 Cc: Mark Stout; freebsd-questions@freebsd.org
 Subject: Re: Upgrading to 6.2-RELEASE from 6.2-STABLE
 
 
 Abdullah Ibn Hamad Al-Marri wrote:
  On 6/10/07, Mark Stout [EMAIL PROTECTED] wrote:
 
  So how should I fix this?
 
  Thank you,
  Mark Stout
  
  cd /usr/src
  make cleanworld
  mergemaster -p
  make buildworld
  make buildkernel
  make installkernel
  reboot
  
  cd /usr/src
  make installworld
  mergemaster -iU
  reboot
  
  You are done. :)
 
 
 The *correct* procedure is described in:
 
 /usr/src/Makefile
 
 and even more detailed at:
 
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html
 

Following the tasks in Rebuilding “world” in the handbook 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html I 
removed the /usr/obj directory and did a buildworld.  When tryinmg to compile 
the kernel its failing on unknown option MD5.  Commenting that out it fails 
on the line above MD5,  options LKM.  What's happening here?  These two options 
papear in the LINT file.  I can't find anything that explains why this would 
happen.  


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Upgrading to 6.2-RELEASE from 6.2-STABLE

2007-06-11 Thread Mark Stout


Thank you,
Mark Stout
VPM Global Internet Services, Inc.
530-626-4218 x205 Office
530-626-7182 Fax
530-554-9295 VoIP
916-240-2850 Cell
www.vpm.com http://www.vpm.com 
 
This email and any files transmitted with it are confidential and intended 
solely for the use of the individual to whom they are addressed.  If you are 
not the intended recipient, you are hereby notified that any use or 
dissemination of this communication is strictly prohibited, and asked to notify 
us immediately, then delete this email. E-mail transmission cannot be 
guaranteed to be secure or error-free and VPM Global Internet Services, Inc. 
does not accept liability for any errors or omissions in the contents of this 
message.  Any views or opinions presented are solely those of the author and do 
not necessarily represent those of VPM Global Internet Services, Inc.



 -Original Message-
 From: Mark Stout [mailto:[EMAIL PROTECTED]
 Sent: Monday, June 11, 2007 9:24 AM
 To: Mikhail Goriachev; Abdullah Ibn Hamad Al-Marri
 Cc: freebsd-questions@freebsd.org
 Subject: RE: Upgrading to 6.2-RELEASE from 6.2-STABLE
 
 
 
 
  -Original Message-
  From: Mikhail Goriachev [mailto:[EMAIL PROTECTED]
  Sent: Sunday, June 10, 2007 9:27 AM
  To: Abdullah Ibn Hamad Al-Marri
  Cc: Mark Stout; freebsd-questions@freebsd.org
  Subject: Re: Upgrading to 6.2-RELEASE from 6.2-STABLE
  
  
  Abdullah Ibn Hamad Al-Marri wrote:
   On 6/10/07, Mark Stout [EMAIL PROTECTED] wrote:
  
   So how should I fix this?
  
   Thank you,
   Mark Stout
   
   cd /usr/src
   make cleanworld
   mergemaster -p
   make buildworld
   make buildkernel
   make installkernel
   reboot
   
   cd /usr/src
   make installworld
   mergemaster -iU
   reboot
   
   You are done. :)
  
  
  The *correct* procedure is described in:
  
  /usr/src/Makefile
  
  and even more detailed at:
  
  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html
  
 
 Following the tasks in Rebuilding “world” in the handbook 
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html I 
 removed the 
 /usr/obj directory and did a buildworld.  When tryinmg to compile the kernel 
 its failing on 
 unknown option MD5.  Commenting that out it fails on the line above MD5,  
 options LKM.
  What's happening here?  These two options papear in the LINT file.  I can't 
 find anything 
 that explains why this would happen.  

A follow-up to my last email.  I copied GENERIC to RADIUS2 and symlinked to 
/root/kernel.  Then added the various LINT options.

I started commenting out what is failing when I try to compile a new kernel.  
All are from the LINT file.  Is MD5 a default that does not need to be 
specifically added?  What about ICMP_BANDLIM?  And support for IDE drives. Are 
these already handed elsewhere in GENERIC?

# These all failed as unknown options:
unknown option MD5
unknown option LKM
unknown option CD9660_ROOTDELAY
unknown option NSWAPDEV
unknown option TCP_COMPAT_42
unknown option ICMP_BANDLIM  (found in Handbook in Chapter 14 Securing 
FreeBSD)


# Do not understand why these are fialing
config: Error: device acd0 is unknown
config: Error: device wfd0 is unknown
config: Error: device wst0 is unknown

# This failed as a syntax error
controller  wdc0at isa? port IO_WD1 bio irq 14


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Upgrading to 6.2-RELEASE from 6.2-STABLE

2007-06-09 Thread Mark Stout


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Saturday, June 09, 2007 7:32 PM
 To: Mark Stout
 Cc: freebsd-questions@freebsd.org
 Subject: Re: Upgrading to 6.2-RELEASE from 6.2-STABLE


 On 09/06/07, Mark Stout [EMAIL PROTECTED] wrote:
 
 
 
   -Original Message-
   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
   Sent: Friday, June 08, 2007 10:30 PM
   To: Mark Stout
   Cc: freebsd-questions@freebsd.org
   Subject: Re: Upgrading to 6.2-RELEASE from 6.2-STABLE
  
  
   On 08/06/07, Mark Stout [EMAIL PROTECTED] wrote:
  
   
I'd prefer to remain at 6.2-STABLE but I can't find where
 the problem is
with these IP errors.  I'm figuring I've got a mixed code
 and that's the
root cause but I'm not sure.
  
   Did you remove your object directories before
   starting the build?
   Did you build without an /etc/make.conf?
  
  I did not remove the obj directories and everything in my /etc/make.conf
  file is commented out except for USA_RESIDENT and PERL_VER=5.8.8 and
  PERL_VERSION=5.8.8
 

 On a mad hunch I would suspect stale files in /usr/obj/
 If they are still there (and the cause of your problems)
 they will muss up your build on RELENG_6_2 as well.

 --
 --

So how should I fix this?

Thank you,
Mark Stout
VPM Global Internet Services, Inc.
530-626-4218 x205 Office
530-626-7182 Fax
530-554-9295 VoIP
916-240-2850 Cell
www.vpm.com http://www.vpm.com

This email and any files transmitted with it are confidential and intended
solely for the use of the individual to whom they are addressed.  If you are
not the intended recipient, you are hereby notified that any use or
dissemination of this communication is strictly prohibited, and asked to
notify us immediately, then delete this email. E-mail transmission cannot be
guaranteed to be secure or error-free and VPM Global Internet Services, Inc.
does not accept liability for any errors or omissions in the contents of
this message.  Any views or opinions presented are solely those of the
author and do not necessarily represent those of VPM Global Internet
Services, Inc.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Upgrading to 6.2-RELEASE from 6.2-STABLE

2007-06-08 Thread Mark Stout
Hello,

I recently upgraded from 5.4-RELEASE to 6.2-STABLE.  Now I'm having problems
with the TCP stack.  I suspect its because of code differences.  I may have
some older 5.4 code that was used during the build world process.  For
example, here's a partial ifconfig -a output

fxp0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
options=8VLAN_MTU
inet 71.4.48.6 netmask 0xfe00 broadcast 71.4.49.255
inet 71.4.48.4 netmask 0x broadcast 71.4.48.4
inet 71.4.48.7 netmask 0x broadcast 71.4.48.7
inet 71.4.48.9 netmask 0x broadcast 71.4.48.9

What's interesting is I can ping 71.4.48.6 from the console.

But I get the following whenever I ping any other aliased IP from the local
console.  I can ping these from other machines.
[root 6] ping 71.4.48.4
PING 71.4.48.4 (71.4.48.4): 56 data bytes
ping: sendto: Invalid argument
ping: sendto: Invalid argument


Looking up a domain using dig I get similar errors.  It actually returns the
info I want but I still get the errors.
[root 7] dig www.google.com
/usr/src/lib/bind/isc/../../../contrib/bind9/lib/isc/unix/socket.c:1151:
internal_send: 71.4.48.2#53: Invalid argument
/usr/src/lib/bind/isc/../../../contrib/bind9/lib/isc/unix/socket.c:1151:
internal_send: 71.4.48.3#53: Invalid argument

71.4.48.2 and 71.4.48.3 are my DNS.


So what I thought I'd do is move to 6.2-RELEASE.  What I wanted to do is
install the source code from
ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/6.2-RELEASE/src/* and do a
build world and build kernel.  I assume that's really all I need to build a
new system.  Are there any caveats to do an upgrade this way?

Thank you,
Mark Stout
VPM Global Internet Services, Inc.
530-626-4218 x205 Office
530-626-7182 Fax
530-554-9295 VoIP
916-240-2850 Cell
www.vpm.com

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Upgrading to 6.2-RELEASE from 6.2-STABLE

2007-06-08 Thread Mark Stout


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Friday, June 08, 2007 9:12 PM
 To: Mark Stout
 Cc: freebsd-questions@freebsd.org
 Subject: Re: Upgrading to 6.2-RELEASE from 6.2-STABLE


 On 08/06/07, Mark Stout [EMAIL PROTECTED] wrote:
  Hello,
 
  I recently upgraded from 5.4-RELEASE to 6.2-STABLE.  Now I'm
 having problems
  with the TCP stack.  I suspect its because of code differences.
  I may have
  some older 5.4 code that was used during the build world process.  For
  example, here's a partial ifconfig -a output
 
  fxp0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
  options=8VLAN_MTU
  inet 71.4.48.6 netmask 0xfe00 broadcast 71.4.49.255
  inet 71.4.48.4 netmask 0x broadcast 71.4.48.4
  inet 71.4.48.7 netmask 0x broadcast 71.4.48.7
  inet 71.4.48.9 netmask 0x broadcast 71.4.48.9
 
  What's interesting is I can ping 71.4.48.6 from the console.
 
  But I get the following whenever I ping any other aliased IP
 from the local
  console.  I can ping these from other machines.
  [root 6] ping 71.4.48.4
  PING 71.4.48.4 (71.4.48.4): 56 data bytes
  ping: sendto: Invalid argument
  ping: sendto: Invalid argument
 
 
  Looking up a domain using dig I get similar errors.  It
 actually returns the
  info I want but I still get the errors.
  [root 7] dig www.google.com
  /usr/src/lib/bind/isc/../../../contrib/bind9/lib/isc/unix/socket.c:1151:
  internal_send: 71.4.48.2#53: Invalid argument
  /usr/src/lib/bind/isc/../../../contrib/bind9/lib/isc/unix/socket.c:1151:
  internal_send: 71.4.48.3#53: Invalid argument
 
  71.4.48.2 and 71.4.48.3 are my DNS.
 
 
  So what I thought I'd do is move to 6.2-RELEASE.  What I wanted to do is
  install the source code from
 
 ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/6.2-RELEASE/src/* and do a
  build world and build kernel.  I assume that's really all I
 need to build a
  new system.  Are there any caveats to do an upgrade this way?

 Iff you really do want to move back to 6.2-RELEASE,
 I would advise building from the security branch, so
 in your supfile make sure you have
 tag=RELENG_6_2


I'd prefer to remain at 6.2-STABLE but I can't find where the problem is
with these IP errors.  I'm figuring I've got a mixed code and that's the
root cause but I'm not sure.


Thank you,
Mark Stout
VPM Global Internet Services, Inc.
530-626-4218 x205 Office
530-626-7182 Fax
530-554-9295 VoIP
916-240-2850 Cell
www.vpm.com http://www.vpm.com

This email and any files transmitted with it are confidential and intended
solely for the use of the individual to whom they are addressed.  If you are
not the intended recipient, you are hereby notified that any use or
dissemination of this communication is strictly prohibited, and asked to
notify us immediately, then delete this email. E-mail transmission cannot be
guaranteed to be secure or error-free and VPM Global Internet Services, Inc.
does not accept liability for any errors or omissions in the contents of
this message.  Any views or opinions presented are solely those of the
author and do not necessarily represent those of VPM Global Internet
Services, Inc.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


make Buildworld fails...why?

2007-05-06 Thread Mark Stout
/doalloc.c:68:
warning: implicit declaration of function `strcpy'
/usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/doalloc.c:73:
warning: return makes integer from pointer without a cast
/usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c: In
function `parse_columns':
/usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c:198:
warning: implicit declaration of function `typeCalloc'
/usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c:198:
error: syntax error before char
/usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c:204:
warning: implicit declaration of function `UChar'
/usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c: In
function `main':
/usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c:232:
error: syntax error before struct
/usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c:234:
error: syntax error before struct
/usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c:252:
warning: implicit declaration of function `atoi'
/usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c:256:
warning: implicit declaration of function `exit'
/usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c:256:
error: `EXIT_FAILURE' undeclared (first use in this function)
/usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c:263:
warning: implicit declaration of function `strchr'
/usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c:270:
warning: implicit declaration of function `strdup'
/usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c:271:
warning: implicit declaration of function `strcmp'
/usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c:329:
error: `EXIT_SUCCESS' undeclared (first use in this function)
/usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c: At
top level:
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:163: warning:
array '_nc_key_names' assumed to have one element
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:181: warning:
array '_nc_tinfo_fkeys' assumed to have one element
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:208: warning:
array '_nc_info_hash_table' assumed to have one element
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:209: warning:
array '_nc_cap_hash_table' assumed to have one element
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:211: warning:
array '_nc_capalias_table' assumed to have one element
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:212: warning:
array '_nc_infoalias_table' assumed to have one element
*** Error code 1

Stop in /usr/src/lib/libncurses.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
/usr/src:
[root 214]


Thank you,
Mark Stout
VPM Global Internet Services, Inc.
530-626-4218 x205 Office
530-626-7182 Fax
530-554-9295 VoIP
916-240-2850 Cell
www.vpm.com

This email and any files transmitted with it are confidential and intended
solely for the use of the individual to whom they are addressed.  If you are
not the intended recipient, you are hereby notified that any use or
dissemination of this communication is strictly prohibited, and asked to
notify us immediately, then delete this email. E-mail transmission cannot be
guaranteed to be secure or error-free and VPM Global Internet Services, Inc.
does not accept liability for any errors or omissions in the contents of
this message.  Any views or opinions presented are solely those of the
author and do not necessarily represent those of VPM Global Internet
Services, Inc.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Problems compiling new kernel

2007-05-04 Thread Mark Stout



  If I don't need the options ext2fs I'll take it out.  I upgraded using
  sysinstall over FTP.

 What does ls -l /usr/bin/make show you?


Okay I am not able to get make to work at all.  Here's what I did.  makybe
someone can identify what I did wrong.

I FTP'd from FreeBSD's ftp site to releases/i386/6.2-RELEASE and downloaded
that directory.

Then I used sysinstall to do an upgrade.  However I changed the Install Root
directory to a drive other than /.

Then I untar'd base and src.

Then I copied GENERIC to RADIUS2 and tweaked the file to meet my needs.

When I tried to do a make I got a bunch of errors.   Now anytime I run the
make command I get the errors:
[root 271] make
Unknown modifier 'C'

Unknown modifier '.'

Unknown modifier 'C'

Unknown modifier '/'

Unknown modifier 'C'

Unknown modifier '.'

Unknown modifier 'C'

Unknown modifier '/'

and

/usr/share/mk/bsd.compat.mk, line 1: missing `in' in for
in
/usr/share/mk/bsd.compat.mk, line 1: Need an operator
/usr/share/mk/bsd.compat.mk, line 2: missing `in' in for
in
/usr/share/mk/bsd.compat.mk, line 2: Need an operator
/usr/share/mk/bsd.compat.mk, line 7: Need an operator
/usr/share/mk/bsd.compat.mk, line 8: Need an operator


Any ideas on what I screwed up and how I might fix it?


Thank you,
Mark Stout
VPM Global Internet Services, Inc.
530-626-4218 x205 Office
530-626-7182 Fax
530-554-9295 VoIP
916-240-2850 Cell
www.vpm.com http://www.vpm.com

This email and any files transmitted with it are confidential and intended
solely for the use of the individual to whom they are addressed.  If you are
not the intended recipient, you are hereby notified that any use or
dissemination of this communication is strictly prohibited, and asked to
notify us immediately, then delete this email. E-mail transmission cannot be
guaranteed to be secure or error-free and VPM Global Internet Services, Inc.
does not accept liability for any errors or omissions in the contents of
this message.  Any views or opinions presented are solely those of the
author and do not necessarily represent those of VPM Global Internet
Services, Inc.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problems compiling new kernel

2007-05-03 Thread Mark Stout
 an operator
/usr/src/share/mk/bsd.compat.mk, line 1: missing `in' in for
in
/usr/src/share/mk/bsd.compat.mk, line 1: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 2: missing `in' in for
in
/usr/src/share/mk/bsd.compat.mk, line 2: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 7: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 8: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 1: missing `in' in for
in
/usr/src/share/mk/bsd.compat.mk, line 1: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 2: missing `in' in for
in
/usr/src/share/mk/bsd.compat.mk, line 2: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 7: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 8: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 1: missing `in' in for
in
/usr/src/share/mk/bsd.compat.mk, line 1: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 2: missing `in' in for
in
/usr/src/share/mk/bsd.compat.mk, line 2: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 7: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 8: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 1: missing `in' in for
in
/usr/src/share/mk/bsd.compat.mk, line 1: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 2: missing `in' in for
in
/usr/src/share/mk/bsd.compat.mk, line 2: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 7: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 8: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 1: missing `in' in for
in
/usr/src/share/mk/bsd.compat.mk, line 1: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 2: missing `in' in for
in
/usr/src/share/mk/bsd.compat.mk, line 2: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 7: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 8: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 1: missing `in' in for
in
/usr/src/share/mk/bsd.compat.mk, line 1: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 2: missing `in' in for
in
/usr/src/share/mk/bsd.compat.mk, line 2: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 7: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 8: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 1: missing `in' in for
in
/usr/src/share/mk/bsd.compat.mk, line 1: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 2: missing `in' in for
in
/usr/src/share/mk/bsd.compat.mk, line 2: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 7: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 8: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 1: missing `in' in for
in
/usr/src/share/mk/bsd.compat.mk, line 1: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 2: missing `in' in for
in
/usr/src/share/mk/bsd.compat.mk, line 2: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 7: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 8: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 1: missing `in' in for
in
/usr/src/share/mk/bsd.compat.mk, line 1: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 2: missing `in' in for
in
/usr/src/share/mk/bsd.compat.mk, line 2: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 7: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 8: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 1: missing `in' in for
in
/usr/src/share/mk/bsd.compat.mk, line 1: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 2: missing `in' in for
in
/usr/src/share/mk/bsd.compat.mk, line 2: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 7: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 8: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 1: missing `in' in for
in
/usr/src/share/mk/bsd.compat.mk, line 1: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 2: missing `in' in for
in
/usr/src/share/mk/bsd.compat.mk, line 2: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 7: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 8: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 1: missing `in' in for
in
/usr/src/share/mk/bsd.compat.mk, line 1: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 2: missing `in' in for
in
/usr/src/share/mk/bsd.compat.mk, line 2: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 7: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 8: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 1: missing `in' in for
in
/usr/src/share/mk/bsd.compat.mk, line 1: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 2: missing `in' in for
in
/usr/src/share/mk/bsd.compat.mk, line 2: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 7: Need an operator
/usr/src/share/mk/bsd.compat.mk, line 8: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
/usr/src:
[root 128]
##[ end error output ]###



Thank you,
Mark Stout
VPM Global Internet Services, Inc.
530-626-4218 x205 Office
530-626-7182 Fax
530-554-9295

RE: Problems compiling new kernel

2007-05-03 Thread Mark Stout
If I don't need the options ext2fs I'll take it out.  I upgraded using
sysinstall over FTP.


Thank you,
Mark Stout
VPM Global Internet Services, Inc.
530-626-4218 x205 Office
530-626-7182 Fax
530-554-9295 VoIP
916-240-2850 Cell
www.vpm.com http://www.vpm.com

This email and any files transmitted with it are confidential and intended
solely for the use of the individual to whom they are addressed.  If you are
not the intended recipient, you are hereby notified that any use or
dissemination of this communication is strictly prohibited, and asked to
notify us immediately, then delete this email. E-mail transmission cannot be
guaranteed to be secure or error-free and VPM Global Internet Services, Inc.
does not accept liability for any errors or omissions in the contents of
this message.  Any views or opinions presented are solely those of the
author and do not necessarily represent those of VPM Global Internet
Services, Inc.



-Original Message-
From: Kris Kennaway [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 03, 2007 9:39 AM
To: Mark Stout
Cc: freebsd-questions@freebsd.org
Subject: Re: Problems compiling new kernel


On Thu, May 03, 2007 at 09:20:51AM -0800, Mark Stout wrote:
 Hello,

 I recently upgraded to 6.2 -RELEASE from 5.4-RELEASE.  When compiling a
 custom kernel I get the following error message.  I have two concerns.  I
 need to run a program from iPass built for Linux on this machine so the
 WARNING about the ext2fs filesystem being contaminated concerns me as does
 the reason the buildkernel command fails.

You don't need to use ext2fs to run Linux binaries.  Even if you do
need ext2fs, do you really care about the license?

 --
  stage 2.1: cleaning up the object tree
 --
 cd /usr/obj/usr/src/sys/RADIUS2;  MAKEOBJDIRPREFIX=/usr/obj
 MACHINE_ARCH=i386  MACHINE=i386  CPUTYPE=
 GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin
 GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font
 GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac
 _SHLIBDIRPREFIX=/usr/obj/usr/src/tmp  INSTALL=sh
/usr/src/tools/install.sh

PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bi

n:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/o

bj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/
 usr/bin make KERNEL=kernel cleandir
 Unknown modifier 'C'

I am wondering whether you upgraded your system correctly - in
particular make might give this error if you were still running an old
5.x make.  How did you do the upgrade?

Kris

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Problems compiling new kernel

2007-05-03 Thread Mark Stout

 -Original Message-
 From: Kris Kennaway [mailto:[EMAIL PROTECTED]
 Sent: Thursday, May 03, 2007 10:14 AM
 To: Mark Stout
 Cc: Kris Kennaway; freebsd-questions@freebsd.org
 Subject: Re: Problems compiling new kernel


 On Thu, May 03, 2007 at 11:02:37AM -0800, Mark Stout wrote:
  If I don't need the options ext2fs I'll take it out.  I upgraded using
  sysinstall over FTP.

 Please don't top-post, it loses context from the discussion.

 What does ls -l /usr/bin/make show you?

[root 107] ls -l /usr/bin/make
-r-xr-xr-x  1 root  wheel  292512 Jan 11 23:41 /usr/bin/make


  On Thu, May 03, 2007 at 09:20:51AM -0800, Mark Stout wrote:
   Hello,
  
   I recently upgraded to 6.2 -RELEASE from 5.4-RELEASE.  When
 compiling a
   custom kernel I get the following error message.  I have two
 concerns.  I
   need to run a program from iPass built for Linux on this
 machine so the
   WARNING about the ext2fs filesystem being contaminated
 concerns me as does
   the reason the buildkernel command fails.
 
  You don't need to use ext2fs to run Linux binaries.  Even if you do
  need ext2fs, do you really care about the license?
 
   --
stage 2.1: cleaning up the object tree
   --
   cd /usr/obj/usr/src/sys/RADIUS2;  MAKEOBJDIRPREFIX=/usr/obj
   MACHINE_ARCH=i386  MACHINE=i386  CPUTYPE=
   GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin
   GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font
   GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac
   _SHLIBDIRPREFIX=/usr/obj/usr/src/tmp  INSTALL=sh
  /usr/src/tools/install.sh
  
 
 PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/leg
 acy/usr/bi
  
 
 n:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/s
 bin:/usr/o
  
 
 bj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/
 usr/sbin:/
   usr/bin make KERNEL=kernel cleandir
   Unknown modifier 'C'
 
  I am wondering whether you upgraded your system correctly - in
  particular make might give this error if you were still running an old
  5.x make.  How did you do the upgrade?
 
  Kris
 
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 


Thank you,
Mark Stout
VPM Global Internet Services, Inc.
530-626-4218 x205 Office
530-626-7182 Fax
530-554-9295 VoIP
916-240-2850 Cell
www.vpm.com http://www.vpm.com

This email and any files transmitted with it are confidential and intended
solely for the use of the individual to whom they are addressed.  If you are
not the intended recipient, you are hereby notified that any use or
dissemination of this communication is strictly prohibited, and asked to
notify us immediately, then delete this email. E-mail transmission cannot be
guaranteed to be secure or error-free and VPM Global Internet Services, Inc.
does not accept liability for any errors or omissions in the contents of
this message.  Any views or opinions presented are solely those of the
author and do not necessarily represent those of VPM Global Internet
Services, Inc.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Building ld-linux.so.2

2007-05-01 Thread Mark Stout
Hello,

I'm trying to find where I can either get a copy of ld-linux.so.2 or build
the library for BSD v5.4 RELEASE.  Can anyone help me?


Thank you,
Mark Stout
VPM Global Internet Services, Inc.
530-626-4218 x205 Office
530-626-7182 Fax
530-554-9295 VoIP
916-240-2850 Cell
www.vpm.com

This email and any files transmitted with it are confidential and intended
solely for the use of the individual to whom they are addressed.  If you are
not the intended recipient, you are hereby notified that any use or
dissemination of this communication is strictly prohibited, and asked to
notify us immediately, then delete this email. E-mail transmission cannot be
guaranteed to be secure or error-free and VPM Global Internet Services, Inc.
does not accept liability for any errors or omissions in the contents of
this message.  Any views or opinions presented are solely those of the
author and do not necessarily represent those of VPM Global Internet
Services, Inc.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Running iPass Roamserver on FSB v5.4 Release

2007-05-01 Thread Mark Stout
Hello,

Has anyone successfully installed the latest iPass Roamserver on a FreeBSD
v5.4 machine?

Thank you,
Mark Stout
VPM Global Internet Services, Inc.
530-626-4218 x205 Office
530-626-7182 Fax
530-554-9295 VoIP
916-240-2850 Cell
www.vpm.com

This email and any files transmitted with it are confidential and intended
solely for the use of the individual to whom they are addressed.  If you are
not the intended recipient, you are hereby notified that any use or
dissemination of this communication is strictly prohibited, and asked to
notify us immediately, then delete this email. E-mail transmission cannot be
guaranteed to be secure or error-free and VPM Global Internet Services, Inc.
does not accept liability for any errors or omissions in the contents of
this message.  Any views or opinions presented are solely those of the
author and do not necessarily represent those of VPM Global Internet
Services, Inc.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]