RE: Loadsharing over multiple ISP connections

2002-05-15 Thread Ohad . Levy

Hi list,

I have two FR connections.
One is directed to the internet, and the other is connected to another site which also 
has internet connection.

Both gateways are Linux 2.4 kernels.

I tried to configure equalize default route connection, however, it seems that it 
always route though one of the connections.

I'm MASQ everything on every router internet route.
And I allowed the default gw to be my isp ptp ip and the ptp ip of the other site 
internet connection.

:
ip route   

here is my relevant ip route table
192.117.106.5 dev fr19  scope link  metric 2
.
.
default equalize
nexthop via 192.114.81.13  dev fr17 weight 1
nexthop via 192.117.106.5  dev fr19 weight 1

where 
192.114.81.13 is my fr isp ptp ip
192.117.106.5 is my other site isp ptp ip(not the site ip, the real internet ip which 
is also masq by the other router)

any ideas?

Thanks,
Ohad

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: OpenOffice BIDI Support

2002-05-15 Thread Matitiahu Allouche

We have done some design work about Hebrew support for the spreadsheet and 
presentation apps in OpenOffice.  Unfortunately, there is no funding, so 
it's all frozen for the time being.  The current support for swriter does 
not help the other apps.

Shalom (Regards),  Mati
   Bidi Architect
   Globalization Center Of Competency - Bidirectional Scripts
   IBM Israel
   Phone: +972 2 5870999  ext. 1202Fax: +972 2 5870333 Mobile: 
+972 52 554160


Please respond to Barak Kaufman <[EMAIL PROTECTED]> 
Sent by:[EMAIL PROTECTED]
To:linux il <[EMAIL PROTECTED]>
cc: 
Subject:OpenOffice BIDI Support

Hi list i just installed the debs from iglu and i have to say that the 
support
in the word application is great. my question is about the other apps
(spreadhseet and presentation) is there any hebrew support planned for 
them ?
is it just another patch or some procedure that has to be done with the
current patch.
10x in advance


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Console locked

2002-05-15 Thread Matan Ziv-Av

On Tue, 14 May 2002, Alon Altman wrote:

> Hi,
> Some OpenGL app has locked my console - my PC is totally unresponsive
> locally, 100% responsive remotely.
> 
> My question is: Can I unlock the console remotely? If so, how do I do it?
> 
> I tried to kill -9 X (and thus all apps) but at no avail. Any ideas?

Two issues: screen and keyboard

For restoring the screen, first kill X, and then run a program that
restores the textmode. Svgalib comes with three such programs - 

restoretextmode - uses svgalib to set the mode, and requires that you
saved the text mode (using savetextmode), before.
mode3 - uses real mode vga bios of the card to set mode 3.
vga_reset - uses real mode card init routine from card bios.

The order is in increasing chance of the program working, but also in
increasing chance of crashing the computer.
It is also possible that the card is in such a state that only a
hardware reset will get it out of.
(Someone wrote an improved version of vga_reset, you might find it on
freshmeat, or google).

keyboard: it is possible that the console is left in raw mode. To
restore to cooked mode, either use Alt-SysRQ-R (if enabled), or run
kbd_mode using telnet/ssh.


-- 
Matan Ziv-Av. [EMAIL PROTECTED]



=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: converting mbox to maildir

2002-05-15 Thread Matan Ziv-Av

On Tue, 14 May 2002, Tzafrir Cohen wrote:

> > Another idea is passing them through procmail, and making it save them to
> > the Maildir , without any rules (It supports Maildir, but I'm not sure how
> > you can re-process the whole mbox file, I'm pretty sure that it is possible,
> > though).
> 
> I tried:
> 
> cat /path/to/mailbox |procmail -m mbox2mdir.rc
> 
> where mbox2mdir is a minimal procmailrc file:
> 
> :0
> /path/to/maildir/
> 
> I got the whole mailbox as one message in the maildir

Isn't this what formail is for? (-s option).


-- 
Matan Ziv-Av. [EMAIL PROTECTED]



=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




One disk in two computers - kernel hangs. Please, help.

2002-05-15 Thread Leon Pollak

Hello, gurus.
I have the following problem with RH 7.3.
I use one "nishlaf" disk in two computers: Athlon1200 (new) and K6-3-300(~2 
years old). RH 7.2 been installed in old computer worked fine in both.
Now, while in new computer, I upgraded to RH 7.3 - works fine.
I recompiled the kernel to enable 486 CPU (to allow both K6 and Athlon) and 
reinstalled lilo. lilo.conf defines "linear" for HD usage.
I move the disk into the old computer - the kernel boots till the message
"Freeing unused kernel memory: 104K freed" and stops. No  panic messages, 
nothing! It steel replies to keyboard - echo of typed symbols appears, but 
nothing more happens.
I shall be very thankfull for any hints in the direction of looking for 
problem solving.

-- 
[EMAIL PROTECTED]

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: One disk in two computers - kernel hangs. Please, help.

2002-05-15 Thread Gilad Ben-Yossef

On Wed, 2002-05-15 at 12:03, Leon Pollak wrote:
> Hello, gurus.
>   I have the following problem with RH 7.3.
>   I use one "nishlaf" disk in two computers: Athlon1200 (new) and K6-3-300(~2 
> years old). RH 7.2 been installed in old computer worked fine in both.
>   Now, while in new computer, I upgraded to RH 7.3 - works fine.
>   I recompiled the kernel to enable 486 CPU (to allow both K6 and Athlon) and 
> reinstalled lilo. lilo.conf defines "linear" for HD usage.
>   I move the disk into the old computer - the kernel boots till the message
> "Freeing unused kernel memory: 104K freed" and stops. No  panic messages, 
> nothing! It steel replies to keyboard - echo of typed symbols appears, but 
> nothing more happens.
>   I shall be very thankfull for any hints in the direction of looking for 
> problem solving.

When it is hang try to press alt+Print Screen + p *several times* and
send to the list the results.

If you don't see anything, compile the kernel with Magic SysRq key (it's
in the kernel hacking menu) to enable it.

Gilad.
 
-- 
Gilad Ben-Yossef <[EMAIL PROTECTED]>
Code mangler, senior coffee drinker and VP SIGSEGV
Qlusters ltd.

"To err is human. To realy fsck up you need a computer. For
 those really large scale disastears, an SSI cluster is a must."





=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: One disk in two computers - kernel hangs. Please, help.

2002-05-15 Thread Geoffrey S. Mendelson

Leon Pollak wrote:
> 
> Hello, gurus.
>   I have the following problem with RH 7.3.
>   I use one "nishlaf" disk in two computers: Athlon1200 (new) and K6-3-300(~2 
> years old). RH 7.2 been installed in old computer worked fine in both.
>   Now, while in new computer, I upgraded to RH 7.3 - works fine.
>   I recompiled the kernel to enable 486 CPU (to allow both K6 and Athlon) and 
> reinstalled lilo. lilo.conf defines "linear" for HD usage.
>   I move the disk into the old computer - the kernel boots till the message
> "Freeing unused kernel memory: 104K freed" and stops. No  panic messages, 
> nothing! It steel replies to keyboard - echo of typed symbols appears, but 
> nothing more happens.

I've had that problem when I had mem=xxxm as a kernel paramter and did
not actually have that much memory.

Geoff.


-- 
Geoffrey S. Mendelson
Bloomberg L.P., BFM (Israel) 2 hours ahead of London, 7 hours ahead of New York.
Tel:  972-(0)3-754-1158 Fax 972-(0)3-754-1236 Email: [EMAIL PROTECTED] 


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: debs for OpenOffice, take #2.

2002-05-15 Thread Matitiahu Allouche

Yotam Rubin wrote:

>I was a little rash in releasing the debs too quickly. I have just
>finished creating the second revision of the package which includes a
>document about BiDi in OO from IBM. Hopefully it will be uploaded as
>soon as I get Mati's approval to include the document in the package.

I will be glad if you can include the documentation in the package.

In fact, it would be nice if the documentation was also made available in 
http://iglu.org.il/pub/Hebrew/OpenOffice/.  Can the Webmaster take care of this?


Shalom (Regards),  Mati
   Bidi Architect
   Globalization Center Of Competency - Bidirectional Scripts
   IBM Israel
   Phone: +972 2 5870999  ext. 1202Fax: +972 2 5870333 Mobile: 
+972 52 554160


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: One disk in two computers - kernel hangs. Please, help.

2002-05-15 Thread Yedidyah Bar-David

Hi,

On Wed, May 15, 2002 at 12:03:01PM +0300, Leon Pollak wrote:
> Hello, gurus.
>   I have the following problem with RH 7.3.
>   I use one "nishlaf" disk in two computers: Athlon1200 (new) and K6-3-300(~2 
> years old). RH 7.2 been installed in old computer worked fine in both.
>   Now, while in new computer, I upgraded to RH 7.3 - works fine.
>   I recompiled the kernel to enable 486 CPU (to allow both K6 and Athlon) and 
> reinstalled lilo. lilo.conf defines "linear" for HD usage.
>   I move the disk into the old computer - the kernel boots till the message
> "Freeing unused kernel memory: 104K freed" and stops. No  panic messages, 
> nothing! It steel replies to keyboard - echo of typed symbols appears, but 
> nothing more happens.
>   I shall be very thankfull for any hints in the direction of looking for 
> problem solving.

I didn't know K6-3 is so much different from Athlon, but I had the same
problem booting a disk installed for P-III on a Pentium. The solution
was to also install libc for 386 (from RH CD). I think it was a bit
problematic, and I had to use --force, but it did work.

RH72 has almost all of its packages compiled for 386, kernels for many
different CPUs, and glibc for two: 386 and 686. I thought K6-3 is 686
(Pentium II) compatible, which means it should have worked, but you can try
386 anyway.

If you care for performance, you can also compile yourself glibc that is
optimized for e.g. Pentium, and might be a bit faster than for 386 and
still work on both K6-3 and Athlon. This is of course more work than
rpm --force.

> 
> -- 
> [EMAIL PROTECTED]
> 
> =
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]

Didi


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: debs for OpenOffice, take #2.

2002-05-15 Thread Shachar Shemesh

Both new package and the docs have been placed in the same location 
(http://iglu.org.il/pub/Hebrew/OpenOffice). I have removed the old version.

Shachar


Matitiahu Allouche wrote:

>Yotam Rubin wrote:
>
>  
>
>>I was a little rash in releasing the debs too quickly. I have just
>>finished creating the second revision of the package which includes a
>>document about BiDi in OO from IBM. Hopefully it will be uploaded as
>>soon as I get Mati's approval to include the document in the package.
>>
>>
>
>I will be glad if you can include the documentation in the package.
>
>In fact, it would be nice if the documentation was also made available in 
>http://iglu.org.il/pub/Hebrew/OpenOffice/.  Can the Webmaster take care of this?
>
>
>Shalom (Regards),  Mati
>   Bidi Architect
>   Globalization Center Of Competency - Bidirectional Scripts
>   IBM Israel
>   Phone: +972 2 5870999  ext. 1202Fax: +972 2 5870333 Mobile: 
>+972 52 554160
>
>
>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]
>
>
>
>  
>



=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Some Linux posters

2002-05-15 Thread Hetz Ben Hamo

Hi people,

Here is a poster URL if you want to print it and stick it on the wall or on a 
T-shirt..

A small version: 
http://www.cyber.com.au/cyber/about/cybersource_linux_pill_small.png

A really big version: 
http://www.cyber.com.au/cyber/about/cybersource_linux_pill.png

Hetz

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: OpenOffice/bidi fonts problems

2002-05-15 Thread Tzafrir Cohen

On Wed, 15 May 2002, Shachar Shemesh wrote:

> Tzafrir Cohen wrote:
>
> >On Tue, 14 May 2002, Tzafrir Cohen wrote:
> >
> >
> >
> >>I could see a list of Type1 fonts in the fonts menu (helvetica, times,
> >>bookman, etc.). What do I need to do to make it use my Hebrew fonts?
> >>
> >>
> >
> >The fonts issue was due to the use of a fonts server (and a non-standard
> >one: xfstt . Still left for historical reasons).
> >
> >I switched to local fonts dir and things work, including printing.
>
> I've had the same problem, and for the same reasons, I suspect. How do I
> change this configuration?

1. make sure you have ttmkfdir installed

   In my case it took 'apt-get install ttmkfdir'

2. go to the fonts directory. I used /usr/share/fonts/truetype/ttfheb

   cd /usr/share/fonts/truetype/ttfheb

3. run there:

   ttmkfdir >fonts.dir

4. Add it to the configuration of XFree: in /etc/X11/XF86Config add, among
   the other FontPath lines (before the one pointing ot your fonts
   server):

FontPath  /usr/share/fonts/truetype/ttfheb

5. And for the current session, if you want:

  xset fp+ /usr/share/fonts/truetype/ttfheb

WorksForMe

-- 
Tzafrir Cohen
mailto:[EMAIL PROTECTED]
http://www.technion.ac.il/~tzafrir





=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




looking for a certain gtk widget

2002-05-15 Thread Erez Doron

hi

when composing mail in evolution, when i start to type a name in the
'to' field, evolution looks in my adressbook and shows me some emails i
can choose from.

I'm trying to do that in my (python) gtk app.

does anybody knows what widget is it ?
i tried doing an optionmenu and putting the entry as one of it's
menuitems, but that's not it.


any idea ?


erez
-- 
Regards,

Erez Doron
Concept Engineer
Infineon Technologies Savan.

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]