Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

rsyncd.conf and port changes

Featured Replies

I have followed this guide and have rsync daemon running. I am able to send files to my unraid server without any issues.

 

I am trying to get it working with the archive function of the chia plotting script plotman. The script uses rsync and is hard coded to port 12000.

 

This is the problem. If I add "port = 12000" to my rsyncd.conf file and take the appropriate steps to load the new settings, it still only runs on 873.

 

root@Vault:/boot/custom/etc/rc.d# rsync rsync://Vault
rsync: [Receiver] failed to connect to Vault (127.0.0.1): Connection refused (111)
rsync error: error in socket IO (code 10) at clientserver.c(137) [Receiver=3.2.3]
root@Vault:/boot/custom/etc/rc.d# bash /boot/custom/etc/rc.d/S20-init.rsyncd
root@Vault:/boot/custom/etc/rc.d# rsync rsync://Vault:12000
rsync: [Receiver] failed to connect to Vault (127.0.0.1): Connection refused (111)
rsync error: error in socket IO (code 10) at clientserver.c(137) [Receiver=3.2.3]
root@Vault:/boot/custom/etc/rc.d# rsync rsync://Vault:873
chia               Chia

 

For reference, I am on 6.9.2. Any guidance would be greatly appreciated.

 

EDIT:

After days of trying to figure this out, I solved it within minutes of posting here.

 

There are 2 lines that need to be removed or commented out and 2 lines added to /etc/services.

 

#rsync          873/tcp
#rsync          873/udp
rsync           12000/tcp
rsync           12000/udp

 

Next step is to figure out how to add that to the S20-init.rsyncd script so I don't have to manually do it each reboot. Will update when I figure that out or if someone with better linux scripting knowledge could help, that would be amazing.

Edited by zalo
Partial Solution

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.