PT2対応のMythTVをビルド
2015/9/5
カテゴリー » Raspberry Pi 2 Model B
これだけ追加インストールしたがArchlinuxでは完璧では無い残念
perl-Digest-BubbleBabble-0.01-11.el6.noarch.rpm
perl-Net-IP-1.25-13.el6.noarch.rpm
perl-Net-DNS-0.65-5.el6.x86_64.rpm
perl-Net-DNS-Nameserver-0.65-5.el6.x86_64.rpm
— posted by くま at 09:15 am TrackBack [0]
yum update clamav
2015/9/3
カテゴリー » Raspberry Pi 2 Model B
====================================================================
パッケージ アーキテクチャ バージョン リポジトリー 容量
==============================================================================
更新:
clamav x86_64 0.98.7-1.el6 epel 1.3 M
依存性関連での更新をします。:
clamav-db x86_64 0.98.7-1.el6 epel 95 M
clamd x86_64 0.98.7-1.el6 epel 161 k
トランザクションの要約
=============================================================================
アップグレード 3 パッケージ
総ダウンロード容量: 96 M
これでいいですか? [y/N]y
パッケージをダウンロードしています:
Setting up and reading Presto delta metadata
Processing delta metadata
Package(s) data still to download: 96 M
(1/3): clamav-0.98.7-1.el6.x86_64.rpm | 1.3 MB 00:01
(2/3): clamav-db-0.98.7-1.el6.x86_64.rpm | 95 MB 01:42
(3/3): clamd-0.98.7-1.el6.x86_64.rpm | 161 kB 00:00
------------------------------------------------------------------------------------------
合計 934 kB/s | 96 MB 01:45
rpm_check_debug を実行しています
トランザクションのテストを実行しています
トランザクションのテストを成功しました
トランザクションを実行しています
更新 : clamav-db-0.98.7-1.el6.x86_64 1/6
warning: /var/lib/clamav/daily.cvd created as /var/lib/clamav/daily.cvd.rpmnew
更新 : clamav-0.98.7-1.el6.x86_64 2/6
更新 : clamd-0.98.7-1.el6.x86_64 3/6
整理中 : clamd-0.98.5-1.el6.x86_64 4/6
整理中 : clamav-0.98.5-1.el6.x86_64 5/6
整理中 : clamav-db-0.98.5-1.el6.x86_64 6/6
Verifying : clamav-db-0.98.7-1.el6.x86_64 1/6
Verifying : clamd-0.98.7-1.el6.x86_64 2/6
Verifying : clamav-0.98.7-1.el6.x86_64 3/6
Verifying : clamav-db-0.98.5-1.el6.x86_64 4/6
Verifying : clamd-0.98.5-1.el6.x86_64 5/6
Verifying : clamav-0.98.5-1.el6.x86_64 6/6
更新:
clamav.x86_64 0:0.98.7-1.el6
— posted by at 09:12 am
Debian8 Postfix Amavisd-new Failed to start...ENV{PATH} ...d line 7
2015/8/29
カテゴリー » Raspberry Pi 2 Model B
Loaded: loaded (/etc/init.d/amavis)
Active: failed (Result: exit-code) since 土 2015-08-29 18:06:01 JST; 1s ago
Process: 7032 ExecStop=/etc/init.d/amavis stop (code=exited, status=0/SUCCESS)
Process: 7447 ExecStart=/etc/init.d/amavis start (code=exited, status=1/FAILURE)
8月 29 18:06:01 debian amavis[7447]: Starting amavisd: Error in config file "/etc/amavis/conf.d/05-domain_id": Insecure directory in $ENV{PATH} ...d line 7.
8月 29 18:06:01 debian amavis[7447]: (failed).
8月 29 18:06:01 debian systemd[1]: amavis.service: control process exited, code=exited status=1
8月 29 18:06:01 debian systemd[1]: Failed to start LSB: Starts amavisd-new mailfilter.
8月 29 18:06:01 debian systemd[1]: Unit amavis.service entered failed state.
Hint: Some lines were ellipsized, use -l to show in full.
結論としては次の2つのファイルを修正すれば解決する。
何故か?32bit-i686版の方ではこの修正は必要ない。
/etc/amavis/conf.d/05-domain_id
#chomp($mydomain = `head -n 1 /etc/mailname`);
chomp($mydomain = "`head -n 1 /etc/mailname`");
/etc/amavis/conf.d/05-node_id
#chomp($mydomain = `head -n 1 /etc/mailname`);
chomp($mydomain = "`head -n 1 /etc/mailname`");
— posted by くま at 10:05 am TrackBack [0]
Archlinux NVIDIA-driver
2015/8/27
カテゴリー » Raspberry Pi 2 Model B
が当たらなくなって起動途中で停止する事となる(笑)
https://wiki.archlinux.org/index.php/NVIDIA
ここを読んで良くわからなかったが(笑)# pacman -S nvidia (GeForce GT 610)で解決した。
— posted by くま at 12:43 pm TrackBack [0]
2TiB超えパーティション
2015/8/26
カテゴリー » Raspberry Pi 2 Model B
http://server-setting.info/centos/mbr-gpt.html#gdisk_mbr_rarr_gpt_7
— posted by くま at 08:58 pm TrackBack [0]
VirtualBoxで"Kernel driver not installed"
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 05:52 pm TrackBack [0]
ArchLinux systemctl start dhcpcd...
カテゴリー » Raspberry Pi 2 Model B
# systemctl start dhcpcd ← 正
# systemctl start dhcpd ← 誤
前は「dhcpd」だったのに何時変わったんだ!
— posted by くま at 05:11 pm TrackBack [0]
grub2 参考サイト
カテゴリー » Raspberry Pi 2 Model B
あっさり自動認識したので驚いた。USBの起動ディスクまで認識はできなかったが(笑)
このサイトが参考になった。
http://ubiqlog.com/archives/5164
— posted by くま at 02:10 pm TrackBack [0]
Comments