[expert] IPtables question

2001-06-06 Thread Stephen Boulet

I'm wondering about the functioning of IPTables on my LM8 install.

I have two ethernet cards: eth0 is external and eth1 is internal.

Using nmap, I get:

   [root@mozart root]# nmap -sT my external IP:
   6000/tcp   openX11
 
among other entries. When I do:

   iptables -A INPUT -p tcp --destination-port 6000 -i eth0 -j DROP

the command is accepted, but nmap still shows port 6000 as being open. Any 
idea what's going on?




[expert] Fw: NVidia (and KDE) bug - another possible fix

2001-06-06 Thread Simon Naish


-Original Message-
From: Simon Naish [EMAIL PROTECTED]
Sent: Tue, 05 Jun 2001 16:42:03 +0800
To: [EMAIL PROTECTED],[EMAIL PROTECTED]
Subject: NVidia (and KDE) bug - another possible fix

OK this is kind of supposition, but it is based on finally getting those pesky NVidia 
drivers to work with any user, and then playing around with the result for a while, so 
here goes..

The fix IS the Gnu log in page, at least on my system, but the reason isn't hugely 
obvious at first (at least not to me). 

If you got yours working like this try something, log in, play game, log out, log in 
(same account or different one), try and play game. Im betting it wont make any 
difference what so ever that you are using the gnu login, your NVidia driver wont 
drive, you just get that rather pants seg fault and not alot of info, other than the 
app just tried to initialise a window.

NOw this suggests to me that the bug is definetly in the NVidia driver, not KDE's log 
in. So why wont KDE's log in work(?). Well I reckon it's to do with the way that the 
KDE login seems to fire up the drivers at least twice, you definetly get at least one 
splash screen, and that as the above paragraph explains, kills the driver.

So there is a bug in the NVidia driver, Id be willing to bet it was a memory problem 
when it's shutting down, maybe there is a system wide variable that isnt being reset, 
or a memory leak somewhere, the point is this isnt kde's login, (although there are 
issues to do with why is it restarting the driver) it seems to be pretty likekly that 
the real culprit is the driver.

Hope this helps any one, if you're having these problems,  check out 
www.littlewhitedog.com they have a great article and a forum full of people tring to 
fix this problem.

cheers 

Si
-- 

___
Get your free email from http://www.mail.com





Re: [expert] Oracle 8.1.7 on LM7.2 PMON didn't start

2001-06-06 Thread A V Flinsch

On Wednesday 06 June 2001 02:23, Istvan Bereti wrote:
 Hi,

 I'm about to install Oracle 8.1.6 and 8.1.7 on LM7.2. I'm desperately
 looking for some help. The installation goes ok without problem but I
 can't create or start the instance. What I got is PMON not started. I
 can't get over this problem. I red all what I found on the web but that
 was not a help. I tried the pach from Oracle and I even relinked
 orecle. The problem is still pmon not started..
 Any idea or solution from those who managed to install it.
 BR,
 kapi

I have had it installed (both 8.1.6  8.1.7) on Mandrake 7.2 and never 
had that problem.

What is the exact error text your getting? Post it along with the error 
number.

A few ideas - 

Make sure that $ORACLE_HOME is set in your environment
Make sure that $ORACLE_HOME/bin is in your path
Add $ORACLE_HOME/lib to  /etc/ld.so.conf and rerun ldconfig

One or more of the above usualy fix most post install errors.





-- 
Alex
Kernel Panic is General Failure's second in command




[expert] 8.0 Power Pack shipping date?

2001-06-06 Thread Jay DeKing

I guess this is directed primarily at Civileme, but anybody directly
connected with Madnrake will do - any idea when the 8.0 Power Pack is
going to ship? The Mandrake web site is ambiguous about it, in one place
it says mid-May, on the MandrakeStore page it says the end of May; I
know those are only target dates, but I'm antsy to get it installed.
Always wanting that shiny new toy, y'know ...

Thanks
Jay

-- 

There is a fine line between 'hobby' and 'mental illness'.




RE: [expert] Oracle 8.1.7 on LM7.2 PMON didn't start

2001-06-06 Thread Istvan Bereti

Sorry the end of the export was missing.
But it's correct just I missed the end...

export ORACLE_BASE DBA ORACLE_OWNER ORACLE_HOME ORACLE_SID NLS_LANG
NLS_NCHAR PATH LD_LIBRARY_PATH

BR

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Istvan Bereti
Sent: Wednesday, June 06, 2001 1:33 PM
To: A V Flinsch; [EMAIL PROTECTED]
Subject: RE: [expert] Oracle 8.1.7 on LM7.2 PMON didn't start


Hi,

Thanks! I'm getting desperate...
So the installation goes on and when the DB assistants tries to create the
database table it always hangs about at 80%.
Ok I saved the next time and went step by step on the shell script that was
created by the DB assistant. I found that it hangs when tries to tries to
start up. The commend in the script is something like startup nomount
file=./sqlenglis.ora
So that's the moment when it waits for 2 min and gives the messaege


Oracle8i Enterprise Edition Release 8.1.6.1.0 - Production
With the Partitioning option
JServer Release 8.1.6.0.0 - Production

SVRMGR connect internal
Connected.
SVRMGR startup
ORA-00445: background process PMON did not start after 120 seconds
SVRMGR



here is the oracle bash profile:
#!/bin/bash

# Set the oracle related values
umask 022
ORACLE_OWNER=oracle
ORACLE_BASE=/home/oracle
ORACLE_HOME=/home/oracle/OraHome1
ORACLE_SID=english
DBA=$ORACLE_BASE/admin
NLS_LANG=AMERICAN_AMERICA.UTF8
NLS_NCHAR=UTF8
PATH=$PATH:$ORACLE_HOME/bin
LD_LIBRARY_PATH=$ORACLE_HOME/lib

export ORACLE_BASE DBA ORACLE_OWNER ORACLE_HOME ORACLE_SID NLS_LANG
NLS_NCHAR PA

echo .profile executed - ORACLE variables are set to env


I noticed that
Add $ORACLE_HOME/lib to  /etc/ld.so.conf and rerun ldconfig
was not added. I added it and start to reinstall it...

Do you see anything wrong??
THANKS IN ADVANCE,

Istvan Bereti





-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of A V Flinsch
Sent: Wednesday, June 06, 2001 1:06 PM
To: Istvan Bereti; [EMAIL PROTECTED]
Subject: Re: [expert] Oracle 8.1.7 on LM7.2 PMON didn't start


On Wednesday 06 June 2001 02:23, Istvan Bereti wrote:
 Hi,

 I'm about to install Oracle 8.1.6 and 8.1.7 on LM7.2. I'm desperately
 looking for some help. The installation goes ok without problem but I
 can't create or start the instance. What I got is PMON not started. I
 can't get over this problem. I red all what I found on the web but that
 was not a help. I tried the pach from Oracle and I even relinked
 orecle. The problem is still pmon not started..
 Any idea or solution from those who managed to install it.
 BR,
 kapi

I have had it installed (both 8.1.6  8.1.7) on Mandrake 7.2 and never
had that problem.

What is the exact error text your getting? Post it along with the error
number.

A few ideas -

Make sure that $ORACLE_HOME is set in your environment
Make sure that $ORACLE_HOME/bin is in your path
Add $ORACLE_HOME/lib to  /etc/ld.so.conf and rerun ldconfig

One or more of the above usualy fix most post install errors.





--
Alex
Kernel Panic is General Failure's second in command






[expert] Xchat and firewalls

2001-06-06 Thread Brian Hartman

Hi, all.

I'm not sure if this is a Mandrake question, per se, but I thought I should 
ask anyway:

I recently got my Linksys router hoooked up (thanks to all who helped!), and 
I can browse the net and send mail fine.  But when I try to connect to a 
dalnet server in IRC, I can't do it, because it says I have to be runing 
ident (which I am, but I'm assuming that ident can't get through the router's 
firewall).  Has anyone else dealt with this problem and know of a fix?  TIA


Brian Hartman
[EMAIL PROTECTED]




[expert] samba 2.2.0 problems

2001-06-06 Thread satish k

hi all,
1)i recently downloaded samba souce from samba a
mirror site .i am running a mandrake 7.2 system.when i
build from this sources using spec of mandrake under
packaging/mandrake i could not get
addtosmbpass,smbadduser binaries in my
samba-2.0.2.rpm.
clearly he has hashed smbadduser patch in 2.2.0 spec.
can any one help me how to get this thing done 
i think it happens in the case of redhat also .

2)i am using linux kernel 2.2.17-14 with smbfs module
in it.i am using samba -2.2.0 on this system .when i
am trying to mount my homes share through komba or
xsmbrowser or by commandline i am getting error like :

 session setup failed: ERRSRV - ERRbadpw (Bad
password - name/password pair in a Tree Connect or
Session
Setup are invalid.)
SMB connection failed.

it is able to mount some shares of windows95 machine
in my network.

can anybody help me in these problems???

thank you for any help..,
satish

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




Re: [expert] routing problem

2001-06-06 Thread Pierre Fortin

Dan Swartzendruber wrote:
 
 you make some good points.  on the other hand, my feeling is that
 if he is going to configure this linux box as a router, it should
 participate as a router.  e.g. the routers on the respective network
 segments should treat it as such - either with static routes to the
 subnets or by running some dynamic protocol.

Agreed.  That's why I ended one posting (has ascii diagram) with:
BTW, you have no default route...  so the LM8.0 machine will not pass traffic
between NetA and NetB... 

Maybe that was too subtle...  :^)

Pierre




[expert] how to enable automount ?

2001-06-06 Thread Turgut Kalfaoglu

I cant figure this out; it seems I lost the ability to mount the CD's 
automatically.  Was it part of the kernel? I upgraded my kernel..
How do we enable it again?

Thanks! -t

-- 
EgeNet Internet Services:  http://www.egenet.com.tr
All of Turkey Online: http://find.egenet.com.tr




Re: [expert] Mandrake 8 update in pieces... - Failed

2001-06-06 Thread Leonardo T. de Carvalho

Civileme wrote:
 
 On Wednesday 30 May 2001 10:58, Leonardo T. de Carvalho wrote:
  Hi all..
 
I'm with a though problem here...
I use the powerful machine on the work to develop, thus I
  get many softwares (perl 5.6.1, Apache, mod_perl, MySQL,etc...)
  build from the tarballs to meet our requirements.
But one of my colleagues , a Windows user, need to work
  remotely on this machine.
Well, trying to do some updates on KDE, the bonehead here
  writing broke all K environment... Some libraries have to get upgra
  ded too...
And, by Murphy, my partner ONLY knows how to use the Kwrite,
  which simply coredumps on my deffective ambient.
I use Enlightenment and Gnome without a hitch, but...
Well, I've thought about a  parcial upgrade from MDK 7.2
  to 8, using the dependencies mechanism to upgrade the problematic
  issues... (K)
But a friend told me to DON'T do this, since it don't work...
All softs I build MAY stand on the way that works now.
So, I need a advice on getting some editor Ultra Edit-like
  (or Kwrite-like) or a way to get KDE working again...
 
Some idea?
Thanx
 
 Yep, DON'T
 
 Get a disk of MandrakeFreq, then do the following
 
 urpme qt
 urpme kde
 
 Then drop in the MandrakeFreq Update and reboot
 
 Choose Update
 
 Make sure you install your X the same way as before--use expert mode.
 
 This will give you a working copy of KDE2.1 without forcing you to go to a
 later Mandrake.

Hmmm.
And when this don' t works?
Sit down and cry calling Mama ?
=o)

Serious, I still getting the annoyins message:
  kmail
[1] 1264
[leonardo@ibizs07 leonardo]$ ERROR: KUniqueApplication: Trying to launch
kdeinit.
ERROR: KUniqueApplication: Trying to launch kdeinit.
kdeinit: Shutting down running client. 

And a swarm of kdinits zombieing my process table...
The interesting message I got was ERROR: KUniqueApplication: Can't
setup DCOP communication. 

Any hint?

Ah, and the process installed perl-base, and some other RPMS
from perl, despite I tryed NTO to do, the lock on the rpm was quite 
hard to break..
;-)

 
 Civileme

Thanx a lot
-- 
Leonardo T. de Carvalho
Ibiz Tecnologia
Frase aleatória:
Q: Why do firemen wear red suspenders?
A:  To conform with departmental regulations concerning uniform dress.





Re: [expert] Oracle 8.1.7 on LM7.2 PMON didn't start

2001-06-06 Thread Michael H. Collins

I had to recompile the kernel for more shared memory.  It is documented 
at the oracle site.

Istvan Bereti wrote:

 Hi,
 
 I'm about to install Oracle 8.1.6 and 8.1.7 on LM7.2. I'm desperately
 looking for some help. The installation goes ok without problem but I can't
 create or start the instance. What I got is PMON not started. I can't get
 over this problem. I red all what I found on the web but that was not a
 help. I tried the pach from Oracle and I even relinked orecle. The problem
 is still pmon not started..
 Any idea or solution from those who managed to install it.
 BR,
 kapi
 
 
 


-- 
Michael H. Collins  http://www.linuxlink.com
Spooz Publishing Group  http://www.spooz.com
512-476-8681 ext. 1004  800-383-8489 ext. 1004





Re: [expert] how to enable automount ?

2001-06-06 Thread Tom Brinkman


 On Wednesday 06 June 2001 08:17 am, Turgut Kalfaoglu wrote:
 I cant figure this out; it seems I lost the ability to mount the CD's
 automatically.  Was it part of the kernel? I upgraded my kernel..
 How do we enable it again?

 Thanks! -t


 7.x or 8.0?  Did you go from a 2.2.x to a 2.4.x kernel?  Take a look
 in  /etc/rc.d/init.d/mandrake_everytime    for the :

# Disabling supermount if not here
if [[ $(uname -m) != sparc*  ]];then
    if grep -q '^\/.*supermount.*' /etc/fstab  \
        ! grep -q '[[:space:]]supermount$' /proc/filesystems   \
        ! modprobe -n supermount /dev/null 2/dev/null  [ -x
 /usr/bin/perl ];then
        action Disabling Supermount /usr/sbin/supermount -i disable
    fi
fi

 section (the above is from 8.0).  With LM 7.x, 2.2.x kernels put
 'supermount.o' in a slight different directory location than the 2.4.x
 kernels use. So the first time you boot a 2.4 kernel, the script
 doesn't find the module, and overwrites /etc/fstab, and disables
 supermount. You'll need to edit mandrake_everytime to correct the
 location of the supermount module, and then run 'supermount -i enable'
 (see man supermount), restart.  With 8.0, it looks for supermount so
 all this shouldn't be a problem. Maybe none of this has to do with your
 problem, but it might be a good place to start lookin.
-- 
Tom Brinkman  [EMAIL PROTECTED] Galveston Bay




Re: [expert] IPTables Question

2001-06-06 Thread Rusty Carruth

Cyridian2000 [EMAIL PROTECTED] wrote:
 Hi Guys,
 
 I'm trying to setup IPTables for a basic route from eth1 to ppp0.
 
 I was wondering if someone could show me an exmaple of their working IPTables script 
so I could
 implement it on my own box, or point me in the right direction to a Idiots Guide to 
IPTables

Well, its not quite an idiots guide, but here is an intro:

http://mirkk.kurd.nu/~monmotha/firewall/index.php

and here is the actual stuff:

http://mirkk.kurd.nu/~monmotha/firewall/firewall/2.3/

It will get you started pretty well.  

If you understand concepts of firewalling, that should be enough to get
going.

If not, you want to learn the concepts - some other Rusty has a
'Rusty's three rules' (or something like that - I posted about
his thing last month or this month) is good (do a search using
your favorite search engine - in fact, I've found lots of good
stuff out there about firewalling by looking for things like
firewall, firewall setup, firewall howto, and so forth.

 Thanks

Hope this actually helps!

 NB

(eek!  html also! :-)  (You might want to turn that off if you can)

 !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
 HTMLHEAD


rc

(courtesy bcc sent direct to Cyridian)


Rusty Carruth  Email: [EMAIL PROTECTED] or [EMAIL PROTECTED]
Voice: (480) 345-3621  SnailMail: Schlumberger ATE
FAX:   (480) 345-8793 7855 S. River Parkway, Suite 116
Ham: N7IKQ @ 146.82+,pl 162.2 Tempe, AZ 85284-1825
ICBM: 33 20' 44N   111 53' 47W




[expert] samba/cups

2001-06-06 Thread Michael H. Collins

Ok.  I give up.  I want to remove cups and go to lpd.  I rpm -e cups and 
all that goes with it
and rpm -i lpd and its goodies.  I start printtool and it either 
installs cups or
if the cd is not in the drive  fails.  What is up with that?

Any help is greatly appreciated.  I am on the verge of putting a REDHAT 
6.2 Print server
in this network.  :-(

Oh, yes,  Remember,  I am the fellow who cannot get smbprint to print to 
98 boxen.
If I smbclient in with a P I can print whatever.  I am close..

Please halp.


-- 
Michael H. Collins  http://www.linuxlink.com
Spooz Publishing Group  http://www.spooz.com
512-476-8681 ext. 1004  800-383-8489 ext. 1004





[expert] Introduce myself

2001-06-06 Thread Shane D'Arcy

Hi All,

My name is Shane and I have just joined this list. I don't know if this
list is exactly what I am looking for. I have some questions regarding
developing apps for Linux, is this an appropriate list? if not could
anyone suggest one?

Kind regards
Shane  




re:[expert]VIA resources not properly recognized by Harddrake

2001-06-06 Thread David Scott



Ok, checked it out, and all the VIA settings beside 
experimental ones were set.

Sounds like you'll need to compile a kernel with 
these features as I'mpretty sure I saw most of them listed there. HardDrake 
is getting betterbut not all the hardware is supported (isapnp for 
instance).On Mon, 4 Jun 2001, David Scott wrote: I am 
currently running Mandrake 7.2. When viewing hardware under HardDrake, 
most of my VIA VP3 motherboard features do not appear to be recognized. 
This includes power management, pci-agp bridge, etc... The majority of 
them are listed last under a [?] entry. I noticed this when my video card, 
a hercules prophet II (agp), was listed as pci.  How do I get 
7.2 to recognize all of this properly?  Thanks. 



Re: [expert] DB2 problem

2001-06-06 Thread Scott Taylor

At 11:29 AM 06/05/01, Paul Cox wrote:
On Tuesday, Jun 05, 2001, Scott Taylor wrote:

  I'm running LM7.2 and every morning I get this annoying message from
  cron.daily about DB2 problem:
 
  From: Cron Daemon root
  To: root
  Subject: Cron root run-parts /etc/cron.daily
 
  DB2 problem...: missing or empty key value specified
 
  Has anyone seen this, know how to get rid of it?
  I know it comes from /etc/cron.daily but I can't see the reference to it,
  an I don't remember installing any IBM database stuff.

If I remember right, this is from the htdig cron job.  If memory serves,
after I setup htdig (/etc/htdig/htdig.conf) to scan what I wanted, I
didn't get that message anymore.  I could be wrong, though.

That wasn't it either.  htdig runs fine without any errors.
Thanks for the suggestion.





Re: [expert] append= mem=2048M

2001-06-06 Thread Scott D. Pham

Yes the system is a Dell poweredge 2550, it came with 2gbs of ram. I 
can't seem to get LM8.0 standard to see the other ram. I don't know what 
the limitation is on LM8.0.

Leonardo T. de Carvalho wrote:

 Scott D. Pham wrote:
 
 When I append this to my /etc/lilo.conf it doesn't work. My system only
 shows 897M of memory, when it has 2gbs. Any ran across this problem
 before and know how to fix this ? Thanks !!
 
 --
 Scott D. Pham
 System Administrator
 Incellico, INC
 919-484-7222 x 223
 www.incellico.com
 2327 Englert Dr
 Durham, NC 27713
 
 
   Did your mainboard SUPPORT so much memory?
 
   See it


-- 
Scott D. Pham
System Administrator
Incellico, INC
919-484-7222 x 223
www.incellico.com
2327 Englert Dr
Durham, NC 27713





Re: [expert] append= mem=2048M

2001-06-06 Thread Alexander Skwar

So sprach Scott D. Pham am Wed, Jun 06, 2001 at 01:54:22PM -0400:
 When I append this to my /etc/lilo.conf it doesn't work. My system only 
 shows 897M of memory, when it has 2gbs. Any ran across this problem 
 before and know how to fix this ? Thanks !!

Uhm, I think to use that much memory, you need to use the -enterprise kernel
that comes with 8.0.  Don't know for sure, though.

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
Uptime: 1 day 20 hours 39 minutes




Re: [expert] append= mem=2048M

2001-06-06 Thread Leonardo T. de Carvalho

Scott D. Pham wrote:
 
 Yes the system is a Dell poweredge 2550, it came with 2gbs of ram. I
 can't seem to get LM8.0 standard to see the other ram. I don't know what
 the limitation is on LM8.0.
 

Well, on the instalation , did you enabled the feature 
about MANY memory?
And put a space after the '=', sometimes this work...
=o)

Good luck
 --
 Scott D. Pham
 System Administrator
 Incellico, INC
 919-484-7222 x 223
 www.incellico.com
 2327 Englert Dr
 Durham, NC 27713

-- 
Leonardo T. de Carvalho
Ibiz Tecnologia
Frase aleatória:
Artistic ventures highlighted.  Rob a museum.





Re: [expert] append= mem=2048M

2001-06-06 Thread Leonardo T. de Carvalho

Scott D. Pham wrote:
 
 Enable Alot of memory ? No I didn't see that anywhere. Maybe I missed
 it. And yes I did add a space to append= mem=2048M. Enterprise Kernel
 ? Where can I find that ?
 

Or recompile the kernel, there's a option about huge memory
on the configuration.
It's your best chance to get all memory up and runnig on 
about 25 minutes...
=o)

G.L.
 --
 Scott D. Pham
 System Administrator
 Incellico, INC
 919-484-7222 x 223
 www.incellico.com
 2327 Englert Dr
 Durham, NC 27713

-- 
Leonardo T. de Carvalho
Ibiz Tecnologia
Frase aleatória:
The secret of happiness is total disregard of everybody.





Re: [expert] DB2 problem

2001-06-06 Thread Paul Cox

On Wednesday, Jun 06, 2001, Scott Taylor wrote:

   From: Cron Daemon root
   To: root
   Subject: Cron root run-parts /etc/cron.daily
  
   DB2 problem...: missing or empty key value specified
  
   Has anyone seen this, know how to get rid of it?
   I know it comes from /etc/cron.daily but I can't see the reference to it,
   an I don't remember installing any IBM database stuff.
 
 If I remember right, this is from the htdig cron job.  If memory serves,
 after I setup htdig (/etc/htdig/htdig.conf) to scan what I wanted, I
 didn't get that message anymore.  I could be wrong, though.
 
 That wasn't it either.  htdig runs fine without any errors.
 Thanks for the suggestion.

I was sure that was it... oh well, sorry I couldn't help you.  I know I
fixed that somehow.  Have you looked at the contents of all the scripts
in cron.daily?  Maybe one of them mentions something about DB2?

-- 
[EMAIL PROTECTED], ICQ#: 25370820, OpenPGP key at www.keyserver.net
1024D/39F0BBF4 2024 B7CB 10BF 6BE7 2ECE  E0FD 1360 0181 39F0 BBF4

Current Linux uptime: 5 days 17 hours 2 minutes.




Re: [expert] samba/cups

2001-06-06 Thread Alan Shoemaker

Michael H. Collins wrote:
 Ok.  I give up.  I want to remove cups and go to lpd.  I
 rpm -e cups and all that goes with it
 and rpm -i lpd and its goodies.  I start printtool and it
 either installs cups or
 if the cd is not in the drive  fails.  What is up with
 that?

 Any help is greatly appreciated.  I am on the verge of
 putting a REDHAT 6.2 Print server
 in this network.  :-(

 Oh, yes,  Remember,  I am the fellow who cannot get
 smbprint to print to 98 boxen.
 If I smbclient in with a P I can print whatever.  I am
 close..

 Please halp.

Michaelhere's how I did it (maybe you can compare and see 
what you might have done differently):

remove the following (since you installed a 1.8 version 
you'll have to allow for the version differences)

 rpm -e --nodeps cups-1.1.6-21mdk
 rpm -e --nodeps cups-common-1.1.6-21mdk
 rpm -e --nodeps cups-drivers-1.0-30mdk
 rpm -e --nodeps kups-1.1-6mdk
 rpm -e --nodeps qtcups-2.1-11mdk

then delete these directories

 /var/spool/cups
 /var/log/cups
 /usr/share/cups
 /usr/lib/cups
 /etc/cups

then put the following rpm files in an otherwise empty 
directory and install them all at once using:

rpm -ivh *

 lpr-0.50-10mdk.i586.rpm
 rhs-printfilters-1.76-3mdk.i586.rpm
 printtool-3.43-2mdk.noarch.rpm (mdk 7.0)
 control-panel-3.11-17mdk (mdk 7.2)
 mpage-2.5.1-12mdk (7.2)

if, like I did, you get a dependency error for printtool 
needing rhs-printfilters-with-ppa then add a nodeps to the 
command line like this:

rpm -ivh --nodeps *

Then open a console window, 'su -' to become root 
and execute printtool to set up a printer.

It's working just fine on my mdk 8.0 system.
-- 
Alan




Re: [expert] DB2 problem

2001-06-06 Thread Scott Taylor

At 11:57 AM 06/06/01, Paul Cox wrote:
On Wednesday, Jun 06, 2001, Scott Taylor wrote:

From: Cron Daemon root
To: root
Subject: Cron root run-parts /etc/cron.daily
   
DB2 problem...: missing or empty key value specified
   
Has anyone seen this, know how to get rid of it?
I know it comes from /etc/cron.daily but I can't see the reference 
 to it,
an I don't remember installing any IBM database stuff.
  
  If I remember right, this is from the htdig cron job.  If memory serves,
  after I setup htdig (/etc/htdig/htdig.conf) to scan what I wanted, I
  didn't get that message anymore.  I could be wrong, though.
 
  That wasn't it either.  htdig runs fine without any errors.
  Thanks for the suggestion.

I was sure that was it... oh well, sorry I couldn't help you.  I know I
fixed that somehow.  Have you looked at the contents of all the scripts
in cron.daily?  Maybe one of them mentions something about DB2?

Checked, no reference to it, it has to be something else I installed, that 
I'm sure I'm not using, it's probably broken, and I'd rather just remove 
it, whatever it is. :)

Guess I could remark out each job until I find the right one.

cheers.

Scott.





Re: [expert] append= mem=2048M

2001-06-06 Thread Alexander Skwar

So sprach Leonardo T. de Carvalho am Wed, Jun 06, 2001 at 03:21:35PM -0300:
   Or recompile the kernel, there's a option about huge memory
 on the configuration.
   It's your best chance to get all memory up and runnig on 
 about 25 minutes...

Or take just 10 seconds and try the enterprise kernel which is built with
this option.

At least try it - it's not as if it's gonna break something...

[askwar@teich www.nr-eins.to]$ rpm -qpi
/mnt/loop2/Mandrake/RPMS2/kernel-enterprise-2.4.3-20mdk.i586.rpm 
Name: kernel-enterpriseRelocations: (not relocateable)
Version : 2.4.3 Vendor: MandrakeSoft
Release : 20mdk Build Date: Son 15 Apr 2001 23:22:37 CEST
Install date: (not installed)   Build Host: no.mandrakesoft.com
Group   : System/Kernel and hardwareSource RPM: kernel-2.4.3-20mdk.src.rpm
Size: 11035204 License: GPL
Packager: Chmouel Boudjnah [EMAIL PROTECTED]
Summary : The Linux Kernel compiled with options for Enterprise server
usage.
Description :
This package includes a kernel that has appropriate configuration options
enabled for the typical large enterprise server.  This includes SMP support
for multiple processor machines, support for large memory configurations
and other appropriate items.


Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
Uptime: 1 day 22 hours 29 minutes




Re: [expert] DB2 problem

2001-06-06 Thread Scott Taylor

At 11:57 AM 06/06/01, Paul Cox wrote:
On Wednesday, Jun 06, 2001, Scott Taylor wrote:


  If I remember right, this is from the htdig cron job.  If memory serves,
  after I setup htdig (/etc/htdig/htdig.conf) to scan what I wanted, I
  didn't get that message anymore.  I could be wrong, though.
 
  That wasn't it either.  htdig runs fine without any errors.
  Thanks for the suggestion.

I was sure that was it... oh well, sorry I couldn't help you.  I know I
fixed that somehow.  Have you looked at the contents of all the scripts in 
cron.daily?  Maybe one of them mentions something about DB2?

Sorry, I was wrong.  I removed the su - out of that line and it runs 
fine, just out of curiosity I tried it with the su - in and the error 
occurred right away.

So, why was su - in there in the first place?

Scott.





Re: [expert] append= mem=2048M

2001-06-06 Thread Scott D. Pham

Nevermind I found it on the 2nd cd. Thanks. I will let you know if this 
works. I have a compiled kernel ready to go just in case. =)

Scott D. Pham wrote:

 is this located on the cd ?
 
 Alexander Skwar wrote:
 
 So sprach Leonardo T. de Carvalho am Wed, Jun 06, 2001 at 03:21:35PM 
 -0300:
 
 Or recompile the kernel, there's a option about huge memory
 on the configuration.
 It's your best chance to get all memory up and runnig on about 
 25 minutes...
 
 
 
 Or take just 10 seconds and try the enterprise kernel which is built 
 with
 this option.
 
 At least try it - it's not as if it's gonna break something...
 
 [askwar@teich www.nr-eins.to]$ rpm -qpi
 /mnt/loop2/Mandrake/RPMS2/kernel-enterprise-2.4.3-20mdk.i586.rpm 
 Name: kernel-enterpriseRelocations: (not 
 relocateable)
 Version : 2.4.3 Vendor: MandrakeSoft
 Release : 20mdk Build Date: Son 15 Apr 
 200123:22:37 CEST
 Install date: (not installed)   Build Host: 
 no.mandrakesoft.com
 Group   : System/Kernel and hardwareSource RPM:
 kernel-2.4.3-20mdk.src.rpm
 Size: 11035204 License: GPL
 Packager: Chmouel Boudjnah [EMAIL PROTECTED]
 Summary : The Linux Kernel compiled with options for Enterprise 
 server
 usage.
 Description :
 This package includes a kernel that has appropriate configuration 
 options
 enabled for the typical large enterprise server.  This includes SMP 
 support
 for multiple processor machines, support for large memory configurations
 and other appropriate items.
 
 
 Alexander Skwar
 
 
 

-- 
Scott D. Pham
System Administrator
Incellico, INC
919-484-7222 x 223
www.incellico.com
2327 Englert Dr
Durham, NC 27713





Re: [expert] append= mem=2048M

2001-06-06 Thread Alexander Skwar

So sprach Scott D. Pham am Wed, Jun 06, 2001 at 04:05:24PM -0400:
 is this located on the cd ?

Yes, it is.  2nd CD.  If it's not (don't know about the boxed version), it's
available at a Mandrake repository (like the ones you can add with the
software manager)

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
Uptime: 1 day 23 hours 4 minutes




Re: [expert] It works

2001-06-06 Thread Alexander Skwar

So sprach Scott D. Pham am Wed, Jun 06, 2001 at 04:27:36PM -0400:
 I did what Alex said and it works like a champ. Mandrake 8 Rules !!! 
 It's the best distro yet, imho.
 
 Thanks guys alot !!

Ah, nice to hear!

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
Uptime: 1 day 23 hours 41 minutes




[expert] Nvidia hell

2001-06-06 Thread John W

 I have taken all the steps to get the Nvidia drivers working. I tried the 
rpms because I was lazy, I tried the src.rpms because thats what real men 
use, and I tried the tarballs because that what everyone else uses. 
 I have LM 8.0 installed on:
AMD K6-2 500
ASUS P5A mobo   
256 MB ram
15 Gig WD HD
1.0-1251 NVIDIA Drivers
Hercules Prophet 2 MX PCI (yes PCI)

 I made the proper additions to the Xf86config-4 file I set the runlevel to 3 
and boot to a console. I am able to run games like Chromium but anything more 
advanced than that locks up my box like windows after you move the mouse. 
Tux racer and Quake 3 never get past the splash screens and I hear the sound 
but it is locked tight.BZflag never starts though it tries and open universe 
worked on my old diamond stealth 2000 2MB card. I have become an expert at 
issuing fsck and resloving filesystem problems I must say. I hate to use the 
old cliche but all works great in windows. Might this be related to the fact 
the card is PCI?
 I have invested more time in trying to resolve this than it took to rebuild 
the engine in my 76 280Z!!
 
 TIA,
 John W




Re: [expert] Oracle 8.1.7 on LM7.2 PMON didn't start

2001-06-06 Thread A V Flinsch

On Wednesday 06 June 2001 10:14, Michael H. Collins wrote:
 I had to recompile the kernel for more shared memory.  It is documented
 at the oracle site.

Yes, you might need to increase shared memory, the docs are on technet.

Another thing to look at is permissions on the directories that the trace 
files are being written to.



 Istvan Bereti wrote:
  Hi,
 
  I'm about to install Oracle 8.1.6 and 8.1.7 on LM7.2. I'm desperately
  looking for some help. The installation goes ok without problem but I
  can't create or start the instance. What I got is PMON not started. I
  can't get over this problem. I red all what I found on the web but
  that was not a help. I tried the pach from Oracle and I even relinked
  orecle. The problem is still pmon not started..
  Any idea or solution from those who managed to install it.
  BR,
  kapi

-- 
Alex
Kernel Panic is General Failure's second in command




RE: [expert] Oracle 8.1.7 on LM7.2 PMON didn't start

2001-06-06 Thread Istvan Bereti

Hi,

Thanks! I'm getting desperate...
So the installation goes on and when the DB assistants tries to create the
database table it always hangs about at 80%.
Ok I saved the next time and went step by step on the shell script that was
created by the DB assistant. I found that it hangs when tries to tries to
start up. The commend in the script is something like startup nomount
file=./sqlenglis.ora
So that's the moment when it waits for 2 min and gives the messaege


Oracle8i Enterprise Edition Release 8.1.6.1.0 - Production
With the Partitioning option
JServer Release 8.1.6.0.0 - Production

SVRMGR connect internal
Connected.
SVRMGR startup
ORA-00445: background process PMON did not start after 120 seconds
SVRMGR



here is the oracle bash profile:
#!/bin/bash

# Set the oracle related values
umask 022
ORACLE_OWNER=oracle
ORACLE_BASE=/home/oracle
ORACLE_HOME=/home/oracle/OraHome1
ORACLE_SID=english
DBA=$ORACLE_BASE/admin
NLS_LANG=AMERICAN_AMERICA.UTF8
NLS_NCHAR=UTF8
PATH=$PATH:$ORACLE_HOME/bin
LD_LIBRARY_PATH=$ORACLE_HOME/lib

export ORACLE_BASE DBA ORACLE_OWNER ORACLE_HOME ORACLE_SID NLS_LANG
NLS_NCHAR PA

echo .profile executed - ORACLE variables are set to env


I noticed that
Add $ORACLE_HOME/lib to  /etc/ld.so.conf and rerun ldconfig
was not added. I added it and start to reinstall it...

Do you see anything wrong??
THANKS IN ADVANCE,

Istvan Bereti





-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of A V Flinsch
Sent: Wednesday, June 06, 2001 1:06 PM
To: Istvan Bereti; [EMAIL PROTECTED]
Subject: Re: [expert] Oracle 8.1.7 on LM7.2 PMON didn't start


On Wednesday 06 June 2001 02:23, Istvan Bereti wrote:
 Hi,

 I'm about to install Oracle 8.1.6 and 8.1.7 on LM7.2. I'm desperately
 looking for some help. The installation goes ok without problem but I
 can't create or start the instance. What I got is PMON not started. I
 can't get over this problem. I red all what I found on the web but that
 was not a help. I tried the pach from Oracle and I even relinked
 orecle. The problem is still pmon not started..
 Any idea or solution from those who managed to install it.
 BR,
 kapi

I have had it installed (both 8.1.6  8.1.7) on Mandrake 7.2 and never
had that problem.

What is the exact error text your getting? Post it along with the error
number.

A few ideas -

Make sure that $ORACLE_HOME is set in your environment
Make sure that $ORACLE_HOME/bin is in your path
Add $ORACLE_HOME/lib to  /etc/ld.so.conf and rerun ldconfig

One or more of the above usualy fix most post install errors.





--
Alex
Kernel Panic is General Failure's second in command





Re: [expert] Xchat and firewalls

2001-06-06 Thread Jeanette Russo

Pierre Fortin wrote:
 
 Brian Hartman wrote:
 
  Hi, all.
 
  I'm not sure if this is a Mandrake question, per se, but I thought I should
  ask anyway:
 
  I recently got my Linksys router hoooked up (thanks to all who helped!), and
  I can browse the net and send mail fine.  But when I try to connect to a
  dalnet server in IRC, I can't do it, because it says I have to be runing
  ident (which I am, but I'm assuming that ident can't get through the router's
  firewall).  Has anyone else dealt with this problem and know of a fix?  TIA
 
 I've never used IRC; but if it's just a matter of getting ident thru the
 LinkSys, go to AdvancedSetup-Forwarding and add port 113.
 
 HTH,
 Pierre
 
  Brian Hartman
  [EMAIL PROTECTED]


I am having the same problem and I tried opening 113 and still says no
Identd.  It is installed and running
Jeanette




Re: [expert] Xchat and firewalls

2001-06-06 Thread Raja Bhatia

The Linksys router just does NAT and port forwarding... I think the problem 
is that the linksys is trying to NAT the identd service, which is most likely 
causing some problems. Try creating a manual port forwarding rule to the box 
that you are irc'ing from.
Cheers,

Nitin Raja Bhatia


On June  6, 2001 07:10 pm, Jeanette Russo wrote:
 Pierre Fortin wrote:
  Brian Hartman wrote:
   Hi, all.
  
   I'm not sure if this is a Mandrake question, per se, but I thought I
   should ask anyway:
  
   I recently got my Linksys router hoooked up (thanks to all who
   helped!), and I can browse the net and send mail fine.  But when I try
   to connect to a dalnet server in IRC, I can't do it, because it says I
   have to be runing ident (which I am, but I'm assuming that ident can't
   get through the router's firewall).  Has anyone else dealt with this
   problem and know of a fix?  TIA
 
  I've never used IRC; but if it's just a matter of getting ident thru the
  LinkSys, go to AdvancedSetup-Forwarding and add port 113.
 
  HTH,
  Pierre
 
   Brian Hartman
   [EMAIL PROTECTED]

 I am having the same problem and I tried opening 113 and still says no
 Identd.  It is installed and running
 Jeanette




[expert] IPTables Question

2001-06-06 Thread Cyridian2000




Hi Guys,

I'm trying to setup IPTables for a basic route from 
eth1 to ppp0.

I was wondering if someone could show me an exmaple 
of their working IPTables script so I could implement it on my own box, or point 
me in the right direction to a "Idiots Guide to IPTables"

Thanks
NB


[expert] Strange behaviour

2001-06-06 Thread Lyric


Hey guys,

I'm seeing some strange behaviour from my Linux server at the moment...

I'm using it as a server for internet, files, and apache is bound to my
internal interfaces (ports closed to the outside world for that).

Anyways, it seems that squid is running away.  Just out of the blue I
looked over at my modem and the traffic lights were flashing like made.
When I ran top it mentioned kapm-idled and squid were running at the top
of the list.

I shut squid down, and the strange traffic just stopped... I strated it
back up and same as beforee. the traffic lights are going mad...

Does anyone have any idea what could be causing this?

Thanks


Current Linux kernel 2.4.3-20mdk uptime: 1 day 22 hours 42 minutes.





[expert]

2001-06-06 Thread Steve Kieu

Hi,

well I installed java plugin when mozilla ask me to
do, but it failled. then I download the
j2sdk-1_3_1-linux-rpm.bin from Sun, Install it,
etc...; now Java in Mozilla works (I test it with all
the demo) but only in http://chat.yahoo.com/ this
applet causes Mozilla crashed. dont know it is mozilla
issue or Sun or yahoo, I suspect it is yahoo ; but
;

Any ideas how to make it work? thanks...



=
S.KIEU

_
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!




RE: [expert] Oracle 8.1.7 on LM7.2 PMON didn't start solved

2001-06-06 Thread Istvan Bereti

Hi all,

Finally I found the solution. I had to do the install in safe mode and all
went fine. I don't know why this was not documented or I skipped it???
Anyway next time I will know...
Do I have to do all the installations in safe mode or this is just Oracle
specific..??
BR,
Kapi

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Michael H. Collins
Sent: Wednesday, June 06, 2001 5:14 PM
To: Istvan Bereti
Cc: [EMAIL PROTECTED]
Subject: Re: [expert] Oracle 8.1.7 on LM7.2 PMON didn't start


I had to recompile the kernel for more shared memory.  It is documented
at the oracle site.

Istvan Bereti wrote:

 Hi,

 I'm about to install Oracle 8.1.6 and 8.1.7 on LM7.2. I'm desperately
 looking for some help. The installation goes ok without problem but I
can't
 create or start the instance. What I got is PMON not started. I can't get
 over this problem. I red all what I found on the web but that was not a
 help. I tried the pach from Oracle and I even relinked orecle. The problem
 is still pmon not started..
 Any idea or solution from those who managed to install it.
 BR,
 kapi





--
Michael H. Collins  http://www.linuxlink.com
Spooz Publishing Group  http://www.spooz.com
512-476-8681 ext. 1004  800-383-8489 ext. 1004






Re: [expert] route

2001-06-06 Thread Felix Miata

Pierre Fortin wrote:
 
 Felix Miata wrote:

  Pierre Fortin wrote:
 
  Now I've #'ed the compatibility section you said to delete.

  route -n (no ppp):
  Kernel IP routing table
  Destination Gateway Genmask Flags Metric RefUse Iface
  192.168.0.540.0.0.0 255.255.255.255 UH0  00 eth0
  192.168.0.0 0.0.0.0 255.255.255.0   U 0  00 eth0
  127.0.0.0   0.0.0.0 255.0.0.0   U 0  00 lo

  route -n (with ppp):
  Kernel IP routing table
  Destination Gateway Genmask Flags Metric RefUse Iface
  209.208.25.20   0.0.0.0 255.255.255.255 UH0  00 ppp0
  192.168.0.540.0.0.0 255.255.255.255 UH0  00 eth0
  192.168.0.0 0.0.0.0 255.255.255.0   U 0  00 eth0
  127.0.0.0   0.0.0.0 255.0.0.0   U 0  00 lo
  0.0.0.0 209.208.25.20   0.0.0.0 UG0  00 ppp0

  My other machines still can't see the internet when st21s has active ppp.
  netstat -arp on OS/2 shows the following first line:

  Destination Router  Netmask Flags Metric RefUse Iface
  default 192.168.0.54  0.0.0.0   UG0  0   28 lan0

 This will work for internal communication...  this machine has only one way out
 and everything can go via a single default route.

If st21s (.54) isn't up, none of the other local machines can ping any
others. Seems like this should not be so. Also, the IP Masquerade mini
HOWTO says:

Configuring OS/2 Warp

   6.Set the same DNS (Nameserver) Address that your Linux host uses in
'Hosts'.

I currently have no DNS addresses in the OS/2 hosts file. Is this
consistent with what you wrote above?
 
 You now need to setup ipmasq on st21s to allow OS/2 to communicate through it.
 
  So, I'm still not where I need to be. Maybe closer I hop. I guess I'm still short
  on understanding the gateway concept and how it is implemented.
 
 gateway is just another term for router in this context.  You now need to setup
 address translation (NAT aka ipmasq)...

Is ipmasq just a nick for IP masquerade and/or NAT, or an actual Linux
executable (which I don't see in /sbin)? I found the IPCHAINS  IP
Masquerade (mini  full) HOWTO's. Between those and the help from you,
Ian, and a Usenet poster, my /etc/rc.d/rc.local ends with the following:
  
/sbin/ifconfig eth0 192.168.0.54 netmask 255.255.255.0
up 
/sbin/ifconfig lo 127.0.0.1
up
#/sbin/route add -host 127.0.0.1
lo   
#/sbin/route add default gw
192.168.0.54  
#/sbin/route add -net 192.168.0.0 netmask 255.255.255.0 gw
192.168.0.54   
  
echo 1 
/proc/sys/net/ipv4/ip_forward
/sbin/ipchains -P forward
DENY
/sbin/ipchains -A forward -s 192.168.0.0/16  -j MASQ

This is providing the machines on my local network access to the
internet as long as st21s has an active ppp connection, so I have made
major progress. However, I'm absolutely unsure about whether what I've
done is a desirable way to reach that end, or whether I should be doing
more than I have. If all I needed to do is what I did do, why didn't I
find a simple example anywhere that simply states howto? Surely a
configuration much like mine is common.

Thanks again! It would probably have taken me an extra week at least
without the help.
-- 
A fool gives full vent to his anger, but a wise man keeps himself under
control.Proverbs 29:11 NKJV

Written on OS/2, but routed to you via Linux

Felix Miata  ***  http://mrmazda.members.atlantic.net/





[expert] Terminal screen unusable

2001-06-06 Thread M L Cates

I am running LM8.0, XFree3.3.6, with an Alliance AT3D video card.
My problem is this:
After starting X (KDE) if I do a CTRL-ALT-F1 or F2,etc. I cannot read the 
screen.
Also even after I shutdown X the problem remains. The screen is out of sync
basically with about 8 - 10 vertical frames displayed each about 1 inch high
stair stepped down my screen.

I previously was running RH7.0 with no problem and have run Mandrake 7.1 on
this machine with no problem.

Does anybody out there have any idea what could cause this?

Thanks
Mike Cates





[expert] Java plugin in Mozilla

2001-06-06 Thread Steve Kieu

hi,

sorry i did not type the subject correctly :-) in last
post.

 Hi,
 
 well I installed java plugin when mozilla ask me to
 do, but it failled. then I download the
 j2sdk-1_3_1-linux-rpm.bin from Sun, Install it,
 etc...; now Java in Mozilla works (I test it with
 all
 the demo) but only in http://chat.yahoo.com/ this
 applet causes Mozilla crashed. dont know it is
 mozilla
 issue or Sun or yahoo, I suspect it is yahoo ; but
 ;
 
 Any ideas how to make it work? thanks...
 
 
 
 =
 S.KIEU
 

_
 http://messenger.yahoo.com.au - Yahoo! Messenger
 - Voice chat, mail alerts, stock quotes and
 favourite news and lots more!
 


=
S.KIEU

_
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!




Re: [expert] route

2001-06-06 Thread Felix Miata

Ian Cottrell wrote:
 
 I don't have ppp (using cable modem), so my routing table is not quite the
 same, but here it is anyway:
 
 Kernel IP routing table
 Destination   Gateway Genmask Flags Metric RefUse Iface
 192.168.53.254  0.0.0.0 255.255.255.255   UH 0   0   0  eth1
 192.168.53.0  0.0.0.0 255.255.255.0  U   0   0   0   eth1
 24.156.70.00.0.0.0 255.255.254.0  U   0   0   0   
eth0
 127.0.0.00.0.0.0255.0.0.0  U   0  00 
 lo
 0.0.0.0   24.156.70.1  0.0.0.0 UG 0  00 
eth0
 
 In detail:
  192.168.53.254 is the host ip of the 'inside' (secure) network.  Both the
 netmask (255.255.255.255) and the flags (U = route is up, H = target is a
 host) are correct for this device.  It is reached through eth1.
 
  192.168.53.0 is the sucure network.  Again the netmask and flags are
 correct.  This is also reached through eth1.
 
  24.156.70.0 is the outside (unsecure) network and again, netmask and
 flags are fine.  This network is, however, reached via eth0.
 
  0.0.0.0 is the 'default route' or the 'gateway of last resort'.  When no
 other route is appropriate, data are sent here.  This is the only entry that
 has (or needs) a gateway address and that address is supplied by @home
 via dhcp.  Its netmask is correct for 'the universe' (everything) and the flags
 indicate that it is up and that it is a gateway.

  Now notice that I have defined 1 host, 1 gateway and 1 local host and 2
 networks while you have defined 2 hosts, 1 gateway and 1 local host and 1
 network.  Forgetting localhost, I have 1 network defined for each interface,
 one host and one default route.  Damn, this seems to be going on and on!
 Anyway, I believe that your ifcfg-* files are still incorrect and that you do

I'd like to know. ;-)

 not need the the ifconfig statements in rc.local.  I could be totally wrong
 here; I'm the first to admit that I know NOTHING about ppp.  It could also
 be a function of the version that you are running.  All of my Linux
 experience is the RH 6.x and MDK 8.0 (although I have been networking
 with various Unices since the early 80's).

As it turns out, I forgot I upped this box to RHL 6.2 over a year ago. I
use this one to focus on command line stuff, but like the default MDK
GUI much better than Gnome. Even mc works better on MDK.

 You did not post your ifcfg-ppp file (I believe that there should be one). I

I don't see one. Did you mean this?:
/etc/sysconfig/network-scripts/ifup-ppp
#!/bin/sh
PATH=/sbin:/usr/sbin:/bin:/usr/bin

# ifup-post for PPP is handled through /etc/ppp/ip-up

if [ $1 != daemon ] ; then
  # just in case a full path to the configuration file is passed in
  ifcfg=$(basename $1)
  shift
  # let ppp-watch do the right thing
  exec /sbin/ppp-watch $ifcfg $@
fi
shift

cd /etc/sysconfig/network-scripts
. network-functions

CONFIG=$1
[ -f $CONFIG ] || CONFIG=ifcfg-$1
source_config

if [ -z $DISCONNECTTIMEOUT ]; then
  DISCONNECTTIMEOUT=2
  DISCONNECTTIMEOUT=2
fi

if [ -z $RETRYTIMEOUT ]; then
  RETRYTIMEOUT=30
fi

if [ $2 = boot -a ${ONBOOT} = no ]; then
  exit
fi

[ -x /usr/sbin/pppd ] || {
  echo /usr/sbin/pppd does not exist or is not executable
  echo ifup-ppp for $DEVICE exiting
  logger -p daemon.info -t ifup-ppp \
/usr/sbin/pppd does not exist or is not executable for $DEVICE
  exit 1
}

[ -n $WVDIALSECT -o -f /etc/sysconfig/network-scripts/chat-$DEVICE ]
|| {
  echo /etc/sysconfig/network-scripts/chat-$DEVICE does not exist
  echo ifup-ppp for $DEVICE exiting
  logger -p daemon.info -t ifup-ppp \
/etc/sysconfig/network-scripts/chat-$DEVICE does not exist for
$DEVICE
/etc/sysconfig/network-scripts/chat-$DEVICE does not exist for
$DEVICE
  exit 1
}

opts=lock
if [ ${HARDFLOWCTL} != no ] ; then
  opts=$opts modem crtscts
fi
if [ ${ESCAPECHARS} != yes ] ; then
  opts=$opts asyncmap 
fi
if [ ${DEFROUTE} != no ] ; then
  # pppd will no longer delete an existing default route
  # so we have to help it out a little here.
  route del default /dev/null 21
  opts=$opts defaultroute
fi
if [ ${PEERDNS} != no ] ; then
  opts=$opts usepeerdns
fi
if [ -n ${MRU} ] ; then
  opts=$opts mru ${MRU}
fi
if [ -n ${MTU} ] ; then
 if [ -n ${MTU} ] ; then
  opts=$opts mtu ${MTU}
fi
if [ -n ${IPADDR}${REMIP} ] ; then
  # if either IP address is set, the following will work.
  opts=$opts ${IPADDR}:${REMIP}
fi
if [ -n ${PAPNAME} ] ; then
  opts=$opts user ${PAPNAME} remotename ${DEVNAME}
fi
if [ ${DEBUG} = yes ] ; then
  opts=$opts debug
  chatdbg=-v
fi

if [ -z $WVDIALSECT ] ; then
  CHATSCRIPT=/etc/sysconfig/network-scripts/chat-$DEVNAME
  [ -f $CHATSCRIPT ] || {
CHATSCRIPT=/etc/sysconfig/network-scripts/chat-$PARENTDEVNAME
  }
else
  CHATSCRIPT=
fi

(logger -p daemon.info -t ifup-ppp \
  pppd started for $DEVICE on $MODEMPORT at $LINESPEED )

if [ -n $WVDIALSECT ] ; then
  exec 

Re: [expert] Terminal screen unusable

2001-06-06 Thread Felix Miata

M L Cates wrote:
 
 I am running LM8.0, XFree3.3.6, with an Alliance AT3D video card.
 My problem is this:
 After starting X (KDE) if I do a CTRL-ALT-F1 or F2,etc. I cannot read the screen.
 Also even after I shutdown X the problem remains. The screen is out of sync
 basically with about 8 - 10 vertical frames displayed each about 1 inch high
 stair stepped down my screen.
 
 I previously was running RH7.0 with no problem and have run Mandrake 7.1 on
 this machine with no problem.
 
 Does anybody out there have any idea what could cause this?

Just an idea. If you are running X in one of the highest res modes
supported by your card and monitor, try X in a lower resolution mode and
see if the behavior changes. I could be a monitor design shortcoming
rather than an OS problem per se.
-- 
A fool gives full vent to his anger, but a wise man keeps himself under
control.Proverbs 29:11 NKJV

Felix Miata  ***  http://mrmazda.members.atlantic.net/ - Not just a FAQ





Re[2]: [expert] DB2 problem

2001-06-06 Thread Rusty Carruth

Scott Taylor [EMAIL PROTECTED] wrote:
 
 Guess I could remark out each job until I find the right one.

when you find out, let us all know, I've got the same thing that
I've been ignoring for a while too - and if you don't find it
I've decided its time for me to go figure it out ;-)

Hold on a minute.  we've got search engines!  Here:

http://groups.google.com/groups?hl=enlr=safe=offth=5d504eb7cd4ffa42,10rnum=8ic=1selm=ge0l6.1058%24Bz2.546180%40typhoon.southeast.rr.com

The short version is - there is a cron job using htdig, which is apparently
for help indexing and other stuff.  Apparently you can just turn it off,
if you don't want anything other than help indexing.  check the file
etc/cron.daily/htdig-dbgen to see if you can find ht being run in there

rc


Rusty Carruth  Email: [EMAIL PROTECTED] or [EMAIL PROTECTED]
Voice: (480) 345-3621  SnailMail: Schlumberger ATE
FAX:   (480) 345-8793 7855 S. River Parkway, Suite 116
Ham: N7IKQ @ 146.82+,pl 162.2 Tempe, AZ 85284-1825
ICBM: 33 20' 44N   111 53' 47W




Re: [expert] append= mem=2048M

2001-06-06 Thread Scott D. Pham

is this located on the cd ?

Alexander Skwar wrote:

 So sprach Leonardo T. de Carvalho am Wed, Jun 06, 2001 at 03:21:35PM -0300:
 
  Or recompile the kernel, there's a option about huge memory
 on the configuration.
  It's your best chance to get all memory up and runnig on 
 about 25 minutes...
 
 
 Or take just 10 seconds and try the enterprise kernel which is built with
 this option.
 
 At least try it - it's not as if it's gonna break something...
 
 [askwar@teich www.nr-eins.to]$ rpm -qpi
 /mnt/loop2/Mandrake/RPMS2/kernel-enterprise-2.4.3-20mdk.i586.rpm 
 Name: kernel-enterpriseRelocations: (not relocateable)
 Version : 2.4.3 Vendor: MandrakeSoft
 Release : 20mdk Build Date: Son 15 Apr 2001   
23:22:37 CEST
 Install date: (not installed)   Build Host: no.mandrakesoft.com
 Group   : System/Kernel and hardwareSource RPM:   
kernel-2.4.3-20mdk.src.rpm
 Size: 11035204 License: GPL
 Packager: Chmouel Boudjnah [EMAIL PROTECTED]
 Summary : The Linux Kernel compiled with options for Enterprise server
 usage.
 Description :
 This package includes a kernel that has appropriate configuration options
 enabled for the typical large enterprise server.  This includes SMP support
 for multiple processor machines, support for large memory configurations
 and other appropriate items.
 
 
 Alexander Skwar


-- 
Scott D. Pham
System Administrator
Incellico, INC
919-484-7222 x 223
www.incellico.com
2327 Englert Dr
Durham, NC 27713





Re: [expert] DB2 problem

2001-06-06 Thread Scott Taylor

At 01:02 PM 06/06/01, Scott Taylor wrote:
At 11:57 AM 06/06/01, Paul Cox wrote:
On Wednesday, Jun 06, 2001, Scott Taylor wrote:


  If I remember right, this is from the htdig cron job.  If memory serves,
  after I setup htdig (/etc/htdig/htdig.conf) to scan what I wanted, I
  didn't get that message anymore.  I could be wrong, though.
 
  That wasn't it either.  htdig runs fine without any errors.
  Thanks for the suggestion.

I was sure that was it... oh well, sorry I couldn't help you.  I know I
fixed that somehow.  Have you looked at the contents of all the scripts 
in cron.daily?  Maybe one of them mentions something about DB2?

Sorry, I was wrong.  I removed the su - out of that line and it runs 
fine, just out of curiosity I tried it with the su - in and the error 
occurred right away.

So, why was su - in there in the first place?
Oops, sorry again, let me clarify that -- removed the su - from the line 
in the file /etc/cron.daily/htdig-dbgen





[expert] It works

2001-06-06 Thread Scott D. Pham

I did what Alex said and it works like a champ. Mandrake 8 Rules !!! 
It's the best distro yet, imho.

Thanks guys alot !!



-- 
Scott D. Pham
System Administrator
Incellico, INC
919-484-7222 x 223
www.incellico.com
2327 Englert Dr
Durham, NC 27713





Re: [expert] IPTables Question

2001-06-06 Thread John Rye

On Wed, 6 Jun 2001 08:35:42 -0700 (MST)
Rusty Carruth [EMAIL PROTECTED] wrote:

 If not, you want to learn the concepts - some other Rusty has a
 'Rusty's three rules' (or something like that - I posted about
 his thing last month or this month) is good (do a search using
 your favorite search engine - in fact, I've found lots of good
 stuff out there about firewalling by looking for things like
 firewall, firewall setup, firewall howto, and so forth.

Rusty's Rules is part of the 'Linux IPChains HOWTO' - goos reading.

Cheers
-- 
The number of UNIX installations has grown to 10, with more expected
   (The UNIX Programmer's Manual, 2nd Edition, June 1972.)
 Registered Linux User: 102826




[expert] append= mem=2048M

2001-06-06 Thread Scott D. Pham

When I append this to my /etc/lilo.conf it doesn't work. My system only 
shows 897M of memory, when it has 2gbs. Any ran across this problem 
before and know how to fix this ? Thanks !!

-- 
Scott D. Pham
System Administrator
Incellico, INC
919-484-7222 x 223
www.incellico.com
2327 Englert Dr
Durham, NC 27713





Re: [expert] append= mem=2048M

2001-06-06 Thread Leonardo T. de Carvalho

Scott D. Pham wrote:
 
 When I append this to my /etc/lilo.conf it doesn't work. My system only
 shows 897M of memory, when it has 2gbs. Any ran across this problem
 before and know how to fix this ? Thanks !!
 
 --
 Scott D. Pham
 System Administrator
 Incellico, INC
 919-484-7222 x 223
 www.incellico.com
 2327 Englert Dr
 Durham, NC 27713

Did your mainboard SUPPORT so much memory?

See it
-- 
Leonardo T. de Carvalho
Ibiz Tecnologia
Frase aleatória:
I have not yet begun to byte!





RE: [expert] append= mem=2048M

2001-06-06 Thread Franki

There are people on the lists using 1.5 gig of ram successfully, so you
might ask in the newbie list as well, I have seen it discussed on there not
that long ago... if they can get 1.5, it stands to reason that it should
handle 2...

or at least more then 897


rgds

Frank

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Alexander Skwar
Sent: Thursday, 7 June 2001 2:07 AM
To: Scott D. Pham
Cc: [EMAIL PROTECTED]
Subject: Re: [expert] append= mem=2048M


So sprach Scott D. Pham am Wed, Jun 06, 2001 at 01:54:22PM -0400:
 When I append this to my /etc/lilo.conf it doesn't work. My system only
 shows 897M of memory, when it has 2gbs. Any ran across this problem
 before and know how to fix this ? Thanks !!

Uhm, I think to use that much memory, you need to use the -enterprise kernel
that comes with 8.0.  Don't know for sure, though.

Alexander Skwar
--
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
Uptime: 1 day 20 hours 39 minutes