doublehp Guru


Joined: 11 Apr 2005 Posts: 473 Location: FRANCE
|
Posted: Fri Oct 07, 2016 8:15 pm Post subject: unison complains about non existing group ... that exists .. |
|
|
Code: | unison-2.40 -auto -batch -group -owner -times -prefer /srv/doublehp -addversionno /srv/doublehp ssh://root@${host}//srv/doublehp
Contacting server...
Connected [//len//srv/doublehp -> //rp//srv/doublehp]
Looking for changes
Waiting for changes from server
Reconciling changes
<---- new file TeleInformation/edf-teleinformation-cron.sh
<---- new file TeleInformation/edf-teleinformation-cron.sh_2016_09_04_v1.0
Propagating updates
UNISON 2.40.61 started propagating changes at 21:56:30.45 on 07 Oct 2016
[BGN] Copying TeleInformation/edf-teleinformation-cron.sh from //rp//srv/doublehp to /srv/doublehp
[BGN] Copying TeleInformation/edf-teleinformation-cron.sh_2016_09_04_v1.0 from //rp//srv/doublehp to /srv/doublehp
Failed: No group staff
100% 00:00 ETAFailed [TeleInformation/edf-teleinformation-cron.sh]: No group staff
Failed: No group staff
100% 00:00 ETAFailed [TeleInformation/edf-teleinformation-cron.sh_2016_09_04_v1.0]: No group staff
UNISON 2.40.61 finished propagating changes at 21:56:30.47 on 07 Oct 2016
Saving synchronizer state
Synchronization incomplete at 21:56:30 (0 items transferred, 0 skipped, 2 failed)
failed: TeleInformation/edf-teleinformation-cron.sh
failed: TeleInformation/edf-teleinformation-cron.sh_2016_09_04_v1.0 |
but I do have the group on both machines:
Quote: | root@len:~# cat /etc/group | grep staf
staff:x:50:
root@rp:~# cat /etc/group | grep staf
staff:x:50: |
Command works fine when I remove -group.
Any idea ? _________________ DEMAINE Benoît-Pierre (aka DoubleHP ) http://www.demaine.info/
>o_/ Coin coin coin \_o<
to contact me (MSN,ICQ, JABBER, Skype ... ) http://benoit.demaine.info/contact.png |
|