HDD missing from sysinstall

2008-03-01 Thread comperr
When I put in my fbsd 6.3 or 7.0 install disk sysinstall is unable to
detect any of the hard drives in my computer.

This is includes SATA and IDE HDDs in varying orders.   BIOS is able
to detect the the hard drives.   I Previously had fbsd 6.2 installed
on them and the problem started when I upgraded the kernel to 6.3
although I don't see my upgrades relevance as I have tried to
reinstall from a clean disk since then.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HDD missing from sysinstall

2008-03-01 Thread comperr
Just to add I am using an MSI P6N SLI plat. motherboard

On Mar 1, 10:28 pm, comperr [EMAIL PROTECTED] wrote:
 When I put in my fbsd 6.3 or 7.0 install disk sysinstall is unable to
 detect any of the hard drives in my computer.

 This is includes SATA and IDE HDDs in varying orders.   BIOS is able
 to detect the the hard drives.   I Previously had fbsd 6.2 installed
 on them and the problem started when I upgraded the kernel to 6.3
 although I don't see my upgrades relevance as I have tried to
 reinstall from a clean disk since then.
 ___
 [EMAIL PROTECTED] mailing 
 listhttp://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


subversion -make error

2008-03-07 Thread comperr
Hey - when I try make install clean on subversion I get
sr/local/bin/ifnames-2.61 AUTOM4TE=/usr/local/bin/autom4te-2.61
AUTORECONF=/usr/local/bin/autoreconf-2.61 AUTOSCAN=/usr/local/bin/
autoscan-2.61 AUTOUPDATE=/usr/local/bin/autoupdate-2.61
AUTOCONF_VERSION=261 LIBTOOL=/usr/local/bin/libtool LIBTOOLIZE=/usr/
local/bin/libtoolize LIBTOOL_M4=/usr/local/share/aclocal/libtool.m4
lt_cv_sys_max_cmd_len=262144 /bin/sh ./buildconf
buildconf: checking installation...
buildconf: python not found.
   You need python installed
   to build APR from SVN.
*** Error code 1

This is when I know I have python installed
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: subversion -make error

2008-03-08 Thread comperr
make distclean  make
returns the same exact erro

On Mar 7, 7:50 pm, David Kelly [EMAIL PROTECTED] wrote:
 On Fri, Mar 07, 2008 at 10:34:55AM -0800, comperr wrote:
  Hey - when I try make install clean on subversion I get

 make install clean usually works but it only says to build the install
 and clean targets, doesn't say in what order.

 make install  make clean resolves the ambiguity.

 --
 David Kelly N4HHE, [EMAIL PROTECTED]
 
 Whom computers would destroy, they must first drive mad.
 ___
 [EMAIL PROTECTED] mailing 
 listhttp://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: subversion -make error

2008-03-09 Thread comperr
On Mar 9, 12:40 pm, Lowell Gilbert [EMAIL PROTECTED]
well.ilk.org wrote:
 comperr [EMAIL PROTECTED] writes:
  Hey - when I try make install clean on subversion I get
  sr/local/bin/ifnames-2.61 AUTOM4TE=/usr/local/bin/autom4te-2.61
  AUTORECONF=/usr/local/bin/autoreconf-2.61 AUTOSCAN=/usr/local/bin/
  autoscan-2.61 AUTOUPDATE=/usr/local/bin/autoupdate-2.61
  AUTOCONF_VERSION=261 LIBTOOL=/usr/local/bin/libtool LIBTOOLIZE=/usr/
  local/bin/libtoolize LIBTOOL_M4=/usr/local/share/aclocal/libtool.m4
  lt_cv_sys_max_cmd_len=262144 /bin/sh ./buildconf
  buildconf: checking installation...
  buildconf: python not found.
 You need python installed
 to build APR from SVN.
  *** Error code 1

  This is when I know I have python installed

 Is python installed from the ports system?
 What does which python tell you?

 --
 Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/
 ___
 [EMAIL PROTECTED] mailing 
 listhttp://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

[EMAIL PROTECTED] ~]# which python
[EMAIL PROTECTED] ~]# pkg_info -x python
Information for python-2.5,2:

Information for python25-2.5.2_1:
[EMAIL PROTECTED] ~]# pkg_info |grep python
python-2.5,2The meta-port for the default version of Python
interpret
python25-2.5.2_1An interpreted object-oriented programming language
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: subversion -make error

2008-03-10 Thread comperr
SOLVED
following some advice I received on IRC I reinstalled python.

On Mar 10, 3:20 am, David Kelly [EMAIL PROTECTED] wrote:
 On Mar 9, 2008, at 7:02 PM, comperr wrote:



  On Mar 9, 12:40 pm, Lowell Gilbert [EMAIL PROTECTED]
  well.ilk.org wrote:

  Is python installed from the ports system?
  What does which python tell you?

  [EMAIL PROTECTED] ~]# which python
  [EMAIL PROTECTED] ~]# pkg_info -x python
  Information for python-2.5,2:
  
  Information for python25-2.5.2_1:
  [EMAIL PROTECTED] ~]# pkg_info |grep python
  python-2.5,2The meta-port for the default version of Python
  interpret
  python25-2.5.2_1An interpreted object-oriented programming
  language

 Python should have been found in /usr/local/bin/python:

 [EMAIL PROTECTED] {1009} which python
 /usr/local/bin/python

 --
 David Kelly N4HHE, [EMAIL PROTECTED]
 
 Whom computers would destroy, they must first drive mad.

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


Internet Access problem

2008-04-06 Thread comperr
Hi, I am having trouble accessing the internet with my freeBSD 6.2
computer.
The router is a Lynksys router.

When I do a tcpdump I see a series of requests that have something
like pathcost 0 max 20 or something like that..
(sample: 8000.00:01:ff:f1:e9:93.8004 root 8000.00:01:ff:f1:e9:93
pathcost 0 age 0 max 60 hello 2 ...)
Also once in a while I see arp who-has 192.168.1.103 and no reply.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]