Re: [CentOS] Advice in Time Sync

2014-01-15 Thread John R Pierce
On 1/14/2014 11:56 PM, Ku Wei Xiong wrote: > How to set up timing if NTP was block by ISP? your ISP doesn't have their own timeserver you can access?? I've never heard of an ISP blocking ntp protocol, unless they are blocking /everything/ but web and email via proxy, whereupon they aren't reall

Re: [CentOS] Advice in Time Sync

2014-01-15 Thread Fabrizio Di Carlo
You can setup a your own NTP server following this howto: http://brainwreckedtech.wordpress.com/2008/08/25/howto-run-your-own-ntp-server-when-your-isp-blocks-ports/ and adapting it for CentOS, or you can use a workaround like trying to setup a cron job to run ntpdate every 15 minutes to sync system

Re: [CentOS] Advice in Time Sync

2014-01-15 Thread John R Pierce
On 1/15/2014 12:04 AM, Fabrizio Di Carlo wrote: > Then setup ntpd as a local ntp server for internal use. This ntpd uses > it's localtime as the source instead of syncing from another ntp.org > public server. you also could hook up a simple GPS and configure your master NTP server to be a stratum

Re: [CentOS] A question about 7

2014-01-15 Thread Mihamina Rakotomandimby
On 01/15/2014 06:17 AM, Warren Young wrote: > On 1/14/2014 19:54, Les Mikesell wrote: >> On Tue, Jan 14, 2014 at 8:43 PM, Stephen Harris wrote: >> >> If you are old enough, you might remember unix versions that >> named disks by controller, bus, target numbers. > /dev/rdsk/c0t0n0q0w0e0p1k5n8 :

Re: [CentOS] SSSD and usermod

2014-01-15 Thread Mitja Mihelič
Hi Dimitar! FreeIPA might be worth a look. We already have a user management system that currently manages passwd/shadow. The idea was to migrate passwd/shadow info to 389DS so we could distribute the users across multiple servers. Perhaps our management system could use FreeIPA's tools for us

Re: [CentOS] libapreq2

2014-01-15 Thread John Doe
From: Dwayne Hottinger > Is there no package for libapreq2 anymore?  Im trying to get netdisco setup > on a new centos 6.5 server and cant find any package that provides this > module. There is one in epel... JD ___ CentOS mailing list CentOS@centos.o

Re: [CentOS] Advice in Time Sync

2014-01-15 Thread John Doe
From: John R Pierce >> How to set up timing if NTP was block by ISP? > your ISP doesn't have their own timeserver you can access?? > I've never heard of an ISP blocking ntp protocol, unless they are > blocking /everything/ but web and email via proxy, whereupon they aren't > really an internet

Re: [CentOS] Fwd: HA cluster - strange communication between nodes

2014-01-15 Thread Martin Moravcik
On 14/01/14 19:37, marlon guao wrote: > Hi Martin. > > if you could provide us your config like, put the output of the command > below. > > pcs configure show > > or > > crm configure show > > maybe we could get a better idea of your setup. > > > On 01/14/2014 06:34 PM, Giorgio Bersano wrote: >> 20

[CentOS] CentOS-announce Digest, Vol 107, Issue 8

2014-01-15 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] A question about 7

2014-01-15 Thread Steve Clark
On 01/14/2014 08:17 PM, Warren Young wrote: > On 1/14/2014 16:37, Scott Robbins wrote: >> On Tue, Jan 14, 2014 at 02:57:20PM -0700, Warren Young wrote: >>> Everyone, drop a tear for the dead "eth0".We will miss you, eth0! >> Haven't played much with it in CentOS. In Fedora, at present, it is a

Re: [CentOS] A question about 7

2014-01-15 Thread Steve Clark
On 01/14/2014 08:34 PM, Les Mikesell wrote: > On Tue, Jan 14, 2014 at 7:17 PM, Warren Young wrote: >> I don't know about "less consistent", but I always considered it a >> feature in Linux vs the BSDs or big iron Unix that I could always count >> on the first network interface being "eth0". > What

Re: [CentOS] A question about 7

2014-01-15 Thread Steve Clark
On 01/14/2014 09:25 PM, Les Mikesell wrote: > On Tue, Jan 14, 2014 at 7:56 PM, Darr247 wrote: >> On 2014-01-14 8:34 PM, Les Mikesell wrote: >>> On Tue, Jan 14, 2014 at 7:17 PM, Warren Young wrote: >>> Now I have to remember which *PCI slot* my Ethernet card is in when I >>> run "ifconfig" unless

Re: [CentOS] A question about 7

2014-01-15 Thread mark
On 01/14/14 20:17, Warren Young wrote: > On 1/14/2014 16:37, Scott Robbins wrote: >> On Tue, Jan 14, 2014 at 02:57:20PM -0700, Warren Young wrote: >>> >>> Everyone, drop a tear for the dead "eth0".We will miss you, eth0! >> >> Haven't played much with it in CentOS. In Fedora, at present, it is

Re: [CentOS] A question about 7

2014-01-15 Thread Steve Thompson
On Wed, 15 Jan 2014, mark wrote: > What do you mean, "slot"? All of my servers, and our systems at home, the > NIC's on the m/b. What "slot" is that? Is it labeled *anywhere*? No, of course > not. Many servers have PCI cards for NICs in addition to those on the motherboard (if any). For example,

Re: [CentOS] A question about 7

2014-01-15 Thread Les Mikesell
On Wed, Jan 15, 2014 at 6:08 AM, Steve Clark wrote: > > On Tue, Jan 14, 2014 at 7:17 PM, Warren Young wrote: > Now I have to remember which *PCI slot* my Ethernet card is in when I > run "ifconfig" unless I want to dig through the full listing. > Yes, but that's something you _can_ know. > > So..

Re: [CentOS] A question about 7

2014-01-15 Thread Les Mikesell
On Wed, Jan 15, 2014 at 6:05 AM, Steve Clark wrote: > On 01/14/2014 08:34 PM, Les Mikesell wrote: > > On Tue, Jan 14, 2014 at 7:17 PM, Warren Young wrote: > > I don't know about "less consistent", but I always considered it a > feature in Linux vs the BSDs or big iron Unix that I could always cou

Re: [CentOS] A question about 7

2014-01-15 Thread JC Putter
How about using ethtool -p which causes the LED of the NIC to blink? On Wed, Jan 15, 2014 at 4:05 PM, Les Mikesell wrote: > On Wed, Jan 15, 2014 at 6:05 AM, Steve Clark wrote: >> On 01/14/2014 08:34 PM, Les Mikesell wrote: >> >> On Tue, Jan 14, 2014 at 7:17 PM, Warren Young wrote: >> >> I don

Re: [CentOS] Fwd: HA cluster - strange communication between nodes

2014-01-15 Thread Marlon Guao
Hi Martin. for how long you turned off the other node? I suspect that you need to configure time-outs to the cluster. Additional cluster parameters can be found here. https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Configuring_the_Red_Hat_High_Availability_Add-O

Re: [CentOS] A question about 7

2014-01-15 Thread m . roth
Les Mikesell wrote: > On Wed, Jan 15, 2014 at 6:05 AM, Steve Clark wrote: >> On 01/14/2014 08:34 PM, Les Mikesell wrote: >> >> On Tue, Jan 14, 2014 at 7:17 PM, Warren Young >> wrote: >> >> I don't know about "less consistent", but I always considered it a >> feature in Linux vs the BSDs or big ir

Re: [CentOS] A question about 7

2014-01-15 Thread Rainer Duffner
Am Wed, 15 Jan 2014 16:25:04 +0200 schrieb JC Putter : > How about using ethtool -p which causes the LED of the NIC to blink? > > Very useful, unless the datacenter isn't in the basement ;-) ___ CentOS mailing list CentOS@centos.org http://lists.cento

Re: [CentOS] A question about 7

2014-01-15 Thread m . roth
Steve Thompson wrote: > On Wed, 15 Jan 2014, mark wrote: > >> What do you mean, "slot"? All of my servers, and our systems at home, >> the NIC's on the m/b. What "slot" is that? Is it labeled *anywhere*? No, of >> course not. > > Many servers have PCI cards for NICs in addition to those on the > mo

[CentOS] (no subject)

2014-01-15 Thread Niharika Toppari
niharika.topp...@gmail.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] A question about 7

2014-01-15 Thread Les Mikesell
On Wed, Jan 15, 2014 at 8:48 AM, wrote: > >>> The problem is when you clone a disk and ship it to a location with >>> 'hands-on' support that doesn't know linux to install in a new chassis >>> that will arrive there at the same time. Somehow you have to get >>> someone to put the 4 network cabl

Re: [CentOS] Advice in Time Sync

2014-01-15 Thread SilverTip257
On Wed, Jan 15, 2014 at 5:53 AM, John Doe wrote: > From: John R Pierce > > >> How to set up timing if NTP was block by ISP? > > your ISP doesn't have their own timeserver you can access?? > > I've never heard of an ISP blocking ntp protocol, unless they are > > blocking /everything/ but web and

Re: [CentOS] Advice in Time Sync

2014-01-15 Thread m . roth
SilverTip257 wrote: > On Wed, Jan 15, 2014 at 5:53 AM, John Doe wrote: > >> From: John R Pierce >> >> >> How to set up timing if NTP was block by ISP? >> > your ISP doesn't have their own timeserver you can access?? >> > I've never heard of an ISP blocking ntp protocol, unless they are >> > bloc

Re: [CentOS] A question about 7

2014-01-15 Thread m . roth
Les Mikesell wrote: > On Wed, Jan 15, 2014 at 8:48 AM, wrote: >> The problem is when you clone a disk and ship it to a location with 'hands-on' support that doesn't know linux to install in a new chassis that will arrive there at the same time. Somehow you have to get someon

[CentOS] Dovecot gives hard time in pulling virtual mail box, please help

2014-01-15 Thread Ganesh Hariharan
I have configured postfix with Virtual mailbox and it works but dovecot is not working I have done the following configured SSL and enabled all the required configurations... and when I pull the mails using CRAM-MD5, (server password is generated in this format) Jan 16 00:18:39 ns dovecot: po

Re: [CentOS] A question about 7

2014-01-15 Thread Les Mikesell
On Wed, Jan 15, 2014 at 12:47 PM, wrote: > > The problem is when you clone a disk and ship it to a location with > 'hands-on' support that doesn't know linux to install in a new chassis > that will arrive there at the same time. Somehow you have to get > someone to put the 4 net

Re: [CentOS] Advice in Time Sync

2014-01-15 Thread Warren Young
On 1/15/2014 00:56, Ku Wei Xiong wrote: > > How to set up timing if NTP was block by ISP? Perhaps your ISP is just blocking NTP servers outside your country. I believe the telephone number you gave in your signature terminates in Thailand, so try using th.pool.ntp.org. That domain name will res

Re: [CentOS] Advice in Time Sync

2014-01-15 Thread Douglas A. Maske
On , Warren Young wrote: > On 1/15/2014 00:56, Ku Wei Xiong wrote: >> >> How to set up timing if NTP was block by ISP? > > Perhaps your ISP is just blocking NTP servers outside your country. > > I believe the telephone number you gave in your signature terminates in > Thailand, so try using th.p

Re: [CentOS] A question about 7

2014-01-15 Thread Warren Young
On 1/15/2014 05:41, mark wrote: > On 01/14/14 20:17, Warren Young wrote: >> Now I have to remember which *PCI slot* my Ethernet card is in when I >> run "ifconfig" unless I want to dig through the full listing. > > What do you mean, "slot"? All of my servers, and our systems at home, the > NIC's on

[CentOS] Mock and Mock again

2014-01-15 Thread James B. Byrne
Question: If I use mock to build package rpmA from tarballA but rpmA has a dependency that can only be satisfied by package rpmB which must also be built from tarballB then how does the rpmB built from the tarballB get pulled into mock when building rpmA? I am trying to build httpd-2.4.7 from Ap

Re: [CentOS] died again

2014-01-15 Thread Michael Hennebry
Preparatory to removing the PSU, I've been disconnecting it. Those Molex things are tough. So far, the hardest one I've removed is the 20-pin connector from the MB. It took me days. The 4-pin connector on the MB is proving to be harder. The receptacle seems to be more firmly attached to the plug th

Re: [CentOS] died again

2014-01-15 Thread m . roth
Michael Hennebry wrote: > Preparatory to removing the PSU, I've been disconnecting it. > Those Molex things are tough. > So far, the hardest one I've removed is the 20-pin connector from the MB. > It took me days. > The 4-pin connector on the MB is proving to be harder. > The receptacle seems to be

Re: [CentOS] died again

2014-01-15 Thread John R Pierce
On 1/15/2014 1:43 PM, Michael Hennebry wrote: > Preparatory to removing the PSU, I've been disconnecting it. > Those Molex things are tough. > So far, the hardest one I've removed is the 20-pin connector from the MB. > It took me days. > The 4-pin connector on the MB is proving to be harder. > The

[CentOS] default gw route has gone?

2014-01-15 Thread Rob Kampen
Weird behaviour. A couple of days ago I installed another DSL router. During the process I have somehow caused the default gw route to disappear - on system start up the interface comes up fine, I can see and connect to the local subnet but not to the internet. [rkampen@timsws network-scripts]

Re: [CentOS] Mock and Mock again

2014-01-15 Thread Connie Sieh
On Wed, 15 Jan 2014, James B. Byrne wrote: > > Question: If I use mock to build package rpmA from tarballA but rpmA has a > dependency that can only be satisfied by package rpmB which must also be built > from tarballB then how does the rpmB built from the tarballB get pulled into > mock when bui

Re: [CentOS] default gw route has gone?

2014-01-15 Thread Chris Stone
Check your DHCP server's setup - you should be getting your IP, netmask, gateway and DNS servers from the DHCP server. Chris On Wed, Jan 15, 2014 at 3:28 PM, Rob Kampen wrote: > Weird behaviour. > A couple of days ago I installed another DSL router. > During the process I have somehow caused

Re: [CentOS] default gw route has gone?

2014-01-15 Thread Eero Volotinen
Google shows me a number of responses that all tell me to add a line to /etc/sysconfig/network > which I already had. > > [rkampen@timsws network-scripts]$ cat /etc/sysconfig/network > NETWORKING=yes > HOSTNAME=timsws > GATEWAY=192.168.1.1 > You should remove line 'GATEWAY..' as DHCP usually give

Re: [CentOS] HA cluster - strange communication between nodes

2014-01-15 Thread Leon Fauster
Am 15.01.2014 um 11:56 schrieb Martin Moravcik : > > Thanks for your interest and for your help. > Here is the output from command (pcs config show) > > [root@lb1 ~]# pcs config show > Cluster Name: LB.STK > Corosync Nodes: > > Pacemaker Nodes: > lb1.asol.local lb2.asol.local > > Resources: >

Re: [CentOS] died again

2014-01-15 Thread Eliezer Croitoru
On 16/01/14 00:26, John R Pierce wrote: > there's a tab you depress, then those connectors should come out with > just a few pounds of force. Unless it was overheated or the human do not have enough force in his hand or tools to pull it out. Eliezer ___

Re: [CentOS] HA cluster - strange communication between nodes

2014-01-15 Thread Dennis Jacobfeuerborn
On 16.01.2014 00:29, Leon Fauster wrote: > Am 15.01.2014 um 11:56 schrieb Martin Moravcik : >> >> Thanks for your interest and for your help. >> Here is the output from command (pcs config show) >> >> [root@lb1 ~]# pcs config show >> Cluster Name: LB.STK >> Corosync Nodes: >> >> Pacemaker Nodes: >>

Re: [CentOS] died again

2014-01-15 Thread Michael Hennebry
On Wed, 15 Jan 2014, John R Pierce wrote: > On 1/15/2014 1:43 PM, Michael Hennebry wrote: >> Preparatory to removing the PSU, I've been disconnecting it. >> Those Molex things are tough. >> So far, the hardest one I've removed is the 20-pin connector from the MB. >> It took me days. >> The 4-pin c

Re: [CentOS] default gw route has gone?

2014-01-15 Thread Alexander Dalloz
Am 15.01.2014 23:28, schrieb Rob Kampen: > Weird behaviour. > A couple of days ago I installed another DSL router. > During the process I have somehow caused the default gw route to > disappear - on system start up the interface comes up fine, I can see > and connect to the local subnet but not to