Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 501298 - net-misc/ntp-4.2.6_p5-r10 - /usr/lib64/systemd/system/ntpdate.service fails at boot time
Summary: net-misc/ntp-4.2.6_p5-r10 - /usr/lib64/systemd/system/ntpdate.service fails a...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-14 13:34 UTC by Juergen Rose
Modified: 2014-07-01 16:54 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juergen Rose 2014-02-14 13:34:37 UTC
After reboot I see that the gateway of my local workgroup net (cheetahnew) has time difference about one minute to the other systems in the local workgroup net.  'systemctl status ntpdate' shows, that there was an error:

root@cheetahnew:/root(3)# systemctl status ntpdate
!!! The following installed packages are masked:
- sci-geosciences/googleearth-7.1.1.1871::gentoo (masked by: package.mask)
/usr/portage_cheetahnew/profiles/package.mask:
# Julian Ospald <hasufell@gentoo.org> (21 Jul 2013)
# Mask all unfetchable versions and those with tons of random
# bugs and segfaults (all). Don't ask for a version bump unless
# there is a working release.

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.


ntpdate.service - Set time via NTP using ntpdate
   Loaded: loaded (/usr/lib64/systemd/system/ntpdate.service; enabled)
  Drop-In: /etc/systemd/system/ntpdate.service.d
           └─00gentoo.conf
   Active: failed (Result: exit-code) since Fri 2014-02-14 14:02:24 CET; 18min ago
  Process: 2931 ExecStart=/usr/sbin/ntpdate -b -u $SERVER (code=exited, status=1/FAILURE)
 Main PID: 2931 (code=exited, status=1/FAILURE)
   CGroup: /system.slice/ntpdate.service

Feb 14 14:02:23 cheetahnew systemd[1]: Starting Set time via NTP using ntpdate...
Feb 14 14:02:24 cheetahnew systemd[1]: ntpdate.service: main process exited, code=exited, status=1/FAILURE
Feb 14 14:02:24 cheetahnew systemd[1]: Failed to start Set time via NTP using ntpdate.
Feb 14 14:02:24 cheetahnew systemd[1]: Unit ntpdate.service entered failed state.


If I restart the ntpdate.service everything is fine:

root@cheetahnew:/root(4)# systemctl restart ntpdate
[1]+  Done                    compare_conf_files
root@cheetahnew:/root(5)# systemctl status ntpdate
ntpdate.service - Set time via NTP using ntpdate
   Loaded: loaded (/usr/lib64/systemd/system/ntpdate.service; enabled)
  Drop-In: /etc/systemd/system/ntpdate.service.d
           └─00gentoo.conf
   Active: active (exited) since Fri 2014-02-14 14:16:50 CET; 4s ago
  Process: 4756 ExecStart=/usr/sbin/ntpdate -b -u $SERVER (code=exited, status=0/SUCCESS)
 Main PID: 4756 (code=exited, status=0/SUCCESS)

Feb 14 14:16:50 cheetahnew systemd[1]: Started Set time via NTP using ntpdate.
root@cheetahnew:/root(6)# uptime
 14:17:28 up 20 min,  1 user,  load average: 0.49, 0.55, 0.29


root@cheetahnew:/root(11)# ll /etc/systemd/system/multi-user.target.wants/ | grep ntp
lrwxrwxrwx 1 root root 41 Nov 19 16:45 ntpdate.service -> /usr/lib64/systemd/system/ntpdate.service
lrwxrwxrwx 1 root root 38 Nov 19 16:45 ntpd.service -> /usr/lib64/systemd/system/ntpd.service

The time server is in our local institute network and the access to time servers outside the institute network is blocked by our firewall. In /etc/systemd/system/ntpdate.service.d/00gentoo.conf I have:

root@cheetahnew:/root(14)# cat /etc/systemd/system/ntpdate.service.d/00gentoo.conf 
[Service]
Environment="SERVER=10.101.10.22 0.gentoo.pool.ntp.org 1.gentoo.pool.ntp.org 2.gentoo.pool.ntp.org 3.gentoo.pool.ntp.org 10.101.10.22"

I see it is redundant, but I suppose this is not reason of my problem. 

root@cheetahnew:/root(20)# ifconfig | grep -u1 eth.:
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 10.101.149.187  netmask 255.255.255.0  broadcast 10.101.149.255
--

eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.2.100  netmask 255.255.255.0  broadcast 192.168.2.255

I.e., eth1 is the interface to my local workgroup net and eth0 is the interface to the local institute net.

This issue seems to be happen an any reboot. Any hint is appreciated.



Reproducible: Always




root@cheetahnew:/root(22)# emerge --info
Portage 2.2.8-r1 (default/linux/amd64/13.0, gcc-4.8.2, glibc-2.18-r1, 3.13.3-gentoo x86_64)
=================================================================
System uname: Linux-3.13.3-gentoo-x86_64-Intel-R-_Core-TM-_i3-2120_CPU_@_3.30GHz-with-gentoo-2.2
KiB Mem:     7865512 total,   6906480 free
KiB Swap:   50331640 total,  50331640 free
Timestamp of tree: Fri, 14 Feb 2014 03:00:01 +0000
ld GNU ld (GNU Binutils) 2.24
distcc 3.1 x86_64-pc-linux-gnu [disabled]
app-shells/bash:          4.2_p45-r1
dev-java/java-config:     2.2.0
dev-lang/python:          2.7.6, 3.3.3
dev-util/cmake:           2.8.12.2
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.12.4
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.10.3, 1.11.6, 1.12.6, 1.14.1
sys-devel/binutils:       2.24-r2
sys-devel/gcc:            4.8.2
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.2
sys-devel/make:           4.0-r1
sys-kernel/linux-headers: 3.13 (virtual/os-headers)
sys-libs/glibc:           2.18-r1
Repositories: gentoo science sunrise dlan x-portage g-cpan g-octave
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA PUEL Intel-SDP dlj-1.1 skype-eula skype-4.0.0.7-copyright googleearth AdobeFlash-11.x cadsoft Oracle-BCLA-JavaSE MakeMKV-EULA NVIDIA-CUDA Nero-AAC-EULA GIMPS"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.5/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/cli-php5.5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage_cheetahnew"
PORTDIR_OVERLAY="/var/lib/layman/science /var/lib/layman/sunrise /var/lib/layman/dlan /usr/local/portage /var/lib/cpan /var/lib/g-octave"
USE="64bit R X Xaw3d a52 aac acl acpi admin afs alsa amd64 ao apache2 apng applet archive armadillo arpack asf aspell atlas audacious audiofile automap automount bash-completion berkdb blas blast bluetooth bluray boost bzip2 cairo cdda cddb cdf cdio cdparanoia cdr cgi chm cli cmake consolekit cracklib crypt css cups curl cxx daap db dbi dbm dbus declarative designer devhelp device-mapper dga dia dirac djvu doc dot dri ds2490 ds9097 ds9097u dts dv dvb dvd dvdr dvi dynamicplugin eds egl elf emacs emboss emf encode epiphany evo examples exif expat extensions extra extras faac faad ffmpeg fftw firefox fits flac fltk fontconfig foomaticdb fortran fortran95 fpm fpx fuse g3dvl gcj gd gdal gdbm gdu gedit geoip geolocation geos gfortran gif gimp git glade glib glpk gml gmp gnome gnome-keyring gnome-print gnuplot gnutls gold gphoto2 gpm grammar graphics graphtft graphviz grass gsl gstreamer gtk gtk3 gudev guile hddtemp hdf hdf5 hdri html http httpd hvm hwdb iconv icq icu id3 id3tag ide imagemagick imap inotify introspection ipod ipv6 ithreads jabber jadetex java java6 jbig john jpeg jpeg2k kate kdepim kdrive kerberos keymap kpathsea kvm ladspa lame lapack latex lcms ldap lensfun libffi libkms libnotify libsamplerate live lm_sensors lua lzma lzo mad mail maildir mapnik math matroska media-library mercurial mikmod mmx mmxext mng mod modules mono motif mozilla mp3 mp4 mpeg mpi mplayer mtp multilib multimedia musepack musicbrainz mysql mysqli nautilus ncurses netcdf netpbm network networking nfs nls nntp nptl nsplugin ntfs ntp numpy obex objc ocaml ocr octave odbc ofa ogdi ogg openexr opengl openmp openvg pam pango pcre pda pdf pdl2 perl plasma plotutils plugins png podcast policykit portaudio posix postgres postscript ppds preview-latex proj projectm projectx pstricks pulseaudio python python-bindings q32 qemu qhull qt3support qt4 quicktime raw readline reiserfs reports rhythmbox rle romio rpc rrdcgi rrdtool sage samba sasl schroedinger science sdk sdl secure-delete semantic-desktop server session shout sip slang slp smart smbclient smp sms sndfile snmp soap sockets sound soup sox speex spell sql sqlite sse sse2 sse4_1 ssl ssse3 stlport subtitles subversion sudo suexec svg svm swig systemd szip t1lib tcl tcpd tex tex4ht texmacs tgif theora thesaurus threads thunderbird tidy tiff tk tools truetype udev udisks unicode usb userlocales utempter v4l vaapi vala valgrind vdpau video virt-network virtualbox visio vorbis vpx wav webdav webdav-serf webkit wmf wxwidgets x264 xa xattr xcb xemacs xetex xext xft xine xml xmlreader xmlrpc xpm xv xvid xvmc yaml youtube zlib zvbi" ABI_X86="64" ALSA_CARDS="hda-intel" APACHE2_MODULES="actions alias auth_basic auth_digest authn_anon authn_dbd authn_core authn_dbm authn_default authn_file authz_core authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgid dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info lbmethod_byrequests log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif slotmem_shm so socache_shmcb speling status unique_id unixd userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="canon fuji ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CURL_SSL="nss" DRACUT_MODULES="caps dm lvm mdraid syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="cfontz hd44780 mtxorb ncurses X lcd2usb lcdlinux png usblcd" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="de fr ru" NETBEANS_MODULES="apisupport cnd dlight enterprise ergonomics groovy gsf harness ide identity j2ee java mobility nb php profiler websvccommon xml" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" QEMU_SOFTMMU_TARGETS="arm i386 x86_64" QEMU_USER_TARGETS="arm i386 x86_64" RUBY_TARGETS="ruby19 ruby18" USERLAND="GNU" VIDEO_CARDS="intel" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, SYNC, USE_PYTHON
Comment 1 Pacho Ramos gentoo-dev 2014-02-16 08:53:39 UTC
I remember I had this issue also with openRC when network wasn't accessible at the time it started. Situation improved a lot after enabling NetworkManager-wait-online.service
Comment 2 Mike Gilbert gentoo-dev 2014-02-16 18:42:10 UTC
I think this is a CANTFIX; we currently have no reliable way to delay ntpdate.service from running before an internet connection is available.

I would recommend you migrate to a more robust time sync method, like ntpd.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-02-16 18:53:04 UTC
Well, I think it would be reasonable to put 'After=network-online.target' there.
Comment 4 Mike Gilbert gentoo-dev 2014-02-16 19:06:12 UTC
Sure. However, it already has After=network.target, which happens to have the same effect of delaying until after NetworkManager-wait-online.service for NM users. So there would be no practical difference.
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-02-16 20:00:32 UTC
It will have a practical difference when someone enables proper unit having Before= only on network-online.target.
Comment 6 Pacho Ramos gentoo-dev 2014-07-01 16:54:35 UTC
+  01 Jul 2014; Pacho Ramos <pacho@gentoo.org> files/ntpdate.service,
+  ntp-4.2.6_p5-r10.ebuild:
+  ntpdate needs network to be really connected and working (#501298 by Juergen
+  Rose), toggle options for usage with 'caps' USE (#514660 by Matthias Maier).
+