Re: [CentOS] LDAP login problem for CentOS 6.5

2014-06-11 Thread Andrew Holway
> > I have had better success today using FreeIPA packages on CentOS server and > joining a CentOS desktop. FreeIPA consists of "389 Directory Server, MIT > Kerberos, NTP, DNS, Dogtag" > +1 - Freeipa is wonderful. ___ CentOS mailing list CentOS@centos.o

Re: [CentOS] CentOS 6.5 driver for a Broadcom Corporation BCM4313 chipset

2014-06-11 Thread Ljubomir Ljubojevic
On 06/11/2014 06:21 AM, HM Johnson wrote: > Hello CentOS admins. > > I am an AIX admin bent on learning CentOS. Yesterday I downloaded > CentOS-6.5-x86_64-bin-DVD1.iso, burned a DVD and loaded it onto a Lenovo > IdeaPad N585 laptop. All went well, except for getting the integrated > wireless to w

[CentOS] XFS project quota and samba

2014-06-11 Thread Götz Reinicke - IT Koordinator
Hi, I managed to configure project quotas on a xfs device on a centos 6.5 server. (just pquota in fstab, no grquota, rebooted server) Reporting the quota settings and usage looks good. But mounting a smb-share with the proect quota enabled on my os x client shows much less space used (3GB) a

[CentOS] squid proxy, https and apple store

2014-06-11 Thread Götz Reinicke - IT Koordinator
Hi, I'm a bit confused regarding the connection of a Mac OS X system to the app store by the app store client. Squid is configured using ncsa_auth and I can access https and http websites without a problem. But the app store app is not logging in. I do get ==> /var/log/squid/cache.log <== 2014/

[CentOS] CentOS-announce Digest, Vol 112, Issue 5

2014-06-11 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..

Re: [CentOS] squid proxy, https and apple store

2014-06-11 Thread mark
On 06/11/14 07:45, Götz Reinicke - IT Koordinator wrote: > Hi, > > I'm a bit confused regarding the connection of a Mac OS X system to the > app store by the app store client. Hi, I'm a bit confused as to why you're posting a Mac OSX question, and one that I assume deals with the Apple app s

Re: [CentOS] squid proxy, https and apple store

2014-06-11 Thread Götz Reinicke - IT Koordinator
Am 11.06.14 14:02, schrieb mark: > On 06/11/14 07:45, Götz Reinicke - IT Koordinator wrote: >> Hi, >> >> I'm a bit confused regarding the connection of a Mac OS X system to the >> app store by the app store client. > > Hi, > > I'm a bit confused as to why you're posting a Mac OSX question, an

Re: [CentOS] Information Week: RHEL 7 released today

2014-06-11 Thread Timothy Murphy
m.r...@5-cent.us wrote: > Red Hat released the 7.0 version of Red Hat Enterprise Linux today, with > embedded support for Docker containers and support for direct use of > Microsoft's Active Directory. The update uses XFS as its new file system. Does XFS have any advantages over ext4 for normal u

Re: [CentOS] squid proxy, https and apple store

2014-06-11 Thread Götz Reinicke - IT Koordinator
Am 11.06.14 15:43, schrieb Arun Khan: > On Wed, Jun 11, 2014 at 5:15 PM, Götz Reinicke - IT Koordinator > wrote: >> I'm a bit confused regarding the connection of a Mac OS X system to the >> app store by the app store client. >> >> Squid is configured using ncsa_auth and I can access https and htt

Re: [CentOS] squid proxy, https and apple store

2014-06-11 Thread Arun Khan
On Wed, Jun 11, 2014 at 5:15 PM, Götz Reinicke - IT Koordinator wrote: > I'm a bit confused regarding the connection of a Mac OS X system to the > app store by the app store client. > > Squid is configured using ncsa_auth and I can access https and http > websites without a problem. > CentOS vers

Re: [CentOS] Information Week: RHEL 7 released today

2014-06-11 Thread m . roth
Timothy Murphy wrote: > m.r...@5-cent.us wrote: > >> Red Hat released the 7.0 version of Red Hat Enterprise Linux today, with >> embedded support for Docker containers and support for direct use of >> Microsoft's Active Directory. The update uses XFS as its new file >> system. > > Does XFS have any

[CentOS] umask setting in /etc/profile not working

2014-06-11 Thread Tim Dunphy
Hey all, We have the following set in /etc/profile : umask 0002 so that it will affect all users. That should create all files as 664 and all directories as 775 if I'm not mistaken. Well I logged into the machine after this was set and just created a file as one of the users who complained abo

Re: [CentOS] umask setting in /etc/profile not working

2014-06-11 Thread zep
On 06/11/2014 10:14 AM, Tim Dunphy wrote: > Hey all, > > We have the following set in /etc/profile : > > umask 0002 > > so that it will affect all users. That should create all files as 664 and > all directories as 775 if I'm not mistaken. > > Well I logged into the machine after this was set and

Re: [CentOS] umask setting in /etc/profile not working

2014-06-11 Thread Tim Dunphy
> > I have a fairly recent install of centos 6.5 and get: > [root@critter etc]# grep -i "umask" * > bashrc:# By default, we want umask to get set. This sets it for > non-login shell. > bashrc: umask 002 > bashrc: umask 022 > bashrc:umask 077 > csh.cshrc:umask 002 > csh.cshrc

Re: [CentOS] Information Week: RHEL 7 released today

2014-06-11 Thread Les Mikesell
On Wed, Jun 11, 2014 at 8:11 AM, Timothy Murphy wrote: > m.r...@5-cent.us wrote: > >> Red Hat released the 7.0 version of Red Hat Enterprise Linux today, with >> embedded support for Docker containers and support for direct use of >> Microsoft's Active Directory. The update uses XFS as its new fil

Re: [CentOS] umask setting in /etc/profile not working

2014-06-11 Thread zep
>On another related question... the user is also complaining about ownership >of files and directories. Couldn't I just solve that problem with a sticky >bit, i.e. chmod -R u+s * and chmod -R g+s *? possibly; although you can also screw things up pretty well if the user has done something like..

Re: [CentOS] umask setting in /etc/profile not working

2014-06-11 Thread Leon Fauster
Am 11.06.2014 um 16:14 schrieb Tim Dunphy : > We have the following set in /etc/profile : > > umask 0002 > > so that it will affect all users. That should create all files as 664 and > all directories as 775 if I'm not mistaken. > > Well I logged into the machine after this was set and just crea

Re: [CentOS] umask setting in /etc/profile not working

2014-06-11 Thread Tim Dunphy
> > >On another related question... the user is also complaining about > ownership > >of files and directories. Couldn't I just solve that problem with a sticky > >bit, i.e. chmod -R u+s * and chmod -R g+s *? > possibly; although you can also screw things up pretty well if > the user has done somet

Re: [CentOS] squid proxy, https and apple store

2014-06-11 Thread Arun Khan
On Wed, Jun 11, 2014 at 7:18 PM, Götz Reinicke - IT Koordinator wrote: > Am 11.06.14 15:43, schrieb Arun Khan: > >> CentOS version? > > "old" one 5.10 > >> Squid version? > > squid-2.6.STABLE21-6.el5 > >> >> FWIW, Squid2 supports http 1.0 and Squid3 supports http1.1. >> >> My team faced similar is

[CentOS] yum install to a portable location

2014-06-11 Thread Dan Hyatt
I have googled, read the man page, and such. What I am trying to do is install applications to a NFS mounted drive, where the libraries and everything are locally installed on that filesystem so that it is portable across servers (I have over 100 servers which each need specific applications in

Re: [CentOS] yum install to a portable location

2014-06-11 Thread Andrew Holway
Can you use chroot? On 11 June 2014 18:26, Dan Hyatt wrote: > I have googled, read the man page, and such. > > What I am trying to do is install applications to a NFS mounted drive, > where the libraries and everything are locally installed on that > filesystem so that it is portable across ser

Re: [CentOS] copying user accounts...

2014-06-11 Thread SilverTip257
On Tue, Jun 10, 2014 at 5:38 PM, Matt Garman wrote: > I've used "usermod -p " successfully many > times. > > Just be careful with escaping of the '$' field separators that appear > in the encrypted password string from /etc/shadow. > +1 A while back I wrote a script to migrate accounts and dat

Re: [CentOS] Information Week: RHEL 7 released today

2014-06-11 Thread Mike Hanby
*From: * EGO-II.1 *Sent:* Tuesday, June 10, 2014 11:49PM *To: * CentOS mailing list *Subject: * Re: [CentOS] Information Week: RHEL 7 released today > On 06/10/2014 04:33 PM, m.r...@5-cent.us wrote: > > Tom Bishop wrot

Re: [CentOS] yum install to a portable location

2014-06-11 Thread Les Mikesell
On Wed, Jun 11, 2014 at 11:26 AM, Dan Hyatt wrote: > I have googled, read the man page, and such. > > What I am trying to do is install applications to a NFS mounted drive, > where the libraries and everything are locally installed on that > filesystem so that it is portable across servers (I have

Re: [CentOS] Information Week: RHEL 7 released today

2014-06-11 Thread Les Mikesell
On Wed, Jun 11, 2014 at 11:56 AM, Mike Hanby wrote: > >> I wonder if the certification for 6.x will still be viable and >> available?and for how long? (sigh!) guess I now have to find a RHEL >> 7 certification guide!...LOL! > "RHCSA is current for three (3) years from the date it was earned."

Re: [CentOS] CentOS 6.5 driver for a Broadcom Corporation BCM4313 chipset

2014-06-11 Thread Nicolas Thierry-Mieg
On 06/11/2014 06:21 AM, HM Johnson wrote: > Hello CentOS admins. > > I am an AIX admin bent on learning CentOS. Yesterday I downloaded > CentOS-6.5-x86_64-bin-DVD1.iso, burned a DVD and loaded it onto a Lenovo > IdeaPad N585 laptop. All went well, except for getting the integrated > wireless to w

[CentOS] Google chrome vs network settings proxy?

2014-06-11 Thread Les Mikesell
I started using chrome on the RHEL7 beta after some firefox hangs - but maybe this behavior is generic. I have the system 'network settings/network proxy' set to use squid on another host for connections out of the private range we use. This proxy requires authentication so I can always tell

Re: [CentOS] CentOS 6.5 driver for a Broadcom Corporation BCM4313 chipset

2014-06-11 Thread Akemi Yagi
On Wed, Jun 11, 2014 at 11:07 AM, Nicolas Thierry-Mieg wrote: > On 06/11/2014 06:21 AM, HM Johnson wrote: >> I found these instructions for building a driver for the BCM4313 chip set: >> http://wiki.centos.org/HowTos/Laptops/Wireless/Broadcom?action=show >> >> I went to this site: >> http://www.b

Re: [CentOS] Information Week: RHEL 7 released today

2014-06-11 Thread Johnny Hughes
On 06/10/2014 04:41 PM, Warren Young wrote: > On 6/10/2014 15:34, John R. Dennison wrote: >> On Tue, Jun 10, 2014 at 03:28:55PM -0600, Warren Young wrote: >>> It's different this time. The CentOS people have had inside access to >>> RHEL since December last year.[1] >> They have the same "inside a

Re: [CentOS] Information Week: RHEL 7 released today

2014-06-11 Thread Rainer Duffner
Am 10.06.2014 um 22:28 schrieb Eero Volotinen : > "direct use of Microsoft's Active Directory" sounds intresting? via samba > 4? or via other implementation? > > Eero It comes with IPA: http://www.freeipa.org/page/Main_Page RHEL7 comes with a pretty recent version, from what I could see in th

Re: [CentOS] yum install to a portable location

2014-06-11 Thread Dan Hyatt
What will chroot get me. I have root on the server, I have a filesystem mounted on all server. What I want to do is contain the binaries and dependancies on the nfs filesystem On 6/11/2014 11:30 AM, Andrew Holway wrote: > Can you use chroot? > > > On 11 June 2014 18:26, Dan Hyatt wrote: > >> I h

[CentOS] USB blues

2014-06-11 Thread Lists
I have a freshly built, updated EL6 system and am having problems with USB stability - at boot everything works fine but within a few hours, USB devices start disappearing randomly. At first I though the USB devices were suspect, but removing the suspect devices and an accessory PCIE USB card h

Re: [CentOS] USB blues

2014-06-11 Thread Billy Crook
Sounds very much like an electrical supply problem. Does it ever affect host-powered peripherals or just ones powered off AC mains? Are you using a UPS? Try an alternate psu in the system. or running on just one psu module at a time if you have redundant modules. This system isn't a bulk stora

[CentOS] issue_discards in lvm.conf

2014-06-11 Thread Frank Cox
I decided that the next time I reformatted my main desktop computer (this one) I would have a ssd installed in it to use for the boot drive. Now that Centos 7 is on the horizon, I'm thinking that the time is approaching when I'll want to do that. The last time I set up a computer with a ssd in

Re: [CentOS] Information Week: RHEL 7 released today

2014-06-11 Thread Ljubomir Ljubojevic
On 06/11/2014 07:04 PM, Les Mikesell wrote: > On Wed, Jun 11, 2014 at 11:56 AM, Mike Hanby wrote: >> >>> I wonder if the certification for 6.x will still be viable and >>> available?and for how long? (sigh!) guess I now have to find a RHEL >>> 7 certification guide!...LOL! >> "RHCSA is current

Re: [CentOS] Google chrome vs network settings proxy?

2014-06-11 Thread Ljubomir Ljubojevic
On 06/11/2014 08:10 PM, Les Mikesell wrote: > I started using chrome on the RHEL7 beta after some firefox hangs - > but maybe this behavior is generic. I have the system 'network > settings/network proxy' set to use squid on another host for > connections out of the private range we use. This

Re: [CentOS] Google chrome vs network settings proxy?

2014-06-11 Thread John R Pierce
On 6/11/2014 4:57 PM, Ljubomir Ljubojevic wrote: > As far as I understood, Chrome is in tight connection with Google > services, possibly hard-coded into it. not really, other than the option to connect it to your google profile so all your system's browsers can share bookmarks and history. ot

Re: [CentOS] Google chrome vs network settings proxy?

2014-06-11 Thread Gé Weijers
On Wed, Jun 11, 2014 at 11:10 AM, Les Mikesell wrote: > However, I can start a chrome connection to gmail and it just goes > direct (which happens to work, I just prefer the proxy which will use > a different outbound route). If I go to any non-google site, it uses > the proxy and will pop up

Re: [CentOS] umask setting in /etc/profile not working

2014-06-11 Thread Arun Khan
On Wed, Jun 11, 2014 at 8:28 PM, Tim Dunphy wrote: >> >>root@uszmpwsld011 apps]# grep umask /etc/* > /etc/bashrc:umask 002 > /etc/bashrc:umask 002 Login as the 'user' and do the following: grep -i umask $HOME/{.bash*,.profile} and make sure the user is not resettin

Re: [CentOS] squid proxy, https and apple store - SOLVED

2014-06-11 Thread Götz Reinicke - IT Koordinator
Am 11.06.14 17:57, schrieb Arun Khan: > On Wed, Jun 11, 2014 at 7:18 PM, Götz Reinicke - IT Koordinator > wrote: >> Am 11.06.14 15:43, schrieb Arun Khan: >> >>> CentOS version? >> >> "old" one 5.10 >> >>> Squid version? >> >> squid-2.6.STABLE21-6.el5 >> >>> >>> FWIW, Squid2 supports http 1.0 and S