Re: trouble with /sbin/termwrap

2001-05-24 Thread Joey Hess
Tollef Fog Heen wrote: I think this will break for devfs systems where devfsd hasn't been started yet. Using By the time termwrap and base-config are run, devfsd has been started. However, feel free to commit something to base-config cvs where termwrap now lives, for better devfs support.

trouble with /sbin/termwrap

2001-05-23 Thread konstantin cherkasoff
Last night I made try to install woody with new boot-floppies I used compact flavour and fetch rescue.bin, drivers.tgz and base packages from my just-built mirror by http. Everything about fine, but... Why dbootstrap's dialog are without frames? Only colors and black shadows. Another thing is

Re: trouble with /sbin/termwrap

2001-05-23 Thread Joey Hess
konstantin cherkasoff wrote: Why dbootstrap's dialog are without frames? Only colors and black shadows. This would be a bug in the new slang with wide character support. It seems all slang programs have this problem at the console. Another thing is more serious - after reboot on tty1 I saw

Re: trouble with /sbin/termwrap

2001-05-23 Thread Richard Hirst
On Wed, May 23, 2001 at 01:52:25PM -0400, Joey Hess wrote: konstantin cherkasoff wrote: What is /sbin/termwrap and where is it? Sigh, something needs to be done about this. Does anyone at all: a) know what termwrap does Seems to set up env variables, does special stuff for japanese

Re: trouble with /sbin/termwrap

2001-05-23 Thread Bart Martens
/bin/sh: /sbin/termwrap: No such file or directory /bin/sh: exec: /sbin/termwrap: cannot execute: No such file or directory What is /sbin/termwrap and where is it? Sigh, something needs to be done about this. Does anyone at all: a) know what termwrap does b) know where the code to it

Re: trouble with /sbin/termwrap

2001-05-23 Thread Matt Kraai
On Wed, May 23, 2001 at 07:43:15PM +0100, Richard Hirst wrote: On Wed, May 23, 2001 at 01:52:25PM -0400, Joey Hess wrote: konstantin cherkasoff wrote: What is /sbin/termwrap and where is it? Sigh, something needs to be done about this. Does anyone at all: a) know what termwrap

Re: trouble with /sbin/termwrap

2001-05-23 Thread Richard Hirst
On Wed, May 23, 2001 at 01:22:32PM -0600, Matt Kraai wrote: Thanks for all the explanation. The following patch should implement the above, though you will probably have to manually move termwrap into scripts/rootdisk/prototype/sbin/. If someone could test this out and verify that it works,

Re: trouble with /sbin/termwrap

2001-05-23 Thread Matt Kraai
On Wed, May 23, 2001 at 09:08:57PM +0100, Richard Hirst wrote: On Wed, May 23, 2001 at 01:22:32PM -0600, Matt Kraai wrote: Thanks for all the explanation. The following patch should implement the above, though you will probably have to manually move termwrap into

Re: trouble with /sbin/termwrap

2001-05-23 Thread Joey Hess
Richard Hirst wrote: It's just a shell script, could it not be added in to something else? It is referenced from inittab.install, part of boot-floppies, so maybe dbootstrap could copy it in to /target/sbin when it copies inittab.install in? I have a personal loathing for files that are

Re: trouble with /sbin/termwrap

2001-05-23 Thread Richard Hirst
On Wed, May 23, 2001 at 05:56:41PM -0400, Joey Hess wrote: Richard Hirst wrote: It's just a shell script, could it not be added in to something else? It is referenced from inittab.install, part of boot-floppies, so maybe dbootstrap could copy it in to /target/sbin when it copies

Re: trouble with /sbin/termwrap

2001-05-23 Thread Richard Hirst
On Wed, May 23, 2001 at 02:23:48PM -0600, Matt Kraai wrote: On Wed, May 23, 2001 at 09:08:57PM +0100, Richard Hirst wrote: On Wed, May 23, 2001 at 01:22:32PM -0600, Matt Kraai wrote: Thanks for all the explanation. The following patch should implement the above, though you will probably

Re: trouble with /sbin/termwrap

2001-05-23 Thread Eric Van Buggenhaut
On Wed, May 23, 2001 at 01:52:25PM -0400, Joey Hess wrote: konstantin cherkasoff wrote: Why dbootstrap's dialog are without frames? Only colors and black shadows. This would be a bug in the new slang with wide character support. It seems all slang programs have this problem at the console.