Re: boot error L 80 80 80 80 80

1998-05-03 Thread Phil Risby

ark wrote:
background: i had redhat 4.1 installed on a 2.1 gig
eide hdd in a
carrier running in a dell p200. all runs fine. i wished to have a
dedicated linux machine and tried to put the disk into a digital p75.
when i went to boot linux i got the 'LI' error. i read a number of
posts to this list and the 'unleashed' book to no avail. i thought
it
would be a good idea and just upgraded to redhat 4.2 with the cd
included in the redhat linux "unleashed" book.

now the problem is a "L 80 80 80 80 80" recurring error on boot.
Hmmm Sems to be that your new host machine has your old drive in a new
locationIs it the only drive or is it a slave on on another controller
For your swap tp work LILO looks in the same place as befors and so
the drive must be in the same place as before (eg /dev/hda)
The 80 80 bit is I think that the drive isnt ready. media or drive
failure.
May be wrong here, check you put jumpers correct and so forth
Data cable is on right etc,.
Phil


i am a relative newbie.

any ideas?

tia
mark
--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Mark Lewis : [EMAIL PROTECTED]
Email to SMS : [EMAIL PROTECTED]
Home Page : http://rk.to
Nokia Email : [EMAIL PROTECTED]
GSM Phone  SMS : +44(0)498 788388 GSM Fax
: +44(0)498 789023
Full Signature : http://rk.to/sig.txt
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

--
 PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST
ARCHIVES!
http://www.redhat.com/RedHat-FAQ
/RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail
[EMAIL PROTECTED] with

"unsubscribe" as the Subject.

--
email at [EMAIL PROTECTED] and at [EMAIL PROTECTED]
This message was sent using Linux 2.0 power!
Where do you want to go tomorrow?
_



Re: Bug? - Priorities/disk access

1998-05-03 Thread William T Wilson

On Sun, 3 May 1998, David E. Fox wrote:

 If you want to specifically tell the system to run your process only
 when not doing anything else, then use 'nice -19' rather than 'nice'.

Unfortunately, you have the numbers backward.  Negative numbers have a
HIGHER priority than regular processes.  You want nice 20, not nice -19.
:)


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: error running /usr/bin/who (memory exhausted??)

1998-05-03 Thread William T Wilson

On Sun, 3 May 1998, macker wrote:

 i'm having a problem with /usr/bin/who .. it keeps failing.  i've seen
...
 who: Memory exhausted

who does this when your wtmp/utmp files get too large.  The best solution
is to use w, which is a little more robust, or clean out your utmp/wtmp
files periodically.  (which will make funny things happen for anyone who
is logged in at the time). 



-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: error running /usr/bin/who (memory exhausted??)

1998-05-03 Thread macker

On Sun, 3 May 1998, William T Wilson wrote:

 On Sun, 3 May 1998, macker wrote:
 
  i'm having a problem with /usr/bin/who .. it keeps failing.  i've seen
 ...
  who: Memory exhausted
 
 who does this when your wtmp/utmp files get too large.  The best solution
 is to use w, which is a little more robust, or clean out your utmp/wtmp
 files periodically.  (which will make funny things happen for anyone who
 is logged in at the time). 

[macker@shell macker]$ ls -l /var/log/wtmp /var/run/utmp
-rw-r--r--   1 root root   279936 May  3 15:54 /var/log/wtmp
-rw-r--r--   1 root root97536 May  3 15:54 /var/run/utmp

280k is too big?  The last rotated wtmp was 3 meg...

Also, the particular reason this comes to my attention (besides one or two
user complaints) is a script that uses 'who'... :)

WHO="/usr/bin/who"
export WHO
U=`$WHO | $WC`

what would be the best way to do this?  pipe the output into grep to strip
the headers?  also, would it be hard to take w and simplify it's output to
match that of who, maybe via an argument and check to see what it was
called as so a symlink to who for it would be equiv to calling it with
the arg?


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




RE: Window manager change??

1998-05-03 Thread Hoe-Teck Wee

Hello, jdk.

 instructions anywhere on what I need to change to make X load a different
 window manager than the Fvwm that cam on my RH5.0 CD.

This method will allow u to set a diff wm for each user .. Create a script
named ~/.Xclients as follows:

---

#!/bin/bash


# -*- sh -*-   #
#  #
# ~/.Xclients: used by startx (xinit) to start up a window manager and #
# any other clients you always want to start an X session with.#
#  #
# feel free to edit this file to suit your needs.  #


exec afterstep

---

That's 'bout it !! :)

 Also, can anyone tell me how I am supposed to get my PPP connection when I am
 not logged in as root?

/sbin/ifup ppp0, provided that you had set "USERCTL=yes" in
/etc/sysconfig/network-scripts/ifcfg-ppp0.

/sbin/ifdown ppp0 to shutdown the connection.

Hope that helps.

- hoeteck


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




RE: KDE beta 4

1998-05-03 Thread Hoe-Teck Wee

Hello.

On 03-May-98 Ruud de Bruin wrote:
 I have problems with installing KDE Beta 4. Whenever I execure KDE with
 `startkde`, I receive the error message:
 
 error in loading shared libraries
 libg++.so.27: cannot open shared object file: No such file or directory.

Did you install the libg++ libraries? Try doing a # /sbin/ldconfig -p | grep
"g++" to confirm. Or do # rpm -qf /usr/lib/libg++.so to check if you have
installed the rpm. If not, install the libg++-devel-2.7.2.8-6 rpm. That should
solve the problem. Cheers !!

- hoeteck



-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




RE: c/c++ under linux

1998-05-03 Thread Dave Wreski


 On Sun, 03 May 1998, Sahar Nitzan wrote:
 That is exactly my problem .
 With commands like printf,scanf etc. I don't have any problem, but with the 
clrscr() function
  which clear the screen in dos -doesn't seem to work under linux why ?
 
 Because Linux is not DOS. clrscr() is a DOS-only function. You can get
 similar functionality from the ncurses library, though.

Actually... :)

Never used it, but happen to remember there being some DOS replacement
libs at sunsite.  The !INDEX says:

bgi_library.tar.gz   bgi compatible graphics library

Find it at sunsite.unc.edu:/pub/Linux/libs/graphics.  Nevertheless, a real
ncurses implementation will be best for anything but the smallest
applications.

Dave



-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Caching server setup options

1998-05-03 Thread Chris Frost

I've just enabled the apache caching server for our home lan, and was
wondering why things are only cached for seconds at a time, and only up to
5k (doesn't seem like it would help much). Are these settings just the
ones that stay in ram, while most of the caching is done on the hard
drive, or is the intended purpose really only for 5k?

Chris
- Visit Me At http://home.hiwaay.net/~jfrost -

-- For My Public PGP Key Visit http://home.hiwaay.net/~jfrost/pgp_key.txt --


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




IRQ woes

1998-05-03 Thread Brian C Hand

Hello,

I suspect I have I IRQ or Base Address Conflict regarding my NIC and
something else.  I was wondering how do I know what IRQ is Taken by what
devices and how would one find out?  Is there a linux or (gack!)
dos/windows app that shows you what is taking what and what's better what
two devices are conflicting?  I would prefer a linux solution however I
will take whatever I can get.

Thanks
Brian

Brian C. Hand
email : [EMAIL PROTECTED]
web page : http://www.squashduck.com/~bchand


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: IRQ woes

1998-05-03 Thread Dan Cyr


cat /proc/interrupts
Will give you irq's, but in most cases not everything in your system.

I suggest you download the dos driver file for your nic and if your lucky
(most have it), there will be a utility to change the irq, io, mem
addresses for the card.
Then just play around until you find a setting that works.


Dan

At 10:28 PM 5/3/1998 -0500, Brian C Hand wrote:
Hello,

I suspect I have I IRQ or Base Address Conflict regarding my NIC and
something else.  I was wondering how do I know what IRQ is Taken by what
devices and how would one find out?  Is there a linux or (gack!)
dos/windows app that shows you what is taking what and what's better what
two devices are conflicting?  I would prefer a linux solution however I
will take whatever I can get.

Thanks
Brian

Brian C. Hand
email : [EMAIL PROTECTED]
web page : http://www.squashduck.com/~bchand



-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: Metro-X, Xfree86 and X-Windows with AGP

1998-05-03 Thread Paul Fontenot

Try the XiGraphics Accelerated X server (www.xig.com) they have a list of
over 500 chipsets. I bet you find it there.

-Paul 

On Sun, 3 May 1998, Derek Navracruz wrote:

 To whom it may concern:
 
 I guess we can all books on how we were able to install Linux on our
 perspective computers.  After buying some books, reading newsgroups 
 and how-to's, I finally installed Linux along with Windows95 and
 WindowsNT4.  Thanks to everyone who indirectly helped.
 
 Now, I am trying to get XWindows to work with my Diamond Permedia 2 AGP
 card (Fire GL 1000 Pro).  I saw a howto on getting Linux to work with 3dfx
 cards but it did not mention AGP cards.  I tried basically every video
 driver on the list when I was configuring.  It can work with "Generic VGA'"
 but with no modes.  I can only get 256 colors and the screen resolution
 stinks.   
 
 Right now my best consolation is that at least I can use Linux and that
 over time there will probably be support.   The card rocks under Windows 95
 and NT4.   
 
 Thanks in advance for any suggestions,
 
 Derek
   
 
 
 
 
 -- 
   PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
 http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
  To unsubscribe: mail [EMAIL PROTECTED] with 
"unsubscribe" as the Subject.
 
 


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




GDBM

1998-05-03 Thread Paul Fontenot

Does anybody have a good location, or HOWTO for using this tool?

-Paul


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




RE: lilo additional memory

1998-05-03 Thread Maxwell Smart


On 02-May-98 Dave Watts wrote:
 I have 80M of RAM and would like Linux to see and use it. I have been
 following the mails regarding adding a line to the lilo.conf file, but I
 would like to know exactly where to put it in the file. The following is
 my lilo.conf file. If it makes a difference, could someone tell me
 exactly where the line should go that identifies the additional RAM?
 
 boot=/dev/hdb5
 map=/boot/map
 install=/boot/boot.b
 prompt
 timeout=50
 image=/boot/vmlinuz-2.0.31
 label=linux
--append="mem=80M"   --works fine right here for me
 root=/dev/hdb5
 read-only
 other=/dev/hda1
 label=dos
 table=/dev/hda

---
Who are the Brain Police?


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Maximal mount count reached

1998-05-03 Thread James Hartley

Hi,  I get the following  message at boot

Partition check:
hda: hda1
hdb: hdb1hdb2hdb3
VFS: Mounted root (ext2 filesystem) readonly
Adding Swap: 52412k swap-space
EXT2-fs warning: maximal mount count reached. running e2fsck is
recommended.


What does this mean?And which options are recommended for the e2fsck
command.  I don't want to hose my filesystems with the wrong options.

thanks.


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




RE: Looking for programs...

1998-05-03 Thread Tim Fairchild

 I'm looking for a cupple of programs for redhat linux5.0 and i was hoping you
 could help me. The programs I'm looking for is:
 
 1) a ftp program for down  uploading. Something like cuteftp

Filerunner works quite well. I use it to work on my web page. Available
from sunsite I think. I use it mostly for uploading. Netscape does most
of my downloads.
 
 2) a music program. I have a small keyboard connected to my comp, but sice
 I dropped M$-Windoze I have not been able to use it

I use Jazz to edit midi files, but it won't play them. I use the kde
midi player to play the files after I edit them with jazz. Some of those
keyboards are WS-WIN only unless it's a midi keyboard maybe... Not my
area.
 
 3) A program for making a homepage. I want to make a homepage and I would 
 like a program which allows me to make one more or less visually.

Depends on what you want to do. For basic WYSIWYG HTML editting,
netscape communicator is quite adequate. 
 
 4) I'm starting school soon, so I have to get a good wordprocessor. can anyone
 tell me what the major differences is between: StarOffice, ApplixWare and WP
 Which one could you reccoment and why 

Staroffice is quite nice but it's a big download and takes a lot of
resources and it's fairly slow. Still worth having, tho. For most of my
work I use Lyx (or the qt version Klyx) for the bulk of my wordpro work
as it has a lot of features and it's much much quicker. Then for
spreadsheet work I use Xesslite. 
 
tim


-- 
-
  Tim (I don't spell check) Fairchild
  Kuttabul, Queensland, Australia.
-
  mailto:[EMAIL PROTECTED]   
  http://www.home.aone.net.au/tims
-



-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: X windwos

1998-05-03 Thread ramon

 Hello everybody,
 I am new to this mail list .
 I have a problem with my new installed linux 4.
 When I am trining to start the x windwos ( startx,or xinit ) I get the resault 
like :
 Error 111 can't connect to server . - can any body help me with this ?

You have to give a little more description than this.


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: SANE-0.72 xcam w/ RedHat Linux 5.0

1998-05-03 Thread 73417 . 2023

On 4/29/98 David Smith [EMAIL PROTECTED] wrote:
make[1]: Entering directory `/usr/local/src/sane-0.72/backend'
gcc -c -I/usr/X11R6/include -I/usr/lib/glib/include -g -O2 -Wall
-DHAVE_CONFIG_H -I. -I. -I../include -I../include
-I/usr/X11R6/include -I/usr/lib/glib/include -D_GNU_SOURCE
-DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.d
-DPATH_SANE_DATA_DIR=/usr/local/share!
-DV_MAJOR=0 -DV_MINOR=72 -DBACKEND_NAME=umax -DLIBDIR=/usr/local/lib
-fPIC -DPIC umax.c
umax.c: In function `sane_umax_set_io_mode':
umax.c:5083: parse error at null character
umax.c:5084: warning: control reaches end of non-void function
make[1]: *** [umax.lo] Error 1
make[1]: Leaving directory `/usr/local/src/sane-0.72/backend'
make: *** [all-recursive] Error 1

Hmmm, I'm not sure.  Sounds like the file is corrupted (if I had
to guess).  If it were me, I would delete the source tree and try
re-extracting the tar file.  Your configure output matched mine
FWIW.

I done that twice already but it did not solve the problem. The error
happen in the same place both times after re-extracting the tar file.
 
   Anyway, I don't understand what is causing the compile error with the
   umax.c part of SANE. The only scanners that I have, is a Hewlett Packard
   4c flatbed and a Connectix QuickCAM.

Sane compiles all the backends even for hardware you may not have
since it doesn't make any attempt at compile time to detect hardware.

OK.

   On Fri, 1 May 1998 [EMAIL PROTECTED] wrote:
   OK, I have installed gtk+-0.99.10, which I downloaded from the
   RedHat ftp  site a few days ago. I removed the old gtk-0.99.
   that came with RedHat  Linux 5.0 so the control-panel is disabled
   now.

   You should get gtk+ 1.0 rpms from ftp.gimp.org since that is the
   official stable release.
   jason

I just download the new gtk+-1.0.0-1.rpm and installed it and I was able to
finally compile SANE-0.72-1 completely. It works great with my Hewlett
Packard ScanJet 4c flatbed scanner. However, with the Connectix Color
QuickCAM, it takes one frame and freezes for some reason. I have to kill the
xcam process to get out of it. The QuickCAM is connected to the lp1 (0x378
IRQ 12) parallel port. I have tried changing the config.qcam file from 0x378
to u0x378 but that did not solve the problem. Then I tried connecting the
QuickCAM to the lp0 (0x3BC IRQ 7) parallel port where I had my LaserJet II
printer connected and changed the config.qcam file from 0x3BC to u0x3BC
but xcam still froze. I would like to use the QuickCAM on the lp1 (0x378
IRQ 12) parallel port so I can have the LaserJet II printer connected to
lp0.

Do I have to modify the kernel and/or lp driver module to use IRQ 12 for
lp1?

Thank you again for helping me.

David Smith

Net-Tamer V 1.09.2  - Registered





-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




GNOME, RedHat Labs, and daily updates

1998-05-03 Thread Chris Frost

I know that the people at rhl have some script that gets the latest rpms
and installs them every morning...could I see this script? I'd like to do
the same myself but am not sure how to do the ftp part.

Thanks!
Chris
- Visit Me At http://home.hiwaay.net/~jfrost -

-- For My Public PGP Key Visit http://home.hiwaay.net/~jfrost/pgp_key.txt --


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: X windwos

1998-05-03 Thread Dan Cyr


Run /usr/X11R6/bin/Xconfigurator until you get it right.


Dan

At 12:32 PM 5/3/98 +0200, Sahar Nitzan wrote:
Hello everybody,
I am new to this mail list .
I have a problem with my new installed linux 4.
When I am trining to start the x windwos ( startx,or xinit ) I get the
resault like :
Error 111 can't connect to server . - can any body help me with this ?


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




X windwos

1998-05-03 Thread Sahar Nitzan

Hello everybody,
I am new to this mail list .
I have a problem with my new installed linux 4.
When I am trining to start the x windwos ( startx,or xinit ) I get the resault 
like :
Error 111 can't connect to server . - can any body help me with this ?


 application/ms-tnef


RE: lilo additional memory

1998-05-03 Thread Webmaster

What is the maximum Linux will use without making the changes discussed here? Just for 
curiosity, because I have 64M and want to be sure that I am using it all.

thanks

*** REPLY SEPARATOR ***

On 5/2/98, at 11:29 PM, Maxwell Smart  wrote:

On 02-May-98 Dave Watts wrote:
 I have 80M of RAM and would like Linux to see and use it. I have been
 following the mails regarding adding a line to the lilo.conf file, but I
 would like to know exactly where to put it in the file. The following is
 my lilo.conf file. If it makes a difference, could someone tell me
 exactly where the line should go that identifies the additional RAM?

 boot=/dev/hdb5
 map=/boot/map
 install=/boot/boot.b
 prompt
 timeout=50
 image=/boot/vmlinuz-2.0.31
 label=linux
--append="mem=80M"   --works fine right here for me
 root=/dev/hdb5
 read-only
 other=/dev/hda1
 label=dos
 table=/dev/hda

---
Who are the Brain Police?


--
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with
   "unsubscribe" as the Subject.

Luke D. Jefferies
Webmaster

LDJNET

Phone:  (902) 489-0408
Fax:(902) 435-6750
Www:http://ldjnet.com
E-mail: [EMAIL PROTECTED]


--
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with
   "unsubscribe" as the Subject.




Strange SCSI problem

1998-05-03 Thread Mike A. Lewis, CNE


New RH5.0 install.  AST Manhattan with Adaptec 2940UW controller (same
controller working with RH5.0 in another machine).

Earlier today, installed RH5.0 via FTP.  Absolutely no problems during
install.  After finishing installation, when rebooting, I get the
following:

Scsi: 0 hosts
Scsi: detected total
Partition check
Ramdisk: Compressed image found at block 0
Crc errorVFS: Cannot open root device 08:01
Kernel panic: VFS: Unable to mount root fs on 08:01


Any ideas ?

Thanks,
Mike


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




RE: lilo additional memory

1998-05-03 Thread Cristian Tibirna

On Sun, 3 May 1998, Webmaster wrote:

 What is the maximum Linux will use without making the changes discussed here? Just 
for curiosity, because I have 64M and want to be sure that I am using it all.
 
:-)))

1) at prompt type  `free` and read the output :-)

2) the maximum got by kernel without lilo hand wrestling is 64 Mb.
Hopefully this is gone in lastest beta kernel (don't shoot, I'm not sure,
not tested them, just heard about :-)

 thanks
 
You're welcome

Cristian


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




even more Network almost (we are really close)

1998-05-03 Thread James Hartley

Well I almost have it :-)I changed the IRQ on one of the hosts machines
and lo and behold  I can ping in both directions with no dropped packets.

However: I can only telnet or rlogin in one dirrection.  when I telnet or
rlogin from abraham.localdomain.nevada I can log on to
joseph.localdomain.nevada with the usual prompts.

But when I go the other direction I get

Trying 192.168.16.1
Connected to 192.168.16.1.
Escape character is '^]'.

Red Hat Linux release 4.1 (Vanderbilt)
Kernel 2.0.27 on an i586


I get no login prompt and eventually the connection times out.
why am I getting no login prompt

the same thing happens with rlogin.

This is the last thing I need to get this bear working. I hope someone can
help.

Everything on the other machine going to joseph works fine.

So far I have had to change IRQ's twice and pull the machines apart to disable
pnp.
the first IRQ change from 10 to 11 on joseph should have corrected the irq
problem, because as far as I know there were no other devices using it.
Changing it to 12 seems to have it partially working . This is getting to be a
real fight to do something trival.

Thank you all for your patience. :-)

Jimbo.




-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: lilo additional memory

1998-05-03 Thread Vidiot

What is the maximum Linux will use without making the changes discussed here? Just 
for curiosity, because I have 64M and want to be sure that I am using it all.

Anything higher than 64MB requires the entry.

MB
-- 
System Administrator - Finnigan FT/MS - Madison WI. URL:http://www.ftms.com/
e-mail: [EMAIL PROTECTED]
phone: (608) 273-8262 ext: 612  fax: (608) 273-8719
Visit - URL:http://www.vidiot.com/  (Your link to Star Trek and UPN)


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




RE: Strange SCSI problem

1998-05-03 Thread Mike A. Lewis, CNE


Actually, I believe it is the same NIC.  And again, there were
absolutely no problems during the install.

-Original Message-
From:   Dan Cyr [mailto:[EMAIL PROTECTED]]
Sent:   Sunday, May 03, 1998 1:44 AM
To: [EMAIL PROTECTED]; '[EMAIL PROTECTED]'
Subject:Re: Strange SCSI problem


No idea what would cause this but here's a way to get in and compile a
new
kernel and see if it works after that.

Put loadlin on a floppy disk, along with a kernel image file from the
other
system and run it like this;

loadlin vmlinuz root/dev/sda? ro

Of course it would help to have the same nic in both systems (or
recompile
on the working system a new kernel with support the the other's nic), to
get the new kernel in it. Of course you could always rar up a kernel
tree(file) and use floppies. =)

Good luck.


Dan

At 11:31 PM 5/2/98 -0700, Mike A. Lewis, CNE wrote:

New RH5.0 install.  AST Manhattan with Adaptec 2940UW controller (same
controller working with RH5.0 in another machine).

Earlier today, installed RH5.0 via FTP.  Absolutely no problems during
install.  After finishing installation, when rebooting, I get the
following:

Scsi: 0 hosts
Scsi: detected total
Partition check
Ramdisk: Compressed image found at block 0
Crc errorVFS: Cannot open root device 08:01
Kernel panic: VFS: Unable to mount root fs on 08:01


Any ideas ?

Thanks,
Mike


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST
ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips
/mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: Strange SCSI problem

1998-05-03 Thread Dan Cyr


No idea what would cause this but here's a way to get in and compile a new
kernel and see if it works after that.

Put loadlin on a floppy disk, along with a kernel image file from the other
system and run it like this;

loadlin vmlinuz root/dev/sda? ro

Of course it would help to have the same nic in both systems (or recompile
on the working system a new kernel with support the the other's nic), to
get the new kernel in it. Of course you could always rar up a kernel
tree(file) and use floppies. =)

Good luck.


Dan

At 11:31 PM 5/2/98 -0700, Mike A. Lewis, CNE wrote:

New RH5.0 install.  AST Manhattan with Adaptec 2940UW controller (same
controller working with RH5.0 in another machine).

Earlier today, installed RH5.0 via FTP.  Absolutely no problems during
install.  After finishing installation, when rebooting, I get the
following:

Scsi: 0 hosts
Scsi: detected total
Partition check
Ramdisk: Compressed image found at block 0
Crc errorVFS: Cannot open root device 08:01
Kernel panic: VFS: Unable to mount root fs on 08:01


Any ideas ?

Thanks,
Mike


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Graphics card continued

1998-05-03 Thread Michael

Hi 
Well, initially I wanted to buy the Millennium II card, but someone posted to
this list that he had experienced some problems with it, something about his
screen loosing an inch for some reason, so I have been looking some more at 
some Diamond cards.
Anyway, I would really appreciate it if some of the subscribers to this list who
have any experience with eighter a Diamond or a Millennium II card could give
me some feedback about their experience with it under Linux , both good and bad
( I'm using RH5.0 and running KDE ).
Also, if someone have another card which they can recommend then pleace give
me some feedback and tell me why you can reccommnd this particular card.

Thanks again for your help !


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




KDE beta 4

1998-05-03 Thread Ruud de Bruin

I have problems with installing KDE Beta 4. Whenever I execure KDE with
`startkde`, I receive the error message:

error in loading shared libraries
libg++.so.27: cannot open shared object file: No such file or directory.

Can somebody explain what is wrong? I installed KDE as follows:

1. Installed RedHat 5.0 from scratch (complete install)
2. Put in path: /opt/kde/bin and KDEDIR=/opt/kde
3. Installed qt-1.33-1rh5.rpm
4. Installed kdesupport-beta4-1.rpm and kdelibs-beta4-1.rpm
5. Installed the other KDE rpm's from libc6.

Regards, Ruud.

--
Next time you wave, use all your fingers.


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Missing libXm.so.1.2

1998-05-03 Thread Gianmaria Fontana di Sacculmino

Installing Netscape Communicator 4.04.rpm failed and I received an error 
from rpm that libXm.so.1.2 was missing. It isn't on my system: I searched 
under /usr/X11R6/lib and in all directories but isn't there.
I searched on the web and although I can find some pale traces of it, I 
couldn't find a place to download it.

Could somebody help pointing me to the right site ?
Once downloaded should I simply copy it in /usr/X11R6/lib ?

Thanking you,



Gianmaria Fontana di Sacculmino, Esq.

Bratislava, Slovakia
mailto:[EMAIL PROTECTED]
PGP Key available at keyservers 
*


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




re: ICQ

1998-05-03 Thread Ruud de Bruin


 I finally have the jdk-1.1.5 working on my machine.  Does anyone know how
 to setuup the scripts of ICQ for java (like ICQ.bat, and ICQ.cmd, these by
 default are setup to windows 95 eviorment variables and paths).
   Thanks,
   Dan Hughes

I picked up the jdk-1.1.5 rpm from ftp.redhat.com, installed it, picked up
the ICQ preview for Linux from www.mirabilis.com, untarred the file and
executed install. That's all ;)

I didn't have to change anything. All environment variables were proper
set already.  Only to enter my old ICQ number and password after the
connection ;) 

Regards, Ruud.

--
Next time you wave, use all your fingers.


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




xplaycd

1998-05-03 Thread Marco Shaw

Simple question?...How can I install xplaycd?  I have cdp installed but not
xplaycd...I have my computer set to start at runlevel 5 so it's not an issue
that X isn't installed.

Thanks,
Marco



-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: xdm

1998-05-03 Thread J. Jordana


On 30-Apr-98 [EMAIL PROTECTED] wrote:
[...]

 This happens no matter what I specify in my .xinitrc, .Xclients, or
 .xsession.  However, if I kill xdm and fire up X-windows via 'startx', I
 get the window manager that is specified in my .xinitrc.  I have checked
 the files in /etc/X11/xdm and can't seem to figure out why this is
 happening.  
 
 Does anyone have any suggestions on how to get xdm to work correctly for
 me?

I had the same problem which disapeared after adding these two lines to
my /usr/local/bin/startkde:

OO
#!/bin/sh
export KDEDIR=/usr/local ADDED
export PATH=$PATH:/usr/local/bin ADDED
DUMMY=${KDEDIR:?"KDEDIR is not set!"}

kaudioserver 
kfm 
kcontrol -init 

kbgndwm 
krootwm 
kpanel 

kwm
OO

(Adapt to your KDEDIR)

I have 'exec /usr/local/bin/startkde' in .Xclients
Hope it helps

-- 
jj [EMAIL PROTECTED]  
Linux gnawk.dial.eunet.es 2.0.33 #3 Wed Jan 28 23:10:30 CET 1998 i686



-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Bug? - Priorities/disk access

1998-05-03 Thread Troels Arvin

(The following message was posted to 
news://news.redhat.com/redhat.kernel.general on April 29 with 
message ID [EMAIL PROTECTED] - but something seems 
to be wrong with the news-server; the message is not there.)

I have a Linux box where the rc5des client is normally running 
(see http://www.distributed.net/rc5/).

However, I have now discovered the following weird behaviour 
which has made me kill the rc5des client. Unfortunately, I 
think that my findings show a more general problem.

When the rc5des software is not running, the following procedure 
takes around one minute:
time cat /dev/hda1 /dev/null
(CPU usage is around 30%)

When the rc5des software is running, the same procedure takes 
15 minutes ('time' reports CPU usage as 0%)

hda1 is an IDE disk (PIO4) of around 360 MB. The rc5des client 
has no relation to the partition whatsoever (the partition 
is not mounted at all).

I'm running the rc5des client as a special user - and at the 
lowest priority possible, I should think. I start the rc5des 
software with the following line in /etc/rc.d/rc.local:
usr/local/sbin/desstart 

desstart looks like this:
#!/bin/sh
su -c "cd /home/des; nice /home/des/rc5des /home/des/log-1
2/home/des/log-2" des

I have also tried this su line without any change in behaviour:
su -c "cd /home/des; nice /home/des/rc5des /home/des/log-1 21" des

(one line - again, my browser may have wrapped the line)

When I run top, I'm reassured that rc5des is running at low 
priority and as the special "des" user:
USER PRI  NI  SIZE  RSS SHARE STAT  LIB %CPU %MEM   TIME COMMAND
des   20  19   284  284   208 R N 0 98.0  0.9   0:12 rc5des
des0   0   736  736   540 S   0  0.0  2.3   0:00 su
des0   0   652  652   536 S   0  0.0  2.1   0:00 bash
des   19  19   284  284   208 S N 0  0.0  0.9   0:00 rc5des
des   19  19   284  284   208 S N 0  0.0  0.9   0:00 rc5des

As far as I know, the rc5des software should have extremely low 
priority and should not be able to influence performance in any 
way (except some memory usage).

However, the rc5des software seems to be able to slow down a 
root-initiated process (the cat command) by 1500%!

When rc5des is running and I'm cat'ing from hda1, 
/proc/cat's pric-ID/status presents like this in 19 
out of 20 tries:

Name:   cat
State:  D (disk sleep)
[cut]

Once in a while, I'm able to get a 
/proc/cat's pric-ID/status looking like this:

Name:   cat
State:  R (running)
[cut]

As soon as I kill rc5des, there seems to be a 1:1 relation 
between cat's status being D/R.

The system is Intel-Redhat 5.0 with all the latest official 
Redhat updates.

I have tried with Redhat's latest kernel sources. I have 
tried with a clean 2.0.33. And I have tried with the 
latest pre-release of 2.0.34 (11b).

I have also tried various configurations of the IDE 
controller/harddisk (changing parameters in the hdparm 
utility). Nothing is able to improve the situation.

A hdparm -i /dev/hda gives the following output:
/dev/hda:

 Model=QUANTUM FIREBALL_TM3200A, FwRev=A6B.1T00, SerialNo=29562753
 Config={ HardSect NotMFM HdSw15uSec Fixed DTR5Mbs TrkOff }
 RawCHS=6232/16/63, TrkSize=32256, SectSize=512, ECCbytes=4
 BuffType=3(DualPortCache), BuffSize=76kB, MaxMultSect=16,MultSect=16
 DblWordIO=no, maxPIO=2(fast), DMA=yes, maxDMA=2(fast)
 CurCHS=6232/16/63, CurSects=6281856, LBA=yes, LBAsects=6281856
 tDMA={min:120,rec:120}, DMA modes: sword0 sword1 sword2 mword0 mword1
*mword2 
 IORDY=on/off, tPIO={min:300,w/IORDY:120}, PIO modes: mode3 mode4

'hdparm -W1 /dev/hda' does not improve the situation.

More system info about the computer is at 
http://www.studmed.ku.dk:8000/
I do not suspect any hardware defects.

I consider the phenomenon as a potential denial-of-service 
problem: I think that a normal user should not be able to 
bring down the performance of basic disk access to this 
dramatic degree - even running the program 'nicely'.

(On an other Linux computer, 'cat /dev/disk-unit /dev/null' 
has a constant throughput of 6MB/s, no matter if I'm running 
rc5des or not. This is an Intel system using SCSI.)

Any ideas/comments?

Could this be a kernel bug? A glibc bug? Some other bug?
Is there something utterly wrong with time-slicing to the 
IDE-controller?

Could there be a connection between my observations? - The IDE 
throughput/priority/time-slicing problem and the 
non-responsive apache?


Greetings from Troels Arvin, Copenhagen, Denmark
http://www.mdb.ku.dk/tarvin/


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: Looking for programs...

1998-05-03 Thread Phil Risby

Tim
I have been trying to get Klyx without success
Where tp download it?
I looked at the KDE page and found it but no active link!
Phil


Tim Fairchild wrote:

 Staroffice is quite nice but it's a big download and takes a lot of
 resources and it's fairly slow. Still worth having, tho. For most of my
 work I use Lyx (or the qt version Klyx) for the bulk of my wordpro work
 as it has a lot of features and it's much much quicker. Then for
 spreadsheet work I use Xesslite.

 tim

 --
 -
   Tim (I don't spell check) Fairchild
   Kuttabul, Queensland, Australia.
 -
   mailto:[EMAIL PROTECTED]
   http://www.home.aone.net.au/tims
 -

 --
   PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
 http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
  To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.



--
email at [EMAIL PROTECTED] and at [EMAIL PROTECTED]
This message was sent  using Linux 2.0 power!
Where do you want to go tomorrow?
_




-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




unsubscribe

1998-05-03 Thread Bill Lewis




[EMAIL PROTECTED] wrote:
Subject:
redhat-digest Digest Volume 98 : Issue 226

Today's Topics:
 RE: PPP Session Drop outs
 Re: kernel compiling errors
 laptop installation locks up
 Re: SANE-0.72  xcam w/ RedHat Linux 5.0

 RE: lilo  additional memory
 RE: lilo  additional memory
 RE: lilo  additional memory
 Re: lilo  additional memory
 even more Network almost (we are really close)
 Image file reference withing CGI directory?
 Maximal mount count reached
 GNOME, RedHat Labs, and daily updates
 Strange SCSI problem
 Re: Strange SCSI problem
 RE: Strange SCSI problem
 RE: Looking for programs...
 X windwos
 Re: X windwos
 Re: X windwos

Administrivia:

To unsubscribe from this list, please send a message to:

 [EMAIL PROTECTED]

With "unsubscribe" in the subject line. Do NOT send a message
to redhat-list or redhat-digest. If you have trouble, send mail
to [EMAIL PROTECTED] and a person will help you.



Subject: RE: PPP Session Drop outs
Date: Sun, 3 May 1998 11:36:09 +1000
From: Adam Neat [EMAIL PROTECTED]>
To: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED]>,
 "'[EMAIL PROTECTED]'" [EMAIL PROTECTED]>
On Sunday, May 03, 1998 11:20 AM, William T Wilson [SMTP:[EMAIL PROTECTED]]
wrote:
> On Sun, 3 May 1998, Adam Neat wrote:
>
> > If I didnt know better, Id say faulty phone lines where the line noise
> > makes it too hard for the modems to re-sync.
>
> Sounds like a reasonable explanation to me. How do you know better? :)
>
> Turn off error correction (and/or MNP) on the modems. Then establish a
> normal non-ppp connection with Minicom or something and just log in. Chat
> over ytalk or something. See if you get line noise. :)
>
>


:-) Fairly non-technical but I think its a good idea
Thanks

adam


--
 IPAX Systems
 Melbourne, Australia
 National Systems Manager
 Ops Tel: 03 - 9887-1984
 Ops Fax: 03 - 9801-8533
 Web Site http://www.ipax.com.au
--



Subject: Re: kernel compiling errors
Date: Sat, 2 May 1998 18:45:30 -0700
From: "David E. Fox" [EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
On Sat, 02 May 1998, Cam Vetter wrote:

>vfatfs_syms.c:69: redefinition of `vfat_fs_type'
>vfatfs_syms.c:15: `vfat_fs_type' previously defined here
>vfatfs_syms.c:78: redefinition of `vfat_syms'
>vfatfs_syms.c:24: `vfat_syms' previously defined here

This looks suspiciously like if a stray #include might have been
added somewhere where it shouldn't have been. Check the vfatfs_syms.c
file for this possibility.

>Can someone tell me what I'm doing wrong and what I need to do to fix it. I
>know the fat32 patch works ok, since I used it when I compiled using Debian

The Redhat kernel sources aren't always going to be the same as the
kernel sources you find at places like ftp.kernel.org -- they will have
had patches applied. Tnis may affect what you are attempting to do.

One thing to try is to check to make sure you don't have any reject
files (files ending in .rej). If you do, those would be files that patch
couldn't patch because enough text was different.

>Cam Vetter
>[EMAIL PROTECTED]
>[EMAIL PROTECTED]
>ICQ UIN: 545211

--

David E. Fox Tax Thanks for letting me
[EMAIL PROTECTED] the change magnetic patterns
[EMAIL PROTECTED] churches on your hard disk.
---



Subject: laptop installation locks up
Date: Sat, 02 May 1998 22:15:10 -0400
From: Andrej Todosic [EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
hi everyone ,
i need a bit of help getting started ,
I am running redhat on 2 macines at home ( 5.0)
and i got a laptop and am trying to install it on there as well .

H... Problem starts at the very beginning the boot disk is locking up
after loading the kernel on detecting pci devices ...

i disabled the wavetable in the bios , tried both reg and expert mode also
tried disabling lba mode in bios
it keeps locking up at the same place ...
i also tried freebsd for a change it locks up also probable at the same
place cause its right after loading the kernel ( just so to tell you that i
dont think its a redhat prob but my laptops ( or parameteres i am missing)

here is what i see on the screen before it locks up :

loading initrd.img
loading vmlinuz
uncompressing linux done
now booting kernel
console : 16 point 400scans
colour : vga 80x25 1 virtual console
pcibios_init: bios32 service directory structure at 0x000ec050
pcibios_init: bios32 service directory entry at 0xee610
pcibios_init: pci bios revision 2.10 entry at 0xee64e
Probing PCI hardware

and it stops right there ... wont fart any further no matter what

Now anyone any idea what to do ..any parameter ?
anything ? piece of hardware that may be the problem ?

here is my config :


sis510x bios
teac cd38e ( 8x )
trident cyber 9385
32 mb edo
pnp bios 1.0a
sis chipset and bios
p150
1.44 toshiba HD
256k cache
acerlabs mpeg decoder
ess 

Re: Strange SCSI problem

1998-05-03 Thread Ronald Pottol

At 11:31 PM 5/2/98 -0700, you wrote:

New RH5.0 install.  AST Manhattan with Adaptec 2940UW controller (same
controller working with RH5.0 in another machine).

Earlier today, installed RH5.0 via FTP.  Absolutely no problems during
install.  After finishing installation, when rebooting, I get the
following:

Scsi: 0 hosts
Scsi: detected total
Partition check
Ramdisk: Compressed image found at block 0
Crc errorVFS: Cannot open root device 08:01
Kernel panic: VFS: Unable to mount root fs on 08:01


The crc error makes me wonder about corruption of some sort, reinstall, and
use the check for bad blocks?


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: Missing libXm.so.1.2

1998-05-03 Thread Gianmaria Fontana di Sacculmino

I fixed the problem. I had the wrong Netscape's version, linked dinamically.

On 3 May 98, at 14:38, Gianmaria Fontana di Sacculmino wrote:

 Installing Netscape Communicator 4.04.rpm failed and I received an error
 from rpm that libXm.so.1.2 was missing. It isn't on my system: I searched
 under /usr/X11R6/lib and in all directories but isn't there. I searched on
 the web and although I can find some pale traces of it, I couldn't find a
 place to download it.
 
 Could somebody help pointing me to the right site ?
 Once downloaded should I simply copy it in /usr/X11R6/lib ?
 
 Thanking you,
 
 
 
 Gianmaria Fontana di Sacculmino, Esq.
 
 Bratislava, Slovakia
 mailto:[EMAIL PROTECTED]
 PGP Key available at keyservers 
 *
 
 
 -- 
   PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
 http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips
 /mailing-lists
  To unsubscribe: mail [EMAIL PROTECTED] with 
"unsubscribe" as the Subject.
 



-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




c/c++ under linux

1998-05-03 Thread Sahar Nitzan

Hello,
I was wondering ,is there a list of command for c/c++ under Unix ? 
( there is some difference in commands/reserved-words/libraries between 
dos/windows-p.c. and linuxin c/c++ )


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: c/c++ under linux

1998-05-03 Thread Damond Walker



On Sun, 3 May 1998, Sahar Nitzan wrote:

 Hello,
 I was wondering ,is there a list of command for c/c++ under Unix ? 
 ( there is some difference in commands/reserved-words/libraries between 
dos/windows-p.c. and linuxin c/c++ )
 

If you are familiar with ANSI conforming compilers, then you
shouldn't have a problem with GCC family.  The library differences will
become evident when it comes to screen handling and X programming.  But
then again, these extra libs really don't have anything to do with the C
standard.  Other than that, you still can have your fill of printf,
malloc, free, etc, etc, etc...

Damond


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




RE: c/c++ under linux

1998-05-03 Thread Sahar Nitzan

That is exactly my problem .
With commands like printf,scanf etc. I don't have any problem, but with the 
clrscr() function which clear the screen in dos -doesn't seem to work under linux why ?

-Original Message-
From:   Damond Walker [SMTP:[EMAIL PROTECTED]]
Sent:   ù 02 îàé 1998 17:27
To: [EMAIL PROTECTED]
Subject:Re: c/c++ under linux



On Sun, 3 May 1998, Sahar Nitzan wrote:

 Hello,
 I was wondering ,is there a list of command for c/c++ under Unix ? 
 ( there is some difference in commands/reserved-words/libraries between 
dos/windows-p.c. and linuxin c/c++ )
 

If you are familiar with ANSI conforming compilers, then you
shouldn't have a problem with GCC family.  The library differences will
become evident when it comes to screen handling and X programming.  But
then again, these extra libs really don't have anything to do with the C
standard.  Other than that, you still can have your fill of printf,
malloc, free, etc, etc, etc...

Damond


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.

 application/ms-tnef


Re: laptop installation locks up

1998-05-03 Thread Andrej Todosic

if you mean the chipset for the pcmcia cards that would be an SIS (
systemsoft)i believe ...
the software for it is by them and i cant find anything else .
(laptop brand angel if it means anything ) 


the infrared is smc .

At 06:34 AM 5/3/98 -0400, you wrote:
You fail to metion what laptop or PCIC chipset you have.  At least for
me, this is very valuable information to try to help you.

Paul ANderson

Andrej Todosic wrote:
 
 hi everyone ,
 i need a bit of help getting started ,
 I am running redhat on 2 macines at home ( 5.0)
 and i got a laptop and am trying to install it on there as well .
 
 H... Problem starts at the very beginning the boot disk is locking up
 after loading the kernel on detecting pci devices ...
 
 i disabled the wavetable in the bios , tried both reg and expert mode also
 tried disabling lba mode in bios
 it keeps locking up at the same place ...
 i also tried freebsd for a change it locks up also probable at the same
 place cause its right after loading the kernel ( just so to tell you that i
 dont think its a redhat prob but my laptops ( or parameteres i am missing)
 
 here is what i see on the screen before it locks up :
 
 loading initrd.img
 loading vmlinuz
 uncompressing linux done
 now booting kernel
 console : 16 point 400scans
 colour : vga 80x25 1 virtual console
 pcibios_init: bios32 service directory structure at 0x000ec050
 pcibios_init: bios32 service directory entry at 0xee610
 pcibios_init: pci bios revision 2.10 entry at 0xee64e
 Probing PCI hardware
 
 and it stops right there ... wont fart any further no matter what
 
 Now anyone any idea what to do ..any parameter ?
 anything ? piece of hardware that may be the problem ?
 
 here is my config :
 
 sis510x bios
 teac cd38e ( 8x )
 trident cyber 9385
 32 mb edo
 pnp bios 1.0a
 sis chipset and bios
 p150
 1.44 toshiba HD
 256k cache
 acerlabs mpeg decoder
 ess sound
 touchpad
 
 PS i thought the expert mode disables probing ?!?
 
  Andrej Todosic
  Junior Analyst
  Network Operations
  Mpact Immedia
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
 
 "Out the 10Base-2, through the router, over the leased line,
  off the bridge, past the firewall...nothing but net" -Gary Predmore



-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.
 
Andrej 
[EMAIL PROTECTED]
and everything [EMAIL PROTECTED] 
cause its MINE MINE MINE !

"Any disagreement with any opinion stated by ME constitutes a mutual
killfilter implementation"


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




UNix and NT servers, article

1998-05-03 Thread Michael Hatzakis, Jr MD

This just came out, thought you guys might find it amusing...

http://www.ncworldmag.com/ncw-04-1998/ncw-04-nextten.html

Just a great paragraph out of this article:

For example, are you sure that's an NT server you're connecting to at work? IS 
employees in many
  corporations have secretly installed Unix servers that provide native NT services. 
Why take such a
  risk? Linux and FreeBSD are free, as is SAMBA, the software that provides NT 
services. So the IS
  department saves money. And managers are unlikely to find out Unix is behind the 
scenes because
  fewer people will complain about server downtime.

Mike


Michael Hatzakis Jr, MD
Resident Physiatrist - R3
Department of Rehabilitation
Thomas Jefferson University Medical Center
Philadelphia, PA, 19026

My E-Mail:  [EMAIL PROTECTED]



-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Remailers and Pine?

1998-05-03 Thread David S. Jackson

Hi,

I was just wondering if anyone was using Pine with remailers?  I
normally have to revert to Unix mail and vi in order to accomplish it.
Does anyone here use remailers from time to time?  Just to play?

--
David S. Jackson   http://www.dsj.net
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
"It is necessary to the happiness of the man that he be mentally
faithful to himself."   
--Thomas Paine


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




RE: c/c++ under linux

1998-05-03 Thread Joel Oliveira

If there's a command to perform your function on the command line then there is most 
surely a command to do it in gcc's C/C++ .. at the worst case you could just do a 
system call withing the program... however inneficient that might be. 

Also, if you go looking through the man pages `man -K clear -S 3c`  that'll look 
through the 3c section for the "clear" string .. give that a shot.

I hope this helps out at least a bit.

Joel

-- -Original Message-
-- From:   Sahar Nitzan [mailto:[EMAIL PROTECTED]]
-- Sent:   Sunday, May 03, 1998 12:33 PM
-- To: '[EMAIL PROTECTED]'
-- Subject:RE: c/c++ under linux
-- 
-- That is exactly my problem .
-- With commands like printf,scanf etc….. I don't have any 
-- problem, but with the clrscr() function which clear the screen 
-- in dos -doesn't seem to work under linux why ?
-- 
-- -Original Message-
-- From:   Damond Walker [SMTP:[EMAIL PROTECTED]]
-- Sent:   ù 02 îàé 1998 17:27
-- To: [EMAIL PROTECTED]
-- Subject:Re: c/c++ under linux
-- 
-- 
-- 
-- On Sun, 3 May 1998, Sahar Nitzan wrote:
-- 
--  Hello,
--  I was wondering ,is there a list of command for c/c++ under Unix ? 
--  ( there is some difference in 
-- commands/reserved-words/libraries between dos/windows-p.c. and 
-- linuxin c/c++ )
--  
-- 
-- If you are familiar with ANSI conforming compilers, then you
-- shouldn't have a problem with GCC family.  The library differences will
-- become evident when it comes to screen handling and X programming.  But
-- then again, these extra libs really don't have anything to do with the C
-- standard.  Other than that, you still can have your fill of printf,
-- malloc, free, etc, etc, etc...
-- 
-- Damond
-- 
-- 
-- -- 
--   PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING 
-- LIST ARCHIVES!
-- http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips 
-- /mailing-lists
--  To unsubscribe: mail [EMAIL PROTECTED] with 
--"unsubscribe" as the Subject.

 winmail.dat


Metro-X, Xfree86 and X-Windows with AGP

1998-05-03 Thread Derek Navracruz

To whom it may concern:

I guess we can all books on how we were able to install Linux on our
perspective computers.  After buying some books, reading newsgroups 
and how-to's, I finally installed Linux along with Windows95 and
WindowsNT4.  Thanks to everyone who indirectly helped.

Now, I am trying to get XWindows to work with my Diamond Permedia 2 AGP
card (Fire GL 1000 Pro).  I saw a howto on getting Linux to work with 3dfx
cards but it did not mention AGP cards.  I tried basically every video
driver on the list when I was configuring.  It can work with "Generic VGA'"
but with no modes.  I can only get 256 colors and the screen resolution
stinks.   

Right now my best consolation is that at least I can use Linux and that
over time there will probably be support.   The card rocks under Windows 95
and NT4.   

Thanks in advance for any suggestions,

Derek
  




-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: X windwos

1998-05-03 Thread typhoon

 Hello everybody,
 I am new to this mail list .
 I have a problem with my new installed linux 4.
 When I am trining to start the x windwos ( startx,or xinit ) I get the resault 
like :
 Error 111 can't connect to server . - can any body help me with this ?

A little more detail would be nice.

If you are using Metro-X then restart the configX program and this time before 
you exit make sure your mouse setting is /dev/cuawhatever rather than 
/dev/ttyS0.

-- 
Eze Ogwuma



-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: X windwos

1998-05-03 Thread n4m3d Informed

Run Xconfigurator, and and make sure all you settings are correct. 

At 03:47 AM 5/3/98 -0700, you wrote:
 Hello everybody,
 I am new to this mail list .
 I have a problem with my new installed linux 4.
 When I am trining to start the x windwos ( startx,or xinit ) I get
the resault like :
 Error 111 can't connect to server . - can any body help me with this ?

You have to give a little more description than this.


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




 -- ~N-4m3d~

|-|
|It has become appallingly clear that our |
|technology has surpassed our humanity.   |
|  -Albert Einstein   |
|-|


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




RE: c/c++ under linux

1998-05-03 Thread Tempel, Philippe

 That is exactly my problem .
 With commands like printf,scanf etc. I don't have any problem, but
 with the clrscr() function which clear the screen in dos -doesn't seem
 to work under linux why ?
 
[PT] You will need to look at curses-based libraries for
text screen manipulation, and X-based libraries for
graphical screen manipulation.  The C and C++
standards left these out.  Probably since there are value
added featues and are not essential to describe the
core of the languages.


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




running a program

1998-05-03 Thread Gary Neff

I am such a newbie and I am sorry for being stupid I know dos but am lost in
linux. I have decompressed a file that was given to me in a directory
/usr/temp I used tar and several directories were formed. I then found a
file Install and an install directory I type "Install" and nothing I know
this is not dos so what step have I missed?Please help

Gary
[EMAIL PROTECTED]
No Good Deed Goes Unpunished


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: Bug? - Priorities/disk access

1998-05-03 Thread David E. Fox

On Sun, 03 May 1998, Troels Arvin wrote:

When the rc5des software is not running, the following procedure 
takes around one minute:
time cat /dev/hda1 /dev/null
(CPU usage is around 30%)

When the rc5des software is running, the same procedure takes 
15 minutes ('time' reports CPU usage as 0%)

Strange. However, 'nice' by itself doesn't guarantee that the nice'd
process will always run at the lowest priority -- it only guarantees
that the process will run at a relatively lower priority than other
processes on the system.

If you want to specifically tell the system to run your process only
when not doing anything else, then use 'nice -19' rather than 'nice'.
You can change the priority of the process by 'renice PID'; I suggest
you renice it to -19 and then rerun your tests.

--

David E. Fox Tax  Thanks for letting me
[EMAIL PROTECTED]   the  change magnetic patterns
[EMAIL PROTECTED]  churches on your hard disk.
---


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: c/c++ under linux

1998-05-03 Thread Harold . Weiss-Wallrath

 
 That is exactly my problem .
 With commands like printf,scanf etc. I don't have any problem, but =
 with the clrscr() function which clear the screen in dos -doesn't seem =
 to work under linux why ?
 
Isn't clrscr() specific to Turbo-C (the Borland product)? I remember running
across a lib at Sunsite that implements many of the turboC functions. Don't
remember what it was called, though.

Harold


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: Looking for programs...

1998-05-03 Thread Harold . Weiss-Wallrath

 
 Tim
 I have been trying to get Klyx without success
 Where tp download it?
 I looked at the KDE page and found it but no active link!
 Phil
 
 
 Tim Fairchild wrote:
 
  Staroffice is quite nice but it's a big download and takes a lot of
  resources and it's fairly slow. Still worth having, tho. For most of my
  work I use Lyx (or the qt version Klyx) for the bulk of my wordpro work
  as it has a lot of features and it's much much quicker. Then for
  spreadsheet work I use Xesslite.
 
  tim
 
KLyx can be found at ftp.kde.org/pub/kde/unstable/office (I'm not sure about
the office part, but look under unstable: it's there in a subdirectory.)

I never heard about Xesslite, though. Is it free or commercial? Where can it
be found?

Harold


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




boot error L 80 80 80 80 80

1998-05-03 Thread ////ark

background: i had redhat 4.1 installed on a 2.1 gig eide hdd in a 
carrier running in a dell p200. all runs fine. i wished to have a 
dedicated linux machine and tried to put the disk into a digital p75. 
when i went to boot linux i got the 'LI' error. i read a number of 
posts to this list and the 'unleashed' book to no avail. i thought it 
would be a good idea and just upgraded to redhat 4.2 with the cd 
included in the redhat linux "unleashed" book.

now the problem is a "L 80 80 80 80 80" recurring error on boot.

i am a relative newbie.

any ideas?

tia
mark
--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Mark Lewis  : [EMAIL PROTECTED]Email to SMS : [EMAIL PROTECTED]
Home Page   : http://rk.to   Nokia Email  : [EMAIL PROTECTED]
GSM Phone  SMS : +44(0)498 788388   GSM Fax  : +44(0)498 789023
Full Signature  : http://rk.to/sig.txt
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Win95 Linux Networking ?

1998-05-03 Thread Webmaster

Hello All,

I finally fixed my network. It was bad cable. 8

I do have a small question regarding WIN95 and Linux networking.

When I open Network Neighborhood, in WIN95 I am able to see my 3 WIN95 systems.  They 
belong to a "Workgroup" named LDJNET. My LINUX box is visible under a Workgroup named 
WORKGROUP.

My question is where LINUX do I set the workgroup name that is visible on my WIN95 
stations? I would like to have it visible under LDJNET.

I did not know that Linux had Workgroups.

Thanks,


Luke D. Jefferies
Webmaster

LDJNET

Phone:  (902) 489-0408
Fax:(902) 435-6750
Www:http://ldjnet.com
E-mail: [EMAIL PROTECTED]


--
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with
   "unsubscribe" as the Subject.




Re: Graphics card continued

1998-05-03 Thread Chris \Cranky Spice\ Harshman


I'm using the Matrox Mystique 220 card ($85) with Linux and Win95 and it
works beautifully.  Heartily recommended.

 this list that he had experienced some problems with it, something about his
 screen loosing an inch for some reason, so I have been looking some more at 
 some Diamond cards.
 Anyway, I would really appreciate it if some of the subscribers to this list who
 have any experience with eighter a Diamond or a Millennium II card could give
 me some feedback about their experience with it under Linux , both good and bad
 ( I'm using RH5.0 and running KDE ).
 Also, if someone have another card which they can recommend then pleace give
 me some feedback and tell me why you can reccommnd this particular card.
 
 Thanks again for your help !
 
 
 -- 
   PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
 http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
  To unsubscribe: mail [EMAIL PROTECTED] with 
"unsubscribe" as the Subject.
 


   Chris. | [EMAIL PROTECTED] | http://ebhon.jnst.uor.edu/Users/crank

 Give me life, give me pain, give me myself again  
- tori amos



-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: Strange SCSI problem

1998-05-03 Thread Doug Ledford

Mike A. Lewis, CNE wrote:
 
 New RH5.0 install.  AST Manhattan with Adaptec 2940UW controller (same
 controller working with RH5.0 in another machine).
 
 Earlier today, installed RH5.0 via FTP.  Absolutely no problems during
 install.  After finishing installation, when rebooting, I get the
 following:
 
 Scsi: 0 hosts
 Scsi: detected total
 Partition check

So far so good, this is right for an initrd based boot setup.

 Ramdisk: Compressed image found at block 0
 Crc errorVFS: Cannot open root device 08:01
  ^
This is the problem.  It's getting a crc error reading the initrd file from
the boot directory.  The file is responsible for loading the aic7xxx driver
so that you can read/write to your scsi disk once the system is booted up.

 Kernel panic: VFS: Unable to mount root fs on 08:01

Just what would be expected if you can't load that aic7xxx driver and it
needs to access a root partition on that scsi controller.

The answer you ask?  Boot up the install disks in rescue mode, load the
aic7xxx driver, mount the root partition of the hard disk, go into the
root-mnt/boot directory and remake the initrd file (something like mkinitrd
should work, or just gunzip the initrd file and see if you can find the
problem).  After you've remade the initrd file, re-run lilo to re-init the
boot setup on the hard drive.  Things should work fine after that.

NOTE: I'm not sure the exact options to make the mkinitrd package rebuild
from a specific mount point, which is what you need, but to make lilo
re-init the hard disk, do the following.  Assuming you mount your root
partition on the /mnt directory, the lilo command to use would be "lilo -r
/mnt" and it would do the right thing.  You may have to use /mnt/sbin/lilo
if lilo isn't in the current search patch.  Additionally, the initrd file
may not be corrupted, lilo may just have a bad map of the file.  If that's
the case, the lilo command should be enough to fix the problem without
having to remake the initrd file.  You can find out if this is the case by
going into the /mnt/boot directory and issuing the following commands:

mv initrd initrd.gz
gunzip initrd.gz
  ^ If this commands succeeds, then you shouldn't need to remake the
initrd file, at this point you would just put it back like it was
by issuing the next two commands
gzip initrd
mv initrd.gz initrd

Then issue the following command before re-running lilo to make sure all of
the disk blocks are allocated and properly written:

sync

Then re-run the lilo command as I mentioned above.  If the gunzip command
does fail, then you need to remake the initrd file and I'm sure someone here
is up on the mkinitrd command more that I am.


-- 

 Doug Ledford  [EMAIL PROTECTED]
  Opinions expressed are my own, but
 they should be everybody's.


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Problems with a SCSI drive

1998-05-03 Thread Rob Fargher

  I picked up a new Seagate Hawk 4.3 gig SCA drive ST-15230WC recently, with an 
adapter to attach it 
to either a 68 pin wide or 50 pin narrow SCSI bus.  This adaptor is not terminated.

  I have an Asus SC-875 ultra-wide SCSI HBA, based on the Symbios/NCR 875 chip.  
Attached to this 
bus is an IBM wide HD (terminated) on the wide side of the bus.  On the narrow side, I 
have 2 Quantum 
drives, a Panasonic CD drive and a Connor tape drive (terminated).  This SCSI bus is 
linear.  I also 
have a Symbios/NCR 810 based card (terminated) to which I have only a terminated Umax 
scanner 
attached.

  When the Seagate is not installed, this system works perfectly.  However, I cannot 
get the Seagate
drive to play nicely.  When I attach it, whether to the wide side or the narrow side 
of the 875 HBA,  it 
causes no end of problems: it won't hold a partition or file system, error messages 
come from the OS 
that the drive isn't functioning, at times an OS won't boot if the Seagate is attached 
to the SCSI bus.  At 
all times, my system is seriously slowed down, with the HD access LED almost 
constantly lit.

  There is no SCSI ID conflict and the SCSI BIOS sees the drive correctly (i.e. it 
identifies the drive at 
the correct SCSI ID).  The drive does not work in DOS, OS/2 or  Linux.

  Yesterday, I disconnect all other hard drives, just had the Seagate attached.  I 
tried to install Red Hat 
5.0 from CD on to it, but gave up after 3 hours of writing an ext2fs to the drive (2 
gig partition, set by 
RH fdisk).

  I've checked the Seagate web site for documentation on this drive; it's configured 
with the default 
options and I can see no reason (from the docs) why the default configuration 
shouldn't work.

  I'm really hoping that one of you is a SCSI wizard, a scholar, a gentleman and a 
judge of fine whiskey 
and can help me figure out what's going on.

  If it matters, the rest of my system is a Asus Triton FX motherboard, 6x86 P-150+ 
CPU, 64 MB EDO 
RAM, Matrox Millenium 4 MB video, Gravis UltraSound PnP Pro (which I can't get working 
in Linux).

Cheers,
Rob




-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




!! NWSERV 0:PANIC !!

1998-05-03 Thread Webmaster

I just upgraded my kernel to 2.0.33. I think all went well except for the following YP 
problems.

When I boot up my Linux box things seem to work fine until this point...

Starting YP server services
!! NWSERV   0:PANIC !!
NWSERV   0:EMUTLI:init_ipx:Invalid argument
ypserv
Starting YP password services: rpc.yppasswdd


What is YP anyway and how can I fix these errors.

Thanks

Luke D. Jefferies

CONTACT INFORMATION
--
Phone:  (902) 489-0408
Fax:(902) 435-6750
Www:http://ldjnet.com
E-mail: [EMAIL PROTECTED]


--
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with
   "unsubscribe" as the Subject.




Simple ? on 4.2 5.0

1998-05-03 Thread Abandon_All_Hope

I upgraded from 4.2 to 5.0..I did a "clean"  install but did not
format the /usr which is now /home
My question is under a fresh intall of 5.0 should /home contain just user
home dir's or look like mine:
X11   foo   lib   FOOBAR
X11R6 ftp   libexec   quota.user
X386  games local FOOBAR
bin   httpd lost+foundsbin
FOOBARi486-linux-libc5  FOOBARshare
dict  i486-linuxaoutman   src
FOOBARinclude   FOOBARtmp
doc   info  FOOBARi486-linux-libc5
etc   FOOBARopenwin

can I deleate all the other stuff besides user accounts?


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: !! NWSERV 0:PANIC !!

1998-05-03 Thread Iztok Polanic

Hello !!!

On Sun, 3 May 1998, Webmaster wrote:

 I just upgraded my kernel to 2.0.33. I think all went well except for the following 
YP problems.
 
 When I boot up my Linux box things seem to work fine until this point...
 
 Starting YP server services
 !! NWSERV   0:PANIC !!
 NWSERV   0:EMUTLI:init_ipx:Invalid argument
 ypserv
 Starting YP password services: rpc.yppasswdd
 
 What is YP anyway and how can I fix these errors.
 

#rpm -qpi ypserv-1.1.7-1.i386.rpm

*snip*
Description :
ypserv is an implementation of the standard NIS/YP networking
protocol.  It allows network-wide distribution of hostname, username,
and other information databases


You don't need this, unless you're running a server which is connected 24h
to internet(should I write Internet or internet???) or am I wrong???
You can fix this by removing this package!

Bye.


xx   //
xx  xx  ( o o )
xx  xx/oOO-O-OOo\
  |   From: Iztok Polanic   |
xx  xx|  E-mail: [EMAIL PROTECTED]  |
   xxxx   |  WWW: http://kotzi.home.ml.org  |
  xx  xx  \-/


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




id3 tag

1998-05-03 Thread Iztok Polanic

Hello !!!

Is there a program that can edit id3 tags in mp3 files???

Bye.

xx   //
xx  xx  ( o o )
xx  xx/oOO-O-OOo\
  |   From: Iztok Polanic   |
xx  xx|  E-mail: [EMAIL PROTECTED]  |
   xxxx   |  WWW: http://kotzi.home.ml.org  |
  xx  xx  \-/


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: !! NWSERV 0:PANIC !!

1998-05-03 Thread David Fisher

 should I write Internet or internet???

"An internet" is a network of networks, whether on a local
or an international scale. "The Internet" is a particularly
well-known internet (also called internetwork).

-- 


David Fisher
Chief Engineer
Fisher Research Corporation
Two Cairn Street
Rochester, New York 14611-2476
[EMAIL PROTECTED]
716 328 4230
fax 328 1984


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: Win95 Linux Networking ?

1998-05-03 Thread Dan Cyr


You have samba running.
/etc/smb.conf is where your can change it's 'workgroup'
then 
/etc/rc.d/init.d/smb.init stop
/etc/rc.d/init.d/smb.init start
to restart it.


Dan

At 04:37 PM 5/3/98 -0300, Webmaster wrote:
Hello All,

I finally fixed my network. It was bad cable. 8

I do have a small question regarding WIN95 and Linux networking.

When I open Network Neighborhood, in WIN95 I am able to see my 3 WIN95
systems.  They belong to a "Workgroup" named LDJNET. My LINUX box is
visible under a Workgroup named WORKGROUP.

My question is where LINUX do I set the workgroup name that is visible on
my WIN95 stations? I would like to have it visible under LDJNET.

I did not know that Linux had Workgroups.

Thanks,


Luke D. Jefferies
Webmaster


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: Simple ? on 4.2 5.0

1998-05-03 Thread Dan Cyr

At 04:36 PM 5/3/98 -0400, Abandon_All_Hope wrote:
I upgraded from 4.2 to 5.0..I did a "clean"  install but did not
format the /usr which is now /home
My question is under a fresh intall of 5.0 should /home contain just user
home dir's or look like mine:
X11   foo   lib   FOOBAR
X11R6 ftp   libexec   quota.user
X386  games local FOOBAR
bin   httpd lost+foundsbin
FOOBARi486-linux-libc5  FOOBARshare
dict  i486-linuxaoutman   src
FOOBARinclude   FOOBARtmp
doc   info  FOOBARi486-linux-libc5
etc   FOOBARopenwin

can I deleate all the other stuff besides user accounts?

Yeppers.


Dan


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: boot error L 80 80 80 80 80

1998-05-03 Thread Tim Pickering

On Sun, May 03, 1998 at 08:10:22PM +, ark wrote:
 background: i had redhat 4.1 installed on a 2.1 gig eide hdd in a 
 carrier running in a dell p200. all runs fine. i wished to have a 
 dedicated linux machine and tried to put the disk into a digital p75. 
 when i went to boot linux i got the 'LI' error. i read a number of 
 posts to this list and the 'unleashed' book to no avail. i thought it 
 would be a good idea and just upgraded to redhat 4.2 with the cd 
 included in the redhat linux "unleashed" book.
 
 now the problem is a "L 80 80 80 80 80" recurring error on boot.
 
 i am a relative newbie.
 
 any ideas?

i've gotten the "L 80 80 80 80" thing a few times and in each case it
was because linux was using LBA addressing, but the BIOS was not
reporting LBA addresses. in each case i fixed the problem by going
into the BIOS and enabling LBA for the drive in question. the "LI"
error happens when you move drives around. for example, i have LILO in
the MBA of /dev/hda on my home machine. however, my linux root
partition is on /dev/hdb1. if i move /dev/hdb to the other controller
and make it /dev/hdc or /dev/hdd or even remove it, then my machine
gets to "LI" and hangs. this is because LILO is set to look for a
particular physical location on /dev/hdb for the rest of the info it
needs and dies ungracefully if it can't find it. 

if you have a problem with "LI" or "L 80 80 80 80", you can always
boot from the redhat boot floppy by saying:

vmlinuz root=/dev/hdxx

at the boot: prompt where the xx is replaced by the appropriate letter
and number for your linux root partition. 

hope this helps,
tim

-- 
  Time is like fingersA|  Tim Pickering ([EMAIL PROTECTED])
Gesturing for me to stop -- Quake  |  UA Steward Observatory
   Why is the sun up?   Haiku  |  Tucson, AZ  85721 520-621-6523


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: Bug? - Priorities/disk access

1998-05-03 Thread William T Wilson

On Sun, 3 May 1998, Troels Arvin wrote:

 When the rc5des software is not running, the following procedure 
 takes around one minute:
 time cat /dev/hda1 /dev/null
 (CPU usage is around 30%)

Just out of curiosity... why are you doing this at all?  :)

 hda1 is an IDE disk (PIO4) of around 360 MB. The rc5des client 
 has no relation to the partition whatsoever (the partition 
 is not mounted at all).

Are any other partitions on this disk mounted at the same time?  What
about other drives on the same IDE controller?  Have you tried this with
the rc5 client's output redirected to /dev/null?  Do you notice any
unusual disk activity while the cat is trying to run?

BTW, the rc5 client always runs with the lowest possible priority no
matter what you set it to initially.

 Name:   cat
 State:  D (disk sleep)

This means that cat has blocked waiting for the disk.  Disk-intensive
processes block on this a lot.  So the question is not, what is the rc5
client doing, but the question really becomes, what is the disk doing?

 I consider the phenomenon as a potential denial-of-service 
 problem: I think that a normal user should not be able to 

Does the rc5 client affect normal file access in any particular way, or
only this use of the raw device file?

 Could this be a kernel bug? A glibc bug? Some other bug?

It is more likely to be a kernel bug than a glibc bug.

 Is there something utterly wrong with time-slicing to the 
 IDE-controller?

No, but there are some fundamental limitations of the IDE system that can
cause this sort of thing.  Particularly related to having two drives on
one IDE controller combined with a lot of disk access.  It's worse if you
have a middle-aged motherboard circa 1994 or 1995, as most of these had
buggy IDE controllers.

 Could there be a connection between my observations? - The IDE 
 throughput/priority/time-slicing problem and the 
 non-responsive apache?

Possibly.  Looking over your message I didn't see any references to bad
apache response.  :)  So I don't know.


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Samba Setup Problem

1998-05-03 Thread Pete Durst

Hi,

I am having some difficulty accessing my Linux drives from my Win98
machines on my private network.  I keep getting asked for the \\SERVER\IPC$
password, and of course, I don't know what that is.  My Linux box is caller
'SERVER', and I recognize that much of it.  I have tried giving all of the
passwords that I know to this dialog box, and none of them work.  (I am the
administrator of the network).  I have tried setting my computer to be a
valid 'user' of the Linux box, and I have tried making the logged in name a
valid user of the Linux box.  No Go.  Am I missing something?  Any help
would be mucho appreciado!!

Pete
= 
Pete Durst      e-mail  
[EMAIL PROTECTED] 
PL   Software  fax 
(613) 634-1341 
Consultant/Programmer      
 :-) 
= 


--
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with
   "unsubscribe" as the Subject.




Re: !! NWSERV 0:PANIC !!

1998-05-03 Thread Jakob 'Sparky' Kaivo

On Sun, 3 May 1998, Webmaster wrote:

 I just upgraded my kernel to 2.0.33. I think all went well except for the following 
YP problems.
 
 When I boot up my Linux box things seem to work fine until this point...
 
 Starting YP server services
 !! NWSERV   0:PANIC !!
 NWSERV   0:EMUTLI:init_ipx:Invalid argument
 ypserv
 Starting YP password services: rpc.yppasswdd
 
 
 What is YP anyway and how can I fix these errors.

Actually, the problem doesn't lie in YP. (YP is the old name for NIS, it
used to stand for Yellow Pages, but that is trademarked someplaces, so...)
NIS is a protocol that lets you set up all your user account information,
and a few other things, on one host and have other hosts validate logins,
etc., via that host. Anyway, the problem is in the NWSERV (Mars NetWare
Emulator). I believe the package name is mars-nwe. If you have no reason
to run a NetWare emulator, then go ahead and remove this package or tell
it not to start (use the ntsysv tool). If you DO need the NetWare
emulator, it sounds like you compiled your kernel with support for IPX
turned off, so you would need to recompile your new kernel with IPX turned
on. Hope this helps.

Jake

+-++
| Jakob 'Sparky' Kaivo|  [EMAIL PROTECTED] |
| NoDomainName Networks   |http://www.nodomainname.net |
+-++


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: Simple ? on 4.2 5.0

1998-05-03 Thread Jakob 'Sparky' Kaivo

On Sun, 3 May 1998, Dan Cyr wrote:

 At 04:36 PM 5/3/98 -0400, Abandon_All_Hope wrote:
 I upgraded from 4.2 to 5.0..I did a "clean"  install but did not
 format the /usr which is now /home
 My question is under a fresh intall of 5.0 should /home contain just user
 home dir's or look like mine:

--snip--

 can I deleate all the other stuff besides user accounts?
 
 Yeppers.

Not so fast! Keep the user home dirs, and also ftp, httpd, gopher, and
samba. These are used by wu-ftpd, apache, gn, and samba, respectively.

Jake

+-++
| Jakob 'Sparky' Kaivo|  [EMAIL PROTECTED] |
| NoDomainName Networks   |http://www.nodomainname.net |
+-++


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




lpr plain text files

1998-05-03 Thread Felix Klee

Hi,

I am using a HP Laserjet 4L.
If I try to print plain text files using "lpr plain.txt"
the printer only outputs an empty page (There are *no*
special characters/control sequences in the file).
Printing postscript files, dvi files or man pages 
(man pages seem to include special characters) works fine.

Does anyone have any ideas how to fix this problem?

Thanks,

Felix


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




usermount sigsegv error

1998-05-03 Thread Federico Strati

Hello,

I've just installed RH 5 on my pc and, as they are in the updates, i've
upgraded to glibc-2.0.7-6 and gtk-0.99.970925-2, and i get problems with
the usermount utility from the usermode package: i've added the option 
"user" to the cdrom and floppy entries in my fstab... so when i login
as a normal user all is ok and usermount works fine BUT when i log as
root and by prompt i launch usermount i get the following:
** ERROR **: sigsegv caught .

So i've deinstalled it, ftpiped the source and recompiled... to no avail:
every time i run it as root it fails, as a normal users it works!

I'm wondering of a bug or so because if i've misconfigured the fstab file
then the program would try to notify me of the error, i think... :-)
(but i'm sure of my /etc/fstab!).

Note also that after fresh installation (without updates) usermount
worked when run by root... .

Is there anyone that has my same problem?
I've to post it to bugs???@redhat.com or can i do something prior to that?

Many thanks in advance.

ciao fede


Semper Voster

[EMAIL PROTECTED]

Tel. +39/2/89.12.65.76 Home
Tel. +39/2/89.51.43.52 Parents

Via W. Tobagi, 21
20143 Milano - Italy


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




netscape font sizes

1998-05-03 Thread Felix Klee

Hi,

I would like to change the sizes of the menu, button, ...
fonts of netscape communicator 4 (*not* the sizes of the
fonts displayed on web pages). Is this possible (maybe by
using X resources)?

Thanks for any advices,

Felix


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: matrox

1998-05-03 Thread 3rd Stone from the Sun


 I have managed to get mediocre performance with the metro-X server at
 1024x768 resolution with a Mill-II video board, except I get screen
 corruption
 when the workstation sits idle for a few minutes.
 Just curious, what video board and server combo's work well for people out
 there? 


I'm using the Matrox Millennium II and XFree 3.3.2 with the XF86_SVGA server
at 1024X768 32bpp and it works excellent.And as a bonus it also is the
fastest video card out there right now for Xfree86..So I would keep the
Millennium II and dump the metro-X ...


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




error running /usr/bin/who (memory exhausted??)

1998-05-03 Thread macker

hi all..

i'm having a problem with /usr/bin/who .. it keeps failing.  i've seen
past errors causing coredumps and other errors if i remember right...
here's the current error:

who: Memory exhausted


we have 128 megs of RAM in a P333 and lilo has a mem=128M line, and free
reports 34 megs being used for cache, so I really don't think that's
accurate...

anyone have any ideas?  this is redhat 5.0 (commercial version) with all
the rpm updates applied...

-rwxr-xr--   1 root root 9304 Oct 27  1997 /usr/bin/who

b638fb06311f5d3f7d98e417888909a2  /usr/bin/who


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




init: no more processes left in this runlevel

1998-05-03 Thread Sean Brunnock

I upgraded from Slackware 3.2 to Redhat 5.0. I'm now seeing
the following entry often in /var/log/messages:

init: no more processes left in this runlevel

Why is this? The default runlevel is 2.

Sean Brunnock


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




RE: error running /usr/bin/who (memory exhausted??)

1998-05-03 Thread Joel Oliveira

Oh man .. I have experienced this problem before.. it's an error in this build of the 
kernel.. something having to do with the number of times a who or w is executed..  I 
had previously found the cure for it on dejanews somewhere.  I'll look for it and post 
it once I do get it.  But until then rest assured, and do NOT play with you wtmp/utmp 
files.. I messed some stuff up royally trying to do that.

until then ..

Joel

-- -Original Message-
-- From: William T Wilson [mailto:[EMAIL PROTECTED]]
-- Sent: Sunday, May 03, 1998 6:26 PM
-- To: macker
-- Cc: [EMAIL PROTECTED]
-- Subject: Re: error running /usr/bin/who (memory exhausted??)
-- 
-- 
-- On Sun, 3 May 1998, macker wrote:
-- 
--  i'm having a problem with /usr/bin/who .. it keeps failing.  i've seen
-- ...
--  who: Memory exhausted
-- 
-- who does this when your wtmp/utmp files get too large.  The 
-- best solution
-- is to use w, which is a little more robust, or clean out your utmp/wtmp
-- files periodically.  (which will make funny things happen for anyone who
-- is logged in at the time). 
-- 
-- 
-- 
-- -- 
--   PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING 
-- LIST ARCHIVES!
-- http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips 
-- /mailing-lists
--  To unsubscribe: mail [EMAIL PROTECTED] with 
--"unsubscribe" as the Subject.
-- 
-- 


--
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with
   "unsubscribe" as the Subject.




SCSI Tape troubles

1998-05-03 Thread Geoffrey Hunsicker

Hi all,

I have recently acquired a SCSI card and a SCSI DAT tape drive and am
having trouble getting them to play together.

I am running a RedHat 4.2 system with the 2.0.32 kernel upgrade.  The SCSI
card is a BusLogic BT958.  The tape drive is a Seagate STD64000N 2/4GB
external DAT drive.

I have compiled support for general SCSI and for the BusLogic card into
the kernel.  Both the card and the tape drive are recognized at boot up.

The problem initially showed up as a failure to write data to tape.  If I
try to tar to the drive using the command 'tar cvf /dev/st0' I get a
listing of files being 'written' to the tape followed by a 5-10 min. pause
followed by messages indicating that the write commands have timed out and
that the SCSI device is being reset.

For what it's worth it appears that the system is actually managing to
talk to the drive since the drive whirs and clicks when the command is
executed. 

Some further research found that during boot I am getting the message
"kernel: Unable to get major 9 for SCSI tapes."

Some hunting around in the Kernel sources revealed that this message is
coming out of the module drivers/scsi/st.c when the "register_chrdev"
function fails.  The function "register_chrdev" is defined in fs/devices.c
and only fails if either the major device number is greater than 128,
clearly not the problem in this case, or if the major number is already
allocated.  I can find no indication that major device 9 is being used by
any other device.

I would be grateful for any help with this.

Thanks,

Geoffrey Hunsicker



-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: error running /usr/bin/who (memory exhausted??)

1998-05-03 Thread Joel Oliveira


here's one explanation :

http://x3.dejanews.com/getdoc.xp?AN=320890779CONTEXT=886880104.219087031hitnum=21



  Joel Oliveira
   [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
http://morpheus.hartford.edu/cs/student/joliveir


--
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with
   "unsubscribe" as the Subject.




Window manager change??

1998-05-03 Thread Darque

OK...I give up.  I have looked and looked, but been unable to find any
instructions anywhere on what I need to change to make X load a different
window manager than the Fvwm that cam on my RH5.0 CD.  I have D/L'd Afterstep,
and would like to try that, but I am at a loss...

Also, can anyone tell me how I am supposed to get my PPP connection when I am
not logged in as root?  It seems that to make this happen, I have to activate
it through the Network Config tool, but can only get to that as root. 

Thanx in advance!
jdk




-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: Bug? - Priorities/disk access

1998-05-03 Thread Troels Arvin

At 17:38 03-05-98 -0400, William T Wilson wrote:
Just out of curiosity... why are you doing this at all?  :)
The thing came up in a Usenet group. I wanted a quick (and dirty?) way to
illustrate that SCSI utilizes the CPU much less than IDE - thus making the
system more responsive. My result was too overwhelming to be true! ;-)

Are any other partitions on this disk mounted at the same time?
Yes. The root file system.

What about other drives on the same IDE controller?
Nope - except the floppy, but I guess that the floppy isn't 'really' on the
IDE interface. Anyways, there has been no floppy activity on the box since
Redhat 5.0 came out.

Have you tried this with the rc5 client's output redirected 
to /dev/null?
Yep. No difference.

Do you notice any
unusual disk activity while the cat is trying to run?
I didn't check for that, actually. I'll do that; if I find something
surprising, I'll report back (I doubt it).

So the question is not, what is the rc5
client doing, but the question really becomes, what is the disk doing?
Bulls eye.
Or: what's happening with the damn IDE interface/IDE-driver?

Does the rc5 client affect normal file access in any particular way, or
only this use of the raw device file?
Not that I know of. (I haven't done any realistic benchmarks, though.) But
it _really_ annoys me, because I think that it's a 'genuine' (wow!) bug
somewhere.

It's worse if you have a middle-aged motherboard circa 1994 or 
1995, as most of these had buggy IDE controllers.
I'd not say so. Specs at http://www.studmed.ku.dk:8000/

 Could there be a connection between my observations? - The IDE 
 throughput/priority/time-slicing problem and the 
 non-responsive apache?

Possibly.  Looking over your message I didn't see any references to bad
apache response.  :)  So I don't know.
Sorry; that should have been cut out, before I copied the messeage from my
newsreader's outbox. My observations with Apache are probably due to
something unrelated. Forget that I mentioned it.


Greetings from Troels Arvin, Copenhagen, Denmark
http://www.mdb.ku.dk/tarvin/


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: netscape font sizes

1998-05-03 Thread Bill Nottingham

Felix Klee ([EMAIL PROTECTED]) said: 
 I would like to change the sizes of the menu, button, ...
 fonts of netscape communicator 4 (*not* the sizes of the
 fonts displayed on web pages). Is this possible (maybe by
 using X resources)?

Yup. Find a copy of Netscape.ad (it's in the netscape distributed
tar.gz file); all the various frightening resources you can set
are in there.

Bill


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: Window manager change??

1998-05-03 Thread macker

On Sun, 3 May 1998, Darque wrote:

 OK...I give up.  I have looked and looked, but been unable to find any
 instructions anywhere on what I need to change to make X load a different
 window manager than the Fvwm that cam on my RH5.0 CD.  I have D/L'd Afterstep,
 and would like to try that, but I am at a loss...

I'm running slack at present locally and it's been a while since I
installed afterstep, but this should give you a good lead...

macker:/var/X11R6/lib# cat xinitrc
#!/bin/sh
# AfterStep v1.0 Default xinitrc
export PATH=$PATH:/usr/local/bin
exec afterstep

I know I got afterstep setup under rh5 once before, but it's been a while
and I don't have an rh5 box with X on hand to play with to tell you...

 Also, can anyone tell me how I am supposed to get my PPP connection when I am
 not logged in as root?  It seems that to make this happen, I have to activate
 it through the Network Config tool, but can only get to that as root. 

Best way to do this would be to have a ppp script running setuid root and
executable by group ppp, no world-execute permissions.  It runs in my mind
I saw something on sunsite designed to do this securely, but again, it's
been a while...

 Thanx in advance!
 jdk


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




./adduser to login specific directory ?

1998-05-03 Thread Phil Blancett

Hello all,
   Is there anyway to make a user log into
a specific directrory with the ./adduser command.
I don't want to have to create a group for each user but
all my new clients going into the web server have a hard
time tunneling up to /home/httpd/domainname
from their /home/username.
TIA


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: ./adduser to login specific directory ?

1998-05-03 Thread Drachen

edit the password file with vipw

or if you're using the shell script adduser (in 4.2) then just find the
appropriate line in the script and fix it (I recently did this for our
webserver, and it worked just fine :) )

Vinnie

--
[EMAIL PROTECTED] System Administrator Epoch Internet
"Connecting The World, One Business At A Time..
By Caring About A Customers Success"
[EMAIL PROTECTED] Spam Patrol


On Sun, 3 May 1998, Phil Blancett wrote:

 Date: Sun, 03 May 1998 17:26:45 -0700
 From: Phil Blancett [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: ./adduser to login specific directory ?
 Resent-Date: 4 May 1998 00:27:00 -
 Resent-From: [EMAIL PROTECTED]
 Resent-cc: recipient list not shown: ;
 
 Hello all,
Is there anyway to make a user log into
 a specific directrory with the ./adduser command.
 I don't want to have to create a group for each user but
 all my new clients going into the web server have a hard
 time tunneling up to /home/httpd/domainname
 from their /home/username.
 TIA
 
 
 -- 
   PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
 http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
  To unsubscribe: mail [EMAIL PROTECTED] with 
"unsubscribe" as the Subject.
 
 
 


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




RE: error running /usr/bin/who (memory exhausted??)

1998-05-03 Thread Joel Oliveira

Sorry I've posted on this thread so many times.. I should have just found the answer I 
was thinking about on dejanews and *then* posted it.  But wading through a thousand 
different posts on this same question didn;t seem like too much fun.  The right query 
to the search engine was all i needed.

so here's the final answer to the problem and it works like a charm:

-- snip --

[re: who and Memory exhausted ]

 If you are still wondering about this...
 What we did to fix this was to recompile who in sh-utils-1.16-8.

OK, that is not exactly correct.  Here is how we fixed who:
[Originally fixed by David McCormac]

Unpack the source RPM, but do not apply to the patches.  This appears to
be where the problem originates.  (As in who works only if I do not apply
the patch.)

rpm -i sh-utils-1.16-8.src.rpm
cd /usr/src/redhat/SOURCES
tar xvfz sh-utils-1.16.tar.gz
cd sh-utils-1.16
./configure
cd lib; make ; cd ../src
make who
./who

And that is about it.  You should now have a fully functional who...

-- snip --

that was originally posted at this url in dejanews :

http://x12.dejanews.com/getdoc.xp?AN=336647283CONTEXT=894242491.2057175125hitnum=1


-- 
-- hi all..
-- 
-- i'm having a problem with /usr/bin/who .. it keeps failing.  i've seen
-- past errors causing coredumps and other errors if i remember right...
-- here's the current error:
-- 
-- who: Memory exhausted


--
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with
   "unsubscribe" as the Subject.




RE: Samba Setup Problem

1998-05-03 Thread Pete Durst

Hi,

I found my solution to this problem.  I used the DIAGNOSIS.txt from the
samba www site, and through it, I found that I had changed the sercurity
from shared to user, and this was the problem.  Thanks for the help to
those who did.

Pete

Hi,

I am having some difficulty accessing my Linux drives from my Win98
machines on my private network.  I keep getting asked for the
\\SERVER\IPC$ password, and of course, I don't know what that is.  My
Linux box is caller 'SERVER', and I recognize that much of it.  I have
tried giving all of the passwords that I know to this dialog box, and none
of them work.  (I am the administrator of the network).  I have tried
setting my computer to be a valid 'user' of the Linux box, and I have
tried making the logged in name a valid user of the Linux box.  No Go.  Am
I missing something?  Any help would be mucho appreciado!!

Pete 
= 
Pete Durst      e-mail  
[EMAIL PROTECTED] 
PL   Software  fax 
(613) 634-1341 
Consultant/Programmer      
 :-) 
= 


--
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with
   "unsubscribe" as the Subject.




RE: c/c++ under linux

1998-05-03 Thread David E. Fox

On Sun, 03 May 1998, Sahar Nitzan wrote:
That is exactly my problem .
With commands like printf,scanf etc. I don't have any problem, but with the 
clrscr() function
 which clear the screen in dos -doesn't seem to work under linux why ?

Because Linux is not DOS. clrscr() is a DOS-only function. You can get
similar functionality from the ncurses library, though.


--

David E. Fox Tax  Thanks for letting me
[EMAIL PROTECTED]   the  change magnetic patterns
[EMAIL PROTECTED]  churches on your hard disk.
---


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Apache 1.2.5

1998-05-03 Thread Ross Camm

We run Redhat 5.0.  Just upgraded to apache 1.2.5. with the rpm

Now it seems nobody can access any sub directorys of our main document
directory. Access is ok to the documents directorybut not its sub
directorys ( where eveything is )
Apache reports the informative 403 access forbidden.

Initially it was set up as an alias directory, but I tried moving it into
the wwwroot directory, and it made no difference..

Any ideas...???


Rossco


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: ./adduser to login specific directory ?

1998-05-03 Thread macker

On Sun, 3 May 1998, Phil Blancett wrote:

 Hello all,
Is there anyway to make a user log into
 a specific directrory with the ./adduser command.
 I don't want to have to create a group for each user but
 all my new clients going into the web server have a hard
 time tunneling up to /home/httpd/domainname
 from their /home/username.
 TIA

I can't say i'd recommend changing the users homedir to that of the
webserver, but it might be useful to modify the script (or add another
script to wrap the adduser command) which would make a symlink in their
home directory to the dir under /home/httpd...

hence the user logs in and does a 'cd web'..

just an idea, and i'll leave implementation to someone else :)


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: Apache 1.2.5

1998-05-03 Thread macker

On Mon, 4 May 1998, Ross Camm wrote:

 We run Redhat 5.0.  Just upgraded to apache 1.2.5. with the rpm
 
 Now it seems nobody can access any sub directorys of our main document
 directory. Access is ok to the documents directorybut not its sub
 directorys ( where eveything is )
 Apache reports the informative 403 access forbidden.
 
 Initially it was set up as an alias directory, but I tried moving it into
 the wwwroot directory, and it made no difference..
 
 Any ideas...???
 
 
 Rossco

check permissions on the directories, the existance of a .htaccess file,
and the access.conf file for any LIMIT directives which may apply to it..
it's probably not an error in apache itself but rather it's configuration.

you might also check what uid you're having it run as... i'm guessing it's
a permissions problem somewhere..


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.




Re: id3 tag

1998-05-03 Thread Leung Yau Wai

On Sun, 3 May 1998, Iztok Polanic wrote:

 Is there a program that can edit id3 tags in mp3 files???

There is a package written by me.  Which is still located:

http://sunsite.unc.edu/pub/Linux/Incoming/id3tag-0.5.0.tar.gz

Which allow you add, deleete and read tag to a mp3 file.  However,
it doesn't support edit exisiting tag in the mp3 file!

===
¤µ¤Ñ¨ì¦Ñ§Ú¹³¨º¶^¤£¨ì  §Ú·Q°µLeung Yau Wai
°µ§Ú©R¹B²Å¸¹  ¥Î§Ú¤OçE§Ú¸ô³~§Ú«Y¬ì¤j¹q¤l­pºâ¾÷¬ì¾Ç¨t¤G¦~¯Å
¥u¬ß§Ú¤@¤é·|¦b¬P©]¸Ì[EMAIL PROTECTED]
¨º¤Ñ§Ú·|  §t²\»¡Án  §Ú°µ¨ì  [EMAIL PROTECTED]


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
 To unsubscribe: mail [EMAIL PROTECTED] with 
   "unsubscribe" as the Subject.