Resizing raidframe

2017-12-30 Thread Emmanuel Dreyfus
Hi resize_ffs(8) is helpful when comes the need to increase a filesystem. But if that filesystem is RAIDframe-based, the RAID should be resized first. How can that be done with a RAID 1? Can I just increase the RAID partitions size, unconfigure/reconfigure the RAID,and force parity rewrite? Or a

Re: vt100

2017-12-30 Thread Kamil Rytarowski
On 30.12.2017 23:26, Johnny Billquist wrote: > On 2017-12-30 15:53, Kamil Rytarowski wrote: >> How to setup correctly vt100 in a terminal? > > A real vt100, or some emulator running under some windows system? There > is a huge difference... > >> I've set exported TERM=vt100, called tset and stty

Re: vt100

2017-12-30 Thread Kamil Rytarowski
On 30.12.2017 20:03, Thomas Dickey wrote: > This would be an improvement for your configuration: > > LC_ALL=C xterm -ti 102 This works! signature.asc Description: OpenPGP digital signature

Re: vt100

2017-12-30 Thread Johnny Billquist
On 2017-12-30 21:56, John Nemeth wrote: On Dec 30, 7:56pm, Kamil Rytarowski wrote: } } } On 30.12.2017 19:39, Thomas Dickey wrote: } > - Original Message - } > | From: "Valery Ushakov" } > | To: netbsd-users@netbsd.org } > | Sent: Saturday, December 30, 2017 1:28:53 PM } > | Subject: Re

Re: vt100

2017-12-30 Thread Johnny Billquist
On 2017-12-30 15:53, Kamil Rytarowski wrote: How to setup correctly vt100 in a terminal? A real vt100, or some emulator running under some windows system? There is a huge difference... I've set exported TERM=vt100, called tset and stty and I keep observing artifacts. What kind of artifact

Re: vt100

2017-12-30 Thread John Nemeth
On Dec 30, 7:56pm, Kamil Rytarowski wrote: } } This is an OpenPGP/MIME signed message (RFC 4880 and 3156) } --H7Bb8IIqJs63aHLgG8Qqh3EFAtEPqmouj } Content-Type: multipart/mixed; boundary="85Smcsqd4lp0oGdh86kR7TUq2Q6dvAdU4"; } protected-headers="v1" } From: Kamil Rytarowski } To: Thomas Dickey , V

Re: vt100

2017-12-30 Thread Thomas Dickey
- Original Message - | From: "Kamil Rytarowski" | To: "Thomas Dickey" , "Valery Ushakov" | Cc: netbsd-users@netbsd.org | Sent: Saturday, December 30, 2017 1:56:29 PM | Subject: Re: vt100 | | On 30.12.2017 19:39, Thomas Dickey wrote: | > - Original Message - | > | From: "Valery Us

Re: vt100

2017-12-30 Thread Kamil Rytarowski
On 30.12.2017 19:39, Thomas Dickey wrote: > - Original Message - > | From: "Valery Ushakov" > | To: netbsd-users@netbsd.org > | Sent: Saturday, December 30, 2017 1:28:53 PM > | Subject: Re: vt100 > | > | Kamil Rytarowski wrote: > ... > | > | > I've uploaded screen shot of xterm and scri

Re: vt100

2017-12-30 Thread Thomas Dickey
- Original Message - | From: "Valery Ushakov" | To: netbsd-users@netbsd.org | Sent: Saturday, December 30, 2017 1:28:53 PM | Subject: Re: vt100 | | Kamil Rytarowski wrote: ... | | > I've uploaded screen shot of xterm and script(1) recording. | > | > http://netbsd.org/~kamil/vt100/ | |

Re: vt100

2017-12-30 Thread Valery Ushakov
Kamil Rytarowski wrote: > How to setup correctly vt100 in a terminal? > > I've set exported TERM=vt100, called tset and stty and I keep > observing artifacts. Heh. This is not how terminals work. Forget about terminal emulators for a momemnt. Back in the day people used real CRT terminals an

Re: vt100

2017-12-30 Thread Marco Beishuizen
On Sat, 30 Dec 2017, the wise Kamil Rytarowski wrote: I'm attempting to login to OpenVMS and it's breaking the screen with vt100 sequences. Command line mostly works, but editors and other programs aren't usable. I'm having the same problem. Login in with ssh into my OpenVMS machine with xte

Re: vt100

2017-12-30 Thread Thomas Dickey
On Sat, Dec 30, 2017 at 06:38:16PM +0100, Kamil Rytarowski wrote: > On 30.12.2017 17:41, Thomas Dickey wrote: > > On Sat, Dec 30, 2017 at 11:39:38AM -0500, Thomas Dickey wrote: > >> On Sat, Dec 30, 2017 at 03:53:35PM +0100, Kamil Rytarowski wrote: > >>> How to setup correctly vt100 in a terminal? >

Re: vt100

2017-12-30 Thread Thomas Dickey
On Sat, Dec 30, 2017 at 03:53:35PM +0100, Kamil Rytarowski wrote: > How to setup correctly vt100 in a terminal? > > I've set exported TERM=vt100, called tset and stty and I keep observing > artifacts. > > I was trying to run http://invisible-island.net/vttest/ and it does not > work well. > > I'

Re: vt100

2017-12-30 Thread Thomas Dickey
On Sat, Dec 30, 2017 at 11:39:38AM -0500, Thomas Dickey wrote: > On Sat, Dec 30, 2017 at 03:53:35PM +0100, Kamil Rytarowski wrote: > > How to setup correctly vt100 in a terminal? > > > > I've set exported TERM=vt100, called tset and stty and I keep observing > > artifacts. > > > > I was trying to

Re: vt100

2017-12-30 Thread Kamil Rytarowski
On 30.12.2017 17:41, Thomas Dickey wrote: > On Sat, Dec 30, 2017 at 11:39:38AM -0500, Thomas Dickey wrote: >> On Sat, Dec 30, 2017 at 03:53:35PM +0100, Kamil Rytarowski wrote: >>> How to setup correctly vt100 in a terminal? >>> >>> I've set exported TERM=vt100, called tset and stty and I keep obser

Re: vt100

2017-12-30 Thread Michael van Elst
n...@gmx.com (Kamil Rytarowski) writes: >> So if you want a true VT100 emulation, you will either have to tell >> xterm to be faithful to vt100 (TERM=3Dvt100 tells programs to generate >> vt100 codes), or find some other terminal emulator which is switchable.= >How to do it? I've tried to export

Re: vt100

2017-12-30 Thread Greg Troxel
Kamil Rytarowski writes: >> xterm tries to implement the ansi sequences, more or less. I am not >> aware of a way to make it be exactly vt100. >> > > Are the ANSI sequences conflicting with DEC VT100? No. The common subset betweeen what's implemented by VT100 and the ANSI spec is basically t

Re: vt100

2017-12-30 Thread Kamil Rytarowski
On 30.12.2017 16:35, Greg Troxel wrote: > > Kamil Rytarowski writes: > >> How to setup correctly vt100 in a terminal? >> >> I've set exported TERM=vt100, called tset and stty and I keep observing >> artifacts. >> >> I was trying to run http://invisible-island.net/vttest/ and it does not >> work

Re: vt100

2017-12-30 Thread Christos Zoulas
In article <8c23b3c8-4fba-34b5-695d-66724b71f...@gmx.com>, Kamil Rytarowski wrote: >-=-=-=-=-=- >-=-=-=-=-=- > >How to setup correctly vt100 in a terminal? > >I've set exported TERM=vt100, called tset and stty and I keep observing >artifacts. > >I was trying to run http://invisible-island.net/vtt

Re: vt100

2017-12-30 Thread Greg Troxel
Kamil Rytarowski writes: > How to setup correctly vt100 in a terminal? > > I've set exported TERM=vt100, called tset and stty and I keep observing > artifacts. > > I was trying to run http://invisible-island.net/vttest/ and it does not > work well. > > I've tested py-terminator and xterm with th

Re: vioif(4) ipv6 issues?

2017-12-30 Thread Christos Zoulas
In article <5a4796aa.4020...@shangtai.net>, Staffan Thomén wrote: >Staffan Thomén wrote: >> Greg Troxel wrote: >>> Jeff Rizzo writes: >>> I just noticed that a host of mine running as a Xen guest is not getting (or maybe just sending) ipv6 packets correctly. It's running pretty muc

vt100

2017-12-30 Thread Kamil Rytarowski
How to setup correctly vt100 in a terminal? I've set exported TERM=vt100, called tset and stty and I keep observing artifacts. I was trying to run http://invisible-island.net/vttest/ and it does not work well. I've tested py-terminator and xterm with the same results. I'm working around the pro

Re: vioif(4) ipv6 issues?

2017-12-30 Thread Staffan Thomén
Staffan Thomén wrote: Greg Troxel wrote: Jeff Rizzo writes: I just noticed that a host of mine running as a Xen guest is not getting (or maybe just sending) ipv6 packets correctly. It's running pretty much the same as some physical hosts, and the only difference I can see is the Xen (and vioif