hdknr
read my profile
sign my guestbook

Message: message me


Member Since: 3/28/2009

SubscriptionsSites I Read
featuredweblogs
featuredquestions
TheXangaTeam

Posting Calendar

|<< oldest | newest >>|
view all weblog archives

Get Involved!

Suggest a link

Recommend to friend

Create a site


Sunday, March 29, 2009

日本駐車場開発、青山ベル

日本駐車場開発、青山ベルコモンズなどにカーシェアリング拠点

(2008年09月10日)

この記事の場所を見る

日本駐車場開発、青山ベルコモンズなどにカーシェアリング拠点

写真を拡大

「青山ベルコモンズパーキング」の様子

 駐車場経営などを手掛ける日本駐車場開発(大阪市)は9月12日、原宿・渋谷エリアの直営駐車場3カ所に車を共同利用できるカーシェアリング拠点を開設し、カーシェアリング事業に本格参入する。

いいかも。

Posted via web from hdknr's posterous


Saturday, March 28, 2009

/etc/shells がディストリで異なる。

あと、入っているパッケージによっても違うと思う。設定ミスもあり得る。

Fedora7

[root@fedora ~]# more /etc/shells | sort
/bin/bash
/bin/csh
/bin/sh
/bin/tcsh
/sbin/nologin

Ubuntu 8.0.4 LTS

# /etc/shells: valid login shells
/bin/bash
/bin/csh
/bin/dash
/bin/ksh
/bin/rbash
/bin/sh
/bin/tcsh
/usr/bin/es
/usr/bin/esh
/usr/bin/ksh
/usr/bin/rc
/usr/bin/screen
/usr/bin/tcsh

Debina Etch
admin@etch :~$ cat /etc/shells | sort
# /etc/shells: valid login shells
/bin/ash
/bin/bash
/bin/csh
/bin/dash
/bin/ksh
/bin/rbash
/bin/sash
/bin/sh
/bin/tcsh
/bin/zsh
/usr/bin/es
/usr/bin/esh
/usr/bin/ksh
/usr/bin/rc
/usr/bin/screen
/usr/bin/tcsh
/usr/bin/zsh


Posted via email from hdknr's posterous


pwckで/etc/shadowの確認をする。

root@ubuntu-vbox:~# pwck
user lp: directory /var/spool/lpd does not exist
user news: directory /var/spool/news does not exist
user uucp: directory /var/spool/uucp does not exist
user www-data: directory /var/www does not exist
user list: directory /var/list does not exist
user irc: directory /var/run/ircd does not exist
user gnats: directory /var/lib/gnats does not exist
user nobody: directory /nonexistent does not exist
user dhcp: directory /nonexistent does not exist
user syslog: directory /home/syslog does not exist
user klog: directory /home/klog does not exist
user hplip: directory /var/run/hplip does not exist
user pulse: directory /var/run/pulse does not exist
user vboxadd: directory /var/run/vboxadd does not exist
pwck: no changes

Posted via email from hdknr's posterous


naotaka blog » Blog Archive » urllib2でValueError

取得したデータをread()した時に、問題が発生しているみたい。他のURLでは起こらないので、データの方に問題があるとか?

ググってみると、PythonのIssue Trackerに報告があがってた。

» Issue 3721: invalid literal for int() with base 16: ” - Python tracker

こちらの書き込みに従い、MacPortsでPython 2.6.1をインストールして試してみると、問題なく成功。2.6.xでは修正されているようですね。

Python 2.6か。

Posted via web from hdknr's posterous


mysql:壊した覚えはない

hdknr@deblen:~$ sudo /etc/init.d/mysql restart
Stopping MySQL database server: mysqld.
Starting MySQL database server: mysqld.
Checking for corrupt, not cleanly closed and upgrade needing tables..

hdknr@deblen:~$ sudo mysql -u root -p
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 43
Server version: 5.0.51a-24-log (Debian)

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> 

どうやら、壊れてはいなくて「一応必ずしらべたら?」というサジェスチョンの用です。

おかしくないですかね?

Posted via email from hdknr's posterous



Next 5 >>