Re: Problems with schroot after a listdc update

2007-06-22 Thread Chris Ahlstrom
* Gudjon I. Gudjonsson <[EMAIL PROTECTED]> [2007-06-21 19:55:17 +0200]:

> Hi
>I think I had this problem a year ago and the solution is the following. 
> In 
> the do_chroot script write
> #!/bin/bash
> 
> LANG=C; exec schroot -p -c sid -q -- "`basename $0`" "$@"
> 
> This LANG=C fixes the problem. At least chroot works happily on my computer.

I had to add LC_ALL=C to my menu entries for mrxvt to let slrn show the
proper threading (ASCII graphics) characters.

Carry on.

-- 
Tux rox!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Problems with schroot after a listdc update

2007-06-21 Thread Gudjon I. Gudjonsson
Hi
   I think I had this problem a year ago and the solution is the following. In 
the do_chroot script write
#!/bin/bash

LANG=C; exec schroot -p -c sid -q -- "`basename $0`" "$@"

This LANG=C fixes the problem. At least chroot works happily on my computer.

Cheers
Gudjon


Þann Thursday 21 June 2007 skrifaði Guillermo Movia:
> Hi all, yesterday, i updated my debian/testing/amd64 system and after
> it, i can't use the schroot (this is the error E:
> locale::facet::_S_create_c_locale name not valid). I search for the
> error on google and seems that the problem is solved with the new
> schroot package (in unstable
> [http://www.mail-archive.com/[EMAIL PROTECTED]/msg125547.
>html]).. Someone has the same problem, or can help me to solved before the
> new schroot package
>
> Thanks
> Guillermo