RE: [users@httpd] htpasswd: could not determine temp dir

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I have looked into stdio.h in /usr/include. This defines the P_tmpdir as /tmp. This directory is present and it is also writtable. I aslo defined TMPDIR in the .bash_profile as /usr/local/tmp and this is also writtable. I am still getting the same error. Please let me know if there is any way I can solve this problem.

Regards,
Gopi. 

-----Original Message-----
From: Boyle Owen [mailto:Owen.Boyle@xxxxxxx] 
Sent: Monday, May 23, 2005 7:25 PM
To: users@xxxxxxxxxxxxxxxx
Subject: RE: [users@httpd] htpasswd: could not determine temp dir





> -----Original Message-----
> From: gadagoju.gopi@xxxxxxxxxxxxx [mailto:gadagoju.gopi@xxxxxxxxxxxxx]
> Sent: Montag, 23. Mai 2005 14:27
> To: users@xxxxxxxxxxxxxxxx
> Subject: RE: [users@httpd] htpasswd: could not determine temp dir
> 
> 
> OS is Linux on Advanced Server 4
> Tmp is also defined as follows
> [root@mycactus etc]# echo $TMP
> /usr/local/tmp

I had a look in the source (hint, hint); htpasswd uses the standard C-library function, tmpnam() to get a temporary filename. This gets a file in the directory referenced by "P_tmpdir" which is defined in stdio.h (in /usr/include... probably). On solaris that is /var/tmp. I think it is this function call which is failing.

There must be a problem with your OS installation if this is not working...

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 

> 
> I am not able to find any reference to this in the strace also.
> Regards,
> Gopi. 
> 
> -----Original Message-----
> From: Boyle Owen [mailto:Owen.Boyle@xxxxxxx]
> Sent: Monday, May 23, 2005 5:22 PM
> To: users@xxxxxxxxxxxxxxxx
> Subject: RE: [users@httpd] htpasswd: could not determine temp dir
> 
> Plain text please...
> 
> Do you have /tmp defined?
> what OS?
> 
> Rgds,
> Owen Boyle
> Disclaimer: Any disclaimer attached to this message may be ignored. 
> -----Original Message-----
> From: gadagoju.gopi@xxxxxxxxxxxxx [mailto:gadagoju.gopi@xxxxxxxxxxxxx]
> Sent: Montag, 23. Mai 2005 13:39
> To: users@xxxxxxxxxxxxxxxx
> Subject: [users@httpd] htpasswd: could not determine temp dir
> 
> 
> Hi,
>     I am using Apache Server 2.0.54. I was trying to create a password 
> file for the authorization and the authentication, I had some problem.
> I tried this command
> # htpasswd -c /etc/svn-auth-file1 cmadmin and it gives me the 
> following error.
> htpasswd: could not determine temp dir
> 
> I have also tried
> # strace htpasswd -c /etc/svn-auth-file1 cmadmin I have pasted the 
> output below at the end.
> I am using Apr-1.1.1.
> Please let me know what is to be done in order to create the 
> authorization file sucessfully.
> 
> Regards,
> Gopi.
> 
> strace htpasswd -c /etc/svn-auth-file1 cmadmin 
> execve("/usr/bin/htpasswd", ["htpasswd", "-c", "/etc/svn-auth-file1", 
> "cmadmin"], [/* 21 vars */]) = 0 uname({sys="Linux", 
> node="mycactus.hdc1bt1l", ...}) = 0
> brk(0)                                  = 0x86b3000
> access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such 
> file or directory)
> open("/etc/ld.so.cache", O_RDONLY)      = 3
> fstat64(3, {st_mode=S_IFREG|0644, st_size=89271, ...}) = 0 
> old_mmap(NULL, 89271, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7fea000
> close(3)                                = 0
> open("/lib/libpcre.so.0", O_RDONLY)     = 3
> read(3,
> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360\312"...,
> 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=65560,
> ...}) = 0 old_mmap(NULL, 62968, PROT_READ|PROT_EXEC, 
> MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf2a000 old_mmap(0xf39000, 4096, 
> PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) 
> = 0xf39000
> close(3)                                = 0
> open("/usr/lib/libpcreposix.so.0", O_RDONLY) = 3 read(3, 
> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260H\227"...,
>  512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=8656,
> ...}) = 0 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fe9000 old_mmap(NULL, 10120, 
> PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xc98000 
> old_mmap(0xc9a000, 4096, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0xc9a000
> close(3)                                = 0
> open("/usr/lib/libaprutil-0.so.0", O_RDONLY) = 3 read(3, 
> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360M\0"...,
> 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=81236,
> ...}) = 0 old_mmap(NULL, 80080, PROT_READ|PROT_EXEC, 
> MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xe3e000 old_mmap(0xe51000, 4096, 
> PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13000) 
> = 0xe51000
> close(3)                                = 0
> open("/usr/lib/libldap-2.2.so.7", O_RDONLY) = 3 read(3, 
> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\367"...,
> 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=202976,
> ...}) = 0 old_mmap(NULL, 200016, PROT_READ|PROT_EXEC, 
> MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xdfc000 old_mmap(0xe2c000, 4096, 
> PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x30000) 
> = 0xe2c000
> close(3)                                = 0
> open("/usr/lib/liblber-2.2.so.7", O_RDONLY) = 3 read(3, 
> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240\247"...,
> 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=48560,
> ...}) = 0 old_mmap(NULL, 46196, PROT_READ|PROT_EXEC, 
> MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x69c000 old_mmap(0x6a7000, 4096, 
> PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) 
> = 0x6a7000
> close(3)                                = 0
> open("/lib/tls/i686/libdb-4.2.so", O_RDONLY) = 3 read(3, 
> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0
> L\253\000"..., 512) = 512
> lseek(3, 833220, SEEK_SET)              = 833220
> read(3,
> "\4\0\0\0\20\0\0\0\1\0\0\0GNU\0\0\0\0\0\2\0\0\0\4\0\0\0"...,
> 32) = 32 fstat64(3, {st_mode=S_IFREG|0755, st_size=845624,
> ...}) = 0 old_mmap(NULL, 843388, PROT_READ|PROT_EXEC, 
> MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x144000 old_mmap(0x210000, 8192, 
> PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xcc000) 
> = 0x210000
> close(3)                                = 0
> open("/usr/lib/libexpat.so.0", O_RDONLY) = 3 read(3, 
> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\377"...,
> 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=127592,
> ...}) = 0 old_mmap(NULL, 124868, PROT_READ|PROT_EXEC, 
> MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xaa5000 old_mmap(0xac2000, 8192, 
> PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d000) 
> = 0xac2000
> close(3)                                = 0
> open("/usr/lib/libapr-0.so.0", O_RDONLY) = 3 read(3, 
> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\206"...,
> 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=1332511,
> ...}) = 0 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fe8000 old_mmap(NULL, 135152, 
> PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xc05000 
> old_mmap(0xc24000, 8192, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1e000) = 0xc24000 
> mprotect(0xbff87000, 4096,
> PROT_READ|PROT_WRITE|PROT_EXEC|PROT_GROWSDOWN) = 0
> close(3)                                = 0
> open("/lib/tls/librt.so.1", O_RDONLY)   = 3
> read(3,
> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3200\260"...,
>  512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=47851,
> ...}) = 0 old_mmap(NULL, 81656, PROT_READ|PROT_EXEC, 
> MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xeca000 old_mmap(0xed2000, 8192, 
> PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) 
> = 0xed2000 old_mmap(0xed4000, 40696, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xed4000
> close(3)                                = 0
> open("/lib/tls/libm.so.6", O_RDONLY)    = 3
> read(3,
> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0sB\000"...,
> 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=179139,
> ...}) = 0 old_mmap(NULL, 139424, PROT_READ|PROT_EXEC, 
> MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x3f8000 old_mmap(0x419000, 8192, 
> PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20000) 
> = 0x419000
> close(3)                                = 0
> open("/lib/libcrypt.so.1", O_RDONLY)    = 3
> read(3,
> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\307"...,
> 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=27231,
> ...}) = 0 old_mmap(NULL, 184636, PROT_READ|PROT_EXEC, 
> MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb00000 old_mmap(0xb05000, 8192, 
> PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) 
> = 0xb05000 old_mmap(0xb07000, 155964, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb07000
> close(3)                                = 0
> open("/lib/tls/libpthread.so.0", O_RDONLY) = 3 read(3, 
> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@8E\000"...,
> 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=94480,
> ...}) = 0 old_mmap(NULL, 70108, PROT_READ|PROT_EXEC, 
> MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x366000 old_mmap(0x374000, 8192, 
> PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd000) 
> = 0x374000 old_mmap(0x376000, 4572, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x376000
> close(3)                                = 0
> open("/lib/libdl.so.2", O_RDONLY)       = 3
> read(3,
> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\233"...,
> 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=15384,
> ...}) = 0 old_mmap(NULL, 12388, PROT_READ|PROT_EXEC, 
> MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x83e000 old_mmap(0x840000, 8192, 
> PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) 
> = 0x840000
> close(3)                                = 0
> open("/lib/tls/libc.so.6", O_RDONLY)    = 3
> read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0
> \3370\000"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, 
> st_size=1454835, ...}) = 0 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fe7000 old_mmap(NULL, 1215644, 
> PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x212000 
> old_mmap(0x335000, 16384, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x123000) = 0x335000 
> old_mmap(0x339000, 7324, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x339000
> close(3)                                = 0
> open("/lib/libresolv.so.2", O_RDONLY)   = 3
> read(3,
> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360CW\000"...
> , 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=79576,
> ...}) = 0 old_mmap(NULL, 75944, PROT_READ|PROT_EXEC, 
> MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x111000 old_mmap(0x120000, 8192, 
> PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) 
> = 0x120000 old_mmap(0x122000, 6312, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x122000
> close(3)                                = 0
> open("/usr/lib/libsasl2.so.2", O_RDONLY) = 3 read(3, 
> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`P\246\000"...
> , 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=82320,
> ...}) = 0 old_mmap(NULL, 79708, PROT_READ|PROT_EXEC, 
> MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x575000 old_mmap(0x588000, 4096, 
> PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13000) 
> = 0x588000
> close(3)                                = 0
> open("/lib/libssl.so.4", O_RDONLY)      = 3
> read(3,
> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20V\242"...,
> 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=213600,
> ...}) = 0 old_mmap(NULL, 212692, PROT_READ|PROT_EXEC, 
> MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x378000 old_mmap(0x3a9000, 12288, 
> PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x31000) 
> = 0x3a9000
> close(3)                                = 0
> open("/lib/libcrypto.so.4", O_RDONLY)   = 3
> read(3,
> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\t\213"...,
> 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=933408,
> ...}) = 0 old_mmap(NULL, 949656, PROT_READ|PROT_EXEC, 
> MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x41b000 old_mmap(0x4ee000, 73728, 
> PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd2000) 
> = 0x4ee000 old_mmap(0x500000, 11672, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x500000
> close(3)                                = 0
> open("/lib/libnsl.so.1", O_RDONLY)      = 3
> read(3,
> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\304"...,
> 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=95320,
> ...}) = 0 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fe6000 old_mmap(NULL, 88064, 
> PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xa0a000 
> old_mmap(0xa1c000, 8192, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0xa1c000 
> old_mmap(0xa1e000, 6144, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xa1e000
> close(3)                                = 0
> open("/usr/lib/libgssapi_krb5.so.2", O_RDONLY) = 3 read(3, 
> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320L\227"...,
>  512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=82944,
> ...}) = 0 old_mmap(NULL, 80272, PROT_READ|PROT_EXEC, 
> MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x33b000 old_mmap(0x34e000, 4096, 
> PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13000) 
> = 0x34e000
> close(3)                                = 0
> open("/usr/lib/libkrb5.so.3", O_RDONLY) = 3 read(3, 
> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\350x\000"...
> , 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=415188, ...}) = 
> 0 old_mmap(NULL, 413000, PROT_READ|PROT_EXEC, 
> MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x503000 old_mmap(0x566000, 8192, 
> PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x63000) 
> = 0x566000
> close(3)                                = 0
> open("/lib/libcom_err.so.2", O_RDONLY)  = 3 read(3, 
> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\354(v\000"...
> , 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=7004,
> ...}) = 0 old_mmap(NULL, 8636, PROT_READ|PROT_EXEC, 
> MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xfc8000 old_mmap(0xfca000, 4096, 
> PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) 
> = 0xfca000
> close(3)                                = 0
> open("/usr/lib/libk5crypto.so.3", O_RDONLY) = 3 read(3, 
> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\222~\000"...
> , 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=136016, ...}) = 
> 0 old_mmap(NULL, 134560, PROT_READ|PROT_EXEC, 
> MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x3ac000 old_mmap(0x3cc000, 4096, 
> PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20000) 
> = 0x3cc000
> close(3)                                = 0
> open("/usr/lib/libz.so.1", O_RDONLY)    = 3
> read(3,
> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260EF\000"...
> , 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=63528,
> ...}) = 0 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fe5000 old_mmap(NULL, 65028, 
> PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xcde000 
> old_mmap(0xced000, 4096, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0xced000
> close(3)                                = 0
> old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, 
> -1, 0) = 0xb7fe4000 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fe3000
> mprotect(0x335000, 4096, PROT_READ)     = 0
> mprotect(0x142000, 4096, PROT_READ)     = 0
> set_thread_area({entry_number:-1 -> 6, base_addr:0xb7fe36c0, 
> limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, 
> limit_in_pages:1, seg_not_present:0, useable:1}) = 0
> munmap(0xb7fea000, 89271)               = 0
> set_tid_address(0xb7fe3708)             = 15841
> rt_sigaction(SIGRTMIN, {0x36a3c0, [], SA_RESTORER|SA_SIGINFO, 
> 0x3718b0}, NULL, 8) = 0 rt_sigaction(SIGRT_1, {0x36a430, [], 
> SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x3718b0}, NULL, 8) = 0 
> rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0 
> getrlimit(RLIMIT_STACK, {rlim_cur=10240*1024,
> rlim_max=RLIM_INFINITY}) = 0 _sysctl({{CTL_KERN, KERN_VERSION}, 2, 
> 0xbff86dd8, 34, (nil), 0}) = 0
> brk(0)                                  = 0x86b3000
> brk(0x86d4000)                          = 0x86d4000
> stat64("/etc/svn-auth-file1", {st_mode=S_IFREG|0644, st_size=0, ...}) 
> = 0 open("/etc/svn-auth-file1",
> O_RDONLY|O_APPEND) = 3
> close(3)                                = 0
> open("/dev/tty", O_RDWR|O_CREAT|O_TRUNC, 0666) = 3 ioctl(3, 
> SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo
> ...}) = 0 ioctl(3, SNDCTL_TMR_CONTINUE or TCSETSF, {B38400 opost -isig 
> icanon -echo ...}) = 0 fstat64(3, {st_mode=S_IFCHR|0666, 
> st_rdev=makedev(5, 0), ...}) = 0 ioctl(3, SNDCTL_TMR_TIMEBASE or 
> TCGETS, {B38400 opost -isig icanon -echo ...}) = 0 mmap2(NULL, 4096, 
> PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fff000
> write(3, "New password: ", 14New password: )          = 14
> read(3, "\n", 4096)                     = 1
> write(3, "\n", 1
> )                       = 1
> ioctl(3, SNDCTL_TMR_CONTINUE or TCSETSF, {B38400 opost isig icanon 
> echo ...}) = 0
> close(3)                                = 0
> munmap(0xb7fff000, 4096)                = 0
> open("/dev/tty", O_RDWR|O_CREAT|O_TRUNC, 0666) = 3 ioctl(3, 
> SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo
> ...}) = 0 ioctl(3, SNDCTL_TMR_CONTINUE or TCSETSF, {B38400 opost -isig 
> icanon -echo ...}) = 0 fstat64(3, {st_mode=S_IFCHR|0666, 
> st_rdev=makedev(5, 0), ...}) = 0 ioctl(3, SNDCTL_TMR_TIMEBASE or 
> TCGETS, {B38400 opost -isig icanon -echo ...}) = 0 mmap2(NULL, 4096, 
> PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fff000 
> write(3, "Re-type new password: ", 22Re-type new
> password: )  = 22
> read(3, "\n", 4096)                     = 1
> write(3, "\n", 1
> )                       = 1
> ioctl(3, SNDCTL_TMR_CONTINUE or TCSETSF, {B38400 opost isig icanon 
> echo ...}) = 0
> close(3)                                = 0
> munmap(0xb7fff000, 4096)                = 0
> time(NULL)                              = 1116841022
> getcwd("/usr/local/etc", 4096)          = 15
> write(2, "htpasswd: could not determine te"..., 39htpasswd: 
> could not determine temp dir
> ) = 39
> exit_group(1)                           = ?
> 
> This message is for the designated recipient only and may contain 
> privileged, proprietary, or otherwise private information. If you have 
> received it in error, please notify the sender immediately and delete 
> the original. Any other use of the email by you is prohibited.
> Diese E-mail ist eine private und persönliche Kommunikation. 
> Sie hat keinen Bezug zur Börsen- bzw. Geschäftstätigkeit der SWX 
> Gruppe. This e-mail is of a private and personal nature.
> It is not related to the exchange or business activities of the SWX 
> Group. Le présent e-mail est un message privé et personnel, sans 
> rapport avec l'activité boursière du Groupe SWX.
>  
>  
> This message is for the named person's use only. It may 
> contain confidential, proprietary or legally privileged 
> information. No confidentiality or privilege is waived or 
> lost by any mistransmission. If you receive this message in 
> error, please notify the sender urgently and then immediately 
> delete the message and any copies of it from your system. 
> Please also immediately destroy any hardcopies of the 
> message. You must not, directly or indirectly, use, disclose, 
> distribute, print, or copy any part of this message if you 
> are not the intended recipient. The sender's company reserves 
> the right to monitor all e-mail communications through their 
> networks. Any views expressed in this message are those of 
> the individual sender, except where the message states 
> otherwise and the sender is authorised to state them to be 
> the views of the sender's company.
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP 
> Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
>    "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
> For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
> 
> 
> 
> This message is for the designated recipient only and may 
> contain privileged, proprietary, or otherwise private 
> information.  If you have received it in error, please notify 
> the sender immediately and delete the original.  Any other 
> use of the email by you is prohibited.
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP 
> Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
>    "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
> For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
> 
> 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information.  If you have received it in error, please notify the sender immediately and delete the original.  Any other use of the email by you is prohibited.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux