Linux-Development-Sys Digest #692, Volume #6      Sat, 8 May 99 23:14:13 EDT

Contents:
  Re: Mount multi-track CD ROMs? (Keith Wright)
  listing symbols in a dynamic library (Phil Howard)
  Re: Reliable (!) nic for 2.2 kernel? (Preston F. Crow)
  Re: Reliable (!) nic for 2.2 kernel? (bryan)
  Re: Reliable (!) nic for 2.2 kernel? (bryan)
  Re: Reliable (!) nic for 2.2 kernel? (bryan)
  Re: Reliable (!) nic for 2.2 kernel? (bryan)
  Problem compiling vfat module (Stephen Torri)
  Re: listing symbols in a dynamic library (Frank Sweetser)
  Re: Glibc rant (David T. Blake)
  Re: listing symbols in a dynamic library (Phil Howard)
  Re: Help Please!!! (Len Huppe)
  Re: Help Please!!! (Len Huppe)
  Re: HELP : RAS ??? ("Ross Crawford")
  Re: Reliable (!) nic for 2.2 kernel? (Don Baccus)

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

From: Keith Wright <[EMAIL PROTECTED]>
Subject: Re: Mount multi-track CD ROMs?
Date: 08 May 1999 20:39:44 -0400

Igor Zlatkovic <[EMAIL PROTECTED]> writes:

> Keith Wright wrote:
> 
> > I have just gotten into burning CD's.  The 'cdrecord' program
> > seems to make multi-track CD, but I can't figure out how to
> > mount any but the first track.
> >
> > Is it possible to mount other than the first track of a CD?
> > Is anybody working on making it possible?
> 
> Which kernel do you use?

2.0.36, but that could change if 2.2 solves the problem.

> as I conpiled my kernel for the last time, I saw an optios that sounds
> like "enable vendor-specific extensions for cdrom drive". This is
> somewhere under  SCSI.

Uh, oh.  Does that mean that it takes a special CD-ROM reader to do this?
Which one _should_ I have bought?
 
> Looks like you have to enable this one, since Linus, or whoever wrote the
> kernel configuration help, states exactly your problem.

Thanks for the hint.  I will RTFM.

-- 
     -- Keith Wright  <[EMAIL PROTECTED]>

Programmer in Chief, Free Computer Shop <http://www.free-comp-shop.com>
         ---  Food, Shelter, Source code.  ---

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

From: [EMAIL PROTECTED] (Phil Howard)
Subject: listing symbols in a dynamic library
Date: Sat, 08 May 1999 22:50:57 GMT

Is there a way to get a list of the symbols found in a dynamic
library that has been opened with dlopen()?  Might there be some
reserved symbols that references a structure with all the symbols?

The reason I want to get the list is so that my program can add
the symbols to a menu of options that the user can choose from.
For example, suppose I have a program that prepares graphical
images, and I want to support pluggable export filters implemented
as functions named "export_<arbitrary>_<method>".  The range of
values for <method> would be known in advance, but not the range
of values for <arbitrary>.  What the program might do is for each
such name found, lookup "export_<arbitrary>_get_menu_desc" and
call it to get back a string to fill in on the pop-up menu.

I don't want to have to require every different pluggable to be
a different library.  But if there is no solution to get the list
of names, then I guess that would be the common practice (do you
know if that indeed is the common practice?).

--
Phil Howard           KA9WGN
[EMAIL PROTECTED] [EMAIL PROTECTED]

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

From: [EMAIL PROTECTED] (Preston F. Crow)
Crossposted-To: comp.os.linux.networking
Subject: Re: Reliable (!) nic for 2.2 kernel?
Date: 8 May 1999 23:13:45 GMT

I use a tulip card with no problems at all.  However, I've noted that
there are tons of different tulip cards, each with subtle differences.
My particular card is sensitive to the version of the driver.  With
the latest 2.0.37-pre?? kernels, the included driver works fine.  With
the 2.2.x kernels, I have to install a different one from:
        http://www.bmen.tulane.edu/~siekas/driver.html

Interestingly, 2.0.37-pre?? has a newer version of tulip.c than 2.2.6
(I haven't check 2.2.7).  I would suggest trying several versions of
the driver before giving up on the card, especially if it works under
2.0 but not 2.2.  You might even be able to use the 2.0 driver under
2.2--I'm not sure if there are any complications in doing so.

--PC
--
Segmentation fault
%

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

From: bryan <[EMAIL PROTECTED]>
Subject: Re: Reliable (!) nic for 2.2 kernel?
Crossposted-To: comp.os.linux.networking
Date: Sun, 09 May 1999 01:30:36 GMT

minor detail: I need a good PCI card, not ISA.  10/100 would be great,
but at least a clean 10 over PCI is minimal.

In comp.os.linux.networking Spiros Ioannou <[EMAIL PROTECTED]> wrote:
: In comp.os.linux.development.system bryan <[EMAIL PROTECTED]> wrote:
: : my tulip card is totally unreliable.  I can bring it down with an ftp

: : has anyone done any load testing on the 2.2 kernel and found a
: : RELIABLE nic card they could recommend?  one that stays up under close
: : to full load on a local 10/100 lan?

: With the 3c509 I get 8.5 Mbytes/sec with wget from 100Mbit switched ethernet
: lan. It has never crashed, the machine is a web/ftp server and completely 
: reliable.
: (With the same card I get 3.5MB/sec max with W98) ;-)

: -Spiros

-- 
Bryan

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

From: bryan <[EMAIL PROTECTED]>
Subject: Re: Reliable (!) nic for 2.2 kernel?
Crossposted-To: comp.os.linux.networking
Date: Sun, 09 May 1999 01:32:56 GMT

In comp.os.linux.networking Linus Torvalds <[EMAIL PROTECTED]> wrote:
: In article <0EXY2.11020$[EMAIL PROTECTED]>,
: bryan  <[EMAIL PROTECTED]> wrote:
: >my tulip card is totally unreliable.  I can bring it down with an ftp
: >xfer (local lan) at 10 or 100, in a minute or less.  network hangs and
: >will NOT be reset by software.

: I would recommend the intel eepro100, although I also wonder whether you
: just have a flaky tulip card, because tulip would have been my second
: suggestion. There's a lot of different tulip-based cards out there..

I have 3 varieties:
        - the original bay networks DEC card
        - a card by a noname with Exact Same DEC chip on it
        - a 'lite-on' pnic tulip clone

all 3 work identically.  they work well for light traffic but under
heavy load (my ping flood, for example; or even a local rolled-cable
ftp at 100/full) the tulips lock up and need a system reboot.  note
that the console (X, etc) is still alive and well; its just that the
net card goes out in the weeds and never comes back.)


-- 
Bryan

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

From: bryan <[EMAIL PROTECTED]>
Subject: Re: Reliable (!) nic for 2.2 kernel?
Crossposted-To: comp.os.linux.networking
Date: Sun, 09 May 1999 01:35:15 GMT

In comp.os.linux.networking Preston F. Crow <[EMAIL PROTECTED]> wrote:
: I use a tulip card with no problems at all.  However, I've noted that
: there are tons of different tulip cards, each with subtle differences.
: My particular card is sensitive to the version of the driver.  With
: the latest 2.0.37-pre?? kernels, the included driver works fine.  With
: the 2.2.x kernels, I have to install a different one from:
:       http://www.bmen.tulane.edu/~siekas/driver.html

that's where I get the latest one from, myself.  the kernel (shipped
with 2.2.x) is old and neither that nor the one listed above cure the
'lost in the weeds' problem.

: Interestingly, 2.0.37-pre?? has a newer version of tulip.c than 2.2.6
: (I haven't check 2.2.7).  I would suggest trying several versions of
: the driver before giving up on the card, especially if it works under
: 2.0 but not 2.2.  You might even be able to use the 2.0 driver under
: 2.2--I'm not sure if there are any complications in doing so.

if I wasn't running SMP, I'd go back to 2.0.36.  but I get so much
more out of my sytem at 2.2 with smp (dual celerons) that I'd rather
find a stable card under this version than lose some smp efficiency
just for the sake of saving $50 on a nic card ;-)

-- 
Bryan

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

From: bryan <[EMAIL PROTECTED]>
Subject: Re: Reliable (!) nic for 2.2 kernel?
Crossposted-To: comp.os.linux.networking
Date: Sun, 09 May 1999 01:39:01 GMT

In comp.os.linux.networking Leslie Mikesell <[EMAIL PROTECTED]> wrote:
: In article <0EXY2.11020$[EMAIL PROTECTED]>,
: bryan  <[EMAIL PROTECTED]> wrote:

: >my tulip card is totally unreliable.  I can bring it down with an ftp
: >xfer (local lan) at 10 or 100, in a minute or less.  network hangs and
: >will NOT be reset by software.
: >
: >with a T1 download, it can hang the network in a few hours.  this sucks ;-( 
: >
: >has anyone done any load testing on the 2.2 kernel and found a
: >RELIABLE nic card they could recommend?  one that stays up under close
: >to full load on a local 10/100 lan?
: >
: >(btw, I now have several dec tulip cards for sale.  I refuse to use
: >them in 2.2 kernel boxes I have here - sigh.)

: Hmmm, mine (an early Linksys with a real Dec chip) seems to be working:
: cat /proc/net/dev
: Inter-|   Receive                                                |  Transmit
:  face |bytes    packets errs drop fifo frame compressed multicast|bytes    packets 
:errs drop fifo colls carrier compressed
:     lo:585407792 2204419    0    0    0     0          0         0 585407792 2204419 
:   0    0    0     0       0          0
:   eth0:3304241413 76566475    0    0    0     0          0         0 3709840852 
:42453440   13    0    2     0      11          0

: I have several of these, some Intel 10/100 pros, and some of the 3Coms that
: Dell builds into their motherboards.  I have never had any problems
: with the Intels.  The only problem with the others have been occasional
: mis-negotiations of 10/100 or half/full duplex with certain hubs or
: switches. 

10/100 speed always works.  full/half is broken - almost everywhere.
I spent 2 yrs managing a large campus network (lots of cisco and ctron
hi-end hubs) and the duplex thing was always messing with us.  nasty
stuff - if in doubt, set the hub or the host to auto but THE OTHER to
a fixed state.  it makes the negotiation go a bit more reliably.

: I've never seen a problem where the card works correctly
: for a while and then fails.

its totally repeatable.  I wonder if its my SMP that is throwing a
monkey wrench into the works?  is anyone happy with their tulip in
2.2.7 AND smp??

:  If you have this with more than one card
: I would suspect some other problem.

its DEFINITELY not the card.

:  Try connecting to a different hub
: or if you are using a switch lock it in full duplex, 100M for your
: port.

its a rolled cable.  ie, NO hub at all - just a crossover cable.
nothing to fail ;-)

:  You might also have cable problems that only show up under
: certain conditions.

not in this case.  the cable is brand new and only about 6 feet long.
and it works when I switch this card out to a different card.

:  100M equipment can be more sensitive to this
: than the 10M versions, even when running at 10M.  Be sure everything
: is cat 5.

its cat5 - but even 6 feet of cat3 would work fine for 100/full.

-- 
Bryan

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

From: [EMAIL PROTECTED] (Stephen Torri)
Subject: Problem compiling vfat module
Date: Sun, 09 May 1999 03:18:44 +0100

I get the following error:

namei.c: In function `vfat_rename_Rff2f9d2b':

namei.c:1607 `walk' undeclared (first use in this funciton)

namei.c:1607 (Each undeclared identifier is reported only once for each function it 
appears in.)

I doubled checked the file and it only appears once. I am new to the linux kernel so I 
can't tell you what is wrong but thought I would send the message.

--
[EMAIL PROTECTED]




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

From: Frank Sweetser <[EMAIL PROTECTED]>
Subject: Re: listing symbols in a dynamic library
Date: 08 May 1999 22:16:26 -0400

[EMAIL PROTECTED] (Phil Howard) writes:

> Is there a way to get a list of the symbols found in a dynamic
> library that has been opened with dlopen()?  Might there be some
> reserved symbols that references a structure with all the symbols?

the 'nm' program (part of the binutils package) can do just that; i'd check
the nm source code and see how it does it.

-- 
Frank Sweetser rasmusin at wpi.edu fsweetser at blee.net  | PGP key available
paramount.ind.wpi.edu RedHat 5.2 kernel 2.2.5        i586 | at public servers
I think it's a new feature.  Don't tell anyone it was an accident.  :-)
         -- Larry Wall on s/foo/bar/eieio in <[EMAIL PROTECTED]>

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

From: [EMAIL PROTECTED] (David T. Blake)
Subject: Re: Glibc rant
Date: 08 May 1999 18:57:30 -0700

[EMAIL PROTECTED] (Lou Grinzo) writes:

>I was addressing the case of someone getting glibc 2.1 with a new
>distro release (like RH 6.0), without even realizing it.  I agree 
>that Joe User doesn't know about lib's which is exactly the problem.
>J User expects things to work, not present an opportunity to 
>become familiar with his OS's DNA.

Even so, the vast vast vast majority of desktop users will not
grab a random binary from off the web. Glibc did not break any
'public' functions, only functions that are private to 
glibc. The new distributions (at least RH 6.0) are
shipped with the 2.2 series kernel and glibc2.1. Stable
commercial binaries can take some time - months. Joe User will
grab new binaries when the next distro release comes out in
a year or so.

>I couldn't agree more.  The glibc library situation and this business
>of RH using their own pump program instead of dhcpd and not working
>with cable modems right out of the box, are prime examples of things
>the Linux community (both developers and distributors) must learn how
>to prevent. 

No one is tying RedHat or anyone else's hands. Competition will
make the distros comform to the end user. If you want to talk to 
someone about what the end user wants from their distribution,
talk to them - they get paid to make Joe User happy.

-- 
Dave Blake
[EMAIL PROTECTED]

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

From: [EMAIL PROTECTED] (Phil Howard)
Subject: Re: listing symbols in a dynamic library
Date: Sun, 09 May 1999 02:35:23 GMT

On 08 May 1999 22:16:26 -0400 Frank Sweetser ([EMAIL PROTECTED]) wrote:
| [EMAIL PROTECTED] (Phil Howard) writes:
|
| > Is there a way to get a list of the symbols found in a dynamic
| > library that has been opened with dlopen()?  Might there be some
| > reserved symbols that references a structure with all the symbols?
|
| the 'nm' program (part of the binutils package) can do just that; i'd check
| the nm source code and see how it does it.

Oops, I need to qualify further.  I need to do it from within the program
as a function given the handle provided by dlopen().  At the level where
I need to do this, the file name won't be available, just the handle.

--
Phil Howard           KA9WGN
[EMAIL PROTECTED] [EMAIL PROTECTED]

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

From: Len Huppe <[EMAIL PROTECTED]>
Subject: Re: Help Please!!!
Date: Sat, 08 May 1999 21:32:53 -0500

Hello Jack,

I know of two books to read for your project.  The first is called
"Operating Systems Design and Implementation", also known a the Tannenbaum
book.  In this book they discuss an OS called Minix.  Linus Torvalds began
the Linux development project by building upon Minix.  A large number of
Linux and UNIX developers started off by reading this book.

The other book is called "The design and implementation of the 4.4 BSD
operating system."  In here the architects of the system talk about the
the design of the BSD kernel.  A lot of mainstay features of UNIX were
developed by these folks.


Happy reading !

*******************

"Jack R. Llewellyn" wrote:

> Hi,
>
> I am a student at the University of Phoenix-Utah Campus studying
> Information Systems.  The current course we are studying is Operating
> Systems Concepts.  Our group has a project on Linux to complete which
> consists of several parts.  The current focus is "Operating System
> Process Management Analysis".  The requirements are as follows.
>
> Identify how the chosen operating system (Linux) manages processes and
> concurrency including:
>
>      Process scheduling
>      Inter-process communication
>      Process synchronization
>      Handling of deadlocks
>
> We are basically at the beginner's level as far as understanding
> operating systems.  Could anyone please discuss this topic with me or
> refer me to any location on the Internet that could help us out with
> this subject in a lay person's terms?  I have searched the Internet
> hours on end and have not been able to find what I need.
>
> Any help would be greatly appreciated.
>
> Thanks in advance,
>
> Jack Llewellyn
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]


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

From: Len Huppe <[EMAIL PROTECTED]>
Subject: Re: Help Please!!!
Date: Sat, 08 May 1999 21:33:32 -0500

Hello Jack,

I know of two books to read for your project.  The first is called
"Operating Systems Design and Implementation", also known a the Tannenbaum
book.  In this book they discuss an OS called Minix.  Linus Torvalds began
the Linux development project by building upon Minix.  A large number of
Linux and UNIX developers started off by reading this book.

The other book is called "The design and implementation of the 4.4 BSD
operating system."  In here the architects of the system talk about the
the design of the BSD kernel.  A lot of mainstay features of UNIX were
developed by these folks.


Happy reading !

*******************

"Jack R. Llewellyn" wrote:

> Hi,
>
> I am a student at the University of Phoenix-Utah Campus studying
> Information Systems.  The current course we are studying is Operating
> Systems Concepts.  Our group has a project on Linux to complete which
> consists of several parts.  The current focus is "Operating System
> Process Management Analysis".  The requirements are as follows.
>
> Identify how the chosen operating system (Linux) manages processes and
> concurrency including:
>
>      Process scheduling
>      Inter-process communication
>      Process synchronization
>      Handling of deadlocks
>
> We are basically at the beginner's level as far as understanding
> operating systems.  Could anyone please discuss this topic with me or
> refer me to any location on the Internet that could help us out with
> this subject in a lay person's terms?  I have searched the Internet
> hours on end and have not been able to find what I need.
>
> Any help would be greatly appreciated.
>
> Thanks in advance,
>
> Jack Llewellyn
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]


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

From: "Ross Crawford" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.development.apps,comp.os.linux.development.announce
Subject: Re: HELP : RAS ???
Date: Sun, 9 May 1999 12:46:33 +1000

Eric,

Take a look at mgetty. It allows you to fairly easily set up your linux box
as a PP server - you can dial-in using anything that uses PPP (it also
allows vanilla serial dial-in). I have it running on my box at home, and can
dial-in using Windoze or Linux from my laptop.

Hope this helps

ROSCO

Chow Hoi Ka, Eric <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Hello,
>
> Is it possible to use Linux for a Dialup Server ?
>
> Such as the Windows NT's RAS .
>
> So, the remote clients can dialup to the Linux through the modem with
> different platform.
>



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

Crossposted-To: comp.os.linux.networking
Subject: Re: Reliable (!) nic for 2.2 kernel?
From: [EMAIL PROTECTED] (Don Baccus)
Date: 8 May 1999 19:54:34 PST

In article <0z5Z2.14665$[EMAIL PROTECTED]>,
bryan  <[EMAIL PROTECTED]> wrote:
>minor detail: I need a good PCI card, not ISA.  10/100 would be great,
>but at least a clean 10 over PCI is minimal.

>: With the 3c509

?? 3c509b comes in PCI as well as ISA flavor

-- 

- Don Baccus, Portland OR <[EMAIL PROTECTED]>
  Nature photos, on-line guides, at http://donb.photo.net

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


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