Re: [JOBOFFERS] Several offers

2003-07-09 Thread Ira Abramov
Quoting Eli Billauer, from the post of Wed, 09 Jul: Hello list, I've gotten this from someone who knows someone (a bit of an endless loop). But this looks serious to me, so if you think you fit some of the jobs, e-mailing the relevant person is the thing to do... now think yourself up a

Re: [JOBOFFERS] Several offers

2003-07-09 Thread Abu Amar
Hello list, This is Eli Billauer in exile. I've been at this list for a few months now. I've seen quite interesting responses to postings, but being kicked out was more than I expected. I'm sorry not to have followed the Holy Rules, but I'm subscribed to several lists, and not being a lawyer, I

Re: [JOBOFFERS] Several offers

2003-07-09 Thread Tzafrir Cohen
On Wed, Jul 09, 2003 at 12:12:38PM +0300, Gilad Ben-Yossef wrote: Abu Amar wrote: Hello list, This is Eli Billauer in exile. heheh... Are you going to start now the LLO (linux-Il Liberation Org) and stop shaving? I figure he has joined the PLF: http://plf.zarb.org/ ;-) -- Tzafrir

Re: [JOBOFFERS] Several offers

2003-07-09 Thread Guy Cohen
On Wed, Jul 09, 2003 at 01:46:55AM -0700, Abu Amar wrote: I suggest a month's exile. yalla bye. Yeah, really? Read my lips: You can't *really* kick someone out of a mailing list. In the better case, you'll have a resubscription with a bogus name. In the worst case, someone will

Re: [JOBOFFERS] Several offers

2003-07-09 Thread Ira Abramov
I suggest a month's exile. yalla bye. Yeah, really? Read my lips: You can't *really* kick true, I can't but I guess Ely or one of the others did. all I suggested is that you take some time off to think and take responsability for having light fingers on the keyboard, apperently I

fd, streams and stdout

2003-07-09 Thread Gilad Ben-Yossef
Howdie all, Time for an actual Linux (or at least programming) question :-) Now, the question is so simple, I suspect I'm being very dumb about something, but since I can't figure it out I'll have to take my chances and ask anyways I have this test program (the vsw5 test suite for the X

Re: A 2 hosts Ethernet network with a 255.255.255.254 netmask.

2003-07-09 Thread Amir Sela
__ Network Broadcast Netmask Hosts 192.168.1.0 192.168.1.63255.255.255.192 62 192.168.1.64192.168.1.127 255.255.255.192 62 192.168.1.128

Re: fd, streams and stdout

2003-07-09 Thread Oleg Goldshmidt
Gilad Ben-Yossef [EMAIL PROTECTED] writes: Now, the question is so simple, I suspect I'm being very dumb about something, Nah... Is there some law of the universe (POSIX or otherwise) that is supposed to gurantee that when you fdopen file descriptor 1, you'll get the stream that equels

Re: fd, streams and stdout

2003-07-09 Thread Gilad Ben-Yossef
Oleg Goldshmidt wrote: Purely from memory, it is POSIX, though I would use STDOUT_FILENO or fileno(stdout). OK. I see I wasn't clear about what i was asking. Here is the question rephrased: Will I get the exact same stream handle every time I fdopen file dscriptor 1? For example, does the

Re: fd, streams and stdout

2003-07-09 Thread Beni Cherniavsky
Gilad Ben-Yossef wrote on 2003-07-09: void pop_stdout() { if (Dup_stdout == -1) { sprintf(ebuf, ERROR: pop_stdout: push_stdout never called); tet_infoline(ebuf); tet_result(TET_FAIL); return; }

Re: fd, streams and stdout

2003-07-09 Thread Gilad Ben-Yossef
Oleg Goldshmidt wrote: Can you try the code with STDOUT_FILENO or fileno(stdout) and also print out some more info, such as errno? How would errno help? the operation isn't failing, it's just doesn't produce stdout. Of course, I'm not sure it guranteed to do that - this was the whole point of

Re: fd, streams and stdout

2003-07-09 Thread Gilad Ben-Yossef
Gilad Ben-Yossef wrote: Here is the question rephrased: Will I get the exact same stream handle every time I fdopen file dscriptor 1? For example, does the following *guranteed* to work? #include stdio.h #include string.h int main(void) { printf(stdout: %lx\n, stdout);

acpi ac event not loged

2003-07-09 Thread Micha Feigin
A am running an acpi enabled kernel and the only events I manage to get from the acpid daemon are the lid and powerbutton events. The main one that interests me is ac event which isn't sent. I looked in the kernel source and it seems that it is supposed to be sent. I try catching all events with

terminal server

2003-07-09 Thread Erez Doron
hi I'm looking for the easyest way to make my diskless pc boot from the network the only thing i need is kernel and filesystem. (i have a dhcp and tftp server working, and the pc bios supports booting from network) I looked at k12 but it is 3 CDs to download ... too much. I just want the basic

Re: Looking for ideas for free-software projects

2003-07-09 Thread Beni Cherniavsky
Nadav Har'El wrote on 2003-07-06: I'm sure the teacher of the workshop will give them ideas, but I thought it would be nice if people on this list could also raise ideas for project, and I'll pass them on to the students (I know one of them). After trying (again) to make sense of loadkeys

vpn on kernel level?

2003-07-09 Thread Tzahi Fadida
Where can i get a vpn on the kernel level with strong authentication(don't care if there isn't a channel encryption) that works well with iptables. i.e. a module that i can insert and then manipulate via iptables. an oh.. :) the ips on both ends are dynamic, though i have a dyndns on one end. can

Linus' interview to ZDnet

2003-07-09 Thread Michael Sternberg
If anybody missed: http://msn.com.com/2102-1104_2-1023778.html?tag=printthis Michael -- = To unsubscribe, send mail to [EMAIL PROTECTED] with the word unsubscribe in the message body, e.g., run the command echo

Re: fd, streams and stdout

2003-07-09 Thread Oron Peled
On Wed, 09 Jul 2003 16:43:00 +0300 Gilad Ben-Yossef [EMAIL PROTECTED] wrote: How would errno help? the operation isn't failing, it's just doesn't produce stdout. Of course, I'm not sure it guranteed to do that - this was the whole point of my question... ;-) We don't really know if it doesn't

http://australianit.news.com.au/articles/0,7204,6725489%5E15317%5E%5Enbv%5E15306,00.html

2003-07-09 Thread Ely Levy
The advices they give are preety amuzing:) Ely Levy System group Hebrew University Jerusalem Israel = To unsubscribe, send mail to [EMAIL PROTECTED] with the word unsubscribe in the message body, e.g., run the command echo

Applications with custom keymaps (Was: Looking for ideas for free-software projects)

2003-07-09 Thread Ilya Konstantinov
On Wednesday 09 July 2003 17:37, Beni Cherniavsky wrote: Design a keymap format that doesn't lose and make it work for at least both XFree86 and the linux console - but supporting a dozen other programs with custom keymap formats would make it really useful (vim, emacs, lyx, yudit, geresh,

Re: [FLAME WARNING] Re: [JOBOFFERS] Several offers

2003-07-09 Thread Meir Michanie
Curriculum Vitae NAME: Meir Michanie DESIRED POSITION:Reclining. HA But seriously, whatever's available. If I was in a position to be picky, I wouldn't be applying here in the first place. DESIRED SALARY: $185,000 a year plus stock options and a Michael Ovitz style severance package. If

Re: Applications with custom keymaps (Was: Looking for ideas forfree-software projects)

2003-07-09 Thread Tzafrir Cohen
On Wed, Jul 09, 2003 at 07:58:42PM +0300, Ilya Konstantinov wrote: On Wednesday 09 July 2003 17:37, Beni Cherniavsky wrote: Design a keymap format that doesn't lose and make it work for at least both XFree86 and the linux console - but supporting a dozen other programs with custom keymap

Re: insane memory usage

2003-07-09 Thread Micha Feigin
On that same note, Why do gnome applets take so much memory. I tried loading acpi-docklet, it took a meg of mem to show a small pixmap and ocasionaly check /proc/acpi (actually ps showed 12 megs but insering and removing it only showed a difference of 1 meg using free), and batstat or something

Re: insane memory usage

2003-07-09 Thread Idan Sofer
On that same note, Why do gnome applets take so much memory. I tried loading acpi-docklet, it took a meg of mem to show a small Is it VSZ or RSS? VSZ shows the total virtual size of the process, this also includes memory maped files, library code(which is shared), etc... You should look for

Re: fd, streams and stdout

2003-07-09 Thread Oleg Goldshmidt
Gilad Ben-Yossef [EMAIL PROTECTED] writes: Oleg Goldshmidt wrote: Purely from memory, it is POSIX, though I would use STDOUT_FILENO or fileno(stdout). OK. I see I wasn't clear about what i was asking. Not to me, but that's my problematic internal parser. Obviously I read the question

Re: A 2 hosts Ethernet network with a 255.255.255.254 netmask.

2003-07-09 Thread Shaul Karl
On Wed, Jul 09, 2003 at 03:35:49PM +0300, Amir Sela wrote: __ Network Broadcast Netmask Hosts 192.168.1.0 192.168.1.63255.255.255.192 62 192.168.1.64

Looking for ideas for free-software projects - Project bazaar

2003-07-09 Thread Edward Aronovich
Title: Looking for ideas for free-software projects - Project bazaar Following the mailing list recommendations and after talk with Shachar, for the FS/OS workshop at Tel-Aviv University, I wish to invite during the following 2-3 weeks participants which are FS/OS source contributors and are

Re: acpi ac event not loged

2003-07-09 Thread Micha Feigin
Don't know at what level the event is initiated, but acpi does know whether the ac adapter is connected or not. cat /proc/acpi/ac_adapter/ACAD/state state: on-line it also knows off-line On Wed, 2003-07-09 at 21:19, Maxim K. wrote: On 9 Jul 2003, Micha Feigin wrote: A

tunneling ftp and X over two ssh connections

2003-07-09 Thread Micha Feigin
I am trying to connect from home to a computer inside tau. This requires first connecting to a gateway computer using ssh and from there to login again to another computer using ssh. Is it possible to tunnel an ftp and/or an X (such as xterm) connection over this double connection (haven't managed

Re: [JOBOFFERS] Several offers

2003-07-09 Thread Official Flamer/Cabal NON-Leader
Quoth Gilad Ben-Yossef: Abu Amar wrote: Hello list, This is Eli Billauer in exile. heheh... Are you going to start now the LLO (linux-Il Liberation Org) and stop shaving? Truth be told, I am not comfy with the whole yadda-yadda about Eli's grow-a-larger-dongle thread. In fact, we live