Help Needed on dial-in ppp

2002-08-10 Thread Pieter Duvenhage
Hi, I hope that you can help me in this regard. I've setup a freebsd 4.6 server and ppp to dial-in. THe modem answers but NO CARRIER disconnects before authentication. Thanx Pieter ___ http://www.webmail.co.za the South-African free

ppp dialup on 4.6

2002-08-10 Thread Pieter Duvenhage
Hi, I hop eyou can help me, I'm strugling with a ppp setup on 4.6, getting it to work. The modem answers but then as soon as handshake's done it disconnects on No carrier. Please help. Thanx Pieter ___ http://www.webmail.co.za the

Re: Memory below 1 MB

2002-08-10 Thread hal
| See /usr/srcsys/pci/agp* for the sources to agp.ko. | | You can't do what you want to do without using a device driver | to allocate the physical resource on your behalf, since you are | talking about physical memory. Ok, thank you. I'll have a look. | This is what I told you the first time

problems with IDE interface flash card reader

2002-08-10 Thread Burkard Meyendriesch
Hello, I'm trying to install an IDE interface flash card reader (sorry, but I can't give you more information about type, chipset etc; it's just a no name product...). After reboot I get the following error message: dmesg: ... afd0: MODE_SENSE_BIG - ILLEGAL REQUEST asc=0x24 ascq=0x00

JailNG.

2002-08-10 Thread Pawel Jakub Dawidek
Hello there... When jailNG will be commited? -- Pawel Jakub Dawidek UNIX Systems Administrator http://garage.freebsd.pl Am I Evil? Yes, I Am. msg36152/pgp0.pgp Description: PGP signature

Are you ready to Invest now

2002-08-10 Thread konar_adrienne
Warning Unable to process data: multipart/mixed;boundary==_NextPart_000_00D0_85E10D4E.D7384B52

Re: release variability

2002-08-10 Thread Colin Percival
At 00:41 08/08/2002 -0700, Terry Lambert wrote: Colin Percival wrote: If two people `make release` on different machines, how much difference will there be between the results? Obviously the kernel will be different because it contains the user and host names from its build; should

Re: release variability

2002-08-10 Thread Wouter Van Hemel
On Sat, 2002-08-10 at 15:13, Colin Percival wrote: [...] This raises two questions: 1. Is there any way I can set up my system to consistently build the same world? The user and host are of course easy to fix; I'd consider running a daemon to reset my clock every second in order to

Re: release variability

2002-08-10 Thread Terry Lambert
Colin Percival wrote: At 00:41 08/08/2002 -0700, Terry Lambert wrote: Colin Percival wrote: If two people `make release` on different machines, how much difference will there be between the results? Obviously the kernel will be different because it contains the user and host names

m_freem() in tcp_respond()

2002-08-10 Thread FUJITA Kazutoshi
Hi, there. In tcp_respond() from /sys/netinet/tcp_subr.c, m_freem(m-m_next) is called without any checks. I think it's better to check m-m_next is not NULL, at least. --- /sys/netinet/tcp_subr.c.ORG Thu Jul 18 19:47:04 2002 +++ /sys/netinet/tcp_subr.c Sun Aug 11 04:00:09 2002 @@ -393,7

Re: m_freem() in tcp_respond()

2002-08-10 Thread Terry Lambert
FUJITA Kazutoshi wrote: --- /sys/netinet/tcp_subr.c.ORG Thu Jul 18 19:47:04 2002 +++ /sys/netinet/tcp_subr.c Sun Aug 11 04:00:09 2002 @@ -393,7 +393,8 @@ bcopy((caddr_t)th, (caddr_t)nth, sizeof(struct tcphdr)); flags = TH_ACK; } else { -

Re: m_freem() in tcp_respond()

2002-08-10 Thread Jeffrey Hsu
m_freem() already checks to see if it gets passed in a NULL pointer. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

SMP P4 Xeons out there?

2002-08-10 Thread Doug White
Hey folks, Anyone other there with multiprocessor P4 Xeon systems with Hyperthreading enabled that are seeing 4 CPUs show up on boot? If you are, can you mail me the output of 'mptable'? It appears you need to enumerate CPUs out of ACPI if you want the logical CPUs to show up. FreeBSD doesn't

Re: m_freem() in tcp_respond()

2002-08-10 Thread FUJITA Kazutoshi
From: Terry Lambert [EMAIL PROTECTED] Subject: Re: m_freem() in tcp_respond() Date: Sat, 10 Aug 2002 13:19:47 -0700 Message-ID: [EMAIL PROTECTED] It is better to know that it's not NULL before it gets there. If you check everything everywhere to see if it's NULL before you do anything, then

Re: m_freem() in tcp_respond()

2002-08-10 Thread Bosko Milekic
Ian Dowse just fixed this. Please upgrade. On Sun, Aug 11, 2002 at 08:22:59AM +0900, FUJITA Kazutoshi wrote: From: Terry Lambert [EMAIL PROTECTED] Subject: Re: m_freem() in tcp_respond() Date: Sat, 10 Aug 2002 13:19:47 -0700 Message-ID: [EMAIL PROTECTED] It is better to know that it's

arplookup: host is not on local network

2002-08-10 Thread Sean Hamilton
Greetings, I have a FreeBSD box being colocated. Every few seconds, I get the following message: /kernel: arplookup 216.187.x.x failed: host is not on local network As I understand, this 216.187.x.x machine is acting as a proxy arp. I think it's supposed to be completely transparent, but

Re: release variability

2002-08-10 Thread Colin Percival
At 11:58 10/08/2002 -0700, Terry Lambert wrote: Colin Percival wrote: Files which are always the same size, but seem to have completely different contents: /usr/share/games/fortune/*.dat /var/games/phantasia/void This is disturbing. Upon further investigation, it turns out that the

Re: release variability

2002-08-10 Thread Terry Lambert
Colin Percival wrote: The hardest part has got to be the archive files; I don't see how it could be avoided, without destroying information, at least in the archive update case, and probably in the archive recreation from object files case. Could someone point me towards information on