Linux-Development-Sys Digest #958, Volume #7 Sat, 17 Jun 00 18:13:19 EDT
Contents:
Re: viruses on Linux (Holger Eitzenberger)
[Help:] Problems with NFS Daemon under 2.2.16 kernel (Jose Manuel Benitez Sanchez)
Re: [Help:] Problems with NFS Daemon under 2.2.16 kernel (Kaz Kylheku)
Re: R: syscall (Nic)
Re: equivalent to NT registry (David)
Re: [Help:] Problems with NFS Daemon under 2.2.16 kernel (Jose Manuel Benitez
Sanchez)
Re: Loading RedHat 6.2 onto Toshiba Satellite 2655XDVD ("simon")
How to programm serial port? ("Marius Sturm")
----------------------------------------------------------------------------
From: [EMAIL PROTECTED] (Holger Eitzenberger)
Subject: Re: viruses on Linux
Date: 17 Jun 2000 00:20:15 GMT
On 31 May 2000 13:21:38 GMT, [EMAIL PROTECTED] (Mike
Dowling) wrote:
>I'm curious. Are there any mail user agents for Linux out there that
>can automatically execute programs? Mine (mutt) certainly cannot.
>Mutt cannot recognise an executable if it saw one, although it must
>easy to patch it to recognise, say a perl script, and to execute it
>if found.
Of course mutt can execute script send to you automatically [1], but
neither is it a _default_ setting (compared to OutLook) nor would
anyone enable it.
-Holger
[1] in your ~/.mailcap: application/x-pl; perl %s
in your ~/.muttrc: auto_view application/x-pl
--
+ GnuPG Public Key -> finger [EMAIL PROTECTED] +
+++ Debian GNU/Linux <[EMAIL PROTECTED]> +++ ICQ: 2882018 +++
------------------------------
From: Jose Manuel Benitez Sanchez <[EMAIL PROTECTED]>
Crossposted-To:
comp.os.linux.setup,comp.os.linux.misc,comp.os.linux.networking,comp.os.linux.help
Subject: [Help:] Problems with NFS Daemon under 2.2.16 kernel
Date: Fri, 16 Jun 2000 20:58:54 +0200
Hi,
I've just downloaded the latest stable kernel version (a.k.a. 2.2.16)
and proceed to compile on my machine (Intel PII, on Red Hat 6.2).
Everything has run fine (configuration, compilation, installation and
booting), except the NFS server. When booting up the server fails with:
===========
Jun 14 12:21:45 bahia exportfs: condor.decsai.es:/home/ttb: Function not
implemented
Jun 14 12:21:45 bahia nfs: Starting NFS services: succeeded
Jun 14 12:21:46 bahia nfs: rpc.rquotad startup succeeded
Jun 14 12:21:46 bahia nfs: rpc.mountd startup succeeded
Jun 14 12:21:46 bahia rpc.nfsd: nfssvc: Function not implemented
Jun 14 12:21:46 bahia nfs: rpc.nfsd startup failed
===========
The rpc.nfsd process cannot be run. It complains about "nfssvc:
Function not implemented."
I've included NFS file system support in the kernel configuration, but
not the experimental "Kernel NFS Support".
Do you have any clue about this? How can I find out which function is
this? And how to fix it up?
Thanks in advance!!
Grettings!
Jos� Manuel
--
Jose Manuel Benitez Sanchez e-mail: [EMAIL PROTECTED]
Dpto. de Ciencias de la Computacion e Inteligencia Artificial
E.T.S. Ingenieria Informatica
Universidad de Granada Tel. +34 - 958 - 24 61 43
18071 - GRANADA (Spain) Fax: +34 - 958 - 24 33 17
------------------------------
From: [EMAIL PROTECTED] (Kaz Kylheku)
Crossposted-To:
comp.os.linux.setup,comp.os.linux.misc,comp.os.linux.networking,comp.os.linux.help
Subject: Re: [Help:] Problems with NFS Daemon under 2.2.16 kernel
Reply-To: [EMAIL PROTECTED]
Date: Sat, 17 Jun 2000 04:30:03 GMT
On Fri, 16 Jun 2000 20:58:54 +0200, Jose Manuel Benitez Sanchez
<[EMAIL PROTECTED]> wrote:
>Jun 14 12:21:46 bahia rpc.nfsd: nfssvc: Function not implemented
Jose, you did not compile the NFS server kernel code! Reconfigure your
kernel, and say yes to be prompted for new, experimental and incomplete
code. Then the NFS server configuration option will be available to you.
--
#exclude <windows.h>
------------------------------
From: Nic <[EMAIL PROTECTED]>
Subject: Re: R: syscall
Date: Sat, 17 Jun 2000 17:39:27 +1200
"@LeX" wrote:
>
> Michael F Gordon <[EMAIL PROTECTED]> wrote in message
> 8idaql$ck5$[EMAIL PROTECTED]
> >
> > You can use syscall() to access system calls that there isn't a stub
> > for in libc.
> >
> Ok, thanx!!
> But now, may you tell me how I must use that syscall() ??
Read the intro(2) manual page - "man 2 intro".
Regards,
Nic.
--
J. Random Coder < sky at wibble dot net >
------------------------------
From: David <[EMAIL PROTECTED]>
Subject: Re: equivalent to NT registry
Date: Sat, 17 Jun 2000 12:25:28 +0200
[EMAIL PROTECTED] wrote:
>
> hi,
> I am new to linux drivers.
> I would like to know if their is anything in linux, equivalent to
> registry in NT,
> I want to store some driver specific information across reboots.
> The information should be accessible to user mode programs.
>
> regards
> jeseem
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
NT register is a bad policy. If you want save and user data driver, save
it into
/etc/driver.conf for example.
If you want that your driver initialize when linux start, look
/etc/init.d/*
------------------------------
From: Jose Manuel Benitez Sanchez <[EMAIL PROTECTED]>
Crossposted-To:
comp.os.linux.setup,comp.os.linux.misc,comp.os.linux.networking,comp.os.linux.help
Subject: Re: [Help:] Problems with NFS Daemon under 2.2.16 kernel
Date: Sat, 17 Jun 2000 12:16:21 +0200
Kaz Kylheku wrote:
>
> On Fri, 16 Jun 2000 20:58:54 +0200, Jose Manuel Benitez Sanchez
> <[EMAIL PROTECTED]> wrote:
> >Jun 14 12:21:46 bahia rpc.nfsd: nfssvc: Function not implemented
>
> Jose, you did not compile the NFS server kernel code! Reconfigure your
> kernel, and say yes to be prompted for new, experimental and incomplete
> code. Then the NFS server configuration option will be available to you.
That's true, but I don't intend to use the kernel NFS server, but an
external NFS server as installed by the nfs-utils package. It did work
with the kernel bundled together with the distribution (2.2.14-5).
That's the way I'd like it working with the new kernel.
--
Jose Manuel Benitez Sanchez e-mail: [EMAIL PROTECTED]
Dpto. de Ciencias de la Computacion e Inteligencia Artificial
E.T.S. Ingenieria Informatica
Universidad de Granada Tel. +34 - 958 - 24 61 43
18071 - GRANADA (Spain) Fax: +34 - 958 - 24 33 17
------------------------------
From: "simon" <[EMAIL PROTECTED]>
Subject: Re: Loading RedHat 6.2 onto Toshiba Satellite 2655XDVD
Date: Sat, 17 Jun 2000 13:43:18 +0200
for anyone running on Laptops check out
http://www.cs.utexas.edu/users/kharker/linux-laptop/
or http://www.cjnetworks.com/~jeffrey/linux/ or
http://www.cs.utexas.edu/users/kharker/linux-laptop/volunteer.html
I am currently running mandrake 7.0 on an acer512dx but am not happy with
the kernel am about to try it with 2.2.14 this kernel works great with
slackware 7.0 , this is the best success distro on this laptop so far apart
from redhat 5.2 which was great but I had to upgrade nearly everything for
kernel and pcmcia , I have not had much luck with my isdn card yet though.
------------------------------
From: "Marius Sturm" <[EMAIL PROTECTED]>
Subject: How to programm serial port?
Date: Sat, 17 Jun 2000 21:55:02 +0100
Hi,
I am looking for informations about programming serial port,
especially how to setup unnormal baudrates e.g. 16000 baud.
Hope anybody can help me.
Marius.
------------------------------
** FOR YOUR REFERENCE **
The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:
Internet: [EMAIL PROTECTED]
You can send mail to the entire list (and comp.os.linux.development.system) via:
Internet: [EMAIL PROTECTED]
Linux may be obtained via one of these FTP sites:
ftp.funet.fi pub/Linux
tsx-11.mit.edu pub/linux
sunsite.unc.edu pub/Linux
End of Linux-Development-System Digest
******************************