Re: mount_cd9660+atapi-cd panic

2000-03-09 Thread Soren Schmidt
It seems Ben Smithurst wrote: > ok, this was partly caused by dodgy hardware it seems, so don't worry > too much, but it would be nice if a panic could be avoided. aaiiighh! I knwo exactly what wrong, dont call make_dev early :) Thanks, that probably one of the most complete reports I've seen in

Re: The pw command

2000-03-09 Thread Kris Kennaway
On Fri, 10 Mar 2000, Paul Richards wrote: > Non-root users can use the pw command to get information from the > master.passwd file e.g. > > ps showuser paul > paul:*:1000:1000::0:0:& Richards:/home/paul:/usr/local/bin/bash % pw showuser kkenn kkenn:*:1000:0::0:0:Kris Kennaway:/home/kkenn:/usr/

Re: XFree86 4.0 in FreeBSD 4.0?

2000-03-09 Thread Matthew N. Dodd
On Thu, 9 Mar 2000, Devin Butterfield wrote: > Just wondering if there are plans in the works to get Xfree86 4.0 into > FreeBSD 4.0. I just noticed that X 4.0 has finally been released. Looks a bit green for inclusion in a release not to mention that its list of supported devices is a bit short i

Re: Port apps

2000-03-09 Thread Kris Kennaway
On Thu, 9 Mar 2000, Shaun (UNIX) wrote: > I noticed there was compat3x distro files, is there going to be ports that > are only for FreeBSD 4.0 Yes. > and will I ever run into a problem with 3.x ports > not working with 4.x You shouldn't do: that's what the compat3x libraries are for. Kris -

Port apps

2000-03-09 Thread Shaun (UNIX)
Hello, I have a question regarding ports. I noticed there was compat3x distro files, is there going to be ports that are only for FreeBSD 4.0 and will I ever run into a problem with 3.x ports not working with 4.x it was just a thought. Cheers Shaun To Unsubscribe: send mail to [EMAIL PROTE

Re: Feedback on 4.0-RC3 (mostly good! :)

2000-03-09 Thread John Reynolds
[ On Thursday, March 9, Shaun (UNIX) wrote: ] > Hello, > > You are using RC3 ? Hmm...I wonder why you are not getting the ATA prob > problems like alot of us are. What is your system config? > I'm using a P2B-DS Asus motherboard with BX chipset. Standard PIIX4 stuff. The drive is a Quantum

Re: Feedback on 4.0-RC3 (mostly good! :)

2000-03-09 Thread Shaun (UNIX)
Hello, You are using RC3 ? Hmm...I wonder why you are not getting the ATA prob problems like alot of us are. What is your system config? Yes it is FAST! and I love itI see that the 64MB memory problem has been fix at the install level. 3.x only reads 64MB of RAM at the floppy install.

RE: The pw command

2000-03-09 Thread Mike Heffner
On 10-Mar-2000 Paul Richards wrote: | Non-root users can use the pw command to get information from the | master.passwd file e.g. | | ps showuser paul | paul:*:1000:1000::0:0:& Richards:/home/paul:/usr/local/bin/bash | | which shows the class, password expiry and account expiry. I

Feedback on 4.0-RC3 (mostly good! :)

2000-03-09 Thread John Reynolds
OK, finally had a chance to frag the hard drive and install 4.0-RC3 from cdrom and see how it went. Here's my observations on the good: 1) On the same hardware as I tested 4.0-RC and 4.0-RC2 on, now I no longer get those "long ATA probes"! This is awesome! Whatever was done, is great, now

Re: buildworld failure in cvs ...

2000-03-09 Thread Alexander Sanda
At 17:16 09.03.2000 -0800, Kris Kennaway wrote: > > the variable being defined and not its value. You might try removing > > your object directory and doing a make cleandir twice to make sure > > nothing is left in source tree that shouldn't be there. > >Yes, thats a likely candidate. Can you tr

Re: ata, DMA and the install floppies

2000-03-09 Thread Shaun (UNIX)
Hello, I was getting the same error, I have two HD's on a Addladin TXpro Chipset and two CD-ROM drives. I get ad1: READ command timeout -resetting ata0: resetting devices .. done ata0-slave: WARNING: WAIT_READY active=ATA_ACTIVE_ATA BUT I have no ATA hard drives. Another thing I not

Re: buildworld failure in cvs ...

2000-03-09 Thread Bush Doctor
Out of da blue Kris Kennaway aka ([EMAIL PROTECTED]) said: > On Thu, 9 Mar 2000, Benjamin Greenwald wrote: > > > I did try blowing away /obj. Didn't help. > > Hmm. I'll try running a buildworld at home tonight with stale libRSAglue > libs in /usr/lib and see if I can reproduce this. I don't thi

XFree86 4.0 in FreeBSD 4.0?

2000-03-09 Thread Devin Butterfield
Hi, Just wondering if there are plans in the works to get Xfree86 4.0 into FreeBSD 4.0. I just noticed that X 4.0 has finally been released. -- Regards, Devin. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: building ports

2000-03-09 Thread Walter Brameld
On Thu, 09 Mar 2000, in a never-ending search for enlightenment, Edwin Kremer wrote: > On Mon, Mar 08, 1999 at 09:44:26PM -0600, Ishmael wrote: > > : Your system is too old to use this bsd.port.mk. > > According to the mail headers, your system clock is about one year > behind actual time. Tha

Re: More "ld-elf.so.1: assert failed" messages

2000-03-09 Thread Jim Bloom
NOTE: Take everything I say here as general info. I haven't used these thread packages, but have used others in the past. It should be called somewhere between the starting of the process and the creation of the second thread. There is no problem if there is only one thread. THREAD Create woul

The pw command

2000-03-09 Thread Paul Richards
Non-root users can use the pw command to get information from the master.passwd file e.g. ps showuser paul paul:*:1000:1000::0:0:& Richards:/home/paul:/usr/local/bin/bash which shows the class, password expiry and account expiry. I'm not sure whether that's information that should be kept secure

Re: More "ld-elf.so.1: assert failed" messages

2000-03-09 Thread Juergen Lock
In article <[EMAIL PROTECTED]> you write: >In article <[EMAIL PROTECTED]>, >Jordan K. Hubbard <[EMAIL PROTECTED]> wrote: >> > The other possibility would be to fix the wine port so it calls >> > dllockinit() to set up locking. I don't know for sure how hard that >> > would be, but it's probably a

Re: buildworld failure in cvs ...

2000-03-09 Thread Kris Kennaway
On Thu, 9 Mar 2000, Benjamin Greenwald wrote: > I did try blowing away /obj. Didn't help. Hmm. I'll try running a buildworld at home tonight with stale libRSAglue libs in /usr/lib and see if I can reproduce this. I don't think it's anything in the source tree which is causing the breakage direc

Re: buildworld failure in cvs ...

2000-03-09 Thread Benjamin Greenwald
I did try blowing away /obj. Didn't help. -Ben > On Thu, 9 Mar 2000, Jim Bloom wrote: > > > the variable being defined and not its value. You might try removing > > your object directory and doing a make cleandir twice to make sure > > nothing is left in source tree that shouldn't be there. >

Re: SMP on Alpha?

2000-03-09 Thread Peter Jeremy
On 2000-Mar-10 12:06:18 +1100, Mikhail Teterin <[EMAIL PROTECTED]> wrote: >Will the -current version of FreeBSD run on a multi-CPU axp machine and >use all of the CPUs? Not yet, but Real Soon Now. > Would that be a reliable box (assuming the admin >sometimes knows what he is doing)? -curr

Re: FBSD4.0-20000307 install floppies and VAIO PCG-Z505HS

2000-03-09 Thread Kris Kennaway
On Thu, 9 Mar 2000, Warner Losh wrote: > In message <[EMAIL PROTECTED]> Larry Baird writes: > : then go back into the BIOS and turn off plug and play OS to get > : by USB devices working after the install. (-: > : > : Any thoughts? > > You should have turned off PNP OS in the BIOS to start w

Re: buildworld failure in cvs ...

2000-03-09 Thread Kris Kennaway
On Thu, 9 Mar 2000, Jim Bloom wrote: > the variable being defined and not its value. You might try removing > your object directory and doing a make cleandir twice to make sure > nothing is left in source tree that shouldn't be there. Yes, thats a likely candidate. Can you try blowing away /usr

sysinstall sets USA_RESIDENT="YES"

2000-03-09 Thread Joerg Micheel
This happens every time I run sysinstall, potentially dangerous for me, as ports may be fetching crypto stuff from the wrong places. With a -current system of March 2nd. Joerg -- Joerg B. MicheelEmail: <[EMAIL PROTECTED]> Waikato Applied Network DynamicsPh

Re: buildworld failure in cvs ...

2000-03-09 Thread Benjamin Greenwald
I meant I was going to comment out MAKE_KERBEROS4, but thanks for the tip. Speaking of which, this is precisely what I did. I commented out MAKE_KERBEROS4, did a make world, uncommented MAKE_KERBEROS4, made the world again, and the second time everything was fine. There's probably a faster wa

SMP on Alpha?

2000-03-09 Thread Mikhail Teterin
Hello! Will the -current version of FreeBSD run on a multi-CPU axp machine and use all of the CPUs? Would that be a reliable box (assuming the admin sometimes knows what he is doing)? Do I want to make a "production" server out of an axp box at all in the near future? Thanks! -m

mount_cd9660+atapi-cd panic

2000-03-09 Thread Ben Smithurst
ok, this was partly caused by dodgy hardware it seems, so don't worry too much, but it would be nice if a panic could be avoided. first, dmesg: Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights

Re: FBSD4.0-RC3 install

2000-03-09 Thread Scot W. Hetzel
From: "Jordan K. Hubbard" <[EMAIL PROTECTED]> > > This should work now - it just needed some symlinks to be created. > The link to the packages directory is wrong. It is pointing one to many directories back. packages -> ../../../../ports/i386/packages-4-current it should be: packages -> ../..

Re: buildworld failure in cvs ...

2000-03-09 Thread Jim Bloom
I am not seeing the problem with a standard build, but I am not building Kerberos. Looking at the makefiles, there is no mentioned of libRSAglue anyplace. The link command doesn't even imply the use of libRSAglue. Also, a buildworld should not be using libraries outside of the build environment

Re: buildworld failure in cvs ...

2000-03-09 Thread Bush Doctor
Out of da blue Kris Kennaway aka ([EMAIL PROTECTED]) said: > On Thu, 9 Mar 2000, Bush Doctor wrote: > > > Is anyone else seeing this. cvsupped from 12:00 noon EST > > > > ... > > > > cc -O -pipe -I/usr/src/gnu/usr.bin/cvs/cvs -I/usr/src/gnu/usr.bin/cvs/cvs/../lib >-DHAVE_CONFIG_H -I/usr/src/

Re: FBSD4.0-20000307 install floppies and VAIO PCG-Z505HS

2000-03-09 Thread Warner Losh
In message <[EMAIL PROTECTED]> Larry Baird writes: : then go back into the BIOS and turn off plug and play OS to get : by USB devices working after the install. (-: : : Any thoughts? You should have turned off PNP OS in the BIOS to start with. That's the only setting that is supported. Warn

RC3 install floppies: panic: resource_list_alloc: resource entry is busy

2000-03-09 Thread Hans Ottevanger
Hi folks, I just tried to boot the RC3 install floppies on my Pentium 66 testbox. It gets through the config stage without trouble, but then panics immediately with: ... pcib0: on motherboard pci0: on pcib0 atapci0: port 0 x3f4-0x3f7,0x1f0-0x1f7 at device 1.0 on pci0 atapci0: Busmastering DMA

sorry. Mistyped

2000-03-09 Thread Soren Dayton
I was thinking about -current something and wrote current. Please disregard my message. Soren To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

samba 2.0.6 crashing -stable

2000-03-09 Thread Soren Dayton
Hi, I've been having a recurring problem with samba on my freebsd machines. It began when I was running 3.2, and it appears to still be around with -stable. (and samba 2.0.3, and now 2.0.6) Basically, when copying large files, the FreeBSD file server appears to lose all of its network connect

Re: buildworld failure in cvs ...

2000-03-09 Thread Benjamin Greenwald
It was during a buildworld. I'm going to do a make world with MAKE_KERBEROS4=NO, and then do a buildworld after the reboot and see if it was somehow pulling the library from outside of /obj. -Ben > On Thu, 9 Mar 2000, Benjamin Greenwald wrote: > > > I'm having the same problem. To overstate

FBSD4.0-20000307 install floppies and VAIO PCG-Z505HS

2000-03-09 Thread Larry Baird
Ran into an odd problem tring to install the 3/7 release of 4.0 onto my VAIO PCG-Z505HS. The install hung while probing for plug and play devices. I had the BIOS set to non plug and play OS. So just for grins I turned plug and play OS on in the bios and tried again. Installed without a hitch.

Re: buildworld failure in cvs ...

2000-03-09 Thread Kris Kennaway
On Thu, 9 Mar 2000, Benjamin Greenwald wrote: > I'm having the same problem. To overstate the obvious, it's related to > compiling with MAKE_KERBEROS4=yes which require the des code in libcrypto. > Anyone know how libRSAglue is getting pulled in? It shouldn't be..libRSAglue is an empty stub

Re: buildworld failure in cvs ...

2000-03-09 Thread Kris Kennaway
On Thu, 9 Mar 2000, Bush Doctor wrote: > Is anyone else seeing this. cvsupped from 12:00 noon EST > > ... > > cc -O -pipe -I/usr/src/gnu/usr.bin/cvs/cvs -I/usr/src/gnu/usr.bin/cvs/cvs/../lib >-DHAVE_CONFIG_H -I/usr/src/gnu/usr.bin/cvs/cvs/../../../.. > /contrib/cvs/src -I/usr/src/gnu/usr.bin

Re: ata, DMA and the install floppies

2000-03-09 Thread Kelly Yancey
On Thu, 9 Mar 2000, Samuel Tardieu wrote: > | What model laptop may I ask? I'm running 4.0-current since 1/11/2000 > | (last world rebuild 3/8/2000) on a Compaq Armada 7400 without incident. > > Armada V300. I sent the full details here a few days ago. > Ah, I remember seeing that. As I re

Re: buildworld failure in cvs ...

2000-03-09 Thread Benjamin Greenwald
I'm having the same problem. To overstate the obvious, it's related to compiling with MAKE_KERBEROS4=yes which require the des code in libcrypto. Anyone know how libRSAglue is getting pulled in? -Ben Greenwald > Is anyone else seeing this. cvsupped from 12:00 noon EST > > ... > > cc -O -p

buildworld failure in cvs ...

2000-03-09 Thread Bush Doctor
Is anyone else seeing this. cvsupped from 12:00 noon EST ... cc -O -pipe -I/usr/src/gnu/usr.bin/cvs/cvs -I/usr/src/gnu/usr.bin/cvs/cvs/../lib -DHAVE_CONFIG_H -I/usr/src/gnu/usr.bin/cvs/cvs/../../../.. /contrib/cvs/src -I/usr/src/gnu/usr.bin/cvs/cvs/../../../../contrib/cvs/lib -I/usr/src/gnu/

Re: ata, DMA and the install floppies

2000-03-09 Thread Samuel Tardieu
| What model laptop may I ask? I'm running 4.0-current since 1/11/2000 | (last world rebuild 3/8/2000) on a Compaq Armada 7400 without incident. Armada V300. I sent the full details here a few days ago. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the

Re: ata, DMA and the install floppies

2000-03-09 Thread John Hay
> > > > I have been trying to install yesterday's 4.0 snap on a no-name brand > > motherboard with the VIA chipset, but I'm running in some problems. I > > suspect there is a problem with the DMA. The error I'm getting when the > > disk is newfs'ed is a repeating: > > > > ad0: WRITE command time

Re: FBSD4.0-RC3 install

2000-03-09 Thread Jordan K. Hubbard
> I got the install floppies from the ftp directory that you listed. When the > install came to a point where it asked for the ftp site to get the > distribution, it listed a "primary" site (ftp.freebsd.org, I believe) and This should work now - it just needed some symlinks to be created. -

Re: ata, DMA and the install floppies

2000-03-09 Thread Kelly Yancey
On Thu, 9 Mar 2000, Samuel Tardieu wrote: > This looks exactly like the problem I was having with my Compaq laptop, which > could run 3.4 boot disks just fine but not 4.0 kernels. I was probably too > lazy to wait until it reaches the 3 attempts, so I will try again :) > What model laptop may

Re: ata, DMA and the install floppies

2000-03-09 Thread Samuel Tardieu
On 9/03, Soren Schmidt wrote: | Hmm, wierd, did this hardware run FreeBSD before ?? This looks exactly like the problem I was having with my Compaq laptop, which could run 3.4 boot disks just fine but not 4.0 kernels. I was probably too lazy to wait until it reaches the 3 attempts, so I will tr

Re: ata, DMA and the install floppies

2000-03-09 Thread Samuel Tardieu
| ad0: WRITE command timeout - resetting | ata0: resetting devices .. done | ad0: WRITE command timeout - resetting | ata0: resetting devices .. done | ... | | It seems that it is just going on and on. Shouldn't it back down to non | DMA mode after a while? Is there a way to disable the DMA on th

Re: ata, DMA and the install floppies

2000-03-09 Thread Soren Schmidt
It seems John Hay wrote: > Hi, > > I have been trying to install yesterday's 4.0 snap on a no-name brand > motherboard with the VIA chipset, but I'm running in some problems. I > suspect there is a problem with the DMA. The error I'm getting when the > disk is newfs'ed is a repeating: > > ad0: W

Re: ata, DMA and the install floppies

2000-03-09 Thread Mike Tancsa
At 09:01 PM 3/9/00 +0200, John Hay wrote: >atapci0: port 0xe000 - 0xe00f at device 7.1 on pci0 >ata0: at 0x1f0 irq 14 on atapci0 >... >ad0: 6204MB [13446/15/63] at ata0-master using UDMA33 Actually, I just noticed the same thing today. Should not having #optionsATA_ENABLE_ATAPI_DMA

ata, DMA and the install floppies

2000-03-09 Thread John Hay
Hi, I have been trying to install yesterday's 4.0 snap on a no-name brand motherboard with the VIA chipset, but I'm running in some problems. I suspect there is a problem with the DMA. The error I'm getting when the disk is newfs'ed is a repeating: ad0: WRITE command timeout - resetting ata0: re

Re: FBSD4.0-RC3 install

2000-03-09 Thread John Daniels
Hi: I got the install floppies from the ftp directory that you listed. When the install came to a point where it asked for the ftp site to get the distribution, it listed a "primary" site (ftp.freebsd.org, I believe) and several other mirror sites, one of which was the current snapshot site.

RE: FBSD 4.0-RC3 install

2000-03-09 Thread John Daniels
Hi: I should have added that I installed Gnome and Afterstep and later (before end of install), I also got IceWM from Ports. Is X confused about which WM to use? John __ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe

Re: FBSD4.0-RC3 install

2000-03-09 Thread Jordan K. Hubbard
> Hi: > I did an install of 4.0-RC3 last night and found the following: > > 1:Unable to transfer the local distribution from > ftp://current.freebsd.org/pub/FreeBSD/Snapshots/i386 Because it's not there. I listed the URLs I listed *very specifically* and that is the ONLY location you

FBSD4.0-RC3 install

2000-03-09 Thread John Daniels
Hi: I did an install of 4.0-RC3 last night and found the following: 1:Unable to transfer the local distribution from ftp://current.freebsd.org/pub/FreeBSD/Snapshots/i386 2:Unable to transfer the X9set distribution from ftp://current.freebsd.org/pub/FreeBSD/Snapshots/i386 3:

Re: kdm display manager working anywhere with current?

2000-03-09 Thread Ilmar S. Habibulin
On Thu, 9 Mar 2000, F. Heinrichmeyer wrote: > 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). three day cvsup - kdm works fine. konqueror - that is the problem. :( To Unsubscribe: send mail

Re: More "ld-elf.so.1: assert failed" messages

2000-03-09 Thread John Polstra
In article <[EMAIL PROTECTED]>, Jordan K. Hubbard <[EMAIL PROTECTED]> wrote: > > The other possibility would be to fix the wine port so it calls > > dllockinit() to set up locking. I don't know for sure how hard that > > would be, but it's probably a feasible solution. > > To be honest, I'd be t

Re: poptop+ppp, ok in current, not stable

2000-03-09 Thread Leif Neland
On Wed, 8 Mar 2000, Leif Neland wrote: > I'm trying to use MS-VPN using poptop. (pptpd) > > It works nicely from home to my current at home, but not to my stable at work. > Followup: From work to current at home fails too: > ppp.log says repeately: > > Mar 9 06:25:35 ns ppp[88344]: tun0:

Re: Please review: fdisk -e -> -I

2000-03-09 Thread Jordan K. Hubbard
OK! > > You have my OK to change the option, but you'll need Jordans > OK to commit it. > > Poul-Henning > > In message <[EMAIL PROTECTED]>, Warner Losh writes: > > > >Given that OpenBSD had the -e flag to fdisk first, and that it means > >edit there and that disklabel -e means edit, I'd like

Re: building ports

2000-03-09 Thread Edwin Kremer
On Mon, Mar 08, 1999 at 09:44:26PM -0600, Ishmael wrote: : Your system is too old to use this bsd.port.mk. According to the mail headers, your system clock is about one year behind actual time. That might have screwed up the `make'... Best regards, -- Edwin H. Kremer, senior systems- and n

RC3-ISO doesn´t recognize Thinkpad 600E CD-ROM Drive

2000-03-09 Thread Morten Seeberg
Hi, when booting off the RC3 ISO, I the the error: Can´t work out which disk we are booting from. Guessed BIOS device 0x8b not found by probes, defaulting to disk0: The ISO only found my floppy as disk0 and my FAT partition as disk1. Not the CD-ROM drive it booted off. It works just fine when b

Re: XDM login using sessreg and last, uptime, w and so on...

2000-03-09 Thread NAKAJI Hiroyuki
> In <[EMAIL PROTECTED]> > "Sean O'Connell" <[EMAIL PROTECTED]> wrote: > On FreeBSD it was successful and there seems no problem. Sean> One out of two is not bad :) I think so too. :-) Sean> Could your path be set in such a way that it is exec'ing 3.X Sean> versions of fileutils or f

Re: building ports

2000-03-09 Thread Ishmael
well, on the advice of someone, i manually edited these files changing the date in them to 2201, before changing it it was 19990308. i dunno if its significant, but i rebuilt using make buildworld, make installworld. and i did run mergemaster afterwards. what date is supposed to be in this fi

Re: current lockups

2000-03-09 Thread Peter Dufault
> On 2000-Mar-09 10:05:21 +1100, Peter Dufault <[EMAIL PROTECTED]> wrote: > >There's no difference between rtprio and P1003.1B scheduling other than > >the name. rtprio is the same as P1003.1B "SCHED_RR". > > I wasn't aware of that. > > >I'd like to remove the rtprio call from ntpd. I think we

Re: bridging broken in -current AND -stable

2000-03-09 Thread Luigi Rizzo
> > let me doubt it. i have had a fair amount of trouble with these nics, > > maybe it's driver's fault, but still... anyways, the driver is > > not as easy to work on as others. > > For future investments: which nics do you recommend? > (stable driver, speed...) fxp? probably, yes, though the w

Re: More "ld-elf.so.1: assert failed" messages

2000-03-09 Thread Jordan K. Hubbard
> The other possibility would be to fix the wine port so it calls > dllockinit() to set up locking. I don't know for sure how hard that > would be, but it's probably a feasible solution. To be honest, I'd be the most comfortable with this solution but also trust John's skills with the linker (ce

Re: 4.0 RC3 install problem from ftp.FreeBSD.org

2000-03-09 Thread Jordan K. Hubbard
Good point, I forgot the link. Fixed! - Jordan > Says, it can't chdir into the 4.0-2307-CURRENT directory. > It does work from current.FreeBSD.org. Looking on ftp.freebsd.org > I do not see a link under /pub/FreeBSD/releases/i386/ ? that maybe > the missing link ? > > -- > Regards, Ulf. >

kdm display manager working anywhere with current?

2000-03-09 Thread F. Heinrichmeyer
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). -- Fritz Heinrichmeyer mailto:[EMAIL PROTECTED] FernUniversitaet Hagen, LG ES, 58084 Hagen (Germany) tel:+49 2331/987-1166 fax:987-355 http://www-es.

Re: bridging broken in -current AND -stable

2000-03-09 Thread Boris Staeblow
On Thu, Mar 09, 2000 at 07:26:52AM +0100, Luigi Rizzo wrote: > let me doubt it. i have had a fair amount of trouble with these nics, > maybe it's driver's fault, but still... anyways, the driver is > not as easy to work on as others. For future investments: which nics do you recommend? (stable d

$B%0%l!<%H%8%c!<%K!<(BNEWS$B!J(B03091004$B!K(B

2000-03-09 Thread $B%0%l!<%H%8%c!<%K!<(B
$B(B $B!!%0%l!<%H%8%c!<%K!<(BNEWS $BFMA3$N%a!<%kAw?.$9$k;v$r$*5v$7$/$@$5$$!#(B $B9%I>$KIU$-!!Bh#2CF!*!*?7=U%-%c%s%Z!<%s$G$9!#(B $B!A%@%$%P!http://www.001.co.jp/mic/gj/beach/supuringkyanpen2.html $B$*Ld$$9g$o$;$r?4$h$j$*BT$A?=$7>e$2$F$*$j$^$9!#(B $B3t<02q

Re: no openssh after build

2000-03-09 Thread Sheldon Hearn
On Wed, 08 Mar 2000 09:56:56 PST, Doug Barton wrote: > mm only knows about what's in /usr/src/etc/Makefile. ssh_config and > sshd_config are in there, so if you run mm and you have those bits in > your tree it'll install them. Looks like mergemaster is much cleverer than I thought. Bein

Re: building ports

2000-03-09 Thread Satoshi - Ports Wraith - Asami
* From: Ishmael <[EMAIL PROTECTED]> * now there is obviously no upgrade kit for -current and i just did a make * world, yet i still get this error. ive also tried deleting my entire ports You just did make world and still got this error? That's not supposed to happen. What do > ls -l /var/