Linux-Misc Digest #127, Volume #21 Thu, 22 Jul 99 20:13:09 EDT
Contents:
Re: Strange reboot... (Warren Young)
Re: Offline Newsreading (Kris)
Which printers to use with Linux (Yan Seiner)
Re: Spanning Compressed Image (brian moore)
chgmod:command not found ("Mikeg")
Re: Linux only use 1% of my CPU??? (Bruce Stephens)
Autoloading CD modules (Andy Johnson)
Re: open systems?!? Re: Why does Apple not cooperate with Be? (Xcott Craver)
Netscape / Acrobat 4.0 Problem ("Otha Stubblefield")
lpr and print problem (Ron Gibson)
Re: Encypted filesystems on /dev/loop (Marc Mutz)
Re: Iomega ZIP parallel zip drive under red hat linux 6.0 problem solved (Richard
Bumby)
Re: Did you switch from Windows to Linux? (John Thompson)
Re: chgmod:command not found ("muzh")
Re: SuSE-6.1 KDE (Kbase) Update Broken Link? (Marc Mutz)
Re: Linux only use 1% of my CPU??? (Gary Hallock)
Root Window Fun. (Crimson Maw)
Re: linking problem with gcc 2.7.2.3 (Matt)
Re: Network unreachable (JM)
Re: CLI text editor for Windows (NF Stevens)
Re: Linux only use 1% of my CPU??? ("Sreenivasa Sista")
----------------------------------------------------------------------------
From: Warren Young <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.networking
Subject: Re: Strange reboot...
Date: Thu, 22 Jul 1999 14:42:00 -0600
Antonio Santos wrote:
>
> a firewall at the faculty, but I've set up all the possible (?) security
> configurations I know (no unecessary daemons, tcp wrappers, etc). This
Is APM enabled in the kernel? Is apmd running? That can shut the
system down under some circumstances.
> the pids were getting higher and higher...
This is normal. The kernel assigns PIDs in order, only reusing them
when it's hit the upper limit and must restart at the bottom.
This is a good feature, because otherwise, you could accidentally kill
processes that you don't mean to. Imagine: a runaway copy of Netscape
needs to be killed, and it's PID is 423. You kill it.
Then, awhile later, you need to kill something else, so you scroll back
in bash to the previous kill command. Instead of changing the PID, you
erroneously just hit Enter. (It happens.) Unless your system is
creating and destroying processes at a horrendous rate, this won't hurt
anything, because nothing will be using PID 423. It'll probably take
hours or days before the system gets back around to using it.
--
= Warren -- See the *ix pages at http://www.cyberport.com/~tangent/ix/
=
= ICBM Address: 36.8274040 N, 108.0204086 W, alt. 1714m
------------------------------
From: [EMAIL PROTECTED] (Kris)
Subject: Re: Offline Newsreading
Date: Thu, 22 Jul 1999 21:03:18 GMT
Hermann spoke thusly...
>Is there a good offline newsreader anywhere?
>I need COMPLETE installation instructions if the answer is yes.
Leafnode & slrn. The default leafnode config file is self-documented.
'fetch -vv' to get list of newsgroups.
Read placeholder message in newsreader which points to localhost.
Run 'fetch -vv' again to get messages in groups which you've read.
Rinse, and repeat.
Just whack fetch in your ip-up script for it to do it's thing
automatically.
>Please mail me.
Post to the group, get replies on the group. Qba'g yvxr vg? Gbhtu.
--
Kris
[EMAIL PROTECTED]
------------------------------
From: Yan Seiner <[EMAIL PROTECTED]>
Subject: Which printers to use with Linux
Date: Thu, 22 Jul 1999 16:25:56 -0400
Any color laser printers out there that work with Linux?
Here's what I'm looking for:
Postscript L2, ability to connect to 100Bt ethernet, name brand, can be
run from a linux server
Thanks.
Yan
--
__ __
| / /
/------/
-- / \ / \ --
/ /\ \ / /\ \
| / | \/--|-- |
\ / \ /
~~ ~~
"The older I get, the faster I was."
------------------------------
From: [EMAIL PROTECTED] (brian moore)
Subject: Re: Spanning Compressed Image
Date: 22 Jul 1999 21:40:36 GMT
On Thu, 22 Jul 1999 08:21:12 -0400,
Edward Ned Harvey <[EMAIL PROTECTED]> wrote:
> I want to compress files, and span the compressed image(s) across several
> disks. g(un)zip and tar don't seem to have the capabilities to do that.
> Can anybody suggest how to do this?
You mean other than:
tar -Mczf /dev/fd0 something
That works fine for me.
>From the tar man page:
-M, --multi-volume
create/list/extract multi-volume archive
--
Brian Moore | Of course vi is God's editor.
Sysadmin, C/Perl Hacker | If He used Emacs, He'd still be waiting
Usenet Vandal | for it to load on the seventh day.
Netscum, Bane of Elves.
------------------------------
From: "Mikeg" <[EMAIL PROTECTED]>
Subject: chgmod:command not found
Date: Thu, 22 Jul 1999 15:30:53 -0700
I am new to Unix and Linux. I am taking an online course, and ran into a
problem. I'm on the chgmod command exercise. When I try it I get
chgmod:command not found.
I'm logged in as root. This is RedHat ver6. Everything else has worked so
far. I can't man chgmod either.
Does anyone know what might be wrong, or what I may be doing wrong?
Thanx in advance,
MikeG
------------------------------
From: Bruce Stephens <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Linux only use 1% of my CPU???
Date: 22 Jul 1999 23:28:46 +0100
"Sreenivasa Sista" <[EMAIL PROTECTED]> writes:
> You may also try increasing the priority level to the maximum
> possible. You can do this using "nice". Find out more about nice
> using "man nice".
If it's pretty much the only active process, and if it's getting 1%
CPU time, in state "D", then changing it's priority isn't going to
have any effect---there's something wrong.
------------------------------
From: Andy Johnson <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware,comp.os.linux.setup
Subject: Autoloading CD modules
Date: Thu, 22 Jul 1999 16:16:18 -0500
I _finally_ figured out the order I have to manually insmod modules to
get the CD to mount without the OOPS 0002. What I really want to know
is what I have to put in the /etc/conf.modules to make this happen
automagically when I issue the mount command, just like my parallel port
zip drive does. The order I have to load them in now is: cdrom,
ide-cd, isofs, udf. Even better would be to get the SCSI drivers to
work on this CD, since it is a Ricoh 7040A CD-RW, so I could write to
it. Then the last thing would be to have the drive seen as read-write,
not just read-only. I have tried different flags when I mount, but none
will change it from mounting it as a read-only device. Any help there
also would be appreciated. BTW, its SuSE 6.1; kernel 2.2.7.
Andy Johnson
[EMAIL PROTECTED]
------------------------------
From: [EMAIL PROTECTED] (Xcott Craver)
Crossposted-To: comp.sys.mac.programmer.misc,comp.sys.be.misc,comp.unix.misc
Subject: Re: open systems?!? Re: Why does Apple not cooperate with Be?
Date: 22 Jul 1999 21:25:48 GMT
Scott Lindsey <[EMAIL PROTECTED]> wrote:
>
>I don't know about that.... but Daystar used to sell quad-604
>Macintoshes. The Mac clone business was killed by Apple, so no more.
Precisely my point of posts past: MacIntosh technology
used to be more advanced, thanks to the clone companies
who were subsequently pulled over for speeding.
Apple was losing hardware sales _and_ face by opening their
market to cloners, who immediately started manufacturing
parallel hardware and other state-of-the-art stuff. Apple's
clone killing was probably good for business, but it was a
deliberate step backwards technologically.
>I can't imagine that Apple sells any right now, because all of their
>current systems are PPC 750's, which multi-process about as well as the
>603 in the BeBox (not well). Future Macs based on a different processor
>should support multiple processors.
As I understand it, the 750 is only MEI. In any case, I
won't bet on Apple making parallel machines even when a faster
MESI processor (G4?) rolls around, because, apparently, when
faced with market pressures to keep current, Apple's strategy
is to eliminate the pressures and go back to sleep.
Anyway, this guy tells me I can find them now at www.apple.com.
He's from the University of Chicago, too, so he's way smarter
than me. Let's all listen closely to his reponse, on which
he seems to be spending an awful lot of time.
>Check out Gobe Productive at <http://www.gobe.com/>
Hear, hear!
-Caj
------------------------------
From: "Otha Stubblefield" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Netscape / Acrobat 4.0 Problem
Date: Thu, 22 Jul 1999 14:38:05 -0700
I have installed Redhat6.0 with the 2.2.5-15 kernel, on a Pentium 20 with
64M. I've installed Netscape with the Gnome stuff, but wanted Acrobat as a
plug-in. I've downloaded 4.0, but I have not been successful getting
Netscape to run acrobat when a PDF file comes up. Also, when I run Acrobat
manually, the document is in distorted color. Can anyone else share a
positive experience and/or solution?
------------------------------
From: [EMAIL PROTECTED] (Ron Gibson)
Subject: lpr and print problem
Date: 22 Jul 1999 22:06:48 GMT
I get this error on a new install of Slackware 4.0 when using
lpr -p <filename>
unable to get official name of for local machine
How do I correct this?
I used the same command I always have and have never seen this before.
email: [EMAIL PROTECTED]
------------------------------
Date: Fri, 23 Jul 1999 00:24:58 +0200
From: Marc Mutz <[EMAIL PROTECTED]>
Subject: Re: Encypted filesystems on /dev/loop
1.) des is broken in 2.2.10-i4 but don't use any patch before that (see
FAQ in /usr/src/linux/Documentaion/cipher/ for why - hint: moving
loopback files)
2.) I'm in the process of writing the corresponding mini-HOWTO. This is
what I did to make a ~/crypto dir in my $HOME that I can mount and
umount as I like:
a) download patch
b) patch kernel
c) make config. The Options are scattered. Below 'networking options'
there are some (which I did not use) and under 'block devices' are the
really important ones: Loopback support and the one about'use rel. block
numbers ... (RECOMMENDED)' (only avail. from 2.2.10-i4 up). Then select
_one_ cipher under 'ciphers'. I used serpent, because i is (c)-free and
has a help text stating that :-)
d) make dep, ... like always, /sbin/lilo
e) get sources of util-linux2.9.t (otr higher) from
ftp.*.kernel.org/pub/linux/utils/util-linux/ (or similar), inflate and
patch with the patch in the same dir as the FAQ. (version numbers
mismatch irrelevant)
READ file INSTALL, you can totally destroy your system!! Hence: edit
file MCONFIG, such that no authentication tools (login, passwd, init,
etc) are built (i.e. set most HAVE_* variables to 'yes'). Then do
./configure;make;make install
f) reboot
g) insert in /etc/fstab the following line:
<loop-file> <mount-point> ext2 defaults,noauto,user,loop 0 0
h) chmod a+wr /dev/loop*
i) as user:
dd if=/dev/zero of=<loop-file> bs=1k count=...
/sbin/losetup -e serpent /dev/loop0 <loop-file>
(give a passwd, be careful: only one chance, no 2nd check)
mkdir <mount-point>; chmod go= -R <mount-point>
(as root?) mke2fs /dev/loop0
(you have now an encrypted fs in <loop-file>, now we gonna destroy the
loopback device again, because mount will call losetup itself:)
/sbin/losetup -d /dev/loop0
mount <mount-point>
<do things>
umount <mount-point>
Have fun!
Remember that you cannot change the password once you set it in i), cmd
2.
100k is maybe too little, try 1M.
Marc
--
Marc Mutz <[EMAIL PROTECTED]> http://marc.mutz.com/
University of Bielefeld, Dep. of Mathematics / Dep. of Physics
PGP-keyID's: 0xd46ce9ab (RSA), 0x7ae55b9e (DSS/DH)
------------------------------
From: [EMAIL PROTECTED] (Richard Bumby)
Crossposted-To: comp.os.linux.setup
Subject: Re: Iomega ZIP parallel zip drive under red hat linux 6.0 problem solved
Date: 22 Jul 1999 17:47:01 -0400
Phillip George Geiger <[EMAIL PROTECTED]> writes:
>In comp.os.linux.misc Steve Arnold <[EMAIL PROTECTED]> wrote:
>: Phillip George Geiger <[EMAIL PROTECTED]> wrote:
>: What dist/version are you running?
>It is, I believe, the newer of the 100 MB parallel port zip drives. I'm
>not at home now but the cable has "autodetect" or something like that written
>on it. The OS is Red Hat 6.0 with the pre-compiled SMP kernel.
That is the cable they made for the ZipPlus, so you should use the imm driver.
>...
>I can't remember if someone told me, or if I just assumed, that if /dev/sda4
>wasn't a valid partition on my hard drive the ZIP drive would take it.
>(I would have bought a SCSI ZIP drive but I received it as a gift.)
I think that the drive is assigned the first available *letter*.
Your first scsi hard drive is /dev/sda; the second is /dev/sdb; ....
When you run out of real drives, the next letter should be used for
the Zip. On that device, the fourth partition is the one that Iomega
has preformatted.
>...
If the driver has been loaded, various logs will have been written.
Others have written about how you can find them. There is also a file
in /proc (I think it is called /proc/partitions) that will show all
partitions (and the disks containing them). Generally, /proc is the
place to look for an efficient statement of the current state of the
system. I think I once noticed that loading the driver while there
was no disk in the Zip drive will give an entry for the whole disk,
but no partitons identified until you force the system to read the
partition table. You can probably just ask to mount the partition
where you know it will be found, but fdisk definitely does read the
partition table, so it will teach the system all it needs to know
about the layout of a disk.
--
R. T. Bumby ** Rutgers Math || Amer. Math. Monthly Problems Editor 1992--1996
[EMAIL PROTECTED] ||
Telephone: [USA] 732-445-0277 (full-time message line) FAX 732-445-5530
------------------------------
From: John Thompson <[EMAIL PROTECTED]>
Subject: Re: Did you switch from Windows to Linux?
Date: Wed, 21 Jul 1999 16:42:56 -0600
"H.G. Hettinger" wrote:
> Ok. Any idea how I can learn how to create a good off-line threaded
> news reader to use under Linux? Any books that don't assume to much
> prior knowledge of Unix or linux?
Run a news server on your linux machine, feed it from your
ISP and read off-line through the loopback interface with
the news reader of your choice. If your needs are simple (a
handful of groups and users) leafnode ought to suffice. If
they are more complex then you may want to run a full-blown
news server like inn.
--
-John ([EMAIL PROTECTED])
------------------------------
From: "muzh" <[EMAIL PROTECTED]>
Subject: Re: chgmod:command not found
Date: Fri, 23 Jul 1999 10:35:50 +1200
I think the command is chmod
Linux is very particular about spelling, UPEER-lower case, etc --
Mikeg <[EMAIL PROTECTED]> wrote in message
news:7n8628$[EMAIL PROTECTED]...
> I am new to Unix and Linux. I am taking an online course, and ran into a
> problem. I'm on the chgmod command exercise. When I try it I get
> chgmod:command not found.
>
> I'm logged in as root. This is RedHat ver6. Everything else has worked
so
> far. I can't man chgmod either.
>
> Does anyone know what might be wrong, or what I may be doing wrong?
>
> Thanx in advance,
>
> MikeG
>
>
------------------------------
Date: Thu, 22 Jul 1999 23:55:41 +0200
From: Marc Mutz <[EMAIL PROTECTED]>
Subject: Re: SuSE-6.1 KDE (Kbase) Update Broken Link?
Shall I?
No, I guess one 'SuSE sucks' per week is enough - oops: don it again
/blame/
Marc
--
Marc Mutz <[EMAIL PROTECTED]> http://marc.mutz.com/
University of Bielefeld, Dep. of Mathematics / Dep. of Physics
PGP-keyID's: 0xd46ce9ab (RSA), 0x7ae55b9e (DSS/DH)
------------------------------
Date: Thu, 22 Jul 1999 19:05:03 -0400
From: Gary Hallock <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Linux only use 1% of my CPU???
"Paul Y. Peng" wrote:
> Dear Linux users,
>
> Recently we have a linux machine (PII450MHZ with 512MB RAM and
> 1GB swap space) with Redhat linux 6.0. However, I found the machine
> was very unreasonably slow sometimes when I run a few NOT big
> programs. So I run the these programs again and at the same time I
> used top to check the usage of CPU. Then surprisingly I found that
> Linux only allocated about 1% of CPU to the programs and most of
> time the STAT of the programs is always "D" which means
> "uninterruptible sleep"! I checked through the job list and none of
> other jobs were running when the programs were launched, and I am
> quite sure I was the only user on the machine. How can Linux manage
> CPU in such a way? What was the 99% CPU used for? I never see such
> a thing in DEC alpha or Sun Solaris.
>
> It seems there is something running behind which uses much of CPU
> but doesn't show up in top? How can I ask linux to use all CPU for
> my programs? Is there any configuration wrong in the system?
> Thank you for your help.
>
> Paul.
Just a guess, but what does top say about the amount of available and
used memory?
If Linux didn't recognize all of your memory and the programs run
needed at lot, you
could be paging to death. I have heard of cases where Linux will not
see all memory
by default. There is a way to tell it how much memory you have but I
don't recall how you do it.
Gary
------------------------------
From: Crimson Maw <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Root Window Fun.
Date: Thu, 22 Jul 1999 10:11:40 -0700
I need a command that can display JPGs on the root window for X11R6. Xli
dosen't work and xpmroot only works for XPM files ARGH!
===============================================================================
"Classic moves staright out of Sun Tzu's 'The Art of War'...
Or my book 'Branagans Big Book of War'"
-Zack Branagan
[EMAIL PROTECTED] ICQ - SadisticWolf 27527266 AIM - GrayWlfLLC
http://www.angelfire.com/de/SadisticWolf/Index.html
===============================================================================
------------------------------
From: Matt <[EMAIL PROTECTED]>
Subject: Re: linking problem with gcc 2.7.2.3
Date: Fri, 23 Jul 1999 00:01:33 +0100
Fixed problem re-ran the patch and makefiles again.
The main problems were that the files in genunix/uknown
were identical to the UNIXUser.c and UNIXUserEnumeration.c
Also the following helped.
#ifdef __GLIBC__
if (getpwnam_r (logname, &value, buf, sizeof buf, NULL) == 0) {
#else
if (getpwnam_r (logname, &value, buf, sizeof buf) == 0) {
#endif
All is working well now.
Matt wrote:
>
> Hi,
>
> I am having some major problems compiling and lniking the
> javawebserver 1.1.3 in linux SuSE6.1 (glib2.0.7)
>
> All seems to be going well however when the libserver.so
> file is being created the 'make' fails.
>
> Does anyone know why and how I can correct it please ?
>
> Many thanks
>
> Matt
>
> bash-2.02# cc -v
> Reading specs from /usr/lib/gcc-lib/i486-linux/2.7.2.3/specs
> gcc version 2.7.2.3
>
> make -fd jws_inst.mk install
>
> [snip]....
>
> Finished dependencies of target file
> `genunix/unknown/com_sun_server_realm_unix_UNIXUserEnumeration.o'.
> Dependency
> `genunix/com_sun_server_realm_unix_UNIXUserEnumeration.c' is older than
> dependent
> `genunix/unknown/com_sun_server_realm_unix_UNIXUserEnumeration.o'.
> No need to remake target
> `genunix/unknown/com_sun_server_realm_unix_UNIXUserEnumeration.o'.
> Finished dependencies of target file `genunix/unknown/libserver.so'.
> Must remake target `genunix/unknown/libserver.so'.
> cc -shared -fPIC -Igenunix -I/usr/lib/jdk1.1.7/include
> -I/usr/lib/jdk1.1.7/include/genunix -o genunix/unknown/libserver.so
> genunix/unknown/server.o genunix/unknown/UNIXUser.o
> genunix/unknown/UNIXUserEnumeration.o
> genunix/unknown/com_sun_server_ServerProcess.o
> genunix/unknown/com_sun_server_realm_unix_UNIXUser.o
> genunix/unknown/com_sun_server_realm_unix_UNIXUserEnumeration.o
> Putting child 0x0806f210 PID 00857 on the chain.
> Live child 0x0806f210 PID 857
> genunix/unknown/com_sun_server_realm_unix_UNIXUser.o: In function
> `com_sun_server_realm_unix_UNIXUser_loadFromPasswd':
> genunix/unknown/com_sun_server_realm_unix_UNIXUser.o(.text+0x0):
> multiple definition of
> `com_sun_server_realm_unix_UNIXUser_loadFromPasswd'
> genunix/unknown/UNIXUser.o(.text+0x0): first defined here
> genunix/unknown/com_sun_server_realm_unix_UNIXUser.o: In function
> `com_sun_server_realm_unix_UNIXUser_checkCrypt':
> genunix/unknown/com_sun_server_realm_unix_UNIXUser.o(.text+0xd0):
> multiple definition of `com_sun_server_realm_unix_UNIXUser_checkCrypt'
> genunix/unknown/UNIXUser.o(.text+0xd0): first defined here
> genunix/unknown/com_sun_server_realm_unix_UNIXUserEnumeration.o: In
> function `com_sun_server_realm_unix_UNIXUserEnumeration_setpwent':
> genunix/unknown/com_sun_server_realm_unix_UNIXUserEnumeration.o(.text+0x0):
> multiple definition of
> `com_sun_server_realm_unix_UNIXUserEnumeration_setpwent'
> genunix/unknown/UNIXUserEnumeration.o(.text+0x0): first defined here
> genunix/unknown/com_sun_server_realm_unix_UNIXUserEnumeration.o: In
> function
> `com_sun_server_realm_unix_UNIXUserEnumeration_getNextUserName':
> genunix/unknown/com_sun_server_realm_unix_UNIXUserEnumeration.o(.text+0x20):
> multiple definition of
> `com_sun_server_realm_unix_UNIXUserEnumeration_getNextUserName'
> genunix/unknown/UNIXUserEnumeration.o(.text+0x20): first defined here
> Got a SIGCHLD; 1 unreaped children.
> Reaping losing child 0x0806f210 PID 857
> make: *** [genunix/unknown/libserver.so] Error 1
> Removing child 0x0806f210 PID 857 from chain.
>
> My make file..
>
> ###################################################
> # @(#)Makefile.sol 1.11 97/11/06
> #
> # Solaris-specific makefile for building optional native library
> support.
> # Use this as a starting point for porting to other UNIX platforms.
> #
> # Path to top of Java Web Server distribution tree
> TOP = ..
>
> # Name of the library we're making (given to System.loadLibrary)
> LIBNAME = server
>
> # Location of Java Developer's Kit (and runtime)
> JAVA_HOME=/usr/lib/jdk1.1.7
>
> # Java runtime flags
> JAVAH=$(JAVA_HOME)/bin/javah
>
>CLASSPATH=$(TOP)/classes:$(TOP)/lib/classes.zip:$(JAVA_HOME)/classes:$(JAVA_HOME)/lib/classes.zip
>
> # OS and machine type
> OS = genunix
> ARCH = unknown
> OBJ = $(OS)/$(ARCH)
>
> # Preprocessor, compiler, linker, and related flags
> CC = cc
> CFLAGS = -shared -fPIC
> CPPFLAGS = -I$(OS) -I$(JAVA_HOME)/include
> -I$(JAVA_HOME)/include/$(OS)
> LDFLAGS = #-G -h $(LIBNAME)
> INSTALL = /usr/bin/install
>
> LIBDIR = $(TOP)/lib/$(OBJ)
>
> LIBRARY = $(OBJ)/lib$(LIBNAME).so
> OBJS = $(OBJ)/server.o \
> $(OBJ)/UNIXUser.o \
> $(OBJ)/UNIXUserEnumeration.o \
> $(OBJ)/com_sun_server_ServerProcess.o \
> $(OBJ)/com_sun_server_realm_unix_UNIXUser.o \
> $(OBJ)/com_sun_server_realm_unix_UNIXUserEnumeration.o
>
> default all: $(LIBRARY)
>
> $(LIBRARY): $(OBJS)
> $(LINK.c) -o $@ $(OBJS)
>
> $(OBJ)/server.o: server.c $(OS)/com_sun_server_ServerProcess.h
> $(COMPILE.c) -o $@ server.c
>
> $(OBJ)/UNIXUser.o: UNIXUser.c $(OS)/com_sun_server_realm_unix_UNIXUser.h
> $(COMPILE.c) -o $@ UNIXUser.c
>
> $(OBJ)/UNIXUserEnumeration.o: UNIXUserEnumeration.c \
> $(OS)/com_sun_server_realm_unix_UNIXUserEnumeration.h
> $(COMPILE.c) -o $@ UNIXUserEnumeration.c
>
> $(OBJ)/com_sun_server_ServerProcess.o:
> $(OS)/com_sun_server_ServerProcess.c
> $(COMPILE.c) -o $@ $(OS)/com_sun_server_ServerProcess.c
>
> $(OS)/com_sun_server_ServerProcess.c:
> $(JAVAH) -d $(OS) -classpath $(CLASSPATH) -stubs
> com.sun.server.ServerProcess
>
> $(OS)/com_sun_server_ServerProcess.h:
> $(JAVAH) -d $(OS) -classpath $(CLASSPATH)
> com.sun.server.ServerProcess
>
> $(OBJ)/com_sun_server_realm_unix_UNIXUser.o:
> $(OS)/com_sun_server_realm_unix_UNIXUser.c
> $(COMPILE.c) -o $@ $(OS)/com_sun_server_realm_unix_UNIXUser.c
> $(OS)/com_sun_server_realm_unix_UNIXUser.c:
> $(JAVAH) -d $(OS) -classpath $(CLASSPATH) \
> -stubs com.sun.server.realm.unix.UNIXUser
> $(OS)/com_sun_server_realm_unix_UNIXUser.h:
> $(JAVAH) -d $(OS) -classpath $(CLASSPATH)
> com.sun.server.realm.unix.UNIXUser
>
> $(OBJ)/com_sun_server_realm_unix_UNIXUserEnumeration.o: \
> $(OS)/com_sun_server_realm_unix_UNIXUserEnumeration.c
> $(COMPILE.c) -o $@
> $(OS)/com_sun_server_realm_unix_UNIXUserEnumeration.c
> $(OS)/com_sun_server_realm_unix_UNIXUserEnumeration.c:
> $(JAVAH) -d $(OS) -classpath $(CLASSPATH) \
> -stubs com.sun.server.realm.unix.UNIXUserEnumeration
> $(OS)/com_sun_server_realm_unix_UNIXUserEnumeration.h:
> $(JAVAH) -d $(OS) -classpath $(CLASSPATH) \
> com.sun.server.realm.unix.UNIXUserEnumeration
>
> install: $(LIBRARY)
> $(INSTALL) -d $(LIBDIR)
> $(INSTALL) -c $(LIBRARY) $(LIBDIR)
>
> clean:
> rm -rf $(OS)
>
> .INIT:
> -@mkdir -p $(OBJ)
>
> .KEEP_STATE:
------------------------------
From: JM <[EMAIL PROTECTED]>
Subject: Re: Network unreachable
Date: Thu, 22 Jul 1999 18:46:59 GMT
Do check the following things first:
- run the command 'dmesg | more ' which will show you the system
boot messages - scan it carefully to see if it says anything about SMC
ultra or eth0 (or NE*000 and if what it says looks good - not 'error' etc
- would help to post that section here, if there is..)
- if nothing good about these show up, you probably don't have the card
module in the kernel ; you may opt to recompile the kernel with SMC
support
or try and find the appropriate module and load it using insmod
(can someone help him on how to 'find' it - modprobe?)
- Once the hardware is detected, see that your etc/hosts has a valid
127.0.0.1 entry which is identified as localhost (optionally .localdomain
or
anything else)
- Assuming Redhat 5+, check the /etc/sysconfig/network-scripts/ifcfg-eth0
and /etc/sysconfig/network and post its contents...
- Post an output of running 'ifconfig' and 'route -n'
That'll help to diagnose the problem better
JM
"J.N. Subrahmanyam" wrote:
> Dear friends,
> I just installed linux from the redhat CD. Everything except the Network
> part is working fine.
>
> When i ping it is saying that network is unreachable. Even
> if i ping to the local machine, it is saying network is unreachable.
>
> My Network card is SMC-ultra, eth0.
>
> Could somebody give me solution to this.
>
> Thanks,
> subbu
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
------------------------------
From: [EMAIL PROTECTED] (NF Stevens)
Subject: Re: CLI text editor for Windows
Date: Thu, 22 Jul 1999 23:51:39 GMT
"Brent Davies" <[EMAIL PROTECTED]> wrote:
>I know that this is a Linux group, so please don't flame me for the posting.
>I'm asking here because the UNIX community seems to know a lot more about
>software packages than does the Windows community.
>
>I have 4 Linux servers and 1 NT Server (NT required by my client). I have
>SSH running on the NT Server (Just figured it out) and I need to CLI text
>editor for NT. I'm figuring that any such animal would probably be a port
>from UNIX.
>
>Does anyone know of a text editor, like PICO of VI, that has been ported to
>NT? Since even the DOS editor requires graphics to run, I can't use it over
>an SSH session.
>
vim has been ported to windows (www.vim.org) but I think it uses
the microsoft console interface rather than outputting escape
sequences on stdout so probably wont work for you.
Norman
------------------------------
From: "Sreenivasa Sista" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Linux only use 1% of my CPU???
Date: Thu, 22 Jul 1999 22:03:55 GMT
You may also try increasing the priority level to the maximum possible. You
can do this using "nice". Find out more about nice using "man nice".
Sreenivasa
Bruce Stephens <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> "Paul Y. Peng" <[EMAIL PROTECTED]> writes:
>
> > Recently we have a linux machine (PII450MHZ with 512MB RAM and 1GB
> > swap space) with Redhat linux 6.0.
>
> That should be enough for most things!
>
> > However, I found the machine was very unreasonably slow sometimes
> > when I run a few NOT big programs. So I run the these programs again
> > and at the same time I used top to check the usage of CPU. Then
> > surprisingly I found that Linux only allocated about 1% of CPU to
> > the programs and most of time the STAT of the programs is always "D"
> > which means "uninterruptible sleep"!
>
> Typically (almost always) that means the process is waiting for disc
> activity to complete. What are the programs doing? Does top report
> the right amount of memory? What sort of discs are you using? Is
> there anything wrong with them?
>
> Is there any strange logging happening? (In /var/log/messages,
> probably.) For example, if the kernel were logging *lots* of stuff,
> then that wouldn't appear in top, but might well result in your
> programs not being able to access the discs so easily.
>
> What happens if you do something else---for example, how long does a
> kernel recompile take? (Should be of the order of a couple of
> minutes.)
------------------------------
** 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
******************************