Re: Xemacs right to left editing

1999-08-30 Thread Stanislav Malyshev a.k.a Frodo

GP If you meant Xemacs -- there indeed is no support that I know of, though
GP it will be supported "in the future". I suggest you use the original
GP Mule instead -- it work fine for RTL Hebrew editing.

There's also hebrew.el module - which allows typing on hebrew keyboard
(with right directionality) and some line functionality too - like it
would be expected in RTL, but you edit the resulting text as usual text in
Emacs. While it's far from perfect, it allows to do most hebrew-text tasks
with minimal effort. The module should be on HUJI ftp site
(ftp.huji.ac.il).

-- 
[EMAIL PROTECTED]  \/  There shall be counsels taken
Stanislav Malyshev  /\  Stronger than Morgul-spells
phone +972-3-9316425/\  JRRT LotR.
http://sharat.co.il/frodo/  whois:!SM8333



=
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: [Fwd: Cron root@rs /sbin/rmmod -as]

1999-08-30 Thread Ben-Nes Michael

its RH6 with kernel 2.2.10
rmmod is installed but i didn't compiled module support in my kernel (i
dont like modules).

Oleg Goldshmidt wrote:

 Ben-Nes Michael [EMAIL PROTECTED] writes:

  I get this message every 10 min to my mail
  what the hack is it ?
   ^
   was this intentional? ;-)

Well its a very nice closed computer so i dont think its a hack ;-o



 snip

  From: [EMAIL PROTECTED] (Cron Daemon)
  To: [EMAIL PROTECTED]
  Subject: Cron root@rs/sbin/rmmod -as
  X-Cron-Env: SHELL=/bin/sh
  X-Cron-Env: HOME=/root
  X-Cron-Env: PATH=/usr/bin:/bin
  X-Cron-Env: LOGNAME=root
  X-Mozilla-Status2: 
 
  rmmod: Function not implemented

 Well, in case it is not obvious, it is a message from your cron daemon
 that tries ro remove all unused loadable modules from your kernel
 every 10 minutes.

 Why it doesn't work is a different question What kernel are you using?
 Have you got rmmod installed?  Is everything configured properly? Is
 it the right version [a possibility: I have two Red Hat systems in
 front of me right now, one is RH 6.0 with /sbin/rmmod installed from
 modutils-2.1.121-12, and the other is RH 4.2 with /sbin/rmmod
 installed from modules-2.0.0-5; the latter does not have -a and -s
 options implemented, so maybe you are trying to do a new operation
 with an old version of rmmod, and it reacts with this "not
 implemented" message]? E.g. have you checked that /sbin/rmmod is there
 at all (it probably is, just sanity check)? The output goes (read:
 should go) to syslog (with the -s option), so maybe you'll find more
 info there.

 --
 Oleg Goldshmidt  [EMAIL PROTECTED]
 BLOOMBERG L.P. (BFM) [EMAIL PROTECTED]
 "Life's not fair, but the root password helps." [S.Travaglia]

--
--
Canaan Surfing Ltd.
Internet Service Providers
Ben-Nes Michael - Manager
Tel: 972-6-6925757
Fax: 972-6-6925858
http://www.canaan.co.il
--



=
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: [Fwd: Cron root@rs /sbin/rmmod -as]

1999-08-30 Thread Stanislav Malyshev a.k.a Frodo

BNM its RH6 with kernel 2.2.10
BNM rmmod is installed but i didn't compiled module support in my kernel (i
BNM dont like modules).

bingo! rmmod won't work without module support. Get him out of the
crontab.

-- 
[EMAIL PROTECTED]  \/  There shall be counsels taken
Stanislav Malyshev  /\  Stronger than Morgul-spells
phone +972-3-9316425/\  JRRT LotR.
http://sharat.co.il/frodo/  whois:!SM8333



=
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: Solaris binaries under linux

1999-08-30 Thread Isaac Aaron

Do you have any opinion on how good it works?
Can I rely on it's functionality for something like a backup agent?

Gavrie Philipson wrote:

 Oren Shomron wrote:
 
  Hello,
 
  I've heard of the program called lxrun which allows one to run Linux
  binaries under x86 Solaris. I was wondering if the opposite is also
  possible - running Solaris binaries under Linux. If anyone knows of such a
  solution, I'd be glad to hear it. Thanks,
  - Oren

 Sure. It has existed since long before lxrun. It's called iBCS, and it's
 a kernel module.
 It will let you run binaries from most x86 Unices, provided it's set up
 right (correct libraries etc.)
 Search any Linux site for 'iBCS'. There should even be a HOWTO, IIRC.

 Gavrie.

 --
 Gavrie Philipson
 System Administrator
 Netmor Applied Modeling Research Ltd.

 =
 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]


begin:vcard 
n:Aaron;Isaac
tel;fax:+972-3-6242 164, +972-3-5632 716
tel;work:+972-3-5632 621
x-mozilla-html:TRUE
url:http://www.azorim.co.il
org:Azorim-Shop;Control and Computing
adr:;;32 Aranya St.;Tel Aviv;;;Israel
version:2.1
email;internet:[EMAIL PROTECTED]
title:Network Administrator
fn:Isaac Aaron
end:vcard



Open Source credit card

1999-08-30 Thread Oleg Goldshmidt


http://www.news.com/News/Item/0,4,41002,00.html

-- 
Oleg Goldshmidt  [EMAIL PROTECTED]
BLOOMBERG L.P. (BFM) [EMAIL PROTECTED]
"Life's not fair, but the root password helps." [S.Travaglia]

=
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: [Fwd: Cron root@rs /sbin/rmmod -as]

1999-08-30 Thread Oleg Goldshmidt

"Stanislav Malyshev a.k.a Frodo" [EMAIL PROTECTED] writes:

 BNM its RH6 with kernel 2.2.10
 BNM rmmod is installed but i didn't compiled module support in my kernel (i
 BNM dont like modules).
 
 bingo! rmmod won't work without module support. Get him out of the
 crontab.

I am sure this is right, but the setup (I presume this is how the RH
distribution looks like) looks a bit strange. It is certainly a
possibility that the kernel has no modules. Then either rmmod itself
should go an look if there are any, and become a noop if there are
none. Or, if the rmmod designer decided that the functionality of
lsmod or whatever beast checks for modules should be external to
rmmod, then the docs should say so (maybe they do), and whoever write
the cron stanza (RH?) should have made it safe. Should this be brought
to the attention of RH?

-- 
Oleg Goldshmidt  [EMAIL PROTECTED]
BLOOMBERG L.P. (BFM) [EMAIL PROTECTED]
"Life's not fair, but the root password helps." [S.Travaglia]

=
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: Solaris binaries under linux

1999-08-30 Thread Gavrie Philipson

Isaac Aaron wrote:
 
 Do you have any opinion on how good it works?
 Can I rely on it's functionality for something like a backup agent?
 
 Gavrie Philipson wrote:

[etc]

  It will let you run binaries from most x86 Unices, provided it's set up
  right (correct libraries etc.)
  Search any Linux site for 'iBCS'. There should even be a HOWTO, IIRC.

Sorry, but I've never used it in a production environment; just for
testing. However, I wouldn't recommend using something like iBCS in a
production environment unless there really is no choice. It's a big
difference if WordPerfect crashes (older version of WP didn't support
Linux natively, only thru iBCS) or if your backup agent is unreliable.

Which backup software are you using?

Gavrie.

-- 
Gavrie Philipson
System Administrator
Netmor Applied Modeling Research Ltd.

=
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: Open Source credit card

1999-08-30 Thread Hetz Ben Hamo

Unfortunetly, you cannot apply in Israel :(

Hetz


Oleg Goldshmidt wrote:
 
 http://www.news.com/News/Item/0,4,41002,00.html
 
 --
 Oleg Goldshmidt  [EMAIL PROTECTED]
 BLOOMBERG L.P. (BFM) [EMAIL PROTECTED]
 "Life's not fair, but the root password helps." [S.Travaglia]
 
 =
 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]



Re: Solaris binaries under linux

1999-08-30 Thread Meir Litmanovich

 
   It will let you run binaries from most x86 Unices, provided it's set up
   right (correct libraries etc.)
   Search any Linux site for 'iBCS'. There should even be a HOWTO, IIRC.
 
 Sorry, but I've never used it in a production environment; just for
 testing. However, I wouldn't recommend using something like iBCS in a
 production environment unless there really is no choice. It's a big
 difference if WordPerfect crashes (older version of WP didn't support
 Linux natively, only thru iBCS) or if your backup agent is unreliable.

Everything is right till now. Just put your attention, that it will
NEVER provide emulation for Sparc Solaris binaries. 
Filesystems differencies is also important thing, but except
of this iBCS seems pretty stable - I even know people that used
Sco'ish Oracle database via iBCS in production enviroment
(it was before Oracle made Linux version). They even told
that it was much faster and stable then running the Oracle on 
SCO.

Meir



=
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: [Fwd: Cron root@rs /sbin/rmmod -as]

1999-08-30 Thread Oleg Goldshmidt

"Stanislav Malyshev a.k.a Frodo" [EMAIL PROTECTED] writes:

 I do not get your point. If someone decides to (re-)compile kernel without
 functionality, needed for some programs, then what you expect this program
 to do? It fails with informative error message, what else do you want? If
 you compile kernel without support for some filesystem, do you expect
 mount to be "safe" on it? It would just say "I can't", and it's perfectly
 valid.

Which is why I said that it might well be a valid design decision of
the rmmod author. However, the cron stanza that was, I assume, a part
of the distribution, makes an assumption that it should not make. Not
much harm done, but it seems to me there is room for
improvement. Let's cut it here - the question was asked and answered.

-- 
Oleg Goldshmidt  [EMAIL PROTECTED]
BLOOMBERG L.P. (BFM) [EMAIL PROTECTED]
"Life's not fair, but the root password helps." [S.Travaglia]

=
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: how to modified files

1999-08-30 Thread shay.meshulam


THANK YOU VERY MUCH FOR THE HELPFUL INFORMATION.

Shay.


=
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: Apache-SSL vs. mod_ssl

1999-08-30 Thread Ben-Nes Michael

As i kno they both are exelent
I like more Apache-SSL

Doron Shikmoni wrote:

 Hi,

 Has anyone done a fair comparison between Apache-SSL and mod_ssl
 add-ons for Apache (recent versions), on Linux? Pros/cons of each?

 (I hope I'm not starting a religious thread here - I'm looking for info
 based on merit alone).

 Thanks!
 Doron Shikmoni

 =
 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]

--
--
Canaan Surfing Ltd.
Internet Service Providers
Ben-Nes Michael - Manager
Tel: 972-6-6925757
Fax: 972-6-6925858
http://www.canaan.co.il
--



=
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]



installation problem

1999-08-30 Thread B[i]B

Hi list.

im trying to install Caldera openlinux 2.2 using  lizard and lisa
in both i had encounter  several  problems.

when i tried to install using lizard everything was working perfectly
but when i boot in the second time i get the following msg:


VFS:cannot open root device 08:02
kernel panic: VFS: Unable to mount root fs on 08:02


i tried to install using lisa and i didnt manage to set  Kde and X
something about my monitor .
after i boot in the second time i get the same msg above .

any idea?





=
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]