Linux-Misc Digest #984, Volume #24               Thu, 29 Jun 00 08:13:03 EDT

Contents:
  How to let NT and LINUX live together ? ("Justas")
  Re: Can't view png images (Anthony)
  Re: OpenBSD/FreeBSD/NetBSD/Linux (Martin Herrman)
  Re: Can't view png images (J Bland)
  Re: OpenBSD/FreeBSD/NetBSD/Linux (Martin Herrman)
  Re: OpenBSD/FreeBSD/NetBSD/Linux (Martin Herrman)
  Re: Connecting Dumb Terminals (John Loukidelis)
  Re: Linux on Tiny Computer PIII (Fabrice Colin)
  Re: pppd unexpectedly quits!!! (Sasa Ostrouska)
  Re: Bug in gcc under linux? (Robert Heller)
  Re: Kernel rebuilt process? (Sasa Ostrouska)
  Re: What is foobar, or foo bar, or whatever...?? (Zed Child)
  Re: How to let NT and LINUX live together ? (Chris Ahlstrom)
  Re: Need a small C program (Chris Ahlstrom)
  Gnome Manual ("Leon en Michael")
  Connecting Linux WorkStation with MS DNS Server
  Re: Linux freeze when processing huge files (Raymond Doetjes)
  Re: dynamic IP & mail server (Raymond Doetjes)
  Re: Telnet with Wyse60 emulation (Raymond Doetjes)
  Re: gcc --version (Fro-Man)
  Re: clustering/raid (Raymond Doetjes)
  Find Permission Denied ([EMAIL PROTECTED])
  Re: How to let NT and LINUX live together ? (DeAnn Iwan)

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

From: "Justas" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux,alt.os.linux
Subject: How to let NT and LINUX live together ?
Date: Thu, 29 Jun 2000 12:03:15 +0300

The situation is:
I have NT 4.0 installed on my computer with NT booter. I just finished with
installation linux RH6.2.

The question is:
Right now, to boot with linux I need to boot from floppy. But I have NT
booter already, and I don't wanna have LILO booter.
How to boot linux using NT booter, without floppy.



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

From: Anthony <[EMAIL PROTECTED]>
Subject: Re: Can't view png images
Date: Thu, 29 Jun 2000 17:28:03 +0800

In article <[EMAIL PROTECTED]>, Praedor Tempus
<[EMAIL PROTECTED]> wrote:

> I don't get it.  I have libpng installed, and I have plugger installed
> for use with my Netscape 4.72 yet whenever I try to open a png image on
> a  website, I get a message that it is an unknown or unsupported image
> type.
> 
> What does it take to be able to view png images?  If I check my plugins,
> I see that png mimetypes are extant and enabled by plugger 3.2.  

Yes you can, but there is a Netscape bug that never been resolved:
When you click on a png link, the png will not be displayed.

Unless you put display the png on an HTML page (dont simply anchor
the png thumbnail image to a bigger file).  In this case, put the
bigger png image in another HTML file, and then anchor the HTML link instead.
Then you will be able to see the bigger png image.

For example, in index.html you have:

        <a href="bigpic.png"><img src="smallpic.png"></a>

then this will not work in Netscape due to the bug.

Instead, in index.html you put:

        <a href="bigpic.html"<img src="smallpic.png"></a>

and then create the bigpic.html as a blank page containing:

        <img src="bigpic.png">

Now both the smallpic.png and bigpic.png will be displayed.

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

From: [EMAIL PROTECTED] (Martin Herrman)
Subject: Re: OpenBSD/FreeBSD/NetBSD/Linux
Reply-To: [EMAIL PROTECTED]
Date: 29 Jun 2000 09:50:30 GMT

On 28 Jun 2000 19:45:15 GMT, J Bland <[EMAIL PROTECTED]> wrote:
> >P.S. anyone knows how to save a posting using slrn news reader?
> 
> press 'o' and tell it where to save it.

thanks mate.

Martin

> 
> Frinky


-- 
Linux Gebruikers Handleiding v1.2 : http://2mypage.cjb.net
Linux RedHat 6.1 Kernel 2.2.14  Toshiba P233 MHz, 32 Mb RAM
11:50am up 15 days, 13:19, 4 users, load average: 0.05, 0.02, 0.00
Western Civilization, that would be a good idea!

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

From: [EMAIL PROTECTED] (J Bland)
Subject: Re: Can't view png images
Date: 29 Jun 2000 09:51:54 GMT

>Yes you can, but there is a Netscape bug that never been resolved:
>When you click on a png link, the png will not be displayed.

Au contraire, 4.72 and 4.73 here on SuSE both load up a PNG image onto a
'blank' page.

Frinky (Loads Netscape and does so)

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

From: [EMAIL PROTECTED] (Martin Herrman)
Subject: Re: OpenBSD/FreeBSD/NetBSD/Linux
Reply-To: [EMAIL PROTECTED]
Date: 29 Jun 2000 09:59:05 GMT

On Wed, 28 Jun 2000 17:33:57 GMT, Vilmos Soti <[EMAIL PROTECTED]> wrote:
 
> It depends a lot on tuning. Both systems are very capable and the
> differences count only on high end use like heavily loaded servers.

well, 'blowfish' says there is a noticably difference in speed. I'm not
interested at the speed at a highly loaded server, but at my own home
desktop system: which one of you is "lying"?

>> [hardware support]

> Check ouy http://www.freebsd.org for ths info.

well, i checked it and there is a little problem: I do have a Xircom 56k modem
and 10/100mbit pcmcia ethernet card. I can't find it in the list of supported
hardware, although I think there are a lot of people using this type of Xircom
cards. Is it that freebsd is mostly used for servers and servers don't use
pcmcia cards?

> The FreeBSD ports tree is just a huge tree with instructions on how to get a
> sowtware running on your system. It will download the source, do any 
> necessary
> patches which are required by FreeBSD, ocmpile, install, and register it in
> its database. It will also install required programs which can be a pain in
> the ass. Once my friend wanted to install emacs under FreeBSD and he was 
> shocked
> when it started to download X...

Thas was another question that came up to me this morning: does FreeBSD have
sort
of a packaging system? Well.. it does and it works really great (see blowfisch's
message), or not? (like you tell me it can be a pain in the ass, just like
the debian packaging tool which will install all necesarry stuff too?)

> Don't use telnet unless you are on a physically separate network from the rest
> of the world and you trust everybody who has access to your machines. Use ssh
> which provides the same functionality and more.

Well, i'm not using it except when the system hangs. Therefore encryption isn't
needed. I can't use ssh, because when i'm at university, every other machine
must be capable of login in, which isn't possible with ssh, because the two
machines must identify themselves. Thanks anyway for the tip ;-)

and of course: thanks for the replies!

Martin

-- 
Linux Gebruikers Handleiding v1.2 : http://2mypage.cjb.net
Linux RedHat 6.1 Kernel 2.2.14  Toshiba P233 MHz, 32 Mb RAM
11:50am up 15 days, 13:19, 4 users, load average: 0.05, 0.02, 0.00
Western Civilization, that would be a good idea!

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

From: [EMAIL PROTECTED] (Martin Herrman)
Subject: Re: OpenBSD/FreeBSD/NetBSD/Linux
Reply-To: [EMAIL PROTECTED]
Date: 29 Jun 2000 10:04:33 GMT

On Wed, 28 Jun 2000 18:17:10 -0700, blowfish <[EMAIL PROTECTED]> wrote:
 
> The *BEST* Linux distro, and the best OS is FreeBSD. :)

hehe.. i think you're a FreeBSD freak ;-)

> FreeBSD is a speeding rocket daemon, especially with a
> custom kernel.

will i notice a better performance on my not so high loaded desktop?

> Stable as hell.  (BTW.Building a custom
> kernel with FreeBSD is almost a brain-dead event. Almost
> impossible to make mistake, even for a newbie,) and the
> ports system for apps installation and the whole/partial
> system upgrade in like magic, makes .rpm, .deb and all other
> Linux way of doing things look like unnecessary difficult
> and like child's play.

hihi ;-)

> Non of any other OSs can even come
> close to its ease and simplicity of getting things going.
> Installation is a breeze. It's so easy, to the point of
> being boring.

that's what i like ;-)

> 
> Running both FreeBSD and Linux side by side, with identical
> hardware set up and custom built kernel for both, loading up
> the identical servers, compiling codes,  and so on, the
> speed advantage of the FreeBSD over Linux is very noticable.
> 
> NetBSD runs on almost every platforms that still exists. 
> 
> And according to bugstraqs, OpenBSD hasn't been cracked for
> a couple of years says a lot about its default security. 
> 
> But too bad OpenBSD doesn't support SMP yet.
> 
> But Linux still gets more toys. But most Linux's stuff will
> runs fine on BSD, especially FreeBSD.
> 
> You can do a REALLY lean and minimum installation with BSD.
> Or you can load up over a Gig of space. 
> 
> The choice is yours.
> 
> I'd say.  Go for it. BSD can live with Linux together in
> harmony as well. You can boot BSD with Lilo. FreeBSD can
> multi-boot with Linux, Windoz, OS/2, and OpenBSD. But you'll
> run into problem between FreeBSD and NetBSD.(their file
> systems can get confused withn one another... Linux runs for
> months, *BSD runs for year, or until a power outage, or you
> shut it down. :)

Well, it looks like i am trying the FreeBSD soon, but:

how about my Xircom 56k/10/100mbit ethernet pcmcia card? Might be a
problem, can't find it in the list of supported hardware in the
FreeBSD handbook at the official homepage..

thanks for your reply!

Martin

> 
> Alex Lam.
> 

-- 
Linux Gebruikers Handleiding v1.2 : http://2mypage.cjb.net
Linux RedHat 6.1 Kernel 2.2.14  Toshiba P233 MHz, 32 Mb RAM
11:50am up 15 days, 13:19, 4 users, load average: 0.05, 0.02, 0.00
Western Civilization, that would be a good idea!

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

From: [EMAIL PROTECTED] (John Loukidelis)
Subject: Re: Connecting Dumb Terminals
Date: Thu, 29 Jun 2000 10:20:34 GMT

On Wed, 28 Jun 2000 09:46:37 GMT, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:

>From: Thomas Hommel <[EMAIL PROTECTED]>
>
>Hi
>If you have a serial terminal, you have to run a getty on your serial
>port. Have a look at the Text-Terminal-HOWTO.
>
>Tom

I've been able to emulate a serial terminal using an old 386 running
GNU/Linux and minicom.

And be sure you're using the right getty software.  I generated
endless heartache for myself because I didn't understand the
differences between the various getty packages.

-- 
John Loukidelis

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

From: Fabrice Colin <[EMAIL PROTECTED]>
Subject: Re: Linux on Tiny Computer PIII
Date: Thu, 29 Jun 2000 11:36:02 +0100

Douglas Lithgow wrote:
> 
> I've tried Mandrake 7.0 and SUSE 6.4, and can only get a text version of
> Linux running on my PC (Tiny Pentium III 600Mhz, the Chipset and
> graphics are Intel 810). It has a 17Gb HDD which is now back to being
> Primary running Win 98 Sr2. Ideally I would like to split this into 2
> (approx 8Gb each for Win98 & Linux). I can Partition magic this okay,
> although Boot Magic v1 has a problem, when I select Linux, it just keeps
> rebooting. When I did have it working, as I say it was Text only.
> Even the install programs are Text based, YAST2 according to the manual
> I have should be graphical, but it does not come up as shown. I use the
> graphical version of YAST.
> Mandrake does not have the monitor in the list, every option I try the
> screen looks too big.
OK so the install went fine but in both cases it was in text mode ?
And with both SuSE and Mandrake, you can't run X ?
I don't know these two distros but it sounds like the i810 is not
supported by XFree86. It may be worth checking on their website.
Maybe it's supported by AcceleratedX ?

Fabrice

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

From: Sasa Ostrouska <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: pppd unexpectedly quits!!!
Date: Thu, 29 Jun 2000 10:37:23 GMT

Have you tried the option noauth ?

Bye Sasa

Mink wrote:

> Hi everyone,
>
> I've got a problem with dialing into my ISP. pppd just quits when my
> machine and the isp's server are authenticating. Here' the error
> message:
> "The remote system is required to authenticate itself but I couldn't
> find any secret (password) which would let it use an ip address."
>
> I've tried dialing up using both DIP and kppp-dialer with the same
> results.
>
> *Sometimes though I actually manage to log-on, which is really weird.
>
> Thanks for any help you can give.
>
> Cheers,
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.

--
==================================
R.C. di Ostrouska Sasa
33100 UDINE - ITALY

Tel.+39-0432-510330
Fax.+39-0432-505997
Mobile.+39-348-2202308

e-mail: [EMAIL PROTECTED]
web: http://www.rcdiostrouska.it
ICQ: 48850582
==================================



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

From: Robert Heller <[EMAIL PROTECTED]>
Subject: Re: Bug in gcc under linux?
Date: Thu, 29 Jun 2000 10:52:35 GMT

  [EMAIL PROTECTED],
  In a message on Thu, 29 Jun 2000 02:22:38 GMT, wrote :

m> Hi,
m> I have a problem with this piece of code.
m> It compiles with gcc under Solaris, DigitalUnix,
m> and with VC++ on Intel and works flawlessly.
m> Under linux Mandrake6.0
m> and gcc (version 2.95.2 19991024 (release))
m> it compiles fine, but does not really work as it
m> should.

Are you *sure* you are not walking off the end of the array allocated
for fileptr?  How do you know 256 bytes is enough?  Answer: you don't. 
Under MS-Windows (VC++), either 256 bytes is always enough or else the
memory after the allocated space is not used by anybody, which allows
you to get by.  But it is a bug in your code, not the compiler.


m> 
m> Thanks for your help,
m> Myaqui.
m> 
m> Here is the code:
m> 
m> #include  <unistd.h>
m> #include  <stdio.h>
m> 
m> int main(int argc, char** argv) {
m>   char *fileptr;
m>   FILE *fp;
m>   int   namelen;
m> 
m> /* read the current pathname to the fileptr
m>    allocating 256 bytes */
m>   fileptr = getcwd(NULL, 256);
m> 
m> /* concatenate argv[1] to the tail of the fileptr
m>    NOTE: the file with the name argv[1] should
m>    exist */
m>   namelen = strlen(fileptr);

You need a check here:

     if ((namelen+strlen(argv[1])+2) > 256) {
        fprintf(stderr,"name too long.\n");
        exit(99);
     }

m>   fileptr[namelen++] = '/';
m>   fileptr[namelen] = '\0';
m>   strcpy(&fileptr[namelen], argv[1]);
m> 
m> /* when open, fileptr's content gets corrupted
m>    depending on the length of the argv[1],
m>    in my version, it's working fine
m>    for strlen(argv[1]) <= 5 */
m>  if(fp = fopen(fileptr, "r"))
m>     perror("GOOD");
m>   else
m>     perror("BAD");
m>   return 1;
m> }
m> 
m> 
m> Sent via Deja.com http://www.deja.com/
m> Before you buy.
m>                                                                                     
                          






                                                                  
-- 
                                     \/
Robert Heller                        ||InterNet:   [EMAIL PROTECTED]
http://vis-www.cs.umass.edu/~heller  ||            [EMAIL PROTECTED]
http://www.deepsoft.com              /\FidoNet:    1:321/153

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

From: Sasa Ostrouska <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.setup
Subject: Re: Kernel rebuilt process?
Date: Thu, 29 Jun 2000 10:59:13 GMT

You can find all this info in the KERNEL-HOWTO probably on your hard drive
if not
you can go to http://www.linuxdoc.org

bye sasa

Kheng-Teong Goh wrote:

> Hi,
> I need to know which is the best way to build a kernel from scratch.
> And also rebuild the kernel after some complication. This complication
> old need to add extra features into the kernel and not modules. If it is
> so. Do I still need to make modules?

--
==================================
R.C. di Ostrouska Sasa
33100 UDINE - ITALY

Tel.+39-0432-510330
Fax.+39-0432-505997
Mobile.+39-348-2202308

e-mail: [EMAIL PROTECTED]
web: http://www.rcdiostrouska.it
ICQ: 48850582
==================================



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

From: Zed Child <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,nf.comp.linux
Subject: Re: What is foobar, or foo bar, or whatever...??
Date: Thu, 29 Jun 2000 11:12:24 GMT



>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<

On 6/29/00, 1:32:06 AM, Hendrix <[EMAIL PROTECTED]> wrote regarding What =
is=20
foobar, or foo bar, or whatever...??:


> Hi foobarians,

> I've heard so many linux sites, books, and even email messages that
> contain this phrase...???  What the heck is foo bar...????   The weird=

> thing is that it also makes its presence in the movie "Saving Private
> Ryan", but they never define the term...  Hmmm.....  Ha...

I was in the US Navy, and there it was short for, fucked up beyond all=20
repair. Fubar. Or foo bar. Now others may replace some of the words, but=
=20
it means the same thing, more or less.

Another good one is SNAFU. Situation normal, all fucked up
RCH red cunt hair meaning a small amount
BFH big fucking hammer
BFS a big fucking seaman
ESAD eat shit and die
FOAD fuck off and die (also the title of a song by GreenDay)
FEA fuck 'em all
FTN fuck the navy
FTW fuck the world



See what you missed by not joining up? You fuckin sissy.


Zed

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

From: Chris Ahlstrom <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux,alt.os.linux
Subject: Re: How to let NT and LINUX live together ?
Date: Thu, 29 Jun 2000 11:20:13 GMT

Justas wrote:
> 
> The situation is:
> I have NT 4.0 installed on my computer with NT booter. I just finished with
> installation linux RH6.2.
> 
> The question is:
> Right now, to boot with linux I need to boot from floppy. But I have NT
> booter already, and I don't wanna have LILO booter.
> How to boot linux using NT booter, without floppy.

Why not install LILO?  You can set it to choose to boot to NT
by default [I have to do that at home so my family can use my
Win-doze -- I'm trying to shift them to using a Samba server, 
though I worry about security.]

Chris

-- 

[ ] Check this box to always trust content from Chris.

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

From: Chris Ahlstrom <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux,comp.os.linux.help,comp.os.linux.development.apps,comp.os.linux.networking
Subject: Re: Need a small C program
Date: Thu, 29 Jun 2000 11:24:35 GMT

Kipz wrote:
> 
> Try using some propietry windows c++ builder thingy. I used one once for
> exactly that purpse, and it was very easy. Visual C++ or Borland C++ builder
> will allow you to drag and drop network stuff. Using borland c++ will
> definately be problematic for windows programming.
> kipz.
>

C++ Builder is easy if you just want a basic client or server connect
to.
However, as you get deeper into sockets, you'll find there are many many
little tricks you have to discover on your own, or by reading the
Pascal (!!!) code for the socket objects, in order to get things working
without leaking memory or handles.  Also, there's a leak in Builder 4
sockets
that is fixed in Builder 5.  Now that our team has gotten around all
these
problems, we'll use it, but I'm going to get into the Common C++
sockets.

Chris

-- 

[ ] Check this box to always trust content from Chris.

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

From: "Leon en Michael" <[EMAIL PROTECTED]>
Subject: Gnome Manual
Date: Thu, 29 Jun 2000 13:36:12 +0200

It might be a very stupid question, but: I need a GNOME Manual
I've looked everywere but I can't find one

Arador

P.S.

Don't answer RTFM or look in this dir, 'cause I realy haven't got a manual



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

From: <[EMAIL PROTECTED]>
Subject: Connecting Linux WorkStation with MS DNS Server
Date: Thu, 29 Jun 2000 11:30:04 GMT

We use RedHat Linux 6.2 as my workstation and also use a microsoft DNS 
Server to map IP Address to Internet Style Name. But we have a IP network 
problem. This workstation can't ping other workstation. When we do not use 
that DNS server, this problem does not exist anymore.

What should we do ?
thanks for recommends.

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

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

From: Raymond Doetjes <[EMAIL PROTECTED]>
Subject: Re: Linux freeze when processing huge files
Date: Thu, 29 Jun 2000 14:32:36 +0200

I don't know what you are processing but a 99% cpu-usage for a single process
without it being re-niced is alot unless when you start doing other things the
load reduces (adaptive applications).

About the swap file how much is it used??? ANd how much does that applicatoin
that requires 99% of the cpu-time on memory. My idea is that this application
crashed claiming resources like memory and cpu-cycles for nothing. What
application is it??? (to track this, top is your friend als ps -aux and ps -ef
help).

Raymond

Jean-François Beaumont wrote:

> Joshua Baker-LePain wrote:
>
> > Jean-François Beaumont <[EMAIL PROTECTED]> wrote:
> >
> > > I use a P3 733Mhz 512Mions).

About the swap file

> with a quantum fireball 20.5gigs under RedHat
> > > 6.2 clean install, all ide.
> >
> > > What i want is even if the process i execute have to be slow down, i
> > > don't want to stop working waiting while my computer is writing on his
> > > disk or syncing memory and hard drive.
> >
> > First, please fix your line length -- 72 columns is an accepted max for
> > Usenet.
> >
> > From the sounds of it, DMA is not enabled.  This majorly slows down your
> > hard drive and sucks CPU cycles.  Use the utility hdparm to fix this.
> > For example, a quick fix is to put:
> >
> > /sbin/hdparm -d1 /dev/hda
> >
> > at the end of /etc/rc.d/rc.local .  This will turn on dma for your primary
> > master drive only.  There are a whole bunch of other things you can
> > tweak -- search around.  But that will definitely help a lot.
> >
> > Good luck.
>
> Okay. Thank you! This fix the problem of my huge files. DMA was
> effectively disable. Now, the second problem i mentionned:
>
> " When a program is executed, it takes 99% of the cpu (when it is alone)
> and when the program  require more than physical memory, swap partion
> is used and the program slow down to 3% of the cpu time. "
>
> still there and performance of heavy programs (450 megs of RAM and
> more) will run like this for ever because they run too slow.
>
> Do you have an idea?
>
> Thanks!
>
> JF
>
> >
> >
> > --
> > Joshua Baker-LePain
> > Department of Biomedical Engineering
> > Duke University


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

From: Raymond Doetjes <[EMAIL PROTECTED]>
Subject: Re: dynamic IP & mail server
Date: Thu, 29 Jun 2000 14:41:58 +0200

Goto dyndns.org and ask for a nice hostname there (its free)

Then configure your sendmail to receive email for xxx.dyndns.org and
voila every thing infront of the @ is a mailaddress. The only problem
(and you should be aware of it), is that you don't have a fallback host
on wich the email lands when you are offline or down the senders get
their email straight back with a complaint that the host is unreachable.
To solve that a fixed IP address is necassry and some coorperation with
an ISP.

Raymond

[EMAIL PROTECTED] wrote:

> Hi,
> I have a DSL service with dynamic IP address, how do I setup
> a mail server in my linux. Thank you.
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.


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

From: Raymond Doetjes <[EMAIL PROTECTED]>
Subject: Re: Telnet with Wyse60 emulation
Date: Thu, 29 Jun 2000 14:48:25 +0200

First a word of wonder: "Where in the world do you find an application
that is Wyse 60 compliant???" So that is out of my mouth :)

Hmmm, I don't know about free appllications I do know that Reflection has
perfect Wyse60 support and SmartTerm isn't to bad either.

Have you tried Wyse120 support? Or VT220-7 that could probablyh interpret
alot of the stuff right. But Wyse60 terminals were a hell that's why the
Wyse60 protocoll was rearly used. I still remember the green screen and
the little pedestal YUK I loved the Wyse 120 (also it's Wyse 120
protocoll) and the Digital VT510, (and specially the VT-200 protocol from
DEC).

Sorry for this sentimental intermezzo :) (Don't think that I'm a grayed
haired VMS nerd or something like an old fosile I'm still under the 30
year limit :)

Raymond

Squire VonGremlin wrote:

> Greetings,
>
> Fairly new to most elements of Linux.  Currently running Mandrake 7.0.
> I am looking for a way to telnet from Linux to a unix box that is
> running an application configured for Wyse60 support (line graphics,
> etc.).
>
> Is there a Wyse60 capable Linux telnet application out there?
>
> A Linux telnet app that supports ANSI graphics would be nice too.
>
> Waif


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

From: Fro-Man <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux
Subject: Re: gcc --version
Date: Thu, 29 Jun 2000 07:51:00 -0400

On Thu, 29 Jun 2000, Dan wrote:

> Could someone please exand on this? I assume there are differences for an
> end-user type?
> Thanks.

egcs uses the gcc code.  However it also expands on the code a little
bit.  I believe it is to make it more optimized for Pentium machines.  You
should read up on it though.  From what I can tell from what I have read,
egcs tends to output faster programs as much as 20%ish if I remember.

Basically ecgs right now is in the 1.2.2 (I think) and can be base off of
gcc 2.xx.  With a proper patch you can turn gcc into egcs with a
patch.  Read up more on this.  

I;m not sure on the websites for this, butyou could look around yourself
and find out more about the two different compilers...

Aaron Day                     * Do minivans make people bad drivers,
[EMAIL PROTECTED]             * or do bad drivers buy minivans?
www.csis.gvsu.edu/~daya         *                        -Aaron Day


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

From: Raymond Doetjes <[EMAIL PROTECTED]>
Crossposted-To: cz.comp.linux,comp.os.linux.setup
Subject: Re: clustering/raid
Date: Thu, 29 Jun 2000 14:51:42 +0200

You first need to specify what kinda cluster you'd like.
For a hot standby failover/ha cluster you don't need a lot of
raid-stuff. A Y-scsi cable and 2 SCSI controllers are enough.
For a parallel-cluster (high performance calulating cluster) you don't
need a HA file system.

Raymond

Michal Kolesar wrote:

> Hi all,
>
> where can I get informations about clustering/raid on linux?
>
> Thank You!
>
> --
>
> Preji prijemny zbytek dne.
> Michal Kolesar
> -----------------------------------------------------------
> [EMAIL PROTECTED]                mobil: +420-608-225025
> ICQ: 27403872                     home : +420-2-7860326
> http://egarden.cz                 work : +420-2-61710034,6
> -----------------------------------------------------------


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

From: [EMAIL PROTECTED]
Subject: Find Permission Denied
Date: Thu, 29 Jun 2000 11:45:44 GMT

Hello,

When I execute a find / -name some.file as root, I always get the error
message: 'find: /proc/5/fd permission denied' whether I find some.file
or not.  Why?

I'm running rh6.0 intel.

Thanks


Sent via Deja.com http://www.deja.com/
Before you buy.

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

From: DeAnn Iwan <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux,alt.os.linux
Subject: Re: How to let NT and LINUX live together ?
Date: Thu, 29 Jun 2000 08:04:07 -0400

  you can just put a line in the NT boot loader to include Lilo.  I did
it once upon a time....I don't recall how, though.  Hmmm, just look
through all that copius and detailed and great documentation you were
provided with NT....that should point you to it real quick. :0

Justas wrote:
> 
> The situation is:
> I have NT 4.0 installed on my computer with NT booter. I just finished with
> installation linux RH6.2.
> 
> The question is:
> Right now, to boot with linux I need to boot from floppy. But I have NT
> booter already, and I don't wanna have LILO booter.
> How to boot linux using NT booter, without floppy.

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


** 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