Displaying 20 results from an estimated 32 matches for "creat64".
2007 Aug 21
2
Extremely long creat64 latencies on higly
...powerful, but it''s more than that...).
While it appears to run, and when I tried lowering the limit I started getting results, I''d appreciate it if you could please explain the actions attached to the last few probes with the different predicates (the numerous return probes from creat64).
It looks to me a lot like a conditional program flow (first we calculate the duration, then we commit() the speculation if duration is > limit and discard() it otherwise) rather than discrete probes that fire independently. I read the manual as saying that conditional flow isn''t poss...
2006 Nov 08
1
timestamp vs vtimestamp
...ow i''m here to see your points. Any tips?
As you know, i''m making some "screencasts" about a few solaris features. That screencasts is one point of many tests that i''m making with solaris 10. Now, with some tests with dtrace, i have saw a interesting point: the creat64 and unlink system calls are uniforms (times) on ZFS, but have some strange times on UFS (standard deviation).
I have two simple questions:
a) The filesystem utilization can be the problem? I mean, the UFS filesystem is 86% in use, and the ZFS is almost empty.
b) Can that difference be structural? I...
2006 Mar 03
1
problem when compiling samba-3.0.21c on power PC platform
Hi, All,
Currently we are using Samba 2.2 and planning to update to samba 3.
However, I encountered the following error when I try to compile the
samba-3.0.21c:
------------------------
...
Checking for creat64...yes
Checking for prctl...yes
Configure: error: cannot run test program while cross compiling
See 'config.log' for more details.
------------------------
Would anyone with experience on cross compiling samba3 help me?
Thanks in advance,
Shunnian
2007 Feb 26
1
Cross-compiling for ARM with 3.0.24
...t to call configure:
#!/bin/bash
ac_cv_func_prctl=no
linux_getgrouplist_ok=no
./configure --without-krb5 --without-ldap --without-ads --disable-cups
--without-swat --prefix=/home/tropem/samba-build --host=arm-linux
--build=i386-linux
The console error is:
checking for __open64... yes
checking for creat64... yes
checking for prctl... yes
configure: error: cannot run test program while cross compiling
See `config.log' for more details.
The config.log shows:
configure:23753: checking for prctl
configure:23809: arm-linux-gcc -o conftest -O -D_SAMBA_BUILD_
conftest.c -lnsl -ldl >&5
configur...
2005 Nov 06
1
Cannot cross-compile 3.0.20b from i686 to mipsel
...& make AR=mipsel-hdhlan-linux-ar CC=mipsel-hdhlan-linux-gcc \
LD=mipsel-hdhlan-linux-ld NM=mipsel-hdhlan-linux-nm \
OBJDUMP=mipsel-hdhlan-linux-objdump
configure failed with this error message:
checking for open64... yes
checking for _open64... no
checking for __open64... yes
checking for creat64... yes
checking for prctl... yes
configure: error: cannot run test program while cross compiling
See `config.log' for more details.
In config.log I find the following error:
configure:19052: checking for _open64
configure:19109: /usr/local/linkstation/gcc-3.4.4-glibc-2.3.5/mipsel-hdhlan-linux...
2010 Oct 23
2
No ACL inheritance with aclmode=passthrough in onnv-134
...group@:-wxp----------:-------:deny
group@:r-------------:-------:allow
everyone@:-wxp---A-W-Co-:-------:deny
everyone@:r-----a-R-c--s:-------:allow
$ truss -v all touch file3
...
stat64("file3", 0x08047BF0) Err#2 ENOENT
creat64("file3", 0666) = 3
futimens(3, 0x00000000) = 0
close(3) = 0
_exit(0)
touch is not calling chmod(), also the same happens with mkdir.1
(which also doesn''t call chmod()).
To summarize:
ACLs ar...
2006 May 02
1
compile R on Solaris 9
I can't make R on a Solaris 9 box. Does anyone have any suggestions?
Thanks in advance.
<3>-> make
`Makedeps' is up to date.
`libbz2.a' is up to date.
`Makedeps' is up to date.
`libpcre.a' is up to date.
`Makedeps' is up to date.
`libz.a' is up to date.
../../../src/include/libintl.h is unchanged
../../../include/libintl.h is unchanged
`localecharset.h'
2008 Apr 20
1
dtrace script to monitor file access
...#pragma D option quiet
BEGIN
{
printf("\n Timestamp gid uid pid ppid execname function current directory file name\n\n");
}
syscall::open:entry, syscall::creat:entry,
syscall::open64:entry, syscall::creat64:entry,
syscall::unlink:entry, syscall::rename:entry
/strstr(stringof(copyinstr(arg0)), $1) != NULL/
{
printf("%Y %5d %5d %5d %5d %-12s %-10s %25s %s\n",
walltimestamp, gid, uid, pid, ppid, execname, probefunc, cwd, stringof(copyins...
2002 Dec 25
1
Trouble installing samba
...g for pwrite... no
> checking for _pwrite... no
> checking for __pwrite... no
> checking for pwrite64... no
> checking for _pwrite64... no
> checking for __pwrite64... no
> checking for open64... no
> checking for _open64... no
> checking for __open64... no
> checking for creat64... no
> checking for stat64 in <sys/stat.h>... no
> checking for lstat64 in <sys/stat.h>... no
> checking for fstat64 in <sys/stat.h>... no
> checking for strcasecmp in -lresolv... no
> checking for putprpwnam in -lsecurity... no
> checking for putprpwnam... no
&...
1999 Oct 26
0
Solaris 7 not compiling HEAD code
...es
checking for __pread64... no
checking for pwrite... yes
checking for _pwrite... yes
checking for __pwrite... no
checking for pwrite64... yes
checking for _pwrite64... yes
checking for __pwrite64... no
checking for open64... yes
checking for _open64... yes
checking for __open64... no
checking for creat64... yes
checking for putprpwnam in -lsecurity... no
checking for putprpwnam... no
checking for putprpwnam in -lsec... no
checking for putprpwnam... (cached) no
checking for set_auth_parameters in -lsecurity... no
checking for set_auth_parameters... no
checking for set_auth_parameters in -lsec... no...
2001 Nov 07
1
Configuring 2.2.2 (or 2.0.7) on Digital Unix 4.0f fails - "No locking"
...... no
checking for __pread64... no
checking for pwrite... yes
checking for _pwrite... no
checking for __pwrite... yes
checking for pwrite64... no
checking for _pwrite64... no
checking for __pwrite64... no
checking for open64... no
checking for _open64... no
checking for __open64... no
checking for creat64... no
checking for stat64 in <sys/stat.h>... no
checking for lstat64 in <sys/stat.h>... no
checking for fstat64 in <sys/stat.h>... no
checking for putprpwnam in -lsecurity... yes
checking for putprpwnam... yes
checking for putprpwnam... (cached) yes
checking for set_auth_parameter...
2002 Oct 21
1
compilation probs...
...64... no
checking for __pread64... no
checking for pwrite... no
checking for _pwrite... no
checking for __pwrite... no
checking for pwrite64... no
checking for _pwrite64... no
checking for __pwrite64... no
checking for open64... no
checking for _open64... no
checking for __open64... no
checking for creat64... no
checking for stat64 in <sys/stat.h>... no
checking for lstat64 in <sys/stat.h>... no
checking for fstat64 in <sys/stat.h>... no
checking for strcasecmp in -lresolv... no
checking for putprpwnam in -lsecurity... no
checking for putprpwnam... no
checking for putprpwnam in -lse...
2002 Oct 29
1
Problem running ./configure
...64... no checking for __pread64... no checking for pwrite... no
checking for _pwrite... no checking for __pwrite... no checking for
pwrite64... no checking for _pwrite64... no checking for __pwrite64...
no checking for open64... no checking for _open64... no checking for
__open64... no checking for creat64... no checking for stat64 in
<sys/stat.h>... no checking for lstat64 in <sys/stat.h>... no checking
for fstat64 in <sys/stat.h>... no checking for strcasecmp in -lresolv...
no checking for putprpwnam in -lsecurity... no checking for
putprpwnam... no checking for putprpwnam in -lse...
2003 Jun 02
2
./configure --with-pam fails allways
...rite
configure:6637: checking for __pwrite
configure:6637: checking for pwrite64
configure:6637: checking for _pwrite64
configure:6637: checking for __pwrite64
configure:6692: checking for open64
configure:6692: checking for _open64
configure:6692: checking for __open64
configure:6692: checking for creat64
configure:6964: checking for putprpwnam in -lsecurity
configure:7013: checking for putprpwnam
configure:7125: checking for putprpwnam in -lsec
configure:7174: checking for putprpwnam
configure:7287: checking for set_auth_parameters in -lsecurity
configure:7336: checking for set_auth_parameters
conf...
2002 Nov 21
0
please can someone help me?
...... no
checking for __pread64... no
checking for pwrite... no
checking for _pwrite... no
checking for __pwrite... no
checking for pwrite64... no
checking for _pwrite64... no
checking for __pwrite64... no
checking for open64... yes
checking for _open64... no
checking for __open64... yes
checking for creat64... yes
checking for putprpwnam in -lsecurity... no
checking for putprpwnam... no
checking for putprpwnam in -lsec... yes
checking for putprpwnam... (cached) no
checking for set_auth_parameters in -lsecurity... no
checking for set_auth_parameters... yes
checking for set_auth_parameters... (cached) y...
2002 Jul 26
1
creating unicode_map.437 and unicode_map.ISO8859-1?
Hello,
I am running HP-UX 11 with Samba 2.2.5 binaries for HPUX and I keep getting
the error that Samba can't
find the unicode_map.xxx file. Well, I notice that all I have in
/usr/local/samba/lib/codepages
is codepage type files, not unicode. Why do the binaries not include a
compiled make_unicodemap?
I did download the source and found the .c file for the command. When I try
to run
2002 Oct 11
0
[Fwd: samba-2.2.5 in Tru64 unix v4.0e]
...for _pwrite... (cached) no
checking for __pwrite... (cached) yes
checking for pwrite64... (cached) no
checking for _pwrite64... (cached) no
checking for __pwrite64... (cached) no
checking for open64... (cached) no
checking for _open64... (cached) no
checking for __open64... (cached) no
checking for creat64... (cached) no
checking for stat64 in <sys/stat.h>... no
checking for lstat64 in <sys/stat.h>... no
checking for fstat64 in <sys/stat.h>... no
checking for putprpwnam in -lsecurity... (cached) yes
checking for putprpwnam... (cached) yes
checking for putprpwnam... (cached) yes
chec...
2007 Jul 10
17
all open files
Hi All,
Is there a simple way to list all currently open file descriptors ?
TIA..
Regards,
Venkat
--
This message posted from opensolaris.org
2001 Jan 26
10
Please Help
I've downloaded the binary Samba 2.0.7 for AIX. I have no idea how to install this critter. Can anyone walk me thru this step by step? I think once i have
it running, I'll be able to configure it based on the info at samba.org. It's just getting it running that troubles me. I have some experience with *nix, but
not with compliling (sorry, no C compliler on system) and installing
2002 Jul 01
5
./configure --with-pam
..._pwrite... (cached) no
checking for __pwrite... (cached) no
checking for pwrite64... (cached) yes
checking for _pwrite64... (cached) no
checking for __pwrite64... (cached) yes
checking for open64... (cached) yes
checking for _open64... (cached) no
checking for __open64... (cached) yes
checking for creat64... (cached) yes
checking for putprpwnam in -lsecurity... (cached) no
checking for putprpwnam... (cached) no
checking for putprpwnam in -lsec... (cached) no
checking for putprpwnam... (cached) no
checking for set_auth_parameters in -lsecurity... (cached) no
checking for set_auth_parameters... (cache...