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
>&
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
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
[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
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
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