CentOS6.4 vlc-2.1.0-1.x86_64 install 完了
2013/10/15
カテゴリー » Raspberry Pi 2 Model B
vlc-2.1.0-1 がインストール出来た。
ソースをdownloadしてきてコンパイル
# make install
# ldconfig
で動作した。
私の環境では以下のupdateが必要だった。
opencv-python-2.4.6.1-2.el6.x86_64
opencv-devel-docs-2.4.6.1-2.el6.noarch
opencv-devel-2.4.6.1-2.el6.x86_64
opencv-2.4.6.1-2.el6.x86_64
opencv-core-2.4.6.1-2.el6.x86_64
python-sphinx-doc-0.6.6-2.el6.noarch
python-sphinx-0.6.6-2.el6.noarch
python-jinja2-2.2.1-1.el6.x86_64
ソースをdownloadしてきてコンパイル
# make install
# ldconfig
で動作した。
私の環境では以下のupdateが必要だった。
opencv-python-2.4.6.1-2.el6.x86_64
opencv-devel-docs-2.4.6.1-2.el6.noarch
opencv-devel-2.4.6.1-2.el6.x86_64
opencv-2.4.6.1-2.el6.x86_64
opencv-core-2.4.6.1-2.el6.x86_64
python-sphinx-doc-0.6.6-2.el6.noarch
python-sphinx-0.6.6-2.el6.noarch
python-jinja2-2.2.1-1.el6.x86_64
— posted by くま at 07:28 pm TrackBack [0]
PS3MediaServer Android端末
2013/10/14
カテゴリー » Raspberry Pi 2 Model B
PS3MediaServerでAndroid端末もいけるという事です。まあ、当たり前なのかな(笑)
— posted by くま at 03:19 pm TrackBack [0]
現状...闘病....
2013/10/13
夜になるとトイレがちかくなる。これが辛い。
何をしていてもお腹がゴロゴロいってる集中できない。
ほんとに嫌になる。生きてても使い物にならない自分が嫌になる。
何をしていてもお腹がゴロゴロいってる集中できない。
ほんとに嫌になる。生きてても使い物にならない自分が嫌になる。
— posted by くま at 11:03 pm TrackBack [0]
mediatomb 困った!
2013/10/5
カテゴリー » Raspberry Pi 2 Model B
何をやってもYoutubeを見れない?!
2013-10-05 18:39:40 INFO: Arguments: %in %out
2013-10-05 18:39:43 INFO: Arguments: %in %out
2013-10-05 18:39:53 INFO: Arguments: %in %out
2013-10-05 18:39:57 INFO: Arguments: %in %out
2013-10-05 18:42:17 ERROR: Could not retrieve YouTube video URL
2013-10-05 18:39:40 INFO: Arguments: %in %out
2013-10-05 18:39:43 INFO: Arguments: %in %out
2013-10-05 18:39:53 INFO: Arguments: %in %out
2013-10-05 18:39:57 INFO: Arguments: %in %out
2013-10-05 18:42:17 ERROR: Could not retrieve YouTube video URL
— posted by くま at 07:13 pm TrackBack [0]
PS3 Media Server mplayer がない。
2013/10/4
カテゴリー » Raspberry Pi 2 Model B
PS3 Media Serverで
もしインストールしてるのにmplayerが無いというエラーが出たら
mplayerはたぶん/use/local/bin/にインストールされているので
# cd /usr/bin
# ln -s mplayer /usr/local/bin/mplayer
もしインストールしてるのにmplayerが無いというエラーが出たら
mplayerはたぶん/use/local/bin/にインストールされているので
# cd /usr/bin
# ln -s mplayer /usr/local/bin/mplayer
— posted by くま at 04:50 pm TrackBack [0]
REGZA リモコンで入力面倒? Tira-2.1が無いと使えません(笑)
カテゴリー » Raspberry Pi 2 Model B
#!/bin/csh
case1:
echo ""
echo "最初の文字を選択してください"
echo "Input あ-ん"
echo "0 あ行"
echo "1 か行"
echo "2 さ行"
echo "3 た行"
echo "4 な行"
echo "5 は行"
echo "6 ま行"
echo "7 や行"
echo "8 ら行"
echo "9 わ 記号"
echo "C Continue"
echo "E End"
echo "M Input_Mode"
echo "K Enter"
echo ""
set ch = $<
##################################################
if ( "$ch" == 0 ) then
sleep 1
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-1
goto case1
else
if ( "$ch" == C ) then
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-right
goto case1
else
if ( "$ch" == E ) then
exit
endif
##################################################
if ( "$ch" == 1 ) then
sleep 1
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-2
#
goto case1
else
if ( "$ch" == C ) then
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-right
goto case1
else
if ( "$ch" == E ) then
exit
endif
##################################################
if ( "$ch" == 2 ) then
sleep 1
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-3
#
goto case1
else
if ( "$ch" == C ) then
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-right
goto case1
else
if ( "$ch" == E ) then
exit
endif
##################################################
if ( "$ch" == 3 ) then
sleep 1
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-4
#
goto case1
else
if ( "$ch" == C ) then
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-right
goto case1
else
if ( "$ch" == E ) then
exit
endif
##################################################
if ( "$ch" == 4 ) then
sleep 1
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-5
#
goto case1
else
if ( "$ch" == C ) then
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-right
goto case1
else
if ( "$ch" == E ) then
exit
endif
##################################################
if ( "$ch" == 5 ) then
sleep 1
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-6
#
goto case1
— posted by at 12:46 pm
case1:
echo ""
echo "最初の文字を選択してください"
echo "Input あ-ん"
echo "0 あ行"
echo "1 か行"
echo "2 さ行"
echo "3 た行"
echo "4 な行"
echo "5 は行"
echo "6 ま行"
echo "7 や行"
echo "8 ら行"
echo "9 わ 記号"
echo "C Continue"
echo "E End"
echo "M Input_Mode"
echo "K Enter"
echo ""
set ch = $<
##################################################
if ( "$ch" == 0 ) then
sleep 1
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-1
goto case1
else
if ( "$ch" == C ) then
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-right
goto case1
else
if ( "$ch" == E ) then
exit
endif
##################################################
if ( "$ch" == 1 ) then
sleep 1
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-2
#
goto case1
else
if ( "$ch" == C ) then
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-right
goto case1
else
if ( "$ch" == E ) then
exit
endif
##################################################
if ( "$ch" == 2 ) then
sleep 1
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-3
#
goto case1
else
if ( "$ch" == C ) then
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-right
goto case1
else
if ( "$ch" == E ) then
exit
endif
##################################################
if ( "$ch" == 3 ) then
sleep 1
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-4
#
goto case1
else
if ( "$ch" == C ) then
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-right
goto case1
else
if ( "$ch" == E ) then
exit
endif
##################################################
if ( "$ch" == 4 ) then
sleep 1
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-5
#
goto case1
else
if ( "$ch" == C ) then
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-right
goto case1
else
if ( "$ch" == E ) then
exit
endif
##################################################
if ( "$ch" == 5 ) then
sleep 1
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-6
#
goto case1
— posted by at 12:46 pm
`e">
タイトルなし
2013/9/30
カテゴリー » Raspberry Pi 2 Model B
yum groupinstall "GNOME デスクトップ環境" "X Window System"
— posted by くま at 02:07 pm TrackBack [0]
今日出ていたエラー
2013/9/29
カテゴリー » Raspberry Pi 2 Model B
/etc/cron.weekly/98-zfs-fuse-scrub:
connect: No such file or directory
Please make sure that the zfs-fuse daemon is running.
internal error: failed to initialize ZFS library
対策
# /etc/init.d/zfs-fuse start
zfs-fuse を起動中: [ OK ]
Immunizing zfs-fuse against OOM kills [ OK ]
Mounting zfs partitions: [ OK ]
connect: No such file or directory
Please make sure that the zfs-fuse daemon is running.
internal error: failed to initialize ZFS library
対策
# /etc/init.d/zfs-fuse start
zfs-fuse を起動中: [ OK ]
Immunizing zfs-fuse against OOM kills [ OK ]
Mounting zfs partitions: [ OK ]
— posted by くま at 10:18 am TrackBack [0]
Comments