Re: echo inside Makefile

2007-11-21 Thread Kfir Lavi
$ type -a echo echo is a shell builtin echo is /bin/echo $bash --version GNU bash, version 3.2.25(1)-release (i486-pc-linux-gnu) $/bin/echo --version echo (GNU coreutils) 5.97 On Nov 20, 2007 8:11 PM, Oleg Goldshmidt [EMAIL PROTECTED] wrote: Kfir Lavi [EMAIL PROTECTED] writes: Hi, I

Re: echo inside Makefile

2007-11-21 Thread Kfir Lavi
On Nov 21, 2007 1:33 AM, Amos Shapira [EMAIL PROTECTED] wrote: On 20/11/2007, Kfir Lavi [EMAIL PROTECTED] wrote: Ok, make -d don't show much. I have attached the two files: Makefile and make.log That's weird - your make.log says: Must remake target `all'. -e -n aaa (i.e. echo is

UPS for Linux

2007-11-21 Thread Constantine Shulyupin
Hi, Wow it's raining and lighting! And have no UPS for my homelinux.net! Some time ago here was a dicusson about UPS for Linux. Could somebody give me a link or send conclusions about which and where to buy suitable UPS for home Linux? Thanks Constantine Shulyupin

Re: UPS for Linux

2007-11-21 Thread Leonid Podolny
Constantine Shulyupin wrote: Hi, Wow it's raining and lighting! And have no UPS for my homelinux.net! Some time ago here was a dicusson about UPS for Linux. Could somebody give me a link or send conclusions about which and where to buy suitable UPS for home Linux? Thanks Constantine Shulyupin

Re: UPS for Linux

2007-11-21 Thread Leonid Podolny
Leonid Podolny wrote: I think, these days all (or almost all) the cheap ones are supported by NUT. Particularly, I own this one (http://www.zap.co.il/fs.asp?PID=273870771sog=C-UPS), and it just works The link to Zap doesn't work for some reason, so I'll give the link to some shop linked

Solaris 10, Oracle 10gR2 RAC, NetApp NFS

2007-11-21 Thread Yonah Russ
Hi, Has anyone had any experience setting up Oracle 10gR2 RAC on Solaris 10 using NetApp NFS for the shared storage? We have installed everything but we cannot create the database using dbca. It appears to hang(more than 12 hours without progress) during/after data dictionary creation. The only

Terminal logger

2007-11-21 Thread Shachar Shemesh
Hi all, I'm looking for a program (I knew it once) that saves to a log file every command written on a terminal, as well as its results. I need it so that when I'm instructing a class, I can then give them a log of everything I did. Thanks, Shachar

Re: Terminal logger

2007-11-21 Thread Jacob Broido
script(1) On Nov 21, 2007 3:46 PM, Shachar Shemesh [EMAIL PROTECTED] wrote: Hi all, I'm looking for a program (I knew it once) that saves to a log file every command written on a terminal, as well as its results. I need it so that when I'm instructing a class, I can then give them a log of

Re: Terminal logger

2007-11-21 Thread Jacob Broido
or use screen(1) logging. On Nov 21, 2007 3:58 PM, Jacob Broido [EMAIL PROTECTED] wrote: script(1) On Nov 21, 2007 3:46 PM, Shachar Shemesh [EMAIL PROTECTED] wrote: Hi all, I'm looking for a program (I knew it once) that saves to a log file every command written on a terminal, as

Re: Terminal logger

2007-11-21 Thread Muli Ben-Yehuda
On Wed, Nov 21, 2007 at 03:46:40PM +0200, Shachar Shemesh wrote: Hi all, I'm looking for a program (I knew it once) that saves to a log file every command written on a terminal, as well as its results. I need it so that when I'm instructing a class, I can then give them a log of everything

Re: Terminal logger

2007-11-21 Thread Vitaly
script? On Nov 21, 2007 3:46 PM, Shachar Shemesh [EMAIL PROTECTED] wrote: Hi all, I'm looking for a program (I knew it once) that saves to a log file every command written on a terminal, as well as its results. I need it so that when I'm instructing a class, I can then give them a log of

Re: Terminal logger

2007-11-21 Thread Kfir Lavi
Simple solution: history | cut -d ' ' -f 5-20 Kfir On Nov 21, 2007 3:46 PM, Shachar Shemesh [EMAIL PROTECTED] wrote: Hi all, I'm looking for a program (I knew it once) that saves to a log file every command written on a terminal, as well as its results. I need it so that when I'm

Re: UPS for Linux

2007-11-21 Thread David Suna
I installed NUT but I can't find how to run it / configure it. I am running Ubuntu 7.10. David Suna [EMAIL PROTECTED] Leonid Podolny wrote: I think, these days all (or almost all) the cheap ones are supported by NUT. Particularly, I own this one

Re: UPS for Linux

2007-11-21 Thread Kfir Lavi
Try running 'dpkg -L NUT_package_name' This will show you the files that where installed. Kfir On Nov 21, 2007 4:12 PM, David Suna [EMAIL PROTECTED] wrote: I installed NUT but I can't find how to run it / configure it. I am running Ubuntu 7.10. David Suna [EMAIL PROTECTED] Leonid

Re: echo inside Makefile

2007-11-21 Thread Dotan Shavit
On Tuesday 20 November 2007, you wrote: Hi, I have a problem running echo inside Makefile. Here is the Makefile: all: @echo string @echo -e -n string The output is: string -e -n string The problem is the second @echo command. It prints '-e -n' instead of interpreting

Re: echo inside Makefile

2007-11-21 Thread Kfir Lavi
make SHELL=/bin/bash works. But, my shell seems to be bash. echo $SHELL /bin/bash So what is the problem? Do I really run dash instead of bash, but it shows bash? Thanks, Kfir On Nov 21, 2007 8:26 PM, Valery Reznic [EMAIL PROTECTED] wrote: --- Dotan Shavit [EMAIL PROTECTED] wrote: On

Re: echo inside Makefile

2007-11-21 Thread Dotan Shavit
On Thursday 22 November 2007, Kfir Lavi wrote: make SHELL=/bin/bash works. But, my shell seems to be bash. echo $SHELL /bin/bash So what is the problem? Do I really run dash instead of bash, but it shows bash? Try: all: echo $(SHELL) # Thanks, Kfir On Nov 21, 2007 8:26 PM,

Re: echo inside Makefile

2007-11-21 Thread Kfir Lavi
Yep, The thing is that make uses /bin/sh and /bin/sh - dash. Changing the link /bin/sh to point to bash solved the problem. Thanks all for your help. Kfir On Nov 22, 2007 9:54 AM, Dotan Shavit [EMAIL PROTECTED] wrote: On Thursday 22 November 2007, Kfir Lavi wrote: make SHELL=/bin/bash

[Job offer] Senior Kernel Engineer

2007-11-21 Thread Michael Sternberg
FilesX is re-writing the rules of Continuous Data Protection for the enterprise. We have ground breaking technology, a solid customer base and are looking for an experienced, creative Software Engineer to join our winning team. This position is for a developer with experience in complex