[CentOS] Centos NFS-Utils

2011-09-11 Thread Rita
Just wondering,

We have been using RHEL 6.1 for a while and its NFS-utils support the fsc
option for caching. Will Centos 5.6(or .7) ever support this feature?




-- 
--- Get your facts first, then you can distort them as you please.--
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] nfs timeout

2013-04-07 Thread Rita
hi,

I use automounter to mount to many hosts

/net//dir

When the hostname is unavaliable it seems NFS gets stuck. I would like to
set a NFS timeout (say 60 secs). If not available then error. I need to use
hardmount but is there such a thing as NFS client timeout?




-- 
--- Get your facts first, then you can distort them as you please.--
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] compile paramaters

2013-08-09 Thread Rita
hi,

I am trying to find out what compile flags and environment variables were
used when compiling the python package. Is there an easy way of figuring
this out? perhaps a website which shows the RPM specs?


-- 
--- Get your facts first, then you can distort them as you please.--
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] compile paramaters

2013-08-10 Thread Rita
Thanks Phillip. I want to build a shared version of python, 2.7.5 onto NFS
so other users can use it so I want something the most compatable and
without doing a lot of LD_LIBRARY_PATH :-)

It would be cool if I can install RPMs on NFS



On Sat, Aug 10, 2013 at 2:16 AM, Philip Manuel  wrote:

>
>
> - Original Message -
> From: "Ljubomir Ljubojevic" 
> To: "CentOS mailing list" 
> Sent: Friday, 9 August, 2013 9:50:21 PM
> Subject: Re: [CentOS] compile paramaters
>
> On 08/09/2013 12:54 PM, Rita wrote:
> > hi,
> >
> > I am trying to find out what compile flags and environment variables were
> > used when compiling the python package. Is there an easy way of figuring
> > this out? perhaps a website which shows the RPM specs?
> >
> >
>
> You can download and unpack src.rpm pf the python package and look at
> .spec file, it should be there.
>
> --
> Ljubomir Ljubojevic
> (Love is in the Air)
> PL Computers
> Serbia, Europe
>
> StarOS, Mikrotik and CentOS/RHEL/Linux consultant
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
> Hi
>
> I used
>
> export CPPFLAGS=-I/usr/lib64/libffi-3.0.5/include
> export CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
> -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic
> -D_GNU_SOURCE -fPIC -fwrapv
> ./configure --prefix=/usr/local --includedir=/usr/include
> --enable-unicode=ucs4 --enable-shared --with-system-ffi --with-system-expat
> --with-valgrind
>
> When compiling python 2.7
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>



-- 
--- Get your facts first, then you can distort them as you please.--
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] compile paramaters

2013-08-11 Thread Rita
On Sat, Aug 10, 2013 at 8:47 AM, Ljubomir Ljubojevic wrote:

> On 08/10/2013 02:22 PM, Rita wrote:
> > Thanks Phillip. I want to build a shared version of python, 2.7.5 onto
> NFS
> > so other users can use it so I want something the most compatable and
> > without doing a lot of LD_LIBRARY_PATH :-)
> >
> > It would be cool if I can install RPMs on NFS
> >
> >
>
> Please do not top-post, write below our texts.
>
> IUS repository (http://iuscommunity.org/pages/Repos.html) has python27
> packages that should be complementary to regular CetnOS 6.x python
> package (it is not replaced). You might want to check that.
>
>
> Installing on NFS? You mean to install it on a server that runs NFS
> daemon? IUS package could be a solution is admins of the server agree.
>
> --
> Ljubomir Ljubojevic
> (Love is in the Air)
> PL Computers
> Serbia, Europe
>
> StarOS, Mikrotik and CentOS/RHEL/Linux consultant
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>

Sorry about top posting.

No, thats not what I meant.


Instead of installing the RPMs on 40+ servers and having to get the latest
version of Numpy (usually we want to bleeding edge), I prefer to have a
good version of Python in /nfs/mountpoint and have all my clients mount
there.



-- 
--- Get your facts first, then you can distort them as you please.--
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] NFS hard mount

2013-11-12 Thread Rita
Is there a tunable to set NFS hard mount time out? For instance, if the
server becomes unavailable for extended amount of time, say 1 hour. I would
like to timeout after 30 secs.

(Soft mount isn't an option, BTW)



-- 
--- Get your facts first, then you can distort them as you please.--
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] NFS hard mount

2013-11-12 Thread Rita
Yes, unmount the share and error to the client app.



On Tue, Nov 12, 2013 at 6:25 PM, John R Pierce  wrote:

> On 11/12/2013 3:18 PM, Rita wrote:
> > Is there a tunable to set NFS hard mount time out? For instance, if the
> > server becomes unavailable for extended amount of time, say 1 hour. I
> would
> > like to timeout after 30 secs.
>
> timeout and do what, unmount the share, and error to the client app
> thats trying to do a read(),write(),open(),stat(),etc ?
>
>
>
> --
> john r pierce  37N 122W
> somewhere on the middle of the left coast
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>



-- 
--- Get your facts first, then you can distort them as you please.--
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] NFS hard mount

2013-11-14 Thread Rita
Thanks for the detailed response.


My problem is we have many NFS servers and clients. The client mounts to
the servers using /net/serverA/dirA. When server A is decommissioned all
the clients hand on `df`. I was wondering if there is a clean way to
unmount the server instead of rebooting clients (100+ clients). I am try
doing a lazy unmount but that doesn't seem to fix the problem.





On Wed, Nov 13, 2013 at 12:58 PM, Denniston, Todd A CIV NAVSURFWARCENDIV
Crane  wrote:

> > -Original Message-
> > From: Rita [mailto:rmorgan...@gmail.com]
> > Sent: Tuesday, November 12, 2013 7:22 PM
> > To: CentOS mailing list
> > Subject: Re: [CentOS] NFS hard mount
> >
> > Yes, unmount the share and error to the client app.
> >
>
> Sounds like you want to have a combination of mounting with the intr
> flag[1] and use autofs[2] so that the file system is not mounted ALL the
> time, but not so soft as to loose data all the time. I have seen soft loose
> data reliably, were in the same environment (and same equipment) hard,intr
> does not loose data.
> My experience is that intr is useful in situations where servers go
> down/have link issues frequently, and autofs with short timeouts (~15s <
> timeout <~60s) makes those issues even less _visible_.
> It will not get you an automatic unmount of the share and error to the
> client app in the case of server down, but it will /allow/ you to terminate
> the client and unmount as needed IIRC.
>
> [1] nfs mounting page with thanks to zGreenfelder
>
> https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/5/html/Deployment_Guide/s1-nfs-client-config-options.html
> [2] autofs page
>
> https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/5/html/Deployment_Guide/s1-nfs-client-config-autofs.html
>
> >
> >
> > On Tue, Nov 12, 2013 at 6:25 PM, John R Pierce 
> wrote:
> >
> > > On 11/12/2013 3:18 PM, Rita wrote:
> > > > Is there a tunable to set NFS hard mount time out? For instance, if
> the
> > > > server becomes unavailable for extended amount of time, say 1 hour. I
> > > would
> > > > like to timeout after 30 secs.
> > >
> > > timeout and do what, unmount the share, and error to the client app
> > > thats trying to do a read(),write(),open(),stat(),etc ?
> > >
> > >
> > >
> > > --
> > > john r pierce  37N 122W
> > > somewhere on the middle of the left coast
> > >
> > > ___
> > > CentOS mailing list
> > > CentOS@centos.org
> > > http://lists.centos.org/mailman/listinfo/centos
> > >
> >
> >
> >
> > --
> > --- Get your facts first, then you can distort them as you please.--
>
>
> Even when this disclaimer is not here:
> I am not a contracting officer. I do not have authority to make or modify
> the terms of any contract.
>
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>


-- 
--- Get your facts first, then you can distort them as you please.--
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] maximum number of mounts

2013-11-17 Thread Rita
What is the maximum number of NFS mounts per client? I have an instance
where there are over 400 mount points using autofs. I was wondering if
there is a downside to that.



-- 
--- Get your facts first, then you can distort them as you please.--
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] maximum number of mounts

2013-11-19 Thread Rita
Thanks for the response.

I am using TCP mounts. The reason for 400 mounts is because we have several
hundred storage servers and use automount to mount them up.  The data is
scattered all over the place thus the extremely large mounts.


On Tue, Nov 19, 2013 at 1:50 AM, Mihamina RKTMB  wrote:

> On 11/17/2013 08:58 PM, Rita wrote:
> > What is the maximum number of NFS mounts per client? I have an instance
> > where there are over 400 mount points using autofs. I was wondering if
> > there is a downside to that.
>
> Except the network load, I think you'll just have the same issues you
> basically encounter with NFS.
> But, may be if you feed with actual problems...
>
> For curiosity: What's the use case of having 400 NFS mounts? Are you
> using TCP? UDP?
>
> --
> +261 34 81 738 69
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>



-- 
--- Get your facts first, then you can distort them as you please.--
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] cachefs

2014-03-01 Thread Rita
has anyone been using cachefs with 6.x series? i have tried using it but i
keep getting hung processes after 2 weeks.

ATM, running 6.3 but was curious if its more stable on Centos 6.5?

-- 
--- Get your facts first, then you can distort them as you please.--
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] cachefs

2014-03-02 Thread Rita
thanks steve. seems like we are in the same boat.

I was wondering if there was an alternative to cachefs like
http://ccache.samba.org/




On Sat, Mar 1, 2014 at 9:10 AM, Steven Tardy  wrote:

>
> https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html-single/Storage_Administration_Guide/#rhel6storage-whatsnew
>
> fs-cache is a tech preview(Zero support from redhat).
>
> Tried cachefs on a few servers(don't remember if it was rhel 6.1 or 6.2 at
> the time), had problems (server hanging/unresponsive), asked redhat for
> support, was denied support, removed cachefs.
>
> Unsure if newer versions are more stable.("fool me once" kind if thing)
>
>
> > On Mar 1, 2014, at 7:48 AM, Rita  wrote:
> >
> > has anyone been using cachefs with 6.x series? i have tried using it but
> i
> > keep getting hung processes after 2 weeks.
> >
> > ATM, running 6.3 but was curious if its more stable on Centos 6.5?
> >
> > --
> > --- Get your facts first, then you can distort them as you please.--
> > ___
> > CentOS mailing list
> > CentOS@centos.org
> > http://lists.centos.org/mailman/listinfo/centos
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>



-- 
--- Get your facts first, then you can distort them as you please.--
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] cachefs

2014-03-09 Thread Rita
Yes, compiler cache is different. I suppose I should ask is there something
similar to cache?




On Fri, Mar 7, 2014 at 5:24 AM, Nux!  wrote:

> On 02.03.2014 15:58, Rita wrote:
> > thanks steve. seems like we are in the same boat.
> >
> > I was wondering if there was an alternative to cachefs like
> > http://ccache.samba.org/
>
> I don't see how a compiler cache could help you with your problem.
> That's a totally different thing.
>
> HTH
> Lucian
>
> --
> Sent from the Delta quadrant using Borg technology!
>
> Nux!
> www.nux.ro
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>



-- 
--- Get your facts first, then you can distort them as you please.--
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] cachefs

2014-04-02 Thread Rita
thanks for your response.

How come I don't see any changes in the Centos 6.{3,4,5} release which
mention updates to cachefs?



On Wed, Apr 2, 2014 at 7:22 PM, grants  wrote:

> We are using CentOS 6.5 and it has been very stable.
> we were hit with bugs in 6.2 6.3 and 6.4.
>
>
>
> --
> View this message in context:
> http://centos.1050465.n5.nabble.com/CentOS-cachefs-tp5724928p5725725.html
> Sent from the CentOS mailing list archive at Nabble.com.
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>



-- 
--- Get your facts first, then you can distort them as you please.--
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] cachefs

2014-04-09 Thread Rita
Again,

thanks for the confirmation



On Thu, Apr 3, 2014 at 5:14 AM, Leon Fauster wrote:

> Am 03.04.2014 um 04:15 schrieb Grant Street :
>
> > On 03/04/14 12:34, Rita wrote:
> >> How come I don't see any changes in the Centos 6.{3,4,5} release which
> >> mention updates to cachefs?
> >
> > I don't know why they weren't in the release notesmaybe because it's
> > a preview release? They were issues in the Kernel. If you have a look at
> > the output of
> >
> > rpm -q kernel -changelog|less
> >
> > you can see a whole swag of changes in 2.6.32-405.el6
>
>
>
> i can confirm this - RHEL 6.5 is the way to go
>
> https://access.redhat.com/site/solutions/374553
>
> --
> LF
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>



-- 
--- Get your facts first, then you can distort them as you please.--
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] using fscache

2012-05-15 Thread Rita
Hello,

I was wondering if anyone used fscache and what their experience was. Is it
stable and available on Centos 5.8?



-- 
--- Get your facts first, then you can distort them as you please.--
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] compiling python

2012-05-25 Thread Rita
Hello,

I would like to compile python 2.7.3 for centos and was wondering if there
were any instructions I should follow. I would like to keep the standard
python the way it is. I would like to compile to /opt. Any tips or ideas
would be much appreciated.



-- 
--- Get your facts first, then you can distort them as you please.--
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] yum relocatable RPMs

2012-08-26 Thread Rita
Hello,

I dont have root access but I would like to install several packages (gtk)
in my home directory. Is it possible to install it via yum ?



-- 
--- Get your facts first, then you can distort them as you please.--
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum relocatable RPMs

2012-08-26 Thread Rita
Thanks. My system manager wants the installations to be very small which
makes sense and also the stock versions are very outdated therefore it
would be hard.

On Sun, Aug 26, 2012 at 2:49 PM, John R Pierce  wrote:

> On 08/26/12 6:51 AM, Rita wrote:
> > I dont have root access but I would like to install several packages
> (gtk)
> > in my home directory. Is it possible to install it via yum ?
>
> no.  rpm installed packages have to be listed in the system catalogs so
> package management can keep track of them.   have your system manager
> install them, or build your own from tarballs specifying to install in
> your home dir (typically a --prefix= option on ./configure, but that
> heavily depends on the package and how its built).
>
>
>
> --
> john r pierceN 37, W 122
> santa cruz ca mid-left coast
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>



-- 
--- Get your facts first, then you can distort them as you please.--
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] placing x11 libraries in an alternate location

2012-09-16 Thread Rita
we have close to 50 servers. I would like to have X11 libraries (and
devel). Instead of installing them one by one on all servers, I would like
to have them in a central NFS location and have my app pick them up like
that. Is it possible to do this with yum/rpm ?




-- 
--- Get your facts first, then you can distort them as you please.--
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos