Re: [CentOS] Any update on 5.6 / 6?

2011-02-19 Thread aurf alien
Great article to enlighten us all on why this round seems to be taking
longer then the previous versions.  And why in general this is a tremendous
undertaking.

http://www.linux-mag.com/id/7952/

You'll need to log in to read the entire article but its worth it.

- aurf
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Netapp like snapshots using Centos 5/6 direct attached storage

2011-10-23 Thread aurf alien
Look into XFS+LVM.

For XFS, you'll have to yum it via;

yum install kmod-xfs xfs-progs xfs-dump

This is in the centosplus repo.

- aurf

On Sun, Oct 23, 2011 at 6:56 AM, Scott McKenzie  wrote:

>
> Hello,
>
> I'm researching the best method of providing about 20 users in a production
> environment the same functionality as they would have on a Netapp NFS share.
> The O/S I will be using is CentOS 5 or 6 (max flex on which one) and the
> hardware is a disk array directly (12 SAS disks 7TB un-configured brand new)
> attached to a HP 580 G 7.
>
> I've done some reading on ZFS on Linux ,fuse-ZFS, BRTFS ,rsnapshot, snapFS.
>
> Any one have some advice or experiences to share?
>
> Thanks,
> spuds
>
> ___
> 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


Re: [CentOS] how many people still use NIS?

2010-10-02 Thread aurf alien
On Fri, Oct 1, 2010 at 6:31 PM, Ross Walker  wrote:

> On Oct 1, 2010, at 2:27 PM, Boris Epstein  wrote:
>
> Hello listmates,
>
> I have discovered a very strange SFTP problem which I can not connect to
> anything but NIS thus far. See here:
>
>
> 
> http://www.linuxquestions.org/questions/linux-server-73/sftp-seems-to-fail-for-nis-accounts-under-openssh-5-x-816020/
>
> 
> http://readlist.com/lists/suse.com/suse-linux-e/38/193419.html
>
> Hence the question: is NIS (YP) still in use much anywhere for
> authentication?
>
>
> Even without AD one could setup a Kerberos server and NIS database a lot
> easier then LDAP.
>
> -Ross
>

Really!?

I dunno, what you just described sounds a lot more complex then setting up
an OpenLDAP server, even with replication.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] folder quotas

2011-01-08 Thread aurf alien
Hi all,

Is there a way to implement folder quotas instead of just partition quotas?

I'm trying to limit home dirs from getting out of control.

And I did RTFM but it seems only partition/share quotas are possible :)

- aurf
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] folder quotas

2011-01-08 Thread aurf alien
Hi Kwan,

Thanks for fast the reply.

Funny, I was reading that when I posted to the list.

Not really a practical solution as my needs are for user home dirs which get
automatically created when a user in created.

The solution in the link would mean that I would have to script in some
additional code that formats the users home dir as a file system, mounts it
(if I have 300 users, will I have 300 mounts?) and then exports them (will I
also have 300 exports?), and then 300 mount points on each workstation?

I really really hope Centos/RHEL has some way similar to a Winblowz GPO were
I can limit a users home folder in size.

- aurf



On Sat, Jan 8, 2011 at 10:53 AM, Kwan Lowe  wrote:

> On Sat, Jan 8, 2011 at 1:50 PM, aurf alien  wrote:
> > Hi all,
> >
> > Is there a way to implement folder quotas instead of just partition
> quotas?
> >
>
> Check out this link:
>
> http://www.linuxquestions.org/questions/linux-server-73/directory-quota-601140/
> ___
> 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


Re: [CentOS] folder quotas

2011-01-08 Thread aurf alien
Hmmm, perhaps user quotas?

I can easily script that into any user creation process.

So I can taylor home size on a per user basis as my power users would need
more space than my standard users.

Has any one done this?

- aurf

On Sat, Jan 8, 2011 at 11:03 AM, aurf alien  wrote:

> Hi Kwan,
>
> Thanks for fast the reply.
>
> Funny, I was reading that when I posted to the list.
>
> Not really a practical solution as my needs are for user home dirs which
> get automatically created when a user in created.
>
> The solution in the link would mean that I would have to script in some
> additional code that formats the users home dir as a file system, mounts it
> (if I have 300 users, will I have 300 mounts?) and then exports them (will I
> also have 300 exports?), and then 300 mount points on each workstation?
>
> I really really hope Centos/RHEL has some way similar to a Winblowz GPO
> were I can limit a users home folder in size.
>
> - aurf
>
>
>
>
> On Sat, Jan 8, 2011 at 10:53 AM, Kwan Lowe  wrote:
>
>> On Sat, Jan 8, 2011 at 1:50 PM, aurf alien  wrote:
>> > Hi all,
>> >
>> > Is there a way to implement folder quotas instead of just partition
>> quotas?
>> >
>>
>> Check out this link:
>>
>> http://www.linuxquestions.org/questions/linux-server-73/directory-quota-601140/
>> ___
>> 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


Re: [CentOS] folder quotas

2011-01-08 Thread aurf alien
Nowhere else since there home dir on the file system is the only place they
can write.

- aurf

On Sat, Jan 8, 2011 at 11:40 AM, Les Mikesell  wrote:

> On 1/8/11 12:50 PM, aurf alien wrote:
> > Hi all,
> >
> > Is there a way to implement folder quotas instead of just partition
> quotas?
> >
> > I'm trying to limit home dirs from getting out of control.
> >
> > And I did RTFM but it seems only partition/share quotas are possible :)
>
> Where else on the same partition is a user going to own enough files to
> make a
> difference?
>
> --
>   Les Mikesell
>lesmikes...@gmail.com
> ___
> 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


Re: [CentOS] httpd LDAP auth module

2011-01-11 Thread aurf alien
On Tue, Jan 11, 2011 at 8:17 PM, Joseph L. Casale  wrote:

> >I am looking at LDAP module for Apache httpd for authentication. The
> >'yum install' gives me 'mod_authz_ldap.i386 0:0.26-9.el5_5.1', whereas
> >on Apache documentation site I find mod_authNz_ldap module. Both
> >modules appear to be different looking at available directives. Any
> >clues or suggestions on which module should be used? Where can I find
> >documentation for mod_authz_ldap?
>
> Look inside your httpd.conf file, it will answer that one for you. RHEL's
> httpd
> supports ldap auth as shipped.
>


What I did in my httpd.conf file;

AuthName "Company"
AuthType Basic
AuthBasicProvider ldap
AuthzLDAPAuthoritative off
AuthLDAPURL ldap://ldap1.company.com/ou=people,dc=company,dc=com?uid
AuthLDAPURL ldap://ldap2.company.com/ou=people,dc=company,dc=com?uid
Require valid-user

This brings up the apache dialogue window and does provide a good layer of
security as if you don't authenticate, you don't even get the URL to phish
for data.

- aurf
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos