[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: hebrew fonts in console
On Wednesday 25 July 2001 13:26 pm, you wrote:
> On Wed, 25 Jul 2001, Ran Manor wrote:
> > ----- Original Message -----
> > From: "Eran Levy" <eranle@netvision.net.il>
> > Sent: Tuesday, July 24, 2001 10:44 PM
> >
> > > At 02:04 24/07/01 +0300, you wrote:
> > > >I'm trying to install hebrew fonts in linux (redhat)console.
> > > >I followed the instructions in iglu.org.il, but when I try to see
> > > > Hebrew, I see blanks where the Hebrew letters should be.
> > > >I have the consolechars command in my rc.local file.
> > > >if I run the consolechars command manually , the Hebrew works.
> > > >why doesn't it work from rc.local ?
> > >
> > > You can also put your consolechars command in /etc/profile and this
> > > will run the command every time you open a new tty.
> >
> > when I tried it, I got some "premission denied" errors and Linux got
> > stucked.
>
> Yes, because you try to write to TTYs you don't own. You may need to run
> those as root.
>
> Could you please post the lines from your rc.local ?
for tty in /dev/tty[1-6]; do
consolechars -f iso08.f16 -m iso08 --tty=$tty
done
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il