Date management in FreeBSD

  • Le fichier choisi /tmp/fileBJZFUQ n'a pas pu être transféré, car le répertoire de destination sites/default/files/languages/fr_2370b7c49f7ae8e1d8273bb3c2759eab.js n'est pas correctement configuré.
  • Le fichier choisi /tmp/file6LaYyt n'a pas pu être transféré, car le répertoire de destination sites/default/files/languages/fr_2370b7c49f7ae8e1d8273bb3c2759eab.js n'est pas correctement configuré.
  • Le fichier choisi /tmp/filex5RGk6 n'a pas pu être transféré, car le répertoire de destination sites/default/files/languages/fr_2370b7c49f7ae8e1d8273bb3c2759eab.js n'est pas correctement configuré.
Setting the date in FreeBSD
Set the date with the date command followed by the actual date.
Date format: YYMMDDHHMM
Then test it with the date command.
  1. [root@www /]# date 0612161021
  2. [root@www /]# date
  3. Sat Dec 16 10:21:24 EST 2006
Syncronizing with a public server Just add this to the /etc/rc.conf file.
  1. ntpdate_enable="YES"
  2. ntpdate_program="ntpdate"
  3. ntpdate_flags="-b exampletimeserver.org"