Interesting.  I wonder what was wrong with your environment on your Lion
machine?

I'm glad that you got it worked out.

Becky

On Wed, Aug 8, 2012 at 4:06 AM, Belcampo <[email protected]> wrote:

> Problem solved, on Lion.
>
> Installed Fuse4X, copied the binary from my Snow Leopard machine to my
> Lion machine and it mounts without any problem.
>
> Henk
>
> On Aug 7, 2012, at 8:41 PM, Becky Ligon wrote:
>
> Henk:
>
> Another question:  Are you trying to run a PVFS server on the MAC?
>
> Becky
>
> On Tue, Aug 7, 2012 at 2:40 PM, Becky Ligon <[email protected]> wrote:
>
>> Henk:
>>
>> I have been successful in running the fuse client from my MAC to access
>> my PVFS files on my Linux workstation.
>>
>> For the problem below:  does your server config file have the same BMI
>> address setup (tcp://192.168.1.111:3334<http://192.168.1.111:3334/pvfs2-fs>)?
>> Or, does your server config file have "tcp://n11:3334"?  If so, make
>> sure your MAC understands "n11" and use "tcp://n11:3334" in your
>> /etc/pvfs2tab file.  See if this works.
>>
>> Becky
>>
>>
>> On Mon, Aug 6, 2012 at 11:34 AM, Henk D. Schoneveld 
>> <[email protected]>wrote:
>>
>>>
>>> On Aug 6, 2012, at 4:53 PM, Becky Ligon wrote:
>>>
>>> > Henk:
>>> >
>>> > Can you send me your mount command and your pvfs2tab file?
>>> Of course. BTW compiling and installing worked after patch -R , as
>>> mentioned by John, but mounting doesn't
>>>
>>> /etc/pvfs2tab contains
>>> tcp://192.168.1.111:3334/pvfs2-fs /data2 pvfs2 defaults,noauto 0 0
>>> /etc/hosts contains
>>> 192.168.1.111 n11
>>> 192.168.1.112 n12
>>> 192.168.1.113 n13
>>>
>>> The OSX client has a networkinterface
>>> en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
>>>         ether 90:fb:a6:2a:6d:9b
>>>         inet6 fe80::92fb:a6ff:fe2a:6d9b%en0 prefixlen 64 scopeid 0x4
>>>         inet 192.168.1.16 netmask 0xffffff00 broadcast 192.168.1.255
>>>         media: autoselect (1000baseT <full-duplex,flow-control>)
>>>         status: active
>>>
>>> In my home directory I make a directory t
>>>
>>> pvfs2fuse t
>>>
>>> is the used mount command which under linux mounts the desired
>>> pvfs2-server via n11
>>>
>>> Under OSX I get
>>>
>>> pvfs2fuse t
>>> [E 17:34:08.712665] PVFS_isys_fs_add: Failed to initialize any
>>> appropriate BMI methods for addresses:
>>> [E 17:34:08.713816]     ???
>>> [E 17:34:08.713856] PVFS_isys_fs_add call: Protocol not available
>>> [E 17:34:08.713893] ERROR: could not initialize any file systems in
>>> /etc/pvfs2tab.
>>> PVFS_util_init_defaults: Operation not supported by device (error class:
>>> 0)
>>>
>>> Henk
>>> >
>>> > Becky
>>> >
>>> > On Mon, Aug 6, 2012 at 5:26 AM, Henk D. Schoneveld <[email protected]>
>>> wrote:
>>> >
>>> > On Aug 6, 2012, at 10:24 AM, Henk D. Schoneveld wrote:
>>> >
>>> > >
>>> > > On Aug 4, 2012, at 6:33 PM, John Chandy wrote:
>>> > >
>>> > >> I think I may have done the diff backwards.  Do the patch with -R.
>>> > > I applied your patch with -R and now it applies. configure and build
>>> work but install still gives me:
>>> > >
>>> > > sudo make install
>>> > > Password:
>>> > > install -d /usr/share/man/man1
>>> > > install -d /usr/share/man/man5
>>> > > rm -f /usr/share/man/man1/*.gz
>>> > > rm -f /usr/share/man/man5/*.gz
>>> > > install -m 644 ./doc/man/*.1 /usr/share/man/man1
>>> > > install -m 644 ./doc/man/*.5 /usr/share/man/man5
>>> > > gzip -f /usr/share/man/man1/*.1
>>> > > gzip: /usr/share/man/man1/bzip2recover.1: No such file or directory
>>> > > gzip: /usr/share/man/man1/c++.1: No such file or directory
>>> > > gzip: /usr/share/man/man1/cpp.1: No such file or directory
>>> > > gzip: /usr/share/man/man1/g++.1: No such file or directory
>>> > > gzip: /usr/share/man/man1/gcc.1: No such file or directory
>>> > > gzip: /usr/share/man/man1/gcov.1: No such file or directory
>>> > > gzip: /usr/share/man/man1/tar.1: No such file or directory
>>> > > make: *** [install_doc] Error 1
>>> >
>>> > Leaving out --prefix=/usr makes it install.
>>> >
>>> > But doing a mount, results in:
>>> >
>>> > pvfs2fuse ~/t
>>> > [E 11:23:22.477870] PVFS_isys_fs_add: Failed to initialize any
>>> appropriate BMI methods for addresses:
>>> > [E 11:23:22.479045]     ???
>>> > [E 11:23:22.479086] PVFS_isys_fs_add call: Protocol not available
>>> > [E 11:23:22.479121] ERROR: could not initialize any file systems in
>>> /etc/pvfs2tab.
>>> > PVFS_util_init_defaults: Operation not supported by device (error
>>> class: 0)
>>> >
>>> > Henk
>>> > >
>>> > >> John.
>>> > >>
>>> > >> On Aug 4, 2012, at 6:37 AM, Henk D. Schoneveld wrote:
>>> > >>
>>> > >>> Hi John,
>>> > >>>
>>> > >>> First thanks for putting the effort in to help.
>>> > >>>
>>> > >>> It looks like we don't have the same sources.
>>> > >>>
>>> > >>> The patch doesn't apply. If I do
>>> > >>>
>>> > >>> grep "glibtool --mode=link" Makefile*
>>> > >>>
>>> > >>> which is in your patch to remove from Makefile.in it's only found
>>> in your patch not in Makefile.in.
>>> > >>>
>>> > >>> My sources are from a tarball
>>> > >>> -rw-r--r--  1 belcampo  staff  2778466 Jul 15 16:08
>>> ../../downloads/orangefs-2.8.6.tar.gz
>>> > >>>
>>> > >>>
>>> > >>> Kind regards
>>> > >>>
>>> > >>> Henk Schoneveld
>>> > >>>
>>> > >>> On Aug 4, 2012, at 8:19 AM, John Chandy wrote:
>>> > >>>
>>> > >>
>>> > >
>>> >
>>> >
>>> > _______________________________________________
>>> > Pvfs2-users mailing list
>>> > [email protected]
>>> > http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users
>>> >
>>> >
>>> >
>>> > --
>>> > Becky Ligon
>>> > OrangeFS Support and Development
>>> > Omnibond Systems
>>> > Anderson, South Carolina
>>> >
>>> >
>>>
>>>
>>
>>
>> --
>> Becky Ligon
>> OrangeFS Support and Development
>> Omnibond Systems
>> Anderson, South Carolina
>>
>>
>>
>
>
> --
> Becky Ligon
> OrangeFS Support and Development
> Omnibond Systems
> Anderson, South Carolina
>
>
>
>


-- 
Becky Ligon
OrangeFS Support and Development
Omnibond Systems
Anderson, South Carolina
_______________________________________________
Pvfs2-users mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users

Reply via email to