Linux-Misc Digest #625, Volume #20 Mon, 14 Jun 99 10:13:24 EDT
Contents:
Re: video card
Re: video card
Re: Redhat 6.0 kernel (re)compilation problem (Cabloko)
GUI for ip-masq (kde?) (Sebastian Koball)
3D Programs ("Walter")
Re: Oracle8i for Linux!!! ("James A. Littlefield")
Re: Fortran on Linux (Mark Hahn)
Re: a simple question for a newbie ("Steven K.Iinuma")
Re: Does Java run well on Linux? (The Ghost In The Machine)
----------------------------------------------------------------------------
From: <[EMAIL PROTECTED]>
Subject: Re: video card
Date: 14 Jun 1999 11:30:51 GMT
NewsReader wrote:
>
> i just go a intel video card that uses teh i740 chipset. I'm trying to
> configure X ...
> so when i go to xf86config which video card/chipset do i use ... i don't
see
> one for i740 thanks
>
> intel740 is not supported sofar as i know.you have to use custom
configuration.(generic)
i have a driver for intel 740.but i havent tested it yet.
================== Posted via SearchLinux ==================
http://www.searchlinux.com
------------------------------
From: <[EMAIL PROTECTED]>
Subject: Re: video card
Date: 14 Jun 1999 11:30:50 GMT
NewsReader wrote:
>
> i just go a intel video card that uses teh i740 chipset. I'm trying to
> configure X ...
> so when i go to xf86config which video card/chipset do i use ... i don't
see
> one for i740 thanks
>
>
================== Posted via SearchLinux ==================
http://www.searchlinux.com
------------------------------
From: Cabloko <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Redhat 6.0 kernel (re)compilation problem
Date: Mon, 14 Jun 1999 07:07:23 +0200
Mark Hahn wrote:
> > If I recompile a new kernel the modules won't load up on starup (depmod
> > -a). Depmod just crashes.
>
> no messages?
>
"Finding module dependancies" and a crash : Ctrl-C to cancel.
I've tried opening another tty console to see what is going on, but the
kernel won't let me see anything, errr, that is, it opens a console but the
screen is black and has one blinking cursor on the top left of the screen.
;=(
>
> > Another problem is that libvga doesn't seem to be running correctly on
> > the precompiled kernel, and neither are any other options which need
> > recompiling.
>
> do you have a framebuffer console selected?
>
No, but that's not a problem. I've run a framebuffer device alongside libvga
when I had a slightly less powerfull video card and it ran fine. Just make
sure you make the correct mode selection.
>
> > I've tried installing a new kernel, 2.5.3, but there have been a few
>
> 2.3.5, I hope!
>
:P
>
> > problems during at lilo runtime. Once I got this message : MDA is not
> > supported by your kernel (this was on 2.2.1) , second time round I got
> > VGA mode selection is not supported by your kernel (on the 2.3.5). I
> > think I got everything set up correctly, almost all my hardware is
> > running on the preconfigured RH6 kernel, but I still need to recompile
> > it.
>
> sounds like you're having configuration problems. the simple way to
> verify a .config is to run "make oldconfig". note that a conf from
> 6.0 (2.2.5) won't work on 2.3.x: some things have changed.
Ok, I can take this and use it. As-a-matter-of-fact its probably what will
fix the problem. I should have checked the change logs too, but I doubt
there's been THAT much change that lilo won't install a kernel.
RedHat 6.0 and Mandrake Linux 6.0 certainly seems to have weirder
configuration files and links and modules setup than 5.2 does, anyone know
if this is true ?
------------------------------
From: [EMAIL PROTECTED] (Sebastian Koball)
Subject: GUI for ip-masq (kde?)
Date: 14 Jun 1999 07:09:23 +0100
please help !
is there any graphical interface for setting up ip-masq on my linux-system.
i can`t get success with the scripts. my win95-box is not on the internet.
what is the easiest way to connect it with a linux system as the gateway.
on the linux-box i use pppsetup to connect to the net. then i use route add default gw
IPdyn. to connect to net. from linux all is fine . i can ping the internet and my
win95-box (192.168.0.4). if i ping from the winbox i will get a request timed out. i`m
working since two weeks on this problem. please help.
thank you very much
sebastian.koball(at)stud.uni-rostock.de
------------------------------
From: "Walter" <[EMAIL PROTECTED]>
Subject: 3D Programs
Date: Mon, 14 Jun 1999 02:14:38 -0300
Does anyone knows any 3d software REALLY good for linux?( something like
3dmax...)
and... softimage was primarely made for unix, does it run on linux?
Please, answer to
this e-mail that follows:(and thanks!!!!!)
[EMAIL PROTECTED]
------------------------------
From: "James A. Littlefield" <[EMAIL PROTECTED]>
Crossposted-To:
comp.databases.oracle.misc,comp.databases.oracle.server,comp.databases,alt.linux,alt.os.linux
Subject: Re: Oracle8i for Linux!!!
Date: Mon, 14 Jun 1999 07:59:05 -0400
Reply-To: [EMAIL PROTECTED]
I found a message on some other group which suggested....
1) do a normal install (but don't create the databases)
2) after install completes copy the /bin files directly from the release CD to
the $ORACLE_HOME/bin directory!
3) re-run the installer to create the databases if you want
This got me going on RH6.0 w/o having to relink everything to the old glib. I
am still not exactly sure why this works since ldd tells me that the Ora
binaries are indeed setup for dynamic linking to the old libs. It must be that
the linker finds the older glib and correctly resolves to them.
Jim
Scot M. Greber wrote:
> I heard on technet, that everything 8i for Linux has been delayed to the end
> of june, but again no confirmation ...
>
> tester <[EMAIL PROTECTED]> wrote in message
> news:01beb263$352e0f30$24921e18@obi-wan-kenobi...
> > I heard a couple people already got their CDs... Anyone else have their
> CD
> > for Linux yet?!
> >
------------------------------
From: Mark Hahn <[EMAIL PROTECTED]>
Subject: Re: Fortran on Linux
Date: 14 Jun 1999 00:18:32 GMT
> Anyone working on a Fortran compiler for Linux?
g77
------------------------------
From: "Steven K.Iinuma" <[EMAIL PROTECTED]>
Subject: Re: a simple question for a newbie
Date: Sun, 13 Jun 1999 22:26:42 -0700
First you must *untar* compressed files ending in
for example. somefile.tar.gz
I forgot how to untar something...hmmm
If its a source code for example
Examplecode.c
Use gcc -o <new filename> Examplecode.c to compile the code
for the computer to understand.
There are also RPM's, another type of compressed file developed by
Red Hat.
There are no such things as double clicking on setup.exe
"Exe" like files don't exist in LInux, its about the typing :)
You'll get used to Linux.
Hopefully, this helps since I just installed Linux, as well.
"news.jaring.my" wrote:
>
> I am so new in linux, i just get lost in this os.
>
> I just managed to install Redhat ver6 on my pc, with the cd booting method.
>
> How then, do I install any software on Linux, let say, from a downloaded
> software at all. Eg, on window, I just need to double click the setup.exe
> file. But how about in Linux?
>
> thank you for any help at all.
>
> chuan
------------------------------
From: [EMAIL PROTECTED] (The Ghost In The Machine)
Crossposted-To: alt.os.linux.caldera,alt.os.linux,comp.os.linux.advocacy
Subject: Re: Does Java run well on Linux?
Date: Mon, 14 Jun 1999 04:55:29 GMT
On Fri, 11 Jun 1999 18:01:57 GMT, kingjohn <> wrote:
>On Tue, 08 Jun 1999 17:33:00 GMT, [EMAIL PROTECTED] (The
>Ghost In The Machine) wrote:
>
>>On Tue, 08 Jun 1999 14:31:09 +0400,
>>Igor Gorbounov <[EMAIL PROTECTED]> wrote:
>>>"Donal K. Fellows" wrote:
>>>
>>>> In article <[EMAIL PROTECTED]>,
>>>> Mike Frisch <[EMAIL PROTECTED]> wrote:
>>>> > Java will not run much better (if at all) on this slow machine.
>>>> > Java is a resource hog and even on much faster machines (ie. P166 or
>>>> > better), it's still slow. Either you'll have to tolerate the poor
>>>> > performance or update your machine.
>>>>
>>>> You are best off with a *lot* of memory if you want to play around
>>>> with Java. It doesn't need a vastly fast processor; just almost as
>>>> much memory as an optimising C++ compiler...
>>>>
>>>
>>>How did you managed java to work on Linux? When I'm trying to
>>>run it just like this:
>>> java demo.class
>>>while being in the same directory with demo.class, it says, that
>>>cannot find class demo.class. What's wrong here?
>>> Igor Gorbounov.
>>>
>>
>>Lose the '.class' suffix;
>>
>>java demo
>>
>>will look for the file demo.class and load it.
>>
>
>
>Hi!
>
>I want to use mailpuccino.tar (in WINNT)
>but 'java mailpuccino' didn't work
>neither did "java -classpath .;:$classpath mailpuccino"
>the error message reads. "Unable to initialize threads: cannot find
>class java/lang/Thread"
>
>who can help.....?
There is the possibility of running '.jar' files (Java's answer
to TAR, essentially), but I don't think java is equipped
to run tape archive files created from 'tar'.
Try extracting it first:
tar xf mailpuccino.tar
(GNU Tar should be available on many operating systems, including WinNT/x86.)
I will also note that CLASSPATH is ALL CAPS; this may explain in
part your problem with respect to the second command line.
(On Unix or Linux, this would be a killer. On NT it might not
matter as much, though I can't say I know. If the problem
persists even with CLASSPATH, there might be a problem with
your Java installation.)
[.sigsnip]
----
[EMAIL PROTECTED] -- and I'm not an NT expert, unfortunately
------------------------------
** 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
******************************