Re: Recommendation please

From: Dances With Crows (danSPANceswitTRAPhcrows_at_gmail.com)
Date: 05/20/05


Date: Fri, 20 May 2005 08:22:08 -0500

On 20 May 2005 00:48:16 GMT, Unruh staggered into the Black Sun and said:
> daves@argonet.co.uk writes:
>>Dances With Crows wrote:
>>> On 19 May 2005 11:39:10 -0700, daves@argonet.co.uk staggered into the
>>> Black Sun and said:
>>> > I've just recently started to use linux (Red Hat 9)
>>> Redhat 9 has been End-Of-Lifed. If I were you, I'd use something
>>Ah. Problem is they're not my boxes. I'm simply supporting the boxes,
>>> These things were...? Specifics count. If you said what your exact
>>> problems were, someone could probably help you.
>>Problem 1 (of > 10): I tried to upgrade the perl from 5.8.0 to 5.8.6
>>and while it appeared to install, when I do a perl -v it tells me
>>5.8.0!
> How did you "try to install" it? Did you find a perl rpm or did you
> isntall from tarball source? If the latter you may find the new perl
> in /usr/local/bin, rather than /usr/bin where you are probably running
> it from.

Check the full path of the perl executable with "which perl". Yes, if
you compiled perl from source, the default install location is
/usr/local/bin/ . If you did "rpm -Uvh perl-5.8.6.redhat9.rpm" and
you're still getting 5.8.0 from perl -v, something weird is happening.

>>Problem 2,3,4 : I need to upgrade the apache installation, the MySQL,
>>some CPAN modules - managed to sort of do the MySQL, but not the
>>others.
> You know, this is insane. You want to upgrade a whole bunch of things,
> but do not want to upgrade the OS. Why not just bite the bullet and
> have your customers let you upgrade Redhat to a more recent build.

This is what I'd recommend too. Maintaining an RPM-based distro is a
freaking PITA, and Redhat 9's been EOLed for over a year now.

>>> > Can anyone recommend a good linux tutorial manual please?
>>> If you want dead trees, the _Running Linux_ O'Reilly book, available

Also you may want to Google "rute user tutorial" and look in
/usr/share/doc/howto/ for the Win95-to-Linux or Dos-to-Linux HOWTOs.

>>My main home machine is actually RISC OS. From RISC OS I aught to be
>>able to use either !samba or !Sunfish (NFS). !Samba works, usually,
>>but I cannot get the NFS side set up on the linux boxes.
> Huh? Trivial.

Er, not quite. NFS is done partially in kernelspace for some
$DIETY-damned reason. This makes it more difficult than it should be to
get NFS up, as you have to have NFS server support built in to the
kernel or available as a module.

There are also version mismatch problems; if you have an old client that
only groks NFSv2, and you set your server up with NFSv3 support, "mount
-t nfs machine:/blah /mnt/blah" can hang indefinitely. Not to mention
the endemic file locking problems. Samba has more overhead, but I've
had fewer problems with Samba than I've had with NFS, and I've been
using Samba every day for the last 5 years and NFS only 4 times in that
period.

>>> > My own background is as a commercial database programmer on VME
>>> > mainframes for the last 20 odd years,
>>> Did you mean "VMS"?
>>No. I meant VME.

"Mainframe" typically refers to one of those big IBM dinosaurs with
raised flooring and boatloads of I/O, not a 36-pound box with 9 VME
boards in it. Jargon namespace collision--sigh.

>>Dunno about VMS, but VME is like a relaxing holiday after anything
>>else.

Yes, but how many FPS in RTCW does a "VME mainframe" get? :-]

-- 
Matt G|There is no Darkness in Eternity/But only Light too dim for us to see
Brainbench MVP for Linux Admin /    mail: TRAP + SPAN don't belong
http://www.brainbench.com     /                Hire me! 
-----------------------------/ http://crow202.dyndns.org/~mhgraham/resume


Relevant Pages

  • 2.6.0-test7-9 NFS performance problems
    ... I have verified that the problem isn't with the network card by using ... packets that it failed to reassemble, ... Server nfs v2: ... # ACPI Support ...
    (Linux-Kernel)
  • Solved: Perl/NFS "Text File Busy" Error And Related Problems
    ... Â That means I am actually editing the Perl file on ... and I am running it on another (my server). ... The first problem I had was that when I saved my script through NFS, ... apt-get install nfs-kernel-server ...
    (Debian-User)
  • SOLVED: "Text File Busy" And Other Frustrating NFS/Perl Errors
    ... Perl file on one computer, ... and I am running it on another (my server). ... The first problem I had was that when I saved my script through NFS, ... searched newsgroups on Usenet and mailing lists and general Google searches ...
    (comp.lang.perl.misc)
  • Re: Tools for FreeBSD development
    ... Most typically, the setup involves a central development server running -STABLE, with a private network link to a series of crash boxes. ... The development server NFS exports a file system to use as an NFS root and for file sharing, as well as running tftp and dhcp servers. ... Each test system has its own exported root, so I can use individual loader.conf's to tell test systems to boot off NFS, boot off local disks, etc. ...
    (freebsd-hackers)
  • Re: Tools for FreeBSD development
    ... Most typically, the setup involves a central development server running -STABLE, with a private network link to a series of crash boxes. ... The development server NFS exports a file system to use as an NFS root and for file sharing, as well as running tftp and dhcp servers. ... Each test system has its own exported root, so I can use individual loader.conf's to tell test systems to boot off NFS, boot off local disks, etc. ...
    (freebsd-questions)