Re: [newbie] File system signal 11 error

1999-03-19 Thread Steve Philp

Bob James wrote:
 
 My install of Mandrake 5.3 successfully completed, but the during the
 reboot, the filesystem failed a check during mounting. The error was:
 
 Warning... fsck.ext2 for device /dev/sda5 exited with signal 11.
 
 *** An error occurred during the file system check.
 
 What is this? Do I have a corrupted file system, and if so, how do I
 correct it?

You don't have a corrupted filesystem, but you do have hardware
problems.

Typically, signal 11 errors are caused by attempting to overclock your
machine beyond what the CPU or other hardware can handle.  The other
major cause is faulty memory.  

If you're overclocking, try turning it back down to it's normal speed
and see if that fixes the problem.  Also, check to make sure that the
heatsink and fan are working correctly on the CPU.  

Check your RAM to make sure it's all properly and securely seated in the
slots.  Check your jumpers to make sure you've got them set correctly on
the motherboard.

Hope these ideas help!

-- 
Steve Philp
[EMAIL PROTECTED]



Re: [newbie] Charset problems

1999-03-19 Thread Steve Philp

Robert Sheskin wrote:
 
 While attempting to run many different programs I get KCharset: Wrong
 charset.  I am using US english, and settings in KDE Control center in
 login manager, desktop/language has all 3 set to us english,
 international keyboard is set to US english.  If someone could point me
 to a fix I would appreciate it.

In the Control Center, go to Desktop-Languages and set the all of them
to "Default Language (C)".  International Keyboard should probably be
set at "Language: English.  Charset: default".

Should clear up the problems.

-- 
Steve Philp
[EMAIL PROTECTED]



Re: [newbie] X Server -vs- Command Line

1999-03-19 Thread Steve Philp

"James J. Capone" wrote:
 
 I would like to know what everyone thinks. Should I start Linux up in the
 X-Server or Command line. I am torn between the two. I fell That both are
 just as good. Even though you can do a command terminal in the X-Window.
 Let me know what you all think.

It really depends on where you do most of your work.  If you find that
you prefer to do your work at the command line most of the time, I'd
probably leave that as the default.

If you're like me, about the only thing you ever use the command line
for is typing 'startx'.  In that case, you'll probably save some time by
just having XDM take care of logins.

Personal preference more than anything, I suppose.

-- 
Steve Philp
[EMAIL PROTECTED]



Re: [newbie] zImage and Loadlin.exe

1999-03-19 Thread Ken

this is my batch file for loading with loadlin

c:\linux\loadlin\loadlin  c:\linux\loadlin\vmlinuz  root=/dev/hda2 ro  vga=3

I use either "make bzImage" or "make zImage" and then rename the kernel to
vmlinuz. I don't know if that matters.

At 10:26 AM 3/18/99 -0500, you wrote: 
 - Original Message - 
From: mailto:[EMAIL PROTECTED]Nicholas Barnard 
 To: mailto:[EMAIL PROTECTED][EMAIL PROTECTED] ;
mailto:[EMAIL PROTECTED][EMAIL PROTECTED] 
 Sent: Wednesday, March 17, 1999 8:39 PM
 Subject: [newbie] zImage and Loadlin.exe
 
Hello,
   I am running Mandrake 5.3, and I just downloaded the 2.2.2 kernel and
complied it.  I copied the zImage file that was created to my FAT16 file
system and provided loadlin.exe with the proper command to use the zImage
file as my kernel, but it refuses to reconize it.  What do I need to do to
use the zImage file with loadlin.exe?

Thank You,
Nicholas Barnard





Re: [newbie] How to update kde libs

1999-03-19 Thread Steve Philp

Robert Sheskin wrote:
 
 Steve Philp wrote:
 
 
  Where are you finding your updates?
 
  --
  Steve Philp
  [EMAIL PROTECTED]
 
 Thanks for the response...I'll double check the error messages from the prompt
 (just got share violations in XWin).  I got the update from the Mandrake site
 http://www.linux-mandrake.com .  Click on update and pick a server.  It is in the
 update 5.3 directory.

Okay, I grabbed the package and attempted to install it and this is the
error I got:

[root@tippy sphilp]# rpm -Uvh kdelibs-1.1-4rh5x.i386.rpm
/opt/kde/share/toolbar/find.xpm conflicts with file from kpackage-1.1-1
error: kdelibs-1.1-4rh5x.i386.rpm cannot be installed

Since it's only an .xpm file (a graphic) that's conflicting, you're
probably pretty safe using:

rpm -Uvh --force kdelibs-1.1-4rh5x.i386.rpm

I've done just that and all seems to be working fine here after the
update.

-- 
Steve Philp
[EMAIL PROTECTED]



Re: [newbie] LILO

1999-03-19 Thread Steve Philp

[EMAIL PROTECTED] wrote:
 
 LILO has dissapperaed!!!
 
 how do i get it back?

Boot with a boot disk and rerun /sbin/lilo.

-- 
Steve Philp
[EMAIL PROTECTED]



Re: [newbie] kfm

1999-03-19 Thread Rick Keefer

Qman,  Thanks for the info... Rick

On Thu, 18 Mar 1999 13:08:00 -0800 (PST), Quinton Jones Jr wrote:

On Thu, 18 Mar 1999 10:25:20 -0800 (PST), "Rick Keefer" [EMAIL PROTECTED] 
wrote:

 Greetings All,
 
 Ref: Mandrake 5.3
 
 How do you start kfm? 

Hi Rick,

The Desk Top "Home" Icon will start it or use the K-key, System,
File manger.

 
HTH

Regards,

Qman... 
   
"Don't you just feel good about yourself, you will!" 
[hp] 100LX: The power of computing in the palm of your hands.





Re: [newbie] Booting problems...

1999-03-19 Thread Mauro Tortonesi

On Thu, 18 Mar 1999, Adam Wright wrote:

 I have just installed Linux Mandrake 5.3 and am very pleased with it, 
 However I do have a question that I hope someone out there can help
 with.
 I am able to boot my system with a floppy diskette, but not from the
 hard drive. I realize that I have done something incorrectly in my
 installation (I am a definite Newbie to Linux). Now I need to know how
 to install LILO to my MBR on my hard drive. The boot disk I have is not
 able to be mounted.
 
 Thanks in advance,
   
  Adam Wright

You have to edit/etc/lilo.conf and add the following line:

boot=/dev/XXX

at the beginning of the file (where XXX is the drive where you have
installed linux -- e.g. /dev/hda). Then launch /sbin/lilo to reinstall
lilo.

Take a look at my lilo.conf:

boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
image=/boot/zImage
label=linux
root=/dev/hda1
read-only
vga=4
alias=1
image=/usr/src/linux/arch/i386/boot/zImage
label=new
root=/dev/hda1
read-only
vga=4
alias=2

For more informations:

man lilo
man lilo.conf

--
Aequam memento rebus in arduis servare mentem...

Mauro Tortonesi [EMAIL PROTECTED]
http://ing49.unife.it/keyser
Ferrara Linux User Grouphttp://flug.unife.it



Re: [newbie] Sound Card Problems...

1999-03-19 Thread Steven Kuhlman

Kuraiken wrote:

   Sorry to butt in again...but will this work without having to configure via
   isapnp? (I'm still scratching my head over this thing. I _know_ it's a pretty
   powerful tool but I can't seem to get it to work for my ESS 1869 chip) Does
   sndconfig work for any card or just sound blaster 16s?
 
  Mostly for Soundblasters, from what I understand.   If you run
  sndconfig, do you get to hear Linus?  Errors?  Anything?

 I've not tested for that chip yet...(that machine is not here - I'll try it tomorrow
 and report to the list)  but I've tried sndconfig on another machine but this time 
with
 a built in sound chip. One of those PCChips boards.
 The chip is a SoundPro chip...with PCI embossed on the chip (although, whether it
 really is PCI I have not been able to determine)

 For more info on the chip go to this web page:
 http://www.pcchips.com.tw/Sound.html

 Anyone else with this same sound chip? Have you gotten it to work? I'd really like to
 hear from you.

   Also...how do I test that the card works? Do I have to tweak anything else to get
   it to play wavs etc? (I tried after many times with pnpconfig and then launching
   KDE and tried playing wavs etc...no luck. I'm missing something and I just know
   it's something trivial...btw, I read the docs...I think it assumes some degree of
   Linux familiarity.)
 
  Anything written in the system logs when you attempt to play sound?
  (/var/log/messages)
 
  Check the mixer volumes (run aumix) to make sure it's not just that the
  sound is turned down.  Don't laugh, I spent 45 minutes trying to figure
  out why sound wasn't working, only to find out the volumes had been
  turned down on the card!
 
  --
  Steve Philp
  [EMAIL PROTECTED]

 I won't laugh, it's happened to me too :-)

 Well...I don't get any thing...no error messages in sys logs...and no sound either. 
It
 just says (in sndconfig) "Error opening /dev/audio".

 This device has got me stumped.
 --
 --
 Kuraiken - Apprentice Codecaster
 --

I'm in a similar situation; i.e., having a problem getting my SB PnP 16 to work.  I 
tried
running aumix and it says "error opening /dev/mixer".  I think this is a problem, but 
I've
got no idea how to correct it.  Any suggestions?

Steve Kuhlman
[EMAIL PROTECTED]




Re: [newbie] Xwindows

1999-03-19 Thread Steve Philp

Fredrik Karlsen wrote:
 
 I have just installed Mandrake 5.3, but i can't get the Xwindows going.
 My hardware is
 Processor: Pentium 233 MMX
 Video card: Hercules Stingray 128/3d
 Ram: 144Mb

What chipset is on the Stingrays?

 I think its a problem with my configuration, when i start the startx
 file the system hangs after two seconds, and has various error messages.

What are the error messages?

-- 
Steve Philp
[EMAIL PROTECTED]



[newbie] 2.2.3 probs

1999-03-19 Thread Jorgensen - N532D, DP2



hey;

I just installed the all the rpms for the 2.2.3 upgrade and when I reboot my
computer it gets to the find module dependency's and stops.. and also when I
reboot into the 2.0.36 kernel I loose alot of options like It won't read
vfat file systems for my zip drive? anyone who can give me an idea where to
start...

my computer is a P2 233 128mg ram ATI Expert 98 8meg ram. AWE64 sound
card... 

if that helps.. 

jorgy



[newbie] Netscape

1999-03-19 Thread James Reeves





Hello, All I have only been using Linux for a short time, and 
I have a really stupid question, but here it is. I downloaded Netscape 4.51 
(Linux) and ran the ns-install program in the install log it says everything was 
copied okay, but is there something else that I have to do to activate it, 
because when netscape is started it is still running 4.08. Any help would be 
appreciated.

Thanks 
James Reeves


[newbie] kernel2.2.3 troubles

1999-03-19 Thread Pav Singh

hey guyz,
 I just installed kernel 2.2.3 from rpm and upgraded all things 
that were on the upgrade page. everything worked fine. but my module 
support in the kernel is not there anymore. it give me error some like 
modprobe error can't locate module or something. if anyone can help 
pplllzz let me know i be greatful.
thank you pav
Get Your Private, Free Email at http://www.hotmail.com



Re: [newbie] Netscape

1999-03-19 Thread Pankil Richards



James Reeves wrote:
Hello, All I have only been using Linux
for a short time, and I have a really stupid question, but here it is.
I downloaded Netscape 4.51 (Linux) and ran the ns-install program in the
install log it says everything was copied okay, but is there something
else that I have to do to activate it, because when netscape is started
it is still running 4.08. Any help would be appreciated.

The 4.08 version will run if you haven't uninstalled it and continue
to run it from the same icon and/or directory. You most likely (definitely)
have installed the new version in another directory, right?
So first locate where the 4.51 version is installed. (For me it
is in /opt/netscape.) Once in your directory, type ./netscape (thats
". / netscape" - w/o any spaces and quotes) and it should launch the 4.51
version.




[newbie] Adding: HTML support to XEmacs

1999-03-19 Thread Quinton Jones Jr

Just installed XEmacs and noticed that it was missing the HTML button.
So can somebody tell how to install HTML under XEmacs, so I can update
my Web Page. 

Also is there a CuteFTP like program for Lunux?


Regards,

Qman... 
   
"Don't you just feel good about yourself, you will!" 
[hp] 100LX: The power of computing in the palm of your hands.



Re: [newbie] Netscape

1999-03-19 Thread Gael Duval

Pankil Richards wrote:
 
 James Reeves wrote:
 
  Hello, All I have only been using Linux for a short time, and I
  have a really stupid question, but here it is. I downloaded
  Netscape 4.51 (Linux) and ran the ns-install program in the
  install log it says everything was copied okay, but is there
  something else that I have to do to activate it, because when
  netscape is started it is still running 4.08. Any help would be
  appreciated.
 
 The 4.08 version will run if you haven't uninstalled it and continue
 to run it from the same icon and/or directory.  You most likely
 (definitely) have installed the new version in another directory,
 right?

It would have been nice to do first:

rpm -e netscape-communicator-4.08-3.i386.rpm  
rpm -e netscape-navigator-4.08-3.i386.rpm  
rpm -e netscape-common-4.08-3.i386.rpm

and then to install 4.51...

Greets,

Gael.

PS BTW, if someone has tested 4.51, please tell me wether it is less
buggy than 4.5
--
 Gael DUVAL - [EMAIL PROTECTED] - http://linuxmandrake.com  
QPL : "With the release of this license, KDE and the Qt Free Edition
are truly Open Source(tm)". Bruce Perens, Opensource.org.




Re: [newbie] Adding: HTML support to XEmacs

1999-03-19 Thread Gael Duval

Quinton Jones Jr wrote:
 
 Just installed XEmacs and noticed that it was missing the HTML button.
 So can somebody tell how to install HTML under XEmacs, so I can update
 my Web Page.

?

If your homepage is on machine.server.com, with foo login, juste do:

Control-X-F
and the: [EMAIL PROTECTED]:~/ 
(you will be asked for the password for foo)

This will permit you to edit your HTML on a remote server in XEmacs

When XEmacs opens an HTML file, it switches in HTML modes, with HTML
menu entries etc.

If you want to browse the Web with XEmacs, just go in menu "Apps" and
choose "Browse the web" ! :)

Greets,

Gael.


 
 Also is there a CuteFTP like program for Lunux?
 
 Regards,
 
 Qman...
 
 "Don't you just feel good about yourself, you will!"
 [hp] 100LX: The power of computing in the palm of your hands.

--
 Gael DUVAL - [EMAIL PROTECTED] - http://linuxmandrake.com  
QPL : "With the release of this license, KDE and the Qt Free Edition
are truly Open Source(tm)". Bruce Perens, Opensource.org.



Re: [newbie] LILO

1999-03-19 Thread Michael Doyle

 
 What newsgroup?
 
   LILO has dissapperaed!!!

G'day Steve

Lost and Found department ;-))

--
Michael Doyle
Adelaide, South Australia
ICQ #2635762
http://landofoz.apana.org.au



Re: [newbie] 2.2.3 probs

1999-03-19 Thread Michael Doyle

On Sat, 20 Mar 1999, you wrote:
 hey;
 
 I just installed the all the rpms for the 2.2.3 upgrade and when I reboot my
 computer it gets to the find module dependency's and stops.. and also when I
 reboot into the 2.0.36 kernel I loose alot of options like It won't read
 vfat file systems for my zip drive? anyone who can give me an idea where to
 start...
 
 my computer is a P2 233 128mg ram ATI Expert 98 8meg ram. AWE64 sound
 card... 
 
 if that helps.. 
 
 jorgy

G'day Jorgy,

Ok I think, I can help here as I had the same problem.

cd /lib/modules
rm preferred
ln -s 2.2.3-1 preferred
cd /lib/modules/preferred
cp /lib/modules/2.0.36-3/modules.dep modules.dep
the last step should have coppied your old modules dep to the new modeules dir.

REBOOT

Let me know how you went :-))

--
Michael Doyle
Adelaide, South Australia
ICQ #2635762
http://landofoz.apana.org.au



Re: [newbie] Non-KDE applications in kpanel missing

1999-03-19 Thread Quinton Jones Jr

On Fri, 19 Mar 1999 17:56:53 -0500, Idris Samawi Hamid [EMAIL PROTECTED] 
wrote:

 Greetings:
 I just installed Festen (5.3), but none of the installed non-KDE packages
 are listed in kpanel's menu listings. This is at odds with Leeloo (5.2),
 where quite a number of installed non-KDE packages were listed on kpanel's
 menu listings after install. Does anyone know the reason for this? KDE 1.0
 had a menu choice called ``Non-KDE Applications''; what happenned to it?

Try running [K] [System] [Appfinder]. I worked for me. (:-)
  


Regards,

Qman... 
   
"Don't you just feel good about yourself, you will!" 
[hp] 100LX: The power of computing in the palm of your hands.