Linux-Misc Digest #722, Volume #23                Wed, 1 Mar 00 15:13:04 EST

Contents:
  Re: recursive grep? (Greg Porr)
  EXTREME newbie question. =) (Jordan Erickson)
  Re: EXTREME newbie question. =) (Hans Dumbrajs)
  Help!! - kernel compile errors (Jay)
  Re: What is MAGIC COOKIE and why cant I run apps as su? (S Bond)
  Re: Here's why linux programs are so insecure ! ("demarko")
  Do you have this Card (How do i make it work) ("Melissa Nelson")
  staroffice (Ian Mortimer)
  Opinions About VMWare Windows Emulator ("Fraser Orr")
  Re: Do you have this Card (How do i make it work) (Hal Burgiss)
  Automounting via Autofs on Debian 2.1. (Brent Hetherwick)
  Re: recursive grep? (Alex Vrenios)
  Re: Linux+NTFS (Haral Tsitsivas)
  Re: Do you have this Card (How do i make it work) ("Melissa Nelson")
  Re: Can't use my floppy (Scott M)
  Re: Kppp Connect locks up other apps (Patricia)
  Re: httpd: cannot determine the IP address of........ (Paul G)
  Re: Is Linux a better OS for a streaming audio server? ("t.mohn")
  Re: Help!! - kernel compile errors ("Peter Antypas")
  PBS to broadcast NYCO Boheme !? (Brian Moore)

----------------------------------------------------------------------------

Subject: Re: recursive grep?
From: [EMAIL PROTECTED] (Greg Porr)
Date: 1 Mar 2000 13:08:55 -0500

In article <89jks9$[EMAIL PROTECTED]> "Andrew Arrow" 
<[EMAIL PROTECTED]> writes:
>Is there anyway to grep for a a specific strings recursively throughout an
>entire directory and all it's sub-directories?
>
>$ grep "stringIwant" *.*
>
>But I want more than just *.*, I want all the files in every sub-directory
>too.

You could use:

        find directory_name -type f -print | xargs grep "stringIwant"

- Greg


------------------------------

From: Jordan Erickson <[EMAIL PROTECTED]>
Subject: EXTREME newbie question. =)
Date: Wed, 01 Mar 2000 18:13:25 GMT

With that subject in place, it makes me feel better. =)

Is there any way to switch between programs (Command shell=Bash) without
having to log into another session (via alt+ctrl+F2,F3, etc)?  I guess
an easy way to explain it would be something like DesqView for DOS (I
know, I know, blech!), so you can basically log into one session and
control many fullscreen programs (say Pine, a commandline, vi, etc) and
be able to switch between them, possibly with some sort of common menu
to switch between them?

Thanks!! :)

--
- Jordan Erickson ([EMAIL PROTECTED])
  Network Support Representative, Bank of Petaluma
(My views are not necessarily the views of Bank of Petaluma)

P.S. My e-mail is altered to rid my mailbox of bot junkmail.  You can
figure it out.



------------------------------

From: Hans Dumbrajs <[EMAIL PROTECTED]>
Subject: Re: EXTREME newbie question. =)
Date: Wed, 01 Mar 2000 20:21:29 +0200

Jordan Erickson wrote:

> With that subject in place, it makes me feel better. =)
>
> Is there any way to switch between programs (Command shell=Bash) without
> having to log into another session (via alt+ctrl+F2,F3, etc)?  I guess
> an easy way to explain it would be something like DesqView for DOS (I
> know, I know, blech!), so you can basically log into one session and
> control many fullscreen programs (say Pine, a commandline, vi, etc) and
> be able to switch between them, possibly with some sort of common menu
> to switch between them?
>
> Thanks!! :)
>
> --
> - Jordan Erickson ([EMAIL PROTECTED])
>   Network Support Representative, Bank of Petaluma
> (My views are not necessarily the views of Bank of Petaluma)
>
> P.S. My e-mail is altered to rid my mailbox of bot junkmail.  You can
> figure it out.

I think "screen" will do that.


------------------------------

From: [EMAIL PROTECTED] (Jay)
Subject: Help!! - kernel compile errors
Reply-To: [EMAIL PROTECTED]
Date: Wed, 01 Mar 2000 18:32:07 GMT

When I recompile the kernel (2.2.14) I get the following error after
the "make bzImage" command. I did a make dep, make clean and also
mrproper.

make[1]: Entering directory `/usr/src/linux-2.2.14/arch/i386/boot'
gcc -D__KERNEL__ -I/usr/src/linux/include -E -D__BIG_KERNEL__
-traditional -DSVGA_MODE=NORMAL_VGA  bootsect.S -o bbootsect.s
as86 -0 -a -o bbootsect.o bbootsect.s
make[1]: as86: Command not found
make[1]: *** [bbootsect.o] Error 127
make[1]: Leaving directory `/usr/src/linux-2.2.14/arch/i386/boot'
make: *** [bzImage] Error 2

Does anyone know what this means, and how to fix it?
Thanks in advance for the help!!!

------------------------------

From: S Bond <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux.mandrake,comp.os.linux.portable
Subject: Re: What is MAGIC COOKIE and why cant I run apps as su?
Date: Wed, 01 Mar 2000 18:32:14 +0000

Rick wrote:
> 
> Bill Unruh wrote:
> >
> > In <[EMAIL PROTECTED]> Rick <[EMAIL PROTECTED]> writes:
> >
> > >Thanks for all the help... I have used the xhost +localhost...
> >
> > >Now.. can anyone tellme what bad things can happen using this command?
> >
> > It allows anyone, local or remote, running on localhost to both listen
> > in on anything you type or display in your X session, or to hijack your
> > X session.
> 
> Thanks for the info and the previous file. Could you answer another
> question? Is there a way to undo the permissions that were granted by
> the file you suggested in the erlier message?
> 
> --
> To reply by email remove NOSPAM from my address.

xhost -localhost

------------------------------

From: "demarko" <[EMAIL PROTECTED]>
Crossposted-To: alt.linux,alt.os.linux
Subject: Re: Here's why linux programs are so insecure !
Date: Wed, 01 Mar 2000 18:46:18 GMT

hymm....
geez i guess since theres so meny "lets hack linux" people out there,  i
should switch to windows so all my stuff is safe... afterall.. with this
explanation thanks to Tim Hockin, that explains why windows is sooooo
secure..

:-P

if ya believe that.. i have a bridge for sale

"Tim Hockin" <[EMAIL PROTECTED]> wrote in message
news:899t0j$csi$[EMAIL PROTECTED]...
> In comp.os.linux.misc [EMAIL PROTECTED] wrote:
> : Because you dickheads offer the source code of your programs (!!!)
>
> : There is not better present to potential hackers than to offer your
source
> : code !
>
>
> doh!  I knew there was a reason...
>
> --
> Tim Hockin
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> This program has been brought to you by the language C and the number F.



------------------------------

From: "Melissa Nelson" <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,alt.os.linux.dial-up,alt.os.linux.redhat,linux.redhat
Subject: Do you have this Card (How do i make it work)
Date: Wed, 01 Mar 2000 18:49:13 GMT

Smc EtherEZ 8416
 i got the latest *.c file from there site but as i am new to linux what do
i do with it??



------------------------------

From: Ian Mortimer <[EMAIL PROTECTED]>
Subject: staroffice
Date: Wed, 01 Mar 2000 18:57:13 GMT

What the hell ?

It's Windows - aaaaaaagh.

What happened to the fresh and original interfaces that make linux such
a pleasure to use ?
Why does staroffice look and behave like windows ?

Are there any other wordprocessors (apart from WP)/ spreadsheets out
there that DON'T look like the windows counterparts ?

Ian.

------------------------------

From: "Fraser Orr" <[EMAIL PROTECTED]>
Subject: Opinions About VMWare Windows Emulator
Date: Wed, 1 Mar 2000 13:03:13 -0600

I read recently about VMWare's virtual machine
system that enables Windows etc to run under
Linux. I wonder if anyone has an opinion about
this product, particularly if there are any
problems with running applications, if it is
stable (or at least as stable as Windows 98
is anyway :-), and how much of a performance
hit it takes.

It seems to me that, assuming there are positive
answers to these questions, that this could
be a serious killer app. I notice that version
two has complete suspend and restore to file
(i.e., no need wait five minutes for a windows
reboot) and this feature alone would sell me
on it. In fact, for many people who work exclusively
with windows, it might be worth running windows
under Linux just to get this latter feature.

(For business use my customers use MS-Windows
and MS-Office, so I need to work primarily with
Windows. But I am a Unix person at heart.)

Since it is not beer or speech free, I presume
the source is not available, or am I wrong?

(One other question, given that this provides
a virtual machine, would this be a good tool for
kernel developers. I.e., run a stable Linux
release natively, but run a development version
in the vm?)




------------------------------

From: [EMAIL PROTECTED] (Hal Burgiss)
Crossposted-To: alt.os.linux,alt.os.linux.dial-up,alt.os.linux.redhat,linux.redhat
Subject: Re: Do you have this Card (How do i make it work)
Reply-To: [EMAIL PROTECTED]
Date: Wed, 01 Mar 2000 19:11:50 GMT

On Wed, 01 Mar 2000 18:49:13 GMT, Melissa Nelson <[EMAIL PROTECTED]> wrote:
>Smc EtherEZ 8416
> i got the latest *.c file from there site but as i am new to linux what do
>i do with it??

You get around. Did you see post in other NG? Hopefully it has
instructions. Look for a file 'INSTALL' or 'README' either with the
package or on the website where you got it. G'Luck.

-- 
Hal B
[EMAIL PROTECTED]
--

------------------------------

From: Brent Hetherwick <[EMAIL PROTECTED]>
Subject: Automounting via Autofs on Debian 2.1.
Date: Wed, 01 Mar 2000 13:15:57 -0600


== Automounting Problems and Linux ==

I'm having difficulty getting Automount/Autofs to work properly on
Debian 2.1:
I'm using version 3.1.1 of the Automount utilities; the Linux kernel
version
is 2.0.36.  "autofs.o" shows up in "lsmod" thus:

  # lsmod
  Module         Pages    Used by
  autofs             2            2 (autoclean)

My /etc/auto.master file looks like:

  /amnt   /etc/auto.grad

My /etc/auto.grad file looks like:

  grad -rw <nfs host>:/grad

The machine on which I'm attempting to automount /grad can successfully
mount
it with the command,

  mount -t nfs <nfs host>:/grad /amnt

When I start Automount by the /etc/init.d/autofs script, I get the
following
output:

  # /etc/init.d/autofs start
  Starting automounter: /amnt /home.

But when I try to access a file in <nfs host>:/grad, via, say, "cat
/amnt/grad/foo",
I get a "no such file or directory" error.

I have similar errors when I use a system with a 2.2.12 kernel, which
has had autofs
compiled-in.

Can anyone see what I'm doing wrong here?

Please "tee" all replies to ``hetherwi at math dot wisc dot edu''.
Thanks much.

Brent Hetherwick

------------------------------

From: [EMAIL PROTECTED] (Alex Vrenios)
Subject: Re: recursive grep?
Date: 1 Mar 2000 19:14:02 GMT

Try this when looking in C headers, for example:

> cd /usr/include
> find . -name "*.h" -print -exec grep StringIWant {} \;

I am not much of an expert and I don't completely understand that last
bit of syntax, but it works for me. I often like to redirect output
to some file like ~/xyz then browse the results at my leasure. Lots of
stuff is put to the screen by this command, most of which is of no
interest. Browsing the output works best.

In article <89jks9$[EMAIL PROTECTED]>,
Andrew Arrow <[EMAIL PROTECTED]> wrote:
>Is there anyway to grep for a a specific strings recursively throughout an
>entire directory and all it's sub-directories?
>
>$ grep "stringIwant" *.*
>
>But I want more than just *.*, I want all the files in every sub-directory
>too.
>
>Thanks
>
>
>


-- 
Alex Vrenios
Ph.D. Student
Computer Science Dept.
[EMAIL PROTECTED]

------------------------------

From: Haral Tsitsivas <[EMAIL PROTECTED]>
Subject: Re: Linux+NTFS
Date: Wed, 01 Mar 2000 19:25:21 GMT

mina wrote:
> 
> Hello !
> Is it possible to get read-write access to NTFS disk via RH6.1?
> 
> Thank you !

Use Explore2fs: http://uranus.it.swin.edu.au/~jn/linux/Explore2fs.htm

-- 
--Haral Tsitsivas,  UniSolutions Associates (http://www.unisol.com/)
  System Accounting & Chargeback, Backup and Restore, System Administration
  Voice: (949) 488-3960,  Fax: (949) 443-5354,  E-mail: [EMAIL PROTECTED]

------------------------------

From: "Melissa Nelson" <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,alt.os.linux.dial-up,alt.os.linux.redhat,linux.redhat
Subject: Re: Do you have this Card (How do i make it work)
Date: Wed, 01 Mar 2000 19:30:40 GMT

Yeah Outlook Express is agreat prog to bad its on win98


Hal Burgiss <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> On Wed, 01 Mar 2000 18:49:13 GMT, Melissa Nelson <[EMAIL PROTECTED]> wrote:
> >Smc EtherEZ 8416
> > i got the latest *.c file from there site but as i am new to linux what
do
> >i do with it??
>
> You get around. Did you see post in other NG? Hopefully it has
> instructions. Look for a file 'INSTALL' or 'README' either with the
> package or on the website where you got it. G'Luck.
>
> --
> Hal B
> [EMAIL PROTECTED]
> --



------------------------------

From: Scott M <[EMAIL PROTECTED]>
Subject: Re: Can't use my floppy
Date: Wed, 01 Mar 2000 19:30:46 GMT

> > --
> > Posted via CNET Help.com
> > http://www.help.com
> Perhaps you have an entry for /dev/fd0 to be mounted of
> /mnt/floppy set as ext2.  Since your floppies undoubtedly
> are DOS formatted floppies, you should have either auto or
> vfat there.
> 
> -- 
> 
> Leonard Evens      [EMAIL PROTECTED]      847-491-5537
> Dept. of Mathematics, Northwestern Univ., Evanston, IL 60208

-Thanks for the advice I'll try that.



--
Posted via CNET Help.com
http://www.help.com/

------------------------------

From: Patricia <[EMAIL PROTECTED]>
Subject: Re: Kppp Connect locks up other apps
Date: Wed, 1 Mar 2000 20:28:36 +0100

On Wed, 01 Mar 2000, Simon E. John wrote:
>In article <[EMAIL PROTECTED]>,
>   Brian <[EMAIL PROTECTED]> wrote:
>
>[snip]
>
>> > > Never had this problem with RH and Mandrake distributions, but when
>> > > using the kernel for RH 6.1 or Mandrake 6.1, an internet connection
>> > > with Kppp prevents any other apps from launching until I'm disconnected
>> > > from the internet. It must be something simple, but can't pinpoint.
>> > > Driving me nuts. Please help anyone?
>
>> > There is a FAQ question in kde help/kpp for just this problem.
>> > You may have 'auto-configure hostname' selected in the options.
>
>> > There is a RH specific problem with the ip-up script mentioned also.
>
>> Hi.  I have looked for the FAQ you mention and I cannot find it.  Would 
>> you post a link for it?  Thanks.
>
>Yeah, I wouldn't mind a look at that too. I have exactly the same problem, I
>found that kppp was killing kfm so no icons would work. I'm now using a
>different pppd frontend which fixes it so I guess kppp is knackered.
>
>-- 
>Simon E. John, BA(Hons), DipM
>
>Email: [EMAIL PROTECTED]
>Web: www.suit-u-sir.com
>
>If you throw a cat out of a car window does it become kitty litter?
this happens when your provider changes your host name. 
 standard its  local host, and its changed to xxx.xxx.xxx.xxx 
 Then  X can not connect to the new host and start any application. 
         edit /etc/sysconfig/network 
            change localhost into a name you like (eq mymachine) 
         edit/etc/hosts 
            be sure it contains at least 
          127.0.0.1 localhost localhost.localdomain 
   127.0.0.1 mymachine.linuxfan mymachine 
            where  linuxfan is a name you choose. 
            be sure /etc/host.conf  contains at least: 
           order hosts,bind 
reboot your  machine 
--
HTH :)
Patricia

http://www.crosswinds.net/~beginnerslinux
Red Hat Linux release 6.0 (Hedwig)
Kernel 2.2.5-15
  8:29pm  up 7 days, 22:02,  2 users,  load average: 1.34, 1.34, 1.30
Wed Mar  1 20:29:11 CET 2000

------------------------------

From: Paul G <[EMAIL PROTECTED]>
Subject: Re: httpd: cannot determine the IP address of........
Date: Wed, 1 Mar 2000 19:33:00 +0000

This is the line in my Win98 Hosts file

89.0.0.17       myserver                        # Apache server

Still no work, me no understand



In article <38bd45ae$0$[EMAIL PROTECTED]>, Brian & Bridget
<[EMAIL PROTECTED]> writes
>Err .. You'll need the lookup in your Win98 hosts file
> $WindozeDir\Drivers\Etc\hosts I think - do a search for the file).
>
>Having it in your Linux /etc/hosts is good for anything originating from
>theLinux machine, which your browser is not.
>
>I think.
>
>BT.
>
>Paul G <[EMAIL PROTECTED]> wrote in message
>news:[EMAIL PROTECTED]...
>> "httpd: cannot determine the IP address of the specified ServerName
>> (server).
>> hp = 0!: Connection timed out"
>>
>> Would anyone have any pointers to why I cannot browse from the Win98
>> box?  I have the line
>>
>> 89.0.0.17     myserver      apacheserver
>>
>> in my etc/hosts file (exact syntax).
>>
>> Any ideas very welcome.
>>
>> Many thanks.
>> --
>> Paul G
>
>

-- 
Paul G

------------------------------

From: "t.mohn" <[EMAIL PROTECTED]>
Subject: Re: Is Linux a better OS for a streaming audio server?
Date: Wed, 01 Mar 2000 19:53:20 GMT

hey.

what about Darwin/PRISS on a linux box?  that would be another option.  i'm
assuming you want to stay away from a G4 solution
{apple}, and Darwin would allow you to utilize a QT solution from a intel/*nix
box.

I have not personally done this, but am looking into it for a current project
I'm working on.

best regards,

t mohn


Compumad wrote:

> Hi,
> I've been considering setting up both an e-commerce server and a streaming
> audio server for a while now and had decided on using Icecast as the audio
> server. But recently, I had listened to Microsoft ASF files streams and have
> found them of much better quality and able to keep playing without breaking
> up a lot longer than Icecast produced streams. Is there a reason that the MS
> streams outperform the Icecast streams and is there a solution for Linux
> that will serve the same quality streams as the MS server?
>
> Any help appreciated
> Richard


------------------------------

From: "Peter Antypas" <[EMAIL PROTECTED]>
Subject: Re: Help!! - kernel compile errors
Date: Wed, 1 Mar 2000 12:58:09 -0700

You need the assembler. It is in the "bin86***" package if you're using an
RPM based distribution.

Peter

"Jay" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> When I recompile the kernel (2.2.14) I get the following error after
> the "make bzImage" command. I did a make dep, make clean and also
> mrproper.
>
> make[1]: Entering directory `/usr/src/linux-2.2.14/arch/i386/boot'
> gcc -D__KERNEL__ -I/usr/src/linux/include -E -D__BIG_KERNEL__
> -traditional -DSVGA_MODE=NORMAL_VGA  bootsect.S -o bbootsect.s
> as86 -0 -a -o bbootsect.o bbootsect.s
> make[1]: as86: Command not found
> make[1]: *** [bbootsect.o] Error 127
> make[1]: Leaving directory `/usr/src/linux-2.2.14/arch/i386/boot'
> make: *** [bzImage] Error 2
>
> Does anyone know what this means, and how to fix it?
> Thanks in advance for the help!!!



------------------------------

From: [EMAIL PROTECTED] (Brian Moore)
Subject: PBS to broadcast NYCO Boheme !?
Date: 1 Mar 2000 14:55:05 -0500
Reply-To: [EMAIL PROTECTED]


There is an article in today's NY Times about the productions
for next season at NYCO.  There is some nice sounding stuff there
(living in the sticks, I would die to see any of them), but at the
end we get:

the March
28 performance of "La Bohème" is to be broadcast on the PBS "Live from
Lincoln Center" series. 

Excuse me?  Didn't they just do this two years ago?  I have a video
of that production (Cassandra Riddle, etc.); in fact I liked it a 
lot and have watched it several times since then.  But they are
going to telecast Boheme *again*?   

Yes, I understand it is a new production; I suppose that is the
excuse for doing it, but please....   If they feel like they need to
do a war horse can't they pick something that has NOT been on TV in
the last few years (and I know, since I have religiously watched/taped 
just about everything opera on TV since I got interested about 5 years
ago)?  Either Don Giovanni or Rigoletto would make much more sense,
not another Boheme!!!



-- 

Brian G. Moore, School of Science, Penn State Erie--The Behrend College
[EMAIL PROTECTED] , (814)-898-6334

------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: [EMAIL PROTECTED]

You can send mail to the entire list (and comp.os.linux.misc) via:

    Internet: [EMAIL PROTECTED]

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi                                pub/Linux
    tsx-11.mit.edu                              pub/linux
    sunsite.unc.edu                             pub/Linux

End of Linux-Misc Digest
******************************

Reply via email to