[newbie] RESOLV.CONF

2000-11-20 Thread SKLIM



Hi !
 
I have done my dns server at my Linux Server. When 
I make a nslookup it work just fine. But after I add a nameserver at resolv.conf 
with our ISP nameserver IP Address , I am getting an error when starting boot up 
from my linux box.
 
 
Error can find local nameserver **
 
Can someone email me the sample of your resolv.conf 
files. I need it for my refrence. Thank You
 
 
 
Best Regards,
SKLIM
 
 


[newbie] httpd error

2000-11-20 Thread SKLIM



Hi !
 
Suddenly my Linux HTTPD services cannot 
start.
 
This is the error below :
 
Starting httpd: cannot determine local host 
name
use the serverbames to set manually
 
 
Can someone help me .. what is going 
wrong.
 
 
 
Best Regards,
SKLIM
 
 


[newbie] RPM major numbers <- 3 problem

2000-11-20 Thread Fireman71

When trying to upgrade some packages with "rpm -U packnamehere" I got the following 
error message

only packages with major numbers <= 3 are supported by this version of RPM

This has happened on several upgrades I have tried before but now its become a problem 
due to it happening on a package that I need to upgrade.

Anyone have any ideas on how to get around this problem or fix it?

Ian K. Harrell
[EMAIL PROTECTED]





RE: [newbie] Problem with Telnet

2000-11-20 Thread Sen Peng

I think I know what's wrong. I check the /var/log/secure, it says
"error: cannot execute /usr/sbin/in.telnet: No such file or
directory". Does this mean I don't have the deamon installed? How can I
fix this thing?

Thanks
Charels

On Tue, 21 Nov 2000, Sen Peng wrote:

> I tried to remove the -l -a, and do /etc/rc.d/init.d/inet restart. I still
> get the same message as connection closed by foreign host. My host.deny
> is all commented out. I am using the default inetd.conf that comes with
> the installation, which has only 3 services, ftp, telnet, and pop3.
> 
> now inetd.conf has the following line for telnet.
> telnetstream  tcp nowait  root/usr/sbin/tcpd  in.telnetd 
> 
> Do I need to change anything from /etc/service ?
> 
> argh... 
> 
> Charles
> 
> On Mon, 20 Nov 2000, Tyler Longren wrote:
> 
> > Try removing the -l -a.  My /etc/inetd.conf doesn't have a -l -a.
> > 
> > Tyler
> > 
> > On Tue, 21 Nov 2000, Sen Peng wrote:
> > > Date: Tue, 21 Nov 2000 00:05:08 -0500 (EST)
> > > To: [EMAIL PROTECTED]
> > > From: Sen Peng <[EMAIL PROTECTED]>
> > > CC: [EMAIL PROTECTED]
> > > Reply-To: [EMAIL PROTECTED]
> > > Sender: [EMAIL PROTECTED]
> > > Subject: RE: [newbie] Problem with Telnet
> > > 
> > > Hi, I am having a problem with telnet into my linux box too. I can telnet
> > > into remote sites, but cannot do it other way around. It always tells me
> > > that "connection closed by foreign host". 
> > > 
> > > In my /etc/inetd.conf I had it setup like following. 
> > > telnetstream  tcp nowait  root/usr/sbin/tcpd  in.telnetd -l -a
> > > 
> > > Can some one give me idea? what does "-l" and "-a" mean ?
> > > 
> > > oh... i setup security as medium when I first install the system.
> > > 
> > > Thanks
> > > Charels
> > > 
> > > On 20 Nov 2000 [EMAIL PROTECTED] wrote:
> > > 
> > > > YOU CAN never ever telnet in as root... it is a security measure that
> > > the linux developers took. and yes the switch user is the right way to
> > > get to root. You must know a user first to get to root or be able to
> > > SU... Just another step in the security area
> > > > 
> > > > 
> > > > > ** Original Subject: RE: [newbie] Problem with Telnet
> > > > > ** Original Sender: Fabio Tang <[EMAIL PROTECTED]>
> > > > > ** Original Date: Mon, 20 Nov 2000 10:37:19 -0600
> > > > 
> > > > > ** Original Message follows... 
> > > > 
> > > > >
> > > > > Hello ALL
> > > > > 
> > > > > Here I am having a little problem trying to access the linux with
> > > > > telnet. Its strangeous when root can' t access but any other commom
> > > user
> > > > > can normally. And if I access like a normal user and after this
> > > switch
> > > > > to root with su command, I get root access normally. Why I can't
> > > access
> > > > > as root in telnet directly ? What may be wrong or misconfigurated ?
> > > > > Thanks for any help.
> > > > > 
> > > > > Fabio
> > > > > from Sao Paulo, Brazil.
> > > > > 
> > > > 
> > > > 
> > > > >** - End Original Message --- **
> > > > 
> > > > > 
> > > > 
> > > > animalTK
> > > > 
> > > > 
> > > 
> > > 
> > 
> 
> 





Re: [newbie] Finding host based on MAC address

2000-11-20 Thread Mazen

This command is not exactly what I am lookig for.
I have a MAC address for examle "aa:bb:cc:dd:ee:ff" but I dont know what its IP.
What I want is to get the IP address knowing the MAC address.

On the other hand I have successfully re-addressed my NIC by the follwing commands:

ifconfig ethx down
ifconfig ethx hw ether aa:bb:cc:dd:ee:ff

where ethx is (eth0, eth1, ...).

Thanks
Mazen

--Original Message--
From: -michael- <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Sent: November 20, 2000 5:08:07 AM GMT
Subject: Re: [newbie] Finding host based on MAC address


Why not go to a terminal window (assuming you are using Linux) and type arp 
-a?
BTW if you are successful at re-addressing your NIC, let me know!
-michael-
On Sunday 19 November 2000 20:04, you wrote:
> HI,
> 
> I need to find hosts in my local network that uses a certain MAC address. 
I've heard about a program called "arpping" that can "ping" a host using the 
MAC address instead of IP address.
> 
> Do you know where to get this program or something similar?
> 
> Thanks
> Mazen
> 
> __
> FREE Personalized Email at Mail.com
> Sign up at http://www.mail.com/?sr=signup

-- 
;-)
-michael-

__
FREE Personalized Email at Mail.com
Sign up at http://www.mail.com/?sr=signup




RE: [newbie] Problem with Telnet

2000-11-20 Thread Sen Peng

I tried to remove the -l -a, and do /etc/rc.d/init.d/inet restart. I still
get the same message as connection closed by foreign host. My host.deny
is all commented out. I am using the default inetd.conf that comes with
the installation, which has only 3 services, ftp, telnet, and pop3.

now inetd.conf has the following line for telnet.
telnet  stream  tcp nowait  root/usr/sbin/tcpd  in.telnetd 

Do I need to change anything from /etc/service ?

argh... 

Charles

On Mon, 20 Nov 2000, Tyler Longren wrote:

> Try removing the -l -a.  My /etc/inetd.conf doesn't have a -l -a.
> 
> Tyler
> 
> On Tue, 21 Nov 2000, Sen Peng wrote:
> > Date: Tue, 21 Nov 2000 00:05:08 -0500 (EST)
> > To: [EMAIL PROTECTED]
> > From: Sen Peng <[EMAIL PROTECTED]>
> > CC: [EMAIL PROTECTED]
> > Reply-To: [EMAIL PROTECTED]
> > Sender: [EMAIL PROTECTED]
> > Subject: RE: [newbie] Problem with Telnet
> > 
> > Hi, I am having a problem with telnet into my linux box too. I can telnet
> > into remote sites, but cannot do it other way around. It always tells me
> > that "connection closed by foreign host". 
> > 
> > In my /etc/inetd.conf I had it setup like following. 
> > telnet  stream  tcp nowait  root/usr/sbin/tcpd  in.telnetd -l -a
> > 
> > Can some one give me idea? what does "-l" and "-a" mean ?
> > 
> > oh... i setup security as medium when I first install the system.
> > 
> > Thanks
> > Charels
> > 
> > On 20 Nov 2000 [EMAIL PROTECTED] wrote:
> > 
> > > YOU CAN never ever telnet in as root... it is a security measure that
> > the linux developers took. and yes the switch user is the right way to
> > get to root. You must know a user first to get to root or be able to
> > SU... Just another step in the security area
> > > 
> > > 
> > > > ** Original Subject: RE: [newbie] Problem with Telnet
> > > > ** Original Sender: Fabio Tang <[EMAIL PROTECTED]>
> > > > ** Original Date: Mon, 20 Nov 2000 10:37:19 -0600
> > > 
> > > > ** Original Message follows... 
> > > 
> > > >
> > > > Hello ALL
> > > > 
> > > > Here I am having a little problem trying to access the linux with
> > > > telnet. Its strangeous when root can' t access but any other commom
> > user
> > > > can normally. And if I access like a normal user and after this
> > switch
> > > > to root with su command, I get root access normally. Why I can't
> > access
> > > > as root in telnet directly ? What may be wrong or misconfigurated ?
> > > > Thanks for any help.
> > > > 
> > > > Fabio
> > > > from Sao Paulo, Brazil.
> > > > 
> > > 
> > > 
> > > >** - End Original Message --- **
> > > 
> > > > 
> > > 
> > > animalTK
> > > 
> > > 
> > 
> > 
> 





Re: [newbie] LILO error

2000-11-20 Thread Paul

On Mon, 20 Nov 2000, Dale Kosan wrote:

>snipped
>
>
>I am sure it is not good : (

Set up Grub after booting with the floppy. Grub handles >1024 fine. So
does Lilo in MDK 7.2

Paul

-- 
Men are from earth.
Women are from earth.
Deal with it.

http://nlpagan.net - ICQ 147208 - Registered Linux User 174403
 Linux Mandrake 7.2 - Pine 4.30





Re: [newbie] No NUMBER lock?

2000-11-20 Thread Paul

On Mon, 20 Nov 2000, Goldenpi wrote:

>Number lock keeps resetting. There is a service which will in theory do
>something but I never saw any effect when I use it. The numlock still resets
>at each runlevel change.

In mdk 7.1 I only needed to run "numlock"
In mdk 7.2 it is " /usr/X11R6/bin/enable_X11_numlock"

Paul

>- Original Message -
>From: "Charles" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Saturday, November 18, 2000 10:36 PM
>Subject: [newbie] No NUMBER lock?
>
>
>> I have been looking through the DOCs but haven't discoverd how to have
>> NUMBER LOCK active when starting KDE. Suggestions?
>> TIA - Cmo
>>
>
>
>

-- 
Men are from earth.
Women are from earth.
Deal with it.

http://nlpagan.net - ICQ 147208 - Registered Linux User 174403
 Linux Mandrake 7.2 - Pine 4.30





Re: [newbie] Problem with Telnet

2000-11-20 Thread xaos

On Tuesday 21 November 2000 00:05, some strange person did etch this in stone:
> Hi, I am having a problem with telnet into my linux box too. I can telnet
> into remote sites, but cannot do it other way around. It always tells me
> that "connection closed by foreign host".
>
> In my /etc/inetd.conf I had it setup like following.
> telnetstream  tcp nowait  root/usr/sbin/tcpd  in.telnetd -l -a
>
> Can some one give me idea? what does "-l" and "-a" mean ?
>
> oh... i setup security as medium when I first install the system.
>


comment out the localhost part in the /etc/hosts.deny

-x.
-- 
"Death is merciful, for there is no return therefrom, 
but for him who has come back out of the nethermost 
chambers of night, haggard and knowing, peace rests 
nevermore" - Howard Phillips Lovecraft

ICQ 4841244





RE: [newbie] Problem with Telnet

2000-11-20 Thread Tyler Longren

Try removing the -l -a.  My /etc/inetd.conf doesn't have a -l -a.

Tyler

On Tue, 21 Nov 2000, Sen Peng wrote:
> Date: Tue, 21 Nov 2000 00:05:08 -0500 (EST)
> To: [EMAIL PROTECTED]
> From: Sen Peng <[EMAIL PROTECTED]>
> CC: [EMAIL PROTECTED]
> Reply-To: [EMAIL PROTECTED]
> Sender: [EMAIL PROTECTED]
> Subject: RE: [newbie] Problem with Telnet
> 
> Hi, I am having a problem with telnet into my linux box too. I can telnet
> into remote sites, but cannot do it other way around. It always tells me
> that "connection closed by foreign host". 
> 
> In my /etc/inetd.conf I had it setup like following. 
> telnetstream  tcp nowait  root/usr/sbin/tcpd  in.telnetd -l -a
> 
> Can some one give me idea? what does "-l" and "-a" mean ?
> 
> oh... i setup security as medium when I first install the system.
> 
> Thanks
> Charels
> 
> On 20 Nov 2000 [EMAIL PROTECTED] wrote:
> 
> > YOU CAN never ever telnet in as root... it is a security measure that
> the linux developers took. and yes the switch user is the right way to
> get to root. You must know a user first to get to root or be able to
> SU... Just another step in the security area
> > 
> > 
> > > ** Original Subject: RE: [newbie] Problem with Telnet
> > > ** Original Sender: Fabio Tang <[EMAIL PROTECTED]>
> > > ** Original Date: Mon, 20 Nov 2000 10:37:19 -0600
> > 
> > > ** Original Message follows... 
> > 
> > >
> > > Hello ALL
> > > 
> > > Here I am having a little problem trying to access the linux with
> > > telnet. Its strangeous when root can' t access but any other commom
> user
> > > can normally. And if I access like a normal user and after this
> switch
> > > to root with su command, I get root access normally. Why I can't
> access
> > > as root in telnet directly ? What may be wrong or misconfigurated ?
> > > Thanks for any help.
> > > 
> > > Fabio
> > > from Sao Paulo, Brazil.
> > > 
> > 
> > 
> > >** - End Original Message --- **
> > 
> > > 
> > 
> > animalTK
> > 
> > 
> 
> 




[newbie] mandrake 7.2

2000-11-20 Thread chronos0

Hi all,
Now I dont know about you but I have had nothing but problems with 7.2 and alot of you 
have as well judging by the posts. So I uninstalled the sucker and reinstalled 7.1 and 
I am so much happier. I mean dont get me wrong here 7.2 has alot of neato things but 
nothing works. So what good is that ? So anyways I think Im going to stick with 7.1 as 
IT WORKS !  
  Thank you, Chronos.

Get your own FREE E-mail address at http://www.linuxfreemail.com
Linux FREE Mail is 100% FREE, 100% Linux, and 100% yours!




RE: [newbie] Problem with Telnet

2000-11-20 Thread Sen Peng

Hi, I am having a problem with telnet into my linux box too. I can telnet
into remote sites, but cannot do it other way around. It always tells me
that "connection closed by foreign host". 

In my /etc/inetd.conf I had it setup like following. 
telnet  stream  tcp nowait  root/usr/sbin/tcpd  in.telnetd -l -a

Can some one give me idea? what does "-l" and "-a" mean ?

oh... i setup security as medium when I first install the system.

Thanks
Charels

On 20 Nov 2000 [EMAIL PROTECTED] wrote:

> YOU CAN never ever telnet in as root... it is a security measure that the linux 
>developers took. and yes the switch user is the right way to get to root. You 
>must know a user first to get to root or be able to SU... Just another step in the 
>security area
> 
> 
> > ** Original Subject: RE: [newbie] Problem with Telnet
> > ** Original Sender: Fabio Tang <[EMAIL PROTECTED]>
> > ** Original Date: Mon, 20 Nov 2000 10:37:19 -0600
> 
> > ** Original Message follows... 
> 
> >
> > Hello ALL
> > 
> > Here I am having a little problem trying to access the linux with
> > telnet. Its strangeous when root can' t access but any other commom user
> > can normally. And if I access like a normal user and after this switch
> > to root with su command, I get root access normally. Why I can't access
> > as root in telnet directly ? What may be wrong or misconfigurated ?
> > Thanks for any help.
> > 
> > Fabio
> > from Sao Paulo, Brazil.
> > 
> 
> 
> >** - End Original Message --- **
> 
> > 
> 
> animalTK
> 
> 





[newbie] No Cd-rom or CDrw as root?

2000-11-20 Thread Jon Doe

Wow, just installed the cheapbytes 7.2 and even as root I don't have access 
to my cd-rom or cdrw. Also, I can't configure sound all of which worked just 
fine on 7.1.




[newbie] 7.2 lack of xserver

2000-11-20 Thread Dennis Myers

Hi all, I burned a new Install CD for 7.2. This time I got a complete
copy based on the total  bytes transfered.  Funny thing, this time
around Aurora doesn't come up by default and on boot up I get no
Xserver.  I am totally unimpressed since this is the same machine that
7.0 and 7.1 loaded on without a hitch.  Cups was installed and when I
said ok to print a test page ( My old Epson 800 Stylus esc  wasn't
listed so I chose generic) I got about ten pages of garbage and it
didn't act like it was going to stop there so I shut the printer off.  I
would have to say that I am totally unimpressed with 7.2. It seems like
Mandrake Soft has taken a couple of steps backwards for ease of
installation. At least for me. I think I will save my money and buy some
more ram or something and not waste it on 7.2. Maybe they will get 7.3
to be more user friendly.  Yes, I did try the xf86config and that just
made matters worse. No xserver to be had. Bummer, It seems to me that
there is a lot of disparity in the success people are having with the
installation. That to me is not the mark of a good distribution.  That's
my rant, I'm tired and going to bed. If any one has a idea as to why I
can't get an xserver this time around, I'm willing to listen, being the
stubborn sort, I don't like to give up.   Night all.

--
Dennis M. a registered Linux user #180842







[newbie] Stupid printer question

2000-11-20 Thread Vic

Well ladies and germs, I snooped in the newbie and
the expert archives and I saw some things about
lpd but, not enough to inform me of what
I need to do.

I have an od HP Deskjet, just Deskjet
nothing else after no number or anything.

It is obviously a black and white printer
but, I still wonder how to get the lpd
running, I can dump text into the
/dev/lp0 port and I'm running
Mandrake 7.0-2

So I cannot install KUPS or cups,
can't upgrade just yet,
I have some more issues to deal
with.

I think I  am seriously missing something
about the lpd daemon as it will not
do anything, netscape print function just
errors as: lpr lp lp printer unknown,
is it possible to also use fonts with
this printer?

Thanks

Vic




Re: [newbie] printing

2000-11-20 Thread Barry Premeaux

Marcia,

I have the Epson Stylus Color 850.  I took care of the light print
quality
by going to the 'Printer' icon on the desktop.  Click on 'Properties'
and
'Advanced'.  You will find a folder called 'Extra' and a highlighted
text after 'Quality'.  When you click on the highlighted text, it will
open up the options.  Mine was originally 180x180.  I went to 720x720.
This feature is probably available somewhere else in KDE, but I haven't
found it as yet.

Barry :-)


Marcia wrote:
> 
> Dear All, I finally got my Epson Stylus Color printer calibrated through
> the Cups webadmin. The Kups and printerdrake in my 7.2 distro did not do
> the trick.  Everything was OK with the printing except still a little
> too light. Is there a way to make it darker?
> 
> Then, all of a sudden every couple of pages that I print out will print
> out on a grey background instead of white. Does anyone know how to
> correct this? Thank you. Marcia




Re: [newbie] Print Quality

2000-11-20 Thread Marcia

Barry, Thank you. I found that printer icon and did the adjusting. I
believe it made a difference accept I wish I understood more of what
everything did. I did change the resolution to 720 and made some other
changes. After that my printer printed darker but very very slow. It
printed out something very quickly before I made these adjustments. What
can I do now to speed up my printer? Thank you for your help. Marcia




Re: [newbie] (...) sndconfig for opti

2000-11-20 Thread Trevor Reynolds

This is the RPM I used to get my Opti ISA sound card to work.

http://rpmfind.net/linux/RPM/cooker/cooker/cooker/Mandrake/RPMS/sndconfig-0.57-1mdk.i586.html

Good luck

Trevor

Krulo wrote:
> 
> where can I get the sndconfig of mandrake 7.1 without being the ISO... just
> that file. cause my sound card (OPTI 82C924) worked in mdk7.1 (bad... but
> worked!) and in 7.2 I cant get it to work... so... can U please send me one
> sndconfig URL of mdk7.1?
> 
> thx




Re: [newbie] dhcp

2000-11-20 Thread jae you

i have a Linsys DSL router. I use it as a DHCP server.
It was propery set  up before i installed the Linux.
It's working just fine after installation.
If you have a software DHCP or Proxy server, you better have another 
computer to host your Local Network. The server should have all information 
about your Remote ISP provider.
All you have to know is the IP address of your DHCP or Proxy server.
NIC card may have conflict with your sound card, so check it out at Hardrake 
or whatever.



>From: "Brian Green" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: <[EMAIL PROTECTED]>
>Subject: [newbie] dhcp
>Date: Sat, 18 Nov 2000 14:13:25 -0600
>
>I can't get my linux mandrake 7.1 to use dhcp to detect the network 
>settings.  I am currently set up on a network and it recognizes my ethernet 
>card, but doesn't actually get the connection.  I have tried dialing up 
>using the modem.  It connects to my local isp, but still doesn't respond.  
>I have tried to install one of the dhcp programs off from the cdrom that 
>came with mandrake, but it doesn't install, it just brings up the rpm 
>manager.___
>Get more from your time online.  FREE MSN Explorer download : 
>http://explorer.msn.com

_
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com





Re: [newbie] BT

2000-11-20 Thread L. H. LOO

Leon,
Just my $0.002, I am also using LM7.1 { plus Red Hat 6.0 and 6.2 ;-) } I 
could get my e-mail from the same ISP; same user , through RH6.2, but not 
LM7.1 and RH6.0 ; the error message : no user name ! After comparing the 3 
drives, I discovered, user name not entered in the submenu in LM 7.1 and 
RH6.2 [ I thought I did ].
In your case, it would be good to compare 'all' entries. HTH

At 09:49 PM 20-11-2000 +, you wrote:
>  We have got it to work with Redhat and Suse 7, but we can't get it to 
> work with LM7.1,





Re: [newbie] LILO error

2000-11-20 Thread Alan Shoemaker

SKLIM wrote:

> > Hi
>
> I have install 2 linux server at my office. The 1st Linux
> was running just fine. Today I have install 2nd unit of
> Linux at PIII system.
>
> When I restart my 2nd Linux after a new installation it
> show me LI not LILO. How to fix this error. I can only
> login to my 2nd Linux with a boot disk.
>
> Can someone help me to solve LILO error
>
>
> Best Regards,
> SKLIM


Content-Type: text/html; charset="iso-8859-1"; 
name="Attachment: 1"
Content-Transfer-Encoding: 7BIT
Content-Description: 


SKLIMtry this URL it explains all about the error mesages 
of lilo.

http://sdb.suse.de/sdb/en/html/kgw_lilo_errmsg.html
-- 
Alan




Re: [newbie] (...) FINALLY!!!

2000-11-20 Thread tweeter

'Xconfigurator'
Krulo wrote:
> 
> I am a happy man! finally I made it to install mandrake 7.2 and running net
> with him! :)) I just wanted to ask 1 more thing. I keep having problems with
> startx with every linux I installed. what console tool can I use to configure
> my startx (other than xf86config) when I for example put a too high
> resolution and then the monitor doesnt work in startx? what tool can I run to
> configure it? (XF86Setup doesnt run... command not found... so...)
> 
> thx for all the help I got and keep up with the good work!
> [[[]]]

-- 
|---|
Peter Marks
E-Mail:[EMAIL PROTECTED]
ICQ:46202991
http;//www.tweeterindustries.net
|---|




[newbie] HL-1240 Printing, found driver

2000-11-20 Thread Eddie Torres

Till,

  Looking further into the printer drivers.  I remember that using a 
basic HP Laserjet 2 driver worked best in LM 7.1 for me  I found a CUPS 
driver that works ( still needs stair-stepping fixed some ).  The HP 
Laserjet 2, Foomatic + laserjet works well with my printer so I will 
use it unless a better driver comes along.  Thanks for all your help.

-- 
Eddie Torress
www.veloct.net




[newbie] (...) sndconfig for opti

2000-11-20 Thread Krulo

where can I get the sndconfig of mandrake 7.1 without being the ISO... just 
that file. cause my sound card (OPTI 82C924) worked in mdk7.1 (bad... but 
worked!) and in 7.2 I cant get it to work... so... can U please send me one 
sndconfig URL of mdk7.1? 


thx




Re: [newbie] sendmail problem ....

2000-11-20 Thread xaos

On Monday 20 November 2000 12:26, some strange person did etch this in stone:
> I upgraded one of my servers to LM 7.2 last week and things seem to work
> fine so far. The only issue I have trouble resolving is a sendmail issue. I
> can send and receive mail via pop/smtp for all accounts from external mail
> clients. However if I try o send mail via ie.pine I can only send mail as
> root NOT as a regular user.

did you check your /etc/mail.deny or /etc/mail.allow files?

-x.

-- 
"Death is merciful, for there is no return therefrom, 
but for him who has come back out of the nethermost 
chambers of night, haggard and knowing, peace rests 
nevermore" - Howard Phillips Lovecraft

ICQ 4841244





Re: [newbie] using a removable hard drive (DOS)

2000-11-20 Thread Goldenpi

If linux does not find a drive it wants to mount it will just give an error
message and resume. But you should disable kudzu if you want to do that.

- Original Message -
From: "Mark Johnson" <[EMAIL PROTECTED]>
To: "LinuxNewbie (E-mail)" <[EMAIL PROTECTED]>
Sent: Thursday, November 16, 2000 2:11 PM
Subject: [newbie] using a removable hard drive (DOS)


> Is it relatively straight forward to use a removable hard drive that is
DOS
> formatted in Linux.  What I have are two drives, on with Linux and one
with
> Windows.  When I want to use windows I pull out the Linux drive and put in
> the Windows drive.  This makes it easy for me to take my windows drive to
> work to pull crap off of it and etc...
>
> What I would like to do is put in another bay so that while in Linux I can
> get to my windows drive.  But I i'm not sure how I would mount the drive
or
> if there would be any contention during times when the drive was not in
the
> bay.
>
> Is this making any sense?
>





Re: [newbie] (...) (poogle) sndconfig from 7.1 to 7.2

2000-11-20 Thread Alan Shoemaker

Krulo wrote:
> > I had a problem with my Opti soundcard (different model),
> > got round it by installing sndconfig from my 7.1 CD and
> > running it, it's fine now
>
> and where can I get that rpm version? can U tell me what
> version is that and a valid URL to get it please?
>
>
> thx

Kruloit's on the 7.2 extensions CD.  If you don't have 
the extensions CD it can be downloaded from any mirror that 
has the 7.2 tree (in the tree the contents of the extensions 
CD are included in the /RPMS/ directory).  You can locate one 
near you from this page of  the Linux-Mandrake web site:

http://www.linux-mandrake.com/en/ftp.php3

For instance here is one location in Paris France:

ftp://ftp.worldonline.fr/pub/Mandrake/7.2/i586/Mandrake/RPMS/sndconfig-0.55-3mdk.i586.rpm
-- 
Alan




Re: [newbie] printing

2000-11-20 Thread Marcia

Dear All, I finally got my Epson Stylus Color printer calibrated through
the Cups webadmin. The Kups and printerdrake in my 7.2 distro did not do
the trick.  Everything was OK with the printing except still a little
too light. Is there a way to make it darker?

Then, all of a sudden every couple of pages that I print out will print
out on a grey background instead of white. Does anyone know how to
correct this? Thank you. Marcia




Re: [Re: [newbie] Mandrake 7.2 and Promise UATA 100 Controllers]

2000-11-20 Thread patrick

G Shaw wrote:

> Okay, I spent yesterday jumping through hoops, and finally got things to fit
> together so that they work not too badly.
>
> M/B:  ASUS A7V/KT133
> Issue:  Linux Mandrake Doesn't Undertand the Promise ATA/100 on the M/B
>
> Here's the procedure I used:
>
> * NOTE:  This procedure ASSUMES that you attach the disk to the primary
> UATA/100 device
>
> 1)  Disconnect the UATA/100 Win2K disk
> 2)  Attach the new disk to the IDE controller
>{NOT the UATA 100 controller - there are 2 sets of disk controller
> ports on the M/B)
> 3)  Drop the Mandrake 7.2 CD into the CD/R drive.
> 4)  Boot the system from CD
> 5)  Do a bare bones install of Mandrake {don't even bother with X)
> 6)  After the install is done, log in as root
> 7)  Execute the following command:  % cat /proc/pci
> 8)  Somewhere in there, you will get a piece of output that has 5 hex
> addresses listed.  These should be the I/O range for the UATA/100 controller.
> In my case the first two were 0x9000 and 0x8800.
> 9)  Record those numbers.
> 10) Shut down
> 11) Disconnect the drive from the IDE controller and hook it to the UATA
> controller.
> 12) Reconfigure the BIOS to boot from CD first rather than HDD.
> 13) Boot the box up - when the first Mandrake screen comes up, press 'F1' to
> get into the alternate boot screen.
> 14) At the command prompt provided, type in 'linux ide2=0xy,0xz'
> computing y and z as: high start address from step 8, and z as the second
> start address + 2.  On my box this turned out to be ide2=0x9000,0x8802.
> 15)  At this point, everything should be happy, and you can go ahead with a
> full install.
> 16)  When you get to configuring GRUB, use the same numbers you used in step
> 14.
>
> I haven't yet tried patching the kernel - that's next.  But this was enough to
> get moving forward.
>
> Glenn
>
> skidley <[EMAIL PROTECTED]> wrote:
> On 17 Nov 2000, G Shaw wrote:
>
> > I am attempting to install LM 7.2 on a "clean" system {e.g. raw,
> unformatted
> > disk} and seem to be encountering a nasty little problem related to the
> > Promise Ultra ATA 100 controller on my system.
> >
> > System:
> >
> > M/B:  ASUS A7V KT133 w/Promise UATA 100 controller
> > CPU:  900 Mhz Athlon
> > Memory: 256Mb
> >
> > Disk  20Gb Quantum (I think?)
> >
> > I know when I installed Win2K on a separate disk, I had to provide W2K with
> a
> > disk containing new drivers to that the W2K install could talk to the
> Promise
> > Ultra ATA 100 controller.
> >
> > Having searched through newsgroups and the Mandrake site, I have found
> several
> > other people claiming to have made this work, but no-one has ever clearly
> > documented the procedure they used.
> >
> > If you have actually succeeded in installing LM 7.2 on an ASUS A7V using
> the
> > Ultra ATA 100 disk controller, could you please let me know what the
> procedure
> > was you used?
> >
> > Thx,
> >
> > Glenn
> >
> > 
> > Get your own FREE, personal Netscape WebMail account today at
> http://home.netscape.com/webmail
> >
> >
> >
> I haven't installed one but I am getting one and I have researched it a
> bit and there is a way to do it although I've been told that 7.2 has the
> kernel patch for the card. Here's a URL for the HowTo which describes a
> little trick you may need to
> do: http://www.linuxdoc.org/HOWTO/mini/Ultra-DMA-5.html#ss5.2 You can get
> the latest ide patch(if ya even need it) at
> ftp.kernel.org/pub/linux/kernel/people/hedrick .
>  --
> Chad Y.
> Registered Linux User #195191
> Registered Linux Box #86749
>
> 
> Get your own FREE, personal Netscape WebMail account today at 
>http://home.netscape.com/webmail

  we have another genius amounst us :)







Re: [newbie] Mandrake 7.2 install problem - two HD's on UDMA66.

2000-11-20 Thread EagleIce

I am having the same problems as Rune but I don't have the same hardware, my 
first two installations were perfect but now I have tryed 5-6 new 
installation that all end up in the same way; when rc.sysinit is gonna shoot 
it get's Permission Denied on all it's initiations and then CHOKE.
I did send a mail on that on the list and haven't got one reply yet!

ei


On Monday 20 November 2000 15:23, civileme wrote:
> Rune Kallhovd wrote:
> > Hi folks!
> >
> > I have run into some serious problems installing Mandrake 7.2 on
> > my box, having the following specs:
> >
> > - Abit BE6-II motherboard (not version 2), latest BIOS (UH)
> >
> > - Celeron 466
> >
> > - 256 MB RAM
> >
> > - Two HD's on UDMA66 (HPT366), both IBM.
> >   /dev/hde - IBM 30GB, 7200rpm, ATA66/100 (boot)
> >   /dev/hdf - IBM 13.5GB, 7200rpm, ATA66
> >
> > - DVD/CD and CD-RW
> >   /dev/hda - Pioneer 10/40 DVD/CD
> >   /dev/hdb - HP 9100i
> >
> > - Matrox G400 MAX DualHead
> >
> > - Creative 1024 Live!
> >
> > Installation goes quite well, but reboot after installation just
> > chokes when init is starting. I heard someone mention that there
> > is a bug in 7.2 that requires you to disable the primary slave
> > drive in BIOS when installing 7.2. Then download and install a
> > patch of some sort before enabling the slave drive again.
> > Is this so, and could someone point me to where I might find the
> > solution to this?
> >
> > I tried to search for this in the archives here, but could not
> > find anything.
> >
> > Mandrake 7.1 installs just fine on the same box, but I ran into
> > similar problems when I opted for 'disk optimization' during the
> > installation. Boot got stuck when 'preparing disk optimization for
> > /dev/hdf'. This leads me to suspect there is some problems with
> > having a slave drive when installing 7.2?
> >
> > BTW, None of the drives are 'contaminated' with Windoze.
>
> If this is downloadable 7.2, try installing in "expert" mode and turning
> off optimizations.  This particular MB/Chipset/Controller combo often
> chokes on some of them.  Check the expert archives or Cooker archives
> for case histories if interested.
>
> If this is not downloadable 7.2, either download it or register your set
> and contact tech support by email; or get a cheap set of CDs from
> Cheapbytes or GatorOnline.
>
> Civileme
>

-- 
@~~ EagleIce ~ [EMAIL PROTECTED] ~~@
@~~ Running GNU/Linux & KDE ~~@




Re: [newbie] LILO error

2000-11-20 Thread Dale Kosan

snipped


I am sure it is not good : (





Re: [newbie] group psychologist

2000-11-20 Thread patrick

[EMAIL PROTECTED] wrote:

>  > > > > > > > onepatrick >  i have elected myself as group psychologist
>  > > > > > > >
>  > > > > > > >  :)
>  > > > > > > >
>  > > > > > > >  any questions ?
>  > > > > > >
>  > > > > > > GAPrichard > I have this friend
>  > > > > > >
>  > > > > >  ah, i see.
>  > > > > >
>  > > > > > please ask your friend to see me :)
>  > > > >
>  > > > Ed > Liear. LIER, Lier< we all Know NO-ONE named PAtrick would
>  > > > have ANY friends (just a joke)
>  > > >
>  > > > Ed > rolling on the floor
>  > >
>  > > He won't come in, he's afraid.  He's been having these nightmares.
>  > > This Blue Screen (of Death) comes out of the monitor and engulfs him.
>  > > What can we do to help him?
>  > >
>  > Buy him a pair of Blue Blocker sunglasses. He hasn't had nightmares about
>  > a GREEN sreen of death, has he? :o)
>  >
> The Blue Blockers didn't work.  Monsters emerge from the screen screeming
> "FATAL ERROR, MS32.DLL".
> What does it mean?

well im not yet sure, what it means, but i have a cure for it anyway.

tell your friend to install linux. i bet his problems wiill completely
disappear :) of course  u must handle your firiend with care.
becuase he is about to get a whole bunch of new ones.

dont forget to check outt maximumlinux.com and see  how they
are planning to make us buy another linux soon.





[newbie] BT

2000-11-20 Thread lhatkins

Only just started using linux and am not farmilar with it or its systems, but my 
friends are.

My problem is, Having installed Mandrake 7.1 on my system, I want to connect to BT 
INTERNET, this is a UK ISP, I can't get it to authorise me, it dials, goes to logging 
on to network, then drops, with message, "can't gain autherisation",  I 'think' its 
cos BT uses NT. We have got it to work with Redhat and Suse 7, but we can't get it to 
work with LM7.1, can anyone help, or know how to fix this problem, I have no idea what 
info you require, what I can say is I have checked the following

1, Modem, works and dials ok, and will connect to other ISP's
2, Check with BT to see if there is any help available, NOPE!
3, Checked all passwords, made sure they are correct, 
4, Checked conf files, and put details in the "secrets" conf file, that "redhat" uses, 
to see if that fixed it, NOPE.

I am at a loss, can someone please point me in the right directions, surely someone 
has got this to work.

Thanks in advance.

Leon




Re: [newbie] No NUMBER lock?

2000-11-20 Thread Fred Schroeder

(Note that this is straight from the man page for setleds.)

For X, you need to edit the file '/usr/X11R6/lib/X11/xkb/types/basic'. The
last section of the file is the "KEYPAD" section and looks like:

type "KEYPAD" {
modifiers = Shift+NumLock;
map[None] = Level1;
map[Shift] = Level2;
map[NumLock] = Level2;
map[Shift+NumLock] = Level1;
level_name[Level1] = "Base";
level_name[Level2] = "Number";

To set NUMLOCK on by default, simply change every occurrence of "Level1" to
"Level2" and change every occurrence of "Level2" to "Level1" (without the
quotes). Then restart X. Note that the behavior of the NUMLOCK light will
change as well (i.e. the light will be lit when NUMLOCK is OFF and will be
dark when NUMLOCK is ON).



- Original Message -
From: "Goldenpi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 20, 2000 2:42 PM
Subject: Re: [newbie] No NUMBER lock?


> Number lock keeps resetting. There is a service which will in theory do
> something but I never saw any effect when I use it. The numlock still
resets
> at each runlevel change.
>
> - Original Message -
> From: "Charles" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, November 18, 2000 10:36 PM
> Subject: [newbie] No NUMBER lock?
>
>
> > I have been looking through the DOCs but haven't discoverd how to have
> > NUMBER LOCK active when starting KDE. Suggestions?
> > TIA - Cmo
> >
>
>
>





Re: [newbie] remove partitions

2000-11-20 Thread bascule

begs the question alan, what is different about a type 85 extended
partition compared to an 'ordinary' extended partition?

bascule

Alan Shoemaker wrote:

> 
> EdPM can't read what's inside a type 85 extended
> partition and that'd what diskdrake makes in 7.2.  You need
> to use linux fdisk as root:
> 
>




[newbie] upgrade help

2000-11-20 Thread KompuKit

I installed the store version of 7.2 macmillian
and I just got the downloaded version burned on 
a CD...today,  I realise the store version doesn't 
have KDE2 final...but the download version does.
How would I upgrade to the KDE2 finalwithout
re-installing again, and losing all I've done up to 
this point, with the store version

Can I just use drakeconf's software updater?
need answer quickly.
-- 
 Registered Linux User:167369
<=KompuKit=>
Kit Goins   ICQ# 7110071
[EMAIL PROTECTED] Lowell, Mass.
Web Designerhttp://kitdesigns.bizhosting.com
WebServer:  http://kompukit.dyndns.org
(Server Runs between M - F 6pm-12am, S & S 12pm-12am EST)
<=KompuKit=>




Re: [newbie] No NUMBER lock?

2000-11-20 Thread KompuKit

Could you email me the file below

Charles wrote:
> 
> Thanks to all ! I didn't have the option at install nor within DrakConf >
> Startup Services >, but I found it on disk 1 of 7.1 and that did the trick.
> I also found that after installing an RPM to uncheck Restore settings
> option for Root and User before rebooting. I had a messed up Taskbar when
> failing to do so. It restored after another boot following the unchecking
> stage. After things quieted down on the second boot I then choose the
> option to Restore settings.
> -Cmo
> 
> Tom Brinkman wrote:
> 
> > [snip]  I gave my 7.1 CD's
> > away, so I'm not sure, but I believe you'll find a 'numlockrpm' on
> > 7.1 CD's or from a 7.1 mirror.  The one I'm currently using is
> > 'numlock-1.0-10mdk'
> >
> > --
> > Tom Brinkman   [EMAIL PROTECTED] Galveston Bay

-- 
 Registered Linux User:167369
<=KompuKit=>
Kit Goins   ICQ# 7110071
[EMAIL PROTECTED] Lowell, Mass.
Web Designerhttp://kitdesigns.bizhosting.com
WebServer:  http://kompukit.dyndns.org
(Server Runs between M - F 6pm-12am, S & S 12pm-12am EST)
<=KompuKit=>




[newbie] Mandrake 7.1 and BT internet

2000-11-20 Thread linux

hi,
Ok this question may have been posted 1000's of times before, but I can't find it in 
any archive or FAQ so here goes.

I have Intel 400 system, just installed mandrake 7.1, I am very 'green' with regard 
this OS.

My problem is that I can't connect to my ISP with it (BT Internet), the modem dials, 
it handshakes, then dies, with the message "can't gian authorisation".

A friend of mine has used red hat and suse and had no problem, but tried to configure 
mine, and it was having non of it.

I don't know what info you guys will require to help solve this problem.  I have 
checked all the basics, modem operation, etc, my mate thinks it cos BT uses NT and 
this is the problem, as they don't tell you a domain to log on to. in fact they give 
you no help at all!

Has anyone had this problem and could give me a 'detailed' laymans description on how 
to fix it,

Thanks very much,

regards

Leon





Re: [newbie] LILO error

2000-11-20 Thread Goldenpi

Lilo giveing LI might have something to do with the 1024 cilinder limit, so
so I heard.

Anyone know what LI- means?

- Original Message -
From: "Kelly, Christopher" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 17, 2000 1:48 PM
Subject: RE: [newbie] LILO error


> or you could use grub...
>
> -Original Message-
> From: Ralph Horne [mailto:[EMAIL PROTECTED]]
> Sent: Friday, November 17, 2000 8:43 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [newbie] LILO error
>
>
> > SKLIM wrote:
> >
> > Hi
> >
> > I have install 2 linux server at my office. The 1st Linux was running
> > just fine.
> > Today I have install 2nd unit of Linux at PIII system.
> >
> > When I restart my 2nd Linux after a new installation it show me LI not
> > LILO. How to fix this error. I can only login to my 2nd Linux with a
> > boot disk.
> >
> > Can someone help me to solve LILO error
> >
> >
> > Best Regards,
> > SKLIM
> >
> >
> You may want to boot of the floppy and then use linux.conf to reinstall
> your LILO.  I think this works on 7.x from X Windows.  That should
> replace the fried LILO with a good one.
>
> Ralph
>





Re: [newbie] [OT] mixing memory

2000-11-20 Thread Goldenpi

SIMM or DIMM?

SIMM=no
DIMM=yes

- Original Message -
From: "Mark Johnson" <[EMAIL PROTECTED]>
To: "LinuxNewbie (E-mail)" <[EMAIL PROTECTED]>
Sent: Friday, November 17, 2000 3:21 PM
Subject: [newbie] [OT] mixing memory


> I know this if off topic, but I don't know where else to ask and I trust
you
> folks better...
>
> Can I mix memory, for example, can I mix a 128 PC100 8ns and a 32 PC100
8ns?
> Or is it best not to do this?
>





Re: [newbie] (...) FINALLY!!!

2000-11-20 Thread EagleIce

I would first look if XF86Setup is installed on your box, run the command: 
whereis XF86Setup, and if it isn't there then I'd look for it on the CD's and 
install it. It is a very helpful tool for people who don't want to go 
directly into the files to config.
By the way; startx is a seperate program with it's own config file called 
startx, the file you edit when you run xf86config or XF86Setup is the file 
XF86Config.

Good luck,
ei

On Monday 20 November 2000 15:13, Krulo wrote:
> I am a happy man! finally I made it to install mandrake 7.2 and running net
> with him! :)) I just wanted to ask 1 more thing. I keep having problems
> with startx with every linux I installed. what console tool can I use to
> configure my startx (other than xf86config) when I for example put a too
> high resolution and then the monitor doesnt work in startx? what tool can I
> run to configure it? (XF86Setup doesnt run... command not found... so...)
>
>
>
> thx for all the help I got and keep up with the good work!
> [[[]]]

-- 
@~~ EagleIce ~ [EMAIL PROTECTED] ~~@
@~~ Running GNU/Linux & KDE ~~@




Re: [newbie] (...) FINALLY!!!

2000-11-20 Thread patrick

Krulo wrote:

> I am a happy man! finally I made it to install mandrake 7.2 and running net
> with him! :)) I just wanted to ask 1 more thing. I keep having problems with
> startx with every linux I installed. what console tool can I use to configure
> my startx (other than xf86config) when I for example put a too high
> resolution and then the monitor doesnt work in startx? what tool can I run to
> configure it? (XF86Setup doesnt run... command not found... so...)
>
> thx for all the help I got and keep up with the good work!
> [[[]]]

i am really glad to see u are so enthused. how does conuerer look.

let us know







Re: [newbie] No NUMBER lock?

2000-11-20 Thread Goldenpi

Number lock keeps resetting. There is a service which will in theory do
something but I never saw any effect when I use it. The numlock still resets
at each runlevel change.

- Original Message -
From: "Charles" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, November 18, 2000 10:36 PM
Subject: [newbie] No NUMBER lock?


> I have been looking through the DOCs but haven't discoverd how to have
> NUMBER LOCK active when starting KDE. Suggestions?
> TIA - Cmo
>





Re: [newbie] PNP Sound Card

2000-11-20 Thread Goldenpi

I get this too! But I have a sb clone ISA. My usb fails with the same error,
so I presumed they were conflicting. I have been saveing for a PCI card.

- Original Message -
From: " Santiago Erquicia" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 01, 1997 2:49 PM
Subject: [newbie] PNP Sound Card


I can't get my ALS110 (PNP) sound card work on MDK7.2  When I try to
configure the DMA with HardDrake it says something like the module sb.o is
busy.  I can't unload the module because it's not up!!!

What am I doing wrong??

Thanks






Re: [newbie] Booting to Linux

2000-11-20 Thread Goldenpi

I dont know how you can get to linux if you didn't make a boot disk, but I
can tell you how to get back windows. Linux installs the bootloader in the
MBR so you just have to rewrite it to get your windows back. But it wont fix
your d:\ drive and e:\ is gone until you can either fix linux or get it off.

- Original Message -
From: "Brian Dryburgh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 16, 2000 5:13 PM
Subject: [newbie] Booting to Linux


I have "installed" Linux Mandrake from PCPlus (UK) October magazine disk.
I'm more than certain that I followed the instructions to a tee (there
weren't many options).
I used partition E (5Gb) of my previously partitioned 10Gb HDD to locate
Linux.
Windows OS is on C (2.5Gb) and my data is on D(2.5Gb).
Now, I can't access partition D, though I see that this is a problem
encountered and tackled before (it's in the webpage's FAQs)but I
can't boot Mandrake to get it back. There's nothing in my root C directory
to give me the option of booting to either Linux or Windows. Is there
something I can download ? Are there additional settings to change in BIOS ?
I can't access Linux directories or partitions from DOS (or windows)
either - is this correct ?

Yep - I'm a complete Linux novice and have been a little bit quick to jump
in!

Please help - I need to access the data on D:\ quickly !








Re: [newbie] group psychologist

2000-11-20 Thread patrick

Robin Regennitter wrote:

> On Friday 17 November 2000 12:49 pm, you wrote:
>
> well,  I have a secret
>
> I see dead windows using windows 98
>
> now tell me if I'm not crazy.

ur not :)

but after u realize that we are all
gonna have buy another linux real
soon u might be after all :)

  http://maximumlinux.com/


>
>
> > [EMAIL PROTECTED] wrote:
> > > Can I tell you a secret?
> > >
> > > I see dead people.
> > >
> > > "Admiral" Ian Bridgeman
> > > 8)
> >
> > u have been watching too many movies.
> > take your windoes discs and stomp on
> > them. u will then be fine
> >
> >  :)
> >
> > we'll do some more psycho stuff next week
> >
> > by





Re: [newbie] group psychologist

2000-11-20 Thread GAPrichard

 > > > > > > > onepatrick >  i have elected myself as group psychologist
 > > > > > > >
 > > > > > > >  :)
 > > > > > > >
 > > > > > > >  any questions ?
 > > > > > >
 > > > > > > GAPrichard > I have this friend
 > > > > > >
 > > > > >  ah, i see.
 > > > > >
 > > > > > please ask your friend to see me :)
 > > > >
 > > > Ed > Liear. LIER, Lier< we all Know NO-ONE named PAtrick would
 > > > have ANY friends (just a joke)
 > > >
 > > > Ed > rolling on the floor
 > >
 > > He won't come in, he's afraid.  He's been having these nightmares.  
 > > This Blue Screen (of Death) comes out of the monitor and engulfs him.  
 > > What can we do to help him?
 > >
 > Buy him a pair of Blue Blocker sunglasses. He hasn't had nightmares about 
 > a GREEN sreen of death, has he? :o)
 >
The Blue Blockers didn't work.  Monsters emerge from the screen screeming
"FATAL ERROR, MS32.DLL".
What does it mean?




[newbie] (...) (poogle) sndconfig from 7.1 to 7.2

2000-11-20 Thread Krulo


> I had a problem with my Opti soundcard (different model), got round it by
> installing sndconfig from my 7.1 CD and running it, it's fine now
>

and where can I get that rpm version? can U tell me what version is that and 
a valid URL to get it please?


thx




[newbie] Abbrowser...

2000-11-20 Thread Vincent A.Primavera

Hello,
Can someone tell me where Abbrowser entries are saved?  I would like to use 
it more, but before I invest too much time entering data I would like to know 
what exactly to back up.

Thank You,
Vincent A. Primavera
Linux-Mandrake v7.2





Re: [newbie] Problem with Telnet

2000-11-20 Thread Tim Holmes

There could be a few things going on here.  One, try this command.

telnet -l root localhost

The -l parameter tells it what user is going to be telneting into
the machine.

Secondly.. Do you have SSH installed.  I believe when you install
SSH, it automatically restricts telnet access sicne it's not secure.
IF you have your security levels up pretty high, you might now be
able to telnet into the machine.  Due to the fact that telnet is 
not secure.

Off the top of my head I can't remember what file that is set it. 
But if you see a #telnet in that file then telnet is not enabled.

I'd look for the file, but I managed to mess up my boot record
so I can't actually boot into Linux right now! :0)  If I didn't
actually need Windoze in this house... I'd forbid it in my house!!
tdh

T. Holmes
Unixtechs.org
[EMAIL PROTECTED]
www.unixtechs.org/

"Real Men use Vi."

* Fabio Tang <[EMAIL PROTECTED]> [001120 11:29]:
> Hello ALL
> 
> Here I am having a little problem trying to access the linux with
> telnet. Its strangeous when root can' t access but any other commom user
> can normally. And if I access like a normal user and after this switch
> to root with su command, I get root access normally. Why I can't access
> as root in telnet directly ? What may be wrong or misconfigurated ?
> Thanks for any help.
> 
> Fabio
> from Sao Paulo, Brazil.




[newbie] gcc include files

2000-11-20 Thread Colm Harrington

Hi All,

I'm a newcomer to linux and have just insralled mandrake 7.0 on my computer.
I am a programming student and one of my main uses is gcc.
My problem is that gcc cannot seem to find any header files that i #include
at the top of my program.
Any info on how to solve this would be greatly appreciated at

[EMAIL PROTECTED]
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.





Re: [newbie] (...) Sound card doent work

2000-11-20 Thread poogle

I had a problem with my Opti soundcard (different model), got round it by 
installing sndconfig from my 7.1 CD and running it, it's fine now

On Monday 20 November 2000 12:28, you wrote:
> I have mdk7.2 and my sound card is a OPTI 82C924. the harddrake detects it
>
>
> OPTI SoundExpression SRS Sound System:
>
> Manufacturer: OPTi
> Model: SoundExpression SRS Sound System
> Kernel Module: mad16
> Type: ISA
> MPU401: yes
> DMA2/16: yes
>
>
>
> OPTI SoundExpression MPU-401:
>
> Manufacturer: OPTi
> Model: SoundExpression MPU-401
> Kernel Module: unknown
> Type: ISA
>
> appears this in the "sound" icon... but I dont listen to anything... what
> can I do? (sndconfig doesnt work, not installed I guess... :\\ )
>
>
> thx




[newbie] sendmail problem ....

2000-11-20 Thread Ingo Bauer

I upgraded one of my servers to LM 7.2 last week and things seem to work
fine so far. The only issue I have trouble resolving is a sendmail issue. I
can send and receive mail via pop/smtp for all accounts from external mail
clients. However if I try o send mail via ie.pine I can only send mail as
root NOT as a regular user.

This is the error message I am getting 

Nov 20 13:19:49 bear sendmail[30867]: eAKHJnO30867: SYSERR(ibauer): Can't
create transcript file ./xfeAKHJnO30867: Permission denied

Nov 20 13:20:02 bear sendmail[30871]: NOQUEUE:
IDENT:[EMAIL PROTECTED] [127.0.0.1] did not issue
MAIL/EXPN/VRFY/ETRN during connection to MTA

What am I missing ???

Ingo

--
***
 A positive thinker sees the invisible, feels the
 intangible and achieves the impossible
***





[newbie] Slow Gnome App startups

2000-11-20 Thread Fred Schroeder

Hi,
I just installed Mandrake 7.2, and all seems to be well, except that it
seems when I start Gnome apps while in KDE, they take forever to pop up.  I
start them, get the spinning disk on the taskbar, then it will go away, and
sometimes 4 or five minutes later the app will pop up.  I tried starting
them from a terminal, but it doesn't tell me anything.  Is this a common
problem?  I searched the mailing list archives, but didn't find anything on
it.  Any help would be appreciated.
TIA
Fred





Re: [newbie] re sendmail simple question (I think :)

2000-11-20 Thread freeman

relay domains I have nothing!
in local domains I have localhost, and my computer name!
in masquerading I have masquerade as domain my computer name.my domain.  In domains to 
be masquerading I have nothing

Please give me a hand!





> 
> On Friday 17 November 2000 12:28 am, you wrote:
> > I'm using outlook express on a winblows machine from a remote location to
> > pick up.  and no I have not set up masquerading
> 
> Your problem is going to be 1 of 3 places "relay" is incorrect, "local" shows
> nothing besides "localhost" and or "masquerading" was incorrectly set. You
> should be able to ck these with webmin
> 
> --
> Phil Connor
> [EMAIL PROTECTED]
> Registered Linux User # 189889
> 
> 
> 
> 



Regards


Mike Freeman





Embrace the Penguin.  Give Bill the cold shoulder! 
Linux Registered User #190770  (10/02/2000)



Get your own free email account from
http://www.popmail.com





Re: [newbie] (...) Sound card doent work

2000-11-20 Thread Alan Shoemaker

Krulo wrote:
[snip]
> appears this in the "sound" icon... but I dont listen to
> anything... what can I do? (sndconfig doesnt work, not
> installed I guess... :\\ )
>
>
> thx

Krulosndconfig is in root's path, not user's.  If you 
ctl-alt-f2 to a console and sign in as root you'll have 
sndconfig available to you.
-- 
Alan




Re: [newbie] Problem with Telnet

2000-11-20 Thread Dale Kosan

Nothing wrong,I don't think you can telnet as root,security issue I think.I
might be wrong...



- Original Message -
From: "Fabio Tang" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 20, 2000 11:29 AM
Subject: [newbie] Problem with Telnet


> Hello ALL
>
> Here I am having a little problem trying to access the linux with
> telnet. Its strangeous when root can' t access but any other commom user
> can normally. And if I access like a normal user and after this switch
> to root with su command, I get root access normally. Why I can't access
> as root in telnet directly ? What may be wrong or misconfigurated ?
> Thanks for any help.
>
> Fabio
> from Sao Paulo, Brazil.
>





Re: [newbie] Problem with Telnet

2000-11-20 Thread Orestes

Pergunto o mesmo...

Orestes
Portugal

At 14:29 20-11-2000 -0200, you wrote:
>Hello ALL
>
>Here I am having a little problem trying to access the linux with
>telnet. Its strangeous when root can' t access but any other commom user
>can normally. And if I access like a normal user and after this switch
>to root with su command, I get root access normally. Why I can't access
>as root in telnet directly ? What may be wrong or misconfigurated ?
>Thanks for any help.
>
>Fabio
>from Sao Paulo, Brazil.





[newbie] Problem with Telnet

2000-11-20 Thread Fabio Tang

Hello ALL

Here I am having a little problem trying to access the linux with
telnet. Its strangeous when root can' t access but any other commom user
can normally. And if I access like a normal user and after this switch
to root with su command, I get root access normally. Why I can't access
as root in telnet directly ? What may be wrong or misconfigurated ?
Thanks for any help.

Fabio
from Sao Paulo, Brazil.





RE: [newbie] How to install a rpm new kernel

2000-11-20 Thread Francisco Alcaraz Ariza

Thanks a lot, Tomm

Francisco Alcaraz
Murcia (Spain)

-Mensaje original-
De: Tom Brinkman <[EMAIL PROTECTED]>
Para: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Fecha: lunes, 20 de noviembre de 2000 13:39
Asunto: Re: [newbie] How to install a rpm new kernel


>On Monday 20 November 2000 07:13 am, Francisco Alcaraz Ariza wrote:
>> Hello everybody,
>> I am having problems to install a new kernel in rpm format; If I use
>> the classical rpm -i it seems that everything goes well, but in fact
>> my kernel is not modified. What can I do? Is there any way to change
>> the kernel using those rpm files or do I need to start using the tgz
>> file?? Thanks newbies and more expert "linux-men" for your help
>
>  read and follow all the instruction given here:
>
>  http://mandrakeuser.org/install/kupgrade.html
>-- 
>Tom Brinkman   [EMAIL PROTECTED] Galveston Bay
>
>





RE: [newbie] How to install a rpm new kernel

2000-11-20 Thread Francisco Alcaraz Ariza

Why??
Are there lot of problems of it is just because you could better install it?
I have never compiled the kernel and because that I am a beat afraid to do
that, but  I think that sooner or later I will do

Francisco Alcaraz
Murcia (Spain)

-Mensaje original-
De: Rune Kallhovd <[EMAIL PROTECTED]>
Para: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Fecha: lunes, 20 de noviembre de 2000 13:06
Asunto: Re: [newbie] How to install a rpm new kernel


>> Francisco Alcaraz Ariza wrote:
>>
>> Hello everybody,
>> I am having problems to install a new kernel in rpm format; If I use
>> the classical rpm -i it seems that everything goes well, but in fact
>> my kernel is not modified.
>> What can I do? Is there any way to change the kernel using those rpm
>> files or do I need to start using the tgz file??
>> Thanks newbies and more expert "linux-men" for your help
>>
>>
>> Francisco Alcaraz Ariza
>> Departamento de Biología Vegetal
>> Universidad de Murcia
>> Campus de Espinardo
>> E-30100 Murcia, España (Spain)
>> Pone: int+34+968364976
>> e-mail: [EMAIL PROTECTED]
>
>I may be a 'born sceptic', but I would never trust RPM to upgrade my
>kernel. I believe kernel updates should be done by downloading the
>kernel source, and recompile it from there :-)
>
>-- Cheers!
>==  Rune Kallhovd, CORENA Norge AS  ==
>= Software Engineer  =
>=   P.O.Box 1024, N-3601 Kongsberg, NORWAY   =
>=  Tlf: +47 32 73 7448, Fax: +47 32 73 6877  =
>==  CORENA Home Page: http://www.corena.no  ==
>
>





RE: [newbie] How to install a rpm new kernel

2000-11-20 Thread Francisco Alcaraz Ariza

Thanks Civileme

Francisco Alcaraz
Murcia (Spain)

-Mensaje original-
De: civileme <[EMAIL PROTECTED]>
Para: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Fecha: lunes, 20 de noviembre de 2000 14:30
Asunto: Re: [newbie] How to install a rpm new kernel


>> Francisco Alcaraz Ariza wrote:
>>
>> Hello everybody,
>> I am having problems to install a new kernel in rpm format; If I use
>> the classical rpm -i it seems that everything goes well, but in fact
>> my kernel is not modified.
>> What can I do? Is there any way to change the kernel using those rpm
>> files or do I need to start using the tgz file??
>> Thanks newbies and more expert "linux-men" for your help
>>
>>
>> Francisco Alcaraz Ariza
>> Departamento de Biología Vegetal
>> Universidad de Murcia
>> Campus de Espinardo
>> E-30100 Murcia, España (Spain)
>> Pone: int+34+968364976
>> e-mail: [EMAIL PROTECTED]
>Well, rpm will load a new kernel, but it will not make it the one to
>boot from to do that, in a terminal, login as root with the su -
>command, then
>
># drakboot
>
>and follow the instructions to point toward booting your new kernel.
>
>Civileme
>
>





Re: [Re: [newbie] Mandrake 7.2 and Promise UATA 100 Controllers]

2000-11-20 Thread Dale Kosan

The 2.2.17 kernel will work with a Promise Ultra ATA 100 pci card,most
likely not the onboard controller :(


- Original Message -
From: "Eddie Torres" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 20, 2000 10:16 AM
Subject: Re: [Re: [newbie] Mandrake 7.2 and Promise UATA 100 Controllers]


> I am not sure on this but kernel 2.2.17 does not recognize ATA 100
> controllers.  You'll have to use a 2.4 kernel to get support for that.
>
> On Monday 20 November 2000 08:49, you wrote:
> > Okay, I spent yesterday jumping through hoops, and finally got things
> > to fit together so that they work not too badly.
> >
> > M/B:  ASUS A7V/KT133
> > Issue:  Linux Mandrake Doesn't Undertand the Promise ATA/100 on the
> > M/B
> >
> > Here's the procedure I used:
> >
> > * NOTE:  This procedure ASSUMES that you attach the disk to the
> > primary UATA/100 device
> >
> > 1)  Disconnect the UATA/100 Win2K disk
> > 2)  Attach the new disk to the IDE controller
> >{NOT the UATA 100 controller - there are 2 sets of disk
> > controller ports on the M/B)
> > 3)  Drop the Mandrake 7.2 CD into the CD/R drive.
> > 4)  Boot the system from CD
> > 5)  Do a bare bones install of Mandrake {don't even bother with X)
> > 6)  After the install is done, log in as root
> > 7)  Execute the following command:  % cat /proc/pci
> > 8)  Somewhere in there, you will get a piece of output that has 5 hex
> > addresses listed.  These should be the I/O range for the UATA/100
> > controller. In my case the first two were 0x9000 and 0x8800.
> > 9)  Record those numbers.
> > 10) Shut down
> > 11) Disconnect the drive from the IDE controller and hook it to the
> > UATA controller.
> > 12) Reconfigure the BIOS to boot from CD first rather than HDD.
> > 13) Boot the box up - when the first Mandrake screen comes up, press
> > 'F1' to get into the alternate boot screen.
> > 14) At the command prompt provided, type in 'linux
> > ide2=0xy,0xz' computing y and z as: high start address from
> > step 8, and z as the second start address + 2.  On my box this turned
> > out to be ide2=0x9000,0x8802. 15)  At this point, everything should
> > be happy, and you can go ahead with a full install.
> > 16)  When you get to configuring GRUB, use the same numbers you used
> > in step 14.
> >
> > I haven't yet tried patching the kernel - that's next.  But this was
> > enough to get moving forward.
> >
> > Glenn
> >
> > skidley <[EMAIL PROTECTED]> wrote:
> >
> > On 17 Nov 2000, G Shaw wrote:
> > > I am attempting to install LM 7.2 on a "clean" system {e.g. raw,
> >
> > unformatted
> >
> > > disk} and seem to be encountering a nasty little problem related to
> > > the Promise Ultra ATA 100 controller on my system.
> > >
> > > System:
> > >
> > > M/B:  ASUS A7V KT133 w/Promise UATA 100 controller
> > > CPU:  900 Mhz Athlon
> > > Memory: 256Mb
> > >
> > > Disk  20Gb Quantum (I think?)
> > >
> > > I know when I installed Win2K on a separate disk, I had to provide
> > > W2K with
> >
> > a
> >
> > > disk containing new drivers to that the W2K install could talk to
> > > the
> >
> > Promise
> >
> > > Ultra ATA 100 controller.
> > >
> > > Having searched through newsgroups and the Mandrake site, I have
> > > found
> >
> > several
> >
> > > other people claiming to have made this work, but no-one has ever
> > > clearly documented the procedure they used.
> > >
> > > If you have actually succeeded in installing LM 7.2 on an ASUS A7V
> > > using
> >
> > the
> >
> > > Ultra ATA 100 disk controller, could you please let me know what
> > > the
> >
> > procedure
> >
> > > was you used?
> > >
> > > Thx,
> > >
> > > Glenn
> > >
> > > ___
> > >_ Get your own FREE, personal Netscape WebMail account today at
> >
> > http://home.netscape.com/webmail
> >
> >
> >
> > I haven't installed one but I am getting one and I have researched it
> > a bit and there is a way to do it although I've been told that 7.2
> > has the kernel patch for the card. Here's a URL for the HowTo which
> > describes a little trick you may need to
> > do: http://www.linuxdoc.org/HOWTO/mini/Ultra-DMA-5.html#ss5.2 You can
> > get the latest ide patch(if ya even need it) at
> > ftp.kernel.org/pub/linux/kernel/people/hedrick .
> >  --
> > Chad Y.
> > Registered Linux User #195191
> > Registered Linux Box #86749
> >
> >
> >
> > 
> > Get your own FREE, personal Netscape WebMail account today at
> > http://home.netscape.com/webmail
>
> --
> Eddie Torress
> www.veloct.net






Re: [newbie] LS-120 problems

2000-11-20 Thread Eddie Torres

There is an article about zips and LS-120's on mandrakeforum.com.  Give 
it a look.


On Monday 20 November 2000 09:38, you wrote:

> > Dear Skidley,
>
> My problem is in the LS-120, while I think your instructions are in
> deleting the links to the CDROM.
>
> I've included copies of lilo.conf and fstab My EIDE Zip drive is
> working properly.
>
> Joseph
>
> skidley wrote:
> > On Sun, 19 Nov 2000, Joseph Markham wrote:
> > > Dear Friends,
> > >
> > > LM 7.2 thinks that my LS-120 is a scsi device, which it is not
> > > since it's an IDE device. I've had a look at madrakeforum.com,
> > > and civileme mentioned the problem in LM7.1.
> > >
> > > Does anybody know how to get the damn thing working?
> > >
> > > My configuration is : P3 500 on a BX mainboard
> > > Pri Master: EIDE HDD
> > > Pri Slave: Zip drive EIDE
> > > Sec Master: LS-120 EIDE
> > > Sec Slave : CD-RW EIDE
> > >
> > > Many thanks to whoever knows how - I've installed LM 7.2 at least
> > > 10 times to try and get around the problem to no avail.
> >
> > Maybe this option is passed to the kernel by
> > lilo or grub(whatever you use): append=" hdc=ide-scsi" Check your
> > lilo.conf. also do a ls -l /dev/cd* and see what you get. If
> > /dev/cdrom is using scsi emulation you will get something like
> > /dev/cdrom -> scd0 (cdrom being a symlink to the secondary master
> > scsi device). I have both my IDE drives, my cdrom and burner scsi
> > emulated and they work quite well and it's better for burning on
> > the fly i'm told and mine burns on the fly flawlessly. One solution
> > if your Cdrom is scsi emulated (/dev/cdrom -> scd0) is to run
> > modprobe ide-scsi. If ya don't want the drive to be scsi emulated
> > but it is(hence /dev/cdrom -> scd0) do the following as root: cd
> > /dev, then rm -f cdrom, then ln -s hdc cdrom(makes cdrom a symlink
> > to hdc(secondary master ide). then make any necessary changes to
> > /etc/fstab= make sure ya have /mnt/cdrom and its /dev/cdrom and get
> > rid of the append=" hdc=ide-scsi"line in /etc/lilo.conf
> > or/boot/grub/menu.lst. That should cover what you need to do.
> >
> >  --
> > Chad Y.
> > Registered Linux User #195191
> > Registered Linux Box #86749


Content-Type: text/plain; charset="us-ascii"; name="lilo.conf"
Content-Transfer-Encoding: 7bit
Content-Description: 



Content-Type: text/plain; charset="us-ascii"; name="fstab"
Content-Transfer-Encoding: 7bit
Content-Description: 


-- 
Eddie Torress
www.veloct.net




Re: [Re: [newbie] Mandrake 7.2 and Promise UATA 100 Controllers]

2000-11-20 Thread Eddie Torres

I am not sure on this but kernel 2.2.17 does not recognize ATA 100 
controllers.  You'll have to use a 2.4 kernel to get support for that.

On Monday 20 November 2000 08:49, you wrote:
> Okay, I spent yesterday jumping through hoops, and finally got things
> to fit together so that they work not too badly.
>
> M/B:  ASUS A7V/KT133
> Issue:  Linux Mandrake Doesn't Undertand the Promise ATA/100 on the
> M/B
>
> Here's the procedure I used:
>
> * NOTE:  This procedure ASSUMES that you attach the disk to the
> primary UATA/100 device
>
> 1)  Disconnect the UATA/100 Win2K disk
> 2)  Attach the new disk to the IDE controller
>{NOT the UATA 100 controller - there are 2 sets of disk
> controller ports on the M/B)
> 3)  Drop the Mandrake 7.2 CD into the CD/R drive.
> 4)  Boot the system from CD
> 5)  Do a bare bones install of Mandrake {don't even bother with X)
> 6)  After the install is done, log in as root
> 7)  Execute the following command:  % cat /proc/pci
> 8)  Somewhere in there, you will get a piece of output that has 5 hex
> addresses listed.  These should be the I/O range for the UATA/100
> controller. In my case the first two were 0x9000 and 0x8800.
> 9)  Record those numbers.
> 10) Shut down
> 11) Disconnect the drive from the IDE controller and hook it to the
> UATA controller.
> 12) Reconfigure the BIOS to boot from CD first rather than HDD.
> 13) Boot the box up - when the first Mandrake screen comes up, press
> 'F1' to get into the alternate boot screen.
> 14) At the command prompt provided, type in 'linux
> ide2=0xy,0xz' computing y and z as: high start address from
> step 8, and z as the second start address + 2.  On my box this turned
> out to be ide2=0x9000,0x8802. 15)  At this point, everything should
> be happy, and you can go ahead with a full install.
> 16)  When you get to configuring GRUB, use the same numbers you used
> in step 14.
>
> I haven't yet tried patching the kernel - that's next.  But this was
> enough to get moving forward.
>
> Glenn
>
> skidley <[EMAIL PROTECTED]> wrote:
>
> On 17 Nov 2000, G Shaw wrote:
> > I am attempting to install LM 7.2 on a "clean" system {e.g. raw,
>
> unformatted
>
> > disk} and seem to be encountering a nasty little problem related to
> > the Promise Ultra ATA 100 controller on my system.
> >
> > System:
> >
> > M/B:  ASUS A7V KT133 w/Promise UATA 100 controller
> > CPU:  900 Mhz Athlon
> > Memory: 256Mb
> >
> > Disk  20Gb Quantum (I think?)
> >
> > I know when I installed Win2K on a separate disk, I had to provide
> > W2K with
>
> a
>
> > disk containing new drivers to that the W2K install could talk to
> > the
>
> Promise
>
> > Ultra ATA 100 controller.
> >
> > Having searched through newsgroups and the Mandrake site, I have
> > found
>
> several
>
> > other people claiming to have made this work, but no-one has ever
> > clearly documented the procedure they used.
> >
> > If you have actually succeeded in installing LM 7.2 on an ASUS A7V
> > using
>
> the
>
> > Ultra ATA 100 disk controller, could you please let me know what
> > the
>
> procedure
>
> > was you used?
> >
> > Thx,
> >
> > Glenn
> >
> > ___
> >_ Get your own FREE, personal Netscape WebMail account today at
>
> http://home.netscape.com/webmail
>
>
>
> I haven't installed one but I am getting one and I have researched it
> a bit and there is a way to do it although I've been told that 7.2
> has the kernel patch for the card. Here's a URL for the HowTo which
> describes a little trick you may need to
> do: http://www.linuxdoc.org/HOWTO/mini/Ultra-DMA-5.html#ss5.2 You can
> get the latest ide patch(if ya even need it) at
> ftp.kernel.org/pub/linux/kernel/people/hedrick .
>  --
> Chad Y.
> Registered Linux User #195191
> Registered Linux Box #86749
>
>
>
> 
> Get your own FREE, personal Netscape WebMail account today at
> http://home.netscape.com/webmail

-- 
Eddie Torress
www.veloct.net




Re: [newbie] Printing to an HP Laserjet 4050TN over an Ethernet Network

2000-11-20 Thread Till Kamppeter

The printer musthave a fixed IP, because it does server tasks. It is not
possible to let it get an IP automatically from the DHCP server (the
address would be everytime different).

Do the following:

Enter "ifconfig" and look which IP is assigned to the card for your
local network. It is usually "192.168.0.1". So the network is
"192.168.0.". Assign an address inside this network to the printer, but
choose one which cannot be assigned by the DHCP server. With the default
setting in /etc/dhcpd.conf you can choose the fourth number of the
printer's IP from 2 to 15. So you can use 192.168.0.2 for example.

Please check the printer's manual for how to set this addres on the
printer.

   Till


Philip Trauring wrote:
> 
> How can I set the IP address when the network is using DHCP? What's
> the default subnet for a DHCP server on Mandrake? I just used the
> Internet sharing feature in DrafConfig. I can set an IP Address on
> the HP from my Mac without a problem. It can be set to get it's IP
> address from DHCP as well, but then the IP address with theoretically
> change each time it powers up, no? There must be a way to use a
> Printer over a DHCP network.
>




Re: [Re: [newbie] Mandrake 7.2 and Promise UATA 100 Controllers]

2000-11-20 Thread G Shaw

Okay, I spent yesterday jumping through hoops, and finally got things to fit
together so that they work not too badly.

M/B:  ASUS A7V/KT133
Issue:  Linux Mandrake Doesn't Undertand the Promise ATA/100 on the M/B

Here's the procedure I used:

* NOTE:  This procedure ASSUMES that you attach the disk to the primary
UATA/100 device

1)  Disconnect the UATA/100 Win2K disk
2)  Attach the new disk to the IDE controller 
   {NOT the UATA 100 controller - there are 2 sets of disk controller
ports on the M/B)
3)  Drop the Mandrake 7.2 CD into the CD/R drive.
4)  Boot the system from CD
5)  Do a bare bones install of Mandrake {don't even bother with X)
6)  After the install is done, log in as root
7)  Execute the following command:  % cat /proc/pci
8)  Somewhere in there, you will get a piece of output that has 5 hex
addresses listed.  These should be the I/O range for the UATA/100 controller. 
In my case the first two were 0x9000 and 0x8800.
9)  Record those numbers.
10) Shut down
11) Disconnect the drive from the IDE controller and hook it to the UATA
controller.
12) Reconfigure the BIOS to boot from CD first rather than HDD.
13) Boot the box up - when the first Mandrake screen comes up, press 'F1' to
get into the alternate boot screen.
14) At the command prompt provided, type in 'linux ide2=0xy,0xz'
computing y and z as: high start address from step 8, and z as the second
start address + 2.  On my box this turned out to be ide2=0x9000,0x8802.
15)  At this point, everything should be happy, and you can go ahead with a
full install.
16)  When you get to configuring GRUB, use the same numbers you used in step
14.

I haven't yet tried patching the kernel - that's next.  But this was enough to
get moving forward.

Glenn

skidley <[EMAIL PROTECTED]> wrote:
On 17 Nov 2000, G Shaw wrote:

> I am attempting to install LM 7.2 on a "clean" system {e.g. raw,
unformatted
> disk} and seem to be encountering a nasty little problem related to the
> Promise Ultra ATA 100 controller on my system.
> 
> System:
> 
> M/B:  ASUS A7V KT133 w/Promise UATA 100 controller
> CPU:  900 Mhz Athlon 
> Memory: 256Mb
> 
> Disk  20Gb Quantum (I think?)
> 
> I know when I installed Win2K on a separate disk, I had to provide W2K with
a
> disk containing new drivers to that the W2K install could talk to the
Promise
> Ultra ATA 100 controller.
> 
> Having searched through newsgroups and the Mandrake site, I have found
several
> other people claiming to have made this work, but no-one has ever clearly
> documented the procedure they used.
> 
> If you have actually succeeded in installing LM 7.2 on an ASUS A7V using
the
> Ultra ATA 100 disk controller, could you please let me know what the
procedure
> was you used?
> 
> Thx,
> 
> Glenn
> 
> 
> Get your own FREE, personal Netscape WebMail account today at
http://home.netscape.com/webmail
> 
> 
> 
I haven't installed one but I am getting one and I have researched it a
bit and there is a way to do it although I've been told that 7.2 has the
kernel patch for the card. Here's a URL for the HowTo which describes a
little trick you may need to
do: http://www.linuxdoc.org/HOWTO/mini/Ultra-DMA-5.html#ss5.2 You can get
the latest ide patch(if ya even need it) at
ftp.kernel.org/pub/linux/kernel/people/hedrick . 
 -- 
Chad Y.
Registered Linux User #195191
Registered Linux Box #86749




Get your own FREE, personal Netscape WebMail account today at 
http://home.netscape.com/webmail




Re: [newbie] LS-120 problems

2000-11-20 Thread Markham Joseph

Dear Skidley,

My problem is in the LS-120, while I think your instructions are in
deleting the links to the CDROM.

I've included copies of lilo.conf and fstab My EIDE Zip drive is
working properly.

Joseph

skidley wrote:
> 
> On Sun, 19 Nov 2000, Joseph Markham wrote:
> 
> > Dear Friends,
> >
> > LM 7.2 thinks that my LS-120 is a scsi device, which it is not since
> > it's an IDE device. I've had a look at madrakeforum.com, and civileme
> > mentioned the problem in LM7.1.
> >
> > Does anybody know how to get the damn thing working?
> >
> > My configuration is : P3 500 on a BX mainboard
> > Pri Master: EIDE HDD
> > Pri Slave: Zip drive EIDE
> > Sec Master: LS-120 EIDE
> > Sec Slave : CD-RW EIDE
> >
> > Many thanks to whoever knows how - I've installed LM 7.2 at least 10
> > times to try and get around the problem to no avail.
> >
> >
> >
> Maybe this option is passed to the kernel by
> lilo or grub(whatever you use): append=" hdc=ide-scsi" Check your
> lilo.conf. also do a ls -l /dev/cd* and see what you get. If /dev/cdrom is
> using scsi emulation you will get something like /dev/cdrom -> scd0 (cdrom
> being a symlink to the secondary master scsi device). I have both my IDE
> drives, my cdrom and burner scsi emulated and they work quite well and
> it's better for burning on the fly i'm told and mine burns on the fly
> flawlessly. One solution if your Cdrom is scsi emulated (/dev/cdrom ->
> scd0) is to run modprobe ide-scsi. If ya don't want the drive to be scsi
> emulated but it is(hence /dev/cdrom -> scd0) do the following as root: cd
> /dev, then rm -f cdrom, then ln -s hdc cdrom(makes cdrom a symlink to
> hdc(secondary master ide). then make any necessary changes to /etc/fstab=
> make sure ya have /mnt/cdrom and its /dev/cdrom and get rid of the
> append=" hdc=ide-scsi"line in /etc/lilo.conf or/boot/grub/menu.lst. That
> should cover what you need to do.
> 
>  --
> Chad Y.
> Registered Linux User #195191
> Registered Linux Box #86749

boot=/dev/hda
map=/boot/map
install=/boot/boot.b
vga=normal
default=linux
keytable=/boot/us.klt
lba32
prompt
timeout=50
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
label=linux
root=/dev/hda1
append=" hdb=ide-scsi hdd=ide-floppy"
read-only
image=/boot/vmlinuz
label=failsafe
root=/dev/hda1
append=" hdb=ide-scsi hdd=ide-floppy failsafe"
read-only
other=/dev/fd0
label=floppy
unsafe


/dev/hda1 / ext2 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hda7 /home ext2 defaults 1 2
/mnt/cdrom /mnt/cdrom supermount fs=iso9660,dev=/dev/cdrom 0 0
/mnt/floppy /mnt/floppy supermount fs=vfat,dev=/dev/hdc 0 0
/mnt/zip /mnt/zip supermount fs=vfat,dev=/dev/zip 0 0
none /proc proc defaults 0 0
/dev/hda6 /usr ext2 defaults 1 2
/dev/hda5 swap swap defaults 0 0



Re: [newbie] How to install a rpm new kernel

2000-11-20 Thread civileme

> Francisco Alcaraz Ariza wrote:
> 
> Hello everybody,
> I am having problems to install a new kernel in rpm format; If I use
> the classical rpm -i it seems that everything goes well, but in fact
> my kernel is not modified.
> What can I do? Is there any way to change the kernel using those rpm
> files or do I need to start using the tgz file??
> Thanks newbies and more expert "linux-men" for your help
> 
> 
> Francisco Alcaraz Ariza
> Departamento de Biología Vegetal
> Universidad de Murcia
> Campus de Espinardo
> E-30100 Murcia, España (Spain)
> Pone: int+34+968364976
> e-mail: [EMAIL PROTECTED]
Well, rpm will load a new kernel, but it will not make it the one to
boot from to do that, in a terminal, login as root with the su -
command, then

# drakboot

and follow the instructions to point toward booting your new kernel.

Civileme




RE: [newbie] using a removable hard drive (DOS)

2000-11-20 Thread Mark Johnson

Yeah, I've got that figured out but my question I'm having is will linux
just ignore the second drive when it is missing or will it hiccup because it
expects a drive (in the bay) when it's not there?

Windows doesn't care, I can pull out the drive and put it back in (rebooting
of course) and it always handles it ok.  Will linux do this too?  Do I have
to manually mount and unmoun the drive each time?

-Original Message-
From: L. H. LOO [mailto:[EMAIL PROTECTED]]
Sent: Saturday, November 18, 2000 2:16 AM
To: rbh
Cc: Mark Johnson
Subject: Re: [newbie] using a removable hard drive (DOS)


At 07:12 PM 16-11-2000 -0800, you wrote:
>Subject: [newbie] using a removable hard drive (DOS)
>What I would like to do is put in another bay so that while in Linux I can 
>get to my windows drive.  But I i'm not sure how I would mount the drive

You need two bays : one for Linux and one for Windows, { presume you also 
have a cdrom, that makes a total of three 5 .25 inch bays }.  Your computer 
case may not have the space needed, here is the fun comes in : connect the 
C: drive and the cdrom to the first IDE connector, connect second harddisk 
ribbon cable to the second IDE connector 'snake' the cable through a port 
hole outside the case, connect the cable to the bay; do the same to the 
power cable for the bay.  In case you do not follow what I said, mail me 
out side the list. HTH




Re: [newbie] Mandrake 7.2 install problem - two HD's on UDMA66.

2000-11-20 Thread civileme

Rune Kallhovd wrote:
> 
> Hi folks!
> 
> I have run into some serious problems installing Mandrake 7.2 on
> my box, having the following specs:
> 
> - Abit BE6-II motherboard (not version 2), latest BIOS (UH)
> 
> - Celeron 466
> 
> - 256 MB RAM
> 
> - Two HD's on UDMA66 (HPT366), both IBM.
>   /dev/hde - IBM 30GB, 7200rpm, ATA66/100 (boot)
>   /dev/hdf - IBM 13.5GB, 7200rpm, ATA66
> 
> - DVD/CD and CD-RW
>   /dev/hda - Pioneer 10/40 DVD/CD
>   /dev/hdb - HP 9100i
> 
> - Matrox G400 MAX DualHead
> 
> - Creative 1024 Live!
> 
> Installation goes quite well, but reboot after installation just
> chokes when init is starting. I heard someone mention that there
> is a bug in 7.2 that requires you to disable the primary slave
> drive in BIOS when installing 7.2. Then download and install a
> patch of some sort before enabling the slave drive again.
> Is this so, and could someone point me to where I might find the
> solution to this?
> 
> I tried to search for this in the archives here, but could not
> find anything.
> 
> Mandrake 7.1 installs just fine on the same box, but I ran into
> similar problems when I opted for 'disk optimization' during the
> installation. Boot got stuck when 'preparing disk optimization for
> /dev/hdf'. This leads me to suspect there is some problems with
> having a slave drive when installing 7.2?
> 
> BTW, None of the drives are 'contaminated' with Windoze.

If this is downloadable 7.2, try installing in "expert" mode and turning
off optimizations.  This particular MB/Chipset/Controller combo often
chokes on some of them.  Check the expert archives or Cooker archives
for case histories if interested.

If this is not downloadable 7.2, either download it or register your set
and contact tech support by email; or get a cheap set of CDs from
Cheapbytes or GatorOnline.

Civileme


> 
> -- Cheers!
> ==  Rune Kallhovd, CORENA Norge AS  ==
> = Software Engineer  =
> =   P.O.Box 1024, N-3601 Kongsberg, NORWAY   =
> =  Tlf: +47 32 73 7448, Fax: +47 32 73 6877  =
> ==  CORENA Home Page: http://www.corena.no  ==




[newbie] (...) Sound card doent work

2000-11-20 Thread Krulo

I have mdk7.2 and my sound card is a OPTI 82C924. the harddrake detects it


OPTI SoundExpression SRS Sound System:

Manufacturer: OPTi
Model: SoundExpression SRS Sound System
Kernel Module: mad16
Type: ISA
MPU401: yes
DMA2/16: yes



OPTI SoundExpression MPU-401:

Manufacturer: OPTi
Model: SoundExpression MPU-401
Kernel Module: unknown
Type: ISA

appears this in the "sound" icon... but I dont listen to anything... what can 
I do? (sndconfig doesnt work, not installed I guess... :\\ )


thx






[newbie] (...) FINALLY!!!

2000-11-20 Thread Krulo

I am a happy man! finally I made it to install mandrake 7.2 and running net 
with him! :)) I just wanted to ask 1 more thing. I keep having problems with 
startx with every linux I installed. what console tool can I use to configure 
my startx (other than xf86config) when I for example put a too high 
resolution and then the monitor doesnt work in startx? what tool can I run to 
configure it? (XF86Setup doesnt run... command not found... so...)



thx for all the help I got and keep up with the good work! 
[[[]]]





Re: [newbie] Please respond! disk KERNEL Error

2000-11-20 Thread Tom Brinkman

On Sunday 19 November 2000 06:36 pm, Vic wrote:
> Other than that nothing else in dmesg,
> however Ihave a cdrom on the primary slave
> so that might be what that is.

Other than that's prob'ly causing the drive to default to ata/33, 
it shouldn't be a problem.  Leave it alone for now other than to check 
that the HDD jumper is set to master, and the Cdrom to slave.

> /dev/hda:
>  multcount=  0 (off)
>  I/O support  =  3 (32-bit w/sync)
>  unmaskirq=  1 (on)
>  using_dma=  1 (on)
>  keepsettings =  1 (on)
>  nowerr   =  0 (off)
>  readonly =  0 (off)
>  readahead=  8 (on)

Try the drive with everything off, and see if the kernel error 
persists.  Put a hdparm line at the end of rc.local that reads
'hdparm -m0  -c0 -u0 -d0 -k0 -A0'  Either a re-boot, or running 
'rc.local' should then disable 32bit IO, DMA, and readahead.

 You should also go to WD's site:
http://www.wdc.com/service/diagnostics.html   and get/use their 
diagnostic utility(s) to check your HDD.  

You didn't answer, but if you're using ReiserFS you may have to 
consider re-installing and using ext2.  RieserFS is still beta, and 
most users, including myself, can report some oddities with it.
-- 
Tom Brinkman   [EMAIL PROTECTED] Galveston Bay




[newbie] HL-1240 printing cont.

2000-11-20 Thread Eddie Torres

I think what the driver needs is an option to fix the stair-stepping 
like it did with the drivers used with LPD ( I think they are red hat 
drivers).  I think that's what I am seeing on the print.

-- 
Eddie Torress
www.veloct.net




Re: [newbie] How to install a rpm new kernel

2000-11-20 Thread Tom Brinkman

On Monday 20 November 2000 07:13 am, Francisco Alcaraz Ariza wrote:
> Hello everybody,
> I am having problems to install a new kernel in rpm format; If I use
> the classical rpm -i it seems that everything goes well, but in fact
> my kernel is not modified. What can I do? Is there any way to change
> the kernel using those rpm files or do I need to start using the tgz
> file?? Thanks newbies and more expert "linux-men" for your help

  read and follow all the instruction given here:

  http://mandrakeuser.org/install/kupgrade.html
-- 
Tom Brinkman   [EMAIL PROTECTED] Galveston Bay




[newbie] midi in Netscape

2000-11-20 Thread Gayle Burnett

Midi works except in Netscape. Do I need a plugin to use
midi in
Netscape? 

Would appreciate any help.




Re: [newbie] How to install a rpm new kernel

2000-11-20 Thread Rune Kallhovd

> Francisco Alcaraz Ariza wrote:
> 
> Hello everybody,
> I am having problems to install a new kernel in rpm format; If I use
> the classical rpm -i it seems that everything goes well, but in fact
> my kernel is not modified.
> What can I do? Is there any way to change the kernel using those rpm
> files or do I need to start using the tgz file??
> Thanks newbies and more expert "linux-men" for your help
> 
> 
> Francisco Alcaraz Ariza
> Departamento de Biología Vegetal
> Universidad de Murcia
> Campus de Espinardo
> E-30100 Murcia, España (Spain)
> Pone: int+34+968364976
> e-mail: [EMAIL PROTECTED]

I may be a 'born sceptic', but I would never trust RPM to upgrade my 
kernel. I believe kernel updates should be done by downloading the 
kernel source, and recompile it from there :-)

-- Cheers!
==  Rune Kallhovd, CORENA Norge AS  ==
= Software Engineer  =
=   P.O.Box 1024, N-3601 Kongsberg, NORWAY   =
=  Tlf: +47 32 73 7448, Fax: +47 32 73 6877  =
==  CORENA Home Page: http://www.corena.no  ==




[newbie] Printer Complications

2000-11-20 Thread SoloCDM

I have printer complications.  A user was able to send data to the
printer queue, nothing prints, and lpq prints out the following
status:

lp is ready and printing

[user]: active  [job 003[FQDN]]
   (standard input) 38018 bytes


Root is able to print; therefore, are the user permissions disabled or
is there something else wrong?

Note: When you reply to this message, please include
  the mailing list and my email address.

*
Signed,
SoloCDM




[newbie] Mandrake 7.2 install problem - two HD's on UDMA66.

2000-11-20 Thread Rune Kallhovd

Hi folks!

I have run into some serious problems installing Mandrake 7.2 on 
my box, having the following specs:

- Abit BE6-II motherboard (not version 2), latest BIOS (UH)

- Celeron 466

- 256 MB RAM

- Two HD's on UDMA66 (HPT366), both IBM.
  /dev/hde - IBM 30GB, 7200rpm, ATA66/100 (boot)
  /dev/hdf - IBM 13.5GB, 7200rpm, ATA66

- DVD/CD and CD-RW
  /dev/hda - Pioneer 10/40 DVD/CD
  /dev/hdb - HP 9100i

- Matrox G400 MAX DualHead

- Creative 1024 Live!


Installation goes quite well, but reboot after installation just
chokes when init is starting. I heard someone mention that there 
is a bug in 7.2 that requires you to disable the primary slave 
drive in BIOS when installing 7.2. Then download and install a 
patch of some sort before enabling the slave drive again.
Is this so, and could someone point me to where I might find the
solution to this?

I tried to search for this in the archives here, but could not 
find anything.

Mandrake 7.1 installs just fine on the same box, but I ran into 
similar problems when I opted for 'disk optimization' during the
installation. Boot got stuck when 'preparing disk optimization for
/dev/hdf'. This leads me to suspect there is some problems with
having a slave drive when installing 7.2?

BTW, None of the drives are 'contaminated' with Windoze.

-- Cheers!
==  Rune Kallhovd, CORENA Norge AS  ==
= Software Engineer  =
=   P.O.Box 1024, N-3601 Kongsberg, NORWAY   =
=  Tlf: +47 32 73 7448, Fax: +47 32 73 6877  =
==  CORENA Home Page: http://www.corena.no  ==




RE: [newbie] Changing MAC address

2000-11-20 Thread Kelly, Christopher

The MAC addresses are "burned" into the NIC. If you need to have a different
MAC, you will need to get another NIC.

Chris Kelly
Registered Linux user 185775


-Original Message-
From: gcobb [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 20, 2000 7:33 AM
To: [EMAIL PROTECTED]
Subject: RE: [newbie] Changing MAC address


I've never seen a mac address that could be changed at all.  I believe I'm
correct in saying they're written into the chips on the NIC.

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Grant
> Sent: Sunday, November 19, 2000 9:34 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [newbie] Changing MAC address
>
>
> I don't believe you *can* change it. I believe it is hard coded into the
> NIC.
>
> - Original Message -
> From: "Mazen" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, November 19, 2000 4:12 AM
> Subject: [newbie] Changing MAC address
>
>
> > Hi all,
> >
> > I wonder how to change the MAC address (hardware address) of the network
> card. I have read something about that in the man pages of "ifconfig"
> command.
> >
> > Thanks in advance
> >
> > Mazen
> >
> > __
> > FREE Personalized Email at Mail.com
> > Sign up at http://www.mail.com/?sr=signup
> >
>
>





RE: [newbie] Changing MAC address

2000-11-20 Thread gcobb

I've never seen a mac address that could be changed at all.  I believe I'm
correct in saying they're written into the chips on the NIC.

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Grant
> Sent: Sunday, November 19, 2000 9:34 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [newbie] Changing MAC address
>
>
> I don't believe you *can* change it. I believe it is hard coded into the
> NIC.
>
> - Original Message -
> From: "Mazen" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, November 19, 2000 4:12 AM
> Subject: [newbie] Changing MAC address
>
>
> > Hi all,
> >
> > I wonder how to change the MAC address (hardware address) of the network
> card. I have read something about that in the man pages of "ifconfig"
> command.
> >
> > Thanks in advance
> >
> > Mazen
> >
> > __
> > FREE Personalized Email at Mail.com
> > Sign up at http://www.mail.com/?sr=signup
> >
>
>





[newbie] How to install a rpm new kernel

2000-11-20 Thread Francisco Alcaraz Ariza




Hello everybody,
I am having problems to 
install a new kernel in rpm format; If I use the classical rpm -i it seems that 
everything goes well, but in fact my kernel is not modified.
What can I do? Is there any way to change the kernel using 
those rpm files or do I need to start using the tgz file??
Thanks newbies and more 
expert "linux-men" for your help
 
 
Francisco Alcaraz ArizaDepartamento de 
Biología VegetalUniversidad de MurciaCampus de 
EspinardoE-30100 Murcia, España (Spain)Pone: 
int+34+968364976e-mail: [EMAIL PROTECTED]


RE: [newbie] Bizarre cron job--or what?

2000-11-20 Thread Renaud OLGIATI

On Mon, 20 Nov 2000, Lewis Bishop wrote:
> Someone mentioned to me that unknown hard disk activity could be due to
> locate building it's index? Could this be it? Can anyone clarify?

If you have a cron job that rebuilds the locate database, it DOES take a
long time to run  ;-)

Just make sure it is run at a time when you are seldom at your screen.

Cheers,

Ron the Frog, on the banks of the Paraguay River.
-- 
 
  Any sufficiently advanced technology
  is indistinguishable from magic.
   -- Arthur C. Clarke
 
  ---  http://personales.conexion.com.py/~rolgiati  ---
 




[newbie] ISA ethernet card Tx timeout

2000-11-20 Thread Jeremy Bishop

After moving one of my computers from redhat 5.2 to Mandrake 7.1 I am
having problems with the ethernet card.

As the subject says, it's an ISA card, using the ne2k module. io and irq
are correct, as it detects the card and gives the correct MAC address.
pings to the machine's ip (192.168.1.2) work, pings to and from another
(192.168.1.1) do not work.  Before the upgrade it was fully functional.

I've seen some literature saying an older PCI card may have this
problem, and to use the ne.c instead of the ne2k-pci module.  So what
should I do if I'm already using the ne.c?

Thanks for any help

-- 
"The irony is that Bill Gates claims to be making a stable operating
system and Linus Torvalds claims to be trying to take over the world."
 -- Drakmere




Re: [newbie] group psychologist

2000-11-20 Thread Robin Regennitter

On Friday 17 November 2000 12:49 pm, you wrote:

well,  I have a secret

I see dead windows using windows 98

now tell me if I'm not crazy.

> [EMAIL PROTECTED] wrote:
> > Can I tell you a secret?
> >
> > I see dead people.
> >
> > "Admiral" Ian Bridgeman
> > 8)
>
> u have been watching too many movies.
> take your windoes discs and stomp on
> them. u will then be fine
>
>  :)
>
> we'll do some more psycho stuff next week
>
> by




Re: [[newbie]Zip mounting for user]

2000-11-20 Thread Michael Scottaline

Marcia <[EMAIL PROTECTED]> wrote:
> Dear All, I was having zip drive mounting problems. I fixed it through
> Drakconf for root however I cannot mount the zip as a user. What should
> the default permissions in Drakconf be set at for read, write, access
> for both users and root? Thanks,Marcia

Marcia,
You might try editing /etc/fstab.  Add "user" (w/o quotes) to the line for
your zip drive.  Of course, you must do this as root.
HTH,
Mike

"What contemptible scoundrel has stolen the cork to my lunch?"
--W. C. Fields


Get your own FREE, personal Netscape WebMail account today at 
http://home.netscape.com/webmail




RE: [newbie] Bizarre cron job--or what?

2000-11-20 Thread Lewis Bishop

Someone mentioned to me that unknown hard disk activity could be due to
locate building it's index? Could this be it? Can anyone clarify?

-Original Message-
From: Paul [mailto:[EMAIL PROTECTED]]
Sent: 17 November 2000 19:06
To: [EMAIL PROTECTED]
Subject: Re: [newbie] Bizarre cron job--or what?


On Fri, 17 Nov 2000, Dave Pa McClamrock wrote:

>Hi Paul,
>I haven't been doing much to make my hard drive work harder lately--mostly
>trying to keep up with e-mail and other writing!  Did the bizarre behavior
stop
>happening at inopportune times on your machine when you upgraded to 7.2?
>
>When you say "Linux starts rearranging things on its own," do you mean the
>kernel does this on its own, or some daemon does it, or what?  Is there a
way
>to control what gets rearranged and when--I mean, a way that an old
non-geek
>like me can kind of understand?

Hi Dave,

I am running 7.2 since almost a week now, but I am not at the computer a
lot. Perhaps it rattles from 8am until 6pm (when I am not here), but I
have not heard anything strange at other times. But then, the hard working
disk etc. did not happen very often, perhaps once a month.

And I don't know what controls the work, and if this thing can be
controlled...

Paul

-- 
We are Microsoft of Borg.
You will be assimilated.
Resistance is-

 Fatal Exception Error in MSBORG32.DLL

http://nlpagan.net - ICQ 147208 - Registered Linux User 174403
 Linux Mandrake 7.2 - Pine 4.30






[newbie] Mod_perl + Embperl&Mdk 7.2

2000-11-20 Thread Antti Linno


I tried to install machine with Apache,mod_perl and HTML-Embperl
capabilities. First I installed Mandrake 7.2 custom-development. I chose
apache, mod_perl, html-embperl etc.(perl modules). When I started up
interface showed httpd and httpd-perl coming up. Then I tried just to see
localhost, but none was there.

First question: How does one give machine name(localhost,whatever) if it
is not asked during install.

Ok, got tired of such scramble, and decided to install Apache+mod_perl
from source. Then I discovered that perl libraries are not where they
should be, so Apache won't install. (hmm, install new perl from source and
all modules that are needed :P)

Ok, so I changed to custom-server install. Installed stuff, apache etc.
During start shows httpd, httpd-perl, and even localhost exists if I look
at it through some browser. 
Now I wanted to use HTML-Embperl, and decided to modify httpd.conf. So I
added lines


DefaultType text/html
SetHandler perl-script
PerlHandler HTML::Embperl
Options +ExecCGI +Includes +Indexes
PerlSetEnv EMBPERL_ESCMODE 4
PerlSetenv EMBPERL_OPTIONS 16
AddType text/html .html


When I did configtest, it failed miserably, complaining about PerlHandler.

So, my second question is: How to use Embperl, if it is installed?
Where to write what?

Greetings,
Antti