search for: 022

Displaying 20 results from an estimated 415 matches for "022".

Did you mean: 02
2002 Jul 17
1
Re: smb.conf - fixed? :)
open("/usr/local/samba/var/log.smbd", O_WRONLY|O_APPEND|O_CREAT|O_LARGEFILE, 0666) = -1 EACCES (Permission denied) umask(0) = 022 brk(0x81e6000) = 0x81e6000 stat64("", 0xbfffed80) = -1 ENOENT (No such file or directory) umask(022) = 0 That "No such file or directory" is not good. This definitely appears to be an incorrect error messag...
2002 Mar 06
1
samba 2.2.3a on PPC
...= 0x100a7000 close(7) = 0 munmap(0x30016000, 4096) = 0 gettimeofday({1015378306, 575771}, NULL) = 0 stat64(0x7fffe538, 0x7fffe938) = -1 ENOENT (No such file or directory) time(NULL) = 1015378306 umask(022) = 022 open("", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = -1 ENOENT (No such file or directory) umask(022) = 022 umask(022) = 022 open("", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = -1...
2007 Mar 02
1
Double DTMF digits sent on IAX native bridge
...rvers and have a forward to go back out to the PSTN the two IAX channel bridge together. Now every time I dial a DTMF digit, the asterisk is sending two DTMF digits. I enable debugging for iax and I do see it sending the DTMF digits two times. Here is what I see: Rx-Frame Retry[ No] -- OSeqno: 022 ISeqno: 019 Type: IAX Subclass: ACK Timestamp: 50018ms SCall: 00004 DCall: 16385 [192.168.15.201:4569] Rx-Frame Retry[ No] -- OSeqno: 018 ISeqno: 021 Type: DTMF Subclass: 1 Timestamp: 51523ms SCall: 00003 DCall: 00002 [192.168.15.201:4569] Tx-Frame Retry[-01] -- OSeqno: 021 ISeq...
2001 Nov 22
2
Add new user -> swat core dump
...0 27542: siginfo: SIGSEGV SEGV_MAPERR addr=0x000000E9 27542: Received signal #11, SIGSEGV [caught] 27542: siginfo: SIGSEGV SEGV_MAPERR addr=0x000000E9 27542: time() = 1006354606 27542: time() = 1006354606 27542: umask(022) = 022 27542: open64("", O_WRONLY|O_CREAT|O_TRUNC, 0666) Err#2 ENOENT 27542: umask(022) = 022 27542: umask(022) = 022 ...[the last lines repeated several times]... 27542: o...
2010 Dec 19
1
Unable to build R-2.10.0 and later releases on AIX 6.1
Hi, I have been able to build R-2.9.2 on AIX 6.1 and AIX 5.2. However, I failed to build R-2.10.0 and later releases on these AIX platforms. The error messages I got are attached below: "connections.c", line 461.10: 1506-022 (S) "truncate64" is not a member of "struct Rconn". "connections.c", line 772.10: 1506-022 (S) "truncate64" is not a member of "struct Rconn". "connections.c", line 930.10: 1506-022 (S) "truncate64" is not a member of "struc...
2007 Oct 10
0
AST-2007-022: Buffer overflows in voicemail when using IMAP storage
Asterisk Project Security Advisory - AST-2007-022 +------------------------------------------------------------------------+ | Product | Asterisk | |--------------------+---------------------------------------------------| | Summary | Buffer overflows in voicemail when...
2007 Oct 10
0
AST-2007-022: Buffer overflows in voicemail when using IMAP storage
Asterisk Project Security Advisory - AST-2007-022 +------------------------------------------------------------------------+ | Product | Asterisk | |--------------------+---------------------------------------------------| | Summary | Buffer overflows in voicemail when...
2016 Oct 10
4
Pacaging/build issues with AIX and vac (dovecot-2.2.25)
On 09-Oct-16 22:51, Aki Tuomi wrote: >> >> Michael > > Does the compiler support C99 standard? > > Aki Yes. Plus extended features. Key difference with GCC, e.g., are the flags to the compiler, but autotools general manages those well. Key difference with platform (well, of of) is that it is not GNU, and how shared libraries are built. Again, libtool in particular,
2003 Oct 24
0
pam_smbpass can't find password database
...SETMASK, 0xFFBEEF8C, 0x00000000) = 0 13820: fstat(3, 0xFFBEFA70) = 0 13820: close(3) = 0 13820: sigaction(SIGPIPE, 0xFFBEFA98, 0xFFBEFB1C) = 0 13820: time() = 1067009197 13820: umask(022) = 022 13820: open64("", O_WRONLY|O_APPEND|O_CREAT, 0644) Err#2 ENOENT 13820: umask(022) = 022 13820: umask(022) = 022 13820: open64("", O_WRONLY|O_APPEND|O_CRE...
2003 Nov 17
1
rsync --daemon and logfile that can't be created
...he log file can't be opened for any other reason), then there's no warning whatsoever, as rsync forks itself into the background before checking the config, opening the log file, etc. Worse still, it gets a SIGSEGV, and dumps core. Here's a strace from a fairly recent CVS: 15154 umask(022) = 0 15154 open("/var/log/rsync/log", O_WRONLY|O_APPEND|O_CREAT|O_LARGEFILE, 0666) = -1 ENOTDIR (Not a directory) 15154 umask(0) = 022 15154 umask(022) = 0 15154 open("/var/log/rsync/log", O_WRONLY|O_APPEND|O...
2017 Sep 14
2
Question about 'DAGTypeLegalizer::SplitVecOp_EXTRACT_VECTOR_ELT'
Hi All, I have a question about splitting 'EXTRACT_VECTOR_ELT' with 'v2i1'. I have a llvm IR code snippet as following: llvm IR code snippet: for.body: ; preds = %entry, %for.cond %i.022 = phi i32 [ 0, %entry ], [ %inc, %for.cond ] %0 = icmp ne <2 x i32> %vecinit1, <i32 0, i32 -23> %1 = extractelement <2 x i1> %0, i32 %i.022 %vecext4 = extractelement <2 x i32> %vecinit1, i32 %i.022 %vecext5 = extractelement <2 x i32> <i32 0, i32 -23>,...
2016 Oct 10
4
Pacaging/build issues with AIX and vac (dovecot-2.2.25)
...c/lib -I../../src/lib-test -I../../src/lib-dns -I../../src/lib-ssl-iostream -I../../src/lib-master -I/opt/include -I/opt/buildaix/include -I/opt/include -O2 -qmaxmem=-1 -qarch=pwr5 -I/opt/buildaix/includes -c -o test-http-auth.o test-http-auth.c "test-http-auth.c", line 27.27: 1506-022 (S) "scheme" is not a member of "const struct http_auth_challenges_test". "test-http-auth.c", line 27.37: 1506-196 (W) Initialization between types "struct http_auth_challenge_test* const" and "char*" is not allowed. "test-http-auth.c",...
2017 Sep 15
2
Question about 'DAGTypeLegalizer::SplitVecOp_EXTRACT_VECTOR_ELT'
...wrote: > Hi All, > > I have a question about splitting 'EXTRACT_VECTOR_ELT' with 'v2i1'. I > have a llvm IR code snippet as following: > > llvm IR code snippet: > > for.body: ; preds = %entry, > %for.cond > %i.022 = phi i32 [ 0, %entry ], [ %inc, %for.cond ] > %0 = icmp ne <2 x i32> %vecinit1, <i32 0, i32 -23> > %1 = extractelement <2 x i1> %0, i32 %i.022 > %vecext4 = extractelement <2 x i32> %vecinit1, i32 %i.022 > %vecext5 = extractelement <2 x i32> <i32...
2007 Mar 27
5
TDM400p reliability
What are peoples experience with the reliability of the TDM400p. Specifically in the 2 FXO, 2 FXS configuration, which is the 022 (?) model. Is this board prone to random failures? joe a.
2001 Apr 22
1
relaxing access rights verifications
...sh-2.5.2p2/auth-rhosts.c --- openssh-2.5.2p2.orig/auth-rhosts.c Fri Feb 9 03:11:24 2001 +++ openssh-2.5.2p2/auth-rhosts.c Sun Apr 22 01:19:56 2001 @@ -215,7 +215,8 @@ } if (options.strict_modes && ((st.st_uid != 0 && st.st_uid != pw->pw_uid) || - (st.st_mode & 022) != 0)) { + (st.st_uid == 0 && (st.st_mode & 002) != 0) || + (st.st_uid != 0 && (st.st_mode & 022) != 0))) { log("Rhosts authentication refused for %.100s: bad ownership or modes for home directory.", pw->pw_name); packet_send_debug("...
2014 Sep 04
1
problem with mechanism of samba user SID creation
...ot LDAP backend, i need to be 100% clear on it. I can't find the reference to it anywhere, so if anyone can point me in the right way ..? What is confusing for me? I'll explain on example: 1. Scenario: Existing Samba PDC server (difference between Samba SID and User SID) [root at srv-022 etc]# net getlocalsid SID for domain SRV-022 is: S-1-5-21-3959513538-1809711307-1766237550 [root at srv-022 etc]# pdbedit -Lv | grep -i -A15 lang Unix username: lang NT username: Account Flags: [U ] User SID: S-1-5-21-110010030-2840066419-870397770-2262 Primary...
2006 Sep 05
2
Mongrel and umask for uploaded files
So any files that are uploaded through my form are getting the following mode: -rw------- I need them to have: -rw-r--r-- I''ve tried setting the umask in a script file called set_umask.rb as follows: File.umask(022) and then starting mongrel using: mongrel_rails start -m config/mime.types -S set_umask.rb but it doesn''t seem to change the mode that the files are created with.. I''ve also tried putting "File.umask(022)'' inside environment.rb but that doesn''t make a di...
2000 Jul 21
0
MDKSA-2000:022 dhcp update
...D MESSAGE----- Hash: SHA1 ________________________________________________________________________ Linux-Mandrake Security Update Advisory ________________________________________________________________________ Package name: dhcp Date: July 21th, 2000 Advisory ID: MDKSA-2000:022 Affected versions: 7.0, 7.1 ________________________________________________________________________ Problem Description: All versions of the ISC DHCP client program, dhclient, are vulnerable to a root attack by a corrupt DHCP server. This version fixes the vulnerability. Versions of Linux...
2002 Mar 30
0
[Bug 133] hard-coded umask(022) in ssh.c:main() too inflexible
http://bugzilla.mindrot.org/show_bug.cgi?id=133 stevesk at pobox.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|openssh-unix-dev at mindrot.org|stevesk at pobox.com ------- Additional Comments From stevesk at pobox.com 2002-03-31 06:37 ------- need to think about this. there
1999 Jul 22
0
[RHSA-1999:022-01] New Samba packages available
--------------------------------------------------------------------- Red Hat, Inc. Security Advisory Synopsis: New Samba packages for Red Hat Linux 4.2, 5.2, 6.0 Advisory ID: RHSA-1999:022-01 Issue date: 1999-07-22 Updated on: Keywords: samba smbd nmbd security Cross references: --------------------------------------------------------------------- 1. Topic: Samba 2.0.5a has been released. Among the fixes in this release are several security issues present in previous Samba rel...