Displaying 4 results from an estimated 4 matches for "linoxide".
Did you mean:
linode
2015 May 24
4
Systemd
So I've built my first CentOS 7 host and am learning all the new ways of
doing things. I setup and enabled ntpd but after a reboot I get:
$ systemctl status ntpd
ntpd.service - Network Time Service
Loaded: loaded (/usr/lib/systemd/system/ntpd.service; enabled)
Active: inactive (dead)
After issuing:
$ systemctl start ntpd
Ntpd runs just fine. But why isn't it loading at boot
2015 May 24
0
Systemd
Kirk Bocek wrote on 24/05/2015 04:37:
> So I've built my first CentOS 7 host and am learning all the new ways of doing
> things. I setup and enabled ntpd but after a reboot I get:
In CentOS 7 is bettere to use chrony, here's an howto
http://linoxide.com/linux-command/chrony-time-sync/
--
Ciao,
luigi
/
+--[Luigi Rosa]--
\
The difference between being a system admin and a sewage worker: either
way you spend your day up to your neck in the waste products of society.
The disadvantage of being a system admin is the rats are better paid
than...
2015 Aug 25
3
a peculiar LVM failure on CentOS 6 run as a VMware 5.5 guest
Hello listmates,
I have encountered a rather peculiar situation.
We have a Centos 6 VM (64 bit) running on a VMware vSphere 5.5 server. It
was running just fine until one day I decided to reboot it and it just
would not boot up. Effectively, dracut failed to initialize the LVM, much
like under the scenario described here:
2015 May 24
3
Systemd
...:
> Kirk Bocek wrote on 24/05/2015 04:37:
>> So I've built my first CentOS 7 host and am learning all the new ways
>> of doing
>> things. I setup and enabled ntpd but after a reboot I get:
>
> In CentOS 7 is bettere to use chrony, here's an howto
>
> http://linoxide.com/linux-command/chrony-time-sync/
>
So reviewing Red Hat's documentation on the subject:
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/System_Administrators_Guide/chap-Configuring_the_Date_and_Time.html#sect-Configuring_the_Date_and_Time-timedatectl-NTP
I...