I&#39;d say something like..  /usr/local/www/docs/aegir/platforms/<a href="http://wrfu.net/files/recordings">wrfu.net/files/recordings</a><br><br>However, a slight hiccup- just logged into wrfu.net- it&#39;s on drupal 5.x &amp; Feeds is a 6.x module.<br>
<br>Should we upgrade to 6 or use FeedAPI <a href="http://drupal.org/project/feedapi">http://drupal.org/project/feedapi</a> (predecessor to feeds, I believe.)<br><br>-C<br><br><br><div class="gmail_quote">On Thu, May 20, 2010 at 6:31 PM, Josh King <span dir="ltr">&lt;<a href="mailto:josh@ucimc.org">josh@ucimc.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">In that case, I think the easiest thing would be to use Apache&#39;s mod_proxy on fixx0 to forward connections on a particular (sub)domain or path to port 80 on grimlock. I recently used something similar at work to forward web requests from an external web host to an internal. I can work on setting that up; suggestions for the subdomain or path that should be used?<div class="im">
<br>
<br>
On 05/20/2010 04:43 PM, Joe Futrelle wrote:<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">
from Brian:<br>
<br>
me: quick q how are other hosts mounting grimlock&#39;s recordings?<br>
Brian: there aren&#39;t any network filesystems available from grimlock.<br>
right now it&#39;s running lighttpd with a symlink to<br>
/home/jfutrelle/recordings in the document root<br>
--<br>
Joe Futrelle<br>
Person<br>
<br>
<br>
On Thu, May 20, 2010 at 4:36 PM, Joe Futrelle &lt;<a href="mailto:joefutrelle@gmail.com" target="_blank">joefutrelle@gmail.com</a><br></div><div class="im">
&lt;mailto:<a href="mailto:joefutrelle@gmail.com" target="_blank">joefutrelle@gmail.com</a>&gt;&gt; wrote:<br>
<br>
    Rock and roll.<br>
<br>
    Thanks x 10^6 Chris, I will get the csv script written as soon as I<br>
    have the free time (possibly tonight)<br>
<br>
    IIRC grimlock is not public-facing. Its internal DNS name is<br></div>
    <a href="http://grimlock.i.chambana.net" target="_blank">grimlock.i.chambana.net</a> &lt;<a href="http://grimlock.i.chambana.net" target="_blank">http://grimlock.i.chambana.net</a>&gt;. Not sure<div class="im"><br>
    about how other hosts are mounting it.<br>
<br>
    --<br>
    Joe Futrelle<br>
    Person<br>
<br>
<br>
<br>
    On Thu, May 20, 2010 at 3:33 PM, Chris Ritzo &lt;<a href="mailto:chris.ritzo@gmail.com" target="_blank">chris.ritzo@gmail.com</a><br></div><div class="im">
    &lt;mailto:<a href="mailto:chris.ritzo@gmail.com" target="_blank">chris.ritzo@gmail.com</a>&gt;&gt; wrote:<br>
<br>
        I should have a user account on the wrfu site- critzo probably.<br>
        If you someone could make me an admin, I&#39;ll install Feeds and<br>
        get it ready, set up a new content type. Joe, when you have a<br>
        sample csv let me know what the field names are. I can also ssh<br>
        into fixx0 and see about getting the mount set up. I&#39;m guessing<br>
        that would be at the file system level, instead of through<br>
        apache or drupal. We put a mount point in fixx0&#39;s fstab and then<br>
        a symlink to it from inside the drupal file structure. Then<br>
        nodes can reference the appropriate file system paths and access<br>
        is secured through drupal user/role permissions<br>
<br>
        What&#39;s the status of grimlock? is it on an internal-only imc<br>
        subnet? Is it set up to allow NFS mounts?<br>
<br>
<br>
        -Chris<br>
<br>
<br>
        On Thu, May 20, 2010 at 12:53 PM, Joe Futrelle<br></div><div class="im">
        &lt;<a href="mailto:joefutrelle@gmail.com" target="_blank">joefutrelle@gmail.com</a> &lt;mailto:<a href="mailto:joefutrelle@gmail.com" target="_blank">joefutrelle@gmail.com</a>&gt;&gt; wrote:<br>
<br>
            I&#39;m still hazy on how we&#39;d do authz on the mp3&#39;s themselves,<br>
            and which layer (Apache? Drupal?) would serve them from the<br>
            mounted fs.<br>
<br>
            But in any case, it sounds like we can make the Feeds module<br>
            work, so I&#39;m thinking I should go ahead and develop the code<br>
            that generates the .csv file, putting whatever fields I<br>
            think are going to be relevant into it--then we can figure<br>
            out how to make properly-secured, content-bearing nodes out<br>
            of it using the Feeds module and other Drupal features.<br>
<br>
            --<br>
            Joe Futrelle<br>
            Person<br>
<br>
<br>
<br>
            On Wed, May 19, 2010 at 5:32 PM, Chris Ritzo<br></div><div class="im">
            &lt;<a href="mailto:chris.ritzo@gmail.com" target="_blank">chris.ritzo@gmail.com</a> &lt;mailto:<a href="mailto:chris.ritzo@gmail.com" target="_blank">chris.ritzo@gmail.com</a>&gt;&gt; wrote:<br>
<br>
                Yeah, that&#39;s the idea. Currently wrfu&#39;s site is using<br>
                drupal users for auth, not querying the IMC ldap. But<br>
                you bring up mounting a share from within the wrfu site,<br>
                maybe even a link in the files/ directory. If we did it<br></div>
                this way we could leave <a href="http://auth.as" target="_blank">auth.as</a> &lt;<a href="http://auth.as" target="_blank">http://auth.as</a>&gt; is.<div class="im"><br>
<br>
                More on feeds- the module let&#39;s you map fields from the<br>
                csv to fields in drupal nodes of a specific.content<br>
                type. So we create a new content type, say &quot;shows&quot; and<br>
                the feed creates/updates nodes of that type based on the<br>
                contents of the csv &amp; the mapped fields.<br>
<br>
                Josh or Brian, can you weigh in on mounting a network<br>
                share on fixx with a ln inside the files directory?<br>
<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">
                On May 19, 2010 3:51 PM, &quot;Joe Futrelle&quot;<br></div>
                &lt;<a href="mailto:joefutrelle@gmail.com" target="_blank">joefutrelle@gmail.com</a> &lt;mailto:<a href="mailto:joefutrelle@gmail.com" target="_blank">joefutrelle@gmail.com</a>&gt;&gt;<div class="im"><br>

                wrote:<br>
<br>
                Feeds module sounds like the way to go. Is the idea to<br>
                have a job on grimlock generate a feed file which<br>
                Drupal, whose host would have the relevant part of<br>
                grimlock&#39;s fs mounted, would periodically read? And<br>
                then when the user clicks on a link in the generated<br>
                node Drupal would serve the mp3 to them depending on<br>
                some authz policy that would be specified (how? in<br>
                what layer?) based on the user&#39;s LDAP identity which<br>
                they got by authenticating to Drupal? Or is WRFU&#39;s<br>
                Drupal authentication separate from LDAP authentication?<br>
<br>
                --<br>
                Joe Futrelle<br>
                Person<br>
<br>
<br>
<br>
<br>
                On Wed, May 19, 2010 at 2:27 PM, Chris Ritzo<br></div>
                &lt;<a href="mailto:chris.ritzo@gmail.com" target="_blank">chris.ritzo@gmail.com</a> &lt;mailto:<a href="mailto:chris.ritzo@gmail.com" target="_blank">chris.ritzo@gmail.com</a>&gt;&gt;<br>
                wrote:<br>
                &gt;<br>
                &gt; Interesting proje...<br>
<br>
</blockquote>
<br>
<br>
<br>
<br>
</blockquote>
<br>
-- <br>
Josh King<br>
<br>
&quot;I am an Anarchist not because I believe Anarchism is the final goal,<br>
but because there is no such thing as a final goal.&quot; -Rudolf Rocker<div><div></div><div class="h5"><br>
<br>
-- <br>
This message has been scanned for viruses and<br>
dangerous content by MailScanner, and is<br>
believed to be clean.<br>
<br>
</div></div></blockquote></div><br>
<br />-- 
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href="http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.