pci souncard

1999-06-09 Thread erez
HI I have a creative ensoniq sound pci card when I do insmod sb.o i get (in /var/log/messages): Jun 9 11:08:03 aristo kernel: Soundblaster audio driver Copyright (C) by Hannu Savolainen 1993-1996 Jun 9 11:08:03 aristo kernel: sb_card: I/O, IRQ, and DMA are mandatory (kernel is 2.0.36) io a

Re: Hebrew text mode browser

1999-06-09 Thread Vadim Smelyansky
On Fri, 21 May 1999, Gaal Yahas wrote: GY>Anyone ever heard of one? I hate pulling up X every time someone GY>sends me a link to a hebrew site.. Did you try to enter in "Options" in lynx v2.8.1? .. Character Set Options Assumed document character set : [windows-1252] Display

Re: Linux vendor name and version.

1999-06-09 Thread Oleg Goldshmidt
"Stanislav Malyshev a.k.a Frodo" <[EMAIL PROTECTED]> writes: > If you have /etc/redhat-version, it's probably Red Hat. I believe it is /etc/redhat-release -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED]

Re: RedHat 6.0 installation

1999-06-09 Thread Vadim Smelyansky
On Tue, 18 May 1999, Jonathan Alexander Daniel wrote: JAD>I just got a RedHat 6.0 from CheapBytes for an upgrade from 5.1 JAD> JAD>I booted from DOS using: JAD> JAD>c:\> d: JAD> JAD>d:\> cd \dosutils JAD> JAD>d:\dosutils> autoboot.bat JAD> JAD>The program began to boot into Linux, but then after

Re: sh script Q

1999-06-09 Thread Vadim Smelyansky
On Tue, 18 May 1999, Vadim Vygonets wrote: VV>Anyway, does anybody in this world use 'test' instead of '['? For what? for longer strings in script? :) FYI usually "/usr/bin/[" it is hardlink to "/usr/bin/test" -- Vadim Smelyansky (AKA Proglot) cellular:+972-54-876933 Wide Networking S

Re: NT vs Linux

1999-06-09 Thread Vadim Smelyansky
On Sat, 22 May 1999, Isaac Aaron wrote: IA> "Lack of a Journaling file system - IA> file system may not recover after IA> unplanned downtime" IA>- Since I don't know of any journaling capabilities IA>of the ext2, I suppose they're right. What rigth? second statement - lie. I tried seve

Re: help me delete linux!

1999-06-09 Thread Yoni Elhanani
Isaac Aaron wrote: > > the rookie wrote: > > > i can't delete the partitions with fdisk (linux and > > dos versions) > > what do i do?! > > > > Go to your BIOS setup and low-level format your hard disk. You're kidding. 1. Not every bios offers low level format. (some of us have to buy soft

Re: sh script Q

1999-06-09 Thread Oleg Goldshmidt
Vadim Smelyansky <[EMAIL PROTECTED]> writes: > On Tue, 18 May 1999, Vadim Vygonets wrote: > > VV>Anyway, does anybody in this world use 'test' instead of '['? > For what? for longer strings in script? :) test -w foo && do_sth_with foo looks more readable than [ -w foo ] && do_sth_with

Re: Mirroring Software Recommendations

1999-06-09 Thread Itamar S.-T.
"Aharon (Al) Schkolnik" wrote: > > Hi. > > I'm setting up some internal mirroring, and was wondering if anyone > can recommend some good mirroring software. I've located a bunch of > possibilities on the web, but don't know which is "good". rsync is supposed to be good and faster than regular m

Re: Linux vendor name and version.

1999-06-09 Thread Alex Shnitman
Stanislav Malyshev a.k.a Frodo writes: > HT>> Does anybody know how to check by command a vendor name and version on a > HT>> connected computer ? > HT>> > HT>> ('uname -a' gives the OS name and kernel version but not the vendor name > HT>> and version) > > If you have /etc/redhat-versio

Re: a small disk question

1999-06-09 Thread Ariel Biener
On Wed, 9 Jun 1999, Henry Ficher wrote: Naturally, but you said you were getting a new disk.. So I assumed it wont be factory formated with ext2fs ;) --Ariel > BTW, while investigating this I found that tune2fs also uses a -m flag to > specify the percentage of reserved blocks for the super-us

Re: sh script Q

1999-06-09 Thread Vadim Vygonets
Quoth Vadim Smelyansky on Wed, Jun 09, 1999: > On Tue, 18 May 1999, Vadim Vygonets wrote: > VV>Anyway, does anybody in this world use 'test' instead of '['? > For what? for longer strings in script? :) > > FYI usually "/usr/bin/[" it is hardlink to "/usr/bin/test" I know it. And in sane

Re: help me delete linux!

1999-06-09 Thread Net Gene
What you have to do is get PartitionMagic, or the latest version of Fips, both can partition FAT disks without deleting/formating (LOOSING!!!) ALL YOUR INFORMATION!!!... And there is also a HOWTO on how to install linux and windows 95/98 without deleting it. look for it. -- Yoni Elhanani wrote:

Re: sh script Q

1999-06-09 Thread Vadim Vygonets
Quoth Oleg Goldshmidt on Wed, Jun 09, 1999: > test -w foo && do_sth_with foo > > looks more readable than > > [ -w foo ] && do_sth_with foo For me, [ ] looks more readable, mostly because it has visible boundaries. > and is only 1 char longer, and is shorter than > > if [ -w foo ]; then do_s

unsubscribe!

1999-06-09 Thread Arieh Bibliowicz
how do i unsubscribe ??? (and don't tell me to follow instructions from homepage because I did and it wont let me!) vainolo

RE: help me delete linux!

1999-06-09 Thread Kalaev, Maxim
I suggest you to use Norton Disk Doctor, to patch you partitions, I have to use it after I tried to delete Linux partitions from NT, may be in your case it may help too. (After that you should use Linux fdisk to change your Partitions as you wish) @Maxim > -Original Message- > Fr

Is there any Linux GURU ???

1999-06-09 Thread Kalaev, Maxim
Subject: ~"Shared library can't be found" msg. Hi, I am sorry for posting the msg. second time, but I really need to understand it: Is anybody know what can be a problem: I am getting message like "ERROR: Shared library can't be loaded, file liblang.so.4 not found" (I am not remeber the exa

Re: NT vs Linux

1999-06-09 Thread Vadim Vygonets
Quoth Vadim Smelyansky on Wed, Jun 09, 1999: > On Sat, 22 May 1999, Isaac Aaron wrote: > > IA> "Lack of a Journaling file system - > IA> file system may not recover after > IA> unplanned downtime" > IA>- Since I don't know of any journaling capabilities > IA>of the ext2, I suppose they're righ

Re: unsubscribe!

1999-06-09 Thread Ben Nes Michael
Its realy easy. Though i cant add to what is already wiriten in the linux page http://www.linux.org.il/mailing-list.html the next line is from the homepage of linux il !!! Unsubscribing from the List To unsubscribe send an E-mail message to Linux-IL Requestwith the word "unsubscribe" as the mes

SSH/SSH2

1999-06-09 Thread Ben Nes Michael
Hi Can ssh2 work aginst ssh1 ? -- -- Canaan Surfing Ltd. Internet Service Providers Ben-Nes Michael - Manager Tel: 972-6-6925757 Fax: 972-6-6925858 http://www.canaan.co.il --

Re: SSH/SSH2

1999-06-09 Thread Boaz Rymland
Ben Nes Michael wrote: > > Hi > > Can ssh2 work aginst ssh1 ? > > -- > -- > Canaan Surfing Ltd. > Internet Service Providers > Ben-Nes Michael - Manager > Tel: 972-6-6925757 > Fax: 972-6-6925858 > http://www.canaan.co.il > -- Just getting into th

web spider - crowler

1999-06-09 Thread Mike Almogy
Hi evryone, I need a utility that will map all my site link to a html file (site map). Does anyone know of such a utility ? Thanks, Mike Almogy Mofet System Administrator. Pho :972-03-6901417 Cel :972-052-562237 Fax :972-03-6901414

Re: Solaris with Linux and NT

1999-06-09 Thread Erez Katz
I hope this would help you: http://www.sun.com/software/linux/docs/dual_boot.html good luck >From: "Shenderovich, Uri" <[EMAIL PROTECTED]> >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: Solaris with Linux and NT >Date: Tue, 8 Jun 1999 16:22:58 +0300 > >Hi, >I have partitioned my

Re: SSH/SSH2

1999-06-09 Thread Vadim Vygonets
Quoth Ben Nes Michael on Wed, Jun 09, 1999: > Can ssh2 work aginst ssh1 ? You need to install ssh1 for that. ssh2 will execute ssh1 when you connect to an sshd1 host. To enable sshd2 executing sshd1 when connection from ssh1 is received, put the following line into /etc/ssh2/sshd2_config:

Re: Mirroring Software Recommendations

1999-06-09 Thread Amos Shapira
From: "Itamar S.-T." <[EMAIL PROTECTED]> > "Aharon (Al) Schkolnik" wrote: > > > > Hi. > > > > I'm setting up some internal mirroring, and was wondering if anyone > > can recommend some good mirroring software. I've located a bunch of > > possibilities on the web, but don't know which is "good".

Re: web spider - crowler

1999-06-09 Thread Stanislav Malyshev a.k.a Frodo
MA>> Hi evryone, MA>> I need a utility that will map all my site link to a html file (site MA>> map). MA>> Does anyone know of such a utility ? There's a thing called Linbot - look at it, it might help. -- [EMAIL PROTECTED] \/ There shall be counsels taken Stanislav Malyshev /\ Stron

linux

1999-06-09 Thread Net Gene
Hello, I have been a short time in Israel, and I still dont know my way arround. Can anyone tell me, in the Jerusalem area, or Tel-Aviv(Raanana, Kfar-Saba, Herzlya, etc), where can I get a copy of REDHAT or Slackware? I dont want to pay for it, maximum the CD or something, but I dont want to wait

Re: NT vs Linux

1999-06-09 Thread Yedidya Bar-david
Hi Vadim Vygonets wrote: > > Quoth Vadim Smelyansky on Wed, Jun 09, 1999: > > On Sat, 22 May 1999, Isaac Aaron wrote: > > > > IA> "Lack of a Journaling file system - > > IA> file system may not recover after > > IA> unplanned downtime" > > IA>- Since I don't know of any journaling capabiliti

No Subject

1999-06-09 Thread B [i] B
hi, im taking advance linux course in sivan, if any one have any idea how is it?or if any1 taking the same course please let me know:) thanx!

Re: NT vs Linux

1999-06-09 Thread Vadim Vygonets
Quoth Yedidya Bar-david on Thu, Jun 10, 1999: > I must add, that there are things that e2fsck can't fix at all - e.g. > I once had a hardware problem, and fsck moved some files to > /lost+found, with permissions that didn't let me delete them > no matter what I did. Something like that once happe

unsubscribe

1999-06-09 Thread Arieh Bibliowicz
unsubscribe

Searching man pages

1999-06-09 Thread Oded Arbel
hello people. Is there a way to search the entire collection of man pages for keywords ? for example - let's say I want to find (or check if exist) a program that does a certain function, but i don't know what it's name (or even if such a program exist on my system) so I'll want to search the 'De

Re: Searching man pages

1999-06-09 Thread Amos Shapira
From: Oded Arbel <[EMAIL PROTECTED]> > hello people. > > Is there a way to search the entire collection of man pages for keywords ? > for example - let's say I want to find (or check if exist) a program that > does a certain function, but i don't know what it's name (or even if such > a program e

Re: web spider - crowler

1999-06-09 Thread Mike Almogy
THANKS ! seams to work just fine look at : http://bigbrother.mofet.macam98.ac.il/linbot (Hope it will work 4 u :-)) Mike "Stanislav Malyshev a.k.a Frodo" wrote: > MA>> Hi evryone, > MA>> I need a utility that will map all my site link to a html file (site > MA>> map). > MA>> Does a

Re: NT vs Linux

1999-06-09 Thread Oren Shomron
Vadim Vygonets wrote: > Quoth Yedidya Bar-david on Thu, Jun 10, 1999: > > I must add, that there are things that e2fsck can't fix at all - e.g. > > I once had a hardware problem, and fsck moved some files to > > /lost+found, with permissions that didn't let me delete them > > no matter what I did