Linux-Development-Sys Digest #25, Volume #8      Mon, 17 Jul 00 11:13:12 EDT

Contents:
  Boot problem with new kernel (Raymond Cheng)
  Re: gcc install problem ("Alex DeLarge")
  Installation of Oracle 8.1.16 for Linux ("Christof Laeremans")
  Re: linux:Unresolved symbol using 'insmod sg' (Alex Chudnovsky)
  Re: gcc install problem ("Ed Doyle")
  Re: gcc install problem (Michael Meding)
  Re: Boot problem with new kernel (Markus Kossmann)
  Re: mpeg capture from video capture card (blowfish)
  kernel debugger ? ("john a. prather")
  Re: Boot problem with new kernel (James Alan Brown)
  Re: gcc install problem (Paul Kimoto)
  Re: Allocating defect memory-byte (Krzysztof Strasburger)
  Re: [ANN] Beta testing of CW for Linux on Intel and PowerPC ("Jeramy B Smith")
  Where to get viaudio.c? ("Winice")
  My own distribution (Gregor =?iso-8859-1?Q?Zor=E8?=)
  Re: mpeg capture from video capture card (Steve Martin)
  Re: Boot problem with new kernel (Raymond Cheng)
  file_operations structure (Richard Meester)

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

From: Raymond Cheng <[EMAIL PROTECTED]>
Subject: Boot problem with new kernel
Date: 16 Jul 2000 15:48:34 GMT


Hi all,

        I am new to Linux and I hope someone can help me solving the
problem. I have recompile the kernel today and then reboot my machine with
the new kernel. However, it fails to boot and display something like:

Loading linux..........
Uncompressing Linux...

ran out of input data

 -- System halted


        I am using Redhat 6.2 and I have tried to recomplie the kernel few
more times but it still doesn't work. If anyone have idea of what
happened, please give me some suggestion. Thanks!!!


--
Raymond Cheng
[EMAIL PROTECTED]


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

From: "Alex DeLarge" <[EMAIL PROTECTED]>
Subject: Re: gcc install problem
Date: Sun, 16 Jul 2000 17:48:44 +0100

Read the man page on rpm and use the --force (or is it --nodeps) to install
both of them.

--

Alex DeLarge - Guven Linux at 0.03rc2

'Have a nice day', said the bank teller. So I took the money and ran. And I
did. Which was nice.
Ed Doyle <[EMAIL PROTECTED]> wrote in message
news:8ksisk$m4f$[EMAIL PROTECTED]...
> Hi,
> When I boot linux is says:
> Red Hat Linux release 6.0 (Hedwig)
> Kernel 2.2.5-15 on an i586.
> Ed
>
>
>
>
> Christopher Browne wrote in message ...
> >Centuries ago, Nostradamus foresaw a time when Ed Doyle would say:
> >>I am new to Linux.  I installed it from a CD from a book called Learning
> Red
> >>Hat Linux.  As far as I can tell the cd does not include gcc or make -
> both
> >>of which I want very badly.  I located and downloaded both from
> >>egcs.cygnus.com, but it seems like I can not install make without gcc
> being
> >>installed, and I can not install gcc without make being installed.  I
must
> >>be missing somthing.  Any guidence would be appreciated.
> >
> >The problem you're having at this point is that you need to have some
> >base compiler and a base version of Make in order to compile GCC and
> >GNU Make, and you don't have that yet.
> >
> >Could you tell us what version of Red Hat Linux came with that book?
> >
> >Given that, it should be easy to determine which pre-compiled version of
> >GCC and Make you ought to download.
> >
> >A good place to look, regardless, is <http://rpmfind.net/>.
> >--
> >[EMAIL PROTECTED] - <http://www.ntlug.org/~cbbrowne/lsf.html>
> >Ian  Malcolm:  "God creates  dinosaurs.  God  destroys dinosaurs.  God
> >creates man. Man destroys God. Man creates dinosaurs."  Ellie Sattler:
> >"Dinosaurs...eat man. Woman inherits the Earth."  -Jurassic Park
>
>



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

From: "Christof Laeremans" <[EMAIL PROTECTED]>
Subject: Installation of Oracle 8.1.16 for Linux
Date: Sun, 16 Jul 2000 20:12:43 +0200

Hello,

I would like to install Oracle 8.1.16 on my Linux PC but when I start the
installation there is a error message that's appear: "Can not be installed
on local hard disks"

Is there any person who can help me by installing Oracle ??

Christof



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

From: Alex Chudnovsky <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux.advocacy,comp.os.linux.development.apps,comp.os.linux.hardware
Subject: Re: linux:Unresolved symbol using 'insmod sg'
Date: Sun, 16 Jul 2000 23:08:27 +0300

Carlos Villegas wrote:

> My goal is to have the 'sg module' load automatically.
> 
> As root I typed:  'insmod sg'
> And I got this:
> Using /lib/modules/2.2.14/scsi/sg.o
> /lib/modules/2.2.14/scsi/sg.o: unresolved symbol
> is_reg_chrdev
> 
> How can I get the sg module to load automatically given the above
> obsticle?
> 
> --------------------------------------
> -- Carlos Villegas
> -- e-mail: [EMAIL PROTECTED]
> --------------------------------------
> 
> --
> --------------------------------------
> -- Carlos Villegas
> -- e-mail: [EMAIL PROTECTED]
> --------------------------------------
> 
> 
> Sent via Deja.com http://www.deja.com/
> Before you buy.

Try to use "modprobe sg" instead of "insmod sg" ( without the quotes).


-- 
Regards,
Alex Chudnovsky
e-mail : [EMAIL PROTECTED]
ICQ : 35559910


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

From: "Ed Doyle" <[EMAIL PROTECTED]>
Subject: Re: gcc install problem
Date: Sun, 16 Jul 2000 20:15:22 -0400

I getting closer.  I now have gcc installed and running, but when I try to
compile hello world, I get a compiler error "can't find stdio.h".  After the
install, the standard libraries are located at
/usr/i386-glibc20-linux/include.  Do I need to put a link somthere, or set
an environment veriable and if so, what is the syntax or where can I read
about how to configure gcc to run.




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

From: Michael Meding <[EMAIL PROTECTED]>
Subject: Re: gcc install problem
Date: Mon, 17 Jul 2000 02:08:18 +0200
Reply-To: [EMAIL PROTECTED]

Hi,

you need also the neccessary kernel header files. And all the libraries
like glibc-devel and kernel-headers.something.rpm .

Regards
Michael

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

From: Markus Kossmann <[EMAIL PROTECTED]>
Subject: Re: Boot problem with new kernel
Date: Sun, 16 Jul 2000 18:23:24 +0200

Raymond Cheng wrote:
> 
> Hi all,
> 
>         I am new to Linux and I hope someone can help me solving the
> problem. I have recompile the kernel today and then reboot my machine with
> the new kernel. However, it fails to boot and display something like:
> 
> Loading linux..........
> Uncompressing Linux...
> 
> ran out of input data
> 
>  -- System halted

Did you run lilo after installing the new kernel ? 
--
Markus Kossmann                                    
[EMAIL PROTECTED]

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

From: blowfish <[EMAIL PROTECTED]>
Reply-To: ..
Crossposted-To: comp.os.linux.misc,comp.os.linux.hardware
Subject: Re: mpeg capture from video capture card
Date: Sun, 16 Jul 2000 19:31:30 -0700

Thierry wrote:
> 
> Hi,
> 
> Do you know an existing program (with sources) wich capture video from a
> video capture card (bt chips) and save it in mpeg or quicktime format.
> Without using Xwindows.
> 
> Thanks a lot.
> 
> thierry

broadcast2000.

comes with SuSE6.4.

-Alex / blowfish.

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

From: "john a. prather" <[EMAIL PROTECTED]>
Subject: kernel debugger ?
Date: Sun, 16 Jul 2000 22:41:09 -0400

anyone know where I can get a debugger.

John Prather
[EMAIL PROTECTED]



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

From: James Alan Brown <[EMAIL PROTECTED]>
Subject: Re: Boot problem with new kernel
Date: Mon, 17 Jul 2000 03:30:05 GMT


Raymond Cheng wrote:
> 
> 
> 
> Hi all,
> 
> I am new to Linux and I hope someone can help me solving the
> problem. I have recompile the kernel today and then reboot my machine 
with
> the new kernel. However, it fails to boot and display something like:
> 
> Loading linux..........
> Uncompressing Linux...
> 
> ran out of input data
> 
>  -- System halted
> 
> 
> I am using Redhat 6.2 and I have tried to recomplie the kernel few
> more times but it still doesn't work. If anyone have idea of what
> happened, please give me some suggestion. Thanks!!!
> 
> 

The reason for that error is that you did not run LILO after you compiled!

Did you make a backup of your old vmlinuz before you compiled?

The correct procedures before you compile are as follows:-

1. backup vmlinuz "cp /boot/vmlinuz /boot/vmlinuz.old"

2. run liloconf and add an entry called "old" and point it to boot your
   "/boot/vmlinuz.old"

3. reboot and at the lilo prompt type "old" and test that it works before  
you ever chang/recompile kernals!

4. after you have copied your new vmlinuz you must type "lilo" so that it 
can map correctly! Thats why your cant boot now! (must be before you do a 
reboot)!!!

You can get over it now by booting from your boot floppy or boot CD and 
select install new kernel and it will replace your faulty boot.

Regards,
James

JAB Computers Bristol UK

http://www.jabcomp.force9.co.uk




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

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

From: [EMAIL PROTECTED] (Paul Kimoto)
Subject: Re: gcc install problem
Date: 17 Jul 2000 01:58:18 -0500
Reply-To: [EMAIL PROTECTED]

In article <8ktj7v$g81$[EMAIL PROTECTED]>, Ed Doyle wrote:
>      I now have gcc installed and running, but when I try to
> compile hello world, I get a compiler error "can't find stdio.h".  After the
> install, the standard libraries are located at
> /usr/i386-glibc20-linux/include.

This is off-topic for c.o.l.d.system, because the "system" is the Linux
kernel.

I suppose (from the name) that /usr/i386-glibc20-linux/include is supposed
to contain the header files for glibc-2.0.*, and that your system does not
use glibc-2.0 by default.  You need the glibc-2.1.* headers, which are
probably found in the libc development package, and should be installed in
/usr/include.

-- 
Paul Kimoto

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

From: Krzysztof Strasburger <[EMAIL PROTECTED]>
Subject: Re: Allocating defect memory-byte
Date: 17 Jul 2000 07:33:48 GMT

"Andreas Homa" <[EMAIL PROTECTED]> wrote:
>I have a defect ram-module.
Look here:
http://home.zonnet.nl/vanrein/badram/

Krzysztof

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

From: "Jeramy B Smith" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.powerpc
Subject: Re: [ANN] Beta testing of CW for Linux on Intel and PowerPC
Date: Mon, 17 Jul 2000 07:51:16 GMT


"Kaz Kylheku" <[EMAIL PROTECTED]> wrote in message > >
> >Metrowerks is taking applications for Beta testers for the next version
of
> >CodeWarrior for Linux on Intel and PowerPC Platforms.   To qualify you
> >must be familiar with the Linux operating system and are interested in
> >Beta testing CodeWarrior for Linux.  You must be able to download large
> >files and you will be required to file bug reports.
>
> I consider this spam.
>
> --
> #exclude <windows.h>

Go drink a tall glass of shut-up juice you twit.


-Jeramy B Smith

PS:
6721 Watergrove Drive
Memphis, TN 38119

Should you want to discuss this further, stupid.



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

From: "Winice" <[EMAIL PROTECTED]>
Subject: Where to get viaudio.c?
Date: Mon, 17 Jul 2000 18:01:12 +0800

I have a via82c686 chip. The driver I can find on internet has been complied
in kernel 2.2.12. But my linux is 2.2.16 now. Where can I get the source of
the driver?  via401.c,viaudio.c ,...



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

From: Gregor =?iso-8859-1?Q?Zor=E8?= <[EMAIL PROTECTED]>
Subject: My own distribution
Date: Mon, 17 Jul 2000 12:15:55 +0200

I would like to make my own Linux distribution cd wich I could share
with others.

There are sites on the web, where you get instructions, how to make your
own distribution on your hard drive (like http://www.diylinux.com/ ).
But I couldn't find a site with instructions, how to make your own linux
distribution cd.

I would like to make a distribution cd, wich I could take to my friend,
and install my distribution on his/her computer. Basicly I would like to
hava a distribution cd like let's say Red Hat, just fewer instalation
options.

If you have any relevant links, please mail them to me.

Gregor


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

From: Steve Martin <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.hardware
Subject: Re: mpeg capture from video capture card
Date: Mon, 17 Jul 2000 08:00:49 -0400

> > Do you know an existing program (with sources) wich capture video from a
> > video capture card (bt chips) and save it in mpeg or quicktime format.
> > Without using Xwindows.

> broadcast2000.

Broacast2000 *uses* X. Not what he asked for. Other than that, though,
it's a really neat program.

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

From: Raymond Cheng <[EMAIL PROTECTED]>
Subject: Re: Boot problem with new kernel
Date: 17 Jul 2000 12:05:50 GMT

James Alan Brown <[EMAIL PROTECTED]> wrote:

: Raymond Cheng wrote:
:> 
:> 
:> 
:> Hi all,
:> 
:> I am new to Linux and I hope someone can help me solving the
:> problem. I have recompile the kernel today and then reboot my machine 
: with
:> the new kernel. However, it fails to boot and display something like:
:> 
:> Loading linux..........
:> Uncompressing Linux...
:> 
:> ran out of input data
:> 
:>  -- System halted
:> 
:> 
:> I am using Redhat 6.2 and I have tried to recomplie the kernel few
:> more times but it still doesn't work. If anyone have idea of what
:> happened, please give me some suggestion. Thanks!!!
:> 
:> 

: The reason for that error is that you did not run LILO after you compiled!

: Did you make a backup of your old vmlinuz before you compiled?

: The correct procedures before you compile are as follows:-

: 1. backup vmlinuz "cp /boot/vmlinuz /boot/vmlinuz.old"

: 2. run liloconf and add an entry called "old" and point it to boot your
:    "/boot/vmlinuz.old"

: 3. reboot and at the lilo prompt type "old" and test that it works before  
: you ever chang/recompile kernals!

: 4. after you have copied your new vmlinuz you must type "lilo" so that it 
: can map correctly! Thats why your cant boot now! (must be before you do a 
: reboot)!!!

: You can get over it now by booting from your boot floppy or boot CD and 
: select install new kernel and it will replace your faulty boot.

: Regards,
: James

: JAB Computers Bristol UK

: http://www.jabcomp.force9.co.uk




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



Thanks for all of your help!!! I am now replying this thread with my new
kernel! :>


--
Raymond Cheng
[EMAIL PROTECTED]


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

From: Richard Meester <[EMAIL PROTECTED]>
Subject: file_operations structure
Date: Mon, 17 Jul 2000 15:46:06 +0200

Hello,

I have a question about the file_operations structure.

In the book from alessandro rubini the read and write functions of this
structure looked like:

long long (or int) write (struct inode *, struct file *, const char
*buf, unsigned long count);

when i tried this in my driver the count argument was all screwed up.

When looking in th linux/fs.h the file_operations structure looked quite
different;

long long  write (struct inode *, const char *buf, size_t count, loff_t
*);

can anyone tell me since which kernel this has changed. I use 2.2.14-5.

And can anyone also tell me what the loff_t argument is used for?


Regards Richard Meester


--
Quest Innovations
tel: +31 (0) 227 604046
http://www.quest-innovations.com




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


** 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.development.system) 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-Development-System Digest
******************************

Reply via email to