View Single Post
santiago's Avatar
Posts: 518 | Thanked: 334 times | Joined on Mar 2010 @ italy
#5
Originally Posted by Kershaw View Post
After installing with X-terminal I got the next error:

(Reading database ... 31297 files and directories currently installed.)
Preparing to replace date-time-syncronizer 1.0 (using time-sync-English.deb) ...
Unpacking replacement date-time-syncronizer ...
Setting up date-time-syncronizer (1.0) ...
dpkg: error processing date-time-syncronizer (--install):
subprocess post-installation script returned error exit status 141
Errors were encountered while processing:
date-time-syncronizer

Whats going wrong?
Sorry for waiting..
Did you install dependencies?

I Need to see all the output error. You pasted just some lines. Open a New Xterminal and execute all that you see here

Code:
root
apt-get install wget openntpd
then you gotta cd to the path where you left the deb example:

cd /where/the/deb/is/left

and you will execute

Code:
dpkg -i date-time*.deb
if you don't install dependencies you can't use it becouse you gotta have Wget and Openntpd to get it working. Wget tests the connection and Openntpd syncs time and date in your device with an online service.