dalgibbard / citrix_xenserver_patcher

Auto / Manual Patching tool for Citrix XenServer Boxes
Do What The F*ck You Want To Public License
142 stars 45 forks source link

Patching failed on fresh 6.2 Installation (patch internal upload failed) #17

Closed dylanmtaylor closed 9 years ago

dylanmtaylor commented 9 years ago

I tried to run the script using the example arguments and it failed. Here is all of my output:

./patcher.py -e ./XS62_exclusions.py

No local Patches are installed. The following Patches are pending installation:

uuid: 0850b186-4d47-11e3-a720-001b2151a503 url: http://support.citrix.com/article/CTX139788 timestamp: 2013-12-16T00:00:00Z name_label: XS62ESP1 patch_url: http://downloadns.citrix.com.edgesuite.net/8707/XS62ESP1.zip after_apply_guidance: restartHost name_description: Public Availability: XenServer 6.2 Service Pack 1 (SP1)

uuid: 297f2f77-5603-4aaf-9e56-db49512d4592 url: http://support.citrix.com/article/CTX140051 timestamp: 2014-01-22T00:00:00Z name_label: XS62ESP1002 patch_url: http://downloadns.citrix.com.edgesuite.net/8737/XS62ESP1002.zip after_apply_guidance: restartHost name_description: Public Availability: security fixes to Xen

uuid: c208dc56-36c2-4e91-b8d7-0246575b1828 url: http://support.citrix.com/article/CTX140416 timestamp: 2014-03-26T00:00:00Z name_label: XS62ESP1003 patch_url: http://downloadns.citrix.com.edgesuite.net/9031/XS62ESP1003.zip after_apply_guidance: restartXAPI name_description: Public Availability: XenTools fixes

uuid: 1c952800-c030-481c-a0c1-d1b45aa19fcc url: http://support.citrix.com/article/CTX140553 timestamp: 2014-04-28T00:00:00Z name_label: XS62ESP1005 patch_url: http://downloadns.citrix.com.edgesuite.net/9058/XS62ESP1005.zip after_apply_guidance: restartHost name_description: Public Availability: fixes to Dom0 kernel

uuid: c8b9d332-30e4-4e5e-9a2a-8aaae6dee91a url: http://support.citrix.com/article/CTX140808 timestamp: 2014-05-28T00:00:00Z name_label: XS62E015 patch_url: http://downloadns.citrix.com.edgesuite.net/9279/XS62E015.zip after_apply_guidance: restartXAPI name_description: Public Availability: XenTools fixes

uuid: 59a75271-12f9-4e6a-8ba2-325c2f5b0b47 url: http://support.citrix.com/article/CTX141036 timestamp: 2014-07-16T00:00:00Z name_label: XS62ESP1008 patch_url: http://downloadns.citrix.com.edgesuite.net/9491/XS62ESP1008.zip after_apply_guidance: restartHost name_description: Public Availability: security fixes to Xen

NOTE: Installation of these items will require a reboot! You will be prompted to reboot at the end.

Would you like to install these items? [y/n]: y Starting patching... Downloading: XS62ESP1.zip Download Size: 311454853 Bytes 311454853 [100.00%] Applying: XS62ESP1 Uncompressing... Internal Upload... Patch internal upload failed for: XS62ESP1.xsupdate

mf commented 9 years ago

Can you please try my fork? https://github.com/mf/citrix_xenserver_patcher I may have fixed this issue

arnowest commented 9 years ago

Your fork fixes this issue for me

dalgibbard commented 9 years ago

Thanks very much @mf - will get this one closed off; changes have been merged.