Re: [CentOS] Format big drives (4TB) in the installer?

2014-05-07 Thread Dennis Jacobfeuerborn
On 07.05.2014 17:31, CS_DBA wrote: > > On 05/07/2014 09:14 AM, Bob Marcan wrote: >> On Wed, 07 May 2014 08:41:23 -0600 >> CS_DBA wrote: >> >>> Hi all; >>> >>> I cross posted this to the fedora list since we use Fedora as a test bed >>> from time to time, however given this is a production server

Re: [CentOS] NFS4 idmap question

2014-05-07 Thread Peter Wood
Thanks for the tip for setsebool. I was hoping to avoid using the group for sharing files in this particular case but seems that there is no other way. To make this work I have to change default httpd umask to 0002 (default 0022) on the old and the new servers. Also we have some processes that u

Re: [CentOS] Format big drives (4TB) in the installer?

2014-05-07 Thread John R Pierce
On 5/7/2014 11:36 AM, m.r...@5-cent.us wrote: > Also, my manager is very much not a fan of LVM, but we do have*large* > RAIDs - we use RAID 6 for data, though we've used RAID 1 for /boot and /. > Since I keep reading that "we really need to fix the fsck,etc tools for > > 16TB in the next year" for

Re: [CentOS] Format big drives (4TB).., is, blocking again

2014-05-07 Thread m . roth
Now what's going on? I tried to post my reply *twice*, about an hour and a half ago. And they both were blocked by manitu... except when I followed the link to fill out the form, *BOTH* *TIMES* manitu told me that the mailserver was *not* listed. mark _

Re: [CentOS] Format big drives (4TB) in the installer?

2014-05-07 Thread m . roth
Ljubomir Ljubojevic wrote: > On 05/07/2014 05:31 PM, CS_DBA wrote: >> Thanks for the advice, can someone point me to a good step by step how to per setting up a RAID 10 volume per the parted & GPT tools? >> > > You might find this usefull, text on official CentOS Facebook group. GPT is separate fro

Re: [CentOS] RHEL7 beta discussions?

2014-05-07 Thread Lamar Owen
On 05/07/2014 01:34 PM, Les Mikesell wrote: > RHEL7 RC shows some nouveau errors at boot on a Dell D630 laptop and > wants to run the 1440x900 screen at 1280x768. What's the best > approach to getting a working video driver installed? > ELrepo's nvidia drivers, once they're available for 7, if the

Re: [CentOS] RHEL7 beta discussions?

2014-05-07 Thread Les Mikesell
RHEL7 RC shows some nouveau errors at boot on a Dell D630 laptop and wants to run the 1440x900 screen at 1280x768. What's the best approach to getting a working video driver installed? -- Les Mikesell lesmikes...@gmail.com ___ CentOS mailing l

Re: [CentOS] files mysteriously changing ownership

2014-05-07 Thread Les Mikesell
On Wed, May 7, 2014 at 12:22 PM, Tim Dunphy wrote: >> >> > What are the user IDs of the apache and user_a users? Are these local >> mounts or shares? >> I've seen a similar thing when there was a UID conflict. > > Thanks.. The directory that keeps changing is an NFS mount. > If it is nfsv4, then

Re: [CentOS] files mysteriously changing ownership

2014-05-07 Thread Tim Dunphy
The UID and Group belong to LDAP users on the system. On Wed, May 7, 2014 at 1:22 PM, Tim Dunphy wrote: > > What are the user IDs of the apache and user_a users? Are these local >> mounts or shares? >> I've seen a similar thing when there was a UID conflict. >> _

Re: [CentOS] files mysteriously changing ownership

2014-05-07 Thread Tim Dunphy
> > > What are the user IDs of the apache and user_a users? Are these local > mounts or shares? > I've seen a similar thing when there was a UID conflict. > __ Thanks.. The directory that keeps changing is an NFS mount. On Wed, May 7, 2014 at 1:15 PM,

Re: [CentOS] files mysteriously changing ownership

2014-05-07 Thread Kwan Lowe
On Wed, May 7, 2014 at 1:08 PM, Tim Dunphy wrote: > We have a directory that holds the media for a website. We want that > directory owned by the apache user and group. But for some reason that > directory and all it's files keep reverting to being owned by a user > account and group. > > What ar

[CentOS] files mysteriously changing ownership

2014-05-07 Thread Tim Dunphy
We have a directory that holds the media for a website. We want that directory owned by the apache user and group. But for some reason that directory and all it's files keep reverting to being owned by a user account and group. [root@webservera ourwebsite]# ls -ld media/ drwxrwxr-x 163 user_a user

Re: [CentOS] centosplus kernel-debug

2014-05-07 Thread Steve Clark
On 05/07/2014 11:48 AM, Akemi Yagi wrote: > On Wed, May 7, 2014 at 6:24 AM, Steve Clark wrote: > >> I am setting up crashkernel and was wondering where I get the kernel-debug >> rpm >> for centosplus kernels. > The kernel-debug package has never been built for the centosplus > kernel as far as I

Re: [CentOS] Format big drives (4TB) in the installer?

2014-05-07 Thread Ljubomir Ljubojevic
On 05/07/2014 05:31 PM, CS_DBA wrote: > Thanks for the advice, can someone point me to a good step by step how > to per setting up a RAID 10 volume per the parted & GPT tools? > You might find this usefull, text on official CentOS Facebook group. GPT is separate from RAID's, so GPT is not covered

Re: [CentOS] centosplus kernel-debug

2014-05-07 Thread Akemi Yagi
On Wed, May 7, 2014 at 6:24 AM, Steve Clark wrote: > I am setting up crashkernel and was wondering where I get the kernel-debug rpm > for centosplus kernels. The kernel-debug package has never been built for the centosplus kernel as far as I know. It requires its own config file. I suggest you u

Re: [CentOS] centosplus kernel-debug

2014-05-07 Thread Steve Clark
On 05/07/2014 09:51 AM, Leon Fauster wrote: > Am 07.05.2014 um 15:24 schrieb Steve Clark : >> I am setting up crashkernel and was wondering where I get the kernel-debug >> rpm >> for centosplus kernels. > > http://debuginfo.centos.org/ > > -- > LF > ___

Re: [CentOS] Format big drives (4TB) in the installer?

2014-05-07 Thread John R Pierce
On 5/7/2014 8:31 AM, CS_DBA wrote: > Thanks for the advice, can someone point me to a good step by step how > to per setting up a RAID 10 volume per the parted & GPT tools? man mdraid man parted man vgcreate man lvcreate -- john r pierce 37N 122W somewhere

Re: [CentOS] Format big drives (4TB) in the installer?

2014-05-07 Thread CS_DBA
On 05/07/2014 09:14 AM, Bob Marcan wrote: > On Wed, 07 May 2014 08:41:23 -0600 > CS_DBA wrote: > >> Hi all; >> >> I cross posted this to the fedora list since we use Fedora as a test bed >> from time to time, however given this is a production server we'll >> likely be running CentOS. >> >> we've

Re: [CentOS] Format big drives (4TB) in the installer?

2014-05-07 Thread John R Pierce
On 5/7/2014 7:41 AM, CS_DBA wrote: > Originally I tried to simply upgrade an older server with more drive > space, I installed six (6) 4TB drives and did a new CentOS 6.5 install > but the OS would not allow me to configure more than 2TB per drive. > > Subsequent research leads me to conclude that

Re: [CentOS] Format big drives (4TB) in the installer?

2014-05-07 Thread Bob Marcan
On Wed, 07 May 2014 08:41:23 -0600 CS_DBA wrote: > Hi all; > > I cross posted this to the fedora list since we use Fedora as a test bed > from time to time, however given this is a production server we'll > likely be running CentOS. > > we've just ordered a new server > (http://www.spectrums

[CentOS] Format big drives (4TB) in the installer?

2014-05-07 Thread CS_DBA
Hi all; I cross posted this to the fedora list since we use Fedora as a test bed from time to time, however given this is a production server we'll likely be running CentOS. we've just ordered a new server (http://www.spectrumservers.com/ssproducts/pc/viewPrd.asp?idcategory=26&idproduct=787)

Re: [CentOS] centosplus kernel-debug

2014-05-07 Thread Leon Fauster
Am 07.05.2014 um 15:24 schrieb Steve Clark : > I am setting up crashkernel and was wondering where I get the kernel-debug rpm > for centosplus kernels. http://debuginfo.centos.org/ -- LF ___ CentOS mailing list CentOS@centos.org http://lists.centos.org

[CentOS] centosplus kernel-debug

2014-05-07 Thread Steve Clark
Hi, I am setting up crashkernel and was wondering where I get the kernel-debug rpm for centosplus kernels. Thanks, -- Stephen Clark *NetWolves Managed Services, LLC.* Director of Technology Phone: 813-579-3200 Fax: 813-882-0209 Email: steve.cl...@netwolves.com http://www.netwolves.com __

[CentOS] CentOS-announce Digest, Vol 111, Issue 3

2014-05-07 Thread centos-announce-request
Send CentOS-announce mailing list submissions to centos-annou...@centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-requ..