FS#17812 - [synergy] script uses bad address argument

Attached to Project: Arch Linux
Opened by Jorge Villaseñor (salinasv) - Tuesday, 12 January 2010, 22:54 GMT
Last edited by Andrea Scarpino (BaSh) - Friday, 15 January 2010, 12:00 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Eric Belanger (Snowman)
Andrea Scarpino (BaSh)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
/etc/rc.d/synergys uses the --addres flag with localhost as argument. From the --help we get that "--address <address> listen for clients on the given address". This means that if we start the daemon we will not be able to connect from another machine.

To fix this issue I just did
- [ -z "$PID" ] && /usr/bin/synergys --config /etc/synergy.conf --address localhost &> /dev/null
+ [ -z "$PID" ] && /usr/bin/synergys --config /etc/synergy.conf &> /dev/null


Additional info:
* package version(s) synergy 1.3.1-6

Steps to reproduce:
box A with ip address 192.168.2.54:
/etc/rc.d/synsergys start

box B)
synergyc -f 192.168.2.54
This task depends upon

Closed by  Andrea Scarpino (BaSh)
Friday, 15 January 2010, 12:00 GMT
Reason for closing:  Fixed
Additional comments about closing:  1.3.1-7

Loading...