Re: make release broken in telnetd

2001-04-01 Thread Ruslan Ermilov
On Sun, Apr 01, 2001 at 10:40:46PM +0100, Brian Somers wrote: > Hi, > > I'm not convinced that the patch will help. It looks like the error > is because it's using the ppp.lo that was built with crypto support > but without the mppe bits. Maybe other objects (such as ccp.o in > this case - w

sc device in recent kernel build (Apr 1st)

2001-04-01 Thread Coleman Kane
For some reason the sc is shifting the flags bits once to the left (I think), resulting in it reading flags as 0x0200 instead of the 0x0100 that I put in the device.hints. Anyway, this causes the console not to attach to my USB keyboard sometimes. The USB on my mobo is broken, and sometimes the uk

Re: new rc.diskless{1,2} files

2001-04-01 Thread Brian Dean
On Fri, Mar 30, 2001 at 02:53:25PM -0800, Matt Dillon wrote: > > P.S. To anyone who wants to cleanup the rc.diskless files, > please be my guest! I wrote them originally and they worked > 'ok', but then some people mangled them and ever since they > haven't worked right. I don't

termcap addition

2001-04-01 Thread Karsten W. Rohrbach
someone probably should add cygwin:\ :xn@:op=\E[39;49m:Km=\E[M:tc=linux: to the termcap database, since this is the official term type for cygwin32's terminal emu under windows ;-) /k -- > If you think sex is a pain in the ass, try a different position. KR433/KR11-RIPE -- http://www.w

Re: make release broken in telnetd

2001-04-01 Thread Brian Somers
Hi, I'm not convinced that the patch will help. It looks like the error is because it's using the ppp.lo that was built with crypto support but without the mppe bits. Maybe other objects (such as ccp.o in this case - which seems to be built with HAVE_DES and therefore includes MPPEAlgorithm

Re: third party shared library and ldconfig

2001-04-01 Thread Steve Kargl
On Sun, Apr 01, 2001 at 12:44:43AM -0800, David O'Brien wrote: > On Sat, Mar 31, 2001 at 10:20:25PM -0800, Steve Kargl wrote: > > (3) Edit /etc/rc to explicitly include /usr/local/lib/NAGWare > > This becomes an annoyance when running mergemaster. > > It also isn't a general solution fo

RE: usb modems

2001-04-01 Thread Nick Hibma
The device SHOULD work, but I have not been able to test it. What kind of problems are you seeing? Nick > > On 30-Mar-01 Adrian Browne wrote: > > I was wondering if anyone has had any success with a usb isdn 3com modem or > > other usb modem types. I have a usb scanner and printer that works

Re: Educational Materials Development

2001-04-01 Thread edu-dev
Need educational materials for a class or course you need to teach? - Computers / IT (any subject) - Management - Other We can help! We create manuals, guides, tutorials and presentation packages for any educational needs you may have. If you or your organization is involved with training then

Re: status of KSE?

2001-04-01 Thread Adrian Chadd
On Fri, Mar 16, 2001, David Xu wrote: > I know KSE is not related to SMP and will run on UP. my primary > idea is want to run parellel I/O task in same process with pthread, > simply because FreeBSD pthread does not allow me to do multipile > I/O tasks at same time on disk file, of course, it is

Re: nos-tun & multihomed machines

2001-04-01 Thread Adrian Chadd
On Fri, Mar 16, 2001, Jeroen Ruigrok/Asmodai wrote: > -On [20010316 10:43], Eugene Polovnikov ([EMAIL PROTECTED]) wrote: > >Please, review the following PR: > >http://www.freebsd.org/cgi/query-pr.cgi?pr=25847 > > > >Same patch is in the attach. > > Just a question, > > the gif interface now par

unable to boot NEWCARD?

2001-04-01 Thread Matt Wilbur
Hi, I recently updated my laptop (dell latitude CSx) from a 20010115-CURRENT snapshot (using cvsup/make world), and NEWCARD is now giving me some problems.. (I'm up to date as of 3/30 at this point..) if I boot to a NEWCARD kernel, it freezes just before the cardbus bridge is probed.. at t

Re: third party shared library and ldconfig

2001-04-01 Thread Chris Faulhaber
On Sat, Mar 31, 2001 at 10:20:25PM -0800, Steve Kargl wrote: > I recently installed NAGWare's Fortran 95 compiler, > and it installed its shared libraries into > /usr/local/lib/NAGWare. To get the compiler to work, > I of course needed to use "ldconfig -m". When I rebooted > the system, I found

Re: i586 FP optimizations hosed.

2001-04-01 Thread David O'Brien
On Sat, Mar 31, 2001 at 06:34:12PM +0200, Leif Neland wrote: > > CPU1 stopping CPUs: 0x0001... Stopped. > > Stopped at i586_bzero_oops+0x1: jmp i586_bzero_oops > > I get panics on that instructions too on my old 60MHz P5. > I've got a core dump, will tell more when I can interpret it... Mark

Re: third party shared library and ldconfig

2001-04-01 Thread David O'Brien
On Sat, Mar 31, 2001 at 10:20:25PM -0800, Steve Kargl wrote: > (3) Edit /etc/rc to explicitly include /usr/local/lib/NAGWare > This becomes an annoyance when running mergemaster. > It also isn't a general solution for other third party > software installations. The proper way to d