Re: Send Mail - Open Mail

2000-12-12 Thread guy keren
On Tue, 12 Dec 2000, Alexander V. Karelin wrote: > There are several (actually a lot) of ways to send an Email on UN*X/Linux > systems. The way You are trying is the one that will not work, because I > don't think command indirection into a writable pipe is something > available on Linux... But-

Thanks.

2000-12-12 Thread Maxim Kryachko
Thank you guys for your help;-) -- ** Maxim Kryachko System Administrator E-Mobile Inc., 10 Amal St., Industry Park "Afek" Rosh Ha-Ayin 48092, Israel ++972-3-9158049 (office) ++972-3-9158001 (fax) ++972-55-602270 (cell-1) ++972

Private SuSE mirror in Israel available

2000-12-12 Thread Schlomo Schapiro
Hi, I have a private SuSE Linux mirror in Israel (currently holds 6.3, 7.0 and demo/evaluation CDs) on a fast connection. Anybody interested in the details please mail me. I won't publish it with SuSE since I don't want to draw any unneccessary traffic. Sincerely, Schlomo Schapiro --- email

Re: Serial Console

2000-12-12 Thread Schlomo Schapiro
I use a DEC VT520 and put in my lilo.conf these lines append="console=ttyS1,115200n8 " serial=1,38400n8 works well and I can enter commands at the lilo prompt and see all the kernel messages. Maybe you have a problem with the config of your terminal ? That is what took most time for me. (I run

Re: Backup recommendations needed.

2000-12-12 Thread Schlomo Schapiro
Hi, legato on Solaris works rock-bottom stable with all OS supported at the Hebrew University. It's pricey though. You can also check Arkeia, BackupExec, TapeWare, amanda (it's free !) If you have the money, get legato for solaris. Sincerely, Schlomo Schapiro --- email: [EMAIL PROTECTED]

Re: File size question

2000-12-12 Thread Edward Gold
Thanks to all for their answers (I forgot about the obvious fstat() ...) . Regarding what Ariel Biener wrote - I have to find the file size from within the application code, on run time - so indeed it has to be a system call. Ariel Biener wrote: > On Tue, 12 Dec 2000, Ben-Nes Michael wrote: >

Re: File size question

2000-12-12 Thread Ariel Biener
On Tue, 12 Dec 2000, Ben-Nes Michael wrote: system call Michael, not command. --Ariel > Hi > > du -hs /root/stf.phtml > 4.0k /root/stf.phtml > > Edward Gold wrote: > > > Is there a system call that will give a file size (given it's name & > > path) ? > > I know that a possible answer can be

Re: Somebody is having fun with his Apache ?

2000-12-12 Thread erez
sorry, i ment http://uptime.netcraft.com/graph?display=uptime&site=www.savan.com   [EMAIL PROTECTED] wrote: try: http://uptime.netcraft.com/graph?display=uptime&site=www.savan.com Oded Arbel wrote: Check the OS & Web server history.. http://uptime.netcraft.com/graph?display=uptime&site=www.walmar

Re: Somebody is having fun with his Apache ?

2000-12-12 Thread erez
try: http://uptime.netcraft.com/graph?display=uptime&site=www.savan.com Oded Arbel wrote: Check the OS & Web server history.. http://uptime.netcraft.com/graph?display=uptime&site=www.walmart.com Oded .. Anarchism is founded on the observation that since few men are wise enough to rule themselves,

Somebody is having fun with his Apache ?

2000-12-12 Thread Oded Arbel
Check the OS & Web server history.. http://uptime.netcraft.com/graph?display=uptime&site=www.walmart.com Oded .. Anarchism is founded on the observation that since few men are wise enough to rule themselves, even fewer are wise enough to rule others. -- Edward Abbey =

Me

2000-12-12 Thread eldad moore
Thanks 4 everything, man I have a lot to ask u, and I am wondering wether to email you my Qs, or to wait till I see you, or - at least talk to you - Which might take generations... Now. let's see if I got it right: RedHat is the operating system, and the KDE, GNOME... are the envyroments - Which

Re: File size question

2000-12-12 Thread Oded Arbel
stat, or fstat look at : man 2 stat Oded .. "It's God. No, not Richard Stallman, or Linus Torvalds, but God." (By Matt Welsh) - Original Message - From: "Edward Gold" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 12, 2000 15:29 Subject: File size question > Is

Re: File size question

2000-12-12 Thread Ben-Nes Michael
Hi du -hs /root/stf.phtml 4.0k/root/stf.phtml Edward Gold wrote: > Is there a system call that will give a file size (given it's name & > path) ? > I know that a possible answer can be the use of the system() call, and > using ls -l| sort -bn +4 from the shell it open- but I'm looking for

Re: File size question

2000-12-12 Thread Alex Shnitman
Hi, Edward! On Tue, Dec 12, 2000 at 03:29:00PM +0200, you wrote the following: > Is there a system call that will give a file size (given it's name & > path) ? > I know that a possible answer can be the use of the system() call, and > using ls -l| sort -bn +4 from the shell it open- but I'm loo

File size question

2000-12-12 Thread Edward Gold
Is there a system call that will give a file size (given it's name & path) ? I know that a possible answer can be the use of the system() call, and using ls -l| sort -bn +4 from the shell it open- but I'm looking for something more simple. Thanks ===

Re: Debian in Israel

2000-12-12 Thread Adi Stav
On Tue, Dec 12, 2000 at 11:53:43AM +0200, Alex Shnitman wrote: > Hi, > > I've registered the domain debian.org.il, and I'd like to gauge the > interest for creating a local Debian community. The goal would be > Debian support in Israel, advocacy, experience sharing and the like. > If you're inter

posting test..

2000-12-12 Thread Tal Amir
hello list, i am having some problems posting to the list at [EMAIL PROTECTED] this is a test...sorry for the hassle... ;) if anyone get's this, please reply. thank you. _|_|_ Best Regard's , ( ) * Amir Tal, /v\ / System Administrator /( )X

Re: Send Mail - Open Mail

2000-12-12 Thread Alexander V. Karelin
Dear Avi! There are several (actually a lot) of ways to send an Email on UN*X/Linux systems. The way You are trying is the one that will not work, because I don't think command indirection into a writable pipe is something available on Linux... But - it's a nice idea for a feature, may be we shou

Send Mail - Open Mail

2000-12-12 Thread Avi Boots
Hi, I run this code to send a simple mail: and i can't open mail: fp = popen("mail [EMAIL PROTECTED]", "w"); (fp = NULL can't open mail...) fprintf("%s", msg);... (System: Linux RH 6.1 with apache) If anyone now how to send mail true c source i'll be very happy to here his advise Thank you, A

Re: Debian in Israel

2000-12-12 Thread Marc A. Volovic
Alex Shnitman wrote: > > Hi, > > I've registered the domain debian.org.il, and I'd like to gauge the > interest for creating a local Debian community. The goal would be > Debian support in Israel, advocacy, experience sharing and the like. > If you're interested in anything like that, please sen

Debian in Israel

2000-12-12 Thread Alex Shnitman
Hi, I've registered the domain debian.org.il, and I'd like to gauge the interest for creating a local Debian community. The goal would be Debian support in Israel, advocacy, experience sharing and the like. If you're interested in anything like that, please send me e-mail. If there is enough inte