[no subject]

2014-09-18 Thread Matanya
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 no archive since Jan 2014. Is this known? if not, can one please fix? -BEGIN PGP SIGNATURE- Version: APG v1.1.1 iQJABAEBCgAqBQJUGwSwIxxNYXRhbnlhIE1vc2VzIDxtYXRhbnlhQGZvc3MuY28u aWw+AAoJEKzSGXfsOI0vGjEP/jZw7LNKtC8AmdijyxO0iTMsGFeaDeiyaGjdUZa

[no subject]

2012-12-27 Thread shimi
On Dec 27, 2012 11:54 AM, "Geoffrey S. Mendelson" < geoffreymendel...@gmail.com> wrote: > > They still are illegal here, and some manufacturers simply don't sell those devices here (for example the Apple routers), or sell special 802.11n devices without the 5gHz channels. Sure they are? http://www

[no subject]

2010-05-17 Thread Mark Green - MedWOW.com
שלום. שמי מארק ואני סמנכ"ל השיווק של סטרט אפ בתחום הרפואי מחיפה. אשמח אם תוכל לפרסם את המודעה או אפילו להפנות אלי ישירות מועמדים אשר עונים לדרישות. אנו מחפשים כרגע מומחה שרתי לינוקס לתמיכה ויעוץ בתחומים הבאים: 1. דואר אלקטרוני הגדרת שרותי הדואר היוצא משרתי האינטרנט וה- Exchange, על מנת ל

[no subject]

2008-03-30 Thread Israel Shikler
Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Hi Everyone, Looking for a Linux developer , to develop a remote & control program on Linux to remotely control NOKIA cell running the Symbian o.s. Best Regards, Israel Shikler Softkol Software Service LTD. P

[no subject]

2006-07-09 Thread shalom shushan
Hi all,   My application is as follow: ARM based board that encode Video and audio stream and need to send it over the network to a player. I need RTP/RTSP open code for Embeded Linux (ARM)?

Re: was no subject now is autoreconnect

2006-06-21 Thread Ira Abramov
Quoting Amos Shapira, from the post of Wed, 21 Jun: > Let me do a wild guess - it used to fail after 10 retries? > > "man pppd" (or even a lookup on linux-il archives) would have told you > that "maxfail = 0" should solve the problem for you (at least it no, that was the first thing I tried. I ju

Re: was no subject now is autoreconnect

2006-06-21 Thread Amos Shapira
On 21/06/06, Ira Abramov <[EMAIL PROTECTED]> wrote: at a client of mine, the line kept dying, and the ppp/options "persistant" parameter didn't seem to do the trick for more than a few failures, and pppd would freeze. ifconfig still shows ppp0 is up but the line would not really pass packets. L

Re: was no subject now is autoreconnect

2006-06-20 Thread Ira Abramov
Quoting [EMAIL PROTECTED], from the post of Tue, 20 Jun: > > On second thought I didn't catch that the previous script is run at > time periods. > > What I was looking for was it to be event driven not time driven. at a client of mine, the line kept dying, and the ppp/options "persistant" parame

Re: was no subject now is autoreconnect

2006-06-20 Thread Shahar Tamir
Hi, You can let pppd start pptp, and have it run in the forgruond: pppd nodetach pty "pptp --nolaunchpppd " That way it can be in a loop since pppd will return only after disconnecting. Shahar On Tuesday 20 June 2006 11:46, [EMAIL PROTECTED] wrote: > HI again, > > On second thought I didn't catc

RE: was no subject now is autoreconnect

2006-06-20 Thread Kovriga, Gregory
11:47 AM To: Linux-IL Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: was no subject now is autoreconnect HI again, On second thought I didn't catch that the previous script is run at time periods. What I was looking for was it to be event driven not time driven. the connection dies

was no subject now is autoreconnect

2006-06-20 Thread aamehl
HI again, On second thought I didn't catch that the previous script is run at time periods. What I was looking for was it to be event driven not time driven. the connection dies, the system reconnects. So I gather to do this I would need a daemon running which checks for a live connection

Re: (no subject)

2006-06-20 Thread Ancient1
just run the Connect script every t minutes ? after all , it won't make new if exist. (talking about 012 cable-start script) or am I missing a something here .. ? on 2nd thought , what does it mean in fact "connection lost" ?? after all both sides are configured in memory (routing table

Re: (no subject)

2006-06-19 Thread aamehl
Thanks that is what I was looking for, Aaron Quoting "Geoffrey S. Mendelson" <[EMAIL PROTECTED]>: > On Tue, Jun 20, 2006 at 08:12:57AM +0300, [EMAIL PROTECTED] wrote: > > I am looking for an elegant solution to my internet connecivity. > > I use a script called cablecheck. It runs every minute

Re: (no subject)

2006-06-19 Thread Geoffrey S. Mendelson
On Tue, Jun 20, 2006 at 08:12:57AM +0300, [EMAIL PROTECTED] wrote: > I am looking for an elegant solution to my internet connecivity. I use a script called cablecheck. It runs every minute and if there is no PPP connection, it runs a script called cablestart. -

RE: (no subject)

2006-06-19 Thread Kovriga, Gregory
. Regards, Gregory. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, June 20, 2006 8:13 AM To: linux-il@linux.org.il Subject: (no subject) Hi all, I am looking for an elegant solution to my internet connecivity. I use

(no subject)

2006-06-19 Thread aamehl
Hi all, I am looking for an elegant solution to my internet connecivity. I use actcom and connect with a script. What I want is some fine tuning. I would like the script to run. When my computer reboots (which isn't often, its Linux after all) When my connection dies (this is the most important

Re: (no subject)

2006-01-24 Thread guy keren
On Tue, 24 Jan 2006 [EMAIL PROTECTED] wrote: > Hi all, > > In order to avoid using undefined variables one can use the syntax: > echo ${badvarname:?} there are other ways - reffering to underfined variables by itself is NOT a syntax error. > which will result in error message would the variable

Re: (no subject)

2006-01-24 Thread Oleg Goldshmidt
[EMAIL PROTECTED] writes: > Hi all, > > In order to avoid using undefined variables one can use the syntax: > echo ${badvarname:?} which will result in error message would the > variable be bad (not "defined" or empty). This kind of reference is > tedious therefore one could use ksh -u (in a scri

Re: (no subject)

2006-01-24 Thread Yedidyah Bar-David
On Tue, Jan 24, 2006 at 04:55:37AM -0600, [EMAIL PROTECTED] wrote: > > Hi all, > > In order to avoid using undefined variables one can use the syntax: > echo ${badvarname:?} > which will result in error message would the variable be bad (not "defined" > or > empty). This kind of reference is te

(no subject)

2006-01-24 Thread hareldvd
Hi all, In order to avoid using undefined variables one can use the syntax: echo ${badvarname:?} which will result in error message would the variable be bad (not "defined" or empty). This kind of reference is tedious therefore one could use ksh -u (in a script) #!/bin/ksh -u the result is a c

[no subject]

2005-07-11 Thread ga44
// job appunsub linux-il [EMAIL PROTECTED] 42D2E336:12CB0:yvahkvy // eoj = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTE

(no subject)

2004-12-17 Thread Orr Dunkelman
Next Monday (20/12/2004), 18:30, the Haifa Linux Club will once again meet to hear Muli Ben-Yehuda talk about: ptrace - Playing Debugger Chess ptrace is the POSIX API that allows debuggers to do their work. It can also be used by programs (malicious or otherwise) to control the behaviour

[no subject]

2004-10-04 Thread Gershon Geva
Hello. I am using a promise technology SATA 150 TX4 card which allows me to put up to 4 SATA drives On my redhat 9 machine. I am using kernel 2.4.20. Up till now I used IDE drives and tuned them using hdparm. Now, unfortunately, hdparm fails to Tune the drives saying “operation not supp

(no subject)

2004-08-16 Thread shlomif
= 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]

(no subject)

2004-05-24 Thread Ilya Konstantinov
subscribe = 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: (no subject)

2004-05-23 Thread Ira Abramov
Quoting avraham rosenberg, from the post of Sun, 23 May: > I apologize for the large number of messages sent to the list. The idea > was to check if I managed to convince mut and pine to send the correct > return address. I was too impatient when checking the mail and I was under > the impressio

(no subject)

2004-05-23 Thread avraham rosenberg
I apologize for the large number of messages sent to the list. The idea was to check if I managed to convince mut and pine to send the correct return address. I was too impatient when checking the mail and I was under the impression that the previous attempts did no get through. Sorry for that.

(no subject)

2004-05-23 Thread avraham rosenberg
This is a test. Please ignore, Avraham = 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]

[no subject]

2004-05-10 Thread Amir Spivak
I have XR permissions for evry user + the "-ldd /bin/bash" gave:[EMAIL PROTECTED]:/home# ldd /bin/bash    libtermcap.so.2 => /lib/libtermcap.so.2 (0x4002e000)    libdl.so.2 => /lib/libdl.so.2 (0x40032000)    libc.so.6 => /lib/tls/libc.so.6 (0x4200)    /lib/ld-linux.so.

[no subject]

2004-04-22 Thread אבי דואר
unsubscribe

Buying a new printer to work under Mandrake 9.2 (was: (no subject))

2004-02-10 Thread Omer Zak
Few weeks ago I bought Epson CX3200 scanner-printer, to replace my dead HP 660C printer. Printing worked out of the box, after re-running print configuration utility in Gnome. The scanner needs a more recent kernel version (2.4.21 vs. the 2.4.18 which I have under RedHat 8.0, which I didn't bother

(no subject)

2004-02-10 Thread Orna Agmon
Hi printing people, This mail is on behalf of a friend of mine, he is not subscribed to Linux-il, so please CC him. 8X- I want to buy a printer for my home pc. My system is mandrake 9.2, and the most common printer sold today is the lexmark z602. In the harddrake

[no subject]

2004-01-25 Thread Valentin Ossman
unsubscribe = 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]

[no subject]

2004-01-20 Thread Omer Segev
Hello list.   I hae just finished installing a fresh new RH9 With the Latest samba release. The server is supposed to be some kind of Backup server wich copies all the users shared folders from my 2K Machine into a partition located on his own disk. when i try to access the shared folder o

(no subject)

2004-01-10 Thread subbiah .L
ello, I want to have your suggestion on the Graphics programming from you. I want to display live video image of 640x480 size coming from Digital controller at the rate of 30 fps in my monitor after zooming by factor 2. The image color depth is 24bit RGB values. So Essentially I have to zoom b

(no subject)

2004-01-10 Thread subbiah .L
ello, I want to have your suggestion on the Graphics programming from you. I want to display live video image of 640x480 size coming from Digital controller at the rate of 30 fps in my monitor after zooming by factor 2. The image color depth is 24bit RGB values. So Essentially I have to zoom b

[no subject]

2003-12-24 Thread moses
Title: Message Hi all   Where I can find benchmarks for testing memory load in linux (preferable know ones). thanks.

[no subject]

2003-11-19 Thread Leonid Podolny
I had a very strange problem with this chipset, like, it was recognized as adevice, the interface would come up, but there was no network connection. Itall got fixed when I left out all the APIC optionsat the kernel (local apic,io-apic, etc). "noapic" kernel option didn't help.- Original

(no subject)

2003-11-19 Thread etay218
unsubscribe = 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]

(no subject)

2003-10-30 Thread gili gili
Hi List, I installed Samba 3.0.0beta3 on RH 8. I'm trying to make a shared directory so I can access from M$ machines using NT users ( from my PDC ). I got to join the Domain and I can see the users from my domain (in the Linux), I can even login as one... I used the RTFM "Samba-HOWTO-Collection

[no subject]

2003-09-17 Thread Harmeet Uppal
Hi , I don't if this is the right forum to discuss my current desire to learn programming on SNMP using C/C++. I want to build an snmp agent, or extend one (Absolutely clueless at this moment as to how ?) which would have a MIB added for disk file monitoring. So I need to have a MIB Compiler etc.

(no subject)

2003-09-13 Thread Muli Ben-Yehuda
Next Monday (15/09/2003), 18:30, the Haifa Linux Club will once again meet to hear Shimon Panfil, Ph. D., talk about Tcl/Tk You are all invited! More info on how to get to the meeting etc. at the haifux website: http://www.haifux.org. Lecture slides are avilable at

[no subject]

2003-08-26 Thread Harmeet Uppal
Hi, Need some info on how does copy on write work after a fork and whats is the actual difference with vfork and fork.Why is there a difference in their foot prints.And are there any unique mailing list just for Threads (HP/Linux/Solaris & AIX) Thanks and regards, Harmeet ===

[no subject]

2003-08-19 Thread Omer Segev
Title: הודעה Hi all.   I`m trying to setup a Linux machine that will act as a gateway and is going to be connected to a remote Checkpoint NG.  The Linux box is going to be a gateway for a remote network. I want to know if anyone has any experience with this platform, As I was googeling I

Re: (no subject)

2003-08-04 Thread Moti Holtzman
Maxim K. wrote: \On Mon, 4 Aug 2003, Moti Holzman wrote: I have recently installed Redhat 9 on a Dell D800 laptop.There is an external USB disk (120GB) attached to the laptop. Everything seems to be working fine. However, when I connect the laptop to a docking station, Linux does not recogni

(no subject)

2003-08-04 Thread Moti Holzman
I have recently installed Redhat 9 on a Dell D800 laptop. There is an external USB disk (120GB) attached to the laptop. Everything seems to be working fine. However, when I connect the laptop to a docking station, Linux does not recognize the USB disk. When the laptop is running in Windows with t

(no subject)

2003-07-27 Thread Behdad Esfahbod
Hi all, I'm back again, Some silly question: I have compiled and set 2.6.0-test1-ac3 kernel on my laptop. So now I get suspicious hard disk activity, every same 10 seconds. I had the same problem when I first formatted a partition ext3 under 2.4 around two o three years ago, which get solv

[no subject]

2003-06-21 Thread sysprog
Hi, I just got a RedHat Advanced Server 2.1 (that isn't connected to the internet), and I have to upgrade the "software developer environment" (gcc, ld, glibc, glibc-common, bin-utils, etc') to the latest version available for my developers needs. While trying to do so - I found to know that there

[no subject]

2003-04-12 Thread Rami Gal
unsubscribe = 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: (no subject)

2002-08-25 Thread Meir Kriheli
On Sunday 25 August 2002 13:57, [EMAIL PROTECTED] wrote: > On Sunday 25 August 2002 14:55, Tzafrir Cohen wrote: > > On Sun, 25 Aug 2002 [EMAIL PROTECTED] wrote: > > > i used like 3 different tools, a manual one, an automated one > > > and another one > > > with a graphical interface, and btw, i us

Re: (no subject(

2002-08-25 Thread avivdog
On Sunday 25 August 2002 14:55, Tzafrir Cohen wrote: > On Sun, 25 Aug 2002 [EMAIL PROTECTED] wrote: > > i used like 3 different tools, a manual one, an automated one > > and another one > > with a graphical interface, and btw, i use slack > > Names (command names) would be useful. > i tried xfree8

Re: (no subject)

2002-08-25 Thread Tzafrir Cohen
On Sun, 25 Aug 2002 [EMAIL PROTECTED] wrote: > i used like 3 different tools, a manual one, an automated one > and another one > with a graphical interface, and btw, i use slack Names (command names) would be useful. > > also - you get lots of messages when you run X, on the > > console from wh

(no subject)

2002-08-25 Thread avivdog
> which program did you try to configure X with? there are several such > programs - one of them might work. not sure which comes with mandrake - > you should have mandrake's own X config utility (drakex?), or > Xconfigurator (is it redhat specific?) or xf86setup, or i used like 3 different to

(no subject)

2002-06-18 Thread NEXUS
Unsubscribe  

(no subject)

2002-04-27 Thread Arik Ashepa
unsubscribe = 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]

[no subject]

2002-01-01 Thread Itzik peretz
hello   i have problem with initiliaize the linux when the computer trying to init he wrote me this message and then it stucked. the message is this: ext3:error 22 ext3 pivotroot: pivotroot(/sysroot/sysrot/initrd) failed :2 freeing unused kernel memory : 232k freed kernel panic :No init foun

Re: (no subject)

2001-12-18 Thread Hetz Ben Hamo
Try to talk to the guys at #redhat channel in irc.openprojects.net In the meanwhile - when booting the installation CD - try load the installer with "noathlon" parameter - see if it helps... Hetz On Tuesday 18 December 2001 10:53 am, paul k wrote: > Hi all > Thought that there will be some peo

(no subject)

2001-12-18 Thread paul k
Hi all Thought that there will be some people interested to know about the following (and maybe someone could help me): I've downloaded PF7.2 iso's from ftp.iglu.org.il and startetn installing it on a box with win98 and RH7.1 on it (upgrading the RH). My computer has AMD athlon processor and 20 GB

[no subject]

2001-10-16 Thread Julia Nobody
Is somebody know good URL for study ANSI C? Have some help like perldoc or man peldoc for ANSI C? Thanks âÅÓÐÌÁÔÎÁÑ ÐÏÞÔÁ http://mail.Rambler.ru/ òÁÍÂÌÅÒ-ðÏËÕÐËÉ http://ad.rambler.ru/ban.clk?pg=1691&bn=9346 = To unsubscrib

No Subject

2001-05-20 Thread mike ray
this is a mail test, i will appreciate it if you all reply back had some dns problems Michael W Ray IT Manager * G-Connect - Helping ISPs to differentiate www.g-connect.com POB 2200, Herzlyia B, 46120, Israel < m

No Subject

2001-04-19 Thread mike ray
Title: HI I would like to take the opportunity of this list and present an opening that we have at g-connect, you can see the job description below, more details on the company you can find on the web site - www.g-connect.com Introduction Main responsibility will include the  research

No Subject

2001-04-02 Thread Shachar Bar
unsubscribe

(no subject)

2001-03-06 Thread Efraim Yawitz
Here is my experimental patch to use Lout with hebrew, if anyone wants to try it out. No guarantees, but I hope it will be useful. Ephraim Yawitz -- Binary/unsupported file stripped by Listar -- -- Type: APPLICATION/octet-stream -- File: heblout-0.151.tar.gz =

(no subject)

2001-01-20 Thread malkodan
unsubscribe = 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]

No Subject

2001-01-12 Thread Tizmo
unsubscribe

Re: (no subject)

2001-01-06 Thread Dani Arbel
well.. delete that filesystem and create a new one of the type you want, and move on! On Sat, 6 Jan 2001, eldad moore wrote: > Hi > Got stuch during the Redhat 6.2 installation!!! > > I have partitioned the hardisc through the fdisk > and when I started the installation, I got stuck > at the Di

(no subject)

2001-01-06 Thread eldad moore
Hi Got stuch during the Redhat 6.2 installation!!! I have partitioned the hardisc through the fdisk and when I started the installation, I got stuck at the Disk Druid stage. I can see all the partition I have created, but when I try to edit them, I cannot change the partition type - he doesn't le

No Subject

2000-12-04 Thread Hermoni, EranX
Greetings I have installed Red Hat Linux7 and came up with the problem that it identified my pci scsi card when doing so the computer stops responding and i have to reset it and unplug the card. Is there a way around it? Thank you for your help Eran Hermony 07 6804393 053 503701 Vi

No Subject

2000-11-16 Thread Benji Selano
unsubscribe = 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: (no subject)

2000-11-09 Thread Omer Musaev
Miriam wrote: > 1-Thank you for the quick answer. > 2-I do have libxforms installed. The problem seems to be rather along the > line hinted at by Assaf Mevorach: Unlike some other Unix flavors and some > other Linux > distributions, in Slakware 7.0 the linker does not include BY DEFAULT the > c

RE: (no subject)

2000-11-08 Thread Mevorach, Assaf
ovember 09, 2000 8:06 AM To: Tzafrir Cohen Cc: Linux-IL Mailing List Subject: (no subject) 1-Thank you for the quick answer. 2-I do have libxforms installed. The problem seems to be rather along the line hinted at by Assaf Mevorach: Unlike some other Unix flavors and some other Linux distributions, i

(no subject)

2000-11-08 Thread Miriam
1-Thank you for the quick answer. 2-I do have libxforms installed. The problem seems to be rather along the line hinted at by Assaf Mevorach: Unlike some other Unix flavors and some other Linux distributions, in Slakware 7.0 the linker does not include BY DEFAULT the code required to include in th

No Subject

2000-10-22 Thread dx3
unsubscribe  

No Subject

2000-10-19 Thread dx3
I have a creative Modem Blaster V.90 PCI DI5655 modem Windows sees it fine. It is working properly on COM4 I can't seem to get Linux to recognize it. I am using RedHat 5.2 what am I doing wrong?  

No Subject

2000-10-18 Thread zuri zadok
Hi  i want to be a linux redhat 6.2 client of Sun solaris nfs server but i get an RPC timeout   solaris to solaris it's O.K     thanks ZZ BEGIN:VCARD VERSION:2.1 N:zadok;zuri FN:zuri zadok ORG:Tnn Networks TEL;WORK;VOICE:972-53-506928 TEL;WORK;FAX:972-3-9263872 ADR;WORK:;972-3-9263878;Bareket

No Subject

2000-10-12 Thread zuri zadok
How can i configure an 3com ISA 3c509b card on RH 6.2 ? i tried to configure it in non PNP mode and port 300 irq 10,config on linuxconf the kernel mode "3C509" without B  ,it doesn't work please HELP   also where can i see  the io ports and irq list on my linux station?       zuri zadok BEG

Re: (no subject)

2000-10-12 Thread Hetz Ben Hamo
Yes, Upgrade Linuxconf :) Hetz amir tal wrote: > > having a similar problem. > i am trying to change the time using linuxonf, and i am getting a "dialog > mismach" error massage... > any idea's anyone ? > > At 23:17 11/10/2000 +0300, you wrote: > >Hi all > >not so long time ago we changed

Re: (no subject)

2000-10-12 Thread amir tal
having a similar problem. i am trying to change the time using linuxonf, and i am getting a "dialog mismach" error massage... any idea's anyone ? At 23:17 11/10/2000 +0300, you wrote: >Hi all >not so long time ago we changed the time to winter time, remember? :) >so since i did it (using li

Re: (no subject)

2000-10-11 Thread llx
Pavel Bibergal£¬ÄúºÃ£¡, ÔÚ 00-10-11 ÏÂÎç 11:17:00 ÄúдµÀ£º >Hi all >not so long time ago we changed the time to winter time, remember? :) >so since i did it (using linuxconf) my time clock getting crazy.. >everytime i reboot to windows and then come back to linux i see that my time is changed >

Re: (no subject)

2000-10-11 Thread Alex Chudnovsky
On Wed, 11 Oct 2000, Pavel Bibergal wrote: > Hi all > not so long time ago we changed the time to winter time, remember? :) > so since i did it (using linuxconf) my time clock getting crazy.. > everytime i reboot to windows and then come back to linux i see that my > time is changed and it really

(no subject)

2000-10-11 Thread Pavel Bibergal
Hi all not so long time ago we changed the time to winter time, remember? :) so since i did it (using linuxconf) my time clock getting crazy.. everytime i reboot to windows and then come back to linux i see that my time is changed and it really tired to login as root everytime and change the time

No Subject

2000-08-30 Thread support
Hi all How do I configure linux to be mail-relay system i.e. - forward all the incoming mail to other machine. (I know how to do it for indevidual accounts with the aliases file) adi = To unsubscribe, send mail to [EMAIL PROTECTE

No Subject

2000-08-16 Thread Doron Barzilay
= 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]

No Subject

2000-08-15 Thread Doron Barzilay
// job appsub linux-il [EMAIL PROTECTED] 39996679:34C8:yvahkvy // eoj = 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]

No Subject

2000-08-01 Thread fredy
I have a question. I have a Linux based firewall, 2 NIC's. I need to use it to protect a class C subnet of real Internet computers. Does anyone have an idea of how to do that ? (From the router the demand will come to any IP address in that subnet and not only to the IP of the Linux machine) Fre

Re: (no subject)

2000-06-21 Thread Hetz Ben Hamo
Nop, This should be sent to: [EMAIL PROTECTED] Hetz Bhupesh Kokate wrote: > > unsubscribe > > = > To unsubscribe, send mail to [EMAIL PROTECTED] with > the word "unsubscribe" in the message body, e.g., run the command > echo unsu

(no subject)

2000-06-21 Thread Bhupesh Kokate
unsubscribe = 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]

No Subject

2000-06-15 Thread Mike Almogy
who linux-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]

No Subject

2000-05-30 Thread Benji Selano
Hi.. Is there a way to pass mail from /var/spool/mail/userX to a user defined in /etc/aliases? Benji = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsu

Re: (no subject)

2000-05-10 Thread Tzafrir Cohen
On Wed, 10 May 2000, N Sakthivel wrote: > > Hai, > > I have some problem while running X-windows. The problem is > > 1. After starting "startx", within a minute or whenever an xterm is opened > and a line is typedor any other GUI application is started, the sysetm > hangs. No response fr

(no subject)

2000-05-10 Thread N Sakthivel
Hai, I have some problem while running X-windows. The problem is 1. After starting "startx", within a minute or whenever an xterm is opened and a line is typed or any other GUI application is started, the sysetm hangs. No response from Keyboard as well as mouse. Can any one say why?

Re: (no subject)

2000-05-04 Thread Ira Abramov
On Thu, 4 May 2000, Pavel Bibergal wrote: > > LILO boot: linux init=/usr/bin/emacs > > The Return of the LISP Machines > but a few question: is it under GNU license? > if not how much should i pay? the slogan? it's not a program, but I'm sure it's under the GNU Documentation public lice

Re: (no subject)

2000-05-04 Thread Vadim Vygonets
Quoth somebody sometime: > > LILO boot: linux init=/usr/bin/emacs > > The Return of the LISP Machines I know a guy who modified Emacs to behave like init (including waiting for orphans). Booting vmunix.elc... Vadik. -- Sauron is alive in Argentina! ===

(no subject)

2000-05-04 Thread Ira Abramov
> Adi once suggested printing a T-shirt with the following: > > LILO boot: linux init=/usr/bin/emacs > The Return of the LISP Machines > > Anyone still interested? ;-) cute, but we're looking also for more publicly-understood slogans (preferably in Hebrew) for shirts and sticks as well. maybe

Re: (no subject)

2000-05-03 Thread Vadim Vygonets
Quoth eyal ben-gal on Wed, May 03, 2000: > unsubscribe Read the instructions _on the bottom of each bloody message on this mailing list_, idiot. Vadik. -- Avoid reality at all costs. = To unsubscribe, send mail to [EMAIL PROTECTE

(no subject)

2000-05-03 Thread eyal ben-gal
unsubscribe Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscrib

(no subject)

2000-05-03 Thread eyal ben-gal
unsubscribe Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscrib

No Subject

2000-05-02 Thread Noam Lev Bunder
unsubscribe = 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]

No Subject

2000-05-02 Thread Mike Almogy
> Speaking of which - does anyone have SPARCstation 5 memory modules and/or disk > sleds? Many thanks, > > Marc > Hi If we started to talk about Sun here, does anyone has SparcStation 4 -> 20 that he wants to sell ? Mike Mike Almogy. === Mofet Institute - Computer Dpt.

No Subject

2000-04-29 Thread ohad stauber
hi how do i use the c-mode in xemacs in order to highlighten fonts?

  1   2   >