Problem with permissions and vi

2008-12-02 Thread Adam Zaleski
Hello, I have a problem setting up some permissions to file and editing this file with vi.. I have two different examples to show you what I mean... First one: [EMAIL PROTECTED] ~]$ echo some text some_file.txt [EMAIL PROTECTED] ~]$ chmod 000 some_file.txt [EMAIL PROTECTED] ~]$ ls -l

Python + cx_Oracle

2008-10-14 Thread Adam Zaleski
Hello, Lately i have installed linux Oracle instant_client with sqlplus and sdk packages. I have configured it properly and it works fine right now. Now I'am having trouble to compile cx_Oracle python module.. My Python use FreeBSD system libraries but cx_Oracle need to use libraries from linux

Re: How to generate password hashes for vipw and chpass

2008-10-06 Thread Adam Zaleski
Ivan Rambius Ivanov pisze: # /sbin/md5 -s newpassword and then I passed the output to chpass. I tried to use the new password for the next login but it failed - so I believe this is wrong. Can you please show me how to generate the password hashes? You can add new account with one command

Re: How to generate password hashes for vipw and chpass

2008-10-05 Thread Adam Zaleski
Ivan Rambius Ivanov pisze: # /sbin/md5 -s newpassword and then I passed the output to chpass. I tried to use the new password for the next login but it failed - so I believe this is wrong. Can you please show me how to generate the password hashes? You can add new account with one command