Slashdot Mirror


User: jcdr

jcdr's activity in the archive.

Stories
0
Comments
905
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 905

  1. Re:No longer required on OEMs Allowed To Lock Secure Boot In Windows 10 Computers · · Score: 2

    What prevent Microsoft to change the key in the future ?

  2. Re: Fewer bug fixes? on NTP's Fate Hinges On "Father Time" · · Score: 1

    Thank for your post.

  3. Re: Fewer bug fixes? on NTP's Fate Hinges On "Father Time" · · Score: 1
  4. Re: Fewer bug fixes? on NTP's Fate Hinges On "Father Time" · · Score: 1

    Please provides some reference to back your claims.

    systemd-timesyncd goal is to provides a very simple NTP client to very simple systems like diskless machines or tiny embedded systems. The fact is that having a system time set to something close to the actual time is a desirable feature, not only to get log with usable timestamp, but also for some security protocols.

  5. Re:There are 3 types of time that matter to comput on NTP's Fate Hinges On "Father Time" · · Score: 1

    You are right. Maybe the list should be GMST, GAST, LMST, LST ? Taken from "Astronomical Times" page here: http://www.cv.nrao.edu/~rfishe...

  6. Re: Fewer bug fixes? on NTP's Fate Hinges On "Father Time" · · Score: 1

    systemd-timesyncd is a completely independent an optional application. His 'systemd' prefix only exists because his code is part of the systemd repository and because it use the libsystemd interface. See by yourself: https://github.com/systemd/sys...

    It do exactly what you expect: it is not part of the systemd initialization code, but work with systemd interface library like any applications that want to work with this new interface. See for example this situation on a custom ARM board running Debian jessie:


    root 1 0.0 0.5 4364 3008 ? Ss Mar12 0:04 /sbin/init
    root 605 0.0 0.4 7360 2472 ? Ss Mar12 0:03 /lib/systemd/systemd-journald
    root 909 0.0 0.4 9964 2268 ? Ss Mar12 0:00 /lib/systemd/systemd-udevd
    systemd+ 924 0.0 0.3 12104 1564 ? Ssl Mar12 0:00 /lib/systemd/systemd-timesyncd

    Please verify some basic information before making critic to systemd-timesyncd, because from what I understand it is designed precisely the way you recommend.

  7. Re: Fewer bug fixes? on NTP's Fate Hinges On "Father Time" · · Score: 1

    Why ? The purpose of systemd-timesyncd is to provides a simple time synchronization client for diskless machines (without /etc folder). It's a completely optional application that will not replace a real NTP server.

    Aside of the systemd purely emotional polemic, having a full NTP service into the systemd repository will at least make it potentially in a position to get some more care from a larger set of developers than in the actual situation of the venerable ntpd.

  8. Re:Summary of above post on NTP's Fate Hinges On "Father Time" · · Score: 1

    Fully agree.

    Technically all GPS receiver have internally a clock signal that could relatively easily generate a PPS signal, if not already the case. But not all receivers don't expose this signal to a user available pin.

  9. Re:There are 3 types of time that matter to comput on NTP's Fate Hinges On "Father Time" · · Score: 1

    The real types that matter to computers are:

    (1) TAI: Don't depend on the Earth rotation or on the position on the Earth surface. The only time safe to compute any past and future time as log as you have enough bits to store the number.

    (2) UTC: Depend on Earth rotation but don't depend on the position on the Earth surface. Require the leap second table to safely compute some past time. Unsafe to compute future time because of the Earth rotation instability that make future leap second unpredictable.

    (3) Local time: Depend on the Earth rotation and on the position on the Earth surface (and local government decision). Require leap second table and timezone database to compute some past local time locally on the Earth surface. Unsafe to compute future time because of the Earth rotation instability and future timezone changes impossible to forecast.

    Astronomers more likely uses one of UT, UT0, UT1, UT1R, UT1D, or UT2: something that is more bond to the real physical angular rotation of the Earth.

  10. Re:I have two problems with this article. on NTP's Fate Hinges On "Father Time" · · Score: 2

    It would be a giant step forward if NTP will be able to broadcast TAI, the leap second table, and the timezone database.

    The leap second table and the timezone database are dynamic informations that need to be updated at least 2 times per years. You can arg that this can be done using the operating system upgrade, but the reality is that many machines will not be updated for whatever bad reasons. So carrying the informations using NTP (or PTP or GPS for that matter) will be an clear advantage.

  11. Re:Summary of above post on NTP's Fate Hinges On "Father Time" · · Score: 1

    get a cheap GPS unit and attach it to a local server.

    GPS signal availability can depend on bad local whether condition.

  12. Re:Fewer bug fixes? on NTP's Fate Hinges On "Father Time" · · Score: 1

    systemd-timesyncd
    http://www.freedesktop.org/sof...
    It's only the client side of NTP, but enough for diskless machines it is designed for.

  13. Re: Fewer bug fixes? on NTP's Fate Hinges On "Father Time" · · Score: 5, Informative

    Already done for the client part of the NTP: systemd-timesyncd

  14. NTP, GPS, PTP: same problems on NTP's Fate Hinges On "Father Time" · · Score: 1

    While each of those protocols have some advantages depending on the network availability, there all need to be upgraded to bring all the features required to make almost every applications happy.
    * NTP need to broadcast TAI time, leap second table and timezone database.
    * PTP need to broadcast lead second table, and timezone database.
    * GPS need to broadcast at least the leap second table (serialized into a few bits over a long period), timezone database will probably be too big.

    The TAI time is required to every strict realtime applications that don't rely on the Earth rotation. This is the only time where you can safely add and subtract time and get a precise result in any cases.
    The Leap second table is required to every applications that depend on the Earth rotation, like for example the UTC time. Without the leap second table you can't precisely compute past time across leap second inclusion. But remember that even with the leap second table you can NEVER precisely compute future time across possible future leap second inclusion because the Earth rotation is unstable and the decision to include a new leap second is done on a 6 months basis.
    The timezone database (and the leap second table) is required to every applications that need to manage local time depending on the location on the Earth surface. Without up to date timezone database, you can't precisely compute the local time of a past event. Because future time rely on future leap second inclusion, you can NEVER precisely compute future local time across possible leap second inclusion.

    The nirvana would be that most concerned standardization organizations (ITU, ISO, IEEE, POSIX, etc...) and scientists agree to write a reference library to solve all the time computation, exchange, and broadcasting problem. Almost every libraries and languages are incomplete or compute imprecise result without warning.

    As for the leap second abandon, it's a false problem: the reality is that the Earth rotation is unstable and that life activity on Earth deeply depend on the Sun light. A post-correction system will always be required. Mixing it with the timezone offset is a very bad option that will even more confuse the already hard problem of the timezone across the whole Earth surface. But it would be an advantage to make the leap second table available from the timezone database.

  15. Device Tree vs ACPI on Linux Might Need To Claim Only ACPI 2.0 Support For BIOS · · Score: 1

    I now wonder if it's a good idea to add ACPI to the ARM architecture. The device tree have the advantage to be far simpler and more robust since it can't change depending on the operating system loaded.

  16. Re:Quite a weak X3 line ... cost determines succes on Intel Announces Atom x3, x5 and x7, First SOCs With Integrated 3G and LTE Modems · · Score: 1

    Low-end SoC market is already full of competitors. A new ugly chip (external design with Intel label, and no previous base) is unlikely to change anything. The bad Intel records into the SoC market don't help either.

  17. Re:Quite a weak X3 line ... cost determines succes on Intel Announces Atom x3, x5 and x7, First SOCs With Integrated 3G and LTE Modems · · Score: 1

    Possible that this do not make a difference, but I still don't see why this is an advantage to buy an external design over cut down an internal one.

  18. Re:Deja vu all over again on Intel Announces Atom x3, x5 and x7, First SOCs With Integrated 3G and LTE Modems · · Score: 1

    As mentioned, first arm64 will not touch the top server market. It will more likely take place on the low end.

  19. Re:Deja vu all over again on Intel Announces Atom x3, x5 and x7, First SOCs With Integrated 3G and LTE Modems · · Score: 1

    Well, on the server market, the arm64 introduction will be interesting. The first chips will probably not be top performers, but there could potentially change the market price of there performance segment.

  20. Re:Someone building iOS on x86 ... on Intel Announces Atom x3, x5 and x7, First SOCs With Integrated 3G and LTE Modems · · Score: 1

    Lucky values in uninitialized variables and such.

    CFLAGS+=-Wall -Wextra -Wshadow -Werror -pedantic-errors

    And then use tool like http://valgrind.org/

  21. Re:Quite a weak X3 line ... cost determines succes on Intel Announces Atom x3, x5 and x7, First SOCs With Integrated 3G and LTE Modems · · Score: 1

    Everyone in the industry is certain Intel is charging below cost, maybe only charging the manufacturing cost (assuming very high yields) and writing off all the operation costs.

    Intel is overcharging there products, just look at the Intel annual benefice. If it's true that the Z3740 is charged below cost, it's not only a bad sign of weakness but probably an illegal way to gain market.

  22. Re:Quite a weak X3 line ... cost determines succes on Intel Announces Atom x3, x5 and x7, First SOCs With Integrated 3G and LTE Modems · · Score: 1

    I wonder why Intel have to buy an external design to bring the X3 chips on the market. What prevent them to cut down the X5 into a X3 ?

  23. Re:Closed source GPUs on Intel Announces Atom x3, x5 and x7, First SOCs With Integrated 3G and LTE Modems · · Score: 1

    Even more strange is the fact that there don't integrate one of there own GPU core.

  24. Re:Quite a weak X3 line ... cost determines succes on Intel Announces Atom x3, x5 and x7, First SOCs With Integrated 3G and LTE Modems · · Score: 1

    Your Apple speculative theory is interesting but completely unproved at this stage. Or did you have some information to share ?

  25. Re:Deja vu all over again on Intel Announces Atom x3, x5 and x7, First SOCs With Integrated 3G and LTE Modems · · Score: 1

    Like for Itanium and the Xscale for example...