4.2-RELEASE: screen dies with mc

2000-11-26 Thread Oleg Semyonov

Hi!

I've upgraded 4.1-RELEASE to 4.2-RELEASE via make world.
All was fine, but now when I try to run mc (Midnight
Commander 4.5.51) under screen 3.9.8 (text mode multiscreen
manager) the latest dies with signal 6 or 11.

I've been using FreeBSD versions from 2.2.5 to 4.1,
but there was no problem like described until 4.2.

I tried to recompile screen and mc with ncurses or slang -
no change. Note: I'm using cons25/cons25r term. When
I set, for example, ansi or vt100 before starting the
screen, all is fine. Further, the cons25r-m (cons25-m)
terminal is also OK, and running mc -c (force color mode)
does not follow to crash. But I think it is not right.

What's the reason? What can I do with that?
Please, cc your reply to my email.

Thanks!
Oleg ([EMAIL PROTECTED])




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: patches for pppd-2.3.10-radius are here

1999-12-27 Thread Oleg Semyonov

 Have the patches fixed the config file for ppp-2.3.10 ? It is still only
 looking for 3.0 or 3.1 version of freebsd.

Or 3.2 or 3.3 after the patch.
At the time I wrote that latest FreeBSD 3.x was 3.3.

 2.3.10 will not compile on 3.4 stable .

I just compiled pppd on 3.4 system after the change:

$ diff configure.33 configure 
56c56
   3.[0-3]*)   state="known"; ksrc="freebsd-3.0";;
---
   3.[0-4]*)   state="known"; ksrc="freebsd-3.0";;

Can't test but I think it may be compiled also on 4.x if you
add another line here for 4.* (ksrc still must point to freebsd-3.0).

OS

PS. Confirm or reject it. If you have another problem - write me, please.




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message