pt-sift fails to download pt-diskstats pt-pmp pt-mext pt-align

Bug #1457573 reported by Daniel Guzmán Burgos
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Percona Toolkit moved to https://jira.percona.com/projects/PT
Fix Released
Medium
Frank Cizmich

Bug Description

Pt-sift download pt-diskstats pt-pmp pt-mext pt-align when needed, by doing: "curl http://www.percona.com/get/pt-TOOLNAME” which now fails since the upgrade to percona.com that requires https instead of only http.

fix: In line 582 replace:
curl "http://www.percona.com/get/$prog" > "$prog" && chmod +x "$prog"

with:
curl "https://www.percona.com/get/$prog" > "$prog" && chmod +x "$prog"

Tags: pt-sift
Revision history for this message
Daniel Guzmán Burgos (nethalo) wrote :
Changed in percona-toolkit:
status: New → Fix Committed
importance: Undecided → Medium
assignee: nobody → Frank Cizmich (frank-cizmich)
milestone: none → 2.3.1
tags: added: pt-sift
Revision history for this message
Frank Cizmich (frank-cizmich) wrote :

Thanks Daniel!

Verified and fixed as you suggested.

Changed to "https" AND used -L for good measure, just in case path changes in the future.

Revision history for this message
Frank Cizmich (frank-cizmich) wrote :

the tiny patch

Changed in percona-toolkit:
status: Fix Committed → Fix Released
Revision history for this message
Shahriyar Rzayev (rzayev-sehriyar) wrote :

Percona now uses JIRA for bug reports so this bug report is migrated to: https://jira.percona.com/browse/PT-686

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.