Re: IPv6 setup...

2000-03-11 Thread Yoshinobu Inoue
How/Where is the setup for the IPv6? Shaun If you have recent tree or Freebsd4.0 RC3, then there will be IPv6 specific configuration examples in /etc/defaults/rc.conf. The lines which start from "ipv6_..." are them. At least you need to set ipv6_enable to YES. You need to add the follwing

Re: IPv6: can a link-site (or global) address be configured inrc.conf?

2000-03-11 Thread Yoshinobu Inoue
And here is the patches. The last patches should work but I found a improvement related to coexistence with gif, so this is the updated patches. I applied a variant of your patch to my NetBSD/i386 -currentish box that also uses the KAME stack and was able to ping6 your 6to4

Re: IPv6: can a link-site (or global) address be configured in rc.conf?

2000-03-11 Thread Jun-ichiro itojun Hagino
I applied a variant of your patch to my NetBSD/i386 -currentish box that also uses the KAME stack and was able to ping6 your 6to4 address. For NetBSD-current, I'll bring in cleaner 6to4 code (since netbsd is not that close to the deadline). please wait for a while...

Commit candidate: libRSAglue patches

2000-03-11 Thread Kris Kennaway
Here are the patches which seem to fix the libRSAglue upgrade problems people had been seeing when upgrading from trees built in a certain time window. I've tested these on both an older system which was breaking and a current one with no ill effects - nor should there be any since libRSAglue is

Re: ida driver in -current and eisa bus attachment

2000-03-11 Thread Wilko Bulte
On Fri, Mar 10, 2000 at 10:48:22AM -0800, Mike Smith wrote: Hi Jonathan, Note that I just committed some more changes to the IDA driver to 4.0-RC yesterday. The changes are: - support for EISA controllers (untested) - support for newer S2400 controllers (untested) -

Re: Mylex Support

2000-03-11 Thread Lawrence Farr
OK. How about if I put the controller in a spare PC, stick a -current on there, and give you telnet access? Hopefully it _is_ just something stupid I'm doing, but at least that will cure my problem. If it's not, it may be a problem for others as well. Lawrence To Unsubscribe: send mail to

netstat output for inet6

2000-03-11 Thread Ben Smithurst
Is there any way to see the full IPv6 address with netstat? I just see: ben@strontium:~$ netstat -an -f inet6 Active Internet connections (including servers) Proto Recv-Q Send-Q Local Address Foreign Address(state) tcp6 0 0 2002:d4e4:e0d:0:.989 2002:d4e4:e0d:0:.22

Re: 4.0-20000307-CURRENT kern.flp keyboard probe questions

2000-03-11 Thread David O'Brien
On Fri, Mar 10, 2000 at 07:45:33PM -0600, Jeffrey J. Mountin wrote: Hopefully that "yet" will be "never" so one can boot sans keyboard and later hook one up if need be. For me it cannot come soon enough. *FINALLY* the PC toy will act like a real Unix computer. This is the behavior of all

Re: netstat output for inet6

2000-03-11 Thread Yoshinobu Inoue
Is there any way to see the full IPv6 address with netstat? I just see: ben@strontium:~$ netstat -an -f inet6 Active Internet connections (including servers) Proto Recv-Q Send-Q Local Address Foreign Address(state) tcp6 0 0 2002:d4e4:e0d:0:.989

Re: netstat output for inet6

2000-03-11 Thread $BG_K\(B $BH%(B
Hi, On Sat, 11 Mar 2000 12:44:57 + Ben Smithurst [EMAIL PROTECTED] said: ben Is there any way to see the full IPv6 address with netstat? I just see: Try do with -l option. ume@peace:263# netstat -anl -f inet6 Active Internet connections (including servers) Proto Recv-Q Send-Q Local

RE: ida driver in -current and eisa bus attachment

2000-03-11 Thread Alejandro Ramirez
Compaq claimed that the documentation necessary to do this was available, but it's not. I've tried to contact the individual that I spoke to about this, but he's not returning email or phone calls. 8( I've tried this internally in Compaq and the answer is quite clear IMO: "The config

Unexplained network outages

2000-03-11 Thread Bryan Liesner
I have a win98 box connected to a 4.0-current box via an ethernet connection. The connection will go dead after about 20 minutes. I'm unable to ping the win98 box and cannot ping the FreeBSD box from the win98 box. No error/console messages. I can bring it back to life by doing an ifconfig

Re: Problems with Linksys NIC and the new dc driver.

2000-03-11 Thread Chris Wasser
On Fri, Mar 10, 2000 at 06:13:14PM +, [EMAIL PROTECTED] wrote: I am currently experiencing problems with the 0307 -CURRENT snapshot, and the dc driver. I previously have had no problems with the pn driver I had [snip] Yes, I'm using a LinkSys card with -CURRENT: dc0: LC82C115 PNIC II

Re: IPv6: can a link-site (or global) address be configured in rc.conf?

2000-03-11 Thread Brad Spencer
I applied a variant of your patch to my NetBSD/i386 -currentish box that also uses the KAME stack and was able to ping6 your 6to4 address. For NetBSD-current, I'll bring in cleaner 6to4 code (since netbsd is not that close to the deadline). please wait for

Re: PCI Modems

2000-03-11 Thread Warner Losh
In message [EMAIL PROTECTED] Kent Hauser writes: : I of course did this because "device_set_unit" didn't link. : : Any suggestions? Yes. I forgot to include this in my original patch. Grab a new copy. I've updated the patch to include this. Sorry for any trouble this cuased.

Re: 4.0-20000307-CURRENT kern.flp keyboard probe questions

2000-03-11 Thread Daniel C. Sobral
Ryan Thompson wrote: I'm not sure, that's why I asked the list :-) Really, what I was asking is if there is a better way to detect a serial console.. Rather than the current logic of "If there is no keyboard, there must be a serial console". I can think of N reasons why a box would have

Re: netstat output for inet6

2000-03-11 Thread Ben Smithurst
Yoshinobu Inoue wrote: Please add "-l" flag. ah.. thanks. And sorry, it is not added to netstat man yet. I see you've just commited a change there, but I think it needs adding to the usage message as well: ben@platinum:~$ netstat -\? netstat: illegal option -- ? usage: netstat [-Aan] [-f

Re: netstat output for inet6

2000-03-11 Thread Yoshinobu Inoue
And sorry, it is not added to netstat man yet. I see you've just commited a change there, but I think it needs adding to the usage message as well: ben@platinum:~$ netstat -\? netstat: illegal option -- ? usage: netstat [-Aan] [-f address_family] [-M core] [-N system] netstat

Re: 4.0-20000307-CURRENT kern.flp keyboard probe questions

2000-03-11 Thread Ryan Thompson
Jeffrey J. Mountin wrote to Ryan Thompson: At 09:19 PM 3/10/00 -0600, Ryan Thompson wrote: Me as well...For at least a decade. I used to do it manually all the time, but had occasional glitches with funny scan codes and indicator statuses. With a mid-range priced switch, though, I have had

XFree86-4 can't start

2000-03-11 Thread Nawfal M. Rouyan
Hi, I've installed XFree86 version 4 trough the ports collection but it won't start and I think it is because of the missing mouse module. Since I'm using lynx, I can't attached the /var/log/XFree86.0.log file for your reference. I can only paste the error I found in the file. . (II)

Weird problems with PnP (related to sio?)?

2000-03-11 Thread Eric D. Futch
I'm having some weird problems with PnP, I guess. I have a "SmartLink 56K Voice Fax Modem" that I just stuck into the computer. Before I added the PnP magic to src/sys/isa/sio.c, in the kernel messages just said unknown for it, which is what I expected. So at that point I had three unkowns,

Re: IPv6 setup...

2000-03-11 Thread Shaun (UNIX)
Ok, now I would like to get some good info on IPv6 and how it is structured. Mainly looking for how it works in regards to setting up IP's and how the IP formatting works. Eg. IPv4 has special blocks of IPs that are only used for internal networks with there own subnet masks etc. That kind of

Re: XFree86-4 can't start

2000-03-11 Thread Bernd Walter
On Sat, Mar 11, 2000 at 12:24:10PM -0800, Nawfal M. Rouyan wrote: Hi, I've installed XFree86 version 4 trough the ports collection but it won't start and I think it is because of the missing mouse module. Since I'm using lynx, I can't attached the /var/log/XFree86.0.log file for your

[20000307-SNAP] /etc/make.conf USA_RESIDENT and international crypto distribution

2000-03-11 Thread Tatsumi Hosokawa
Hi. I'm testing 2307-SNAP and I found that USA_RESIDENT is set to YES even if I installed from CD-ROMs with crypto distribution compiled from international crypto sources. How about adding something like following patch to sysinstall? (this patch has not tested yet) Index: dist.c

Re: IPv6 setup...

2000-03-11 Thread Shaun (UNIX)
I believe I'm looking for a public IPv6 address to use for testing purposes. So where/what addresses can I use is my question. then how I intergrate that into my setup. Hope that makes the question more clearer. Thanks On Sat, 11 Mar 2000, Shaun (UNIX) wrote: Ok, now I would like to get some

XFree86-4 mouse?

2000-03-11 Thread Ted Sikora
My problem is a little different. XFree86-4.0 loads fine looks great but the mouse does not work. There are no errors. I tried PS/2 , serial, etc same with them all. The pointer appears then moves to the upper right and dissappers. I tried moving it...Mouse1, etc. but nothing Any ideas?

Re: IPv6 setup...

2000-03-11 Thread Yoshinobu Inoue
I believe I'm looking for a public IPv6 address to use for testing purposes. So where/what addresses can I use is my question. then how I intergrate that into my setup. Hope that makes the question more clearer. Thanks OK, then I think you should try 6to4 addr. The format is like below.

Re: 4.0-20000307-CURRENT kern.flp keyboard probe questions

2000-03-11 Thread Walter Brameld
On Sat, 11 Mar 2000, in a never-ending search for enlightenment, Ryan Thompson wrote: Jeffrey J. Mountin wrote to Ryan Thompson: At 09:19 PM 3/10/00 -0600, Ryan Thompson wrote: Me as well...For at least a decade. I used to do it manually all the time, but had occasional glitches with

Re: Weird problems with PnP (related to sio?)?

2000-03-11 Thread Mark Ovens
On Sat, Mar 11, 2000 at 03:30:33PM -0500, Eric D. Futch wrote: I'm having some weird problems with PnP, I guess. I have a "SmartLink 56K Voice Fax Modem" that I just stuck into the computer. Before I added the PnP magic to src/sys/isa/sio.c, in the kernel messages just said unknown for it,

SB AWE64 in -CURRENT

2000-03-11 Thread Sean-Paul Rees
Ok, I'm giving serious thought to ditching the Debian installation on this drive and go with FreeBSD. I run FreeBSD on this machine already, but on a smaller drive. Debian and Linux have been routinely irritating me. I'm used to the traditional set of Unix tools, and the traditional command line

Re: Mylex Support

2000-03-11 Thread Mike Smith
Not very helpful at this point; what I need is the time to attempt to reproduce your situation. To be quite honest, since none of the BIOS, RedHat nor FreeBSD can agree over the actual reported size of the array coming from these controllers of yours, I'm rather inclined to think that

Re: XFree86-4 mouse?

2000-03-11 Thread Chris Wasser
On Sat, Mar 11, 2000 at 04:10:26PM -0500, Ted Sikora wrote: My problem is a little different. XFree86-4.0 loads fine looks great but the mouse does not work. There are no errors. I tried PS/2 , serial, etc same with them all. The pointer appears then moves to the upper right and

4.0-RC3 problems with sysinstall!!

2000-03-11 Thread Chris Dillon
I decided to grab the iso of 4.0-RC3 and do some installation testing, since problems have plagued the previous releases and I wanted to do my part to make sure that doesn't happen with 4.0. :-) Initial installation from the ISO went flawlessly. My problems are ocurring while using the

Re: [20000307-SNAP] /etc/make.conf USA_RESIDENT and international crypto distribution

2000-03-11 Thread Jordan K. Hubbard
That was fixed days ago - get a more recent snap. :) Hi. I'm testing 2307-SNAP and I found that USA_RESIDENT is set to YES even if I installed from CD-ROMs with crypto distribution compiled from international crypto sources. How about adding something like following patch to

Re: Weird problems with PnP (related to sio?)?

2000-03-11 Thread Eric D. Futch
# cat QUAKE | grep ^device | grep pnp # Attached is my kernel config. -- Eric Futch New York Connect.Net, Ltd. [EMAIL PROTECTED] Technical Support Staff http://www.nyct.net (212) 293-2620 "Bringing New York The Internet Access It Deserves" On Sat, 11 Mar 2000, Mark

ad0: WRITE command timeout - resetting

2000-03-11 Thread Eric Jacoboni
Hi, I've updated my desktop system to -CURRENT (my laptop runs ok since few months) : download and install the bin distrib, reboot then cvsup and make world, new kernel and mergemaster. All seems ok _except_ one thing : sometimes, my box seems to be slw and freezed, the reason is

Re: 4.0-20000307-CURRENT kern.flp keyboard probe questions

2000-03-11 Thread Jeffrey J. Mountin
At 05:43 AM 3/11/00 -0800, David O'Brien wrote: On Fri, Mar 10, 2000 at 07:45:33PM -0600, Jeffrey J. Mountin wrote: Hopefully that "yet" will be "never" so one can boot sans keyboard and later hook one up if need be. For me it cannot come soon enough. *FINALLY* the PC toy will act like a

[andreas@klemm.gtn.com: -current install on Laptop, panic: resource_list_alloc: resource entry is busy]

2000-03-11 Thread Andreas Klemm
powered by Symmetric MultiProcessor FreeBSD New APSFILTER 5.2.0 and songs from our band - http://www.freebsd.org/~andreas Hi Søren, I have a problem to install a self created FreeBSD 4.0-SNAP-2311 on my LAPTOP: The last things I see on screen pcib0: SiS 85c501 on motherboard

Re: XFree86-4 can't start

2000-03-11 Thread Michael L. Imamura
I was able to get it working through a small patch to the scripts/configure file. Probably not the most optimal solution, but it works until the port is updated: --- configure Fri Mar 10 19:20:34 2000 +++ configure.2 Sat Mar 11 18:19:55 2000 @@ -197,7 +197,7 @@ echo "#define

MAX_UID ?

2000-03-11 Thread Paul Richards
The fix I applied to pwd_mkdb is an improvement over what was there before i.e. nothing, but is a poor solution at the moment since it won't work correctly on the alpha. The following code snippet is OK on the i386 but on the alpha ULONG_MAX is 64 bits and so is a totally wrong constant to check

Re: Weird problems with PnP (related to sio?)?

2000-03-11 Thread Eric D. Futch
Ugh... nevermind. Getting rid of the PNPBIOS option from the kernel config got rid of all the unknown strangeness, although I still can't explain it. The signal 11's only hit kdm, so I'm assuming that's a different problem. Can someone commit the PnP magic for this modem or should I just

Re: IPv6 setup...

2000-03-11 Thread Shaun (UNIX)
So my IPv4 address is 24.113.130.83 that in IPv6 would be 2002:240:113:130:083 ?? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: XFree86-4 can't start

2000-03-11 Thread Jean-Marc Zucconi
Nawfal M Rouyan writes: Hi, I've installed XFree86 version 4 trough the ports collection but it won't start and I think it is because of the missing mouse module. Since I'm using lynx, I can't attached the /var/log/XFree86.0.log file for your reference. I can only paste the error

Re: IPv6: can a link-site (or global) address be configured in rc.conf?

2000-03-11 Thread itojun
For NetBSD-current, I'll bring in cleaner 6to4 code (since netbsd is not that close to the deadline). please wait for a while... This is what I expected. I was just messing around some and was pleased that it didn't panic my machine. Thanks. BTW, please be

Re: 4.0-20000307-CURRENT kern.flp keyboard probe questions

2000-03-11 Thread Doug Barton
"Jeffrey J. Mountin" wrote: You could say I reserve the right shoot myself in foot by swapping keyboards. I think you've made it really clear with all of your many posts that you want this option. On the other hand, some of us think it's worthwhile to warn people that swapping

RC3: problems with SSH

2000-03-11 Thread Mathew Kanner
My colleague found these problems on a machine freshly installed with RC3. The machines on the other end are mix of sunos 2.5,6,7 on sparcs. Please flame me if this has already been discused. Script started on Sun Mar 12 00:55:40 2000 bash-2.03$ slogin -v XXX SSH Version OpenSSH-1.2.2,

Re: RC3: problems with SSH

2000-03-11 Thread Kris Kennaway
On Sat, 11 Mar 2000, Kris Kennaway wrote: I consider this a bug in openssh that it doesn't realise that it's using rsaref and give a helpful error message when it gets a key that is too long. I'm also working on a patch to do just this..give me a few minutes :-) Kris In God we Trust

Re: 4.0-20000307-CURRENT kern.flp keyboard probe questions

2000-03-11 Thread Matthew N. Dodd
On Sat, 11 Mar 2000, Ryan Thompson wrote: The old 2-button 9-pin $5 serial Dexxa mice were really fun.. I used to buy the OEMs in bulk. They were a comfy little mouse, but, shine direct sunlight on them and the optical disc motion sensors wouldn't work. The cheap, thin plastic casing

Re: kdm display manager working anywhere with current?

2000-03-11 Thread Simon Marlow
"F. Heinrichmeyer" [EMAIL PROTECTED] writes: I found no way to get kdm to work, it dumps core in a qt string find routine. wdm works kind of (the window manager menu is buggy but repairable). I had the same problem. Someone else reported here that it works if you compile kdm without

Re: RC3: problems with SSH

2000-03-11 Thread Mathew Kanner
[EMAIL PROTECTED] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.15i In-Reply-To: Kris Kennaway's message [Re: RC3: problems with SSH] as of Sat, Mar 1 1, 2000 at 05:10:07PM -0800 Organization: SOCS, McGill University, Montreal, CANADA Status: RO Content-Length:

Re: Weird problems with PnP (related to sio?)?

2000-03-11 Thread Mark Ovens
On Sat, Mar 11, 2000 at 05:27:33PM -0500, Eric D. Futch wrote: # cat QUAKE | grep ^device | grep pnp # Attached is my kernel config. Hmm, I saw exactly the same thing when I moved to -current and I was certain that it was pnp0 that caused it, obviously not. Sorry for wasting your time.

Re: Weird problems with PnP (related to sio?)?

2000-03-11 Thread Mark Ovens
On Sat, Mar 11, 2000 at 06:44:32PM -0500, Eric D. Futch wrote: Ugh... nevermind. Getting rid of the PNPBIOS option from the kernel config got rid of all the unknown strangeness, Argh!, yes , that was it, PNPBIOS not ``device pnp0''. Close though, only 3 letters out :) -- Microsoft:

Re: RC3: problems with SSH

2000-03-11 Thread Kris Kennaway
On Sat, 11 Mar 2000, Mathew Kanner wrote: Finally a benefit to living in Canada! Anyway, I made the port in /usr/ports/security/rsaref. My mistake was thinking that it would look at my make.conf and get the right one. Sorry about that. You shouldn't need/use rsaref. Use the

Re: XFree86-4 can't start

2000-03-11 Thread Doug Barton
"Michael L. Imamura" wrote: I was able to get it working through a small patch to the scripts/configure file. Probably not the most optimal solution, but it works until the port is updated: --- configure Fri Mar 10 19:20:34 2000 +++ configure.2 Sat Mar 11 18:19:55 2000 @@ -197,7

Re: MAX_UID ?

2000-03-11 Thread John Polstra
In article [EMAIL PROTECTED], Paul Richards [EMAIL PROTECTED] wrote: I think we need a MAX_UID and a MAX_GID to perform checks like this. Anyone got any objections to adding them to /usr/include/limits.h ? They must not go into limits.h. That header file is defined by the ANSI/ISO C

Re: IPv6 setup...

2000-03-11 Thread Yoshinobu Inoue
Hi, So my IPv4 address is 24.113.130.83 that in IPv6 would be 2002:240:113:130:083 ?? No, no, because IPv6 address is printed in hex format each 2bytes separated by collon, so the 1st 6bytes will be, 2002:1871:8253: and if printed in full 16bytes,

Re: XFree86-4 can't start

2000-03-11 Thread Michael L. Imamura
I haven't tried xfce, but I had some problems running Enlightenment 16.3, all related to shared memory. I disabled shared pixmaps in my Imlib configuration and that got rid of the random crashing, but is again not a very optimal solution :) I'm guessing it's a problem with the current GTK

Re: CTM deltas

2000-03-11 Thread Chuck Robey
On Sat, 11 Mar 2000 [EMAIL PROTECTED] wrote: The latest CTM delta for -CURRENT on ftp.freebsd.org is 4257 (March 6). Because all of the mirrors for CTM are in countries other than the US, would there be any differences between the deltas they have and the ones that ftp.freebsd.org should

Re: MAX_UID ?

2000-03-11 Thread Paul Richards
John Polstra wrote: In article [EMAIL PROTECTED], Paul Richards [EMAIL PROTECTED] wrote: I think we need a MAX_UID and a MAX_GID to perform checks like this. Anyone got any objections to adding them to /usr/include/limits.h ? They must not go into limits.h. That header file is

Re: XFree86-4 mouse?

2000-03-11 Thread Ted Sikora
Ted Sikora wrote: My problem is a little different. XFree86-4.0 loads fine looks great but the mouse does not work. There are no errors. I tried PS/2 , serial, etc same with them all. The pointer appears then moves to the upper right and dissappers. I tried moving it...Mouse1, etc. but

OpenSSH/RSAREF patch to detect long keys

2000-03-11 Thread Kris Kennaway
RSAREF can't handle RSA keys longer than 1024 bits (and we're not allowed to fix it so that it can, by the terms of the RSAREF license). This is a problem for OpenSSH, because it can't be used to interoperate with servers (or clients) which use long keys. Currently it gives a very non-helpful

Re: Make world error.....

2000-03-11 Thread Kris Kennaway
On Fri, 10 Mar 2000, John Polstra wrote: This is still broken. I ran into it when upgrading a Feb. 29 -current system to today's -current. I didn't use make -j and I didn't take any shortcuts. Okay, the problem is indeed caused by the fact that there's a dangling symlink from des.h to

sendmail 8.10

2000-03-11 Thread Chris Knight
Howdy, Are there any plans by the FreeBSD team to add sendmail 8.10 to FreeBSD-4.0, or is the sendmail release too late for this to happen? TIA for any info. Regards, Chris Knight Systems Administrator AIMS Independent Computer Professionals Tel: +61 3 6334 6664 Fax: +61 3 6331

Re: Make world error.....

2000-03-11 Thread Kris Kennaway
On Sat, 11 Mar 2000, Kris Kennaway wrote: the fix isn't immediately obvious to me - make world doesn't seem to run a full 'make includes' prior to doing the perl thing (it just does 'make Well, that was probably the stupidest thing I've said all day (I say the fix isn't obvious and then

Re: sendmail 8.10

2000-03-11 Thread Kris Kennaway
On Sun, 12 Mar 2000, Chris Knight wrote: Are there any plans by the FreeBSD team to add sendmail 8.10 to FreeBSD-4.0, or is the sendmail release too late for this to happen? TIA for any info. I would say with release being a couple of days away it's too late. We've already