Re: core file debug.

2004-12-15 Thread Dov Grobgeld
Hello David, You can get the core by doing the command "unlimit core". Consider the following: > cat crash.c main() { char *foo=0; *foo=42; printf("I'm dead!\n"); } > gcc -g -o crash crash.c > ./crash Segmentation fault > unlimit core > ./c

Re: BiDi coming to GtkHTML / Evolution

2004-12-15 Thread Ilya Konstantinov
On Wed, Dec 15, 2004 at 06:15:39PM +0200, Gadi Cohen wrote: > Last I heard they're planning on having it in the 2.1 release. Don't > have the reference, but this was from one of the developers on the > mailing list. > > Does the composer use gtkhtml for layout? Yes. GtkHTML has an edit mode. It'

Re: BiDi coming to GtkHTML / Evolution

2004-12-15 Thread Gadi Cohen
Last I heard they're planning on having it in the 2.1 release. Don't have the reference, but this was from one of the developers on the mailing list. Does the composer use gtkhtml for layout? Gadi On Tue, 2004-12-14 at 23:21 +0200, Ilya Konstantinov wrote: > Just thought of letting you guys kno

Re: Hebrew TTF in with RedHat Linux.

2004-12-15 Thread Tzafrir Cohen
On Wed, Dec 15, 2004 at 10:12:15AM +0200, Nadav Har'El wrote: > So, if you have a Windows installation, you can copy all the TTF files > from it to your Linux disk, and put them on some directory, say > /usr/local/microsoft-fonts. > > Then you need to tell your software to use them. Unfortunately

RE: Hebrew TTF in with RedHat Linux.

2004-12-15 Thread softkol
Hi Nadav, While trying your suggestion I got the following: [EMAIL PROTECTED] root]# chkfontpath -a /usr/local/ms-fonts chkfontpath: error opening /usr/local/ms-fonts/fonts.dir, unwilling to add path What went wrong? Best Regards, Israel Shikler Softkol Software Services Phone :

Re: Hebrew TTF in with RedHat Linux.

2004-12-15 Thread Nadav Har'El
On Wed, Dec 15, 2004, softkol wrote about "RE: Hebrew TTF in with RedHat Linux.": > Hi Nadav, > > While trying your suggestion I got the following: > > [EMAIL PROTECTED] root]# chkfontpath -a /usr/local/ms-fonts > chkfontpath: error opening /usr/local/ms-fonts/fonts.dir, unwilling to add >

Initrd entry in grub.conf and loading initrd in the kernel code

2004-12-15 Thread Dan Kaspi
Hello, I tried to understand the correlarion between initrd in grub.conf and the call to initrd_load() in the kernel (under init subtree). My question is : when we do not use initrd in grub (meaning there is no entry for initrd in grub.conf), does the kernel still calls load_initrd()? Or does it se

Re: Go-linux - sortof call for lecturers

2004-12-15 Thread Ehud Karni
On Mon, 13 Dec 2004 22:50:44 +0200, Shachar Shemesh <[EMAIL PROTECTED]> wrote: > > Please feel free to send me your stuff whether you are private or > commercial. ... I can speak (with real time demonstration) on the following topics: 1. Use of top, load and vnc for real time monitoring of Linux s

Re: Linux course

2004-12-15 Thread Oron Peled
On Sunday 12 December 2004 19:32, Maya Zimerman wrote: > Does anyone know a good (and short) Linux course in Advanced > Networking/Kernel programming/Device drivers? Shameless plug. I teach this kind of courses. While they are not short, they do cover the subjects you asked about. This course mate

RE: Hebrew TTF in with RedHat Linux.

2004-12-15 Thread softkol
Nadav, Thanks for your support. Coming from a non linux environment , I can only note that your attitude is contributing a lot to make Linux more popular on the "Real world". It's tough anyway ( See what happened with the Israeli Government offices where they were using Linux just to get

Re: core file debug.

2004-12-15 Thread Eli Kara
> D. assuming you are using 'bash', use the following command in the shell > in which you are launching the process, for which you wish to have a core > dump in case of a crash: ulimit -c unlimited (check with 'ulimit -a' to > see the list of limits before and after the change). In addition to w

Re: Boot Frozens (Fedora 2)

2004-12-15 Thread VK
In this case we even don't need to use "lion's method" - updating fstab is part of kudzu script. So the simpliest workaround it's just "chkconfig kudzu off". For fixing this you can or learn kudzu script or STFW for solutions. Rgds, Vita

Latex positioning

2004-12-15 Thread meh
Hi, I'd like to write a Questions+Hints+Answers document with LaTex, but to decide about the exact structure of document later. That is, I'd like to tick text as [Chapter X,Question/Hint/Answer Y], and then to decide whether the final text structure will be: Chapter 1, Questions 1..5, Hints 1..5

OT: SunOS BSD (was: Re: core file debug.)

2004-12-15 Thread Yedidyah Bar-David
On Wed, Dec 15, 2004 at 01:04:29AM +0200, guy keren wrote: > A. there is no "BSD SunOS". there is "BSD", and there is "SunOS". i assume > you're refering to SunOS No need to be harsh. SunOS 4 was based on BSD, and SunOS 5+, aka Solaris 2+, is based on SysV. And I am pretty sure you know this. I fi

Re: Hebrew TTF in with RedHat Linux.

2004-12-15 Thread Nadav Har'El
On Tue, Dec 14, 2004, Jonathan Ben Avraham wrote about "Re: Hebrew TTF in with RedHat Linux.": > On Tue, 14 Dec 2004, softkol wrote: > > > Hi. > > > > How do we add TTF in Hebrew to be used with applications in Linux? > > > > Is there a way to port TTF from MS and use them with Linux? > > Y