[newbie] Setup NFS access?

2004-11-07 Thread Eric Scott
Yo peeps;
I'm trying to set up an NFS server on my Mandrake 9.2 server with client 
access from a SuSE 9.1 box.  Here's what I did on the server:

[EMAIL PROTECTED]:~ ssh sipca.org
[EMAIL PROTECTED]'s password:
[EMAIL PROTECTED] eric]$ su
Password:
[EMAIL PROTECTED] eric]# vi /etc/exports

snip
Added /var/www/html   sipca.org(ro,root_squash)
/snip

[EMAIL PROTECTED] eric]# exportfs -r
exportfs: /etc/exports [2]: No 'sync' or 'async' option specified for export 
*:/home/eric.
  Assuming default behaviour ('sync').
  NOTE: this default has changed from previous versions
exportfs: /etc/exports [3]: No 'sync' or 'async' option specified for export 
sipca.org:/var/www/html.
  Assuming default behaviour ('sync').
  NOTE: this default has changed from previous versions
[EMAIL PROTECTED] eric]#

On the SuSE box I got:

linux:/mnt # mount -t nfs sipca.org:/var/www/html /mnt/athlonxp
pmap_getmaps rpc problem: RPC: Timed out
mount: sipca.org:/var/www/html failed, reason given by server: Permission 
denied

I'm new to NFS... and all this I just tried from a googled howto.  Any help?
   Thanx,
 ES
-- 
Registered Linux user #366862

Not that you care, but this message was sent from a 750MHz Athlon system 
running SuSE Linux 9.1 (Kernal 2.6.4) and KMail 1.62.  I aslo run Red Hat 
Linux 8.0 (Kernal 2.4.18), Debian GNU/Linux 3.0 (Kernal 2.2.20), Mandrake 
Linux 9.2 (Kernal 2.4.22), and YellowDog Linux 3.0 (Kernal 2.4.20) on various 
systems and architectures for various reasons.  Yeah, and there's a old Mac 
OS in there somewhere that I use as a bootloader for Linux, and a Windows XP 
box used as a router for my Linux-based network, but they don't count, 'cuz 
they aren't real OS's.  Who me? Biased? Nah!



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Setup NFS access?

2004-11-07 Thread Derek Jennings
On Sunday 07 November 2004 19:12, Eric Scott wrote:
 Yo peeps;
 I'm trying to set up an NFS server on my Mandrake 9.2 server with client

 access from a SuSE 9.1 box.  Here's what I did on the server:
 [EMAIL PROTECTED]:~ ssh sipca.org
 [EMAIL PROTECTED]'s password:
 [EMAIL PROTECTED] eric]$ su
 Password:
 [EMAIL PROTECTED] eric]# vi /etc/exports

 snip
 Added /var/www/html   sipca.org(ro,root_squash)
 /snip

 [EMAIL PROTECTED] eric]# exportfs -r
 exportfs: /etc/exports [2]: No 'sync' or 'async' option specified for
  export *:/home/eric.
   Assuming default behaviour ('sync').
   NOTE: this default has changed from previous versions
 exportfs: /etc/exports [3]: No 'sync' or 'async' option specified for
  export sipca.org:/var/www/html.
   Assuming default behaviour ('sync').
   NOTE: this default has changed from previous versions
 [EMAIL PROTECTED] eric]#

 On the SuSE box I got:
 linux:/mnt # mount -t nfs sipca.org:/var/www/html /mnt/athlonxp
 pmap_getmaps rpc problem: RPC: Timed out
 mount: sipca.org:/var/www/html failed, reason given by server: Permission
 denied

 I'm new to NFS... and all this I just tried from a googled howto.  Any
 help? Thanx,
  ES

Are you running a firewall? If so you need to open port 111 and also make sure 
the portmapper service is running.

BTW: The easy way for newbies to set up NFS servers is to use the 'NFS Mount' 
GUI in Mandrake Control Centre.  It works over an ssh link. Just start 'mcc'  
from your ssh shell.

derek 
-- 
www.jennings.homelinux.net
http://twiki.mdklinuxfaq.org


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Setup NFS access?

2004-11-07 Thread Eric Scott
On Sunday 07 November 2004 14:08, Derek Jennings wrote:
 On Sunday 07 November 2004 19:12, Eric Scott wrote:
  Yo peeps;
  I'm trying to set up an NFS server on my Mandrake 9.2 server with client
 
  access from a SuSE 9.1 box. Here's what I did on the server:
  [EMAIL PROTECTED]:~ ssh sipca.org
  [EMAIL PROTECTED]'s password:
  [EMAIL PROTECTED] eric]$ su
  Password:
  [EMAIL PROTECTED] eric]# vi /etc/exports
 
  snip
  Added /var/www/html  sipca.org(ro,root_squash)
  /snip
 
  [EMAIL PROTECTED] eric]# exportfs -r
  exportfs: /etc/exports [2]: No 'sync' or 'async' option specified for
   export *:/home/eric.
   Assuming default behaviour ('sync').
   NOTE: this default has changed from previous versions
  exportfs: /etc/exports [3]: No 'sync' or 'async' option specified for
   export sipca.org:/var/www/html.
   Assuming default behaviour ('sync').
   NOTE: this default has changed from previous versions
  [EMAIL PROTECTED] eric]#
 
  On the SuSE box I got:
  linux:/mnt # mount -t nfs sipca.org:/var/www/html /mnt/athlonxp
  pmap_getmaps rpc problem: RPC: Timed out
  mount: sipca.org:/var/www/html failed, reason given by server:
   Permission denied
 
  I'm new to NFS... and all this I just tried from a googled howto. Any
  help? Thanx,
ES

 Are you running a firewall? If so you need to open port 111 and also make
 sure the portmapper service is running.

 BTW: The easy way for newbies to set up NFS servers is to use the 'NFS
 Mount' GUI in Mandrake Control Centre. It works over an ssh link. Just
 start 'mcc' from your ssh shell.

 derek

Whelp I don't have a firewall... and I don't know about you but my MCC only 
lets me mount servers with NFS Mounts, not create them. Am I missing 
something? My entire /etc/exports file is as follows:

/home/eric   *(rw)
/var/www/html  *(rw)

It says permission denied when I try to access. Any help?

-- 
Registered Linux user #366862

Not that you care, but this message was sent from a 750MHz Athlon system 
running SuSE Linux 9.1 (Kernal 2.6.5) and KMail 1.62. I aslo run Red Hat 
Linux 8.0 (Kernal 2.4.18), Debian GNU/Linux 3.0 (Kernal 2.2.20), Mandrake 
Linux 9.2 (Kernal 2.4.22), and YellowDog Linux 3.0 (Kernal 2.4.20) on various 
systems and architectures for various reasons. Yeah, and there's a old Mac 
OS in there somewhere that I use as a bootloader for Linux, and a Windows XP 
box used as a router for my Linux-based network, but they don't count, 'cuz 
they aren't real OS's. Who me? Biased? Nah!


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Setup NFS access?

2004-11-07 Thread H.J.Bathoorn
On Sunday 07 November 2004 23:45, Eric Scott wrote:
 /home/eric      *(rw)
 /var/www/html   *(rw)

 It says permission denied when I try to access.  Any help?

Just open /home/eric with konqueror and rightclick the directory you want to 
share, and go down to the bottom of the menu and select share.
If you haven't configured filesharing yet (be it nfs or samba) you can click 
on configure filesharing button there or (if you have); click on the 
shared radio button.

That's about it...it can't get much harder IMO;)

About /var/www/html; I'm not so sure that's shareable in the nfs way, I 
useally restrict myself to /home/triade files for safety's sake.


-- 
Good luck,
HarM


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Setup NFS access?

2004-11-07 Thread Eric Scott
On Sunday 07 November 2004 17:24, H.J.Bathoorn wrote:
 On Sunday 07 November 2004 23:45, Eric Scott wrote:
  /home/eric   *(rw)
  /var/www/html  *(rw)
 
  It says permission denied when I try to access. Any help?

 Just open /home/eric with konqueror and rightclick the directory you want
 to share, and go down to the bottom of the menu and select share.
 If you haven't configured filesharing yet (be it nfs or samba) you can
 click on configure filesharing button there or (if you have); click on
 the shared radio button.

 That's about it...it can't get much harder IMO;)

 About /var/www/html; I'm not so sure that's shareable in the nfs way, I
 useally restrict myself to /home/triade files for safety's sake.

Well sharing home direcories won't help me.  I need the html directory.

-- 
Registered Linux user #366862

Not that you care, but this message was sent from a 750MHz Athlon system 
running SuSE Linux 9.1 (Kernal 2.6.5) and KMail 1.62.  I aslo run Red Hat 
Linux 8.0 (Kernal 2.4.18), Debian GNU/Linux 3.0 (Kernal 2.2.20), Mandrake 
Linux 9.2 (Kernal 2.4.22), and YellowDog Linux 3.0 (Kernal 2.4.20) on various 
systems and architectures for various reasons.  Yeah, and there's a old Mac 
OS in there somewhere that I use as a bootloader for Linux, and a Windows XP 
box used as a router for my Linux-based network, but they don't count, 'cuz 
they aren't real OS's.  Who me? Biased? Nah!



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Setup NFS access?

2004-11-07 Thread H.J.Bathoorn
On Monday 08 November 2004 00:32, Eric Scott wrote:
 Well sharing home direcories won't help me.  I need the html directory.

So what are you trying to share?

/var/www/html sounds more like a webserver to mewhich could be reached 
by:http://adres_of_your_box_here:80; depending on what webserver software 
you're running, or from where you're connecting from if you've got a 
firewall..don't need any sharing there!
-- 
Good luck,
HarM


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Setup NFS access?

2004-11-07 Thread Eric Scott
On Sunday 07 November 2004 17:53, H.J.Bathoorn wrote:
 On Monday 08 November 2004 00:32, Eric Scott wrote:
  Well sharing home direcories won't help me. I need the html directory.

 So what are you trying to share?

 /var/www/html sounds more like a webserver to mewhich could be reached
 by:http://adres_of_your_box_here:80; depending on what webserver software
 you're running, or from where you're connecting from if you've got a
 firewall..don't need any sharing there!

Right, I'm trying to share the web server directory read/write for easy remote 
website editing.  It seems like it'd be much more convenient over NFS than 
FTP or SCP.  If you've got a better idea I'm open for tips.  My I-net 
connection has like a 4k upload rate, and editing over SSH/VNC is starting to 
become a real chore.  I just got FTP running though, which I will need for a 
few clients, and can live with it for the present, but as a web host 
administrator I'd like to have NFS access to the entire http server 
directory.
Thanx,
   ES
-- 
Registered Linux user #366862

Not that you care, but this message was sent from a 750MHz Athlon system 
running SuSE Linux 9.1 (Kernal 2.6.5) and KMail 1.62.  I aslo run Red Hat 
Linux 8.0 (Kernal 2.4.18), Debian GNU/Linux 3.0 (Kernal 2.2.20), Mandrake 
Linux 9.2 (Kernal 2.4.22), and YellowDog Linux 3.0 (Kernal 2.4.20) on various 
systems and architectures for various reasons.  Yeah, and there's a old Mac 
OS in there somewhere that I use as a bootloader for Linux, and a Windows XP 
box used as a router for my Linux-based network, but they don't count, 'cuz 
they aren't real OS's.  Who me? Biased? Nah!



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Setup NFS access?

2004-11-07 Thread H.J.Bathoorn
On Monday 08 November 2004 02:04, Eric Scott wrote:
 On Sunday 07 November 2004 17:53, H.J.Bathoorn wrote:
  On Monday 08 November 2004 00:32, Eric Scott wrote:
   Well sharing home direcories won't help me.  I need the html directory.
 
  So what are you trying to share?
 
  /var/www/html sounds more like a webserver to mewhich could be
  reached by:http://adres_of_your_box_here:80; depending on what webserver
  software you're running, or from where you're connecting from if you've
  got a firewall..don't need any sharing there!

 Right, I'm trying to share the web server directory read/write for easy
 remote website editing.  It seems like it'd be much more convenient over
 NFS than FTP or SCP.  If you've got a better idea I'm open for tips.  My
 I-net connection has like a 4k upload rate, and editing over SSH/VNC is
 starting to become a real chore.  I just got FTP running though, which I
 will need for a few clients, and can live with it for the present, but as a
 web host administrator I'd like to have NFS access to the entire http
 server directory.
   Thanx,
ES

Well frankly, I've not discovered a better way than ssh yet.

There might be a slight speed gain over NOT_encrypting but that surely doesn't 
weigh up to the security ssh gives.

Don't try to use vnc at those speeds...it's just too damn slow, as actualy all 
X-forwarding is too!
Get used to the commandline and you'll be administrating at a lot lower speed 
if need be:)
Another speed gain would/could also be keeping a mirrored copy of your remote 
websites locally and then using rsync to keep them updated (in sync) -- be 
it in secure_mode or not.but that would be a different thread;)

NFS is certainly NOT the way to go for easy/fast web maintainance, that was 
meant for local (LAN) stuff.
-- 
Good luck,
HarM


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Setup NFS access?

2004-11-07 Thread Derek Jennings
On Monday 08 November 2004 01:20, H.J.Bathoorn wrote:
 On Monday 08 November 2004 02:04, Eric Scott wrote:
  On Sunday 07 November 2004 17:53, H.J.Bathoorn wrote:
   On Monday 08 November 2004 00:32, Eric Scott wrote:
Well sharing home direcories won't help me.  I need the html
directory.
  
   So what are you trying to share?
  
   /var/www/html sounds more like a webserver to mewhich could be
   reached by:http://adres_of_your_box_here:80; depending on what
   webserver software you're running, or from where you're connecting from
   if you've got a firewall..don't need any sharing there!
 
  Right, I'm trying to share the web server directory read/write for easy
  remote website editing.  It seems like it'd be much more convenient over
  NFS than FTP or SCP.  If you've got a better idea I'm open for tips.  My
  I-net connection has like a 4k upload rate, and editing over SSH/VNC is
  starting to become a real chore.  I just got FTP running though, which I
  will need for a few clients, and can live with it for the present, but as
  a web host administrator I'd like to have NFS access to the entire http
  server directory.
  Thanx,
 ES

 Well frankly, I've not discovered a better way than ssh yet.

 There might be a slight speed gain over NOT_encrypting but that surely
 doesn't weigh up to the security ssh gives.

 Don't try to use vnc at those speeds...it's just too damn slow, as actualy
 all X-forwarding is too!
 Get used to the commandline and you'll be administrating at a lot lower
 speed if need be:)
 Another speed gain would/could also be keeping a mirrored copy of your
 remote websites locally and then using rsync to keep them updated (in
 sync) -- be it in secure_mode or not.but that would be a different
 thread;)

 NFS is certainly NOT the way to go for easy/fast web maintainance, that was
 meant for local (LAN) stuff.

If you use Quanta to manage your web pages then you can easily synchronise to 
your web server using sftp The only thing you need on the server is to be 
running an ssh server.

Konqueror is also real nice to use with sftp. Just enter
fish://[EMAIL PROTECTED]/path/to/folder  in the URL line of Konqueror
('fish' is included by default in Mandrake, but I am not sure if Suse includes 
it)

derek
-- 
www.jennings.homelinux.net
http://twiki.mdklinuxfaq.org


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] Setup for Games

2000-10-28 Thread Ashley Moore

Sorry, This is a repost. Forgot to put in the subject. My apologies :-|

Hi,

I'm still very much a newbie and I wanted to know what do I need to do to
set up my system to play games. I'm running LM 7.1 (I do not have the '
mandrake71-ext' CD ). My hardware is AMD K6 450Mhz / 144 Mb RAM / ATI Rage
Fury 32 MB AGP / SoundBlaster Live!  All my h/w is detected and works. I've
downloaded:
xracer-0.96.5-1.i686.rpm
quake2-3.20-glibc-6.i386.rpm
Should I just perform the installation or do I need to download and set up
any X related s/w?
Thanks in advance.

Ashley Moore.






Re: [newbie] Setup for Games

2000-10-28 Thread Mike Adams

At 11:44 PM 10/27/00, you wrote:
Sorry, This is a repost. Forgot to put in the subject. My apologies :-|

Hi,

I'm still very much a newbie and I wanted to know what do I need to do to
set up my system to play games. I'm running LM 7.1 (I do not have the '
mandrake71-ext' CD ). My hardware is AMD K6 450Mhz / 144 Mb RAM / ATI Rage
Fury 32 MB AGP / SoundBlaster Live!  All my h/w is detected and works. I've
downloaded:
xracer-0.96.5-1.i686.rpm
quake2-3.20-glibc-6.i386.rpm
Should I just perform the installation or do I need to download and set up
any X related s/w?
Thanks in advance.

Ashley Moore.

Especially how the (*^^%* do you get linux to recognize the joystick/midi 
port of a soundblaster as a joystick port.  I've read the joystick HOWTO 
and it talks about game adaptors etc... like I have any extra IRQs 
available...(my computer looks like the borg tried to assimilate it...)

TIA---Mike

---
ACHTUNG!  ALLES LOOKENSPEEPERS!  Das
  computermachine ist nicht fuer gefingerpoken und mittengrabben.
  Ist easy schnappen der springenwerk, blowenfusen und poppencorken
  mit spitzensparken.  Ist nicht fuer gewerken bei das dumpkopfen.

  Das rubbernecken sichtseeren keepen das cotten-pickenen hans in das
  pockets muss; relaxen und watchen das blinkenlichten.





[newbie] Setup UDMA 66 card

2000-09-10 Thread tom_chan

 Hi all,

   I setup an Mandrake 6.1 and learn for linux, and I'm trying to add my DMA66 card 
into the linux box to utilize my 2 old 420M conner harddisk.  the pci card using 
HPT366 chip. And I successfully update the kernel with the chip support.
   But when boot up the linux box, I found the following message in the dmesg:

hde: q, ATA DISK drive
.
.
ide2 at 0xac00-0xac07, 0xb002 on irq 11
.
.
hde: 0MB w/6681kb Cache, CHS=0/63/69, DMA
hde: INVALID GEOMETRY: 63 PHYSICAL HEADS?

Can anyone help me solve the problem?
Thanks in advance.

Best Regards,
  Tom J
--
Åwªï¨Ï¥Î hongkong.com ¹q¤l¶l¥ó¨t²Î 
Thank you for using hongkong.com Email system





[newbie] Setup

2000-04-14 Thread Valjean

anyone know how to select different window managers from inside
xwindows?  I think KDE is the reason I've been freezing so I'm going to
try another, perhaps window maker.
Valjean




Re: [newbie] Setup

2000-04-14 Thread flupke

Valjean wrote:
 
 anyone know how to select different window managers from inside
 xwindows?  I think KDE is the reason I've been freezing so I'm going to
 try another, perhaps window maker.
To try some wm, I'd suggest you to start an X session with just an xterm
(by just typing xinit in a console), and try some wm by launching them
from the xterm.

When your choce is made, you can edit (or create) your ~/.Xclients file
to determine your default window manager.

HTH
Flupke




RE: [newbie] Setup Help PLEASE !!!

2000-03-27 Thread Cesar Octavio Delgado



Try 
runing that file from DOS, not from Windows. To do that, press F8 at boot 
and select Normal Command prompt or Safe Command prompt.

  -Mensaje original-De: Ronald Brown 
  [mailto:[EMAIL PROTECTED]]Enviado el: Viernes, 17 de Marzo de 
  2000 08:50 a.m.Para: Mandrake Newbie HelpAsunto: 
  [newbie] Setup Help PLEASE !!!
  Hi Group,
  
  I am trying to install Mandrake 7.0 but I get 
  this error when trying to install from harddisk.bat file in dos.
  Has anyone seee this before and is there a 
  workaround?
  
  TIA
  RWB
  
  C:\Mandrake\dosutils\autoboot\mdkinstloadlin 
  vmlinuz ramdisk=32000 initrd=initrd.hdmdkinst hdLOADLIN v1.6 (C) 
  1994..1996 Hans Lermen [EMAIL PROTECTED]
  
  CPU is in V86-mode (may be WINDOWS, EMM386, QEMM, 
  386MAX, ...)You need pure 386/486 real mode or a VCPI server to boot 
  LinuxVCPI is supported by most EMS drivers (if EMS is enabled),but 
  never under WINDOWS-3.1 or WINDOWS'95.(However, real DOS-Mode of 
  WINDOWS'95 can have EMS driver with VCPI)If loading via VCPI you also MUST 
  have: 1. An interceptable setup-code (see MANUAL.TXT) 2. 
  Identical Physical-to-Virtual mapping for the first 640 Kbytes
  
  Your current DOS/CPU configuration is: 
  load buffer size: 0x , setup buffer 
  size: 0x3E00 total memory: 
  0x0010 CPU is in V86 mode SetupIntercept: NO 
  stat2: cpu_V86, but no VCPI available (check aborted) input params 
  (size 0x0031): vmlinuz ramdisk=32000 initrd=initrd.hd 
  mdkinst hd LOADLIN started from DOS-promptWARNING: Not enough 
  free memory (load buffer 
  size)C:\Mandrake\dosutils\autoboot\mdkinst


[newbie] Setup Help PLEASE !!!

2000-03-17 Thread Ronald Brown



Hi Group,

I am trying to install Mandrake 7.0 but I get this 
error when trying to install from harddisk.bat file in dos.
Has anyone seee this before and is there a 
workaround?

TIA
RWB

C:\Mandrake\dosutils\autoboot\mdkinstloadlin 
vmlinuz ramdisk=32000 initrd=initrd.hdmdkinst hdLOADLIN v1.6 (C) 
1994..1996 Hans Lermen [EMAIL PROTECTED]

CPU is in V86-mode (may be WINDOWS, EMM386, QEMM, 
386MAX, ...)You need pure 386/486 real mode or a VCPI server to boot 
LinuxVCPI is supported by most EMS drivers (if EMS is enabled),but never 
under WINDOWS-3.1 or WINDOWS'95.(However, real DOS-Mode of WINDOWS'95 can 
have EMS driver with VCPI)If loading via VCPI you also MUST have: 
1. An interceptable setup-code (see MANUAL.TXT) 2. Identical 
Physical-to-Virtual mapping for the first 640 Kbytes

Your current DOS/CPU configuration is: 
load buffer size: 0x , setup buffer size: 
0x3E00 total memory: 0x0010 CPU 
is in V86 mode SetupIntercept: NO stat2: cpu_V86, but no 
VCPI available (check aborted) input params (size 
0x0031): vmlinuz ramdisk=32000 initrd=initrd.hd mdkinst 
hd LOADLIN started from DOS-promptWARNING: Not enough free memory 
(load buffer 
size)C:\Mandrake\dosutils\autoboot\mdkinst


[newbie] Setup Question

2000-03-16 Thread Ronald Brown



Hi GroupBrand New Newbie here :) Please bare 
with me

I have downloaded Mandrake ISO 7-02 onto my hard 
drive. I'm a little confused on what to do next.

When in the installation process, I get the first 
screen that request this information.

Select Partition

What partition and directory on that partition hold 
the Mandrake/RPMS and Mandrake/base directories?

When I used winimage I selected the hd.image and 
extracted the files to a 3 1/2 and the ISO download is
on my C:\ drive, what am I to 
input?


Re: [newbie] Setup Question

2000-03-16 Thread KompuKit

the iso image is for burning to a CD...you got the wrong file...unless
you have a CD-RW

 Ronald Brown wrote:
 
 Hi GroupBrand New Newbie here :) Please bare with me
 
 I have downloaded Mandrake ISO 7-02 onto my hard drive. I'm a little
 confused on what to do next.
 
 When in the installation process, I get the first screen that request
 this information.
 
 Select Partition
 
 What partition and directory on that partition hold the Mandrake/RPMS
 and Mandrake/base directories?
 
 When I used winimage I selected the hd.image and extracted the files
 to a 3 1/2 and the ISO download is
 on my C:\ drive, what am I to input?

-- 
KompuKit=
[EMAIL PROTECTED]

ICQ# 7110071

HomePage:
http://kwg.virtualave.net/kwg

Personal WebServer:
http://kompukit.penguinpowered.com
(Server Runs between 6pm-12am EST)
KompuKit=



[newbie] setup a firewall

1999-12-29 Thread Raphael Quoilin

Dear All,

I would like to install Mandrake 6.1 on a AMD K6 computer. This machine will
be used to :

- set up an IP-Firewall,
- share a large part of its hard-disk to be used by Win NT 4.0.

Do you have advices ?

Thank you.



Re: [newbie] setup a firewall

1999-12-29 Thread R_Yeo

If you're lazy like me, try the page below:

http://www.linux-firewall-tools.com/linux/firewall/

On Thu, 30 Dec 1999, Raphael Quoilin wrote:
 
 - set up an IP-Firewall,
 - share a large part of its hard-disk to be used by Win NT 4.0.
 
 Do you have advices ?

--
Ronald



Re: [newbie] setup a firewall

1999-12-29 Thread Des Wass

Read the ipchains howto and the samba howto.

++ /12/99, Raphael Quoilin:
 Dear All,
 
 I would like to install Mandrake 6.1 on a AMD K6 computer. This machine will
 be used to :
 
 - set up an IP-Firewall,
 - share a large part of its hard-disk to be used by Win NT 4.0.
 
 Do you have advices ?
 
 Thank you.

-- 
|   http://www.prowebservers.com
Desmond Wass|   Web Hosting Systems
{Mobile Stolen} |   Phone: 08 9244 4877
|   Fax: 08 9244 4977



Re: [Re: [Re: [newbie] Setup network card]]

1999-12-17 Thread Dickson Goh

The card has a MPX EN5038 chip on it. Is that the chipset? I cannot be sure. I
have tried to search for it in the internet but has not been successful. Any
ideas where I can search for drivers in the net? I got one 

http://lhd.datapower.com/

no drivers that I want there. By the way, thanks for coming to my help, John.

John Aldrich [EMAIL PROTECTED] wrote:
On Fri, 17 Dec 1999, you wrote:
  
 Thanks John, I can try that. However, the driver I used is a SCO UNIX
driver
 from one of Accton's cards ,same make but different brand but the WINNT
driver
 works in my NT machine(I dual boot my P90 machine) I'm not sure I set it up
 correctly. Does anyone know where I can find a linux driver for the EN
 1207D-TX 10/100 Adaptor card or drivers that I can use? Anyone ever tried
to
 setup this kind of network card before? Please advice! Thanks.
 
No idea...you might try asking in the list... Do you know
what the chipset on the card is? That might be supported,
even if the card itself isn't directly supported.
John



Get free email and a permanent address at http://www.netaddress.com/?N=1



Re: [Re: [Re: [newbie] Setup network card]]

1999-12-17 Thread eero


Try this:

http://www.celan.com/drivers.htm





On Sat, 18 Dec 1999, you wrote:
 The card has a MPX EN5038 chip on it. Is that the chipset? I cannot be sure. I
 have tried to search for it in the internet but has not been successful. Any
 ideas where I can search for drivers in the net? I got one 
 
 http://lhd.datapower.com/
 
 no drivers that I want there. By the way, thanks for coming to my help, John.
 
 John Aldrich [EMAIL PROTECTED] wrote:
 On Fri, 17 Dec 1999, you wrote:
   
  Thanks John, I can try that. However, the driver I used is a SCO UNIX
 driver
  from one of Accton's cards ,same make but different brand but the WINNT
 driver
  works in my NT machine(I dual boot my P90 machine) I'm not sure I set it up
  correctly. Does anyone know where I can find a linux driver for the EN
  1207D-TX 10/100 Adaptor card or drivers that I can use? Anyone ever tried
 to
  setup this kind of network card before? Please advice! Thanks.
  
 No idea...you might try asking in the list... Do you know
 what the chipset on the card is? That might be supported,
 even if the card itself isn't directly supported.
   John
 
 
 
 Get free email and a permanent address at http://www.netaddress.com/?N=1



Re: [newbie] Setup network card

1999-12-16 Thread John Aldrich

On Wed, 15 Dec 1999, you wrote:
 Hello,
 
 I'm try to setup a HP EN1207D-TX 10/100 network card on my machine. I could
 get the card detected at bootup but got a error which is something like:
 
 Delay initialise of eth0
 
 I have managed to get the SCO Unix drivers for Accton EN-1207D-TX network
 card(which windows drivers work with the card) but the setup is different from
 Linux. Have tried to use linuxconf  netcfg but not successful so far.
 
 I know I could not use any of the drivers in Mandrake 6  6.1. Is there any
 way to manually set the card so it can get initialise or it is just my luck
 and I have to get another card in the ehther-HOWTO hardware list?
 
I would guess that there is an IRQ or I/O conflict here.
If this is a PCI card, try putting it in a different slot.
Also, if you have an AGP card, do NOT utilize the PCI slot
next to the AGP, as the AGP shares IRQ with that PCI slot.
John 
 



[newbie] Setup network card

1999-12-15 Thread Dickson Goh

Hello,

I'm try to setup a HP EN1207D-TX 10/100 network card on my machine. I could
get the card detected at bootup but got a error which is something like:

Delay initialise of eth0

I have managed to get the SCO Unix drivers for Accton EN-1207D-TX network
card(which windows drivers work with the card) but the setup is different from
Linux. Have tried to use linuxconf  netcfg but not successful so far.

I know I could not use any of the drivers in Mandrake 6  6.1. Is there any
way to manually set the card so it can get initialise or it is just my luck
and I have to get another card in the ehther-HOWTO hardware list?

regards
Dickson



Get free email and a permanent address at http://www.netaddress.com/?N=1



[newbie] Setup of PHP/Midgard

1999-10-19 Thread Ryan Baxter

I recently installed Mandrake 6.1.  I have found documentation and help 
regarding setting up PHP, but it seems that this Midgard setup is different. 
  It seems that my apache files are configured correctly with AddType...etc 
..., but I can't seem to get any execution on php scripts.  Anybody have any 
experience setting this one up?  Appreciated!!

-ryan

__
Get Your Private, Free Email at http://www.hotmail.com



Re: [newbie] Setup Q's

1999-09-20 Thread Bernhard Rosenkraenzer

On Mon, 20 Sep 1999, Jay and Jen wrote:

 My sound card, an Ensoniq AudioPCI (one of the originals, from before
 the Creative buy-out), is misbehaving.  I heaar sound, but it's very
 quiet and hugely distorted.  The proper driver, however, is isntalled
 (it was auto-sensed as AudioPCI).  Any help for this?

Aside from waiting for a newer kernel or trying the hackkernel, no...

 Does the kernel support the ALi UDMA chipset on my mobo (an Asus
 P5A-B)?  If so, how do I turn on UDMA support?

You need the Uniform IDE driver patch for UDMA support on ALi chipsets,
which we couldn't include in the standard kernel because it seems to cause
big problems with old CD-ROM drivers.

 How do I get the Seti@home client working?

Just untar it and run ./setiathome

 And, finally ... how do I mount my fat32 drive at boot?  If I understand
 the nomenclature, it's hda (primary master) with 1 partition.

Add
/dev/hda1 /mnt/SuckOSdisk vfat defaults 1 1

to /etc/fstab, assuming you want to mount the drive to the /mnt/SuckOSdisk
directory. Don't forget to create the directory.

LLaP
bero

-- 
Tired of waiting for Windows 2000?
STOP WAITING! http://www.ms-windows-2000.com/



RE: [newbie] Setup success but Netscape Not loading Pages

1999-08-17 Thread Kurt

Thanks a bundle!!  The argument 'novj' seems to have worked, at least under
KDE.  Unfortunately, same problem is still happening under my shell, but at
least I can connect up using KDE now!  

I would be interested in learning the meaning of 'novj', or where that even
came from?  There is absolutely nothing in any of the manuals I received
which mention this argument.

Thanks Again

Kurt



At 11:14 PM 8/16/99 -0400, you wrote:
On 17-Aug-99 Kurt wrote:
 Hoorah!  I got Mandrake installed successfully, and everything seems to
 work except for one BIG problem.  For some reason, my Netscape, FTP and IRC
 connections all come up and tell me that connections to the servers have
 been established.  However, it then just sits there and seems like nothing
 is getting into my machine!  
 
BIG SNIP
Geez, looks like this problem is getting common.  Okay, my gf had the same
exact problem and this is what fixed it for her:

Go into kppp's settings, and in the screen where you put the phone number for
your ISP in, there is a button labeled 'Arguments' for passing arguments to
pppd.  Click on that, then put in 'novj' as a pppd argument.

I hope that works for you.


-Tom


***
*** The RULES have CHANGED! You can now get PAID to surf the Web!  FREE ***
*** signup, get paid fifty cents per hour, up to forty hours a month!!  ***
*** Nothing to lose - Signup today! ***
***-***
*** http://alladvantage.com/go.asp?refid=DDV630 ***
***



RE: [newbie] Setup success but Netscape Not loading Pages

1999-08-17 Thread Thomas J. Hamman

On 17-Aug-99 Kurt wrote:
 Thanks a bundle!!  The argument 'novj' seems to have worked, at least under
 KDE.  Unfortunately, same problem is still happening under my shell, but at
 least I can connect up using KDE now!  

Try putting the novj in the /etc/ppp/options file, then it will pass the novj
option to pppd even if you're not using kppp.
 
 I would be interested in learning the meaning of 'novj', or where that even
 came from?  There is absolutely nothing in any of the manuals I received
 which mention this argument.

It is mentioned in the man page for pppd:

novj   Disable Van Jacobson style TCP/IP  header  compres-
   sion  in  both  the transmit and the receive direc-
   tion.

I don't know exactly what Van Jacobsen Compression is for and don't feel like
looking it up, but I think basically it's enabled by default, and most ISP's
have it enabled, but some don't, and in those cases you have to disable it with
the novj option.
 
 
 
 At 11:14 PM 8/16/99 -0400, you wrote:
On 17-Aug-99 Kurt wrote:
 Hoorah!  I got Mandrake installed successfully, and everything seems to
 work except for one BIG problem.  For some reason, my Netscape, FTP and IRC
 connections all come up and tell me that connections to the servers have
 been established.  However, it then just sits there and seems like nothing
 is getting into my machine!  
 
 BIG SNIP
Geez, looks like this problem is getting common.  Okay, my gf had the same
exact problem and this is what fixed it for her:

Go into kppp's settings, and in the screen where you put the phone number for
your ISP in, there is a button labeled 'Arguments' for passing arguments to
pppd.  Click on that, then put in 'novj' as a pppd argument.

I hope that works for you.


-Tom



[newbie] Setup success but Netscape Not loading Pages

1999-08-16 Thread Kurt

Hoorah!  I got Mandrake installed successfully, and everything seems to
work except for one BIG problem.  For some reason, my Netscape, FTP and IRC
connections all come up and tell me that connections to the servers have
been established.  However, it then just sits there and seems like nothing
is getting into my machine!  

When trying to load a web page, Netscape says "Host contacted: waiting for
reply" and that's as far as she goes.

When using FTP, it tells me the connection has been established, but I
never receive anything, no matter which FTP server I visit.

The modem seems to connect up to the internet just fine and shows it is
both transmitting and receiving properly.  I entered two DNS IP addresses
when asked by Kppp and must be set up correctly because I am making
connections successfully.  Only problem is that no information flows after
the connection has been established.

When using IRC, it doesn't even connect up to an outside IRC server at all!
 What on earth did I do wrong?

Installation Info:
-
I installed Mandrake 6.0 on a Cyrix PR200 processor-based machine with 64
meg of EDO RAM.  

Hard drive is a Western Digital Caviar 2.0 Gig EIDE drive.  

Monitor is a MAG Innovision DJ702 and is being driven by a Diamond Stealth
3D Pro 2000 video card with 4 meg of video memory.  

Soundcard is a Soundblaster 16, with 25 Watt Kinyo subwoofer speaker system.

Modem is a wireless Ricochet modem, 28.8 kb/s

Mandrake Installation:  I installed Mandrake using Custom, but allowed all
packages to load by default, with the exception that I activated both
Workstation networking and Server network/administration.  
--

I believe I have provided all the information needed by anyone who is able
to provide assistance to me in this matter.  Your help is greatly
appreciated, and my thanks to you in advance.

Kurt
***
*** The RULES have CHANGED! You can now get PAID to surf the Web!  FREE ***
*** signup, get paid fifty cents per hour, up to forty hours a month!!  ***
*** Nothing to lose - Signup today! ***
***-***
*** http://alladvantage.com/go.asp?refid=DDV630 ***
***



Re: [[newbie] Setup success but Netscape Not loading Pages]

1999-08-16 Thread Michael Scottaline

Kurt [EMAIL PROTECTED] wrote:
Hoorah!  I got Mandrake installed successfully, and everything seems to
work except for one BIG problem.  For some reason, my Netscape, FTP and IRC
connections all come up and tell me that connections to the servers have
been established.  However, it then just sits there and seems like nothing
is getting into my machine!  
==
Did you enter the nameserver info in your /etc/resolv.conf ??



RE: [newbie] Setup success but Netscape Not loading Pages

1999-08-16 Thread Thomas J. Hamman

On 17-Aug-99 Kurt wrote:
 Hoorah!  I got Mandrake installed successfully, and everything seems to
 work except for one BIG problem.  For some reason, my Netscape, FTP and IRC
 connections all come up and tell me that connections to the servers have
 been established.  However, it then just sits there and seems like nothing
 is getting into my machine!  
 
 When trying to load a web page, Netscape says "Host contacted: waiting for
 reply" and that's as far as she goes.
 
 When using FTP, it tells me the connection has been established, but I
 never receive anything, no matter which FTP server I visit.
 
 The modem seems to connect up to the internet just fine and shows it is
 both transmitting and receiving properly.  I entered two DNS IP addresses
 when asked by Kppp and must be set up correctly because I am making
 connections successfully.  Only problem is that no information flows after
 the connection has been established.

Geez, looks like this problem is getting common.  Okay, my gf had the same
exact problem and this is what fixed it for her:

Go into kppp's settings, and in the screen where you put the phone number for
your ISP in, there is a button labeled 'Arguments' for passing arguments to
pppd.  Click on that, then put in 'novj' as a pppd argument.

I hope that works for you.


-Tom



RE: [newbie] setup my PCI modem !

1999-08-10 Thread Singer XJ Wang

The Olitec PCI Modem is a software modem. I own a small computer business
and I carries these myself. [Before you try to say I'm cheap and stuff, I
will mention to customers that they are software modems and explain it to
them the disadventages likes it will only work with 95/98 and it slows their
computer down and stuff but most people will still buy them cause they're
1/2 the price of regular modems]. However, usually LINUX users [I can tell
as they will ask for Hardware Modems or ask if it is  WinMOdem] will buy
hardware modems.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of John Aldrich
 Sent: Monday, August 09, 1999 10:21 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [newbie] setup my PCI modem !


 It's PROBABLY a "WinModem" which means that, for the forseeable
 future, it's
 a paperweight. I've heard rumors that, due to the spread of this nasty
 creature, that there is probably going to be some support for them in an
 upcoming kernel, but I wouldn't hold my breath waiting. Until
 then, I'd take
 it back to where you got it and buy an external modem. 99.999% of the
 external modems are going to be "Linux-Compatible." A WinModem (or HSP
 modem) requires software to EMULATE hardware, which is why it's so doggone
 cheap! Manufacturers are saving LOADS of money on hardware and using
 software to emulate the missing hardware. MUCH more work for your computer
 to do!
 John

 - Original Message -
 From: jeff d'Izarny [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, August 08, 1999 9:48 PM
 Subject: [newbie] setup my PCI modem !


  Is it possible to set up a Olitec PCI modem for linux Mandrake 6.0
  ?? i try but The message is : "modem not response" ??
  please help me !
 
 
 




[newbie] setup my PCI modem !

1999-08-09 Thread jeff d'Izarny

Is it possible to set up a Olitec PCI modem for linux Mandrake 6.0
?? i try but The message is : "modem not response" ??
please help me !





RE: [newbie] setup my PCI modem !

1999-08-09 Thread Martin, Darin W.

Unfortunately, the Olitec PCI modems are software driven.  They will only
work with the drivers that were written for Windows 95/98.  There is no way
to make the modem work under Mandrake or any other Linux distribution.

 -Original Message-
 From: jeff d'Izarny [SMTP:[EMAIL PROTECTED]]
 Sent: Sunday, August 08, 1999 9:48 PM
 To:   [EMAIL PROTECTED]
 Subject:  [newbie] setup my PCI modem !
 
 Is it possible to set up a Olitec PCI modem for linux Mandrake 6.0
 ?? i try but The message is : "modem not response" ??
 please help me !
 
 



[newbie] Setup for Linux on a Dual Drive Computer

1999-03-21 Thread James J. Capone

Hello All,

   Ok here is the Thing. I am going to purchase a new Hard 
drive for my system sometime this week. When I get it I am going to run 
Linux on the old one I have. I have a Compaq Presario 2240 with a 2.1 gig 
drive. Right now I have it partitions so the Linux Mandrake uses 1.1 gigs 
of space and Win95 uses the other 1 gig. Well I am running out of space on 
the drive. I am going to be getting a 4 gig drive that I am going to have 
Win95 on (I have a Wife and 2 kids, They don't understand Linux YET) So 
what I am going to do is run Linux on the 2.1 gig drive. I think Mandrake 
will like the extra space don't you?? :)  What I need to know is how I am 
to set it up. Will Disk Druid and the Setup see the other HD, and Beable to 
modify the MBR for LILO/LEELO ???

Please Let me Know


Thanks,

James J. Capone

Webmaster http://www.angelfire.com/biz2/Linux  ---Stable Version 1.01
http://linuxchoice.freeservers.com ---Development Version  V1.02b

"Even Common People Can Attain Uncommon Results!"



Re: [newbie] Setup for Linux on a Dual Drive Computer

1999-03-21 Thread Steve Philp

"James J. Capone" wrote:
 
 Hello All,
 
Ok here is the Thing. I am going to purchase a new Hard
 drive for my system sometime this week. When I get it I am going to run
 Linux on the old one I have. I have a Compaq Presario 2240 with a 2.1 gig
 drive. Right now I have it partitions so the Linux Mandrake uses 1.1 gigs
 of space and Win95 uses the other 1 gig. Well I am running out of space on
 the drive. I am going to be getting a 4 gig drive that I am going to have
 Win95 on (I have a Wife and 2 kids, They don't understand Linux YET) So
 what I am going to do is run Linux on the 2.1 gig drive. I think Mandrake
 will like the extra space don't you?? :)  What I need to know is how I am
 to set it up. Will Disk Druid and the Setup see the other HD, and Beable to
 modify the MBR for LILO/LEELO ???

All of it should go pretty easily.  Here's how I'd go about it:

1)  Create a boot disk for Linux and ensure that it works correctly. 
Write down what partition number the root of the Linux drive is
(/dev/hda2, etc).

2)  Edit /etc/fstab and modify the partition information so it reflects
the moving of the drive (ie, if it's currently hda1, modify that to
hdb1, etc).

3)  Move the Linux disk to slave on the primary IDE controller (hdb) and
put the new drive as master on the primary controller.

3)  Install Windows on the new harddrive.

4)  Boot Linux with your boot floppy and use the root= LILO option.

LILO:  linux root=/dev/hdb1 # for example, use the partition
# number you wrote down in (1)

5)  Edit /etc/lilo.conf and modify the root= lines in the Linux
stanzas.  Insert a stanza for dual-booting into Windows (although, if
you've already got Windows, it'll probably already be there...)

6)  Run /sbin/lilo to update the boot record (this will install it onto
the new drive).

7)  Reboot the machine and let LILO boot from the hard drive to ensure
everything works and all the other partitions are mounting correctly.


Hope it all goes well!  Ask if you need more info.

-- 
Steve Philp
[EMAIL PROTECTED]