Re: linprocfs: Operation not supported

2003-11-02 Thread Brian Denny

I have solved this problem.

It seems that, for reasons I don't understand, my 
linprocfs module was not upgraded when I upgraded
my system.  

Going into /usr/src/sys/modules/linprocfs and 
building and installing linprocfs.ko from there
fixed the problem.

There must be some basic thing I don't understand
about how modules are dealt with in the whole 
"make buildworld" etc. routine.  Anybody care to 
hit me with a clue bat?


-brian

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: linprocfs: Operation not supported

2003-11-02 Thread Lowell Gilbert
Brian Denny <[EMAIL PROTECTED]> writes:

> On Sun, Nov 02, 2003 at 04:58:24PM -0500, Lowell Gilbert wrote:
> > 
> > Looks like you don't have the linux module itself loaded.
>  
> I thought it was built into my kernel:
> 
> ~$ kldstat -v
> Id Refs AddressSize Name
>  13 0xc010 1c8a90   kernel
> Contains modules:
> Id Name
>  1 rootbus
> [snip]
> 62 linuxelf<---
> 63 elf
> 64 shell
> 65 linuxaout   <---
> 66 aout
> 
> 
> Is there something I'm missing?

Nope, that should do it.

Does it, by chance, work if you mount it from the command line (this
works on my system):
 "mount -t linprocfs linproc /compat/linux/proc"
?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: linprocfs: Operation not supported

2003-11-02 Thread Brian Denny
On Sun, Nov 02, 2003 at 04:58:24PM -0500, Lowell Gilbert wrote:
> 
> Looks like you don't have the linux module itself loaded.
 
I thought it was built into my kernel:

~$ kldstat -v
Id Refs AddressSize Name
 13 0xc010 1c8a90   kernel
Contains modules:
Id Name
 1 rootbus
[snip]
62 linuxelf<---
63 elf
64 shell
65 linuxaout   <---
66 aout


Is there something I'm missing?

-brian

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: linprocfs: Operation not supported

2003-11-02 Thread Lowell Gilbert
Brian Denny <[EMAIL PROTECTED]> writes:

> On Sat, Nov 01, 2003 at 11:12:27AM -0500, Lowell Gilbert wrote:
> > 
> > Is the linprocfs kernel module loaded?
> 
> ~$ kldstat
> Id Refs AddressSize Name
>  13 0xc010 1c8a90   kernel
>  21 0xc1287000 2000 blank_saver.ko
>  51 0xc12f7000 7000 linprocfs.ko

Looks like you don't have the linux module itself loaded.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: linprocfs: Operation not supported

2003-11-02 Thread Brian Denny
On Sat, Nov 01, 2003 at 11:12:27AM -0500, Lowell Gilbert wrote:
> 
> Is the linprocfs kernel module loaded?

~$ kldstat
Id Refs AddressSize Name
 13 0xc010 1c8a90   kernel
 21 0xc1287000 2000 blank_saver.ko
 51 0xc12f7000 7000 linprocfs.ko


-brian

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: linprocfs: Operation not supported

2003-11-01 Thread Lowell Gilbert
Brian Denny <[EMAIL PROTECTED]> writes:

> > 
> > Hmm, yes I suspect the identifier in the 'device' column is arbitrary.
> 
> ya, i think so too.
> 
> > 
> > Some other thoughts (possibly equally useless ;-) :
> >   Do you have the executable /sbin/mount_linprocfs ?
> >   Does the mount point /compat/linux/proc actually exist ?
> 
> yes, and yes.  :-/

Is the linprocfs kernel module loaded?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: linprocfs: Operation not supported

2003-10-31 Thread Brian Denny
> 
> Hmm, yes I suspect the identifier in the 'device' column is arbitrary.

ya, i think so too.

> 
> Some other thoughts (possibly equally useless ;-) :
>   Do you have the executable /sbin/mount_linprocfs ?
>   Does the mount point /compat/linux/proc actually exist ?

yes, and yes.  :-/


thanks,
brian

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: linprocfs: Operation not supported

2003-10-31 Thread Malcolm Kay
On Sat, 1 Nov 2003 13:34, Brian Denny wrote:
> On Sat, Nov 01, 2003 at 12:58:22PM +1030, Malcolm Kay wrote:
> > On Sat, 1 Nov 2003 12:37, Brian Denny wrote:
> > > I put the following in my /etc/fstab:
> > >   linproc  /compat/linux/proc   linprocfs   rw,noauto0 0
> >
> > I know this is what the man page says; but I find my /etc/fstab actually
> > uses the line:
> > linprocfs  /compat/linux/proc   linprocfs   rw,noauto0 0
>
> Thanks for the suggestion, but that doesn't seem to affect the outcome.
>
>
> I should mentioned that I just upgraded from 4.5 to 4.8.  The upgrade
> seems to have gone smoothly.  I never tried mounting linprocfs before,
> so I have no idea whether the recent system upgrade has anything to do
> with my current difficulties.

Hmm, yes I suspect the identifier in the 'device' column is arbitrary.

Some other thoughts (possibly equally useless ;-) :
  Do you have the executable /sbin/mount_linprocfs ?
  Does the mount point /compat/linux/proc actually exist ?

Malcolm Kay
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: linprocfs: Operation not supported

2003-10-31 Thread Brian Denny
On Sat, Nov 01, 2003 at 12:58:22PM +1030, Malcolm Kay wrote:
> On Sat, 1 Nov 2003 12:37, Brian Denny wrote:
> > I put the following in my /etc/fstab:
> >   linproc  /compat/linux/proc   linprocfs   rw,noauto0 0
> 
> I know this is what the man page says; but I find my /etc/fstab actually
> uses the line:
> linprocfs  /compat/linux/proc   linprocfs   rw,noauto0 0

Thanks for the suggestion, but that doesn't seem to affect the outcome.


I should mentioned that I just upgraded from 4.5 to 4.8.  The upgrade
seems to have gone smoothly.  I never tried mounting linprocfs before,
so I have no idea whether the recent system upgrade has anything to do
with my current difficulties.

-brian

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: linprocfs: Operation not supported

2003-10-31 Thread Malcolm Kay
On Sat, 1 Nov 2003 12:37, Brian Denny wrote:
> Hi,
>
> I am trying to mount linprocfs (required as part of a Java installation).
>
> I put the following in my /etc/fstab:
>   linproc  /compat/linux/proc   linprocfs   rw,noauto0 0

I know this is what the man page says; but I find my /etc/fstab actually
uses the line:
linprocfs  /compat/linux/proc   linprocfs   rw,noauto0 0

which works for me.

>
>
> Then I did:
>   # kldload linprocfs
>   # mount linproc
>
>
> and I get:
>   linprocfs: Operation not supported
>
>
> Any idea what could be going wrong?
>
>
> -brian
>

Malcolm Kay
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


linprocfs: Operation not supported

2003-10-31 Thread Brian Denny

Hi,

I am trying to mount linprocfs (required as part of a Java installation).

I put the following in my /etc/fstab:
  linproc  /compat/linux/proc   linprocfs   rw,noauto0 0


Then I did:
  # kldload linprocfs
  # mount linproc


and I get:
  linprocfs: Operation not supported


Any idea what could be going wrong?


-brian

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"