I am on the step of importing external files, actual script seen in the quote
root@linuxmce-desktop:/usr/local/lmce-build# prepare-scripts/import-external-files.sh
********************************************************************************
*** Running: prepare-scripts/import-external-files.sh
********************************************************************************
Checking if rsync skin host (rsync.linuxmce.org) is reachable
Reading package lists... Done
Building dependency tree
Reading state information... Done
rsync is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
/home/samba/www_docs/graphics /usr/local/lmce-build
rsync: failed to connect to rsync.linuxmce.org: Connection timed out (110)
rsync error: error in socket IO (code 10) at clientserver.c(122) [receiver=3.0.3]
As you can see, I am getting an error where rsynce is failing to connect to the link.
I can ping the, the link in question rsync.linuxmce.org
Any thoughts, I am using the following wiki ->
http://wiki.linuxmce.org/index.php/Building_LinuxMCE_0810Also I noticed the following in the script
rsync_skin_host="10.0.2.3"
rsync_media_host="10.0.2.3"
Just wondering if this was my issue.