Re: Kernel Compile issue

2009-03-02 Thread Paige Thompson
On Mon, Mar 2, 2009 at 2:44 AM, Paige Thompson wrote: > PS: it seems just straight up mget * works x.x > k! satisfactory enough... > > > On Mon, Mar 2, 2009 at 2:43 AM, Paige Thompson wrote: >> You're right, my source tree is incomplete: >> >> # pwd >&

Re: Kernel Compile issue

2009-03-02 Thread Paige Thompson
On Mon, Mar 2, 2009 at 2:43 AM, Paige Thompson wrote: > You're right, my source tree is incomplete: > > # pwd > /usr/src/sys > # cd sys > sys: No such file or directory. > # > > Thank you that helps a lot actually, it probably has something to do > with the so

Re: Kernel Compile issue

2009-03-02 Thread Paige Thompson
n:/usr/local/bin:/home/erratic/bin MAIL=/var/mail/erratic BLOCKSIZE=K PWD=/usr/src EDITOR=vi SHLVL=1 HOME=/root LOGNAME=erratic SSH_CONNECTION=192.168.23.1 2436 192.168.23.249 22 _=/usr/bin/env OLDPWD=/usr/obj [root@ /usr/src]# On Mon, Mar 2, 2009 at 1:14 AM, Michael Powell wrote: > Paige Thomp

Kernel Compile issue

2009-03-02 Thread Paige Thompson
[root@ /usr/src]# head error.log /usr/src/sys/i386/i386/genassym.c:35:23: error: sys/cdefs.h: No such file or directory /usr/src/sys/i386/i386/genassym.c:36: error: expected declaration specifiers or '...' before string constant /usr/src/sys/i386/i386/genassym.c:36: warning: data definition has no

Re: Kernel Compile issue

2009-03-02 Thread Paige Thompson
src]# I also wanted to mention that I tried this with the "LINT" configuration and had the same result. On Mon, Mar 2, 2009 at 12:21 AM, Paige Thompson wrote: > [root@ /usr/src]# head error.log > /usr/src/sys/i386/i386/genassym.c:35:23: error: sys/cdefs.h: No such file > or di

Re: CONF DNS

2009-02-27 Thread Paige Thompson
or maybe since you installed from an image (not over a network) the resolv.conf was never created. heres how i create it, never tried this freebsd though: seq --format="nameserver 4.2.2.%g" 1 5 > /etc/resolv.conf alternatively just adding this line: nameserver 4.2.2.1 or whatever your dns serve