RESOLVED Rsync won't start

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
herdivet

RESOLVED Rsync won't start

Post by herdivet »

Okay, this may be a stupid question, but I'm not able to get rsync to start. In Ubuntu I just type sudo /etc/init.d/rsync startt and that does the trick. In Mint, I type this and instead of a message acknowledging the service is running, I get no response. When I type sudo /etc/init.d/rsync status I get the message that it's not running.

What am I doing wrong?

Thanks!

OK - this is (as usual) all my fault. If anyone else is dumb enough to have this problem, the fix is -DON'T RELY ON YOUR MEMORY - follow the original instructions step-by-step. DUH. The FIRST STEP - "To use rsync on and Ubuntu system, you must first enable it so that the system starts rsync as a background process...."

sudo emacs /etc/default/rsync

In the line that begins with RSYNC_ENABLE, change false to true, then save the updated file.....

Yeah, that might be kind of required to get it to work.

Sorry if this wasted anyone's time, and I really hope you didn't go to the trouble of installing MINT XFCE just to look at this.

Thanks for your patience.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Fred

Re: Rsync won't start

Post by Fred »

herdivet,

If you want to start rsync simply open a terminal and type:

sudo rsync "whatever"

You don't need rsync running to use it from the terminal with sudo. You can have it run as a service on start-up, but it isn't necessary if you call and use it locally as root.

Fred

EDIT: Is rsync installed on the version of Mint you are using?
herdivet

Re: Rsync won't start

Post by herdivet »

I use backuppc to make backups of all my PC's home directories, and the easiest way is with rsync. This requires the rsync deamon be running. Another option would be smb, which I use on an XP box, but I try not to use it on the linux systems.

When I check /usr/bin rsync is there. When I check /etc/services rsync is listed. It just doesn't 'stay' running.

I just thought there might be a quick, simple reason why rsync wasn't running.

Thanks.
Fred

Re: Rsync won't start

Post by Fred »

herdivet,

Oh, I see what you are saying now. From your post rsync must be installed and you say you have it in services to start. I know of no reason right off hand that would keep that from happening. I don't have a copy of XFCE installed currently, but I will install it this afternoon if I have a chance and see if I see anything unusual.

Maybe merlwiz79 will see this and offer some advice. He is the release manager/maintainer of the XFCE edition. He may be able to shed some light on the matter.

Fred
Locked

Return to “Xfce”