Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more output when attempting to download #24

Closed
GoogleCodeExporter opened this issue Nov 24, 2015 · 3 comments
Closed

Add more output when attempting to download #24

GoogleCodeExporter opened this issue Nov 24, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.  On a server with egress filtering, only allow outbound access to 
www.snort.org (not 
dl.snort.org).
2.  Initiate the pulledpork download.

What is the expected output? What do you see instead?
I would expect pulledpork to say that www.snort.org returned an HTTP 302 
Redirect and that it 
was attempting to download from dl.snort.org now.  Instead, it just hangs and 
eventually fails 
with:
Error 500 when fetching 
http://www.snort.org/pub-bin/oinkmaster.cgi/snortrules-snapshot-
2860.tar.gz.md5 at /usr/local/bin/pulledpork.pl line 306.

What version of the product are you using? On what operating system?
PulledPork 0.4.1 on RHEL 5

Please provide any additional information below.

Original issue reported on code.google.com by doug.bu...@gmail.com on 1 Jun 2010 at 3:23

@GoogleCodeExporter
Copy link
Author

I'll have to look into this, not sure if there is a way to pull this out of 
LWP::Simple

Original comment by Cummin...@gmail.com on 1 Jun 2010 at 4:23

  • Added labels: Priority-Low
  • Removed labels: Priority-Medium

@GoogleCodeExporter
Copy link
Author

Changing this to an enhancement, unfortunately it does not look like there is a 
way to 
extract this data from LWP::Simple... only if an actual error occurs.. and I am 
fetching that.

Original comment by Cummin...@gmail.com on 4 Jun 2010 at 3:44

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

Yeah, I had enough coffee finally today... exported $ua from LWP::UserAgent and 
now the urls etc are all show (and progress bar) if you specify the -f flag.. 
committed to the latest dev 0.5.0 in svn!

Original comment by Cummin...@gmail.com on 9 Jul 2010 at 3:01

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant