re: https://github.com/quicksilver/Quicksilver/issues/2156
As I haven’t messed with the https://github.com/quicksilver/QSApp.com repo yet, I cloned it and was going to rsync qs0.qsapp.com/www locally to be able to diff www/
and the repo.
However, I’m seeing an error with both GNU and BSD rsync:
$ /usr/bin/rsync -a quicksilver.sixfeetup.com:www .
Cannot execute command-line and remote command.
rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
rsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/66382bca-8bca-11ec-aade-6613bcf0e2ee/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [receiver=2.6.9]
$ rsync -a quicksilver.sixfeetup.com:www .
Cannot execute command-line and remote command.
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
rsync error: unexplained error (code 255) at io.c(228) [Receiver=3.2.3]
It looks like rsync
is installed at /usr/local/bin/rsync
on qs0.qsapp.com.
Is it disabled for some reason? This might be an "I don't know BSD" problem.
I had assumed you guys use something like rsync to update qsapp.com after making changes in the repo — is that not so?
If nothing is too security sensitive on this (unclear, hence me using email) perhaps I could add some info to https://qsapp.com/wiki/QSApp.com.
Nate
--
You received this message because you are subscribed to the Google Groups "Quicksilver - Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quicksilver---deve...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quicksilver---development/CAOMt5FB0Pj%2BSiGZS2T9ydt7G-rGrX4-sqeGVjbA2UFjVRCQ3EA%40mail.gmail.com.
Yup my bad, forgot I had set these in ~/.ssh/config
, removing them resolved the issue.
RemoteCommand bash -l
RequestTTY force
Nate
To view this discussion on the web visit https://groups.google.com/d/msgid/quicksilver---development/AF22AC10-C388-4962-9DFC-C4154D23A5FC%40gmail.com.