ソフトバンクのもとでXGPを展開するはずのウィルコムですが、
中国方式の新規格PHSを採用するらしいというニュースが出てました。
なんだかよくわからないのですが、
どうもXGPをやめてTD-LTEにするというような話のようです。
XGPもTD-LTEもWiMAXも大して変わらないといえば変わりませんが、
何にせよ、いいサービスになることを望みます。
root:<暗号化されたパスワード>:<何か>:<何か>:<何か>:<何か>:::
<暗号化されたパスワード>
c1:12345:respawn:/sbin/agetty 38400 tty1 linux
c1:12345:respawn:/bin/login root </dev/tty1 >/dev/tty1 2>/dev/tty1
exec /sbin/mingetty tty1
exec /bin/login root </dev/tty1 >/dev/tty1 2>/dev/tty1
PasswordAuthentication yesにしておいたほうがいいでしょう。
PermitEmptyPasswords yes
!!! All ebuilds that could satisfy "=****/******" have been masked.のようなエラーが出て止まってしまいます。
!!! One of the following masked packages is required to complete your request:
- ****/****** (masked by: EAPI 2)
The current version of portage supports EAPI '1'. You must upgrade to a
newer version of portage before EAPI masked packages can be installed.
# emerge -pv net-dns/bind
# emerge net-dns/bind
# rc-update -a named default
# vi /etc/bind/named.conf
options {
directory "/var/bind";
listen-on-v6 { any; };
allow-query { any; };
pid-file "/var/run/named/named.pid";
recursion yes;
};
zone "localhost" IN {
type master;
file "pri/localhost.zone";
allow-update { none; };
notify no;};
zone "127.in-addr.arpa" IN {
type master;
file "pri/127.zone";
allow-update { none; };
notify no;
};
zone "ipv6.private.jp" IN {
type master;
file "pri/ipv6.private.jp.zone";
allow-update { none; };
notify no;
};
# vi /etc/bind/pri/ipv6.private.jp.zone
$TTL 1W@ IN SOA ns.ipv6.private.jp. root.localhost. (
2008122604 ; Serial
28800 ; Refresh
14400 ; Retry
604800 ; Expire - 1 week
86400 ) ; Minimum
@ IN NS ns.ipv6.private.jp.
@ IN A 192.168.1.1
ns IN CNAME server1
@ IN AAAA fd00::1
server1 IN ;A; 192.168.1.1
server1 IN AAAA fd00::1
server2 IN A 192.168.1.2
server2 IN AAAA fd00::2
# /etc/init.d/named start
# vi /etc/resolv.confnamesever