Re: [lustre-discuss] Static lfs?

2018-03-23 Thread Patrick Farrell
Another off list note pointing out that lfs is likely a script now. So here's the bitter end: Ah, it looks like you're correct. There's still an lfs.c but it no longer generates the "lfs" executable as it previously - Instead there's a lengthy and complex script named "lfs" which is not

Re: [lustre-discuss] Static lfs?

2018-03-23 Thread Patrick Farrell
Ah, interesting – I got a question off list about this, but I thought I’d reply here. ‘ldd’ on the lfs binary says “not a dynamic executable”. So it seems I’m confused (never was much for compilers and linkers). Here are the errors I get trying to run it on another node: ./lfs: line 202: cd:

[lustre-discuss] Static lfs?

2018-03-23 Thread Patrick Farrell
Good afternoon, I’ve got a developer question that perhaps someone has some insight on. After some recent (a few months ago now) changes to make the Lustre libraries and utilities build dynamically linked rather than statically linked, I’ve got a problem. If I build an lfs binary just by

Re: [lustre-discuss] Lustre client 2.10.3 build/install problem on Centos 6.7

2018-03-23 Thread Alex Vodeyko
Leo thanks a lot! The problem was that I somehow worked with lustre-2.10.3-1.src.rpm from el7 tree! (( The one from the link below built and updated perfectly Thanks again and sorry for such a mistake, Alex 2018-03-23 20:12 GMT+03:00 Leonardo Saavedra : > > On 03/23/2018

Re: [lustre-discuss] Lustre client 2.10.3 build/install problem on Centos 6.7

2018-03-23 Thread Leonardo Saavedra
On 03/23/2018 12:30 AM, Alex Vodeyko wrote: Hi, I'm trying to build/install Lustre 2.10.3 client on Centos 6.7. "rpmbuild --rebuild --without servers lustre/lustre-2.10.3-1.src.rpm" goes fine, but "yum localupdate kmod-lustre-client-2.10.3-1.el6.x86_64.rpm

Re: [lustre-discuss] Lustre client 2.10.3 build/install problem on Centos 6.7

2018-03-23 Thread Alexander I Kulyavtsev
There are detailed build instructions on lustre.org wiki : http://wiki.lustre.org/Compiling_Lustre I built, installed and lustre client 2.10.3 works on SLF 6.x as below: > $ cat /etc/redhat-release > Scientific Linux Fermi release 6.9 (Ramsey) > $ uname -r > 2.6.32-696.1.1.el6.x86_64 >