From owner-mint@fishpool.com  Wed Aug 13 15:00:25 2003
Message-ID: <002701c3619a$367e4a90$1502a8c0@workgroup>
From: "Dipl. Ing. Holger Schreiner" <h.schreiner@atari-hcm.de>
To: "Frank Naumann" <fnaumann@cs.uni-magdeburg.de>
Cc: <mint@fishpool.com>
References: <002401c36111$b1473cc0$1502a8c0@workgroup> <Pine.NEB.4.56.0308130111480.1189@wh58-508.st.uni-magdeburg.de>
Subject: Re: [MiNT] Freemint
Date: Wed, 13 Aug 2003 14:55:44 +0200
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Delivered-To: mint@fishpool.com
Delivered-To: mint@lists.fishpool.fi
X-ecartis-version: Ecartis v1.0.0
Sender: mint-bounce@lists.fishpool.fi
Errors-to: mint-bounce@lists.fishpool.fi
X-original-sender: h.schreiner@atari-hcm.de
Precedence: bulk
List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
List-ID: <mint.lists.fishpool.fi>
X-List-ID: <mint.lists.fishpool.fi>

Hello Frank,
very good idea, that was it. In my other configuration, like mint98 I have
the file nfs.xfs in my multitos-folder, but not in the
freemint-configuration.
The next test was the connection with sharity-light, after some tests i have
the correct syntax :
shlight  //mainnr2/lwg_nt2/atari  /nfs/test7 -U 'administrator' -P
'<password>'
where 'mainnr2' is the name of my pc, lwg_nt2 is the name of one partition
on this pc and atari is the name of a folder in this partition.
The package 'nfs-server-2.2beta47-1.m68kmint.rpm' has an error in the
following file:
/etc/rc.d/init.d/nfs
In line 23 there is the following code :
if [ ${NETWORKING} =  "no" ] && exit 0
This code had an error, the correct code is :
if [ "${NETWORKING}"  =  "no" ] && exit 0
This was told me from you in September 2002. I wonder that there is no
correction since that time ?
The next I want to do is a internet-connection. I have a router from
barricade and this is connected to t-dsl.
Can you tell me where I can find some literatur how to connect my hades with
the internet and this router ?
What have I to do that more users of freemint read the emails like this ?
Holger

E-mail: h.schreiner@atari-hcm.de


----- Original Message -----
From: "Frank Naumann" <fnaumann@cs.uni-magdeburg.de>
To: "Dipl. Ing. Holger Schreiner" <h.schreiner@atari-hcm.de>
Cc: "mint_list" <mint@fishpool.com>
Sent: Wednesday, August 13, 2003 1:12 AM
Subject: Re: [MiNT] Freemint


> Hello!
>
> > I get the following message :
> > mount request to kernel failed
> > could not do NFS-Mount
>
> Is the right nfs.xfs placed in the mint module folder?
>
>
> Ciao
>    ...Frank
>
> --
> ATARI FALCON 040 // MILAN 060
> -----------------------------------------
> http://www.cs.uni-magdeburg.de/~fnaumann/
> e-Mail: fnaumann@freemint.de
>
>


