trying to become current

1999-12-11 Thread Tim Preece

Hello,

I am trying to get to current from 3.3-Release and I have just sent a
message to questions concerning this, however I have just seen a message
from Adam Wight 

make world broken by choose-temp.c

 and this is my problem

Please how do I get around this

ps sorry if this is the wrong place for this mail

Tim






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



Re: ftp hangs on -current

1999-04-14 Thread Tim Preece


On Wed, 14 Apr 1999 01:21:20 Bret Ford wrote:
 
 
  On Tue, 13 Apr 1999 18:34:25 Ilya Naumov wrote:
   Hello Gianmarco,
  
   Thursday, April 08, 1999, 7:49:52 AM, you wrote:
  
   GG ftp on 4.0-very-current (post egcs make world) randomly hangs during
   GG sessions...
   GG I never succeded in finishing a session lately.
   GG To transfer some files from my home to my isp server I had to do an 
   ftp
   GG from the server and a get to them...
  
   GG The ftp server works normally and fetch is ok ...
   GG Probably it is a fault of my system, if no other experiences it.
  
   you're not alone with this problem here - i have the same one. and it
   seems that it is somehow related to natd, because ftp works quite
   well when i disable this daemon. any ideas?
 
  Well I am also experiencing something like this with ports and sendmail 
  connections - intermittently, unfortunatly I
 am not running natd !
 
 
I am getting problems similar to those outlined above.  I don't run natd, 
 either, but I do
 have a firewall enabled. (open rule)  I've had to 'put' files rather than 
 'get'  them, since my
 last build/installworld.  (Yesterday's -current source)
 
 Bret Ford

I am not running any firewall but my last cvsup which is also current was the 
same day as yours.

Tim.

I'd rather boot Bill Gates than Windoze any day.


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: ftp hangs on -current

1999-04-13 Thread Tim Preece


On Tue, 13 Apr 1999 18:34:25 Ilya Naumov wrote:
 Hello Gianmarco,
 
 Thursday, April 08, 1999, 7:49:52 AM, you wrote:
 
 GG ftp on 4.0-very-current (post egcs make world) randomly hangs during
 GG sessions...
 GG I never succeded in finishing a session lately.
 GG To transfer some files from my home to my isp server I had to do an ftp
 GG from the server and a get to them...
 
 GG The ftp server works normally and fetch is ok ...
 GG Probably it is a fault of my system, if no other experiences it.
 
 you're not alone with this problem here - i have the same one. and it
 seems that it is somehow related to natd, because ftp works quite
 well when i disable this daemon. any ideas?

Well I am also experiencing something like this with ports and sendmail 
connections - intermittently, unfortunatly I am not running natd !

 
 by the way, i have a question to natd gurus. i have faced with a
 strange trouble - natd alters _all_ packets passing through the
 interface (and it is clearly visible when i start natd with -v option)
 completely ignoring -u option. but i would like to alter packets
 for unregistered source addresses (192.168.0.0/16) only. what should i do?
 
 i run natd with -u -n ed1 options and firewall rule for natd is:
 00100 divert 8668 ip from any to any via ed1
 
 
 Best regards,
  Ilyamailto:ca...@avias.com
 
 
 
 
 To Unsubscribe: send mail to majord...@freebsd.org
 with unsubscribe freebsd-current in the body of the message


Tim.

I'd rather boot Bill Gates than Windoze any day.


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Kernel wont compile

1999-01-31 Thread Tim Preece
Hi,

Iv'e CVSupped on Friday 29/1/99 and proceeded to make world seemed to go
OK but when I tried to compile the kernel I got this

Script started on Sat Jan 30 00:27:14 1999
[2]r...@scratch1/usr/src/sys/
compile/SCRATCH1# make depend
cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -
Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-
extensions -ansi  -nostdinc -I- -I. -I../.. -I../../../include  -DKERNEL
-DVM_STACK -include opt_global.h ../../i386/i386/genassym.c
In file included from ../../sys/types.h:48,
 from ../../sys/param.h:56,
 from ../../i386/i386/genassym.c:45:
../../sys/inttypes.h:11: parse error before `int8_t'
../../sys/inttypes.h:11: warning: data definition has no type or storage
class
../../sys/inttypes.h:12: parse error before `int16_t'
../../sys/inttypes.h:12: warning: data definition has no type or storage
class
../../sys/inttypes.h:13: parse error before `int32_t'
../../sys/inttypes.h:13: warning: data definition has no type or storage
class
../../sys/inttypes.h:16: parse error before `uint8_t'
../../sys/inttypes.h:16: warning: data definition has no type or storage
class
../../sys/inttypes.h:17: parse error before `uint16_t'
../../sys/inttypes.h:17: warning: data definition has no type or storage
class
../../sys/inttypes.h:18: parse error before `uint32_t'
../../sys/inttypes.h:18: warning: data definition has no type or storage
class
../../sys/inttypes.h:21: parse error before `intptr_t'
../../sys/inttypes.h:21: warning: data definition has no type or storage
class
../../sys/inttypes.h:22: parse error before `uintptr_t'
../../sys/inttypes.h:22: warning: data definition has no type or storage
class
In file included from ../../sys/types.h:49,
 from ../../sys/param.h:56,
 from ../../i386/i386/genassym.c:45:
machine/types.h:59: `int8_t' redeclared as different kind of symbol
../../sys/inttypes.h:11: previous declaration of `int8_t'
machine/types.h:59: warning: `int8_t' was declared `extern' and later
`static'
machine/types.h:61: `int16_t' redeclared as different kind of symbol
../../sys/inttypes.h:12: previous declaration of `int16_t'
machine/types.h:61: warning: `int16_t' was declared `extern' and later
`static'
machine/types.h:63: `int32_t' redeclared as different kind of symbol
../../sys/inttypes.h:13: previous declaration of `int32_t'
machine/types.h:63: warning: `int32_t' was declared `extern' and later
`static'
machine/types.h:65: redefinition of `int64_t'
../../sys/inttypes.h:14: `int64_t' previously declared here
machine/types.h:75: `intptr_t' redeclared as different kind of symbol
../../sys/inttypes.h:21: previous declaration of `intptr_t'
machine/types.h:75: warning: `intptr_t' was declared `extern' and later
`static'
machine/types.h:76: `uintptr_t' redeclared as different kind of symbol
../../sys/inttypes.h:22: previous declaration of `uintptr_t'
machine/types.h:76: warning: `uintptr_t' was declared `extern' and later
`static'
In file included from ../../sys/param.h:56,
 from ../../i386/i386/genassym.c:45:
../../sys/types.h:60: syntax error before `u_int8_t'
../../sys/types.h:60: warning: useless keyword or type name in empty
declaration
../../sys/types.h:60: warning: empty declaration
../../sys/types.h:61: syntax error before `u_int16_t'
../../sys/types.h:61: warning: useless keyword or type name in empty
declaration
../../sys/types.h:61: warning: empty declaration
../../sys/types.h:62: syntax error before `u_int32_t'
../../sys/types.h:62: warning: useless keyword or type name in empty
declaration
../../sys/types.h:62: warning: empty declaration
../../sys/types.h:63: redefinition of `u_int64_t'
machine/types.h:66: `u_int64_t' previously declared here
../../sys/types.h:90: redefinition of `ufs_daddr_t'
machine/types.h:70: `ufs_daddr_t' previously declared here
../../sys/types.h:95: redefinition of `uoff_t'
machine/types.h:77: `uoff_t' previously declared here
*** Error code 1

Stop.
[2]r...@scratch1/usr/src/sys/compile/SCRATCH1# exit
exit

Script done on Sat Jan 30 00:27:26 1999

What should I do, re-CVSup, make clean or other ?

Please help 

Thanks

-- 
Tim Preece

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: Ne2000 PCI Card

1999-01-30 Thread Tim Preece
In message pine.bsf.4.05.9901281704550.81323-100...@bright.fx.genx.net
, Alfred Perlstein bri...@hotjobs.com writes

On Thu, 28 Jan 1999, Rod Taylor wrote:

 I have 2 cheap 100mbit nics (rj45 only).  Both use the ReaTek 8139 chipset 
 (from the best that I can tell).  Both are PCI.

...snip

 Tried to get help in #freebsd in efnet, but no-one had suggestions that 
 helped me... (Thanks anyhow Xanne)

compile a kernel with:

device  rl0

that should work, and if you want to know why the cards are so cheap:

/usr/src/sys/pci/if_rl.c

wpaul explains it quite well. :)

Alfred Perlstein - Programmer, HotJobs Inc. - www.hotjobs.com
-- There are operating systems, and then there's FreeBSD.
-- http://www.freebsd.org/4.0-current


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message

I had similar problems with I think the same card - certainly realtek

Either I had PNP modem working or ed1 realtek ethenet card

Problem was in the end in my BIOS, I had to enable all ports as PNP/PCI
as opposed to ISA/EISA and enable OS is PNP aware - AMI BIOS 1998

OK now, however I am having a few network problems but I do not think
that this could be the cause
-- 
Tim Preece

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Telnet and NIS queries

1999-01-29 Thread Tim Preece
Hi,

I am having a few problems with my v.small network.

I have 2 boxes both pc's, one running FreeBSD nearly current (Updated
begin Jan) and the other running 3.0 release.

Firstly I was able to telnet to 127.0.0.1 and log in as root, however
now even this seems to be causing problems the same as if I try to
telnet to the other box and log in as root.

This is the message that I get

scratch2 login: LOGIN root REFUSED (NOROOT) from scratch1.netlink on TTY
ttyp0

The other problem is that I am having problems with networked accounts,
unable to log on as anything from one machine except that which was
created on it

Don't know if this is anything to do with it but I get this message

scratch1 login: LOGIN FAILURE from scratch1.netlink
repeat
repeat
scratch login: NIS netgroup support not configured

reading about netgroup and creating /etc/netgroup with only + in it
and re-make the yp Makefile does not produce netgrp.byname etc

Do I need netgroup and if so what am  I doing wrong, Is this a problem
with having ELF on one box and aout on the other !

any help much appreciated

Thanks
-- 
Tim Preece

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message