Linux-Misc Digest #988, Volume #26 Thu, 1 Feb 01 03:13:03 EST
Contents:
Re: Kernel upgrade (Noname)
Re: PCI bus access (Victor Wagner)
Is FreeBSD Linux ? (Arctic Storm)
Re: Second NIC question ("Tom Edelbrok")
Kernel NFS problems...help (Bob Sully)
Re: Is FreeBSD Linux ? ([EMAIL PROTECTED])
NFS broken with 2.4.1? (MH)
Re: Kernel upgrade (Paul Kimoto)
ReiserFS - ACL's? (Dan Star)
installing wordperfect (Kevin Paul)
wordperfect time (Kevin Paul)
Re: how to upgrade rpm (Steve Ackman)
Re: ReiserFS - ACL's? ([EMAIL PROTECTED])
Yahoo mesenger and RH6.2 (suri)
DMA channels? ([EMAIL PROTECTED])
Re: How to add new item to ntsysv? (Matt Haley)
Re: Linux on Alpha station (Jean Lebrun)
Re: NFS broken with 2.4.1? ("Peter T. Breuer")
Re: Kernel NFS problems...help ("Peter T. Breuer")
----------------------------------------------------------------------------
From: Noname <[EMAIL PROTECTED]>
Subject: Re: Kernel upgrade
Date: Thu, 01 Feb 2001 02:57:59 GMT
Hi
My problem hasn't been solved yet. I returned the directory name to what
it was before (2.2.16), but still don't know where to get the module
files for my new kernel !
Thanks
In article <nI4d6.168093$[EMAIL PROTECTED]>,
"WME" <[EMAIL PROTECTED]> wrote:
> Hello,
> I upgraded from 2.2.16 to 2.4.0 and was left with can't load module
errors
> or directory not found errors, so I tried to trick linux by renaming
the
> directory from /lib/modules/2.2.16 to /lib/modules/2.4.0, but it
figured out
> i did that and gave me a page worth of errors at startup. How can fix
that?
> Where can I get the appropriate files for that directory?
>
> Thanks
> PS. My name and address are completely bogus, so please post only.
>
>
--
Sent via Deja.com
http://www.deja.com/
------------------------------
From: [EMAIL PROTECTED] (Victor Wagner)
Crossposted-To: comp.os.linux.development.apps
Subject: Re: PCI bus access
Date: 31 Jan 2001 13:10:59 +0300
In comp.os.linux.development.apps David Florez <[EMAIL PROTECTED]>
wrote:
: Arne,
: I searched the web after reading your post and found this:
: http://kernelnewbies.org/code/mmap/
: The concept seems to be what I'm looking for but I've got a
doubt:
: I believe that when you map a file into user space by using
mmap() the
: kernel thinks it's a real file and therefore uses cache
pages to do that
I doubt it. Look at framebuffer devices which can be mmapped,
but
evidently do not have any benefit of caching
: mapping. What if what you are really mapping is the PCI bus
with lots of
: changing hardware registers? How can I get rid of any
caching at all?
: Thanks to all.
: David.
: Arne Driescher wrote:
:>
:> David Florez wrote:
:> >
:> > Hi All,
:> > Does anybody know if there is a way of mapping
:> > the physical PCI bus addresses into user memory
:> > space (being user root if needed)?
:> >
:> > I need to write an application that will be
:> > accessing the PCI bus VERY often. The only thing
:> > I can think of is adding a module to the kernel
:> > (device driver) that maps the PCI bus to kernel
:> > linear space ( by calling ioremap() ) and
:> > therefore the user app would have to issue a
:> > system call to request a PCI bus data transaction
:> > to the device driver. The idea would be finding a
:> > way of getting rid of these overkilling system
:> > calls.
:> The trick is called mmap. This means you have to write
:> a device driver (module) that implements the mmap system
call.
:> Basically it works like:
:> 1) The user uses address=mmap(FileHandle,some parameter ..)
to
:> get an address where the mem is mapped.
:> 2) The request is routed to your driver and used to setup
:> some memory mapping.
:>
:> Good luck,
:>
:> Arne
--
Besides, it's good to force C programmers to use the toolbox occasionally. :-)
-- Larry Wall in <[EMAIL PROTECTED]>
------------------------------
From: Arctic Storm <[EMAIL PROTECTED]>
Subject: Is FreeBSD Linux ?
Date: Thu, 01 Feb 2001 03:42:47 GMT
Is FreeBSD Linux ?
I'm trying to figure out FreeBSD. I'm currently using RedHat 7, and I'm
happy with it.
I read that FreeBSD uses Mach 3.0 kernel. Correct? Or does FreeBSD use
the Linux kernel? What is Mach? How is Mach related to Linux? What about
NetBSD or OpenBSD?
Can software written for Linux run on BSD systems?
Is Linux Unix? What's the difference between Linux and Unix?
------------------------------
From: "Tom Edelbrok" <[EMAIL PROTECTED]>
Subject: Re: Second NIC question
Date: Wed, 31 Jan 2001 19:54:28 -0800
I have a Redhat Linux 6.0 box with two nic's: eth0 and eth1. The "eth1" is
the internal interface and "eth0" is the external. For eth0 all I did was
put three lines in "/etc/sysconfig/network-scripts/ifcfg-eth0" to connect to
DSL (via TELUS, BC, Canada):
DEVICE=eth0
BOOTPROTO=dhcp
ONBOOT=yes
The nameservers automatically get stuffed into /etc/resolv.conf by the ISP
when the IP address is assigned. That's all I had to do. Works great.
Tom
Warren Bell <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> I'm going to be setting up DSL on my Linux machine running Mandrake 7.2
> 2.2.x kernel. I'm using a 3Com 509 card (eth0) for connecting to the
> home network. For the DSL the gave me a Kingston KNE111TX PCI card
> (eth1) to go to the external modem. Two questions, on the new card that
> I assigned eth1 to I guessed it needs it's own IP address so I assigned
> it one but does it need it's own domain name, or host name? I use
> linuxconf to set up the cards and one of the entries at the top is
> 'primary host + domain'. For eth0 I have my machine name. I didn't
> know what to put in eth1 so I left it blank but should I have a hostname
> in there?
>
> Also on the Kingston card I didn't know which kernel module to use. I
> looked around on the net and saw that the tulip driver was suppose to
> work with that card so I tried that one and it works. (it brings up the
> eth1 interface, haven't connected anything to it yet) Is that the best
> driver I should be using for this card?
>
> TIA
------------------------------
From: Bob Sully <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.help,comp.os.linux.networking,linux.dev.kernel
Subject: Kernel NFS problems...help
Date: Wed, 31 Jan 2001 20:19:22 -0800
Greetings:
I have a small network at my office composed of three machines - one
server and two clients, all running Mandrake 7.2. All are dual-boot
boxes (Linux and Windoze 95). The server contains an old DOS-based
database application and its associated data files, which I need to
access from the client machines (I run it under DOSEmu). To do this, I
need to be able to mount two VFAT directories on the server from the
client boxen. I also have a USB Zip-250 drive on the server which I use
to back up the data at the end of the day, and a USB scanner which I'm
trying to get running with SANE.
To cut to the chase: Kernel-NFS appears to be broken in all kernels
since 2.2.17; this is the "stock" kernel that comes with Mandrake 7.2.
When running this kernel on the server, I *can* NFS-mount the VFAT
directories on the client boxen. With every subsequent kernel since
(2.2.18 and up, through 2.4.1) I cannot - I get an error message stating
"Permission denied by server".
I suppose I could simply live with the 2.2.17 stock Mandrake kernel,
except for the fact that the USB interface doesn't work with it at all.
This is not a hardware-specific problem. I have noticed the same
problem on my home network; running RedHat 7.0 with an old
custom-compiled 2.2.16 kernel allows me to share MP3 files currently in
a VFAT directory, whereas with 2.2.18 and up - same problem: "Permission
denied".
When I compile these kernels, I statically compile in NFS support
(including the option for v3 support in the 2.4 series).
I have looked all over Usenet and haven't found an answer to this, and
have even submitted a bug report to Trond in Norway (recently; haven't
heard back yet).
Is there something obvious that I'm missing here or is kernel NFS really
broken in the 2.4 kernels? If the latter is true, is there a
workaround, and are the developers aware of the problem? Unfortunately,
I have to leave these files in VFAT directories for now.
Thanks in advance; if anyone can help, please reply via e-mail as well,
since I don't get onto Usenet too often.
-- Bob --
________________________________________
Bob Sully - Simi Valley, California, USA
http://www.malibyte.net
On the 8th day, God said: "Murphy, you're in charge."
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: Is FreeBSD Linux ?
Date: Thu, 01 Feb 2001 04:36:33 GMT
Arctic Storm <[EMAIL PROTECTED]> writes:
> Is FreeBSD Linux ?
No.
> I'm trying to figure out FreeBSD. I'm currently using RedHat 7, and I'm
> happy with it.
> I read that FreeBSD uses Mach 3.0 kernel. Correct?
Incorrect. Mac OS-X uses some variation on Mach, but FreeBSD is a
monolithic kernel of its own.
> Or does FreeBSD use the Linux kernel?
No. It is a monolithic kernel originally based on BSD 386, and hacked
considerably from there.
> What is Mach?
Mach is an operating system kernel that came with models for threading
and multiprocessing that was built at Carnegie Mellon University. It
was of great interest amongst Unix implementors until Microsoft hired
the head of the project to be lead researcher at Microsoft Research.
Digital and NeXT used early versions as the basis for their
monolithic-kernel Unix implementations; later versions of Mach were
more oriented to microkernel work where the OS would be implemented as
processes running atop the microkernel.
> How is Mach related to Linux?
Hardly at all. There is a MkLinux project that runs the Linux kernel
atop Mach; this was used to support some older Apple/PPC hardware, but
is not in _widespread_ use.
> What about NetBSD or OpenBSD?
NetBSD was the "split" from the BSD386 project that sought to build a
BSD system that would be portable, running on many hardware platforms.
OpenBSD was a "split" from NetBSD; Theo De Raadt did a security audit
of NetBSD, and had a lot of changes to propose. He and the existing
NetBSD developers did not get along well, so there was a
not-entirely-amicable parting of ways where he started the OpenBSD
project to provide a "more secure" variant of NetBSD.
> Can software written for Linux run on BSD systems?
No. Software that is specifically "written for Linux" won't work with
other operating systems.
However, people seldom truly produce software "written for Linux,"
Conspicuous exceptions being GLIBC and init.
People generally produce software "written for Unix," and that is
likely to be able to function on the BSD variants.
FreeBSD has a pretty sophisticated ABI emulation system that allows
running binaries compiled on Linux on FreeBSD. With NetBSD and
OpenBSD, it is somewhat more likely that you would need to recompile
the software to make it run there.
Software of questionable integrity may have environmental dependencies
of expecting files to be in particular locations true only for a
specific Linux distribution. Such applications are not likely to work
well on other than the developer's Linux distribution, so the
compatibility problems can bite people running Linux as much as they
would bite BSD users...
> Is Linux Unix? What's the difference between Linux and Unix?
Linux generally speaking has the "Unix nature," but is not formally
branded as Unix. That requires running through a certification
program and paying royalties to, um, "whomever it is that owns the
Unix trademark today."
--
(concatenate 'string "aa454" "@freenet.carleton.ca")
http://www.ntlug.org/~cbbrowne/unix.html
"Parentheses? What parentheses? I haven't noticed any parentheses
since my first month of Lisp programming. I like to ask people who
complain about parentheses in Lisp if they are bothered by all the
spaces between words in a newspaper..."
-- Kenny Tilton <[EMAIL PROTECTED]>
------------------------------
From: MH <[EMAIL PROTECTED]>
Subject: NFS broken with 2.4.1?
Date: Wed, 31 Jan 2001 20:39:56 +0000
Recently installed 2.4.1 kernel on a RH 7.0 box and got the following error
message when attempting to mount an NFS share (NFS server services were not
compiled into the kernel, as this box will be client only):
NFS: NFSv3 not supported
nfs warning: mount version older than kernel
Does this mean the new kernel does not support earlier versions of NFS?
How will this effect an environment with older versions of Linux/NFS
running? Can this be fixed?
--
I use GNU/Linux and support the Free Software Foundation. This message was
composed and transmitted using free software, licensed under the General
Public License.
--
------------------------------
From: [EMAIL PROTECTED] (Paul Kimoto)
Subject: Re: Kernel upgrade
Date: 31 Jan 2001 23:55:02 -0500
Reply-To: [EMAIL PROTECTED]
In article <nI4d6.168093$[EMAIL PROTECTED]>, WME wrote:
> I upgraded from 2.2.16 to 2.4.0 and was left with can't load module errors
> or directory not found errors, so I tried to trick linux by renaming the
> directory from /lib/modules/2.2.16 to /lib/modules/2.4.0
You should have already had a directory /lib/modules/2.4.0, after running
"make modules" and "make modules_install". Do you have a new enough
version of modutils installed? See Documentation/Changes in the kernel
source code.
--
Paul Kimoto
This message was originally posted on Usenet in plain text. Any images,
hyperlinks, or the like shown here have been added without my consent,
and may be a violation of international copyright law.
------------------------------
Date: Wed, 31 Jan 2001 23:04:07 -0600
From: Dan Star <[EMAIL PROTECTED]>
Subject: ReiserFS - ACL's?
Does ReiserFS have support for access control lists or must the kernel
support this natively? If not is there hope in the future for this
feature?
Dan
------------------------------
From: Kevin Paul <[EMAIL PROTECTED]>
Subject: installing wordperfect
Date: Thu, 01 Feb 2001 05:15:42 GMT
I had the same problem, which was solved by installing
ld.so-1.9.5-13.i386.rpm
libc-5.3.12-31.i386.rpm
------------------------------
From: Kevin Paul <[EMAIL PROTECTED]>
Subject: wordperfect time
Date: Thu, 01 Feb 2001 05:18:52 GMT
Using Wordperfect 8 I find that the 'insert date' command always uses GMT,
even though my system is set for MST(+7) This is very annoying. How can
I change it?
TIA
--
Kevin Paul
------------------------------
From: [EMAIL PROTECTED] (Steve Ackman)
Crossposted-To: alt.os.linux.mandrake
Subject: Re: how to upgrade rpm
Reply-To: [EMAIL PROTECTED]
Date: Thu, 1 Feb 2001 00:13:12 -0500
On Wed, 31 Jan 2001 20:41:54 -0500, Rick <[EMAIL PROTECTED]> wrote:
>I have rpm-3.0.3-43mdk from mandrake 7.0 I often get an error saying I
>cant istall a package with version >= 3. How can I upgrade or change my
>rpm package so I can install these packages?
>
>Any and all help appreciated.
Red Hat has an updated rpm version on it's errata page
where you can download rpm-3.0.5-9.6x.i386.rpm.
I'm sure Mandrake has a similar upgrade on their site.
(If not, just use Red Hat's)
--
Steve Ackman
http://twovoyagers.com
Registered Linux User #79430
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: ReiserFS - ACL's?
Date: Thu, 01 Feb 2001 06:13:07 GMT
Dan Star <[EMAIL PROTECTED]> writes:
> Does ReiserFS have support for access control lists or must the
> kernel support this natively? If not is there hope in the future
> for this feature?
The Linux kernel only has vestigal support for ACLs, and the fact that
NFS v2 doesn't support ACLs means that people have limited interest in
it if they need to share filesystems.
In effect, support of ACLs will require the combination of:
a) The kernel VFS supporting it well;
b) Filesystems supporting good places to store ACL info;
c) Network filesystems supporting ACLs;
d) Useful userspace tools to manipulate the ACLs;
e) Looking forward, support by packaging tools like RPM/dpkg for ACLs.
The FS support issue _is_ really a small part of it...
--
(concatenate 'string "cbbrowne" "@ntlug.org")
http://www.ntlug.org/~cbbrowne/languages.html
"There is no psychiatrist in the world like a puppy licking your
face." -- Ben Williams
------------------------------
From: suri <[EMAIL PROTECTED]>
Subject: Yahoo mesenger and RH6.2
Date: Thu, 01 Feb 2001 11:55:06 +0530
Hi
iinstalled yahoo messenger beta RPM and istallation went properly,
but messenger just hanging up, and doing nothing,
any idea??
thanks in advance
suri
------------------------------
From: [EMAIL PROTECTED]
Crossposted-To: alt.os.linux
Subject: DMA channels?
Date: Thu, 01 Feb 2001 06:30:36 GMT
Hi,
How can I find out if I have DMA channels? Reading "help" in kernel
xconfig made me think that DMA may be unreliable on some computers. How
can I test it?
Thanks
Wroot
Sent via Deja.com
http://www.deja.com/
------------------------------
From: [EMAIL PROTECTED] (Matt Haley)
Subject: Re: How to add new item to ntsysv?
Date: Thu, 01 Feb 2001 07:29:21 -0000
On Thu, 1 Feb 2001 02:03:12 +0800,
Carfield Yim <[EMAIL PROTECTED]> wrote:
>How to add new item to ntsysv to add new boot up job?
man chkconfig
--
Matt Haley <[EMAIL PROTECTED]>
Mandrake 7.2 / RedHat 6.1 / Windows 98 SE / FreeBSD 4.2 / Windows NT 4
------------------------------
From: Jean Lebrun <[EMAIL PROTECTED]>
Subject: Re: Linux on Alpha station
Date: Thu, 01 Feb 2001 08:55:30 +0100
In fact, a friend will give me this this station. I don't know OpenVMS. So I want
to install Linux.
But at the beginning, I try to install a lot of program with the source code.
On Linux, I install software only from the source code.
Jean-Stephane
------------------------------
From: "Peter T. Breuer" <[EMAIL PROTECTED]>
Subject: Re: NFS broken with 2.4.1?
Date: Thu, 1 Feb 2001 08:48:44 +0100
MH <[EMAIL PROTECTED]> wrote:
> Recently installed 2.4.1 kernel on a RH 7.0 box and got the following error
> message when attempting to mount an NFS share (NFS server services were not
> compiled into the kernel, as this box will be client only):
> NFS: NFSv3 not supported
> nfs warning: mount version older than kernel
> Does this mean the new kernel does not support earlier versions of NFS?
No, it means your nfs client does not support v3, only v2.
Either make the server v2, or use a v3 client.
The message from mount is just telling you that you have a new
kernel. Ignore, or make a new mount executable.
> How will this effect an environment with older versions of Linux/NFS
> running? Can this be fixed?
Eh? You have _something_ backwards in your head, but I'm not sure what!
Peter
------------------------------
From: "Peter T. Breuer" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.help,comp.os.linux.networking,linux.dev.kernel
Subject: Re: Kernel NFS problems...help
Date: Thu, 1 Feb 2001 08:40:21 +0100
In comp.os.linux.help Bob Sully <[EMAIL PROTECTED]> wrote:
> To cut to the chase: Kernel-NFS appears to be broken in all kernels
> since 2.2.17; this is the "stock" kernel that comes with Mandrake 7.2.
If that is true (and I don't know) use unfsd instead. I assure you in
works fine in 2.2.18 and 2.4.0.
> When running this kernel on the server, I *can* NFS-mount the VFAT
> directories on the client boxen. With every subsequent kernel since
> (2.2.18 and up, through 2.4.1) I cannot - I get an error message stating
> "Permission denied by server".
Which box is server, which is client?
Peter
------------------------------
** 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 by posting to comp.os.linux.misc.
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-Misc Digest
******************************