search for: subor

Displaying 3 results from an estimated 3 matches for "subor".

Did you mean: subop
2012 Mar 15
2
summing "transfers"
...en one of them is VEHx and the other is VEHx+1 or VEHx-1 E.g. {VEH1 = MT-802 AND VEH2 = MT-901 } plus {VEH2 = MT-901 AND VEH3 = MT-802} plus all the other combinations.... Someone suggested: colvf <- 81 # column of first VEH in indat colvl <- 88 # column of last VEH in indat tapply( rep( SubOre$expwgt, colvl-colvf ), list( as.matrix(SubOre[ ,colvf:(colvl-1)]), as.matrix(SubOre[ ,(colvf+1):colvl]) ), sum) but there are too many rows and columns to print. Robert Farley LACMTA 1 Gateway Plaza Los Angeles, CA 90012-2952 (213)922-2532 FarleyR@Metro.net [[alterna...
2016 Apr 28
1
poor samba performance with many smaller files
...strace logs that openat syscall in vfs_aio_pthread was successful, but it still fails and this messages are logged: [2016/04/28 13:28:59.691782, 5, pid=5623, effective(32697, 10513), real(32697, 0)] ../source3/smbd/open.c:2551(open_file_ntcreate) open_file_ntcreate: FILE_OPEN requested for file subor and file doesn't exist. [2016/04/28 13:28:59.693969, 10, pid=5623, effective(32697, 10513), real(32697, 0)] ../source3/smbd/open.c:4806(create_file_unixpath) create_file_unixpath: NT_STATUS_OBJECT_NAME_NOT_FOUND Any idea what is wrong? And if stat() is the problem, could SMB_VFS_STAT be im...
2016 Apr 27
3
poor samba performance with many smaller files
Hi, I did use wireshark to verify that the client (window7) is not the problem, client is sending out multiple "SMB2 Create request" packets before he gets some answer. On the server side samba is processing this requests in a synchronous way, in order which they were send, that is what I see from strace output. On Wed, Apr 27, 2016 at 8:31 AM, Volker Lendecke <Volker.Lendecke at