/ 雑記帳

ArchLinux systemctl start dhcpcd...

見事に躓いた。
      
# systemctl start dhcpcd ← 正
      
# systemctl start dhcpd ← 誤
前は「dhcpd」だったのに何時変わったんだ!

— posted by くま at 05:11 pm   pingTrackBack [0]

 

grub2 参考サイト

Debian8をインストールしてgrub2でマルチブートをしてみたが
あっさり自動認識したので驚いた。USBの起動ディスクまで認識はできなかったが(笑)
このサイトが参考になった。
http://ubiqlog.com/archives/5164

— posted by くま at 02:10 pm   pingTrackBack [0]

Debia8 ssh設定

rootユーザーでscpコマンドを実行したいため...
# vi /etc/ssh/sshd_config
PermitRootLogin without-password

PermitRootLogin yes

— posted by くま at 03:35 pm   pingTrackBack [0]

Mcintosh MC-30のリフレッシュを頼まれた...2

明らかに容量が間違ったコンデンサーが付いているのを発見する。
C12は1uFではなくて0.1uFだと思うんだが?

DCIM0354



— posted by くま at 10:57 pm   pingTrackBack [0]

 

VirtualBoxの呪縛からの脱出 V2P (Debian8)

clonezillaでV2Pを行って物理ハードデスクにシステムを移行後、
起動にVirtualBox関連のエラーが出ていて悩んでいたがやっと解決方法が分かった。
      
/etc/rc5.dで止められなかった起動時のエラーの内容を確認する。
$ systemctl | grep box
● vboxadd-service.service loaded failed failed LSB: VirtualBox Additions service
● vboxadd.service loaded failed failed LSB: loaded failed failed LSB: VirtualBox Linux Additions kernel modules
      
# systemctl disable vboxadd-service.service
Synchronizing state for vboxadd.service with sysvinit using update-rc.d...
Executing /usr/sbin/update-rc.d vboxadd defaults
insserv: warning: current start runlevel(s) (empty) of script `vboxadd' overrides LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `vboxadd' overrides LSB defaults (0 1 6).
Executing /usr/sbin/update-rc.d vboxadd disable
insserv: warning: current start runlevel(s) (empty) of script `vboxadd' overrides LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `vboxadd' overrides LSB defaults (0 1 6).
      
# systemctl disable vboxadd.service
Synchronizing state for vboxadd.service with sysvinit using update-rc.d...
Executing /usr/sbin/update-rc.d vboxadd defaults
Executing /usr/sbin/update-rc.d vboxadd disable
insserv: warning: current start runlevel(s) (empty) of script `vboxadd' overrides LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `vboxadd' overrides LSB defaults (0 1 6).

— posted by くま at 01:43 pm   pingTrackBack [0]

Mate Desktop スクリプト置き場

gnome環境ならばスクリプトはここに格納する。
~/.gnome2/nautilus-scripts/
Mate Desktop環境ならばスクリプトは
~/.config/caja/scripts/
そこにスクリプトを置いたら「スクリプト」メニューの直下に現れる。

— posted by くま at 02:18 pm   pingTrackBack [0]

 

Debian8 apache2 を簡単に設定(笑)

1:/etc/apache2/apache2.conf
$ diff ./apache2.conf ../apache2.ori/apache2.conf
164,165c164
< <Directory /var/www/>
< <Directory /home/web/public_html/>
---
> <Directory /var/www/>

2:/etc/apache2/sites-available/000-default.conf
$ diff ./000-default.conf 000-default.conf.ori
11,14c11,12
< #ServerAdmin webmaster@localhost
< ServerAdmin kkuma@kkuma.mydns.jp
< #DocumentRoot /var/www/html
< DocumentRoot /home/web/public_html
---
> ServerAdmin webmaster@localhost
> DocumentRoot /var/www/html

— posted by くま at 12:49 pm   pingTrackBack [0]

Mcintosh MC-30のリフレッシュを頼まれたが....

Mcintosh MC-30 使用真空管
12AX7 x 4
12AU7 x 2
12BH7 x 2
6L6GC x 4
使用コンデンサーの電源周りや信号通過の代替え品は日本製では皆無
あってもバカ高い価格がついているので迷う。
音が出るレベルなら簡単なんだが音の質まで問われると本当に困る。

DCIM0361



DCIM0358



— posted by くま at 01:13 pm   pingTrackBack [0]

WD製の最新型ハードデスクを購入

WWD20EZRX、容量2T規格はSATA3である。
しかし古いマザーボードとRAIDカードを使い回している管理人の環境はSATA2である。
なので問題は無いかとウエスタンデジタルのホームページを覗いてみると
ジャンパーピンの設定でSATA2に切り替えが出来るようになっていた。
これなら大丈夫?と思って購入したが...
残念ながらPCI-e RoketRAID2300は2T×3個 取り付けても2Tまでしか認識出来ない!
がっかりである。
しかたがないのでRAIDカードを使わずにRAID0を組む事とした。

— posted by くま at 05:54 pm   pingTrackBack [0]

 

Debian 8 "Jessie" を Virtualbox にインストール

http://qiita.com/smellman/items/160e19279e1b46b4aa6d

— posted by くま at 05:51 pm   pingTrackBack [0]

<< 2015.8 >>
SMTWTFS
      1
2 3 45678
9 101112131415
1617181920 21 22
23 24 2526 27 2829
30 31     
 
























T: Y: ALL: Online:
ThemePanel
Created in 0.1453 sec.