<?xml version="1.0" ?>
<rss version="2.0">
<channel>
<title>Tickets List - SourceForge.JP Admin on SourceForge.JP</title>
<link>http://en.sourceforge.jp/projects/sourceforge/ticket/?rss_count=100&amp;component%5B%5D=14&amp;component_mode%5B%5D=eq&amp;status%5B%5D=1</link>
<description>Tickets List of SourceForge.JP Admin Project

List of the following conditions.
 * &quot;Component&quot; Equal: シェルサーバ
 * &quot;Status&quot; Equal: Open

</description>
<language>ja-JP</language><pubDate>Wed, 18 May 2011 20:35:16 +0900</pubDate>
<lastBuildDate>Wed, 18 May 2011 20:35:16 +0900</lastBuildDate>
<item>
<title>Web インタフェースからの svn update の実行 - SourceForge.JP Admin Ticket #25192 on SourceForge.JP</title>
<link>http://en.sourceforge.jp/ticket/browse.php?group_id=1&amp;tid=25192</link>
<guid isPermLink="true">http://en.sourceforge.jp/ticket/browse.php?group_id=1&amp;tid=25192#1:25192:1305718516</guid>
<pubDate>Wed, 18 May 2011 20:35:16 +0900</pubDate>
<description>&lt;h2 class=&quot;summary&quot;&gt;Web インタフェースからの svn update の実行&lt;/h2&gt;&lt;div class=&quot;date&quot;&gt;&lt;p title=&quot;2011-05-18 20:35&quot;&gt;Open Date: 2011-05-18 20:35&lt;/p&gt;&lt;p title=&quot;2011-05-18 20:35&quot;&gt;Last Update: 2011-05-18 20:35&lt;/p&gt;&lt;/div&gt;&lt;table class=&quot;properties&quot;&gt;&lt;tr&gt;&lt;th id=&quot;h_reporter&quot;&gt;Reporter:&lt;/th&gt;&lt;td headers=&quot;h_reporter&quot;&gt;&lt;a href=&quot;/users/kumaneko/&quot; class=&quot;user-link&quot;&gt;kumaneko&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_owner&quot;&gt;Owner:&lt;/th&gt;&lt;td headers=&quot;h_owner&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_priority&quot;&gt;Priority:&lt;/th&gt;&lt;td headers=&quot;h_priority&quot;&gt;1 - Lowest&lt;/td&gt;&lt;th id=&quot;h_milestone&quot;&gt;MileStone:&lt;/th&gt;&lt;td headers=&quot;h_milestone&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_type&quot;&gt;Type:&lt;/th&gt;&lt;td headers=&quot;h_type&quot;&gt;&lt;a href=&quot;/ticket/types.php?group_id=1#tickettype_115&quot;&gt;Feature Requests&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_severity&quot;&gt;Severity:&lt;/th&gt;&lt;td headers=&quot;h_severity&quot;&gt;1 - Lowest&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_component&quot;&gt;Component:&lt;/th&gt;&lt;td headers=&quot;h_component&quot;&gt;&lt;a href=&quot;/ticket/components.php?group_id=1#component_14&quot;&gt;シェルサーバ&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_status&quot;&gt;Status:&lt;/th&gt;&lt;td headers=&quot;h_keywords&quot;&gt;Open&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_resolution&quot;&gt;Resolution&lt;/th&gt;&lt;td headers=&quot;h_resolution&quot;&gt;None&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;h3&gt;Details&lt;/h3&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;p&gt;サイトのコンテンツを svn で管理しているのですが、 ssh ログインできない環境からでも反映できるように cron を利用しています。そんなに頻繁に更新されるわけではないので cron を使うのはもったいないけれども、更新されたときはすぐに反映できると嬉しいので、 Web インタフェースからオンデマンドでできたらなぁと思っています。
&lt;/p&gt;&lt;p&gt;やりたいことは、
&lt;/p&gt;&lt;p&gt;#include &amp;lt;stdio.h&amp;gt;
&lt;/p&gt;&lt;p&gt;#include &amp;lt;unistd.h&amp;gt;
&lt;/p&gt;&lt;p&gt;#include &amp;lt;sys/types.h&amp;gt;
&lt;/p&gt;&lt;p&gt;#include &amp;lt;sys/stat.h&amp;gt;
&lt;/p&gt;&lt;p&gt;int main(int argc, char *argv[]) {
&lt;/p&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;char *args[] = { &amp;quot;/usr/bin/svn&amp;quot;, &amp;quot;update&amp;quot;, NULL };
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;char *envp[] = { &amp;quot;HOME=/home/users/ユーザのホームディレクトリ/&amp;quot;, NULL };
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;umask(0022);
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;fclose(stdin);
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;printf(&amp;quot;Content-type: text/plain\r\n\r\n&amp;quot;);
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;fflush(stdout);
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;if (chdir(&amp;quot;/home/groups/サイトのドキュメントディレクトリ/&amp;quot;) == 0)
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;execve(args&lt;a href=&quot;http://en.sourceforge.jp/projects/sourceforge/wiki/0&quot;&gt;0&lt;/a&gt;, args, envp);
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;&lt;div class=&quot;indent&quot;&gt;return 0;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;}
&lt;/p&gt;&lt;p&gt;であり、 setuid/setgid を付与すれば実現可能なのですが、 shell.sourceforge.jp では nosuid オプション付きでマウントされているため、実現できません。
&lt;/p&gt;&lt;p&gt;ssh ログインや cron を使わずに実現できる方法があったらなぁ、と思いました。
&lt;/p&gt;&lt;/div&gt;&lt;h3&gt;Last Update of this Ticket&lt;/h3&gt;&lt;h3&gt;2011-05-18 20:35 Update by: &lt;a href=&quot;/users/kumaneko/&quot; class=&quot;user-link&quot;&gt;kumaneko&lt;/a&gt;&lt;/h3&gt;&lt;ul class=&quot;changes&quot;&gt;&lt;li&gt;New Ticket &quot;Web インタフェースからの svn update の実行&quot; created&lt;/li&gt;&lt;/ul&gt;</description>
</item>
<item>
<title>shellサーバーの利用制限に関する質問 - SourceForge.JP Admin Ticket #17254 on SourceForge.JP</title>
<link>http://en.sourceforge.jp/ticket/browse.php?group_id=1&amp;tid=17254</link>
<guid isPermLink="true">http://en.sourceforge.jp/ticket/browse.php?group_id=1&amp;tid=17254#1:17254:1257758716</guid>
<pubDate>Mon, 09 Nov 2009 18:25:16 +0900</pubDate>
<description>&lt;h2 class=&quot;summary&quot;&gt;shellサーバーの利用制限に関する質問&lt;/h2&gt;&lt;div class=&quot;date&quot;&gt;&lt;p title=&quot;2009-06-10 17:15&quot;&gt;Open Date: 2009-06-10 17:15&lt;/p&gt;&lt;p title=&quot;2009-11-09 18:25&quot;&gt;Last Update: 2009-11-09 18:25&lt;/p&gt;&lt;/div&gt;&lt;table class=&quot;properties&quot;&gt;&lt;tr&gt;&lt;th id=&quot;h_reporter&quot;&gt;Reporter:&lt;/th&gt;&lt;td headers=&quot;h_reporter&quot;&gt;&lt;a href=&quot;/users/haradats/&quot; class=&quot;user-link&quot;&gt;&lt;img width=&quot;12&quot; height=&quot;12&quot; src=&quot;http://static.sourceforge.jp/thumb/u/0/140/12x12_0.png&quot; border=&quot;0&quot; class=&quot;user-image user-image-type-icon&quot; alt=&quot;&quot;&gt;haradats&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_owner&quot;&gt;Owner:&lt;/th&gt;&lt;td headers=&quot;h_owner&quot;&gt;&lt;a href=&quot;/users/sugi/&quot; class=&quot;user-link&quot;&gt;&lt;img width=&quot;12&quot; height=&quot;12&quot; src=&quot;http://static.sourceforge.jp/thumb/u/0/4/12x12_0.gif&quot; border=&quot;0&quot; class=&quot;user-image user-image-type-icon&quot; alt=&quot;&quot;&gt;sugi&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_priority&quot;&gt;Priority:&lt;/th&gt;&lt;td headers=&quot;h_priority&quot;&gt;5 - Medium&lt;/td&gt;&lt;th id=&quot;h_milestone&quot;&gt;MileStone:&lt;/th&gt;&lt;td headers=&quot;h_milestone&quot;&gt;(None)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_type&quot;&gt;Type:&lt;/th&gt;&lt;td headers=&quot;h_type&quot;&gt;&lt;a href=&quot;/ticket/types.php?group_id=1#tickettype_113&quot;&gt;Bugs&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_severity&quot;&gt;Severity:&lt;/th&gt;&lt;td headers=&quot;h_severity&quot;&gt;5 - Medium&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_component&quot;&gt;Component:&lt;/th&gt;&lt;td headers=&quot;h_component&quot;&gt;&lt;a href=&quot;/ticket/components.php?group_id=1#component_14&quot;&gt;シェルサーバ&lt;/a&gt;&lt;/td&gt;&lt;th id=&quot;h_status&quot;&gt;Status:&lt;/th&gt;&lt;td headers=&quot;h_keywords&quot;&gt;Open [Owner assigned]&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th id=&quot;h_resolution&quot;&gt;Resolution&lt;/th&gt;&lt;td headers=&quot;h_resolution&quot;&gt;None&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;h3&gt;Details&lt;/h3&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;p&gt;TOMOYOプロジェクトの原田です。お世話になります。
&lt;/p&gt;&lt;p&gt;shellサーバ上で、TOMOYO Linuxパッチを当てたLinuxカーネルコードのクロスリファレンスサービスを提供しています。perlで書かれたライブラリが該当するファイルのコンテンツをHTML形式で表示するというものですが、しばらく（数ヶ月）前より、長いファイルについて表示が途切れてしまうようになりました。
&lt;/p&gt;&lt;p&gt;例
&lt;a href=&quot;http://tomoyo.sourceforge.jp/cgi-bin/lxr/source/drivers/net/r8169.c&quot; class=&quot;external&quot; rel=&quot;nofollow&quot;&gt;http://tomoyo.sourceforge.jp/cgi-bin/lxr/source/drivers/net/r8169.c&lt;/a&gt;
&lt;/p&gt;&lt;p&gt;海外からの利用者も多く、是非サービスを継続したいので、原因がわかればご教示いただけませんでしょうか。よろしくお願い致します。&lt;/p&gt;&lt;/div&gt;&lt;h3&gt;Last Update of this Ticket&lt;/h3&gt;&lt;h3&gt;2009-11-09 18:25 Update by: &lt;a href=&quot;/users/sado/&quot; class=&quot;user-link&quot;&gt;&lt;img width=&quot;12&quot; height=&quot;10&quot; src=&quot;http://static.sourceforge.jp/thumb/u/0/3/12x12_0.png&quot; border=&quot;0&quot; class=&quot;user-image user-image-type-icon&quot; alt=&quot;&quot;&gt;sado&lt;/a&gt;&lt;/h3&gt;&lt;ul class=&quot;changes&quot;&gt;&lt;li&gt;&lt;strong&gt;Owner&lt;/strong&gt; Update from &lt;em&gt;tach&lt;/em&gt; to &lt;em&gt;sugi&lt;/em&gt;.&lt;/li&gt;&lt;/ul&gt;</description>
</item>
</channel>
</rss>
