RE: Multiple GLIBCs

2003-07-03 Thread Isaac Aaron


 -Original Message-
 From: Gilad Ben-Yossef [mailto:[EMAIL PROTECTED]
 Sent: Thursday, July 03, 2003 10:56 AM
 To: Isaac Aaron
 Cc: [EMAIL PROTECTED]
 Subject: Re: Multiple GLIBCs
 
 
 Isaac Aaron wrote:
  Hi List
  
  Running Red Hat 7.3 requires me to recompile everything I want 
 from Red Hat 9 (or that is avaliable to Red Hat) before I install it. 
  
  I'm looking for a way to co-install GLIBC 2.3 with the existing 
 GLIBC 2.1.
  Any opinions?
  
 
 No problem at all. Linux (like other Un*x like systems) has a rather 
 elegant way to deal with libraries. When you install the RPM (I'm 
 assuming you using RPM)  make sure to install with -i rather then 
 upgrade with -U.
 

Won't I need a --force there?
How about if I just steal the libc* files (not links) and drop them on the /usr/lib 
directory. Would that satisfy the RPM Requires directive?

 When the RPM will run ldconfig it will set things up so that any program 
 that explicitly asks for the older version will get it, a program that 
 does not specify a specific version will get the latest, and if a 
 program seems to mis behave with the newer lib you can always use 
 LD_PRELOAD (man ld.so) to override.

That seems to do the trick as long as the small stuff util-linux fileutils are all 
linked in a way that won't mess up the whole installation.
Red hat used to have compat-glibc-* packages which contained older glibc libraries. 
For some reason they don't do that anymore (to promote the advanced server?). What 
would really be nice is if I had a way to prepare such RPMS by myself (install 
cleanly, work with any version).

 
 In short - don't worry, be happy ;-)

I WILL! I PROMISE!
Thanks
Isaac Aaron
 
 Cheers,
 Gilad.
 


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: Multiple GLIBCs

2003-07-03 Thread Isaac Aaron
Hi Gilad

I tried the dual installation of glibc-2.2 and glibc-2.3.

rpm -ivh fails the upgrade because the depend on their glibc-common packages (which 
don't want each other whatsoever).
When I installed glibc with --nodeps I got a fine list of file conflicts. It seems 
like it's not intended to work.

It seems like my only resort is to create a compat- RPM which only installs the 
stuff under /lib.

Thanks,
Isaac Aaron

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] Behalf Of Gilad Ben-Yossef
 Sent: Thursday, July 03, 2003 11:28 AM
 To: Isaac Aaron
 Cc: [EMAIL PROTECTED]
 Subject: Re: Multiple GLIBCs
 
 
 Isaac Aaron wrote:
  
 -Original Message-
 From: Gilad Ben-Yossef [mailto:[EMAIL PROTECTED]
 Sent: Thursday, July 03, 2003 10:56 AM
 To: Isaac Aaron
 Cc: [EMAIL PROTECTED]
 Subject: Re: Multiple GLIBCs
 
 
 Isaac Aaron wrote:
 
 Hi List
 
 Running Red Hat 7.3 requires me to recompile everything I want 
 
 from Red Hat 9 (or that is avaliable to Red Hat) before I install it. 
 
 I'm looking for a way to co-install GLIBC 2.3 with the existing 
 
 GLIBC 2.1.
 
 Any opinions?
 
 
 No problem at all. Linux (like other Un*x like systems) has a rather 
 elegant way to deal with libraries. When you install the RPM (I'm 
 assuming you using RPM)  make sure to install with -i rather then 
 upgrade with -U.
 
  
  
  Won't I need a --force there?
 
 Not because of the exitence of an older library.
 
  How about if I just steal the libc* files (not links) and 
 drop them on the /usr/lib directory.
   Would that satisfy the RPM Requires directive?
 
 The application will be able to use them (once you run ldconfig at 
 least), but RPM will have no knowledge on it so it wont let you install 
 (unless you use --nodeps of course).
 
 
 When the RPM will run ldconfig it will set things up so that 
 any program 
 that explicitly asks for the older version will get it, a program that 
 does not specify a specific version will get the latest, and if a 
 program seems to mis behave with the newer lib you can always use 
 LD_PRELOAD (man ld.so) to override.
  
  
  That seems to do the trick as long as the small stuff 
 util-linux fileutils are all linked in a way
   that won't mess up the whole installation.
 
 I don't think they will but don't trust me. Copy the binaries to some 
 bizzare location and use LD_PRELOAD to force load the library with the 
 stuff you need to test it BEFORE installation.
 
  Red hat used to have compat-glibc-* packages which contained 
 older glibc libraries. 
 AFAIR that was for REALLY old libc that had major binary interface 
 changes from the newer ones.
 
  For some reason they don't do that anymore (to promote the 
 advanced server?). For 99% of the cases it's not needed.
 
 
  What would really be nice is if I had a way to prepare such 
 RPMS by myself (install cleanly, work with any version).
 Of course you can! That's the whole point of using Free Software. Just 
 download the SRPMS use to create the RPMs you need and generate the RPMs 
 localy. man rpm for the gory details.
 
 Gilad
 
 
 
 =
 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]



Multiple GLIBCs

2003-07-02 Thread Isaac Aaron
Hi List

Running Red Hat 7.3 requires me to recompile everything I want from Red Hat 9 (or that 
is avaliable to Red Hat) before I install it. 

I'm looking for a way to co-install GLIBC 2.3 with the existing GLIBC 2.1.
Any opinions?

Thanks,
Isaac (Itzik) Aaron


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]



HTB(QoS) Question

2003-03-02 Thread Isaac Aaron
This is a re-send. The original message was encoded in base-64.

Dear List

Below is an example taken from the Linux Advanced Routing  Traffic Control HOTWO.
My question is just below that.

tc qdisc add dev eth0 root handle 1: htb default 30

tc class add dev eth0 parent 1: classid 1:1 htb rate 6mbit burst 15k

tc class add dev eth0 parent 1:1 classid 1:10 htb rate 5mbit burst 15k
tc class add dev eth0 parent 1:1 classid 1:20 htb rate 3mbit ceil 6mbit burst 15k
tc class add dev eth0 parent 1:1 classid 1:30 htb rate 1kbit ceil 6mbit burst 15k

tc qdisc add dev eth0 parent 1:10 handle 10: sfq perturb 10
tc qdisc add dev eth0 parent 1:20 handle 20: sfq perturb 10
tc qdisc add dev eth0 parent 1:30 handle 30: sfq perturb 10

U32=tc filter add dev eth0 protocol ip parent 1:0 prio 1 u32
$U32 match ip dport 80 0x flowid 1:10
$U32 match ip sport 25 0x flowid 1:20

(this works wonderfully, BTW)

Anyway, my question, as hypothetical as it maybe is as follows:
If I were to remove the default 30 argument to the root line, and add an any-any 
filter:

tc filter add dev eth0 protocol ip parent 1:0 prio 9 u32 match ip dst 0.0.0.0/0 flowid 
1:30
   =
Would that result in the same behavior?

Thanks,
Isaac Aaron


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]



HTB(QoS) Question

2003-03-01 Thread Isaac Aaron
Dear List

Below is an example taken from the Linux Advanced Routing  Traffic Control HOTWO.
My question is just below that.

tc qdisc add dev eth0 root handle 1: htb default 30

tc class add dev eth0 parent 1: classid 1:1 htb rate 6mbit burst 15k

tc class add dev eth0 parent 1:1 classid 1:10 htb rate 5mbit burst 15k
tc class add dev eth0 parent 1:1 classid 1:20 htb rate 3mbit ceil 6mbit burst 15k
tc class add dev eth0 parent 1:1 classid 1:30 htb rate 1kbit ceil 6mbit burst 15k

tc qdisc add dev eth0 parent 1:10 handle 10: sfq perturb 10
tc qdisc add dev eth0 parent 1:20 handle 20: sfq perturb 10
tc qdisc add dev eth0 parent 1:30 handle 30: sfq perturb 10

U32=tc filter add dev eth0 protocol ip parent 1:0 prio 1 u32
$U32 match ip dport 80 0x flowid 1:10
$U32 match ip sport 25 0x flowid 1:20

(this works wonderfully, BTW)

Anyway, my question, as hypothetical as it maybe is as follows:
If I were to remove the default 30 argument to the root line, and add an any-any 
filter:

tc filter add dev eth0 protocol ip parent 1:0 prio 9 u32 match ip dst 0.0.0.0/0 flowid 
1:30
   =
Would that result in the same behavior?

Thanks,
Isaac 
Aaron{.n+zwfj)mXze?{^??{.n+?^,j???i???rzfXze?{

Upgrading to glibc-2.2 on RH62

2002-05-16 Thread Isaac Aaron



Hi

I'd like to install 
glibc 2.2 from an RPM using rpm -i --force.
Reason: to be able 
to install software pre-compiled for RH7.X (where glibc is the only dep that 
doesn't match).
Does anyone know 
what (bad) implications might be?

Isaac (Itzik) Aaron
Quality Bytes
TEL: +972-3-952 3175
FAX: +972-3-952 3176



RE: Wondering about free software.

2002-04-24 Thread Isaac Aaron

 you can give the software itself for free if you like (good gimmick!),
 but what about installation and ongoing support?
 business software always needs guidance, support, installation and
 upgrades. charge for it.

Windows is the exact example of software that doesn't come with support, and
even though it wasn't open-sourced, it was very easy to (illegally) copy.
People didn't even feel they were missing something.

Makes you think for a minute, doesn't it?

Isaac (Itzik) Aaron
Quality Bytes
TEL: +972-3-952 3175
FAX:  +972-3-952 3176




BEGIN:VCARD
VERSION:2.1
N:Aaron;Isaac (Itzik)
FN:Isaac (Itzik) Aaron
ORG:Quality Bytes Software LTD
TITLE:Head of Development
TEL;WORK;VOICE:+972 (3) 952 3175
TEL;CELL;VOICE:+972 (53) 33 22 14
TEL;WORK;FAX:+972 (3) 952 3176
ADR;WORK:;;10 Moshe Levi st.;Rishon Lezziyon;;;Israel
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:10 Moshe Levi st.=0D=0ARishon Lezziyon=0D=0AIsrael
URL:
URL:http://www.q-bytes.com
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20010814T082349Z
END:VCARD



pthreads question

2002-03-14 Thread Isaac Aaron

- (on server-express.q-bytes.com)

This mail was scanned by Trend Micro InterScan VirusWall when leaving Quality Bytes

-





HiThis is my example of 
pthread not releasing memory resources when the threadfunction exits (I would REALLY like to have that memory 
back).I have written (copied and modified...) a small program that creates 200threads 
which exit after 10 seconds.The main function then sleeps for 20 seconds, 
allowing me/you to ps aux |grep progname to see the big vsize 
increase.You can clearly see (below the source) that even though the 
functions exit,memory is not released. Both 
the vsize and the rss stay the same.I am supposed to call a 
certain function to have the memory released?
Isaac (Itzik) Aaron
Quality Bytes
TEL: +972-3-952 3175
FAX: +972-3-952 
3176

 Snip, paste, 
compile and watch...
#include 
pthread.hvoid first_function(int *);void second_function(int 
*);int j;main(){ int 
i; pthread_t thread1, 
thread2; for (i=0;i100; i++) 
{ 
pthread_create(thread1, NULL, (void*) first_function, 
(void*)i); 
pthread_create(thread2, NULL, (void*) second_function, 
(void*)i); usleep(100); } 
sleep(20);}void first_function(int 
*num){ int x,y,z; 
printf("Entered first_function %d\n", *num); sleep(10); 
printf("Exited first_function\n", *num);}void second_function(int 
*num){ int x,y,z; 
printf("Entered second_function %d\n", *num); sleep(10); 
printf("Exited second_function %d\n", 
*num);}[e-tsik@qbserv e-tsik]$ ps aux | grep 
pthreade-tsik 25556 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25557 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25682 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25683 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25684 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25685 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25686 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25687 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25688 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25689 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25690 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25691 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25692 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25693 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25694 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25695 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25696 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25697 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25704 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25705 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25706 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25707 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25708 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25709 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25710 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25711 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25712 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25713 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25714 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25715 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25716 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25717 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25718 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25719 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25720 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25721 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25722 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25723 0.0 0.9 411052 1256 
pts/4 S 07:33 0:00 
/pthreade-tsik 25730 0.0 0.9 411052 1256 
pts/4 S 07:34 0:00 
/pthreade-tsik 25731 0.0 0.9 411052 1256 
pts/4 S 07:34 0:00 
/pthreade-tsik 25732 0.0 0.9 411052 1256 
pts/4 S 07:34 0:00 
/pthreade-tsik 25733 0.0 0.9 411052 1256 
pts/4 S 07:34 0:00 
/pthreade-tsik 25734 0.0 0.9 411052 1256 
pts/4 S 07:34 0:00 
/pthreade-tsik 25735 0.0 0.9 411052 1256 
pts/4 S 07:34 0:00 
/pthreade-tsik 25736 0.0 0.9 411052 1256 
pts/4 S 07:34 0:00 
/pthreade-tsik 25737 0.0 0.9 411052 1256 
pts/4 S 07:34 0:00 
/pthreade-tsik 25738 0.0 0.9 411052 1256 
pts/4 S 07:34 0:00 
/pthreade-tsik 25739 0.0 0.9 411052 1256 
pts/4 S 07:34 0:00 
/pthreade-tsik 25740 0.0 0.9 411052 1256 
pts/4 S 07:34 0:00 
/pthreade-tsik 25741 0.0 0.9 411052 1256 
pts/4 S 07:34 0:00 
/pthreade-tsik 25742 0.0 0.9 411052 1256 
pts/4 S 07:34 0:00 
/pthreade-tsik 25743 0.0 0.9 411052 1256 
pts/4 S 07:34 0:00 
/pthreade-tsik 25744 0.0 0.9 411052 1256 
pts/4 S 07:34 0:00 
/pthreade-tsik 25745 0.0 0.9 411052 1256 
pts/4 S 07:34 0:00 
/pthreade-tsik 25746 0.0 0.9 411052 1256 
pts/4 S 07:34 0:00 
/pthreade-tsik 25747 

Image merging utlility

2001-06-18 Thread Isaac Aaron








  Hi
  
  I need to combine an image with some text and make a tiff file for 
  sending it via fax, therefore, I require a utlility that can merge and 
  image with text on postscript, or do it on a tiff page.
  
  tiffcp is no good. It puts the image on the first page, and I still 
  haven't found a ps library that works on perl.
  
  Does anybody know of a library/utlility that can do that?
  
  Isaac Aaron
  Quality Bytes
  http://www.q-bytes.com
  TEL: +972-3-952 3175
  FAX: +972-3-952 3176
  





	
	
	
	
	
	
	




_IncrediMail - Email has finally 
evolved - Click 
Here



Re: 2.4.4

2001-05-29 Thread Isaac Aaron








  I have run the 2.4.4 kernel and runs flawlessly.
  As for what you stated on XFS, true, butit you don't use XFS, 
  then you wouldn't need any of the XFS tools, as with many other kernel 
  features.
  
  For example: How many people install ipchains, or ipvsadm on kernel 
  2.2? Still, the kernel manages to do very well without them. These user 
  tools are needed for control of these subsystems and when they don't 
  exist, the kernel has a default behavior (such as, being able to mount XFS 
  partitions).
  
  Isaac Aaron
  Head of Development
  Quality Bytes
  http://www.q-bytes.com
  TEL: +972-3-952 3175
  FAX: +972-3-952 3176
  
  ---Original Message---
  
  
  From: Eli Marmor
  Date: Tuesday, May 29, 
  2001 11:31:09
  To: [EMAIL PROTECTED]
  Subject: Re: 
  2.4.4
  Tzafrir Cohen wrote:  What I care is its 
  dependency on the other parts of Cooker, i.e. can it be  
  installed under Mandrake 8.0?  This is a kernel. What can 
  it depend on?Wow. Zillion things...One 
  example:In one of the last Cookers (I don't know if the latest 
  too), I sawan XFS supporting kernel, plus a special XFS fsck and other 
  user-level programs for XFS. If you take this kernel and put it under 
  thestandard 8.0, you don't have these programs.Let me re-ask 
  my question:I didn't ask if the Cooker's kernel depends on 
  specific parts ofCooker; It DOES depend. What I asked, was - what 
  parts exactly? Assuming you have a proper compiler, binutils, 
  modutils, etc. for 2.4, there should be no problem using/building 
  this spesific version.There may be a different compiler, glibc, 
  etc., in Cooker vs. 8.0. I suppose you'll want to compile it 
  yourself. Either download the -source rpm and build it, or 
  (probably a better option) download the source rpm, extract it, 
  and run 'rpm -bp path/to/kernel.spec' . This will extract the 
  kernel and apply all of the patches.  The atvantage here 
  is that by tweaking the spec file you can try to add or remove 
  certain patches ("try": because some patches depend on other 
  patches, and may need to be changed in order to be applied properly 
  after another patch was removed. Still, it is worth a 
  try).I'll do it.Thanks!-- Eli 
  Marmor[EMAIL PROTECTED]CTO, FounderNetmask (El-Mar) Internet 
  Technologies 
  Ltd.__Tel.: 
  +972-9-766-1020 8 Yad-Harutzim St.Fax.: +972-9-766-1314 P.O.B. 
  7004Mobile: +972-50-23-7338 Kfar-Saba 44641, 
  Israel=To 
  unsubscribe, send mail to [EMAIL PROTECTED] withthe word 
  "unsubscribe" in the message body, e.g., run the commandecho 
  unsubscribe | mail [EMAIL PROTECTED]





	
	
	
	
	
	
	




_IncrediMail - Email has finally 
evolved - Click 
Here



Re: IP Chains Rules

2001-05-29 Thread Isaac Aaron








  I had the same thing with bezeqint on ISDN.
  Everything went well until they installed a POP proxy (MiraPoint). I 
  know that Internet Gold uses the same equipment and have the same problems 
  with few of their customers.
  
  Fortunately, I have overcome this issue and can advise you to do one 
  of the following:
  1. Call inetgold and ask their support personell to tell you the IP 
  address of the exact mail server you need to connect to.
  2. Play with your MTU/MRU settings - after a while bezeqint blocked 
  direct access to the POP servers by forwarding them to the proxy using 
  their firewalls, and changing my MTU to 1152 (or was it 716?) did the 
  trick. Your MTU is probably 1500 or 1499 if you didn't change it, so you 
  can have a go with this.
  
  
  Isaac Aaron
  Head of Development
  Quality Bytes
  http://www.q-bytes.com
  TEL: +972-3-952 3175
  FAX: +972-3-952 3176
  
  ---Original Message---
  
  
  From: Noam Meltzer
  Date: Monday, May 28, 
  2001 19:55:25
  To: IGLU
  Cc: [EMAIL PROTECTED]
  Subject: IP Chains 
  Rules
  Hi!Finally i got this holiday to configure my ADSL on 
  an old pc with two network adapters, and configured the 
  ip-masq.Everything seemed to work fine, until I tried to recieve 
  mail.What happens is that when i try to get my messages from the win2k 
  masq-client (using netscape) it connects to the pop3 server and learn 
  that I have X messages, but it can't download them.I tried to 
  telnet to "in.zahav.net.il" port 110 and discovered how to login and 
  then type "list". which showed me how many messages i have which was 
  the same as the client showed.I tried to send mail (SMTP) and it 
  worked no problem.any1 has idea?please reply to this address, 
  because I can read mail from 
  it:[EMAIL PROTECTED]=To 
  unsubscribe, send mail to [EMAIL PROTECTED] withthe word 
  "unsubscribe" in the message body, e.g., run the commandecho 
  unsubscribe | mail [EMAIL PROTECTED]





	
	
	
	
	
	
	




_IncrediMail - Email has finally 
evolved - Click 
Here



Re: Free XServer for windows, and a firewall question

2001-05-27 Thread Isaac Aaron








  Mandrake 8 comes with a configuration utility for iptables.
  If you use Mandrake, you can branch to it in DrakeConf.
  
  Thanks
  Isaac Aaron
  Head of Development
  Quality Bytes
  http://www.q-bytes.com
  TEL: +972-3-952 3175
  FAX: +972-3-952 3176
  
  ---Original Message---
  
  
  From: Oded Arbel
  Date: Thursday, May 24, 
  2001 19:56:50
  To: Linux-IL Mailing list
  Subject: Free XServer 
  for windows, and a firewall question
  Hi list.I remember, once upon a time, that we 
  discused XServers for windows (andother OSs). I don't remember if 
  anyone mentioned it - but JCraft has anXServer (called WeirdX) written 
  in Java - so it should run on any systemthat has JDK 1.1.I've 
  recently downloaded it and ran it successfuly on win98se (JRE 
  1.3).it's GPLed and free to download.Now - firewalling 
  :can anyone recomend a good software for creating iptables firewall 
  rules? it doesn't have to be a GUI (though that would be nice) - it 
  can even besomething that compiles configuration files - as long as 
  it'sconfiguration files are easy to understand.I've tried 
  KNetfilter, but I can't seem to make it work at all, and I'vealso 
  tried AGT and didn't like it - writing /etc/sysconfig/iptables byhand 
  is easier.Oded--All true wisdom is found on 
  T-shirts.=To 
  unsubscribe, send mail to [EMAIL PROTECTED] withthe word 
  "unsubscribe" in the message body, e.g., run the commandecho 
  unsubscribe | mail [EMAIL PROTECTED]





	
	
	
	
	
	
	




_IncrediMail - Email has finally 
evolved - Click 
Here



Re: ppp0 ppp1 ppp2 ...

2001-04-26 Thread Isaac Aaron








  Assuming you need the link's name for identifying/killing purposes, 
  you can use the linkname option in pppd.
  pppd will create a dynamic name (such as ppp0, ppp1, etc) but you 
  could find it's pid info from /var/run/pppd-linkname.pid and the 
  dynamic ppp name it has assigned.
  The /etc/ip-up script will also have a $LINKNAME env variable which 
  will assist you in finding the link itself.
  
  Enjoy,
  Isaac Aaron
  Quality Bytes
  
  ---Original Message---
  
  
  From: Tomer Dagan
  Date: iem xairi 25 
  `txil 2001 11:08:35
  To: [EMAIL PROTECTED]
  Subject: Re: ppp0 ppp1 
  ppp2 ...
  That is what I did, but when I'm reconnecting for 
  some reasons it choose to make ppp1. only rebooting make it choose 
  ppp0 again. It's seems to keep some kind of log or history regarding 
  the previous ppp connections, but Where and can I change it ?  
   
  Sagi Bashari wrote: 
  Run ifconfig ppp0 down before reconnecting. 
On Wed, 25 Apr 2001, Tomer Dagan wrote: 
  I'm using pptp to make an Adsl connection and it is 
working fine.  at the moment I'm playing around with Iptables 
and routing so I have to  turn off the pptp connection.  
The connection is turn off by: ifconfig ppp0 down ; killall pptp 
 The problem is that when I reconnect the ppp intraface become 
ppp1 and  not ppp0 which confuse all my setting.  Is 
there a way to force the connection to be ppp0 ?  The pptp line 
for making a connection is:  pptp 10.0.0.138 debug user 
myusername@IKmyIPSprovider remotename  "10.0.0.138 RELAY_PPP1" 
defaultroute netmask 255.0.0.0 noauth  
 thanks,
 --  
 
Tomer Dagan 
 
System Administrator 
 
Broadcast Video 
 
www.broadcast.co.il 
 
Harakevet 44, Tel Aviv, Israel 
 
tel: +972-3-6384747 fax: +972-3-6384729   
--



 Tomer Dagan
 System Administrator
 Broadcast Video
 www.broadcast.co.il
 Harakevet 44, Tel Aviv, Israel
 tel: +972-3-6384747 fax: +972-3-6384729

  





	
	
	
	
	
	
	




_IncrediMail - Email has finally 
evolved - Click 
Here



Re: samba 2.2 RPM

2001-04-24 Thread Isaac Aaron








  If you got the RPM from anywhere else but Red Hat, the samba-* 
  packages won't upgrade.
  Instead, you'll have to remove all the samba-* packages and install 
  the one samba package you get from samba.org.
  This is how I got 2.2 to work on my Redhat 6.2.
  Enjoy
  Isaac Aaron
  Quality Bytes
  
  ---Original Message---
  
  
  From: Eran Levy
  Date: éåíùéùé 20 
  àôøéì 2001 20:16:29
  To: [EMAIL PROTECTED]
  Subject: samba 2.2 
  RPM
  Hi,I have tried to update my samba 2.0.6 in RH 
  6.2 to the samba 2.2 RPM package and I have got the some of the 
  packages conflicts with the 2.2 packages. why? Do I have to upgrade to 
  2.0.7 first before I upgrade to 2..2?Regards,Eran 
  Levy.E-mail: [EMAIL PROTECTED]WebSite: 
  http://come.to/liloboot=To 
  unsubscribe, send mail to [EMAIL PROTECTED] withthe word 
  "unsubscribe" in the message body, e.g., run the commandecho 
  unsubscribe | mail [EMAIL PROTECTED]





	
	
	
	
	
	
	




_IncrediMail - Email has finally 
evolved - Click 
Here



Re: Are real modem extincted ?

2000-12-31 Thread Isaac Aaron

I use a real modem on an embedded system.
AFAIK, it's a Dynamode modem.

Isaac Aaron
Quality Bytes Software

Oren Held wrote:

 Hello List!

 I saw the discussion here about modems and that reminded me..
 My friend wants to install linux , but he has nothing to do with it if his
 internet won't work under linux (he has a winmodem). So he asked me to
 tell him what modem he could buy in order to run it under linux. I told
 him to buy an ISA 56.6k USR..

 At the same time, my 56.6k usr stopped working. I still had a warranty so
 I asked excellnet to replace it. Then I understood that this product is
 _RARE_ in israel. who would believe it ?? 56.6k USR !!! is rare!. I also
 asked plonter. They have it on their list, but they told me they can
 never get it. After complaining to the excellnet CEO, he said he
 found, after searching for a long time, a new (waw !!!) ISA 56.6k
 USR.

 My question is.. Are there good alternatives ?? what the heck is going on
 in here.. Looks like one should fly abroad in order to get a modem for
 linux (or any other os except of win).. Is there any REAL
 (hardware) modem, isa or pci, at any price, that is selled here in israel
 ?

 Thanks,
 Oren.

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




Q:How can I determine if an if is up in C/C++ only?

2000-12-14 Thread Isaac Aaron

Hi people

I have this question:
How can I determine if a network interface is up in C/C++ only?

I need something that will give something like what ifconfig does in
C/C++.

Thanks in advance
Isaac Aaron


=
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: Java/RS 232

2000-09-10 Thread Isaac Aaron


IIRC, a javacomm addon is avaliable for IBM's JDK 1.3.0. I've seen it when
I downloaded it myself.

Isaac Aaron
Azorim Construction



   
   
Jonathan   
   
Ben-Avraham  To: Daniel Feiglin 
[EMAIL PROTECTED]   
benavrhm@   cc: IGLU [EMAIL PROTECTED]  
   
tcltek.co.ilSubject: Re: Java/RS 232  
   
Sent by:   
   
linux-il-boun  
   
ce@
   
cs.huji.ac.il  
   
   
   
   
   
10/09/00   
   
13:13  
   
   
   
   
   




On Sun, 10 Sep 2000, Daniel Feiglin wrote:

 Does any one know of available Java classes which will talk RS 232 on
Linux and/or HP-UX? (I am aware of such classes
 for Solaris  Windoze)?

Sun's javacomm-20 is still only supporting Window and Solaris RS232. We
tested it recently. My advice is to look at IBM's implementation rather
than that on java.sun.com. It seems to me that Sun is interested in making
reference implementations and leaving it to the Java licensees (like IBM)
to do the other platforms. As far as I know, Linux has no one to port
javacomm.
Regards,

 - yba

   EE 77 7F 30 4A 64 2E C5  83 5F E7 49 A6 82 29 BA~. .~   TclTek Ltd.
 =}
-ooO--U--Ooo---{=
  - [EMAIL PROTECTED] - tel: +972.52.670.353, http://www.tcltek.co.il -


-- Binary/unsupported file stripped by Listar --
-- Type: TEXT/X-VCARD
-- File: dilogsys.vcf
-- Desc: Card for Daniel Feiglin


=
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: linux mandrake 7.1 as server?

2000-08-30 Thread Isaac Aaron


I join the other members' advices, and add my own Mandrake specific:

When you installed the system, did you select 'high security'?
Because if you did, then it might have messesd with several
security-related files (like /etc/hosts-allow).
Try to select using DrakConf(yes it's DrakConf, not MandrakeUpdate -- what
did I take yesterday ?!) the low security option and then install the
security options you want by yourself (if you don't know how, then I guess
you'll just have to learn... anyway they only get in your way right now).
Go to DrakConf and select 'Security Level'.
Also, go to "Startup Services" and check that inetd, httpd are selected,
then reboot and check that while inetd and httpd are loading, they show
"OK" and not "FAILED".

Good luck,
Isaac Aaron
Azorim Construction



   
   
Pavel  
   
    Bibergal     To: Isaac Aaron 
[EMAIL PROTECTED]   
pavel@  cc: [EMAIL PROTECTED],
   
dimona.org.il[EMAIL PROTECTED]   
   
Subject: Re: linux mandrake 7.1 as 
server?   
Sent by:   
   
pavel@ 
   
localhost.loc  
   
aldomain   
   
   
   
   
   
29/08/00   
   
21:21  
   
Please 
   
respond to 
   
pavel  
   
   
   
   
   



the part that doesn't work is all internet servises.. ftp, smtp, http, pop3
and
telnet...
the network is configured ok..  i can watch the net from it.. ping and
webbrowsers
otherwise everything work ok, including X..
thanx Pavel

Isaac Aaron wrote:

 I think you should be more specific about what doesn't work for you.
 I sounds(reads) to me like you don't have networking set up correctly,
 therefore, you can't access this server from the network.
 Can you ping one of the workstations/servers on your site?
 Does /sbin/ifconfig show that you have a device called "eth0" and it is
 configured like you wanted it to?
 Please note that there is a great tool called 'MandrakeUpdate' that can
 configure all the services that you've mentioned (and networking too).
You
 can find it on your KDE/GNOME desktop or (if KDE/GNOME doesn't work) by
 running something like:
  twm  enter
  MandrakeUpdate enter
 from the failsafe window (choose "failsafe" instead of "kde" or "gnome"
 when you log in; or maybe that doesn't work too?!)

 Isaac Aaron
 Azorim Construction







=
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: IA-64 compiler

2000-08-24 Thread Isaac Aaron


Ahem...

That is for Windows...

Isaac Aaron
Azorim Construction



   
   
Constantin 
   
Eizner   To: ILUG [EMAIL PROTECTED] 
   
eizner@ cc:   
   
research.haifSubject: IA-64 compiler   
   
a.ac.il   
   
Sent by:   
   
eizner@
   
research.haif  
   
a.ac.il
   
   
   
   
   
24/08/00   
   
12:01  
   
   
   
   
   



http://developer.intel.com/software/compilers/index.htm


=
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: AVM Fritz Card (ISDN), Linux, BEZEQ International and Linux?

2000-08-22 Thread Isaac Aaron


As for Bezeq Internations and isdn4linux is can guarantee that they work
(at 64/128KBPS).
Never tried Fritz

Isaac Aaron
Azorim Construction



   
   
Shaul Karl 
   
shaulk@ To: [EMAIL PROTECTED] 
   
israsrv.net.icc:   
   
l   Subject: AVM Fritz Card (ISDN), Linux, 
BEZEQ 
Sent by: International and Linux?  
   
linux-il-boun  
   
ce@
   
cs.huji.ac.il  
   
   
   
   
   
22/08/00   
   
12:36  
   
   
   
   
   



Just to make sure, are all the above working together?
--

   --  Shaul Karl [EMAIL PROTECTED]

   Donate free food to the world's hungry: see
http://www.thehungersite.com



=
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: DVD

2000-08-20 Thread Isaac Aaron


I can say for sure that there is an effort to create an open source DVD
player (I didn't check if it's downloadable), but they are currently
defending themselves on a lawsuit (filed by the film industry, IIRC).
http://www.opendvd.org

As for a propriety DVD player, I've never heard of any but if you know of
one, I know of one person (myself) who'd be interesterd of hearing about :
-)

Because DVD is a pattent, it has some legal issues with getting it to work
with Linux. If a vendor wants to create a driver for an MPEG-2 board, it
won't be able to supply the source for the kernel module (as VMWare does),
so users will have to download a module for every kernel they use. OTOH,
binary-only software MPEG-2 players could be a good solution but would have
some performance issues (X11 overhead, for example) and won't have some
MPEG-2 card advantages (TV and SPDIF out).

Isaac Aaron



   
   
"Mike Almogy"  
   
lizard@ To: "ILUG" [EMAIL PROTECTED]   
   
macam98.ac.ilcc:   
   
Subject: DVD  
   
Sent by:   
   
linux-il-boun  
   
ce@
   
cs.huji.ac.il  
   
   
   
   
   
20/08/00   
   
09:47  
   
   
   
   
   



Hi ppl.

Does anyone has the program to view DVD on Linux ?

Thanks,
Mike

---
Mofet Institute - Computer Dpt.
+972-3-6901415
+972-52-562237
~



=
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: installation problems RH6.2

2000-08-15 Thread Isaac Aaron


How about removing the NIC, reinstalling and placing it back again?

Isaac Aaron



   
   
"Noam Ben  
   
Haim" noambhTo: [EMAIL PROTECTED]   
   
@cc:   
   
onsetinc.comSubject: installation problems RH6.2  
   
Sent by:   
   
linux-il-boun  
   
ce@
   
cs.huji.ac.il  
   
   
   
   
   
15/08/00   
   
10:16  
   
   
   
   
   



HI all

I added a PCI Network card, and since then I can't reinstall RH6.2. the
installation process is stuck at the point of doing the post installation
configuration. and I have to reboot the computer, ruining the
installation...
plz help
N

Noam Ben Haim
[EMAIL PROTECTED]
Tel: +972-9-9561615 ext 122
Fax: +972-9-9561610




=
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: some issues

2000-08-14 Thread Isaac Aaron


Lotus Notes is quite good. I'm using it for several monthes.
It's not quite the same as Micrsoft Exchange, but you can access it with
Outlook 2000 though IMAP or through a native driver.
And (IMHO) it's a lot more secure (comes with S/MIME, SSL, a signature
system, database encryption in the basic package) and has supported Hebrew
from the Web Access a lot sooner the Exchange/IIS did.
Plus it has, a CENTRALIZED ADMINISTRATION (no need to chages the
workstations).

Isaac Aaron
Azorim Construction



   
   
Eli Marmor 
   
marmor@ To: ILUG [EMAIL PROTECTED] 
   
elmar.co.il cc:   
   
Sent by: rootSubject: Re: some issues  
   
@  
   
main.aquanet.  
   
co.il  
   
   
   
   
   
14/08/00   
   
10:56  
   
   
   
   
   



Ira Abramov wrote:

 On Mon, 14 Aug 2000 [EMAIL PROTECTED] wrote:

  3. any one HAS EXPERIENCE with any product ( commercial or free ) that
  could give me
 the full functionality of an microsoft-exchange-server ( not just

 nope. HP's comes the closest and everybody agrees it sucks :(

In case anybody is interested, it's called "OpenMail".

And it is not HP to blame for the quality, but the process: There
are many high-quality software packages for UNIX/Linux, and there
are many high-quality software packages for NT (!). But taking a
product which was designed for one environment of those two, and
porting it (or re-writing it in this case) for the other platform,
is (almost) always bad.

--
Eli Marmor

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




(OT??) Strange NUMERIC behavior in MySQL

2000-08-03 Thread Isaac Aaron

Hi

Did someone ever encounter a message like 'Couldn't perform the edit
because another user changed the record.' from Delphi's BDE while modifying
a NUMERIC column value (say, in dbexplor)?
This doesn't happen with all of the tables, and I'm trying to tell the
difference between the tables that have the problem and the tables that
don't.

I'm using MySQL 3.22.30 and MyODBC 2.50.29.

Thanks
Isaac Aaron


=
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: bidi in mozilla (fwd)

2000-04-02 Thread Isaac Aaron

That is the exact thing that was screwed up on Mozilla's bidi support.
They have reversed the order of the character display, but not the actual
placing of the words.
I think maybe that has something to do with the Windows support for bidi,
because on Windows you get iso-8859-8 encodings correctly.

[EMAIL PROTECTED] wrote:

 Hi, Tzafrir!

 On Wed, Mar 29, 2000 at 08:08:22AM +0200, you wrote the following:

  Anybody here tested the new bidi support in mozilla?

 I went to http://www.microsoft.com/israel/ with M14, and it showed a
 very interesting thing -- each word by itself was written correctly
 (not reversed), but the words in each paragraph were written from left
 to right, like English text. Although it's better than how Netscape 4
 handles it :-), I hope they fix it someday.

 --
 Alex Shnitman| http://www.debian.org
 [EMAIL PROTECTED], [EMAIL PROTECTED]   +---
 http://alexsh.hectic.netUIN 188956PGP key on web page
E1 F2 7B 6C A0 31 80 28  63 B8 02 BA 65 C7 8B BA

 /real/ kernel hackers
 dd if=/dev/urandom of=/vmlinuz
 and influence the Universal Randomosity Field.
 -- Gaal Yahas

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




System hangs during backup

2000-02-07 Thread Isaac Aaron

Hello people

I'm using 'afio -o -Z -s 12000m /dev/st0' to backup my system. During this
backup, I stop any server application from running on the server (by that I
mean -- services that don't come with the standard Red Hat disto). This
backup starts after my system boots, so it has a pretty clean memory to
begin with.

Any suggestions to why my system occasionally hangs during backup? When it
doesn't hang, I sometimes get an 'Unable to handle paging request' on gzip.

Here is my system spec:
Dual Pentium III 500 Mhz
256MB RAM
1 Adaptec 2940U2W/Dual channel (AIC 7890) SCSI Controller
1 Adaptec 2940UW SCSI Controller
2 Fujitsu SCSI hard disks (each attached to a different controller)
3COM 3C905B Ethernet NIC
Python 04106 DDS-3(12/24 DAT) Tape Drive

Software:
RedHat 6.1 "Out of the box"
afio 2.4.2

The following applications are NOT running during backup:
Lotus domino R5 beta 2 (5.0.2)
Intersystems Cache 3.1.2
Pervasive.SQL 2000
MySQL 2.22.30


Thanks in advance
Isaac Aaron


=
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: Re: OFF TOPIC - chmod with root permissions

2000-01-05 Thread Isaac Aaron


How about, if Mike will write the script in a way that gets the
user/password combination for root from the user though a form?





usually why respond to this kind of question would be are you nuts??
you want to make a suid script?and not only a suid script but one that
edit your password file?how about adding a please hack me icon on the
frontpage of your hp?:)

Ely Levy
System group
Hebrew University
Jerusalem Israel



On Mon, 3 Jan 2000, Mike wrote:

|  Hi list.
|  I wrote a management script for my Linux/UNIX systems.
|  I want to be able to use it with web interface, however, since it uses
the
|  adduser, passwd and userdel commands and it does some editing to the
passwd
|  file it will not run under the usually nobody user witch the apache
server
|  uses (on my system anyway).
|
|  My question is simple.
|  should i create a new virtualhost with root permissions OR apply to the
|  script i wrote the option to be run as root no meter who is running it ?
|
|  Waiting for tour comments
|
|  Mike
|
|
|
|  =
|  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]






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



MySQL client hangs when selecting 100,100 records

1999-12-23 Thread Isaac Aaron

Hello list

I have a problem regarding MySQL, and thought maybe one of you would have
an idea. I'm also looking for a good discussion forum specific to MySQL if
anyone knows. I tried Tek-Tips (BTW- great site design. I wish the ILUG
mailing list would run on a site like this), but the MySQL forum they have
there is complete abandoned.

I'm running MySQL 3.2.26a and everying works nicely, except for the fact
that when I issue a query which involves 3 tables, and the result should be
about 100,000 records, my client hangs. I'm using BDE 5.1/Windows NT on the
client side, but this query hangs even the generic MySQL client which is
shipped with the distribution.
All of the fields included in this clause are indexed and other than that,
server performance is of great satisfactory. Issuing a SELECT query just on
the CUSTOMERS table, which contains about 100,000 records works fine.
I'd also like to note that I'm using a source distribution which I have
recompiled to use the gnu pthreds.

Here is my select clause. I wanted to post the table descriptions, but they
don't appear so good upon paste.

SELECT Customers.COMPANY_ID, Customers.CUSTOMER_ID, Customers.ADDRESS,
 Customers.NAME, Customers.SITE_ID, Sites.NAME, Buildings.ADDRESS
 FROM CUSTOMERS Customers, SITES Sites, BUILDINGS Buildings
 WHERE (Customers.COMPANY_ID = Sites.COMPANY_ID)
 AND (Sites.COMPANY_ID = Buildings.COMPANY_ID)
 AND (Sites.SITE_ID = Buildings.SITE_ID)
 AND ( (Customers.REPLACED  '1')
 AND (Customers.CURRENT_STATUS = '3') )

I would love to hear any suggestions.

Thanks in advance
Isaac Aaron


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



BiDi support for Mozilla 5(!)

1999-12-18 Thread Isaac Aaron

For those who are interested:

http://www.mozillazine.org/talkback.html?article=1010


"IBM has announced that they are fronting an effort to get bidirectional text
into Mozilla, and along the way dealing withissues such as Arabic
glyph-shaping. They are currently working on some docs that will be posted in
the newsgroupssoon. "




=
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: SuSe follows MS?

1999-12-16 Thread Isaac Aaron


It seems to me like a problem SuSe doesn't want to get into because it
stretches beyond the basic installation of their Linux distribution. Maybe
they were asking them selves if they really want to answer these types of
questions. Maybe other customers came up with much "weirder" issues and
caused SuSe to take this policy.

If you were a SuSe tech engineer or a manager and you haven't have dealt
with an issue like this before, would you take the time to investigate on
it? Would it be logical in business terms? SuSe is a business, and for any
business to succeed, it has to make money. I'm not justifying SuSe, but I
really see their point, don't you?

Isaac Aaron


Original message:


It was upleasant surprise to get such MS style answer, I expected
something like this:you should install package this and that to get
things working properly or use patch  or something else constructive, or
at the worst case: yes it is a bug we are trying to fix it.
But it seems they even did not check if the damn thing (Gui for vim)
works really or not.

SuSE Support wrote:

 UNLOCK
 Dear SuSE Linux user,

 Thank you for your request for SuSE installation support.

 
   Dear Suse team,
  I have a problem after installation of SuSe 6.3: I can not recompile
vim
  with GUI (gvim). I installed sourses and used rpm -bi ... but it also
  gave me vim without GUI, I tried also recompile my old sourses which
  worked and still working (I recompiled it on another machine with RH6.1
  and got what I wanted). The look on output shows that for some reason
in
  SuSe 6.3 configure program did not find X11 support.
 
  checking for xmkmf... (cached) /usr/X11R6/bin/xmkmf
  checking for X... (cached) no
  checking if X11 header files can be found... no
(on another machine yes!)
  checking --enable-gui argument... no GUI support
  checking for sequent/ptx... no
 
  I hope you to explain (and fix) this weird behaviour. I guess gvim is
  not the only proram which might suffer from this bug.
  TIA, Shimon
  --
  Shimon Panfil, Ph. D.
  Senior Scientist, Odin Technologies Ltd,
  POB 248,Yokneam Ellit 20698, Israel
  tel:972-4-9591010(o),972-4-8226647(h),972-52-857383(m)
 

 We take pains to respond to every installation question from our
 customers.


 Your request is, however, beyond what we consider to be part of
 installation support.


 We regret not being able to help you in this case.


 Appendix H in your manual includes a section describing the scope of
 our installation support.  All supported topics are listed in this
 section. Requests above and beyond these areas will not be handled by
 SuSE installation support.

 Topics not handled by installation support include:

 - Configuring servers (such as mail-, news-, NFS-, and Samba-servers)
 - Firewall- and Masquerading setups
 - Support for other operating systems (DOS, Windows, OS/2, etc.)
 - Support for commercial Linux programs like Applixware, Adabas,
   Netscape etc. (even if they are distributed by us).
 - Support for other Linux distributions (such as Caldera, RedHat, etc.)
 - Compiling code (self-compiled kernels in particular)
 - Devices that are not vital for operating a Linux system
   (such as TV-tuners, scanners, cameras and the like)
 - Advanced storage devices such as RAID arrays, tapes and CD writers
 - 3rd party software and drivers

 If you received this message because you recompiled the kernel, you may
 want to restore the original kernel as described in
 http://www.suse.de/sdb/en/html/bk_originalkernel.html
 and resubmit your request (if your question was within the scope
 of SuSE installation support).

 Our installation support is intended to help our customers in the
 basics of getting their system up and running, not as an instruction
 on the Linux operating system. Many good books about Linux are
 available, including:
 `Running Linux' by Matt Welsh and others, ISBN 1-56592-469-X
 `LINUX' by Michael Kofler, ISBN 0-201-59628-8

 --!-
 If you need qualified paid Linux support beyond the scope of SuSE
 installation support, you may want to contact Linuxcare:
 URL: http://www.linuxcare.com/
 Tel. 888-LIN-GURU (888-546-4878)
 Fax. 415-701-7457
 --!-

 In addition, many installation and configuration questions have
 already been answered in our support database
 (http://www.suse.de/sdb/en/html/). Please have a look!

 Your understanding of this matter is very much appreciated.

 Regards,

 The SuSE Support-Team

 -
 SuSE, Inc. Tel   : +1-510-835-7879 Mo/Th 9a-3p (PST)
 580 2nd Street,Fax   : +1-510-835-7875
 Oakland CA 94607   E-Mail: [EMAIL PROTECTED]
 USAWWW   : http://www.suse.com/
 -

--
Shimon Panfil, Ph. D.
Senior Scientist, Odin Technologies Ltd,
POB 248,Yokneam Ellit 20698, Israel
tel:972-4-9591010(o),972-4-8226647(h),972-5

RE: Off-Topic: SDRAM Prices

1999-12-13 Thread Isaac Aaron


I just need to add that unlike most of the computer parts, memory
components are subject to customs.

This is why memory is relatively higher in Israel than in the states. If I
recall correctly, the government doesn't collect tax for microchips but do
collect tax for the boards (the printed circuit it the memory is attached
to). The boards change the memory module's definition from computer
hardware to an electronic device. So in order to avoid these taxes, these
boards are manufactured in Israel (at Israeli prices).

Because of the addition of a third party (the board assembler) and the fact
that not all of the memory module is manufactured by inexpensive labour,
memory modules will always have higher prices in Israel than abroad (at
least until the government will cancel the tax).

Isaac Aaron

Original message:


It's off-topic, but will save much money for some of you:

If you are going to spend money in the following days on a new
computer or to upgrade your memory, be ware: the SDRAM prices are
FALLING!

According to pricewatch.com, prices of 64MB reached $50, and 128MB -
$120 (all are for 100MHz, SDRAM, 7/8 ns, 8x64 or 16x64). These
prices reflect a drop of 60% (!) since October after the earth quake
in taiwan. In the last days, the drop is even stronger, and there is
a DAILY drop of 2%-3%. If there will not be another earth quake, and
Y2K bug will not run millions of buyers in the last week of 1999 and
the first week of 2000 to computer's stores, the prices are expected
to reach $40 (64MB) and $90 (128MB) very soon (not to mention that
Intel plans to cut prices drastically in mid January. But this is
another story, and still too far...).

Prices in Israel are still $100-$140 (64MB) and $200-$270 (128MB),
but are expected to become similar to the American prices soon (you
know, everything that happens there, is reaching Israel after a
short delay). So if you buy memory or a computer this week, demand
real prices, or delay your purchase a little if your seller insists
on these crazy prices.

Disclaimr: I'm not responsible for any damage, including results of
another earth-quake or Y2K. Gambling on prices is like gambling in a
Casino. Anyway, the current prices in Israel are crazy in any case,
and paying them is like loosing your money even without gambling.

--
Eli Marmor

=
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: Re[2]: Putting Windows Boot Loader instead of LILO

1999-12-05 Thread Isaac Aaron


Is there a way to get that CHOS and use it with Red Hat?
Is it legal to do so?

Isaac Aaron




|BTW, I think we should complain to RedHat that the installer does not
ask
|you whethere to install LILO or not.
well if I remember correct it asked when I updagred mine I was asked
about
lilo. What mode you used graphical ? I used text install.

RH6 offers you the choice of installing LILO on the MBR , or on the
boot record for the Linux partition (there by not removing the Windows
boot loader)
RH6.1 , both graph and text installs also offer you not to install LILO
at all.

BTW - SuSE comes with a really cool boot loader called CHOS (not
installed by default, but on the CD). it has a really nice config file
that is easy to understand , it uses a text menu with hotkeys, you can
customize the menu display, and most important - the default menu
displays a nice penguin logo  :-)
I use it all the time.

Oded

--

There are three kinds of people in the world, those who can count, and
those who can't.


=
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: squid - an off topic issue

1999-10-31 Thread Isaac Aaron

Hi
I posted a reply to an earier message you sent.
My script serves this purpose exactly. I also use squid for connectivity at
my site, and even displaced the MS-Proxy by it just because it does these
things better (you can associate users with dest domains and give them
permissions to reach these domains ONLY and a few other scenarios).

I must also add that it listens to the squid log when the server is set to
httpd format, meaning that if you decide to use AUTH, the AUTH user name
will also appear, and you will be able to check the hour and the user name
along with the dest url to see who exactly used the server to access the
server.

Mike wrote:

 Hi.
 I posted a question at 31.10.99 about log analyzer for the squid.
 I thank you for replaying me, i'm going to use all your fine suggestions
 right away.
 However, i  asked the wrong thing.
 Ok, here goes...
 I have a proxy server that ALL the users must use. if they will not use
 it then they can't get to the WWW.
 i have a person that posted a letter in the Snunit mailing list and now
 snunit , after checking the ip address that connect to their server,
 asked me to try to find the user.
 Now for all of those who thinks that the user done something illegal and
 that they want him then please know that it is really not this
 situation.
 We will not tell snunit the user name (if we can really find it) most
 likely anyway.

 Now, after reading this little story here is the point.
 If i have the exact time (up to the sec) and the site URL, how can i
 find the IP address that used the proxy ?
 i tried to understand the proxy log files (access.log , store.log ect')
 but couldn't get anywhere.

 Is there a utility that can do it for me ?
 Something simple, just to put the time and the URL and to receive the IP
 address ?

 Thanks,

 Mike

 =
 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: Squid log

1999-10-31 Thread Isaac Aaron

I have a very simple perl script that listens to the log and sends every
new like to a MySQL database in the Microsoft Proxy Server log format.

You can use this to make summaries and reports in a RAD tool like Access
or Delphi. You can also make your own reports using Perl or PHP, but I
guess this only applies if you have/intend on having a MySQL database
and know some SQL/report designing.

Email me for the script (please don't reply to the sender address):
[EMAIL PROTECTED]

Mike ALmogy wrote:

 Hi list.
 Does anyone knows of a good (and free) squid log analyzer ?
 I do not need any graphical utility.

 Thanks,

 Mike

 --
 
 Michael Almogy.
 System Administrator
 Mofet Institute.
 Cel : 972-052-562237
 Tel : 972-03-6901415
 Fax : 972-03-6901414
 

 =
 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: informix and perl

1999-10-26 Thread Isaac Aaron

Shay Lapid wrote:

 Did any of you have an example of perl script
 To the follow platform
 ( netscape fast track server 2.01
 Under sco-unix with informix dbase platform)

What does that have to do with Linux?


=
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: download question

1999-10-16 Thread Isaac Aaron

If you're looking for GUI utilities, I can recommend two:
caitoo - for the KDE environment.
and "X Download Manager" AKA 'nt' - for the GNOME environment.

These two applicaitions implement a "getright" or "gozilla" like
functionality.
They even offer some original ideas, maily in tuning up you download
settings.

Shlomo Solomon wrote:

 Does anyone know if there is a utility available to continue
 downloading a large .tar file after losing the ppp connection and
 reconnecting ? I'm using Netscape 5.1 - RedHat 6.0.

 BTW - is there an Israel mirror for StarOffice 5.1 ??

 TIA

 //
 Shlomo Solomon
 [EMAIL PROTECTED]
 http://come.to/shlomo.solomon
 //

 =
 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: Graphical Module Interface

1999-10-16 Thread Isaac Aaron

Oren Shomron wrote:

 Hello,

 I was wondering if there exists a graphical interface
 to loading/unloading/listing kernel modules.


Well, Red Hat has kernelcfg, which can help you add/remove modules from
startup and offer you to restart the kernel daemon in order to make it
work immediately, but I guess this isn't exactly what you are looking
for.


 TIA,
- Oren

 =
 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: äðãåï: Re: What did I do right?

1999-10-09 Thread Isaac Aaron


 I don't know how exactly his configuration works, but FWIW if you're
 using shadow passwords from a Solaris server, a user cannot ypcat
 passwd.adjunct, only root can.

Of course, this was the purpose of shadow passwords. The shadow password system
don't allow ordinary users to read the passwd file, so they won't be able to hack
it.
See: man 5 passwd
Even an ordinary user on a local machine can't read the /etc/shadow file.

 And if you're going to authenticate
 users from a central service on the network, be it NIS or anything
 else, how can you prevent the sniffing problem? Short of using
 something totally different a la Kerberos, you can't. (Am I right that
 Kerberos uses a challenge-response scheme that alleviates the sniffing
 problem?)



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



What did I do right?

1999-10-05 Thread Isaac Aaron

Hi List,

While most of us, as a rule of thumb live by the rule "if it works don't
fix it" - I can't seem to ignore this:

I've read some time ago on the list that shadow passwords don't work
over NIS. Even read it on the documentation.
I wanted to set up an NIS domain on my site with two Red Hat 6.0 server
- one being the master and one acting as a client.
I configured yp.conf and ypserv.conf where needed, ran the makefile
(created empty files where it failed to run because of missing ones;
e.g.:netgroups, which I currently don't use), but it didn't work because
the master server was using shadow passwords, so I went to /var/yp and
ran make shadow (or shadow.byname -- don't recall exacly) and copied the
file it created to /var/yp/(mydomain) AND IT WORKED.

What did I do right? Is it not a NIS domain?
Did I unknowingly create an NYS or an NIS+ domain?
Is the nag too outdated?

Isaac


=
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: What did I do right?

1999-10-05 Thread Isaac Aaron

guy keren wrote:


 i'd make a guess that your client machine does NOT use shadow passwords.
 this way this setup could work, but then your shadow passwords are not
 shadowed at all - they can be seen by anyone that can access the NIS
 system...

 guy

It's the other way around -
ypcat -d mycomain passwd
returned 'x' in the password field.
Network authentification only started to work when I did what I did with
the shadow passwords. Before that - no one could be authenticated.

I can clearly say that shadow passwords are being used on my site right
now.


=
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: Installfest/Demo Day - Announcement

1999-09-28 Thread Isaac Aaron

I'm sorry but I have to

GREAT!!
Both an installfest and my birthday on the same day!!

Sorry again

Yoni Elhanani wrote:

 Hello.

 I'm happy to announce the new installfest, this time with some more
 details.

 It will be held in Dizengoff Center, on friday morning 8/10/99,
 In front of the burger king - you know where. :-)

 The sure sponsors are PF1, Compaq, and Mootag (the local computer
 store),
 Others may join too (sivan, hod ami, oracle...)
 This means you'll be able to purchase Redhat and SuSe boxed sets and
 O'reilly books.
 Some linux CDs (SuSe) will be given away for free, thanks to PF1.

 This event should have been a part of the international demo day,
 and it was delayed due to the jewish holidays, but - we kept the main
 goal,
 instead of just installing linux, we will hold demonstrations and
 tutorials,
 this is why I ask, again, if anyone has anything interesting to show,
 please contact me, we don't want to show only the basic stuff.

 Tell your friends to come, even if they are not intending to install
 linux,
 since tutorials/demos is the main goals of the event,
 And it's a nice opportunity to meet.

 If you have anything to contribute, or a request,
 please tell me.

 Cheers,
 Yoni.

 --

 The day Microsoft makes something that doesn't suck,
 is probably the day they start making vacuum cleaners...

 =
 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: GNOME 2.0 and hebrew

1999-09-27 Thread Isaac Aaron

Good for us!

But before you start the party, you must remember that many software vendors
promised Hebrew/BiDi support and delivered none.
Watch this list's threads (and maybe Ivrix's) and see how many
projects/applications started with the promise to support our weird language (we
write the other way around... :-)  ) and how many of them actually supported
Hebrew eventually.

QT 2.0 should have supported Hebrew itself (as part of the unicode support) but
it doesn't.

It just doesn't seem to worth the effort for those how make it (remember that
Microsoft's OS and business applications' Hebrew support isn't done on pure
business ground -- it doesn't really pay off for them, and they keep threating
that the next version of __(whatever)__ will not be localized)

If QT and GTK+ were to support Hebrew natively (without companion libraries or
patches), maybe Linux wouldn't have been an underdog in this area. Every library
would have been released along with the Hebrew support with Hebrew support (as
opposed to Windows 9X, where we wait 3 monthes for a Hebrew version and 3 more
for a localized version). Microsoft already implemented the native Bidi approach
in it's application and the upcoming Windows 2000. Where are we?


Udi Finkelstein wrote:

 I don't know if this has been discussed before, but GNOME 2.0 is supposed to
 include support UNICODE and bidirectional text:

 http://slashdot.org/article.pl?sid=99/09/24/1056215mode=nocomment

 Quote:
 .."Internationalization. Owen Taylor at RHAD Labs is working full-time on
 internationalization issues in GTK+; we will support Unicode, and all kinds of
 writing systems (including bidirectional text). Very few (if any) toolkits
 support internationalization to this extent. "

 Udi

 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: Kernel panic

1999-09-22 Thread Isaac Aaron

1. Try to remove hardware components (I'd begin with some memory; My first
guess is that one of your memory modules is out of order). The when the kernel
first loads correctly, reattach all the other component (except for the last
component you have removed - this must be the offending hardware piece);
2. This seems like a new computer. Is Linux the only operating system on it?
If there are, do they work correctly?
3.  Make yourself another install disk on another PC (using rawrite) and load
setup with the floppy. There might be a problem with the media you have.
4. Other problems may be specific to your hardware (from what you tell I can
say that Linux works with 3Com cards and Matrox has nothing to do with it at
this stage).

That's as far as I can help for now...

[EMAIL PROTECTED] wrote:

 Hi,
 I trying to install RH 6 on PII 500Mhz with 256MB RAM and with Matrox and
 3com905-TX cards and 4GB HD
 I'm booting from the CD and after the img' files load the system halt and I
 got this message:

 code : ... ( hexa numbers ) ...
 Aiee, killing interrupt handler

 kernel panic: attempt to kill the idle task!
 in interrupt handler not synching

 I try to set default setting to the BIOS and try to set the HD to LBA

 some times I get the message:

 Linux NET4.0 for LInux 2.2
 base upon Swansa University.
 unable to handle kernel paging request at virtual address fa26d9e6 ( and
 the address number is changing evry boot)

 PLEASE HELP

 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]


=
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: sun StarOffice for linux

1999-09-08 Thread Isaac Aaron

Don't you mean StarDivision's StarOffice?

Alon Kadury wrote:

 hi

 does any one have sun's StarOffice for linux on CD, and is willing to make
 me a copy (i'll send him a cd of course).

 thanks,
 alon kadury

 __
 Get Your Private, Free Email at http://www.hotmail.com

 =
 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: Two IP for one card

1999-09-08 Thread Isaac Aaron

I found that LinuxConf is somewhat more productive.
I must also add that the kernel has to be compiled with aliasing support
(RedHat 6.0 is compiled that way).

Meir Litmanovich wrote:

 ifconfig eth0:1 10.10.10.10 or something like that
 man ifconfig for more details .

 On Wed, 8 Sep 1999 [EMAIL PROTECTED] wrote:

  Hi list,
  is there any way to give two IP's to one network card ?
  ( some kind of alias )
 
  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]
 
 
 
 

 =
 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: Reading Hebrew sites with Netscape

1999-09-06 Thread Isaac Aaron

Also, modifiying Netscape to use Hebrew would only apply to a single version.

If we really want this to work, we need them to add BIDI support to the core
development.
This way, every Mozilla will support Hebrew.


Ben-Nes Michael wrote:

 First i don't have the technical knowledge so i can tribute them in any way.

 Second if they want to stay number 1 software its time to get to work

 Explorer is the leading browser in Israel !

 Yaron Zabary wrote:

  On Thu, 2 Sep 1999, Ben-Nes Michael wrote:
 
   I wonder whyNetscape didnt do it !! :-(
  
   They have swidish Netscape but Not Hebrew, thats sucks !!
  
   Maybe we all as a group can ask them to fix there Browsers.
 
   Mayebe you could go to mozilla.org and do that yourself. The sources are
  there for exactly this purpose. They do cvs, so just suck in the cvs tree
  and start working.
 
  -- Yaron.
 
  =
  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]

--
Isaac Aaron
Registered Linux User #127071



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



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



Terminal Emulator for Windows

1999-08-15 Thread Isaac Aaron

Hi

Does anyone know of a good terminal emulator for Windows that
can use all the featues a Linux console can use?

Up to now, I have to do with either the Windows Telnet, the Java telnet
applet, which I colored and added 7-bit Hebrew support (mail me for the
sources), and a commercial VT420 emulator used by our company.

There is, though, the Windows 98 hyperterm, which also supports TCP/IP
in this release and has support for ANSI colors, but it doesn't support
the function keys.

Suggestions?
--
Isaac Aaron
Registered Linux User #127071



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



Short question

1999-08-09 Thread Isaac Aaron

Hi

Does anybody know a shell command that allows me to run something in the
background immediately?

I've looked in to the alternatives -

at: Doesn't fit my need. I need to run it now.
batch: Batch run a process immed. only if the load average is lower than
0.8.
cron: Same as at.
issuing the command with the  sign: This will run as a nested process.
When I'll close the terminal, the command will shut with it.

Anyone?


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



Israeli PC Magazine internet platform comparison

1999-08-06 Thread Isaac Aaron

Anybody read the PC Magazine's comparison between Windows NT, Solaris
and Linux which was published in this month's issue?

This is the first time Linux gets this much attention on this magazine.
I've read previous articles in the opinions section, mostly written by
J. Seymour, and a general article about open source software, but this
article gets to the facts, seeing Linux as a competitive member in the
scene. This is truely a step up for Linux's credit at PC Magazine.

I can only regret for the outcome of this comparison: a stict ruling for
Windows NT and against Linux, leaving Solaris somewhere in the
middle-top. Obviously, tests reviewed in this article were tested
monthes ago (at the time of the test Kernel 2.2 was just out, and it had
the TCP/IP stack bug so they had to use 2.0.35). I would expect an
article of this type to be more up to date with the latest advancements.
I would at lease expect the publisher to say that certain advancement
have been made and if these tests were performed today, the results
would have been better for Linux.

Aside that, I think this article was objective and unbiased. We could
forsee a better complementing review as Linux development improves with
future development tools, and future kernel and web server releases.



=
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: thanks

1999-06-21 Thread Isaac Aaron

If it's only the nfssvc, I can tell you something from my expirience.
It's not enough to compile kernel NFS as a module. It depends on
something that is not included automatically (I really don't know what).
Either compile the kernel with NFS support inside the kernel (not as
a module) or uninstall knfsd.

Ilan Finci wrote:

 Hi,

 I have one small question, I tried to post it on newsgroups but got no
 replay. I couldn't find anything in the documentation.

 I'm using RH6.0.

 I'm trying to compile the kernel (both 2.2.5 and 2.2.10) but without
 success.
 here is what I do:
 1. make mrproper
 2. make xconfig.   I set the computer type to PPro/6x68mx type (we have
 a PII machine). I choose what seems to be reasonable (I attached the
 config file).
 3. make dep
 4. make bzImage
 5. make modules
 6. make modules_install
 7. make install
 8. depmod -a 2.2.10

 In the last step I get a very long list of .o files with unresolved
 symbols.
 at the beginning, I used 'depmod -a' then I didn't get such list.

 When rebooting with the new kernel, the NFS daemon fails to start with
 an error that nfssvc in not implemented.

 What am I doing wrong?

 Thanks,
 Ilan

 --
 MobilEye Vision Technologies LTD
 24 Mishol Hadkalim st. Jerusalem, 97278, Israel
 Tel: 972-2-5866989  Fax: 972-2-5867720
 Email: mailto:[EMAIL PROTECTED]http://www.mobileye.com

   
  Name: config
configType: Plain Text (text/plain)
  Encoding: 7bit


=
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: News server

1999-06-07 Thread Isaac Aaron

 On Mon, 7 Jun 1999, Boris Kreitchman wrote:

 I'd be carefull about using Linux for news. Read the INN newsgroups, they
 are the most valuable information source you can find.

Could you elaborate more on what is wrong with what is wrong with Linux/INN
as a news server?
Stability? Configurability? Security?





Re: REQ: Internet Gold PPP Script

1999-06-05 Thread Isaac Aaron

There you are...


 inet-gold.tar.gz


Partitioning

1999-05-30 Thread Isaac Aaron

Hello

On my effort to gain a new Linux user, I went to my friend's house
with a Red Hat CD with the intention of installing it on his brand
new Hard Disk.

It seems that partitioning a large hard disk is trickier than I thought
!

I've tried to install Red Hat 6 on a 17GB HDD Along with Windows 98 on
the same system.
Using:
2  FAT32 Paritions.
1 /boot parition
1 root parition
1 swap parition.

According to my plan the disk partitions should go
7 GB FAT32 -- 10 MB /boot -- 5 GB FAT32 -- 3 GB root-- 127MB swap

When I try to insert the fifth partition (no matter what order) I
get an error message saying that I con't allocate any more
partitions because I ran out of primary partitions.

How do I do that?
Different partition order?
Extended paritions?






Re: Linux limitations

1999-05-22 Thread Isaac Aaron

David FRYDMAN wrote:

 I don't know what is the limitation of ext2 but I'm using one disk of
 4.2GB with only one ext2.
 So the limitation of ext2 is at least 4.2GB and probably more.

They're not talking about partition sizes, but file sizes.
When you use a database, the file size max is actually very imoprtant
because database servers use only one file, and manage everything
inside the file.
You could run into this limit using VMWare. VMWare shouldn't let you
use a disk file bigger than than 2GB (according to this limit).

About the memory limit. You can set it up while configuring the kernel  If
you
something in one of the source files.





Re: Linux limitations

1999-05-22 Thread Isaac Aaron

Nimrod Zimerman wrote:


 Do you know what memory limitation does NT impose on an i386?
 (because, as far as I know, using more memory than that penalizes you in
 speed).

Nimrod

It's the intel platform that limits it.
On a standard pentium, over than 64MB of MB's couldn't be cached
because of architecture limits.
Caching on Xeon/PIIs isn't limited, but you'd have to increase the cache size
according to the memory size.
Multiple processors also have more cache memory on it, which means you can
increase you cache size by using multiple processors, even if you don't need
more
processor power.

However, these limitations are not Windows NT Specific.






Re: Mach 64 server

1999-05-15 Thread Isaac Aaron

You need to get the latest version of XFree86, that is 3.3.3.1.
Your current version (the one that comes with RHS Linux 5.2 is 3.3.2.X) doesn't
support that card.

You could have read it on the XFree86 FAQ.

"Laporte, Justin" wrote:

 I have an ATI IIc 3d rage pro video card mach64 with internal Ramdac. I have
 tried all the mach 64 and ATI servers. Does anyone know of an X sever that
 will run on this card properly other than SVGA? Also I have always tried to
 probe clock during setup and it hangs, would selecting dont probe clock
 help? Or possibly does any one have RH 6 and know of this support with the
 new distribution i am running 5.2.

 Justin Laporte
 Network Engineer
 Internet Business Systems, Inc.
 1296 Blue Hills Avenue
 Bloomfield, CT 06002
 Phone (860)-769-6697
 Fax (860)-769-6699
 http://www.ibsnetworking.com
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]

 /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
   "Linux, need I say more?"
 \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/





DHCP Error

1999-05-13 Thread Isaac Aaron

Hi,

Maybe one of you can help me.
I have a funny error with dhcpd. I'm trying to configure it with a
simple dhcpd.conf:

subnet 192.168.0.4 netmask 255.255.0.0
{
 range 192.168.0.10 192.168.0.254 ;
 option domain-name "isaacshome.intranet";
}

where 192.168.0.4 is the ethernet card's address
but when I
#/etc/rc.d/init.d/dhcpd start
I get this:

Starting dhcpd: dhcpd Internet Software Consortium DHCPD $Name:
V2-BETA-1-PATCHLEVEL-6 $
Copyright 1995, 1996, 1997, 1998 The Internet Software Consortium.
All rights reserved.
Address range 192.168.0.10 to 192.168.0.254 not on net
192.168.0.4/255.255.0.0!
exiting.

How come?
It sure is on the same net!
Any ideas?





QT 2.0 Pre-Release

1999-05-08 Thread Isaac Aaron

Hi,

Can anybody tell me where I can get QT 2.0 to test kde applications
that run with this library?





Re: linux serial driver

1999-04-25 Thread Isaac Aaron

Erez Doron wrote:

 HI

 does anyone know how can I use the 'custom-baud-rate'
 ( option to directly give the serial port it's divisor
   this lets you fine tune baud rate).

 regards
 erez

setserial is your friend.
setserial /dev/ttyS1 baud_base 

Consault the manual page ('man setserial') for proper syntax

Hope it helps,
Isaac Aaron





Re: Latest Gates FUD wrt Linux: Gates shoots his own company in the foot

1999-04-18 Thread Isaac Aaron

Amos Shapira wrote:

 On Fri, April 16 1999, "Peter L. Peres" [EMAIL PROTECTED] wrote:
 |  imho this is a brilliant shot in the foot of Microsoft by its own
 |chairman because it is well-known that one of the few killer applications
 |that have advanced MS Windows have been integrated office suites, that do
 |mostly... word processing and spreadheets.

 I know a former Microsoft sales-person and he just told me that 80% of
 Microsoft's revenues come from Office products.  I assume the other
 20% are divided among the OS's and the other stuff.

 So the Microsoft Office may have a much larger weight in M$'s
 decisions than you might have expected (at least *I* didn't guess this
 figure before he told me, I though that the OS business is what they
 are leaning on).

Hence Microsoft's desire to treat Linux as a platform for word processors and
spreadsheets.

It also makes sense: Windows 98 costs $95 while Office costs about $350.
Office is used almost exclusively in (surprise surprise) offices, while
Windows is sold to private use too.





Using PCTV with a TV interface

1999-03-23 Thread Isaac Aaron

I'm trying to install Linux on a computer (in my living room) that is to
be connected to my television.
I'm using an ATI 3D Rage II+PCTV with a composite RCA cable.
When I boot the computer, the screen looks just fine, but I can't
configure XFree86 to use the television.
All I get is a TV out of sync.

I've read the video timings HOWTO and tried to use xvidtune to manually
configure it to use
a vertical refresh rate that is lower than 50Hz.

ATI's support site says they don't support the TV interface on operating
systems other the M$ Windows, but what I read there imlies that there is
only a problem when you try to connect it to a PC monitor AND a TV
screen.
XFree86's FAQ also answers to a question like "I get a garbled display
on the monitor when I start X" with the reply "Take out the video cable,
the Mach64 server doesn't work well with that". This answer makes me
wonder if I should have a problem.

1. Does anybody have any expirience with that sort of configuration?
2. If ATI's PCTV doesn't work, what does?