Re: Two problems still present in RC3

2011-12-15 Thread John Baldwin
On Friday, December 09, 2011 10:05:49 am Damien Fleuriot wrote: > > On 12/9/11 10:13 AM, Brett Glass wrote: > > FreeBSD 9.0-RC3 is looking good, but I'm still encountering two problems. > > > > Firstly, when I try to configure VLANs in /etc/rc.conf, I'm getting > > errors. For example, if I use >

Re: Two problems still present in RC3

2011-12-13 Thread Ed Schouten
Hi Brett, * Brett Glass , 20111214 03:51: > Just start inserting text, deleting characters and lines (Ctrl-D and > Ctrl-K), etc. It's very obvious. That's odd. I've just spent some time deleting huge portions of /etc/services and on my system it doesn't seem to do this. Maybe you can do the foll

Re: Two problems still present in RC3

2011-12-13 Thread Benjamin Kaduk
On Tue, 13 Dec 2011, Brett Glass wrote: At 12:34 PM 12/13/2011, Ben Kaduk wrote: If I remember correctly, your original message mentioned seeing this issue in emacs; have you tried reproducing it in a simpler test case? No; when we hit the bug, we moved to SSH with a VT100 emulator so that w

Re: Two problems still present in RC3

2011-12-13 Thread Brett Glass
At 01:23 PM 12/13/2011, Ed Schouten wrote: >Well, I don't care whether the test case is small or large, as long as I >know how to reproduce it. I have never used jove before, so what kind of >buttons should I press to get the artifacts? Just start inserting text, deleting characters and lines (C

Re: Two problems still present in RC3

2011-12-13 Thread Brett Glass
At 12:34 PM 12/13/2011, Ben Kaduk wrote: >If I remember correctly, your original message mentioned seeing this >issue in emacs; have you tried reproducing it in a simpler test case? No; when we hit the bug, we moved to SSH with a VT100 emulator so that we could configure the system. But the syst

Re: Two problems still present in RC3

2011-12-13 Thread Ed Schouten
* Ben Kaduk , 20111213 20:34: > > Problem seems to be that the behavior (specifically, reverse video on the > > 25th line) doesn't quite match the xterm termcap entry. > > If I remember correctly, your original message mentioned seeing this > issue in emacs; have you tried reproducing it in a simp

Re: Two problems still present in RC3

2011-12-13 Thread Ben Kaduk
On 12/11/11, Brett Glass wrote: > At 11:36 AM 12/11/2011, Ben Kaduk wrote: > >>Did you take the change to /etc/ttys going from cons25 to xterm 'type'? > > I didn't have to change it; it was that way when the OS was installed. > You were sending to -stable, so I wasn't sure. Thanks for confirming

Re: Two problems still present in RC3

2011-12-11 Thread Brett Glass
At 11:36 AM 12/11/2011, Ben Kaduk wrote: >Did you take the change to /etc/ttys going from cons25 to xterm 'type'? I didn't have to change it; it was that way when the OS was installed. Problem seems to be that the behavior (specifically, reverse video on the 25th line) doesn't quite match the x

Re: Two problems still present in RC3

2011-12-11 Thread Ben Kaduk
On Fri, Dec 9, 2011 at 4:13 AM, Brett Glass wrote: > Secondly, there's still some strangeness in the sc terminal emulation. When > I run jove, the status line at the bottom of the screen isn't entirely in > reverse video as it should be. Only parts of it are, and the highlighting > changes -- seem

Re: Two problems still present in RC3

2011-12-11 Thread Johan Hendriks
Jeremy Chadwick schreef: On Fri, Dec 09, 2011 at 10:30:43AM -0700, Brett Glass wrote: At 03:10 AM 12/9/2011, Johan Hendriks wrote: After a /etc/netstart, i get the following: ifconfig: create: bad value. I get the "create: bad value" messages as well. What's more, if I change rc.conf to assig

Re: Two problems still present in RC3

2011-12-09 Thread Jeremy Chadwick
On Fri, Dec 09, 2011 at 10:30:43AM -0700, Brett Glass wrote: > At 03:10 AM 12/9/2011, Johan Hendriks wrote: > > >After a /etc/netstart, i get the following: > >ifconfig: create: bad value. > > I get the "create: bad value" messages as well. What's more, if I > change rc.conf to assign variables o

Re: Two problems still present in RC3

2011-12-09 Thread Damien Fleuriot
On 9 Dec 2011, at 18:30, Brett Glass wrote: > At 03:10 AM 12/9/2011, Johan Hendriks wrote: > >> After a /etc/netstart, i get the following: >> ifconfig: create: bad value. > > I get the "create: bad value" messages as well. What's more, if I change > rc.conf to assign variables of the form ifc

Re: Two problems still present in RC3

2011-12-09 Thread Brett Glass
At 03:10 AM 12/9/2011, Johan Hendriks wrote: After a /etc/netstart, i get the following: ifconfig: create: bad value. I get the "create: bad value" messages as well. What's more, if I change rc.conf to assign variables of the form ifconfig_*, such as ifconfig_re0_1="inet 192.168.0.1" ifconf

Re: Two problems still present in RC3

2011-12-09 Thread Johan Hendriks
Damien Fleuriot schreef: On 12/9/11 11:10 AM, Johan Hendriks wrote: Brett Glass schreef: The interfaces SEEM to be configured correctly, but the messages -- which must be coming from scripts called by /etc/netstart -- are troubling. Same thing happens with lagg0 If i use this config, after a

Re: Two problems still present in RC3

2011-12-09 Thread Damien Fleuriot
On 12/9/11 10:13 AM, Brett Glass wrote: > FreeBSD 9.0-RC3 is looking good, but I'm still encountering two problems. > > Firstly, when I try to configure VLANs in /etc/rc.conf, I'm getting > errors. For example, if I use > > vlans_re0="1 2" > ip_addrs_re0_1="192.168.0.1-4/16" > ip_addrs_re0_2="1

Re: Two problems still present in RC3

2011-12-09 Thread Damien Fleuriot
On 12/9/11 11:10 AM, Johan Hendriks wrote: > Brett Glass schreef: >> The interfaces SEEM to be configured correctly, but the messages -- >> which must be coming from scripts called by /etc/netstart -- are >> troubling. > > Same thing happens with lagg0 > > If i use this config, after a reboot a

Re: Two problems still present in RC3

2011-12-09 Thread Johan Hendriks
Brett Glass schreef: The interfaces SEEM to be configured correctly, but the messages -- which must be coming from scripts called by /etc/netstart -- are troubling. Same thing happens with lagg0 If i use this config, after a reboot all is fine ifconfig_em0="up" ifconfig_em1="up" cloned_inter