re: error compiling custom kernel

2002-03-09 Thread Jeffrey J. Libman

i cvsup and upgraded this server from stable 4.3 to 4.5:

FreeBSD binnacle.wantabe.com 4.5-RELEASE-p2 FreeBSD 4.5-RELEASE-p2 #0: Sat
Mar
9 04:25:58 CST 2002
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
  i386

make buildworld, make buildkernel, make installkernel, make installworld
and mergemaster all went well.

then i went to rebuild my custome kernel, and i get the following:
cc -O -pipe -march=pentiumpro  -D_KERNEL -Wall -Wredundant-decls
-Wnested-extern
s -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline
-Wcast-qual
  -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I-  -I. -I@
-I@/../include -
g -mpreferred-stack-boundary=2 -Wall -Wredundant-decls -Wnested-externs
-Wstrict
-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
-fformat
-extensions -ansi -c linux_sysent.c
In file included from linux_sysent.c:14:
linux_proto.h:57: syntax error before `linux_time_t'
linux_proto.h:57: `linux_time_t' undeclared here (not in a function)
linux_proto.h:57: syntax error before `)'

etc

any help would be greatly appreciated.

cheers,
jeff

--
|
|\+----------+
Jeffrey J. Libman, ops. mgr.| \   |  Wantabe Internet Services   |
Wantabe, Inc.   |__\  +--+
[EMAIL PROTECTED]<-|-->
(281) 345-0215   __,.-=\'`^`'~=-../__,.-=


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



device changes

2002-03-12 Thread Jeffrey J. Libman

i upgraded my web server from fbsd 4.3 to 4.5 (stable):

FreeBSD binnacle.wantabe.com 4.5-RELEASE-p2 FreeBSD 4.5-RELEASE-p2 #0: Sat
Mar 9 20:36:33 CST 2002
[EMAIL PROTECTED]:/usr/src/sys/compile/BINNACLE  i386

i think there were maybe some /dev changes? i'm seeing log entries like
the following:

Mar 12 00:03:18 binnacle /kernel: ad0: WRITE command timeout tag=0 serv=0
- resetting
Mar 12 00:03:18 binnacle /kernel: ata0: resetting devices .. ata0-master:
DMA limited to UDMA33, non-ATA66 compliant cable


can i get an explanation? and maybe pointer to any action i should be
taking?

thanks in advance.

jeff
--
|
|\+------+
Jeffrey J. Libman, ops. mgr.| \   |  Wantabe Internet Services   |
Wantabe, Inc.   |__\  +--+
[EMAIL PROTECTED]<-|-->
(281) 345-0215   __,.-=\'`^`'~=-../__,.-=



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: routing over a dual t1 connection (fwd)

1999-07-30 Thread Jeffrey J. Libman

umi did NOT want to discuss cisco routers. the original query i sent
was regarding using free-bsd box as a router for 2 t1's to the same
destination... i know there are folks out there relying on their unix box
for a router...was hoping to learn something along these lines.

cheers,
jeff

|
|\+------+
Jeffrey J. Libman, ops. mgr.| \   |  Wantabe Internet Services   |
Wantabe, Inc.   |__\  +--+
[EMAIL PROTECTED]<-|-->  | access web cgi ftp news mail |
(281) 493-0718   __,.-=\'`^`'~=-../__,.-= +--+

On Fri, 30 Jul 1999, Peter Radcliffe wrote:

> David Schwartz <[EMAIL PROTECTED]> probably said:
> > > I have done this is a production environment, the traffic balanced
> > > perfectly.
> 
> > Then perhaps you'd care to share with us how you told the
> > router whether it
> 
> This is a) nothing to do with freebsd and b) specificly nothing to do
> with -stable.
> Would you care to take cisco discussions elsewhere, please.
> 
> P.
> 
> -- 
> pir   [EMAIL PROTECTED]  [EMAIL PROTECTED]  [EMAIL PROTECTED]
> 
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-stable" in the body of the message
> 
> 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: Cvsup to 3.3-RC Failure

1999-09-09 Thread Jeffrey J. Libman

if you look at the CVSUP tutorial, it tells you that one of the things you
have to do is re-make your devices.

cheers,
jeff

|
|\+--+
Jeffrey J. Libman, ops. mgr.| \   |  Wantabe Internet Services   |
Wantabe, Inc.   |__\  +--+
[EMAIL PROTECTED]<-|-->  | access web cgi ftp news mail |
(281) 493-0718   __,.-=\'`^`'~=-../__,.-= +--+

On Thu, 9 Sep 1999, Kent Stewart wrote:

> I recently cvsup'ed from 3.2-stable to 3.3-RC. During the process I
> ended up with an incomplete set of /dev's. I had ttyv0-3 and when I
> rebooted, I ended up with a screen filled with 
> 
> Sep  6 15:04:14 ruby getty[256]: open /dev/ttyv4: No such file or
> directory
> Sep  6 15:04:14 ruby getty[257]: open /dev/ttyv5: No such file or
> directory
> Sep  6 15:04:14 ruby getty[258]: open /dev/ttyv6: No such file or
> directory
> Sep  6 15:04:14 ruby getty[259]: open /dev/ttyv7: No such file or
> directory
> 
> I had combined the old and new with Mergemaster-1.25. A simple fix was
> a MAKDEV all.
> -- 
> Kent Stewart
> Richland, WA
> 
> mailto:[EMAIL PROTECTED]
> http://www.3-cities.com/~kstewart/index.html
> 
> SETI (Search for Extraterrestrial Intelligence) @ Home
> http://setiathome.ssl.berkeley.edu/
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-stable" in the body of the message
> 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: make installworld fails (part 2) (3.3-stable)

1999-09-19 Thread Jeffrey J. Libman

ok...i must be plagued...i did as suggested, and now get:

/usr/share/man/man3/properties_read.3 -> /usr/share/man/man3/property.3
install -c -o root -g wheel -m 444   libutil.a /usr/lib
ln: /usr/share/man/man3/property.3: No such file or directory
install -c -o root -g wheel -m 444 libutil.so.2 /usr/lib
*** Error code 1
ln  -sf libutil.so.2 /usr/lib/libutil.so
1 error

cheers,
jeff

|
|\+--+
Jeffrey J. Libman, ops. mgr.| \   |  Wantabe Internet Services   |
Wantabe, Inc.   |__\  +--+
[EMAIL PROTECTED]<-|-->  | access web cgi ftp news mail |
(281) 493-0718   __,.-=\'`^`'~=-../__,.-= +--+

On Sun, 19 Sep 1999, Andy V. Oleynik wrote:

> see local /etc/make.conf for NOMANCOMPRESS var
> uncomment it and assign true
> "Jeffrey J. Libman" wrote:
> 
> > ok...doing make installworld on system 2 with src and obj nfs
> > mounted...now i get:
> >
> > /usr/share/man/man3/pam_close_session.3.gz 
>->/usr/share/man/man3/pam_open_session.3.gz
> > ln: /usr/share/man/man3/pam_close_session.3.gz: No such file or directory
> > *** Error code 1
> > cd /usr/src/lib/libpam/libpam/../../../contrib/libpam/libpam_misc;
> > install -C -o root -g wheel -m 444  pam_misc.h /usr/include/security
> > cd /usr/src/lib/libpam/libpam;  install -C -o root -g wheel -m 444
> > pam_mod_misc.h /usr/include/security
> > 1 error
> > *** Error code 2
> > 1 error
> >
> > thanks in advance for any help.
> >
> > cheers,
> > jeff
> >
> > |
> > |\+--+
> > Jeffrey J. Libman, ops. mgr.| \   |  Wantabe Internet Services   |
> > Wantabe, Inc.   |__\  +--+
> > [EMAIL PROTECTED]<-|-->  | access web cgi ftp news mail |
> > (281) 493-0718   __,.-=\'`^`'~=-../__,.-= +--+
> >
> > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > with "unsubscribe freebsd-stable" in the body of the message
> 
> --
> WBW  Andy V. OleynikPGP key's fingerprint
> prime.net.ua's  D0 1E 7B B4 33 65 49 97  9C 79 7C 64 5C 9C F3 25
> system administrator
> +380442448363
> 
> 
> 
> 
> 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



re: today's build - now 2 programs faile to run

2000-01-14 Thread Jeffrey J. Libman

i reported earlier that i cvsup'd and built and installed and config'd my
kernel on this morning's stable. 

i also reported that dmesg gets:

dmesg: namelist: msgbufp not found

now if find a similar error trying to run top:

~$ top
top: nlist failed

any help?

cheers,
jeff

--
|
|\+----------+
Jeffrey J. Libman, ops. mgr.| \   |  Wantabe Internet Services   |
Wantabe, Inc.   |__\  +--+
[EMAIL PROTECTED]<-|-->  | access web cgi ftp news mail |
(281) 493-0718   __,.-=\'`^`'~=-../__,.-= +--+




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message