THIS DEFINITELY LOOKS LIKE SPAM (was: Re: 4 sale...(yes, again..) , :-))

2000-08-10 Thread Omer Zak

At least, this time the guy has contact information which is accessible
to the deaf.
 --- Omer
WARNING TO SPAMMERS:  see at http://www.zak.co.il/spamwarning.html

On Fri, 11 Aug 2000, TaLinux wrote:

> hi gang !!
> 
> well , after much success with the  previous add , i would like to use
> your services one more time...this time with something much cheaper :
> 
> desktop pc, including :
> 
> p II333
> 160 mb ram
> hd 6.4 wd udma
> cd X 36
> 1.44
> bunshee 16mb agp
> sb 16 isa
> modem 56.600
> midi tower atx
> mag 15"
> mouse 
> keybord
> 
> please contact me to 051-473382 
> and please DO NOT reply this Email regarding this add...
> 10x...
> 
>  
> 
> ---
>  _|_|_   Best Regard's ,
>   ( )   *  Amir Tal,  
>   /v\  /   System Administrator
> /(   )XIntercomp Ltd.
>  (m_m)  
> | |ICQ : 15748705
> | (_)_ __  Office : 09-9526993.
> | | | '_ \| | | \ \/ / 
> | | | | | | |_| |>  <
> |_)_|_|_| |_|__,_/_/\
> visit us at www.legacy2web.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]




Re: Root Remote Login

2000-08-10 Thread Stanislav Malyshev a.k.a Frodo

GSM>> > So how can I allow the remote login as root to those
GSM>> > systems anyway?

GSM>> Why? To allow remote logon of root is to ask for trouble. Why not just
GSM>> su when needed. Or if you want to "do it right" install sudo.

Install ssh. Do ssh -l root myremotehost. Be happy & secure.

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




4 sale...(yes, again..) :-)

2000-08-10 Thread TaLinux

hi gang !!

well , after much success with the  previous add , i would like to use
your services one more time...this time with something much cheaper :

desktop pc, including :

p II333
160 mb ram
hd 6.4 wd udma
cd X 36
1.44
bunshee 16mb agp
sb 16 isa
modem 56.600
midi tower atx
mag 15"
mouse 
keybord

please contact me to 051-473382 
and please DO NOT reply this Email regarding this add...
10x...

 

---
 _|_|_ Best Regard's ,
  ( )   *  Amir Tal,  
  /v\  /   System Administrator
/(   )XIntercomp Ltd.
 (m_m)  
| |ICQ : 15748705
| (_)_ __  Office : 09-9526993.
| | | '_ \| | | \ \/ /   
| | | | | | |_| |>  <
|_)_|_|_| |_|__,_/_/\
visit us at www.legacy2web.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]




Yes An ISDN question again !

2000-08-10 Thread Neer Friedman

I know that million people have asked this question before.
but How can I connect to BezeqInt (on RH6.2 with isdn script installed and 
working) ? Here is what I did :
I enabled the driver (module) [OK]
I configured everything   [OK]
I Dialed using:" isdnctrl dial ippp0" [OK]
I got IP From BezeqInt[OK]

but after I am connected for 5 sec it disconnects.
this is what I see on tty11:

Unknown Country "+49640"
Unknown Country "+49640"
Unknown Country "+49640"
Unknown Country "+49640"
Aug 10 16:34:06 * tei 86 calling   withRING (Data)
Aug 10 16:34:09   tei 86 calling   withCONNECT (Data)
Aug 10 16:34:09   tei 86 calling   withUnknown provider 33
Aug 10 16:34:15   tei 86 calling   withNormal call clearing (User)
Aug 10 16:34:15   tei 86 calling   withHANGUP ( 0:00:06 I=232.0 b 
O=256.0 b )


Can Someone PLEASE Help Me !!!


   Thanks
  Neer Friedman
  KNT Engineering LTD.
  [EMAIL PROTECTED]


Get Your Private, Free E-mail from MSN Hotmail 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]




ISDN 128k Summary

2000-08-10 Thread Alex Rier

Hi,

Thanks Nimrod S. Carmi,- your script is 100% working (attached).

One can connect Linux using isdn4linux to the BezeqInt
128k ISDN line.

Connection speed "mini-benchmark"
-
Download netscape3.exe from ftp.bezeqint.net
  If connecting on a single   64k channel, the speed is  6.5Kb/s
  If connecting on a bundled 128k channel, the speed is 11.3Kb/s

BTW, don't expect for help from BezeqInt.
They don't know what Linux is ;-(

All the best,

Alex Rier| 
Linux Consultant | Tel:  +972-52-442549
Breakthrough Ltd.| FAX:  +972-3-5364060
http://www.breakt.co.il  | mailto:[EMAIL PROTECTED]




#!/bin/bash
/usr/sbin/isdnctrl addif ippp0
/usr/sbin/isdnctrl addslave ippp0 ippp1
/usr/sbin/isdnctrl secure ippp0 on
/usr/sbin/isdnctrl secure ippp1 on
/usr/sbin/isdnctrl addphone ippp0 out 136014
/usr/sbin/isdnctrl addphone ippp1 out 136014
/usr/sbin/isdnctrl l2_prot ippp0 hdlc 
/usr/sbin/isdnctrl l3_prot ippp0 trans 
/usr/sbin/isdnctrl encap ippp0 syncppp
/usr/sbin/isdnctrl l2_prot ippp1 hdlc 
/usr/sbin/isdnctrl l3_prot ippp1 trans 
/usr/sbin/isdnctrl encap ippp1 syncppp
/usr/sbin/isdnctrl huptimeout ippp0 3600 
/usr/sbin/isdnctrl huptimeout ippp1 3600
/usr/sbin/ipppd /dev/ippp0 /dev/ippp1
/sbin/ifconfig ippp0 up
sleep 4
/usr/sbin/isdnctrl dial ippp0
/usr/sbin/isdnctrl dial ippp1
sleep 7
route add default ippp0




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




Yes An ISDN question again !

2000-08-10 Thread Neer Friedman

I know that million people have asked this question before.
but How can I connect to BezeqInt (on RH6.2 with isdn script installed and 
working) ? Here is what I did :
I enabled the driver (module) [OK]
I configured everything   [OK]
I Dialed using:" isdnctrl dial ippp0" [OK]
I got IP From BezeqInt[OK]

but after I am connected for 5 sec it disconnects.
this is what I see on tty11:

Unknown Country "+49640"
Unknown Country "+49640"
Unknown Country "+49640"
Unknown Country "+49640"
Aug 10 16:34:06 * tei 86 calling   withRING (Data)
Aug 10 16:34:09   tei 86 calling   withCONNECT (Data)
Aug 10 16:34:09   tei 86 calling   withUnknown provider 33
Aug 10 16:34:15   tei 86 calling   withNormal call clearing (User)
Aug 10 16:34:15   tei 86 calling   withHANGUP ( 0:00:06 I=232.0 b 
O=256.0 b )


Can Someone PLEASE Help Me !!!


   Thanks
  Neer Friedman
  KNT Engineering LTD.
  [EMAIL PROTECTED]


Get Your Private, Free E-mail from MSN Hotmail 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]




SSH vs OpenSSH

2000-08-10 Thread Ben-Nes Michael

Hi All

Which is the best, more stable etc  ?

--
--
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: Root Remote Login

2000-08-10 Thread Geoffrey S. Mendelson

Alex Rier wrote:

> Most of the Unixes allow to allow remote login
> as root in /etc/login.defs .
> That's not so in RedHat 6.X, SuSE 6.X .
> So how can I allow the remote login as root to those
> systems anyway?
> PAM?

Why? To allow remote logon of root is to ask for trouble. Why not just
su when needed. Or if you want to "do it right" install sudo.

Geoff.

-- 
Geoffrey S. Mendelson
Tel:  (03) 6944-211  Fax: (03) 6944-225 Email: [EMAIL PROTECTED]


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




Re: strange problem

2000-08-10 Thread Nimrod S. Carmi

Hey,

On Thu, 10 Aug 2000 [EMAIL PROTECTED] wrote:

> why doesn't vncviewer find the ip for the host while all other programs
> find it ?

VNC is just a bit stupid sometimes, anyhow you might want to use its Java
client aswell.
Point your browser (not Lynx) to http://host_computer:5800
And see what happens ;)

=---=
Nimrod Simba Carmi,
School Sucks
http://www.schoolsucks.com
http://www.schoolsucks.co.il
Phone: +972-5423-9910
Fax: +972-6651-5473


"... Have you heard the news? The dogs are dead!
You better stay home and do as you're told
Get out of the road if you want to grow old."



=
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: more than one dns entry

2000-08-10 Thread Mevorach, Assaf

but does it really balance the connections in a random uniformly distribute
way? (i.e. ~ 50% to each one) 
or just when you do 'host' you can know that they have few ip's

-Original Message-
From: Ira Abramov [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 10, 2000 5:11 PM
Cc: ILUG
Subject: RE: more than one dns entry


On Thu, 10 Aug 2000, Mevorach, Assaf wrote:

> a simple resolution might be to write cron job that will switch between 2
> config files of DNS
> (one for each ip) and will reload named each time it switches

WHY? you just put 2 or more A RRs and the client will handle it
fine. it's part of the RFC. how do you think ICQ, YAHOO and others do 
it?

not just for webservers. for instance, columbia university's unix acout
(telnet) machines for staff and students:

# host cunix.columbia.edu
cunix.columbia.edu has address 128.59.59.132
cunix.columbia.edu has address 128.59.59.134
cunix.columbia.edu has address 128.59.59.136
cunix.columbia.edu has address 128.59.59.11
cunix.columbia.edu has address 128.59.59.130



-- 
Ira Abramov, GNU/Linux advocate.
(@- 
//\ "Akamai, Google, MicroSoft, Sun, Oracle, Intel, NASA, Sony, 
v_/_Python, JPG, PNG - CS masturbation is changing the world."
 -- C.S. explaining her views on masturbation to Linus, 3/7/2000


=
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: more than one dns entry

2000-08-10 Thread Ira Abramov

On Thu, 10 Aug 2000, Mevorach, Assaf wrote:

> a simple resolution might be to write cron job that will switch between 2
> config files of DNS
> (one for each ip) and will reload named each time it switches

WHY? you just put 2 or more A RRs and the client will handle it
fine. it's part of the RFC. how do you think ICQ, YAHOO and others do 
it?

not just for webservers. for instance, columbia university's unix acout
(telnet) machines for staff and students:

# host cunix.columbia.edu
cunix.columbia.edu has address 128.59.59.132
cunix.columbia.edu has address 128.59.59.134
cunix.columbia.edu has address 128.59.59.136
cunix.columbia.edu has address 128.59.59.11
cunix.columbia.edu has address 128.59.59.130



-- 
Ira Abramov, GNU/Linux advocate.
(@- 
//\ "Akamai, Google, MicroSoft, Sun, Oracle, Intel, NASA, Sony, 
v_/_Python, JPG, PNG - CS masturbation is changing the world."
 -- C.S. explaining her views on masturbation to Linus, 3/7/2000


=
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: more than one dns entry

2000-08-10 Thread Evgeny Zemlerub


Yep, sure you can do it.

 But pickdns is more flexible for stuff like this.
If you have servers on different networks (netvision and
internet gold) you can define that all users from netvision
will be given ip of server in netvision and users from
zahav will be have ip of server in zahav.
 Check out here : http://cr.yp.to/djbdns.html



[EMAIL PROTECTED] wrote:

> hi
>
> can i set my dns (bind) to give 2 diffrent ips for the same name
> ( i have two identical web server and i want each user to be randomly
> givvent one of them )
>
> thanks
> erez.
>
> =
> 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: more than one dns entry

2000-08-10 Thread Mevorach, Assaf

a simple resolution might be to write cron job that will switch between 2
config files of DNS
(one for each ip) and will reload named each time it switches

-Original Message-
From: Ira Abramov [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 10, 2000 4:35 PM
To: [EMAIL PROTECTED]
Cc: ILUG
Subject: Re: more than one dns entry


On Thu, 10 Aug 2000 [EMAIL PROTECTED] wrote:

> can i set my dns (bind) to give 2 diffrent ips for the same name
> ( i have two identical web server and i want each user to be randomly
> givvent one of them )

yes, it's the cheapest load balancing money can buy.


=
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: more than one dns entry

2000-08-10 Thread Mevorach, Assaf

But it will randomly choose one of them!

-Original Message-
From: Ira Abramov [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 10, 2000 4:35 PM
To: [EMAIL PROTECTED]
Cc: ILUG
Subject: Re: more than one dns entry


On Thu, 10 Aug 2000 [EMAIL PROTECTED] wrote:

> can i set my dns (bind) to give 2 diffrent ips for the same name
> ( i have two identical web server and i want each user to be randomly
> givvent one of them )

yes, it's the cheapest load balancing money can buy.


=
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: more than one dns entry

2000-08-10 Thread Ira Abramov

On Thu, 10 Aug 2000 [EMAIL PROTECTED] wrote:

> can i set my dns (bind) to give 2 diffrent ips for the same name
> ( i have two identical web server and i want each user to be randomly
> givvent one of them )

yes, it's the cheapest load balancing money can buy.


=
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: Root Remote Login

2000-08-10 Thread Ira Abramov

On Thu, 10 Aug 2000, Alex Shnitman wrote:

> > Most of the Unixes allow to allow remote login
> > as root in /etc/login.defs .
> > That's not so in RedHat 6.X, SuSE 6.X .
> > So how can I allow the remote login as root to those
> > systems anyway?
> > PAM?
> 
> Yep. /etc/pam.d/login contains a line like "auth requisite
> pam_securetty.so"; remove it.

more to the point, you probably want to simply "rm /etc/secturetty"
instead.

-- 
Ira Abramov, GNU/Linux advocate.
(@- 
//\ "Akamai, Google, MicroSoft, Sun, Oracle, Intel, NASA, Sony, 
v_/_Python, JPG, PNG - CS masturbation is changing the world."
 -- C.S. explaining her views on masturbation to Linus, 3/7/2000


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




more than one dns entry

2000-08-10 Thread erez

hi

can i set my dns (bind) to give 2 diffrent ips for the same name
( i have two identical web server and i want each user to be randomly
givvent one of them )


thanks
erez.


=
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: Root Remote Login

2000-08-10 Thread Alex Shnitman

Hi, Alex!

On Thu, Aug 10, 2000 at 03:17:33PM +0300, you wrote the following:

> Most of the Unixes allow to allow remote login
> as root in /etc/login.defs .
> That's not so in RedHat 6.X, SuSE 6.X .
> So how can I allow the remote login as root to those
> systems anyway?
> PAM?

Yep. /etc/pam.d/login contains a line like "auth requisite
pam_securetty.so"; remove it.


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

Personally, I never finish my

=
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: woody: xterm "clients" (mc, lynx) do not use the xtrem* from Xresources?

2000-08-10 Thread Shaul Karl

> On Thu, Aug 10, 2000 at 07:49:50AM +0300, Shaul Karl wrote:
> > I was not explaining myself well. Allow me to try once more:
> > 
> > I have a 14" screen. When I am using Debian's menu system and issue
> > XShells->Xterm
> > I am getting an xterm whose width is roughly the width of my screen. I believe 
> > that this is due to my use of
> > xterm*Font:   10x20
> > in my `/.Xresources, which forces the xterm window to be of a certain width.
> > Until recently, when I used, for example, Apps->System->Top to see the 
> > processes on the machine I was getting a window which had the size of the 
> > above xterm. But starting from Yesterday this is not the case. Now top (or 
> > other text apps) window is much smaller then my xterms. My guess is that for 
> > some reason the xterm*Font is not used anymore by these apps. How can I fix it 
> > so that these xterm "clients" will be opened in a window which has the size of 
> > my xterms?
> > My window manager is fvwm.
> 
> Are you positive it's being run with xterm and not some other
> x-terminal-emulator (kvt, rxvt, gnome-terminal, etc...)?  There are some
> subtle differences between xterm*font, Xterm*font, xterm*Font and
> Xterm*Font. In an xterm, Ctrl- should allow you to change
> the font size on the fly as well (if it doesn't give you a menu -- maybe
> it's not an xterm...).
> 


Thanks. You have given me an intermediate solution.
When I press Ctrl- on the opened text app (be it top, mc, 
gnuplot) I can see that the VT Fonts are the default fonts. I can then choose 
Huge in order to get the fonts and window size that I am used to.
Well, almost. Having the text app resized window lying on top of an xterm 
shows that the xterm window is still a bit wider.

What is the required resource for getting a Huge fonts in any xterm?
Changing xterm*Font into Xterm*Font made the xterm window have the size of the 
smaller size of the windows of the text apps and not the other way around.

And the underlying problem remains: Why are all these text apps being started 
in a smaller window? It was not like that before. Is there a bug somewhere? Am 
I the only one who have this problem?

BTW: I do not have any other x-terminal-emulator on my system beside xterm.


> -- 
> MegaHAL quote:
>   I think a blowpipe is a marijuana cigarrette.  
>   It'll get you deleted!
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null



-- 

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




accessing NTFS

2000-08-10 Thread Noam Ben Haim

Hi all

I have an NT Lan and a single linux machine. what is the best solution for
sharing files between my machines?

thanks in advance
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]




Re: You ruled me out as a potential customer (was: Re: 4 sale...)

2000-08-10 Thread Shachar Shemesh

It's so nice to see everyone on topic, relevant, and helpful.

You could have, at least, change the subject.

P.S.
Please note that I have not changed the subject, posted on topic (in fact, I have 
created a new topic altogether), and
that I am including the full quote of the original, irrelevant to this email, message 
I am replying to.

Shachar


Nadav Har'El wrote:

> On Thu, Aug 10, 2000, Moshe Zadka wrote about "Re: You ruled me out as a potential 
>customer (was: Re: 4 sale...)":
> > And, of course,
> >
> > awk 'BEGIN {print 294.0/32}' < /dev/null
> >
>
> Or, if you're really bored, try
>
> echo '294 32 div
> /Times-Roman findfont 150 scalefont setfont 100 500 moveto 16 string cvs show
> showpage' | gv -
>
> (replace "gv -" by lpr if you want the result on paper!)
>
> --
> Nadav Har'El| Thursday, Aug 10 2000, 9 Av 5760
> [EMAIL PROTECTED] |-
> Phone: +972-53-245868, ICQ 13349191 |Wear short sleeves! Support your right
> http://nadav.harel.org.il   |to bare arms!
>
> =
> 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: You ruled me out as a potential customer (was: Re: 4 sale...)

2000-08-10 Thread Nadav Har'El

On Thu, Aug 10, 2000, Moshe Zadka wrote about "Re: You ruled me out as a potential 
customer (was: Re: 4 sale...)":
> And, of course,
> 
> awk 'BEGIN {print 294.0/32}' < /dev/null
> 

Or, if you're really bored, try

echo '294 32 div
/Times-Roman findfont 150 scalefont setfont 100 500 moveto 16 string cvs show
showpage' | gv -

(replace "gv -" by lpr if you want the result on paper!)


-- 
Nadav Har'El| Thursday, Aug 10 2000, 9 Av 5760
[EMAIL PROTECTED] |-
Phone: +972-53-245868, ICQ 13349191 |Wear short sleeves! Support your right
http://nadav.harel.org.il   |to bare arms!

=
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: You ruled me out as a potential customer (was: Re: 4 sale...)

2000-08-10 Thread Evgeny Zemlerub

Well one more :
echo '' |  /usr/bin/php -q





=
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: You ruled me out as a potential customer (was: Re: 4 sale...)

2000-08-10 Thread Moshe Zadka

On Thu, 10 Aug 2000, Omer Musaev wrote:

> rage-[11:15:51]-~$echo 294.0 32kK/p|dc
> 9.1875

And, of course,

awk 'BEGIN {print 294.0/32}' < /dev/null

--
Moshe Zadka <[EMAIL PROTECTED]>
There is no IGLU cabal.
http://advogato.org/person/moshez


=
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: You ruled me out as a potential customer (was: Re: 4 sale...)

2000-08-10 Thread Moshe Zadka

On Thu, 10 Aug 2000, Nadav Har'El wrote:

> On Thu, Aug 10, 2000, Moshe Zadka wrote about "Re: You ruled me out as a potential 
>customer (was: Re: 4 sale...)":
> > > software... Till then, remember bc's 'scale' variable, or use xcalc :)
> > 
> > Or,
> > 
> > perl -e 'print 294/32'
> 
> Better make that perl -e 'print 294/32,"\n"'
> 
sorry. But you can also find the answer to this question on the web, in
the url:
javascript:document.write(294.0/32)

--
Moshe Zadka <[EMAIL PROTECTED]>
There is no IGLU cabal.
http://advogato.org/person/moshez


=
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: You ruled me out as a potential customer (was: Re: 4 sale...)

2000-08-10 Thread Moshe Zadka

On Thu, 10 Aug 2000, Moshe Zadka wrote:

> perl -e 'print 294/32'
> 
> or
> 
> python -c 'print 294.0/32'
> 
> or
> 
> echo 'puts [expr 294.0/32]' | tclsh
> 
> (many others snipped)
> 

One cute way I snipped:
echo 'main() {printf("%f\n", 294.0/32);}' | gcc -x c /dev/fd/0 ;a.out

(more variations on this theme: look in Debians inteepreters/ directory,
and do the same with everything there)

--
Moshe Zadka <[EMAIL PROTECTED]>
There is no IGLU cabal.
http://advogato.org/person/moshez


=
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: You ruled me out as a potential customer (was: Re: 4 sale...)

2000-08-10 Thread Omer Musaev

Moshe Zadka wrote:

> Or,
>
> perl -e 'print 294/32'
>
> or
>
> python -c 'print 294.0/32'
>
> or
>
> echo 'puts [expr 294.0/32]' | tclsh

rage-[11:15:51]-~$echo 294.0 32kK/p|dc
9.1875


--
Omer Mussaev051-308-214   mailto:[EMAIL PROTECTED]
systems programmer, Mercury Interactive/RND/Conduct/core



=
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: 4 sale...

2000-08-10 Thread Daniel Feiglin

tal wrote:
> 
> hey gang !
> 
> the following items are for sale.. if anyone is interested, please contact
> me to the
> phone number listed at the bottom of this Email.
> 
> A)a desktop pc , including :
> 
> Bord - pc partner bx440
> Cpu - Amd athlon 700Mhz
> Ram - 294Mb 133 Mhz
> Hd - ibm 27gb 7200 rpm
> Vga card - Bunshee 16Mb Agp
> Sound - creative Sb 128
> Modem - Ess 56.600Kbps pci
> Nic - Realtek 8029 pci
> Cdrom - X50
> Floppy - 1.44
> Full tower atx
> 
> B)Toshiba notebook , including :
> 
> Cpu - intel P II 266Mhz
> Ram - 128Mb
> Hd - ibm 8.4gb 5400 rpm
> Sound - yamaha Qpl 3
> 14" active
> Modem + Nic - 3com fem656b (10\100 + 56.600)
> Dvdrom
> Floppy - 1.44
> Full tower atx

Wow! A laptop with full tower ATX. I always wanted one of them ...

> Floppy - 1.44
> usb
> ps2 X 2
> Lpt port
> infra-red
> com-port
> external vga
> 
> i can be reached at 051-473382 24Hrs a day...
> please DO NOT reply this Email regarding to this offer...
> 
> Best Regard's ,
> Amir Tal.
> 
> =
> 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:Feiglin;Daniel
x-mozilla-html:FALSE
adr:;;
version:2.1
email;internet:[EMAIL PROTECTED]
x-mozilla-cpt:;0
fn:Daniel Feiglin
end:vcard



Re: You ruled me out as a potential customer (was: Re: 4 sale...)

2000-08-10 Thread Nadav Har'El

On Thu, Aug 10, 2000, Moshe Zadka wrote about "Re: You ruled me out as a potential 
customer (was: Re: 4 sale...)":
> > software... Till then, remember bc's 'scale' variable, or use xcalc :)
> 
> Or,
> 
> perl -e 'print 294/32'

Better make that perl -e 'print 294/32,"\n"'

(in zsh for example, the prompt hides the partial line if you forget the
newline).

> or
> 
> python -c 'print 294.0/32'
> 
> or
> 
> echo 'puts [expr 294.0/32]' | tclsh
> 
> (many others snipped)

-- 
Nadav Har'El| Thursday, Aug 10 2000, 9 Av 5760
[EMAIL PROTECTED] |-
Phone: +972-53-245868, ICQ 13349191 |You have the right to remain silent.
http://nadav.harel.org.il   |Anything you say will be used against you.

=
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: ISDN 128k

2000-08-10 Thread fredy

I'm using bezeq-int myself for isdn 128k at home
Just use Isdn4Linux, it works just fine.

Fred Arie.
TIE Middle East Ltd.
Ben Gurion 22 street
Hertzliya, ISRAEL
Tel: +972-9-9501132
 or: +972-9-9501113
Cel: +972-52-522006
Fax.:+972 9 9500911
mailto:[EMAIL PROTECTED]
Http://www.TieMiddleEast.com

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Alex Rier
Sent: Wednesday, August 09, 2000 11:59 AM
To: ILUG (E-mail)
Subject: ISDN 128k


Hi,

What Islaeli ISPs provide Dial-Up ISDN 128k via MPPP Channels Bundling?
Did somebody succede to configure Linux ISDN 128k?  How?

Thanks,

Alex Rier|
Linux Consultant | Tel:  +972-52-442549
Breakthrough Ltd.| FAX:  +972-3-5364060
http://www.breakt.co.il  | mailto:[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: You ruled me out as a potential customer (was: Re: 4 sale...)

2000-08-10 Thread Moshe Zadka

On Thu, 10 Aug 2000, Nadav Har'El wrote:

> On Thu, Aug 10, 2000, Ira Abramov wrote about "Re: You ruled me out as a potential 
>customer (was: Re: 4 sale...)":
> > On Thu, 10 Aug 2000, Udi Finkelstein wrote:
> > 
> > > >> Ram - 294Mb 133 Mhz
> > > c'mon - 294MB?? It's not even a 32MB multiple.
> > 
> > [ira@ax ira]$ echo "294/32"|bc
> > 9
> > 
> > I would guess 2 128M DIMMS and a spare 32 from somewhere, but a valid
> > point on the Athlon with Intel chipset :-)
> > 
> > and Tal: if it's not pre-installed with Linux it's off topic :-))
> 
> We're getting more and more off-topic by the moment, but I just had to say
> something about bc (a Linux issue, isn't it?) - Ira, bc's default is to print
> 0 (yes, that's right, zero) digits after the decimal point
> 
> runing
>   echo "scale=6; 294/32"|bc 
> will get you the correct answer,  9.187500
> 
> Because of bc's annoying limitations and syntax, I usually use my own version
> of Brian Kernighan's HOC:
> 
> /home/nyh$ hoc
> Welcome to the NYH HOC interpreter.
> Release 9.1.1 (revision 119), Fri Apr  4 16:48:41 IDT 1997.
> hoc> 294/32
> 9.1875
> 
> Someday I'll talk with Kernighan about making my version of HOC free
> software... Till then, remember bc's 'scale' variable, or use xcalc :)

Or,

perl -e 'print 294/32'

or

python -c 'print 294.0/32'

or

echo 'puts [expr 294.0/32]' | tclsh

(many others snipped)


=
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: mount problem

2000-08-10 Thread Ben-Nes Michael

That's Fine but I still want to know how can I kill a mount command which
stay stuck.

This process is from command issued last day and it still stuck.
I cant even shut down because in the stage of unmounting it stay stuck and
then I must use the reset button.

root   703  0.0  0.8  1292  508 ?DAug09   0:00 mount
/dev/cdrom1 -t hfs /mnt/cdrom

Omer Musaev wrote:

> Ben-Nes Michael wrote:
>
> > Hi Again :)
> >
> > sometimes when i mount a cdrom the mount process don't end and stay
> > stuck.
> >
> > the problem is that whatever I do (kill, unmount ... ) it don't kill or
> > finish the mount process.
> >
> > I have two cdorm on the same machine. one scsi second ide with same
> > symptom
> >
>
> >
>
> try to clean disks/drives. seriously, this is the symptom of drive unable
> to
> read the disk (hardwarily)
>
> >
> > --
> > --
> > 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]
>
> --
> Omer Mussaev051-308-214   mailto:[EMAIL PROTECTED]
> systems programmer, Mercury Interactive/RND/Conduct/core

--
--
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: You ruled me out as a potential customer (was: Re: 4 sale...)

2000-08-10 Thread Ben-Nes Michael

Hi

I contact him about the Toshiba and he told me that its a two year computer
owned by the company that he worked at and he bought it from them half a year
before.

He sound decent.

Omer Zak wrote:

> Hello Matan,
> The problem is that the sender left me with no legitimate way to contact
> him in private.  His E-mail address looked suspect to me.  He left no
> contact information except for his voice phone number.
>
> I'm copying also the list with this information.  I want people to
> remember that contact information consisting ONLY of a voice phone number
> is not complete.
>
> On Wed, 9 Aug 2000, Matan Ziv-Av wrote:
>
> >
> > > .. because you are available only on voice phone, not via FAX or E-mail
> > > and I happen to be deaf.
> > >
> > > By the way, the first item looks like a new PC.Is it legitimate???
> >
> > Sending such sale messages to the list is very annoying.
> > Replying to the list is even more so. Whatever you have to tell the
> > seller, you can and should tell him in private.
> >
> > --
> > Matan Ziv-Av. [EMAIL PROTECTED]
>
>  --- Omer
> WARNING TO SPAMMERS:  see at http://www.zak.co.il/spamwarning.html
>
> =
> 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]




Re: You ruled me out as a potential customer (was: Re: 4 sale...)

2000-08-10 Thread Ira Abramov

On Thu, 10 Aug 2000, Moshe Zadka wrote:

> > [ira@ax ira]$ echo "294/32"|bc
> > 9
> 
> Ira: you need to learn about the -l flag to bc

I forgot to set the sarcazm bit I suppose. ok, then set stupid flame
bit, here I go:

OH YEAH?! well your preacious Python is also wrong!

[root@iglu /root]# python
Python 1.5.2 (#1, Feb  1 2000, 16:32:16)  [GCC egcs-2.91.66 19990314/Linux (egcs- on 
linux-i386
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>> 294/32
9

(turn off flame bit and stupid bit, cynic bit on)

>>> 294.0/32
9.1875

you can saw through the DIMM very gently. 2 128meg DIMMS,  one 32meg and
another one sawn 0.1875 of the way through. good for saving on slots.

-- 
Ira Abramov, GNU/Linux advocate.
(@- 
//\ "Akamai, Google, MicroSoft, Sun, Oracle, Intel, NASA, Sony, 
v_/_Python, JPG, PNG - CS masturbation is changing the world."
 -- C.S. explaining her views on masturbation to Linus, 3/7/2000


=
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: You ruled me out as a potential customer (was: Re: 4 sale...)

2000-08-10 Thread Nadav Har'El

On Thu, Aug 10, 2000, Ira Abramov wrote about "Re: You ruled me out as a potential 
customer (was: Re: 4 sale...)":
> On Thu, 10 Aug 2000, Udi Finkelstein wrote:
> 
> > >> Ram - 294Mb 133 Mhz
> > c'mon - 294MB?? It's not even a 32MB multiple.
> 
> [ira@ax ira]$ echo "294/32"|bc
> 9
> 
> I would guess 2 128M DIMMS and a spare 32 from somewhere, but a valid
> point on the Athlon with Intel chipset :-)
> 
> and Tal: if it's not pre-installed with Linux it's off topic :-))

We're getting more and more off-topic by the moment, but I just had to say
something about bc (a Linux issue, isn't it?) - Ira, bc's default is to print
0 (yes, that's right, zero) digits after the decimal point

runing
echo "scale=6; 294/32"|bc 
will get you the correct answer,  9.187500

Because of bc's annoying limitations and syntax, I usually use my own version
of Brian Kernighan's HOC:

/home/nyh$ hoc
Welcome to the NYH HOC interpreter.
Release 9.1.1 (revision 119), Fri Apr  4 16:48:41 IDT 1997.
hoc> 294/32
9.1875

Someday I'll talk with Kernighan about making my version of HOC free
software... Till then, remember bc's 'scale' variable, or use xcalc :)



-- 
Nadav Har'El| Thursday, Aug 10 2000, 9 Av 5760
[EMAIL PROTECTED] |-
Phone: +972-53-245868, ICQ 13349191 |A smart man always covers his ass. A
http://nadav.harel.org.il   |wise man just keeps his pants on.

=
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: You ruled me out as a potential customer (was: Re: 4 sale...)

2000-08-10 Thread Moshe Zadka

On Thu, 10 Aug 2000, Ira Abramov wrote:

> On Thu, 10 Aug 2000, Udi Finkelstein wrote:
> 
> > >> Ram - 294Mb 133 Mhz
> > c'mon - 294MB?? It's not even a 32MB multiple.
> 
> [ira@ax ira]$ echo "294/32"|bc
> 9

Ira: you need to learn about the -l flag to bc

--
Moshe Zadka <[EMAIL PROTECTED]>
There is no IGLU cabal.
http://advogato.org/person/moshez


=
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: You ruled me out as a potential customer (was: Re: 4 sale...)

2000-08-10 Thread Mevorach, Assaf

128 X 2 = 256
 + 32 = 288 
..and another couple of simms of 4 and 2 MB from old 486, (at 133MHz for
sure... )

-Original Message-
From: Ira Abramov [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 10, 2000 11:26 AM
To: FLiCK
Subject: Re: You ruled me out as a potential customer (was: Re: 4
sale...)


On Thu, 10 Aug 2000, Udi Finkelstein wrote:

> >> Ram - 294Mb 133 Mhz
> c'mon - 294MB?? It's not even a 32MB multiple.

[ira@ax ira]$ echo "294/32"|bc
9

I would guess 2 128M DIMMS and a spare 32 from somewhere, but a valid
point on the Athlon with Intel chipset :-)

and Tal: if it's not pre-installed with Linux it's off topic :-))


=
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: You ruled me out as a potential customer (was: Re: 4 sale...)

2000-08-10 Thread Ira Abramov

On Thu, 10 Aug 2000, Udi Finkelstein wrote:

> >> Ram - 294Mb 133 Mhz
> c'mon - 294MB?? It's not even a 32MB multiple.

[ira@ax ira]$ echo "294/32"|bc
9

I would guess 2 128M DIMMS and a spare 32 from somewhere, but a valid
point on the Athlon with Intel chipset :-)

and Tal: if it's not pre-installed with Linux it's off topic :-))


=
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: strange problem

2000-08-10 Thread Shachar Shemesh

nslookup:
> aristo.savan.com
Server:  ns.gtek.co.il
Address:  62.0.59.6

Name:aristo.savan.com
Address:  192.117.120.137

> rina.savan.com
Server:  ns.gtek.co.il
Address:  62.0.59.6

*** ns.gtek.co.il can't find rina.savan.com: Non-existent domain
> 192.117.120.137
Server:  ns.gtek.co.il
Address:  62.0.59.6

Name:aristo.savan.com
Address:  192.117.120.137

> 192.117.120.121
Server:  ns.gtek.co.il
Address:  62.0.59.6

*** ns.gtek.co.il can't find 192.117.120.121: Non-existent domain
>

The name doesn't appear to be defined in your DNS. I don't know how ping
found it, but you definitly have a DNS problem here.

Try looking at /etc/nsswitch.conf, see what it says under "hosts".

Shachar


[EMAIL PROTECTED] wrote:

> look at this:
>
> erez@aristo ~==> vncviewer rina.savan.com:0
> vncviewer: couldn't convert 'rina.savan.com' to host address
> erez@aristo ~==> vncviewer rina:0
> vncviewer: couldn't convert 'rina' to host address
> erez@aristo ~==> host rina
> rina.savan.com has address 192.117.120.121
> erez@aristo ~==> nmblookup rina
> Unknown parameter encountered: "domain controller"
> Ignoring unknown parameter "domain controller"
> Sending queries to 192.117.120.255
> 192.117.120.121 rina<00>
> erez@aristo ~==> ping rina
> PING rina.savan.com (192.117.120.121) from 192.117.120.120 : 56 data
> bytes
> [snip]
>
> why doesn't vncviewer find the ip for the host while all other programs
> find it ?
>
> thanks
> erez.
>
> =
> 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]




strange problem

2000-08-10 Thread erez

look at this:

erez@aristo ~==> vncviewer rina.savan.com:0
vncviewer: couldn't convert 'rina.savan.com' to host address
erez@aristo ~==> vncviewer rina:0
vncviewer: couldn't convert 'rina' to host address
erez@aristo ~==> host rina
rina.savan.com has address 192.117.120.121
erez@aristo ~==> nmblookup rina
Unknown parameter encountered: "domain controller"
Ignoring unknown parameter "domain controller"
Sending queries to 192.117.120.255
192.117.120.121 rina<00>
erez@aristo ~==> ping rina
PING rina.savan.com (192.117.120.121) from 192.117.120.120 : 56 data
bytes
[snip]


why doesn't vncviewer find the ip for the host while all other programs
find it ?


thanks
erez.


=
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: You ruled me out as a potential customer (was: Re: 4 sale...)

2000-08-10 Thread Udi Finkelstein

On Wed, 09 Aug 2000 20:32:07 +0300 (IDT), you wrote:

>.. because you are available only on voice phone, not via FAX or E-mail
>and I happen to be deaf.
Don't even bother.
Reading the offer, it looks so strange and suspicious I wouldn't touch it with
a 10 feet pole.

>By the way, the first item looks like a new PC.  Is it legitimate???
>
>On Wed, 9 Aug 2000, tal wrote:
>
>> hey gang !
>> 
>> the following items are for sale.. if anyone is interested, please contact
>> me to the
>> phone number listed at the bottom of this Email.
>> 
>> A)a desktop pc , including :
>> 
>> Bord - pc partner bx440
>> Cpu - Amd athlon 700Mhz
I would *really* like to see an Intel 440BX chipset working with an AMD Athlon
CPU. Other than that, PC Partner is notoriously known for choosing misleading
names for it's motherboard (for example, they had a board called TX Pro for
the pentium, that DIDN'T use the then-famous 430TX chipset, but an ALI
chipset).

>> Ram - 294Mb 133 Mhz
c'mon - 294MB?? It's not even a 32MB multiple.

Udi

ÝØ 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: Optimise your HD (IDE only)

2000-08-10 Thread Yosi

Evgeny is right - You can download these patches (or from Hedrick's
directory where you can find the kernel sources, as well). However
I should advice you that these sources, most of the times labeled
"experimental" can and will corrupt your filesystem. I had this very
same problem with my VIA KX7 (motherboard for Athlon). The patch was
buggy and massievly corrupted my filesystem. The latest ide patch,
though, works smoothly for me. You have been warned.

Yosi

Evgeny wrote:
>Since most of the new IDE controllers doesn't present in the 2.2.x
>series "natively" it's possible to download patch for the kernel
>that adds support for most of them (VIA,Promise, etc...) from
>http://www.linux-ide.org/.


Get Your Private, Free E-mail from MSN Hotmail 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]