Difference between revisions of "2020 Schedule Hotfix"
IVSWikiBlue (talk | contribs) (Created page with "# Connect to the VALT server via SSH. # Download the hotfix for the appropriate VALT version #: 5.1 Build 500: Type in the following, followed by pressing Enter: <pre>wget --c...") |
IVSWikiBlue (talk | contribs) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{Section | content = | ||
# Connect to the VALT server via SSH. | # Connect to the VALT server via SSH. | ||
# Download the hotfix for the appropriate VALT version | # Download the hotfix for the appropriate VALT version | ||
− | #: 5.1 Build 500: Type in the following, followed by pressing Enter: < | + | #: 5.1 Build 500: Type in the following, followed by pressing Enter: <code>wget --content-disposition https://ivs.box.com/shared/static/fclj94za70y7y9hf6hf65oae4xo5jehx.gz -O 2020_Schedule_Hotfix.tar.gz</code> |
− | #: 5.2 Build 570: Type in the following, followed by pressing Enter: < | + | #: 5.2 Build 570: Type in the following, followed by pressing Enter: <code>wget --content-disposition https://ivs.box.com/shared/static/hwx1ru4akg58xaugrewk5hcm5fx3oe79.gz -O 2020_Schedule_Hotfix.tar.gz</code> |
− | # Type in the following, followed by pressing Enter: < | + | # Type in the following, followed by pressing Enter: <code>tar -xvf 2020_Schedule_Hotfix.tar.gz</code> |
− | # Type in the following, followed by pressing Enter: < | + | # Type in the following, followed by pressing Enter: <code>cd 2020_Schedule_Build_XXX</code> |
#: '''replace XXX with the appropriate build number (500 or 570) | #: '''replace XXX with the appropriate build number (500 or 570) | ||
− | # Type in the following, followed by pressing Enter: < | + | # Type in the following, followed by pressing Enter: <code>sudo ./schedulefix</code> |
+ | # If prompted, enter the password. | ||
You should now be able to schedule recordings for 2020. | You should now be able to schedule recordings for 2020. | ||
+ | }} |