投稿

2014の投稿を表示しています

Install failed : pythonz

症状   一般ユーザーでpythonzをインストールしようとすると /usr/local/pythonz にインストールしようとして失敗してしまう。   $ curl -kL https://raw.github.com/saghul/pythonz/master/pythonz-install | bash   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current                                  Dload  Upload   Total   Spent    Left  Speed 103  2596  103  2596    0     0   2290      0  0:00:01  0:00:01 --:--:--  2290 Downloading https://github.com/saghul/pythonz/tarball/master ######################################################################## 100.0%Warning: Failed to create the file pythonz-latest.tar.gz                                                                            1.1% curl: (23) Failed writing body (0 != 834) Extracting /usr/local/pythonz/dists/pythonz-latest.tar.gz tar: saghul-pythonz-fd665c4/.gitignore: open 不能: ファイルが存在します tar: saghul-pythonz-fd665c4/ChangeLog: open 不能: ファイルが存在します tar: saghul-pythonz-fd665c4/MANIFEST.in: open 不能: ファイルが存在します tar: saghul-pythonz-fd665c4/READ

svn checkout を実行すると「svn: ネットワーク接続が突然切られました」のメッセージが表示される

症状    $ svn co svn://yourhostname/yoursvndir        svn: ネットワーク接続が突然切られました 解決方法    svn ホスト上で、        $ vi /etc/xinetd.d/svnserve        only_from で指定しているスコープを変更する。    $ service xinetd reload

Ansible On Windows

Windows 環境で Ansible を利用できるようにするために、 C:\temp>pip install ansible Downloading/unpacking ansible   Running setup.py egg_info for package ansible     Traceback (most recent call last):       File "<string>", line 16, in <module>       File "c:\docume~1\yamamu~1\locals~1\temp\pip-build-YourName\ansible\ setup.py", line 17, in <module>         from ansible.constants import DEFAULT_MODULE_PATH       File "c:\docume~1\yamamu~1\locals~1\temp\pip-build-YourName\ansible\ lib\ansible\constants.py", line 19, in <module>         import pwd     ImportError: No module named pwd     Complete output from command python setup.py egg_info:     Traceback (most recent call last):   File "<string>", line 16, in <module>   File "c:\docume~1\yamamu~1\locals~1\temp\pip-build-YourName\ansible\setu p.py", line 17, in <module>     from ansible.constants import DEFAULT_MODULE_PATH   File "c:\docume~1\yamamu~1\local