Difference between revisions of "Deprecated Page - 2020 Schedule Hotfix"

From IVS Wiki
Jump to: navigation, search
(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...")
 
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{Deprecated}}
 +
{{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: <pre>wget --content-disposition https://ivs.box.com/shared/static/fclj94za70y7y9hf6hf65oae4xo5jehx.gz -O 2020_Schedule_Hotfix.tar.gz</pre>
+
#: 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: <pre>wget --content-disposition https://ivs.box.com/shared/static/hwx1ru4akg58xaugrewk5hcm5fx3oe79.gz -O 2020_Schedule_Hotfix.tar.gz</pre>
+
#: 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: <pre>tar -xvf 2020_Schedule_Hotfix.tar.gz</pre>
+
# 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: <pre>cd 2020_Schedule_Build_XXX</pre>
+
# 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: <pre>sudo ./schedulefix</pre>
+
# 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.
 +
}}
 +
[[Category:VALT 5.1]]
 +
[[Category:VALT 5.2]]

Latest revision as of 17:58, 5 March 2025

DEPRECATED: This page is no longer maintained or updated. It is kept for archival purposes only.

  1. Connect to the VALT server via SSH.
  2. Download the hotfix for the appropriate VALT version
    5.1 Build 500: Type in the following, followed by pressing Enter: wget --content-disposition https://ivs.box.com/shared/static/fclj94za70y7y9hf6hf65oae4xo5jehx.gz -O 2020_Schedule_Hotfix.tar.gz
    5.2 Build 570: Type in the following, followed by pressing Enter: wget --content-disposition https://ivs.box.com/shared/static/hwx1ru4akg58xaugrewk5hcm5fx3oe79.gz -O 2020_Schedule_Hotfix.tar.gz
  3. Type in the following, followed by pressing Enter: tar -xvf 2020_Schedule_Hotfix.tar.gz
  4. Type in the following, followed by pressing Enter: cd 2020_Schedule_Build_XXX
    replace XXX with the appropriate build number (500 or 570)
  5. Type in the following, followed by pressing Enter: sudo ./schedulefix
  6. If prompted, enter the password.

You should now be able to schedule recordings for 2020.