Re: [CentOS] C6 firefox esr h.264 support on youtube

2015-09-10 Thread Robert Arkiletian
On Tue, Sep 8, 2015 at 3:46 PM, Richard wrote: > > > > Date: Tuesday, September 08, 2015 15:24:50 -0700 > > From: Robert Arkiletian > > > >> On Tue, Sep 8, 2015 at 3:11 PM, Richard wrote: > >> > >> > >> > Date: Tuesday, September 08, 2015 14:57:22 -0700 > >> > From: Robert Arkiletian > >> > > >

Re: [CentOS] rsync question

2015-09-10 Thread Robert Moskowitz
On 09/10/2015 11:19 PM, Carl E. Hartung wrote: On Thu, 10 Sep 2015 22:50:47 -0400 Robert Moskowitz wrote: That will use the default port on the remote host, you can override that without specifying the -e if required using -p . $ rsync -ah --stats --delete -p 613 root@192.168.129.2:/etc/dh

Re: [CentOS] rsync question

2015-09-10 Thread Carl E. Hartung
On Thu, 10 Sep 2015 22:50:47 -0400 Robert Moskowitz wrote: > > That will use the default port on the remote host, you can override > > that without specifying the -e if required using -p . > > > $ rsync -ah --stats --delete -p 613 root@192.168.129.2:/etc/dhcp/ > /home/rgm/data/htt/httnet/hom

Re: [CentOS] rsync question

2015-09-10 Thread Robert Moskowitz
On 09/10/2015 02:31 PM, C Linus Hicks wrote: On 09/10/15, C Linus Hicks wrote: On 09/10/15, Robert Moskowitz wrote: Quoted text Try this: rsync -ah --stats 192.168.192.2:/root/samba.PDC/ /home/rgm/data/htt/httnet/homebase/new/root/ ---

Re: [CentOS] Remote auth against Active Directory

2015-09-10 Thread James A. Peltier
- Original Message - | I've got a new CentOS 7 server going into a remote location. I have | local servers that authenticate against Active Directory (2012 if it | matters) using winbindd. I'd like to have some method of using AD on | the remote server, but I need to be able to access it

Re: [CentOS] automounter with users home directories on centos 7.

2015-09-10 Thread James A. Peltier
- Original Message - | | [root@server2 home]# mount server1:/home/jason /home/jason | [root@server2 home]# | [root@server2 home]# ls /home/jason/ | Desktop Documents Downloads Music mylogfile.txt Pictures Public | Templates Videos | [root@server2 home]# df -h /home/jason/ | Filesys

Re: [CentOS] Centos 7 Adding KDE as extra option

2015-09-10 Thread david
At 02:55 PM 9/10/2015, you wrote: 10/09/2015 23:52, Nicolas Thierry-Mieg wrote: 10/09/2015 21:56, david wrote: Folks While trying to add a second desktop to my Centos7 installation (I had GNOME3, wanted to add KDE as an alternate), the install failed: I use priorities, as follows: 1: base

Re: [CentOS] Centos 7 Adding KDE as extra option

2015-09-10 Thread Nicolas Thierry-Mieg
10/09/2015 23:52, Nicolas Thierry-Mieg wrote: 10/09/2015 21:56, david wrote: Folks While trying to add a second desktop to my Centos7 installation (I had GNOME3, wanted to add KDE as an alternate), the install failed: I use priorities, as follows: 1: base 2: centosplus 3: updates 4: extras

Re: [CentOS] Centos 7 Adding KDE as extra option

2015-09-10 Thread Nicolas Thierry-Mieg
10/09/2015 21:56, david wrote: Folks While trying to add a second desktop to my Centos7 installation (I had GNOME3, wanted to add KDE as an alternate), the install failed: I use priorities, as follows: 1: base 2: centosplus 3: updates 4: extras 5: cr 6: contrib 7: epel Can anyone explain t

[CentOS] Centos 7 Adding KDE as extra option

2015-09-10 Thread david
Folks While trying to add a second desktop to my Centos7 installation (I had GNOME3, wanted to add KDE as an alternate), the install failed: yum groupinstall "KDE Plasma Workspaces" --> Finished Dependency Resolution Error: Package: systemd-python-208-20.el7.x86_64 (base) Requir

Re: [CentOS] Install Xfce has package requirement error

2015-09-10 Thread Jonathan Billings
On Thu, Sep 10, 2015 at 12:03:18PM -0700, david wrote: > Should I try "-skip-broken", or wait until those packages are fixed? > Shouldn't the repositories always be consistent? openssh-askpass is built from the same source package as the openssh package, so the only reason why it would generate th

[CentOS] Remote auth against Active Directory

2015-09-10 Thread Chris Adams
I've got a new CentOS 7 server going into a remote location. I have local servers that authenticate against Active Directory (2012 if it matters) using winbindd. I'd like to have some method of using AD on the remote server, but I need to be able to access it if the network path to the AD servers

Re: [CentOS] automounter with users home directories on centos 7.

2015-09-10 Thread Pete Geenhuizen
Correct nfs is working and there aren't any firewall issues. The problem is probably related to the way and steps that automountd takes to perform the mount, which is probably related to the fact that /home exists. The quickest way to figure that out is to mv /home to /home- and then try autom

Re: [CentOS] rsync question

2015-09-10 Thread Robert Moskowitz
Ah, I should have checked your second email! On 09/10/2015 02:31 PM, C Linus Hicks wrote: On 09/10/15, C Linus Hicks wrote: On 09/10/15, Robert Moskowitz wrote: Quoted text Try this: rsync -ah --stats 192.168.192.2:/root/samba.PDC/ /home/rgm/data/h

Re: [CentOS] rsync question

2015-09-10 Thread Robert Moskowitz
On 09/10/2015 02:23 PM, C Linus Hicks wrote: On 09/10/15, Robert Moskowitz wrote: Quoted text I just tried the following: rsync -ah --stats "ssh -p613 -l root" 192.168.192.2:/root/samba.PDC/ /home/rgm/data/htt/httnet/homebase/new/root/ And it failed

[CentOS] Install Xfce has package requirement error

2015-09-10 Thread david
Folks Working in Centos 7, and with GNOME (three, I presume), installed, I tried to add the Xfce desktop and got a message: Error: Package: openssh-askpass-6.6.1p1-11.el7.x86_64 (base) Requires: openssh = 6.6.1p1-11.el7 Installed: openssh-6.6.1p1-12.el7_1.x86_64 (@updates) Sho

Re: [CentOS] rsync question

2015-09-10 Thread C Linus Hicks
On 09/10/15, C Linus Hicks wrote: On 09/10/15, Robert Moskowitz wrote: Quoted text Try this: rsync -ah --stats 192.168.192.2:/root/samba.PDC/ /home/rgm/data/htt/httnet/homebase/new/root/ - End Quote -

Re: [CentOS] rsync question

2015-09-10 Thread C Linus Hicks
On 09/10/15, Robert Moskowitz wrote: Quoted text I just tried the following: rsync -ah --stats "ssh -p613 -l root" 192.168.192.2:/root/samba.PDC/ /home/rgm/data/htt/httnet/homebase/new/root/ And it failed with: Unexpected remote arg: 192.168.192.2:/roo

Re: [CentOS] setting up solr/tomcat gives 404 page

2015-09-10 Thread Keith Keller
On 2015-09-09, Tim Dunphy wrote: > Hey all, > > I tried following a few guides and I'm struggling with trying to setup > apache solr 4.10 under apache tomcat 7.0.64 along with the drupal config > necessary to get that this working with drupal. > > The latest guide I followed was this one which se

Re: [CentOS] CentOS 7.1.1503 + Dovecot + IPA

2015-09-10 Thread Mike
On Thu, 10 Sep 2015, Kanwar Ranbir Sandhu wrote: On 2015-09-09 14:21, Mike wrote: Yep, I have it working. It's been almost 6 months since I set it up so don't recall many details other than it was NOT trivial :). Have only used alpine and thunderbird clients, both work fine. I wonder if t

Re: [CentOS] CentOS 7.1.1503 + Dovecot + IPA

2015-09-10 Thread Alice Wonder
On 09/10/2015 10:24 AM, Kanwar Ranbir Sandhu wrote: On 2015-09-09 14:21, Mike wrote: Yep, I have it working. It's been almost 6 months since I set it up so don't recall many details other than it was NOT trivial :). Have only used alpine and thunderbird clients, both work fine. I wonder if t

Re: [CentOS] CentOS 7.1.1503 + Dovecot + IPA

2015-09-10 Thread Kanwar Ranbir Sandhu
On 2015-09-09 14:21, Mike wrote: Yep, I have it working. It's been almost 6 months since I set it up so don't recall many details other than it was NOT trivial :). Have only used alpine and thunderbird clients, both work fine. I wonder if that means Evolution is broken. In any case, could you t

Re: [CentOS] rsync question

2015-09-10 Thread Robert Moskowitz
On 09/09/2015 08:17 PM, Carl E. Hartung wrote: On Wed, 9 Sep 2015 05:51:38 -0700 (PDT) Mark Milhollan wrote: On Tue, 8 Sep 2015, Carl E. Hartung wrote: On Tue, 8 Sep 2015 10:25:33 -0700 (PDT) Mark Milhollan wrote: -e specifies the *local* transport command to use What?! Straight from the d

Re: [CentOS] automounter with users home directories on centos 7.

2015-09-10 Thread Jason Welsh
[root@server2 home]# mount server1:/home/jason /home/jason [root@server2 home]# [root@server2 home]# ls /home/jason/ Desktop Documents Downloads Music mylogfile.txt Pictures Public Templates Videos [root@server2 home]# df -h /home/jason/ Filesystem Size Used Avail Use% Mounted

Re: [CentOS] named Update Problem

2015-09-10 Thread Günther J . Niederwimmer
hello, Am Dienstag, 8. September 2015, 12:44:27 schrieb Ron Loftin: > Here are the relevant lines from my /etc/named.conf file on CentOS 5. > > directory "/var/named"; > > zone "43.168.192.in-addr.arpa" { > type master; > file "data/192.168.43"; > }; > Thank's now I foun

[CentOS] (no subject)

2015-09-10 Thread Jeremy Conklin
jconklin7...@hotmail.com ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] How to rebuild logrotate.status

2015-09-10 Thread James Pearson
Robert Moskowitz wrote: I have a problem in that at first all my log files were dated 12-31-1969 and logrotate has: # more /var/lib/logrotate.status logrotate state -- version 2 "/var/log/yum.log" 1969-12-31-20:26:1 "/var/named/data/named.run" 1969-12-31-20:26:1 "/var/log/httpd/error_log" 2015-8

[CentOS] NFS client kernel panic

2015-09-10 Thread David Goudet
Hi everyone, I have an issue with NFS client when the NFS client loose connection with the NFS server. In certain conditions the NFS client freeze and the result is kernel panic. It seems that kernel panic occurs when the NFS client try to unmount the unreachable remote NFS partition. This cas