Linux-Development-Sys Digest #589, Volume #6      Tue, 6 Apr 99 16:15:01 EDT

Contents:
  Re: Idea:  Make a seperate "i686" tree for Redhat Linux 6.0 (Rick Ansell)
  Insure++ questions. ([EMAIL PROTECTED])
  kernel post mortem dump? ("Dieter Stueken")
  Re: SMP under LINUX (Gary Momarison)
  Re: Programming tools for Linux/Unix: Editor, IDE, Frontend to GCC. (Donal K. 
Fellows)
  Re: documentation/specification for ext2fs and iso9660 (Gary Momarison)
  Re: How about /dev/web? ([EMAIL PROTECTED])
  Re: DST and cron (Tim Smith)
  RedHat's X-Windows Requirement ([EMAIL PROTECTED])
  Re: GNU HURD filesystem - anybody familiar? (Frank Sweetser)
  Re: Programming tools for Linux/Unix: Editor, IDE, Frontend to GCC. (Josh Stern)
  Re: Proposal: "Linux 2000 Platform" ("[EMAIL PROTECTED]")
  Re: GNU HURD filesystem - anybody familiar? ([EMAIL PROTECTED])
  Remote Debugging (Gerd Scheidhauer)
  Re: DST and cron ("Stefan Monnier " 
<[EMAIL PROTECTED]>)

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

From: [EMAIL PROTECTED] (Rick Ansell)
Crossposted-To: 
comp.os.linux.misc,linux.redhat.misc,alt.linux,alt.os.linux,comp.os.linux.hardware
Subject: Re: Idea:  Make a seperate "i686" tree for Redhat Linux 6.0
Date: Tue, 06 Apr 1999 01:09:36 GMT
Reply-To: [EMAIL PROTECTED]

On Fri, 02 Apr 1999 20:36:21 -0500, wizard <[EMAIL PROTECTED]>
wrote:

>Enkidu wrote:
>
>> wizard wrote:
>> >
>> > On top of adding value the strengthen the Linux code base by
>> > setting things like RPM free.
>> >
>> RPM is a good package manger, but it is *not* essential. I've been
>> running Linux for years without it.
>
>Never said it was essential just stated that it was developed by
>RedHat.   RPM is not perfect but very little of UNIX or LINUX is.    The
>fact is that when used properly by developers, RPM is a very helpful in
>supporting an installation.
>> >
>> > The other key item that everyone overlooks is the large amount
>> > of effort the people at RedHat, Suse and others put into driver
>> > development. If that does add value I don't know what does.
>> >
>> This is a fiction. Redhat do *not* develop drivers.
>>
>
>What makes you think this.    If RedHat isn't developing drivers then
>why did they hire the guy that wrote the aic7xxx drivers?    RedHat and
>Suse have had a hand in developing X-servers for different cards.    And
>then there is gnome which RedHat is involved in, this may not be a
>driver but it is key to Linuxes future as it is a whole lot better than
>KDE.

Two words: Alan Cox

http://www.linux.org.uk/diary

<snip>

Another two words:

Learning Curve

I'm new to Linux. I'm new to Unix. I _try_ not to be a luser.

The .rpm approach has got me up and working with various
packages pretty fast. I would probably have given up without it.
As it is I have a working system which gets booted to Win about
once a week, if that.

No I don't know all the details, but I'm learning on a running
system. In other words rpm has flattened the learning curve for
me. 

I still use Agent under Wine for news, but I'm working on
understanding INN. I now use Lyx for document production. I use
Navigator for the web...

I could never have got so far so fast without a system like rpm.
It may help attract the 'dumber than an average ameoba' crowd,
but hey, what a little colateral damage between friends? :-)

Nothing in this world is 100% good or bad. Thats where the
'rabid dogs' amoungst the advocates go wrong. Even the 'anything
but MSoft, but give me a MSoft clone'  lusers aren't 100% bad,
at least they are showing half a clue in rejecting MSoft.

Verdict on rpm: Good tool, but can be misused/misadvertised.

Rick
-- 

"I think there is a world market for maybe five computers." 

-- Thomas Watson, chairman of IBM, 1943

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

From: [EMAIL PROTECTED]
Crossposted-To: comp.lang.c
Subject: Insure++ questions.
Date: Tue, 06 Apr 1999 13:23:44 GMT

I have a problem with Insure++, and i don't find any answer neither on
parasoft web site, neither in the documentation.

here is my problem :

I'm on an IBM AIX 4.2
i compile and linking my program with Insure++ to make shared object for
Netscape Server.

I haven't any error message during compiling or linking, but when I try to
launch my server, i have the following error :
conf_init: Error running init function(late) load-modules: dlopen
of /bin/webserveurs/applineteurossl/saf/applinet.so failed (dlopen(): exec
format error (errno = NOEXEC))

and when i launch the program using the shell, i have a similar message :

exec(): 0509-036 Impossible to load the program applinet.so for due to the
following reasons
        0509-023 Symbole _Insight_stack_call in ksh undefined
        0509-023 Symbole _Insight_call in ksh undefined
.... more errors deleted ..
        0509-023 Symbole _Insight_errorf in ksh undefined.
        0509-026 System error : Impossible to execute a file with a bad format
(sorry, I had to translate this message from french.)

I appreciate some help.

Thanks in advance.

P. Petitbois.

============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

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

From: "Dieter Stueken" <[EMAIL PROTECTED]>
Subject: kernel post mortem dump?
Date: Tue, 06 Apr 1999 18:53:57 +0200

Hello,

I get sporadic system crashes during a X-session. Thus I can't get
any oops or panic messages, as the text-console is not restored. Is
there
any analysing tool to find out what happened after I pressed reset,
similar
to a system-dump on solaris, or something?

Dieter.
-- 
Dieter St�ken, con terra GmbH, M�nster
    [EMAIL PROTECTED]         [EMAIL PROTECTED]
    http://www.conterra.de/     http://qgp.uni-muenster.de/~stueken
    (0)251-980-2027             (0)251-83-334974

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

From: Gary Momarison <[EMAIL PROTECTED]>
Subject: Re: SMP under LINUX
Date: 06 Apr 1999 10:32:59 -0700

Gerhard Wesser <[EMAIL PROTECTED]> writes:

> Hello out there,
> 
> I am im planing to get a  dual Pentium II board for use under Linux.
> Does anyone out there have some information about this ???
> I am interessting how Linux work with 2 CPU's.

Look for "SMP" in http://www.aa.net/~swear/pedia/high-performance.html

-- 
Look for Linux info at http://www.dejanews.com/home_ps.shtml and in
Gary's Encyclopedia at http://www.aa.net/~swear/pedia/index.html

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

From: [EMAIL PROTECTED] (Donal K. Fellows)
Crossposted-To: 
comp.os.linux.advocacy,comp.os.linux.development.apps,comp.os.linux.help,comp.unix.programmer
Subject: Re: Programming tools for Linux/Unix: Editor, IDE, Frontend to GCC.
Date: 6 Apr 1999 13:38:48 GMT

In article <7e0q1e$aef$[EMAIL PROTECTED]>,
Stephan Schulz <[EMAIL PROTECTED]> wrote:
> Wesley W. Garland <[EMAIL PROTECTED]> wrote:
>> Out of curiosity, why do you hate debuggers so much? They save
>> *so* much time when writing code with any sort of complexity
>> whatsoever...
> 
> Well, my main project at the moment is an equational theorem
> prover. It stand at 60000 lines of code, and performs pretty
> complicated operations on very large recursive data structures -- I
> don't know if that is complex by your standards. I am fairly
> experienced in coding C, and I do not make very many errors with
> pointers and indices. I also pepper my code with assertions a lot.

You wrote that all in C?  Is this a plea for institutionalisation or
what?  :^)

> If something wents wrong, it typically happens after 5 minutes of run
> time, and on data strucures with millions of cells. Stepping through
> this with a debugger is not pleasant. I'd rather print out most
> important variables and invariants and use grep and emacs ediff mode
> on the output to find out what's wrong. And sometimes only deep
> meditation and sacrifices to the elder gods will help...

That is definitely the truth.  My worst problems to date have been
with mistaken reference counting (in an on-the-fly model-checker.)
Some bugs took months to fix...

> BTW, does someone else have these strange experience? Sometimes I am
> looking for hours or days for a bug, without any apparent progress.
> Then, when doing something completly unrelated (usually sports), it
> goes BANG and I do not even need to check the code to know what was
> wrong and how to fix it.

Walking and crosswords are my great aids here.  I hardly ever need to
invoke the name of Cthulhu...

Donal.
-- 
Donal K. Fellows    http://www.cs.man.ac.uk/~fellowsd/    [EMAIL PROTECTED]
Department of Computer Science, University of Manchester, U.K. +44-161-275-6137
--
   "And remember, evidence is nothing." - Stacy Strock <[EMAIL PROTECTED]>

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

From: Gary Momarison <[EMAIL PROTECTED]>
Subject: Re: documentation/specification for ext2fs and iso9660
Date: 06 Apr 1999 10:31:38 -0700

[EMAIL PROTECTED] (Jan Gl=E4scher) writes:

> I was wondering if anyone knows a good an possibly complete =

> documentation/specification of the ext2fs and the iso9660 file system sta=
ndard =

> besides the kernel sources ...
> =

> Thanks for any suggestions!

Links to same in http://www.aa.net/~swear/pedia/filesystems.html

-- =

Look for Linux info at http://www.dejanews.com/home_ps.shtml and in
Gary's Encyclopedia at http://www.aa.net/~swear/pedia/index.html

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

From: [EMAIL PROTECTED]
Crossposted-To: gnu.misc.discuss
Subject: Re: How about /dev/web?
Date: 05 Apr 1999 11:49:48 +0100

[EMAIL PROTECTED] (Roger Espel Llima) writes:
> <[EMAIL PROTECTED]> wrote:

>> You can make your signal handler write the signal numbers into a
>> pipe (or more than one pipe, depending on your requirements) and
>> select for readability on that.  I often use this technique.
> 
> Yep, but it's sad that we have to reinvent the wheel this far (and
> make up a protocol for the various kinds of things you want to pass
> through this pipe, once you start wanting more than signals).

Yes...

> I think Netscape does this, which is why it blocks when it overflows
> its pipe buffer...

>From what I've heard it is indeed doing something involving filling a
pipe, though personally I doubt it's just signals - if a process gets
that many signals faster than it can handle them then there's probably
something else going wrong.

-- 
http://www.greenend.org.uk/rjk/

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

From: [EMAIL PROTECTED] (Tim Smith)
Subject: Re: DST and cron
Date: 6 Apr 1999 06:21:44 -0700

Christopher B. Browne <[EMAIL PROTECTED]> wrote:
>>Should it try to run whatever was supposed to be run between now and
>>the last time it was awakened by SIGALARM ?
>
>Again, no.
>
>Doing so has the problem that if significant time passes, there could
>be a buildup of a large number of processes, with the severe
>consequences of memory and other resource consumption.  

System III cron had that problem.  I remember one hilarious day when the
guy across the hall at work (Geoff Kuenning at Callan Data Systems, in case
he is reading this) noticed that for some reason his clock was set about 14
years behind.  He su'ed and set the clock.  His disk light lit up solid, and
his system got real slow.  Cron was trying to start around 5000 UUCPs.

--Tim Smith

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

From: [EMAIL PROTECTED]
Subject: RedHat's X-Windows Requirement
Date: Tue, 06 Apr 1999 18:09:00 GMT

I have just tried to install Red Hat 5.2 and given up.  Like previous
versions of Red Hat's installation program, it refuses to allow me to
not install the X-Windows system.  A few noteworthy complaints:

1) When the installation program tells you that package(s) need other
package(s) to work properly, it does not allow you to remove any of
the packages at that time.  You have to go back and remove them from
the (rather large) package list.

2) The installation program does not give any hints about where in the
(rather large) package list the specified package resides.  If it is
one of the (many) packages that could be in many places, then you have
to subject yourself to a very long search of the package groups.

3) There is no way (that I have found) to remove the XFree86-VGA16
package.  It is simply not an option.

4) (This one is not specifically directed at Red Hat:)  Some packages
that should not require the X-Windows libraries require them anyway.
It seems that somewhere along the line, graphics routines were put
into the X-Windows libraries instead of into their own libraries.  So,
packages that do not need X load up the libraries to use the graphics
functions.  Someone should have put their foot down and noticed that
graphics can (and should) be seperate libraries that the X-libraries
depend on, not the other way around.

5) Many of the packages do not say that they need X or are even X
programs, but instead say that they are GUI as if GUI is the same as
saying X.  I find it hard to believe that anyone could be so arrogant
as to say that X is the only GUI out there.  It is quite easy to
develop a GUI package that does not rely on X.

These are just a few of my complaints (comments, objections?) about my
attempts at a Red Hat installation.  If I just said "go ahead and
install the X-Windows libraries" I could install Red Hat.  But as
someone (I don't remember who) has in their signature, if Linux
doesn't do what I want, then I can change Linux, not the other way
around.  I don't want to install the X-Windows libraries (just because
I don't!), but if I want to use many console applications (such as
print filters), I am forced to install them anyway.  I would
personally love it if someone would seperate out the graphics
functions from the X-Windows libraries since they do not need to be
together.  Until then, I will be forced to install files I do not
want.

NOTE: I am going to try to install Debian next.  It is (slightly)
easier to remove X from Debian than from Red Hat.  However, their
installation floppies insist on trying to auto-load drivers for the
WD-7000, which locks up on my system...   (sigh)


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

From: Frank Sweetser <[EMAIL PROTECTED]>
Crossposted-To: linux.redhat.misc
Subject: Re: GNU HURD filesystem - anybody familiar?
Date: 06 Apr 1999 10:59:51 -0400

[EMAIL PROTECTED] (Christopher B. Browne) writes:

> On Mon, 5 Apr 1999 12:47:17 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> posted: 
> >I'm trying to recover some data from a  machine that shows this filesys.
> >The o/s is unix system V, Release 3.2 v 2.0.  The people I got it from
> >didn't know the root password, just a user account that can't do much.
> >
> >I'm trying to mount it from Linux 5.1, and can't seem to come up with the
> >correct filesys description for it.
> 
> It is almost certain that the filesystem is *NOT* a Hurd FS; the number of
> people running Hurd are almost certainly numbered under a thousand, and the
> number of active developers is on the order of 20 or less.  A Hurd FS is
> definitely not going to be found on a system running SysVR3.
> 
> (Aside: Note that people more often seem to run Hurd on ext2 than anything
> else...)
> 
> It might be worth trying to mount the fs as "UFS;" it is about as likely
> that you'll need to find some sort of security pursuit to acquire root
> access.

HURD can be installed on either ext2fs or UFS, IIRC.

--
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
(Presuming for the sake of argument that it's even *possible* to design
better code in Perl than in C.  :-)
    -- Larry Wall on core code vs. module code design

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

Crossposted-To: 
comp.os.linux.advocacy,comp.os.linux.development.apps,comp.os.linux.help,comp.unix.programmer
Subject: Re: Programming tools for Linux/Unix: Editor, IDE, Frontend to GCC.
From: [EMAIL PROTECTED] (Josh Stern)
Date: Thu, 01 Apr 1999 06:53:21 GMT

Bill Zimmerly <[EMAIL PROTECTED]> wrote:

>There were *MANY* other programming environments that combined compiler,
>editor, and debugger before Turbo Pascal.
>
>None of them got the *INK* that TP got however. Why? I'll never know...

Can you name one that was as good an implementation of all 3?
Did it cost around $50 USD?


I thought not...


- Josh



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

From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,comp.os.linux.advocacy,comp.os.linux.misc
Subject: Re: Proposal: "Linux 2000 Platform"
Date: Tue, 06 Apr 1999 15:43:55 +0100
Reply-To: [EMAIL PROTECTED]

Kendall Bennett wrote:
> 
> Hi All,
> 
[deleted]
> Optional components:
>  . Need more suggestions here!

I suggest the incredibly silly "2000" suffix be dropped from any software
version or platform name.

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

From: [EMAIL PROTECTED]
Subject: Re: GNU HURD filesystem - anybody familiar?
Crossposted-To: linux.redhat.misc
Date: 6 Apr 99 14:44:18 GMT

In comp.os.linux.development.system Adam Jackson <[EMAIL PROTECTED]> wrote:
: Christopher B. Browne ([EMAIL PROTECTED]) wrote:
: : On Mon, 5 Apr 1999 12:47:17 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
: : posted: 
: : >I'm trying to recover some data from a  machine that shows this filesys.
: : >The o/s is unix system V, Release 3.2 v 2.0.  The people I got it from
: : >didn't know the root password, just a user account that can't do much.
[...]
: Dare I suggest the 'sysv' fs type?  (UFS is generally more of a BSDism). 
: It's fairly recent; you might need a new kernel, but you can't run linux
: and not expect to rebuild the kernel weekly. ;)

It's almost certainly sysv (unix system V, Release 3.2 v 2.0 sounds quite 
like an old SCO Unix version). The problem is that Linux doesn't know how
to handle the SCO partitioning style - SCO uses one big partition and sub-
divides it into slices. Your best bet is to obtain a "free" SCO Unix
OpenServer license and recover the data from there. Take a look at
http://www.sco.com for more information.

regards,
        Michael
-- 
Michael Engel   ([EMAIL PROTECTED])

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

From: Gerd Scheidhauer <[EMAIL PROTECTED]>
Subject: Remote Debugging
Date: Tue, 6 Apr 1999 20:13:31 +0200 

Hello,

i want to debug the linux kernel and/or applications via network or
serial line. How can I do this?

Regards,

Gerd Scheidhauer
Xcc Software
Karlsruhe, Germany
http://www.xcc.de



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

From: "Stefan Monnier <[EMAIL PROTECTED]>" 
<[EMAIL PROTECTED]>
Subject: Re: DST and cron
Date: 06 Apr 1999 11:59:40 -0400

>>>>> "Christopher" == Christopher B Browne <[EMAIL PROTECTED]> writes:
> Doing so has the problem that if significant time passes, there could
> be a buildup of a large number of processes, with the severe
> consequences of memory and other resource consumption.  

A trivial answer would be to say that each one of the crontab lines
will only be exec'd once, which seems fairly reasonable.


        Stefan

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


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