Re: NFS mounting problem

1998-02-16 Thread Rob Duncan
 joost == joost witteveen [EMAIL PROTECTED] writes:

joost In an attempt to save the world from disaster, Rob Duncan
joost wrote:

 I'm having some problems mounting with NFS.  The baffling thing
 is that the client machine (aidan) can happily mount two other
 directories from the server (miles), but consistently balks on
 this one.

Thanks joost for your help.  Happily, the source was available :-),
and a quick look at the code showed me that the error was stemming
from a call to lstat().  Turns out that nfsd requires access
permission to every component of the path to the exported directory.
I had inadvertently removed all world privileges to /usr/local, which
meant that nfsd wouldn't allow /usr/local/java to be mounted by
anyone.  One quick chmod later and I was a happy sysadmin again.

Thanks again,

Rob.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


NFS mounting problem

1998-02-14 Thread Rob Duncan
I'm having some problems mounting with NFS.  The baffling thing is
that the client machine (aidan) can happily mount two other
directories from the server (miles), but consistently balks on this
one.  Here's what I start with on aidan:

aidan# mount 
/dev/hda3 on / type ext2 (rw)
proc on /proc type proc (rw)
miles:/home on /home type nfs (rw,addr=192.168.1.2)
miles:/var/spool/mail on /var/spool/mail type nfs
(rw,addr=192.168.1.2)

and then I try to add one more:

aidan# mount miles:/usr/local/java /mnt
mount: wrong fs type, bad option, bad superblock on miles:/usr/local/java,
   or too many mounted file systems

I don't understand the message.  Here's /etc/exports from the server:

/home   *.metamata.com(rw)
/var/spool/mail *.metamata.com(rw)
/cdrom  *.metamata.com(rw)
/usr/local/java *.metamata.com(rw)

I tried adding this to /etc/exports on miles, and aidan was able to
mount it fine:

/tmp*.metamata.com(rw)

Here are the permissions for /usr/local/java on the server:

miles:~$ ls -ldg /usr/local/java
drwxrws---  14 root staff1024 Feb 10 11:34 /usr/local/java/

I'e tried messing around wih the permissions, but nothing I did seemed
to make any difference.

I'm out of ideas, so any suggestions will be gratefully tried out.

Thanks,

Rob.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


HP Colorado internal IDE/ATAPI tape driver

1998-01-22 Thread Rob Duncan
Can anyone report success with using one of these beasts as a backup
system?  The comments in the ATAPI tape driver claim that it (the
software) is somewhat flaky; is this true in practise?

What kind of devices are other Debian users backing up with?  Any
thoughts on CD-RW as a medium?

Thanks for any comments,

Rob.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Debian on a Compaq Armada 1500 series laptop?

1997-12-31 Thread Rob Duncan
Can anyone report success with installing and using Debian on a Compaq
Armada 1500 series laptop?

Thanks,

Rob.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Upgrade to Debian 1.3.1: Xserver says can't find default font fixed

1997-07-16 Thread Rob Duncan
 SH == Steve Hsieh [EMAIL PROTECTED] writes:

SH After upgrading to Deiban 1.3.1 from 1.2, my xserver no longer
SH runs.  It dies with:

SH Fatal server error: Could not open default font 'fixed'.

SH Yet the fixed font definitely exists...

SH Can someone tell me what is wrong?  Thanks.

I had the same problem.  I fixed it by running mkfontdir in each of my
font directories:

/usr/lib/X11/fonts/*

Rob.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


JDK 1.1

1997-06-24 Thread Rob Duncan
I thought I saw someone mention a JDK 1.1 package, but I haven't
managed to find it anywhere.  Was I mistaken?

Rob.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: PS/2 Mouse device

1997-06-21 Thread Rob Duncan
 SZ == Stephen Zander [EMAIL PROTECTED] writes:

SZ Can anyone tell me what the major/minor device numbers for a
SZ PS/2 mouse are?  Currently gpm et al want to use /dev/ttyS0
SZ but that is definately not working.

I have /dev/mouse soft linked to /dev/psmouse, whic is in turn soft
linked to /dev/psaux.  The major/minor numbers for psaux are 10/1.

R.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .