I have forgot to make rsync on ssh and decided to note here:
To rsync local files at dir/ to remote server we do this
rsync -rave ssh dir/* user@rem:/remotedir
I have forgot to make rsync on ssh and decided to note here:
To rsync local files at dir/ to remote server we do this
rsync -rave ssh dir/* user@rem:/remotedir
I have had such an error after I installed freenx from its ppa to Kubuntu 10.10 and tried to connect to it from another Kubuntu. I have searched the solution from web. But couldnt find a solution.Later I have realised that it is a problem with file permissions and did this
sudo chmod o+rw /var/lib/nxserver/db/running/
That solved my case.