Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upEnsure basic admin utilities are available #335
Conversation
| admin-packages: | ||
| pkg.installed: | ||
| - pkgs: | ||
| - mosh |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
aneeshusa
Apr 22, 2016
Author
Member
I'll put sqlite3 just on the master machine.
I guess I can add screen, but tmux is just so nice... (plus, cowsay approved!):
__________
< tmooooox >
----------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
(It's 4 AM here.)
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
aneeshusa
Apr 22, 2016
Author
Member
FYI, for now I'm just using the screen version that's pre-installed on OS X; it looks like there's a newer version available in Homebrew, but it's a little annoying to use from Salt. LMK if you need the newer version.
fdd121f
to
cedeac6
|
@bors-servo r+ I've tried to resist my urge to add |
|
|
Ensure basic admin utilities are available These are great tools that are even better together and make remote administration an absolute delight. They make roaming between networks seamless, which is something I do regularly. Note that in order for mosh to work, we need to open some UDP ports; the full range of ports is 60001 to 60999, but we probably only need about 10 ports open (for 10 concurrent sessions) so ports 60001 to 60010. I personally am comfortable with mosh's security story (authentication via regular ssh), but let me know if you're not OK with opening these ports. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/335) <!-- Reviewable:end -->
|
|
|
@larsbergstrom homu can't land anything until after landing #350 to fix pip |
|
Aha, that's right - I forgot! I was so happy homu's finally landing again that I forgot it was broken for saltfs :-) |
|
@bors-servo retry if this fails, I'll edubors it :) |
Ensure basic admin utilities are available These are great tools that are even better together and make remote administration an absolute delight. They make roaming between networks seamless, which is something I do regularly. Note that in order for mosh to work, we need to open some UDP ports; the full range of ports is 60001 to 60999, but we probably only need about 10 ports open (for 10 concurrent sessions) so ports 60001 to 60010. I personally am comfortable with mosh's security story (authentication via regular ssh), but let me know if you're not OK with opening these ports. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/335) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
Ensure basic admin utilities are available These are great tools that are even better together and make remote administration an absolute delight. They make roaming between networks seamless, which is something I do regularly. Note that in order for mosh to work, we need to open some UDP ports; the full range of ports is 60001 to 60999, but we probably only need about 10 ports open (for 10 concurrent sessions) so ports 60001 to 60010. I personally am comfortable with mosh's security story (authentication via regular ssh), but let me know if you're not OK with opening these ports. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/335) <!-- Reviewable:end -->
|
|
747ac31
to
bf74aa6
|
@bors-servo retry
|
|
@bors-servo retry |
|
@bors-servo r+ clean |
|
|
|
|
|
This is causing trouble for homu:
Closing & reopening. |
|
cc @edunham @Manishearth ^^^ is what was breaking homu |
|
I have no idea why it wanted to start a build on 747ac31, which looks like it landed as part of another PR? Very curious... |
|
@larsbergstrom that commit is an older version of the 2nd (also most recent) commit in this PR. Maybe it didn't notice I pushed new versions of these commits? |
|
Yeah, I suspect there's a VERY long-missed webhook message on homu's side that must have led to this, and possibly I could have fixed it by doing a 'sync' on |
|
The Homu queue backlog has been cleared, so retrying this now. |
|
@bors-servo r=larsbergstrom |
|
|
Ensure basic admin utilities are available These are great tools that are even better together and make remote administration an absolute delight. They make roaming between networks seamless, which is something I do regularly. Note that in order for mosh to work, we need to open some UDP ports; the full range of ports is 60001 to 60999, but we probably only need about 10 ports open (for 10 concurrent sessions) so ports 60001 to 60010. I personally am comfortable with mosh's security story (authentication via regular ssh), but let me know if you're not OK with opening these ports. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/335) <!-- Reviewable:end -->
|
|
aneeshusa commentedApr 22, 2016
•
edited
These are great tools that are even better together and make remote
administration an absolute delight. They make roaming between networks
seamless, which is something I do regularly.
Note that in order for mosh to work, we need to open some UDP ports; the full range of ports is 60001 to 60999, but we probably only need about 10 ports open (for 10 concurrent sessions) so ports 60001 to 60010. I personally am comfortable with mosh's security story (authentication via regular ssh), but let me know if you're not OK with opening these ports.
This change is