Issue #2238 has been updated by Dis Connect.
I'm having the issue unfortunately.
err: //apt/Modules_dir[apt]/File[/var/lib/puppet/modules/apt]: Failed to
generate additional resources using 'eval_generate': Error 502 on SERVER:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>502 Proxy Error</title>
</head><body>
<h1>Proxy Error</h1>
<p>The proxy server received an invalid
response from an upstream server.<br />
The proxy server could not handle the request <em><a
href="/production/file_metadatas/apt/modules_dir">GET /production/file_metadatas/apt/modules_dir</a></em>.<p>
Reason: <strong>Corrupt status line returned by remote server: HTTP/1.1 404
Could not find instances in file_metadata with '{:ip=>"
(truncated, I can produce the whole thing if needed but I'll have to anonymize
it)
----------------------------------------
Bug #2238: Fileserver under Apache/Mongrel chokes on recursive directories
http://projects.reductivelabs.com/issues/2238
Author: Derek Whayman
Status: Rejected
Priority: High
Assigned to: Lawrence Ludwig
Category: mongrel
Target version: 0.25.0
Affected version: 0.25.0
Keywords:
Branch:
E.g. manifest:
<pre>
$vardir = "/var/lib/puppet"
file { "/var/lib/puppet/modularclientscripts":
owner => root, group => root, mode => 0755,
ensure => directory
}
file { scripts_bootloader:
path => "$vardir/modularclientscripts/bootloader/",
owner => root, group => root, mode => 0755,
purge => true,
ensure => directory, recurse => true,
ignore => '.svn', force => true,
source => "puppet:///modules/bootloader/scripts/",
require => File["/var/lib/puppet/modularclientscripts"]
}
</pre>
The scripts directory in the module contains a single file under it.
In the puppetd output:
<pre>
err: //Node[default]/bootloader::setup/File[scripts_bootloader]: Failed to
generate additional resources using 'eval_generate': Server returned 502: Proxy
Error
err: Reporting failed: Server returned 502: Proxy Error
</pre>
In the Apache puppet_access_log:
<pre>
[Mon May 11 16:44:52 2009] [error] [client 10.125.225.108] proxy: Error reading
from remote server returned by /production/file_metadatas/bootloader/scripts
[Mon May 11 16:44:53 2009] [error] [client 10.125.225.108] (70014)End of file
found: proxy: error reading status line from remote server 127.0.0.1
</pre>
Let me know if you need more information.
Best regards,
Derek
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://reductivelabs.com/redmine/my/account
--
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en.