Hello,
Yesterday I changed libipsec version number from 2 to 0.
Because when it is created at Feb 3, no SHLIB number is
clearly specified, and number 2 seemed to be selected by
default, but it should start from 0.
The contents of libipsec.so.0 and libipsec.so.2 is exactly
same, so there should b
On Thu, Feb 03, 2000 at 23:09:46 -0500, Bill Paul wrote:
> Of all the gin joints in all the towns in all the world, Kenneth D. Merry had
> to walk into mine and say: >
> >
> > Alteon also provides firmware source, which can really come in handy. Do
> > you know if SysKonnect has released firmw
sorry guys...
I already fix this... sorry.
And also I'm new in CURRENT.
Now I subscribe to 'freebsd-current' mailing list... and I hope I never
ask you so dummy questions.
Thanks you all for your answers!!!
sorry!
kris>On Thu, 3 Feb 2000, Charlie Root wrote:
kris>
kris>> install -c -s -o root
On Fri, Feb 04, 2000 at 17:17:20 +1100, Andy Farkas wrote:
>
> Are there any plans for the Initio INI-A100U2W PCI SCSI controller cards?
>
> You can get driver source code for FreeBSD from http://www.initio.com/
I would suggest looking at the list archives, but I don't think they're
available a
Are there any plans for the Initio INI-A100U2W PCI SCSI controller cards?
You can get driver source code for FreeBSD from http://www.initio.com/
--
:{ [EMAIL PROTECTED]
Andy Farkas
System Administrator
Speednet Communications
http://www.speednet.com.au/
To Unsubscr
Of all the gin joints in all the towns in all the world, Kenneth D. Merry had
to walk into mine and say: >
> [ Thanks for the info Bill! ]
No problemo.
[...]
> > Both the Alteon and SysKonnect NICs are 64-bit PCI cards. (Actually, I'm
> > pretty sure all of the PCI gigabit NICs are 64-bit.)
Hello,
I am experiencing a (to me) strange error while trying to
buildworld. Sources are current as of about noon today, and this has been
happening for the past few days.
cc -O -pipe -I/usr/src/gnu/lib/libobjc/../../../contrib/gcc/objc
-I/usr/src/gnu/lib/libobjc/../../../contrib/gcc
-I/usr/obj
[ Thanks for the info Bill! ]
On Thu, Feb 03, 2000 at 21:29:27 -0500, Bill Paul wrote:
> Of all the gin joints in all the towns in all the world, Kenneth D. Merry had
> to walk into mine and say:
>
> > The Netgear GA620 is a 512K Tigon 2 board, and generally goes for around
> > $300 or so. Th
Of all the gin joints in all the towns in all the world, Kenneth D. Merry had
to walk into mine and say:
> On Wed, Feb 02, 2000 at 13:03:09 -0500, Thomas Stromberg wrote:
> > We're currently looking at upgrading several of our FreeBSD servers
> > (dual PIII-600's, 66MHz PCI) and some Sun Ultra'
In message <[EMAIL PROTECTED]>, Peter Jeremy writes:
>On 2000-Feb-03 20:11:57 +1100, Bruce Evans <[EMAIL PROTECTED]> wrote:
>> ntp is
>>doing well if it falls back to another method after the syscalls fail.
>
>ntpd iterates (at runtime) through all the possible scheduling
>mechanisms that were en
On Thu, 3 Feb 2000, bush doctor wrote:
> I'm a bit confused about the libcrypto situation and need some clarification :)
> I'm running -current and rebuilt the apache13-php3 port recently. The port
> depends on /usr/local/lib/libcrypto.so.1, however when starting the ssl version
> I get the foll
Out of da blue Manfred Antar aka ([EMAIL PROTECTED]) said:
> At 02:20 PM 2/3/00 -0500, bush doctor wrote:
> >I'm a bit confused about the libcrypto situation and need some
> >clarification :)
> >I'm running -current and rebuilt the apache13-php3 port recently. The port
> >depends on /usr/local/l
On 2000-Feb-03 20:11:57 +1100, Bruce Evans <[EMAIL PROTECTED]> wrote:
> ntp is
>doing well if it falls back to another method after the syscalls fail.
ntpd iterates (at runtime) through all the possible scheduling
mechanisms that were enabled at compile time, until one works. These
are (in orde
If memory serves me right, Ruslan Ermilov wrote:
> On Wed, Feb 02, 2000 at 10:53:49AM -0500, Jim Bloom wrote:
> > Ruslan Ermilov wrote:
> > >
> > > On Tue, Feb 01, 2000 at 02:51:11PM -0500, Jim Bloom wrote:
> > > > I did the following and it worked for me:
> > > >
> > > > cd /usr/src
> > >
In article <[EMAIL PROTECTED]>,
Michael Lucas <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Shouldn't I get a response email from
> [EMAIL PROTECTED]? Or is this a casualty of the mail
> breakage?
It is a casualty of the mailserver HW problem.
> Would I be better of using the web form, or just wait
Guido van Rooij wrote:
>> pseudo-device tun # Packet tunnel.
>
>Ah..this is a self cloning device.
>
>Before loading the filter rules, you must make sure the
>device is there.
>Do something like: dd if=/dev/tun0 count=0
>or something else that opens a device and closes it again with
In article <[EMAIL PROTECTED]>,
Kris Kennaway <[EMAIL PROTECTED]> wrote:
> On Thu, 3 Feb 2000, Anders Andersson wrote:
>
> > I add a new user, and with 'vipw' I notices that this user now gets a
> > DES based passwd. (we only use MD5 passwords around). Then I looked in
> > /usr/lib and noticed t
On Thu, Feb 03, 2000 at 09:09:40PM +0100, Arjan de Vet wrote:
> In my kernel config I have:
>
> pseudo-device tun # Packet tunnel.
Ah..this is a self cloning device.
Before loading the filter rules, you must make sure the
device is there.
Do something like: dd if=/dev/tun0 count=0
On Thu, Feb 03, 2000 at 10:05:22AM -0700, Kenneth D. Merry wrote:
>
> The reference counting should be handled by PHK's disk layer (which sits
> above CAM), and the da driver's close routine should only get called on
> final close.
ok.
>
> I don't know about the vn device, though.
>
That was
Guido van Rooij wrote:
>If you do not reload the filter rules, but look at what ipfstat says
>about rule hits, you might get a clue on where things are blocked
>(if at all).
I did that, see below.
>I think what happens is that the tun0 device is loaded as kld when
>you first run ppp. And in fac
At 02:20 PM 2/3/00 -0500, bush doctor wrote:
>I'm a bit confused about the libcrypto situation and need some
>clarification :)
>I'm running -current and rebuilt the apache13-php3 port recently. The port
>depends on /usr/local/lib/libcrypto.so.1, however when starting the ssl
>version
>I get the
I'm a bit confused about the libcrypto situation and need some clarification :)
I'm running -current and rebuilt the apache13-php3 port recently. The port
depends on /usr/local/lib/libcrypto.so.1, however when starting the ssl version
I get the following:
ikhala.tcimet.net:root> apachectl starts
On Thu, 3 Feb 2000, Anders Andersson wrote:
> I add a new user, and with 'vipw' I notices that this user now gets a
> DES based passwd. (we only use MD5 passwords around). Then I looked in
> /usr/lib and noticed that libcrypt now is symlinked to libdescrypt:
AFAIK this has always been the way it
On Thu, 03 Feb 2000, you wrote:
> When we do a 'make install' on the kernel, it automatically copies
> /kernel to /kernel.old, and copies the new kernel in ... is there no way
> of extending this to the modules?
>
> The one thing I was thinking might be to have it so that if you
> 'l
Get me a copy of your boot output and the output of 'pnpinfo'.
On Thu, 3 Feb 2000, Vallo Kallaste wrote:
> As the subject says, it's 2127-current snapshot which I tried to
> install on my old trusty 100Mhz 486 box. All went well except the two
> PCnet-ISA+ cards weren't recognized. This is an
Soren Schmidt <[EMAIL PROTECTED]> writes:
> Hmm I have that exact same HW in my Latitude, it works very well, have
> you tried more that one CDROM ?? it could be a bad one
I'm gonna test for that with some others CDs, but i've succeeded to
mount _this_ CD just after my mail and a a reboot..
Long time ago I used the crypto code on cvsup.internat.freebsd.org and
all was nice.
Now I need to use crypto from internat to be able to use OpenSSH. I have
to have openssl in my base system otherwise I cannot use the port.
So, on my -current box I cvsup both todays -current source and the
cryp
this has been covered already, but basically:
cd /usr/src/usr.bin/xinstall
make install
cd /usr/src
make installworld
On Thu, 3 Feb 2000, Charlie Root wrote:
> install -c -s -o root -g wheel -m 4555 -fschg rcp /bin
> /usr/libexec/ld-elf.so.1: install: Undefined symbol "string_to_flags"
> **
Hello,
Shouldn't I get a response email from
[EMAIL PROTECTED]? Or is this a casualty of the mail
breakage?
Would I be better of using the web form, or just waiting until after
Linuxworld?
Thanks,
==ml
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the b
subscribe freebsd-current
subscribe cvs-all
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Thus spake Glendon M. Gross ([EMAIL PROTECTED]):
>
> What does the -k switch do? --Glen Gross
This really could have been answered with a little RTFM. And if you are
running -CURRENT you should be able to do that for simple things. Try
this:
man make
/
-k
and you would have seen:
subscribe
--
This Mail has been checked for Viruses
Attention: Encrypted Mails can NOT be checked !
* * *
Diese Mail wurde auf Viren ueberprueft
Hinweis: Verschluesselte Mails koennen NICHT geprueft werden !
--
>Keep me posted on whether the small patch works as well. In that case I
>will submit it.
I tested Nick's USB suspend/resume *small* patch with
latest-current. It's OK for my USB mouse. Thank you.
MIHIRA Yoshiro
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-curren
Morning all ...
Just recently, I upgraded from 3.4 to 4.0, and the process, all in
all, was relatively painless. I got hit by the 'lack of memory' on my
part about the 'make -k' option mostly ...
... but, one thing did hit me that I think could be fixed is the
modules. I forgo
On Thu, 3 Feb 2000, Alexander Langer wrote:
> Thus spake The Hermit Hacker ([EMAIL PROTECTED]):
>
> > > The old install-info didn't know this new option.
> > > go to
> > > /usr/src/gnu/usr.bin/texinfo/install-info
> > > and install the new isntall-info (make clean all install)
>
> > I wasn't s
On Wed, 02 Feb 2000 14:40:06 -0400, The Hermit Hacker wrote:
> ===> lib/libcom_err/doc
> install-info --quiet --defsection="Programming & development tools." --defentry="*
>libcom_err: (com_err)
If you fix this problem (by reading UPDATING) and run into another error
in libcom_err, make sur
On 2 Feb, Kenneth D. Merry wrote:
>> I'm using this hardware since 2 years now and it's the first time I see
>> this (the computercase isn't opened for 2 months now, so nothing changed
>> recently). Is this something I should worry about?
>
> This is likely a cabling or termination problem. It
It seems Eric Jacoboni wrote:
> Hi,
>
> Sometimes, i'm unable to mount my ATAPI CDROM :
>
> The light of the drive is on, i can hear the drive working, but
> nothing... After a while (some minutes), the light turns off, the CD
> is not mounted and i can't eject it anymore until a reboot :(
>
>
Hi,
Sometimes, i'm unable to mount my ATAPI CDROM :
The light of the drive is on, i can hear the drive working, but
nothing... After a while (some minutes), the light turns off, the CD
is not mounted and i can't eject it anymore until a reboot :(
The curious thing is that, sometimes, i can mou
install -c -s -o root -g wheel -m 4555 -fschg rcp /bin
/usr/libexec/ld-elf.so.1: install: Undefined symbol "string_to_flags"
*** Error code 1
Stop in /usr/src/bin/rcp.
*** Error code 1
..
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the messag
Excellent.
Keep me posted on whether the small patch works as well. In that case I
will submit it.
Did anyone how tested see it fall over? If not I'll commit it anyway.
Nick
On Thu, 3 Feb 2000, MIHIRA Sanpei Yoshiro wrote:
> >When committing the patch to get suspend to work I managed to for
Thus spake The Hermit Hacker ([EMAIL PROTECTED]):
> > The old install-info didn't know this new option.
> > go to
> > /usr/src/gnu/usr.bin/texinfo/install-info
> > and install the new isntall-info (make clean all install)
> I wasn't sure where ot find install-info, so I went to
> /usr/obj/usr/s
Thus spake Glendon M. Gross ([EMAIL PROTECTED]):
> What does the -k switch do? --Glen Gross
Read the manpage.
Manpages have a very high grade of information.
Alex
--
I doubt, therefore I might be.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the bo
On Thu, 3 Feb 2000, Peter Jeremy wrote:
> IMHO, ntp should be configured to use POSIX extensions on the i386.
> P1003_1B and _KPOSIX_PRIORITY_SCHEDULING are enabled in the GENERIC
> i386 kernel (as of 2 weeks ago), so standard utilities should be free
> to use it. If the running kernel doesn't s
On Wed, 2 Feb 2000, Ruslan Ermilov wrote:
> Damn, you're right, except the correct patch would be (see attached).
Your patch is correct.
Bruce
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
As the subject says, it's 2127-current snapshot which I tried to
install on my old trusty 100Mhz 486 box. All went well except the two
PCnet-ISA+ cards weren't recognized. This is an old machine with ISA and
VL-bus, the cards are ISA and can be configured to PnP or legacy mode.
Unfortunately e
On Thu, Feb 03, 2000 at 09:13:54PM +1300, Dan Langille wrote:
> Make world has been done within the past 6 hours. When compiling a
> new kernel for IP Filter 3.3.8, I encounter the following warnings during
> the make depend:
In orderd to get it to work you need to apply the
patches I did when
Make world has been done within the past 6 hours. When compiling a
new kernel for IP Filter 3.3.8, I encounter the following warnings during
the make depend:
In file included from ../../netinet/fil.c:27:
../../sys/ioctl.h:46: warning: #warning "Don't #include ioctl.h in the
kernel. Include x
48 matches
Mail list logo