search for: some_version

Displaying 7 results from an estimated 7 matches for "some_version".

2015 Mar 06
2
leap second and Centos
...ng the leap second and drops back a second after. > Ntp freezes time during the leap second. > OS kernels may do either or neither. Does anyone have a succinct summary of how to prove to management-types that a given linux box won't have a problem with the leap second? Like kernel > some_version, tzdata > some_version, tzdata-java > some_version? -- Les Mikesell lesmikesell at gmail.com
2015 Mar 06
4
leap second and Centos
...<linux at cmadams.net> wrote: > Once upon a time, Les Mikesell <lesmikesell at gmail.com> said: >> Does anyone have a succinct summary of how to prove to >> management-types that a given linux box won't have a problem with the >> leap second? Like kernel > some_version, tzdata > some_version, >> tzdata-java > some_version? > > Only way to "prove" it is to set up a test and try it. I don't think I need to 'prove' that computer programs do repeatable things. I just want to know the version numbers that need to be installed...
2015 Jan 15
2
leap second and Centos
On Thu, Jan 15, 2015 at 3:00 PM, Rob Kampen <rkampen at reaching-clients.com> wrote: > > Fascinating - describes what's happening but no mention of how we can rest > assured that all will be well.... > As I ponder it, I recognise that most of our systems are constantly > calculating date/time values based upon the epoch - the number of seconds > since a particular
2015 Mar 06
0
leap second and Centos
Once upon a time, Les Mikesell <lesmikesell at gmail.com> said: > Does anyone have a succinct summary of how to prove to > management-types that a given linux box won't have a problem with the > leap second? Like kernel > some_version, tzdata > some_version, > tzdata-java > some_version? Only way to "prove" it is to set up a test and try it. AFAIK there are no known issues with an up-to-date system, but that was also true at the last couple of leap seconds (the issues that happened were previously unknown)....
2015 Mar 06
0
leap second and Centos
...adams.net> wrote: >> Once upon a time, Les Mikesell <lesmikesell at gmail.com> said: >>> Does anyone have a succinct summary of how to prove to >>> management-types that a given linux box won't have a problem with the >>> leap second? Like kernel > some_version, tzdata > some_version, >>> tzdata-java > some_version? >> >> Only way to "prove" it is to set up a test and try it. > > I don't think I need to 'prove' that computer programs do repeatable > things. I just want to know the version numbers...
2014 Dec 04
3
Guidance: compile education
This question may not belong in the Centos.org list, but I do want to compile against this distro. Please advise. The question: Can I be pointed at methods to learn to compile source against a distro. I have software development background (but too long ago to be specifically useful; however I have the concepts). Typically I can find some fairly decent step-by-steps for some apps, but it
2014 Dec 04
0
Guidance: compile education
...If they are for a 'slightly' wrong disto, you can often grab the source rpm instead of the binary and 'rpmbuild --rebuild ...' to get locally configured binary rpms. The somewhat higher level approach to this is to install the 'mock' package from epel and then 'mock -r some_version --rebuild some_src.rpm'. This will download all of the required library support and build the binary rpm for some fedora/centos other than the running system. There are lots of variations, but these may get something working without a lot of specific programming knowledge. One other thin...