Using termpkg under xinetd

2002-06-03 Thread Iftach Hyams
I installed termpkg (termnetd) successfully. Now, to be a real friendly terminal server I would like to have specific IP to each com port, and all will be listening to the default telnet port (23) using the bind option (man xinetd.conf). Of course, the daemon must change. What are the

Re: Using termpkg under xinetd

2002-06-03 Thread Geoffrey S. Mendelson
Iftach Hyams wrote: I installed termpkg (termnetd) successfully. Now, to be a real friendly terminal server I would like to have specific IP to each com port, and all will be listening to the default telnet port (23) using the bind option (man xinetd.conf). Of course, the daemon must

small and extremely annoying question

2002-06-03 Thread miki . shapiro
What userland tool can derive /usr/local/bin from: `which gcc` that returns: /usr/local/bin/gcc ? TIA -- Miki Shapiro [EMAIL PROTECTED] Unixophilic Software Developer Aladdin Knowledge Systems - Tel: +972-(4)-8811433 ICQ: 3EE853

Re: small and extremely annoying question

2002-06-03 Thread Muli Ben-Yehuda
On Mon, Jun 03, 2002 at 04:32:25PM +0300, [EMAIL PROTECTED] wrote: What userland tool can derive /usr/local/bin from: `which gcc` that returns: /usr/local/bin/gcc You should read more shell scripts grin mulix@tea:~$ basename `which gcc` gcc mulix@tea:~$ dirname `which gcc` /usr/local/bin

Re: small and extremely annoying question

2002-06-03 Thread Tzafrir Cohen
On Mon, 3 Jun 2002 [EMAIL PROTECTED] wrote: What userland tool can derive /usr/local/bin from: `which gcc` that returns: /usr/local/bin/gcc dirname `which gcc` (part of sh-utils, on my box. look at them for all sort of such useful tools for such annoying questions) -- Tzafrir Cohen

Re: small and extremely annoying question

2002-06-03 Thread Behdad Esfahbod
use dirname and basename output /usr/local/bin and gcc. On Mon, 3 Jun 2002 [EMAIL PROTECTED] wrote: What userland tool can derive /usr/local/bin from: `which gcc` that returns: /usr/local/bin/gcc ? TIA -- Miki Shapiro [EMAIL PROTECTED] Unixophilic Software Developer Aladdin

Re: small and extremely annoying question

2002-06-03 Thread Nadav Har'El
On Mon, Jun 03, 2002, [EMAIL PROTECTED] wrote about small and extremely annoying question: What userland tool can derive /usr/local/bin from: `which gcc` that returns: /usr/local/bin/gcc $ dirname /usr/local/bin/gcc /usr/local/bin (or if you're into SM, you can do the same with the more

Re: small and extremely annoying question

2002-06-03 Thread miki . shapiro
wow. ~10 replies in ~10 minutes. thanks guys :-) -- Miki Shapiro [EMAIL PROTECTED] Unixophilic Software Developer Aladdin Knowledge Systems - Tel: +972-(4)-8811433 ICQ: 3EE853 - God is real... unless

Re: small and extremely annoying question

2002-06-03 Thread Nadav Har'El
On Mon, Jun 03, 2002, Nadav Har'El wrote about Re: small and extremely annoying question: $ dirname /usr/local/bin/gcc /usr/local/bin (or if you're into SM, you can do the same with the more generic but complicated expr tool. Shells like zsh or bash also have builtin features that let you

Re: small and extremely annoying question

2002-06-03 Thread Official Flamer/Cabal NON-Leader
Quoth Nadav Har'El: I figured that since I came out the total idiot (giving the 4th identical answer in 5 minutes), I'll expand your knowledge by showing *how* this can be done with expr(1) and using shell builtin features. Nadav, nadav, nadav - this is over-obtuse. Let's try the other way

How many Linux-IL members are needed to replace a light bulb? (was:Re: small and extremely annoying question)

2002-06-03 Thread Omer Zak
Let's see how many approaches are there to answering the question: 1. Dedicated command (dirname) 2. expr (known also as the SM method) 3. pipe rev pipe pipe rev (known also as the differential SCSI cable method) 4. PTP (Perl/Tcl/Python) 5. Custom COBOL-85 program 6.,7.,8.,... any more bright

RE: small and extremely annoying question

2002-06-03 Thread Iftach Hyams
A long as / is not a valid character in file name. Is it ? Where is it written ? This e-mail message has been sent by Elbit Systems Ltd. and is for the use of the intended recipients only. The message may contain information that is privileged or confidential. If you are not the

Re: How many Linux-IL members are needed to replace a light bulb?(was: Re: small and extremely annoying question)

2002-06-03 Thread Shachar Shemesh
6. Kernel module that implements /proc/devname and /proc/pathname, by performing mount none /usr/local/bin/gcc -t fsfileparse -o ro (not applicable to this case, as the guy specifically asked for a userland solution) 7. Use the following code taken from glibc.. Port it to your favourite

Re: small and extremely annoying question

2002-06-03 Thread Official Flamer/Cabal NON-Leader
Quoth Iftach Hyams: A long as / is not a valid character in file name. Is it ? Where is it written ? Yep, you are so write. I sit korrekted. Plis to creat a folder nam mit ein / im der centrum, ja!? M = To unsubscribe, send

Re: small and extremely annoying question

2002-06-03 Thread Shachar Shemesh
The nice thing about Marc's sarcasm is that it is so subtle, as to be almost undetectable. Had you knot no own him, you wood have fought that he really clod not spill. But I no the sick rest! I spell cheque! Sahara Official Flamer/Cabal NON-Leader wrote: Quoth Iftach Hyams: A

Rube Goldberg (was: Re: small and extremely annoying question)

2002-06-03 Thread Omer Zak
Thanks to the bright ideas of some nice people, I'd like to explore the possibilities provided by the typical Rube Goldberg equipment. Pipes can be implemented by running processes on separate processors, and networking them with carrier pigeons. Character manipulation - by means of monotype

Re: small and extremely annoying question

2002-06-03 Thread Oleg Goldshmidt
Official Flamer/Cabal NON-Leader [EMAIL PROTECTED] writes: Aye kin two spall! Yew wright aye know kin two spall? Yew larch eye-dot. Aye spall bitter tan moult pimples. Yew install may lung age! Aye carry knot ah wit four why or pill! Right. This is not sarcasm, this is seamless

Re: How many Linux-IL members are needed to replace a light bulb? (was:Re: small and extremely annoying question)

2002-06-03 Thread Moshe Zadka
On Mon, 3 Jun 2002, Omer Zak [EMAIL PROTECTED] wrote: 6.,7.,8.,... any more bright ideas? I'm a sed/awk man myself. echo /bin/hello | sed 's#[^/]*$##' = To unsubscribe, send mail to [EMAIL PROTECTED] with the word unsubscribe in

Re: small and extremely annoying question

2002-06-03 Thread Official Flamer/Cabal NON-Leader
Quoth Oleg Goldshmidt: Marc, are you working on new babelfish features? Will they be available on the next-generation wearable Linux devices? Well, being a bubblehead, I am full of {cool,hot} {ideas,air}, especially when it comes to spouting nonsense. And, since all of ONE person was

funny - NT mind

2002-06-03 Thread Ben-Nes Michael
http://www.ynet.co.il/YediothPortal/Ext/TalkBack/CdaViewTalkBack/0,2520,L-97 4625-1925015,00.html = To unsubscribe, send mail to [EMAIL PROTECTED] with the word unsubscribe in the message body, e.g., run the command echo

Re: GPL Nuances [was Re: RMS is back again]

2002-06-03 Thread Shaul Karl
Tzafrir Cohen [EMAIL PROTECTED] writes: The linux kernel is licensed under a license that is not exactly the GPL. It is the GPL with an extra clause that allows binary modules (to allow support of certain kinds of hardware, and with certain limitations, but this is really *not* the

Re: How many Linux-IL members are needed to replace a light bulb? (was: Re: small and extremely annoying question)

2002-06-03 Thread Nadav Har'El
I'm getting sorrier by the moment I helped flame this idiotic thread, but: On Mon, Jun 03, 2002, Moshe Zadka wrote about Re: How many Linux-IL members are needed to replace a light bulb? (was: Re: small and extremely annoying question): I'm a sed/awk man myself. echo /bin/hello | sed

Re: small and extremely annoying question

2002-06-03 Thread Nadav Har'El
On Mon, Jun 03, 2002, Official Flamer/Cabal NON-Leader wrote about Re: small and extremely annoying question: Aye kin two spall! Yew wright aye know kin two spall? Yew larch eye-dot. Aye spall bitter tan moult pimples. Yew install may lung age! Aye carry knot ah wit four why or pill!

Re: GPL Nuances [was Re: RMS is back again]

2002-06-03 Thread Oleg Goldshmidt
Shaul Karl [EMAIL PROTECTED] writes: What do you mean by `make sure that whatever your module does makes sense out of the context of the Linux kernel'? I guess that once I will get that sentence I will be able to understand why it is difficult to satisfy in the case of hardware drivers.

Re: funny - NT mind

2002-06-03 Thread Oleg Goldshmidt
Ben-Nes Michael [EMAIL PROTECTED] writes: http://www.ynet.co.il/YediothPortal/Ext/TalkBack/CdaViewTalkBack/0,2520,L-97 4625-1925015,00.html And *that* is sent from a hotmail account? shrug -- Oleg Goldshmidt | [EMAIL PROTECTED] A sense of the fundamental decencies is parceled out unequally