<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[Glump.net]]></title>
<link><![CDATA[https://glump.net]]></link>
<description><![CDATA[Comments]]></description>
<generator>Commentics</generator>
<item>
<title>Evan</title>
<link><![CDATA[https://glump.net/howto/web/building-a-home-file-server-with-owncloud-and-subsonic?cmtx_perm=60#cmtx_perm_60]]></link>
<description><![CDATA[<p>damnit, Brendan... now I have <i>another</i> project that I'll need to complete :P  Excellent writeup, I must say.</p>]]></description>
<pubDate>Sat, 07 Jun 2014 12:23:58 -0400</pubDate>
<guid isPermaLink="false">item_60</guid>
</item>
<item>
<title>Wayne Dosch</title>
<link><![CDATA[https://glump.net/howto/web/building-a-home-file-server-with-owncloud-and-subsonic?cmtx_perm=59#cmtx_perm_59]]></link>
<description><![CDATA[<p>Thanks for the update.</p>]]></description>
<pubDate>Mon, 02 Jun 2014 12:03:35 -0400</pubDate>
<guid isPermaLink="false">item_59</guid>
</item>
<item>
<title>Brendan Kidwell</title>
<link><![CDATA[https://glump.net/howto/web/building-a-home-file-server-with-owncloud-and-subsonic?cmtx_perm=58#cmtx_perm_58]]></link>
<description><![CDATA[<p>I may update it in the next few months. I'm starting to write a book about the larger topic of managing a personal server with many apps -- not just one. And I feel that ownCloud should be included in the series of recipes in the book. When my new ownCloud recipe is done I'll replace this page with a new version. Until then, refer to the ownCloud manual and support site.</p>]]></description>
<pubDate>Sat, 31 May 2014 18:43:13 -0400</pubDate>
<guid isPermaLink="false">item_58</guid>
</item>
<item>
<title>Wayne Dosch</title>
<link><![CDATA[https://glump.net/howto/web/building-a-home-file-server-with-owncloud-and-subsonic?cmtx_perm=57#cmtx_perm_57]]></link>
<description><![CDATA[<p>I found your article and it's just what I was looking for.  Any chance you will be updating it for Owncloud version 6?  I'm going to play around with it, but I don't have the expertise to know what changes to make.</p><p>Thanks for the work,<br>
Wayne</p>]]></description>
<pubDate>Sat, 31 May 2014 14:44:30 -0400</pubDate>
<guid isPermaLink="false">item_57</guid>
</item>
<item>
<title>Brendan Kidwell</title>
<link><![CDATA[https://glump.net/howto/web/building-a-home-file-server-with-owncloud-and-subsonic?cmtx_perm=56#cmtx_perm_56]]></link>
<description><![CDATA[<p>I covered 4.5 in my talk and in this article because 4.5 was current at the time. 5.0 came out a few weeks later and I found that my Nginx config recipes don't quite work with 5.0, and I have not had time to come back here and edit the article; sorry. If you use Apache (the web server standard in Debian in Ubuntu) it'll probably be pretty easy.</p><p>Do you need an X Window system? No. I wrote this article for newbies and I assumed they'd be using one. ownCloud the server app does not require access to a desktop in order to configure or run.</p>]]></description>
<pubDate>Sun, 15 Sep 2013 16:59:50 -0400</pubDate>
<guid isPermaLink="false">item_56</guid>
</item>
<item>
<title>frogola</title>
<link><![CDATA[https://glump.net/howto/web/building-a-home-file-server-with-owncloud-and-subsonic?cmtx_perm=55#cmtx_perm_55]]></link>
<description><![CDATA[<p>I am slowly starting to upgrade my home file server, installing owncloud and subsonic per your article.  I am wondering why you used owncloud 4.x and not 5.x?  Also wondering if any component in this solution requires the X window system; if not it seems safer to run the server without it.</p><p>Thanks for posting.  My old server just uses NFS for file sharing.  This solution should be spiffier.</p>]]></description>
<pubDate>Sat, 14 Sep 2013 15:11:20 -0400</pubDate>
<guid isPermaLink="false">item_55</guid>
</item>
<item>
<title>Carlton Brooks</title>
<link><![CDATA[https://glump.net/howto/web/building-a-home-file-server-with-owncloud-and-subsonic?cmtx_perm=54#cmtx_perm_54]]></link>
<description><![CDATA[<p>I am stuck at the following<br>
Finally, add this line to the end of the server section, inside that section, near the bottom of the file:</p><p>  include apps/*.conf;</p><p>I am unsure as to where exactly it goes.</p><p>Would this cause phpmyadmin not to be available?</p><p>Thanks<br>
carltonb</p>]]></description>
<pubDate>Wed, 31 Jul 2013 18:01:06 -0400</pubDate>
<guid isPermaLink="false">item_54</guid>
</item>
<item>
<title>Brendan Kidwell</title>
<link><![CDATA[https://glump.net/howto/web/building-a-home-file-server-with-owncloud-and-subsonic?cmtx_perm=53#cmtx_perm_53]]></link>
<description><![CDATA[<p>Thanks for the suggestion. I'll confirm this hopefully some time in July and clean up the article and comments section.</p>]]></description>
<pubDate>Sat, 06 Jul 2013 13:40:38 -0400</pubDate>
<guid isPermaLink="false">item_53</guid>
</item>
<item>
<title>Chris Blankenship</title>
<link><![CDATA[https://glump.net/howto/web/building-a-home-file-server-with-owncloud-and-subsonic?cmtx_perm=52#cmtx_perm_52]]></link>
<description><![CDATA[<p>Having run into the same issue with the "upgrading filesystem cache" message and doing some internet trolling to resolve the issue I came across an article (https://forum.owncloud.org/viewtopic.php?f=23&amp;t=9193) that suggested the following addition to my /etc/nginx/apps/owncloud.conf file:</p><p>location ~ ^/owncloud/(.*\.php)$ {<br>
  fastcgi_split_path_info ^(.+\.php)(/.*)$;   &lt;------  I added this line<br>
...<br>
}</p><p>After a quick restart of the nginx service and a logout/login of my account proved to resolve the issue.  I can now get into OwnCloud without any issues...</p>]]></description>
<pubDate>Sat, 06 Jul 2013 01:24:25 -0400</pubDate>
<guid isPermaLink="false">item_52</guid>
</item>
<item>
<title>Torrey</title>
<link><![CDATA[https://glump.net/howto/web/building-a-home-file-server-with-owncloud-and-subsonic?cmtx_perm=51#cmtx_perm_51]]></link>
<description><![CDATA[<p>I figured the above question out</p>]]></description>
<pubDate>Fri, 28 Jun 2013 18:55:20 -0400</pubDate>
<guid isPermaLink="false">item_51</guid>
</item>
<item>
<title>Torrey</title>
<link><![CDATA[https://glump.net/howto/web/building-a-home-file-server-with-owncloud-and-subsonic?cmtx_perm=50#cmtx_perm_50]]></link>
<description><![CDATA[<p>Awesome just subscribed!</p>]]></description>
<pubDate>Thu, 27 Jun 2013 23:11:02 -0400</pubDate>
<guid isPermaLink="false">item_50</guid>
</item>
<item>
<title>Torrey</title>
<link><![CDATA[https://glump.net/howto/web/building-a-home-file-server-with-owncloud-and-subsonic?cmtx_perm=49#cmtx_perm_49]]></link>
<description><![CDATA[<p>Hi, </p><p>When I get to the step: <br>
Now you can go to ownCloud and configure it. Go to http://files/owncloud/ and it prompts you to create an admin user</p><p>I get the message "No input file specified."</p><p>I have tried using 4.5.12 and 5.07 (as i cannot find 4.5.6 for download anywhere) and they both give me that error. </p><p>Any help would be great and thans for taking the time to write up this tutorial!</p>]]></description>
<pubDate>Thu, 27 Jun 2013 23:10:25 -0400</pubDate>
<guid isPermaLink="false">item_49</guid>
</item>
<item>
<title>Brendan Kidwell</title>
<link><![CDATA[https://glump.net/howto/web/building-a-home-file-server-with-owncloud-and-subsonic?cmtx_perm=48#cmtx_perm_48]]></link>
<description><![CDATA[<p>Yes ... and then it broke. :^( Check back here in a few more weeks or subscribe to this page's RSS feed.</p>]]></description>
<pubDate>Thu, 27 Jun 2013 21:48:29 -0400</pubDate>
<guid isPermaLink="false">item_48</guid>
</item>
<item>
<title>Torrey</title>
<link><![CDATA[https://glump.net/howto/web/building-a-home-file-server-with-owncloud-and-subsonic?cmtx_perm=47#cmtx_perm_47]]></link>
<description><![CDATA[<p>Have you found a solution to owncloud 5 yet?</p>]]></description>
<pubDate>Thu, 27 Jun 2013 20:11:24 -0400</pubDate>
<guid isPermaLink="false">item_47</guid>
</item>
<item>
<title>Brendan Kidwell</title>
<link><![CDATA[https://glump.net/howto/web/building-a-home-file-server-with-owncloud-and-subsonic?cmtx_perm=46#cmtx_perm_46]]></link>
<description><![CDATA[<p>Thank you for suggesting <a href="http://www.madsonic.org/" rel="nofollow">Madsonic</a>. I'll check it out. I used Nginx and not Apache because I find Apache's configuration file scheme too complicated. Personal preference.</p><p>[Edit: The web site for Madsonic isn't very impressive. I had to dig several clicks into the forum to find an About post acting as an about page.]</p>]]></description>
<pubDate>Tue, 11 Jun 2013 12:01:14 -0400</pubDate>
<guid isPermaLink="false">item_46</guid>
</item>
<item>
<title>fred</title>
<link><![CDATA[https://glump.net/howto/web/building-a-home-file-server-with-owncloud-and-subsonic?cmtx_perm=45#cmtx_perm_45]]></link>
<description><![CDATA[<p>you should try madsonic its a fork of subsonic  and is there a reason why you dont use apache ?</p>]]></description>
<pubDate>Mon, 10 Jun 2013 08:37:48 -0400</pubDate>
<guid isPermaLink="false">item_45</guid>
</item>
<item>
<title>Brendan Kidwell</title>
<link><![CDATA[https://glump.net/howto/web/building-a-home-file-server-with-owncloud-and-subsonic?cmtx_perm=44#cmtx_perm_44]]></link>
<description><![CDATA[<p>It appears that the release of ownCloud 5.0 made my nginx configuration invalid. I tried installing ownCloud 5.0  today and it's doing some really strange stuff with paths and PHP parameters. The sample nginx configuration given on the ownCloud web site for 5.0 has no consideration for running in a folder under your web root like '/owncloud/'.</p><p>I will update this article when I have a solution. Use ownCloud 4.5 if you want the instructions here to work.</p>]]></description>
<pubDate>Mon, 06 May 2013 02:22:33 -0400</pubDate>
<guid isPermaLink="false">item_44</guid>
</item>
<item>
<title>Brendan Kidwell</title>
<link><![CDATA[https://glump.net/howto/web/building-a-home-file-server-with-owncloud-and-subsonic?cmtx_perm=43#cmtx_perm_43]]></link>
<description><![CDATA[<p>Oh nm, it was nginx that had permission trouble and you fixed that. I think I need to revisit the part of the guide where you create ~files/Apps/owncloud and comment on permissions. Either I missed DOCUMENTING that step or your OS's default permissions don't match the Ubuntu setup I used.</p><p>I have no comment on crash at lib/setup.php#277 yet.</p>]]></description>
<pubDate>Wed, 24 Apr 2013 16:45:06 -0400</pubDate>
<guid isPermaLink="false">item_43</guid>
</item>
<item>
<title>Brendan Kidwell</title>
<link><![CDATA[https://glump.net/howto/web/building-a-home-file-server-with-owncloud-and-subsonic?cmtx_perm=42#cmtx_perm_42]]></link>
<description><![CDATA[<p>mv, is your PHP FastCGI process running as user 'files', the owner of /home/files/Apps/owncloud?</p>]]></description>
<pubDate>Wed, 24 Apr 2013 16:42:37 -0400</pubDate>
<guid isPermaLink="false">item_42</guid>
</item>
<item>
<title>mv</title>
<link><![CDATA[https://glump.net/howto/web/building-a-home-file-server-with-owncloud-and-subsonic?cmtx_perm=41#cmtx_perm_41]]></link>
<description><![CDATA[<p>Well, I've completed your tutorial but still not completely successful: owncloud seems to be stuck in "upgrading filesystem cache" ...</p><p>The log shows the following warning:</p><p>Warning 	PHP 	mysql_close(): 46 is not a valid MySQL-Link resource at /home/files/Apps/owncloud/lib/setup.php#277 </p><p>Line 277 of setup.php reads:</p><p> mysql_close($connection);</p><p>Any ideas? I've been trying to find a solution but so far have been unsuccessful. I have also deleted the mysql user and database as well as owncloud and re-installed, but I always get the same error.</p><p>Thanks!</p>]]></description>
<pubDate>Wed, 24 Apr 2013 15:50:12 -0400</pubDate>
<guid isPermaLink="false">item_41</guid>
</item>
<item>
<title>mv</title>
<link><![CDATA[https://glump.net/howto/web/building-a-home-file-server-with-owncloud-and-subsonic?cmtx_perm=40#cmtx_perm_40]]></link>
<description><![CDATA[<p>OK, I figured what was wrong. The permissions for /home/files/ directory were set to drwx------ .... changed them to 755.</p><p>Hope it helps Sean and others.</p>]]></description>
<pubDate>Wed, 24 Apr 2013 14:13:32 -0400</pubDate>
<guid isPermaLink="false">item_40</guid>
</item>
<item>
<title>mv</title>
<link><![CDATA[https://glump.net/howto/web/building-a-home-file-server-with-owncloud-and-subsonic?cmtx_perm=39#cmtx_perm_39]]></link>
<description><![CDATA[<p>After a bit of research I figure it is either related to permissions or to index.php not being included in nginx.config. Here is the current contents of my nginx.config:</p><p>[Edit by admin: moved to Pastebin] http://pastebin.com/yV4Lt19Q</p>]]></description>
<pubDate>Wed, 24 Apr 2013 13:48:00 -0400</pubDate>
<guid isPermaLink="false">item_39</guid>
</item>
<item>
<title>mv</title>
<link><![CDATA[https://glump.net/howto/web/building-a-home-file-server-with-owncloud-and-subsonic?cmtx_perm=38#cmtx_perm_38]]></link>
<description><![CDATA[<p>I have the same problem as Sean. nginx's error log as follows:</p><p>2013/04/24 11:40:28 [error] 2398#0: *1 "/home/files/Apps/phpmyadmin/setup/index.php" is forbidden (13: Permission denied), client: 192.168.1.78, server: localhost, request: "GE$<br>
2013/04/24 11:42:37 [error] 2398#0: *2 "/home/files/Apps/phpmyadmin/setup/index.php" is forbidden (13: Permission denied), client: 192.168.1.71, server: localhost, request: "GE$<br>
2013/04/24 12:02:29 [error] 2398#0: *4 "/home/files/Apps/phpmyadmin/setup/index.php" is forbidden (13: Permission denied), client: 192.168.1.78, server: localhost, request: "GE$<br>
2013/04/24 12:02:31 [error] 2398#0: *4 "/home/files/Apps/phpmyadmin/setup/index.php" is forbidden (13: Permission denied), client: 192.168.1.78, server: localhost, request: "GE$<br>
2013/04/24 12:03:07 [error] 2398#0: *4 "/home/files/Apps/phpmyadmin/setup/index.php" is forbidden (13: Permission denied), client: 192.168.1.78, server: localhost, request: "GE$<br>
2013/04/24 12:03:43 [error] 2398#0: *4 "/home/files/Apps/phpmyadmin/setup/index.php" is forbidden (13: Permission denied), client: 192.168.1.78, server: localhost, request: "GE$<br>
2013/04/24 12:08:09 [error] 2523#0: *1 "/home/files/Apps/phpmyadmin/setup/index.php" is forbidden (13: Permission denied), client: 192.168.1.78, server: localhost, request: "GE$</p><p>Static IP set as: 192.168.1.71</p><p>Any help would be highly appreciated! Thanks!</p>]]></description>
<pubDate>Wed, 24 Apr 2013 13:14:32 -0400</pubDate>
<guid isPermaLink="false">item_38</guid>
</item>
<item>
<title>Brendan Kidwell</title>
<link><![CDATA[https://glump.net/howto/web/building-a-home-file-server-with-owncloud-and-subsonic?cmtx_perm=37#cmtx_perm_37]]></link>
<description><![CDATA[<p>nginx’s error log file might provide some clues.</p>]]></description>
<pubDate>Thu, 18 Apr 2013 19:29:59 -0400</pubDate>
<guid isPermaLink="false">item_37</guid>
</item>
<item>
<title>Sean</title>
<link><![CDATA[https://glump.net/howto/web/building-a-home-file-server-with-owncloud-and-subsonic?cmtx_perm=36#cmtx_perm_36]]></link>
<description><![CDATA[<p>When I get to this step Go to http://files/phpmyadmin/setup/ </p><p>I get a 403 access denied error.  Any ideas?</p>]]></description>
<pubDate>Tue, 16 Apr 2013 15:41:23 -0400</pubDate>
<guid isPermaLink="false">item_36</guid>
</item>
</channel>
</rss>