Linux-Misc Digest #970, Volume #24 Wed, 28 Jun 00 09:13:01 EDT
Contents:
How to contact Apache remotely. ([EMAIL PROTECTED])
linux windows dual boot setup with newer bigger faster hard drive
([EMAIL PROTECTED])
Error message when running make ([EMAIL PROTECTED])
linux windows dual boot setup with newer bigger faster hard drive
([EMAIL PROTECTED])
general question? ([EMAIL PROTECTED])
Simple questions: Pronounce, FreeBSD, pico etc....*s*
([EMAIL PROTECTED])
stability of culture of helpfulness ([EMAIL PROTECTED])
Gnome vs KDE (@chewtoy.com)
Simple questions: Pronounce, FreeBSD, pico etc....*s*
([EMAIL PROTECTED])
IPC Tool ([EMAIL PROTECTED])
Rebuilt kernel, can't find DAC960 module ([EMAIL PROTECTED])
Cant create a partition with disk druid?? (newbie) ([EMAIL PROTECTED])
Linux on 386er notebook with 1MB Ram and 60MB HDD ([EMAIL PROTECTED])
insmod failed? ([EMAIL PROTECTED])
????Linux Installation and Setup Questionare???? ([EMAIL PROTECTED])
Partitioning Software ([EMAIL PROTECTED])
SMP Monitoring on Linux ([EMAIL PROTECTED])
raid 0 problems after kernel upgrade ([EMAIL PROTECTED])
How to contact Apache remotely. ([EMAIL PROTECTED])
SMP Monitoring on Linux ([EMAIL PROTECTED])
----------------------------------------------------------------------------
From: [EMAIL PROTECTED]
Subject: How to contact Apache remotely.
Date: Wed, 28 Jun 2000 09:46:28 GMT
From: alan <[EMAIL PROTECTED]>
Thanks Dances old chap,
So to overcome the problem of everchanging local IP addresses,
it
seems the best way is to lodge a domain name at a nameserver. I have
a
domain name that I actually bought a month ago -
http://www.easternbranch.com. In theory, if I give this to my ISP and
ask
them to add this to their nameserver and give me a fixed IP address,
I
would be remotely contactable (whilst up at the local end)?
-Alan
Dances With Crows wrote:
>
>
> On Tue, 27 Jun 2000 10:30:03 GMT, alan
> <<[EMAIL PROTECTED]>> shouted forth into the ether:
> >Would like to know what exactly is involved. I know about
localhost and
> >127.0.0.1 for local contact. Obviously, for remote contact I need
to
know
> >my own unique IP address (where is that kept?). Then do I simply
enter
that
> >from a remote loaction while this machine is on the internet??
Please
>
> To see which IP address(es) your machine currently has, enter
> "/sbin/ifconfig" at the command line. The "lo" interface is the
loopback
> network, which is always present and always 127.0.0.1.
>
> To reach your machine from the outside world, you need nothing more
than
> an IP address and a network connection. It's just
http://208.176.111.37/
> if you don't have a domain name. However, static IPs are getting
hard to
> find these days. Normally, cable modem/DSL/dialup service
providers
> assign you a dynamic IP via DHCP, and the IP of your machine can
change
> without warning, making it more difficult than it should be to
connect to
> your home computer. There's a partial solution at
http://dyndns.org .
>
> If you want to access your machine using something like
> http://my.place.org/ , then you need to purchase a domain name, and
you
> need to either run named and BIND on your machine (and probably
have it
up
> 24/7) or have your machine's IP and domain added to a nameserver
> somewhere.
>
> Further information available in the Net-3 HOWTO and Networking
HOWTO on
> http://linuxdoc.org/HOWTO/ .
>
> --
> Matt G / Dances With Crows /\ "Man could not stare too long
at
the face
> \----[this space for rent]-----/ \ of the Computer or her
children and
still
> \There is no Darkness in Eternity \ remain as Man." --David
Zindell "So
did
> But only Light too dim for us to see\ they become Gods, or
Usenetters?"
--/me
--
Posted via CNET Help.com
http://www.help.com/
------------------------------
From: [EMAIL PROTECTED]
Subject: linux windows dual boot setup with newer bigger faster hard drive
Date: Wed, 28 Jun 2000 09:46:28 GMT
From: "Matt Hughes" <[EMAIL PROTECTED]>
To change which drive is recognized as master, just set the jumpers
on
your drives. Usually, drives will have a jumper which can be set to
slave,
master, or cable select. Set the small drive to slave, the big drive
to
master, and the bios will sort it out. You'll have to copy your
windows to
the new drive, I would normally do this in Linux, using Slackware
bootdisks, cfdisking the new drive, mounting both the old and the
new, and
doing a "cp -R /mnt/old/* /mnt/new", but not everyone might be
comfortable
with that. You could try using Norton Ghost or something. Once you
get
your Windows copied and bootintg ok, then just stick the Caldera CD
in and
let 'er boot. The Caldera installer will let you pick which drive and
partition to install to; it isn't a problem. You'll have to install
LILO
on the MBR of the master to be able to boot into both Windows and
Linux,
since Linux will be on a second drive. If they were both on the same
drive, you could just install LILO in the Linux paritions boot
sector, and
make that the bootable partition. If for what ever reason LILO screws
up,
you can always remove it by having a Win95 boot disk with fdisk on
it,
booting off of that and running "fdisk /mbr" to restor the windows
boot
sector. Once you do that, the only way to get Linux going will be
with a
boot disk.
Check www.linuxdoc.org for more information about running Windows and
Linux together.
Matt
In article <[EMAIL PROTECTED]>, Lou
<[EMAIL PROTECTED]> wrote:
> here is my situation. I have a 10 gig hard drive which is running
> windows right now. I am going to install a new 30 gig hard drive.
I
> want to install the new drive and setup a dual boot system with
windows
> 98 and caldera openlinux edesktop 2.4. I want windows to run on
the
> big drive
> (which I want to be the master drive) and linux to run on my older,
> smaller drive (the slave which is now my only drive. what is the
best
> way to go about doing this? how do I switch the drives to make the
> computer recognize my big drive and not the little one as the
master?
> how do I install linux on ONLY the smaller drive? help!
>
> lou
>
> --
> Posted via CNET Help.com http://www.help.com/
------------------------------
From: [EMAIL PROTECTED]
Subject: Error message when running make
Date: Wed, 28 Jun 2000 09:46:28 GMT
From: [EMAIL PROTECTED] (John)
I am trying to run make on gnuvoice-1.0.1
and I get the following message
GtkView.C: In method 'GtkView::GtkView(classs GtkModel *)';
GtkView.C:334: virtual memor exhausted
make[1]: *** [GtkView.o] Error 1
make[1]: Leaving directory '/gnuvoice-1.0.1/src'
make: *** [all-recursive] Error 1
It sounds like I ran out of memory, if so how do I fix it. My swap
area is 128 meg and ram is 64 meg, I highly doubt that it is disk
space.
All ideas are greatly appreciated
John
------------------------------
From: [EMAIL PROTECTED]
Subject: linux windows dual boot setup with newer bigger faster hard drive
Date: Wed, 28 Jun 2000 09:46:28 GMT
From: "Matt Hughes" <[EMAIL PROTECTED]>
To change which drive is recognized as master, just set the jumpers
on
your drives. Usually, drives will have a jumper which can be set to
slave,
master, or cable select. Set the small drive to slave, the big drive
to
master, and the bios will sort it out. You'll have to copy your
windows to
the new drive, I would normally do this in Linux, using Slackware
bootdisks, cfdisking the new drive, mounting both the old and the
new, and
doing a "cp -R /mnt/old/* /mnt/new", but not everyone might be
comfortable
with that. You could try using Norton Ghost or something. Once you
get
your Windows copied and bootintg ok, then just stick the Caldera CD
in and
let 'er boot. The Caldera installer will let you pick which drive and
partition to install to; it isn't a problem. You'll have to install
LILO
on the MBR of the master to be able to boot into both Windows and
Linux,
since Linux will be on a second drive. If they were both on the same
drive, you could just install LILO in the Linux paritions boot
sector, and
make that the bootable partition. If for what ever reason LILO screws
up,
you can always remove it by having a Win95 boot disk with fdisk on
it,
booting off of that and running "fdisk /mbr" to restor the windows
boot
sector. Once you do that, the only way to get Linux going will be
with a
boot disk.
Check www.linuxdoc.org for more information about running Windows and
Linux together.
Matt
In article <[EMAIL PROTECTED]>, Lou
<[EMAIL PROTECTED]> wrote:
> here is my situation. I have a 10 gig hard drive which is running
> windows right now. I am going to install a new 30 gig hard drive.
I
> want to install the new drive and setup a dual boot system with
windows
> 98 and caldera openlinux edesktop 2.4. I want windows to run on
the
> big drive
> (which I want to be the master drive) and linux to run on my older,
> smaller drive (the slave which is now my only drive. what is the
best
> way to go about doing this? how do I switch the drives to make the
> computer recognize my big drive and not the little one as the
master?
> how do I install linux on ONLY the smaller drive? help!
>
> lou
>
> --
> Posted via CNET Help.com http://www.help.com/
------------------------------
From: [EMAIL PROTECTED]
Subject: general question?
Date: Wed, 28 Jun 2000 09:46:29 GMT
From: Neal Lippman <[EMAIL PROTECTED]>
Dowe Keller wrote:
> On Fri, 23 Jun 2000 22:37:51 -0400, Keith
<[EMAIL PROTECTED]> wrote:
>
> <snip>
>
> I would advise you to read up. www.linux.org links to a great deal
of Linux
> information.
>
> Yes, Linux like most modern unixes can be used with a GUI (called
X-Windows).
>
> Yes, the GUI is separate from the kernel. What kind of flaky O.S.
would
> integrate something like the GUI with the kernel? Sounds like a
poor idea
> to me :-).
>
LOL. It's not the integration of the GUI with the OS that is the
problem...it
seemed to work just fine on the Mac...
------------------------------
From: [EMAIL PROTECTED]
Subject: Simple questions: Pronounce, FreeBSD, pico etc....*s*
Date: Wed, 28 Jun 2000 09:46:28 GMT
From: [EMAIL PROTECTED] (Andreas Schweitzer)
In article <[EMAIL PROTECTED]>, Hendrix wrote:
>1. vi --- Is it spelled out or spoken "Veye"...
Since the responses seem to be not unique : here is the quote
from the jargon file :
vi: /V-I/, *not* /vi/ and *never* /siks/ n.
Or as you can find on any page that renders homage to vi like
http://www.thomer.com/thomer/vi/vi.html
Andreas
--
Andreas Schweitzer
http://dilbert.physast.uga.edu/~andy/
This post is brought to you by VIM, slrn and FreeBSD
------------------------------
From: [EMAIL PROTECTED]
Subject: stability of culture of helpfulness
Date: Wed, 28 Jun 2000 09:46:28 GMT
From: "Andrew N. McGuire " <[EMAIL PROTECTED]>
On Tue, 27 Jun 2000, [EMAIL PROTECTED] wrote:
+ In comp.os.linux.misc Andrew N. McGuire
<[EMAIL PROTECTED]> wrote:
+ > On Mon, 26 Jun 2000, [EMAIL PROTECTED] wrote:
+
+ > + In article <Pine.LNX.4.21.0006252222390.4371-
+ > + [EMAIL PROTECTED]>,
+ > + "Andrew N. McGuire " <[EMAIL PROTECTED]> wrote:
+ > + > You are a real piece of work. Learn to spell, get an idea of
what
+ > + > you are talking about, then maybe post if you have something
useful
+ > + > to contribute, troll.
+ > +
+ > + I believe that would make you the troll-ee. Nice spelling flame
too!
+
+ > Not the 'troll-ee', but the *plonker*. :-) Big difference.
+
+ Being one who *PLONK*s, I hope.... (As in killfiles)
+ :)
In this case yes, I do not normally use a killfile. However this
poster was such a blatant troll ( and therefore a bad troll ), that
I saw no harm in ignoring that rubish. The trolls you can't ignore
are the ones who post incorrect information in an attempt to deceive
newbies. Ya gotta watch out for them. But this guy may have well
as posted:
"Windows Rulez, and you all suck!!!!!!"
The effect would have been the same, *plonk*.
Best Wishes,
anm
--
/*-------------------------------------------------------.
| Andrew N. McGuire |
| [EMAIL PROTECTED] |
`-------------------------------------------------------*/
------------------------------
From: @chewtoy.com
Subject: Gnome vs KDE
Date: Wed, 28 Jun 2000 09:46:28 GMT
From: [EMAIL PROTECTED] ()
On Wed, 28 Jun 2000 00:16:12 GMT, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>Isn't Enlightenment part of Gnome? When I launch Gnome, this thing
comes
>up with "Enlightenment starting" or something.
...it has been distributed with GNOME in the past. However, the
new 'defacto standard' WM for GNOME is sawfish. Although, any
WM should do.
For example: I run the gnome panel in WindowMaker and only use
it occasionally. Sometimes I will use kfm or gmc but I usually
just use my filemangler of choice: dfm.
I also use other K or G apps as I find them useful.
[deletia]
--
|||
/ | \
------------------------------
From: [EMAIL PROTECTED]
Subject: Simple questions: Pronounce, FreeBSD, pico etc....*s*
Date: Wed, 28 Jun 2000 09:46:29 GMT
From: "Andrew N. McGuire " <[EMAIL PROTECTED]>
On Tue, 27 Jun 2000, Hendrix wrote:
[ snip of entire post ]
People in this thread have asserted that thier pronunciation is
'correct' ( although often with smileys ). The definitive source
for all of this hooey is, of course, the jargon file. The jargon
file is, I believe, maintained by Eric S. Raymond, and is available
for perusal at the following URL:
http://www.tuxedo.org/~esr/jargon/html
The current version, to my knowledge is 4.2.0. The reason I am
pointing this out now, is because there has been many a flame over
the pronunciation of Linux, or daemon. In fact, most of the
dialects you will hear are 'correct'. So have fun with it
and pronounce it how you will, as long as people understand you,
your golden.
anm
--
/*-------------------------------------------------------.
| Andrew N. McGuire |
| [EMAIL PROTECTED] |
`-------------------------------------------------------*/
------------------------------
From: [EMAIL PROTECTED]
Subject: IPC Tool
Date: Wed, 28 Jun 2000 09:46:29 GMT
From: [EMAIL PROTECTED] (Linux2796)
Linux 6.2 has a new product featured in there for client-server
development
that is both operating system and networl transparent called XIPC -
has anyone
played with this tool - looks like an extension of IPC including
guaranteed
messaging - any feedback on the product and company that sells it
would be
appreciated.
Mike P
------------------------------
From: [EMAIL PROTECTED]
Subject: Rebuilt kernel, can't find DAC960 module
Date: Wed, 28 Jun 2000 09:46:29 GMT
From: Cokey de Percin <[EMAIL PROTECTED]>
[EMAIL PROTECTED] wrote:
>
> Hi all,
>
> I have a PII SMP system running RedHat 6.2. I have two logical
drives
> created from a Mylex DAC960 controller.
>
> The RedHat install recognised the controller, and I'm actually
booting
> from the logical drive. I assume this is handled by the kernel
loading
> a ramdisk to hold the appropriate modules (that initrd= line in
lilo,
> right?), which mount the appropriate filesystems, and everything is
go.
>
> I want to rebuild my kernel now, but I'm confused on some points.
> First, can't I include the DAC960 module directly into the kernel
so I
> don't have to use a ramdisk? I can't find the DAC960 listed in
> menuconfig's SCSI drivers section.
It's a 'block' driver, not a SCSI and yes you can. Works fine.
>
> Also, I've read the how-to about kernel rebuilds, but it doesn't
mention
> "make modules" and "make modules_install", but other people say
they're
> needed. Do I need these steps? What are they for?
Only if you have modules and most of us do. Should be obvious; they
build
the modules and move them the /lib/modules.
>
> When I do the build, I get errors like "Kernel Panic, CRC error" or
> "Cannot load DAC960.o". Why can't my new kernel find that module?
Any
> suggestions?
>
You have to build the ramdisk file you referred to. The easiest way
is to
just build the DAC block device into the kernel so you don't need
(and should
not use) the initrd= parameter.
I suggest that you learn more about building a kernel before you try
it. Also,
always keep a spair kernel (/etc/lilo.conf) so if your new one craps,
you can
recover.
Best
Cokey
--
==================================================================
Cokey de Percin, DBA Email:
Policy Management Systems Corp. Work - [EMAIL PROTECTED]
Columbia, South Carolina Home - [EMAIL PROTECTED]
------------------------------
From: [EMAIL PROTECTED]
Subject: Cant create a partition with disk druid?? (newbie)
Date: Wed, 28 Jun 2000 09:46:29 GMT
From: "Trent Cook" <[EMAIL PROTECTED]>
I replied in comp.os.linux.setup....thanks man
:)
"Eric" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> replied in comp.os.linux.setup
>
> Trent Cook wrote:
> >
> > Hi again,
> >
> > I figured the best way to get out of my linux mess, was a
complete fresh
> > install. Guess not, cause here is my problem:
> >
> > I have 2 hard drives: one 13gig cut up for windows and one 5gig
cut up
for
> > linux.
> >
> > The problem is that I can only create a swap partion on my 5 gig
drive.
I
> > have deleted all partitions in fdisk, disk druid, linux fdisk,
delpart
etc
> > etc and every time I come to disk druid in the setup. It says
that I
have
> > 100% free space on my 5 gig drive, but when I try to create a
/boot or
a /
> > root drive it says there isnt enough space.
> >
> > Oddly enough I can create swap files (as many , or as big as I
want with
the
> > 5 gig drive?)
> >
> > Why cant I make any other drives? I tried creating them with
fdisk and
> > converting to linux but no go.
> >
> > I did an Fdisk /mbr as well (just cause i ran out of things to
try) but
> > nothing.
> >
> > So I guess Linux doesnt want to go on my machine, but I am sure
that
there
> > must be something I can do.....isnt there?
> >
> > Please Help!
> >
> > Trent (newbie)
------------------------------
From: [EMAIL PROTECTED]
Subject: Linux on 386er notebook with 1MB Ram and 60MB HDD
Date: Wed, 28 Jun 2000 09:46:28 GMT
From: [EMAIL PROTECTED]
J Bland <[EMAIL PROTECTED]> did eloquently scribble:
>>Linux requires at least 4M. You might try Minix, which can
definitely run
>>vi and some sort of Telnet client, and is a lot more usable than
ELKS atm.
> Maybe DOS?
> Please, don't kill me! ;)
Linux can run in 1 Meg... There are a number of single floppy
distributions
for example.
It'll be a very limited setup though, and you'd probably want 8 megs
of
swap...
(X is right out)
:)
--
______________________________________________________________________
_______
| [EMAIL PROTECTED] | "Are you pondering what I'm pondering
Pinky?" |
|Andrew Halliwell BSc(hons)|
|
| in | "I think so brain, but this time, you
control |
| Computer Science | the Encounter suit, and I'll do the
voice..." |
======================================================================
=======
------------------------------
From: [EMAIL PROTECTED]
Subject: insmod failed?
Date: Wed, 28 Jun 2000 09:46:29 GMT
From: "Devon Harding" <[EMAIL PROTECTED]>
It's actually enabled at boot up, but fails at 'insmod 3c509'. After
the
system has comeup, I can then manually do 'insmod 3c509' then
'ifconfig eth1
192.168.0.1' insmod seems to timeout on boot.
-Devon
"Craig Kelley" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> "Devon Harding" <[EMAIL PROTECTED]> writes:
>
> > Here is a copy of my "conf.modules"
> > alias eth0 ne
> > options ne io=0x300 irq=10
> > alias eth1 3c509
> > options 3c509 io=0x320 irq=5
> > alias parport_lowlevel parport_pc
> > pre-install pcmcia_core /etc/rc.d/init.d/pcmcia start
> >
> > I'm using RHL62
>
> Then you should just be able to click the "start interface at boot
> time" in the network control panel; or edit it manually in
> /etc/sysconfig.
>
> --
> The wheel is turning but the hamster is dead.
> Craig Kelley -- [EMAIL PROTECTED]
> http://www.isu.edu/~kellcrai finger [EMAIL PROTECTED] for PGP
block
------------------------------
From: [EMAIL PROTECTED]
Subject: ????Linux Installation and Setup Questionare????
Date: Wed, 28 Jun 2000 09:46:28 GMT
From: N/A <[EMAIL PROTECTED]>
Dmitri V wrote:
>
> > 3)how do i find my computers specifications and configurations
correct
so
> > i can program them into my XF86Setup?
>
> Well, this is only *my* experience, but:
>
> 1. Usually, Linux installation script determines your hardware
without
> any problems. Unless you've got something *very* new or *very*
strange.
>
> But if you have troubles with installing Linux, info about your
hardware
> is an indispensable thing. Really. Do not try to underestimate it.
>
> 2. If you have windows on this machine, go to My Computer ->
Properties
> -> Device Manager and write down/print out everything you see
there.
>
> But if you do not have Windoze, you may want to
>
> 3a. Get down a screwdriver, open the box and look what is there.
> 3b. Blow a layer of dust you've collected on the manuals of your
machine
> and RTFM, RTFM, RTFM, RTFM....
>
> There are also many ways to gather info from within Linux:
>
> SuperProbe will tell you everything you wanted to know about you
video
> card, but were afraid to ask;
> cat /proc/pci will kindly inforom you what is on you pci bus;
> cat /proc/cpuinfo - same about cpu;
> xdpyinfo will give you extensive information about your X server;
>
> ... and so on!
>
>
> HTH
>
> Dmitri
thank you very much, i cant thank you enough especially since i
thought my
onslaught of 5 questions would be a little too tedious for anyone to
want
to handle so i thank you......DKWII.
--
Posted via CNET Help.com
http://www.help.com/
------------------------------
From: [EMAIL PROTECTED]
Subject: Partitioning Software
Date: Wed, 28 Jun 2000 09:46:28 GMT
From: AnandPatel <[EMAIL PROTECTED]>
I recently purchased Corel Linux OS Deluxe. Before I started to
install I
noticed that my hard drive needs to be partitioned prior to
installation.
The software did not come with partitioning software. Where can I
find it?
Which is the most reliable? And most importantly, which one is going
to
allow me to run linux and windows 98 off of the same hard drive? Any
help
would be greatly appreciated. Thank You
--
Posted via CNET Help.com
http://www.help.com/
------------------------------
From: [EMAIL PROTECTED]
Subject: SMP Monitoring on Linux
Date: Wed, 28 Jun 2000 09:46:28 GMT
From: Peter S F Luk <[EMAIL PROTECTED]>
Dear All,
I'm seeking some tools to monitor the CPU loading on different CPU on
a
Linux SMP box. Can anyone recommend some tools to me (non GUI or
GUI)??
PS : In solaris, top, proctool & mpstat can show individual CPU
loading,
I'm finding similiar tools on Linux.
Rgds
Peter
--
Pls remove NOSPAM. from my email address to email me!!
------------------------------
From: [EMAIL PROTECTED]
Subject: raid 0 problems after kernel upgrade
Date: Wed, 28 Jun 2000 09:46:28 GMT
From: "Horst Simon" <[EMAIL PROTECTED]>
Iam sorry I am of no help. I experienced the same problem with
SuSE 6.4 going from 2.2.15 to 2.2.16. I wnet back to
2.2.15 to get it working again.
Regards,
Horst Simon
<[EMAIL PROTECTED]>
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (blair christensen) wrote:
> hello, rh 6.2 on a dell poweredge 4400 box. it was running
2.2.14-5
> with a raid 0 array. i upgraded the kernel to 2.2.16
and i
> am now having problems with the raid device (/dev/md0).
>
> when i try to mount the device, i get:
>
> # mount /home
> mount: wrong fs type, bad option, bad superblock on /dev/md0,
> or too many mounted file systems
> (aren't you trying to mount an extended partition,
> instead of some logical partition inside?)
>
> # tune2fs -l /dev/md0
> tune2fs 1.18, 11-Nov-1999 for EXT2 FS 0.5b, 95/08/09 tune2fs:
Attempt to
> read block from filesystem resulted in short read while trying to
open
> /dev/md0 Couldn't find valid filesystem superblock.
>
>
> i'm sort of unsure of how to proceed at this moment.
>
> thanks, blair christensen
------------------------------
From: [EMAIL PROTECTED]
Subject: How to contact Apache remotely.
Date: Wed, 28 Jun 2000 09:46:28 GMT
From: [EMAIL PROTECTED] (Dances With Crows)
On Wed, 28 Jun 2000 01:30:04 GMT, alan
<<[EMAIL PROTECTED]>> shouted forth into the ether:
>Thanks Dances old chap,
> So to overcome the problem of everchanging local IP addresses,
it
>seems the best way is to lodge a domain name at a nameserver. I have
a
>domain name that I actually bought a month ago -
>http://www.easternbranch.com. In theory, if I give this to my ISP
and ask
>them to add this to their nameserver and give me a fixed IP address,
I
>would be remotely contactable (whilst up at the local end)?
Yep. More than likely, they'll want you to pay extra for both the
nameserver listing and the static IP, but them's the breaks. As I
said
before, you could try running BIND on your machine (read the DNS and
BIND
HOWTO first!) but I don't know how much good that would do if your
machine's not going to be up 99% of the time. (All right, I'm
spoiled, I
have DSL and a static IP at the moment.)
--
Matt G / Dances With Crows /\ "Man could not stare too long
at the face
\----[this space for rent]-----/ \ of the Computer or her children
and still
\There is no Darkness in Eternity \ remain as Man." --David Zindell
"So did
But only Light too dim for us to see\ they become Gods, or
Usenetters?" --/me
------------------------------
From: [EMAIL PROTECTED]
Subject: SMP Monitoring on Linux
Date: Wed, 28 Jun 2000 09:46:28 GMT
From: [EMAIL PROTECTED] (Hal Burgiss)
On 28 Jun 2000 01:37:47 GMT, Peter S F Luk
<[EMAIL PROTECTED]>
wrote:
>I'm seeking some tools to monitor the CPU loading on different CPU
on a
>Linux SMP box. Can anyone recommend some tools to me (non GUI or
GUI)??
>
>PS : In solaris, top, proctool & mpstat can show individual CPU
loading,
>I'm finding similiar tools on Linux.
There is a patch for top. See the SMP FAQ for URL. Worse, comes to
worse, I can email patch or src.rpm.
10:14pm up 41 days, 2:30, 3 users, load average: 0.00, 0.00,
0.00
106 processes: 102 sleeping, 1 running, 2 zombie, 1 stopped
CPU states: 1.6% user, 1.3% system, 0.0% nice, 96.9% idle
CPU0 states: 1.0% user, 0.4% system, 0.0% nice, 98.0% idle
CPU1 states: 1.4% user, 1.4% system, 0.0% nice, 96.0% idle
Mem: 128176K av, 117500K used, 10676K free, 53756K shrd,
2620K buff
Swap: 124952K av, 116124K used, 8828K free
48728K cached
PID USER PRI NI SIZE RSS SHARE LC STAT %CPU %MEM TIME
COMMAND
7292 root 18 0 104M 45M 11576 0 S 1.8 36.2 1594m X
25035 hal 9 0 920 920 672 1 R 0.7 0.7 0:00 top
593 hal 3 0 1116 876 404 0 S 0.3 0.6 0:35
Eterm
1 root 0 0 128 68 48 0 S 0.0 0.0 1:38 init
2 root 0 0 0 0 0 0 SW 0.0 0.0 0:40
kflushd
3 root 0 0 0 0 0 0 SW 0.0 0.0 1:36
kupdate
--
Hal B
[EMAIL PROTECTED]
--
------------------------------
** 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
******************************