Le 02/07/2012 10:13, Sylvain Rochet a ecrit : > Salut, > > On Mon, Jul 02, 2012 at 11:06:38AM +0200, frederic ollivier wrote: > >> Chez moi la commande ne fonctionne pas >> >> # /etc/init.d/ntp stop; date -s "`date`" ; /etc/init.d/ntp start >> date: date invalide `lundi 2 juillet 2012, 11:00:42 (UTC+0200)' >> > export LC_ALL=C ; /etc/init.d/ntp stop; date -s "`date`" ; /etc/init.d/ntp > start >
Sans l'export: /etc/init.d/ntp stop; date -s "`date -R`" ; /etc/init.d/ntp start A+ > Sylvain > > > > _______________________________________________ > Liste de diffusion du FRsAG > http://www.frsag.org/ >
_______________________________________________ Liste de diffusion du FRsAG http://www.frsag.org/
