search for: aff

Displaying 20 results from an estimated 33 matches for "aff".

Did you mean: af
2014 Dec 08
2
[Bug 10995] New: rsync -aFF crashes when parent directory of source directory has a .rsync-filter file with a dir-merge rule in it
https://bugzilla.samba.org/show_bug.cgi?id=10995 Bug ID: 10995 Summary: rsync -aFF crashes when parent directory of source directory has a .rsync-filter file with a dir-merge rule in it Product: rsync Version: 3.1.0 Hardware: x64 OS: Linux Status: NEW Severity: normal...
2002 Jul 16
6
Sage Line 50
...Sage Line 50 with files on a Samba share, could you please send an email to sagesambausers@inter.co.uk, so I can tell sage that there are loads of people running their software in this configuration and it is unreasonable to not support it. If you found any settings that adversely/favorably affect Sage Line 50 let me know, you may as well reply all, although to the above address would do too. Does anyone know anyone who can put pressure on Sage to support Samba? I will try the AFFS, but don't know how international Sage are these days (AFFS is only UK). Thanks Martyn Ranya...
2006 Aug 17
0
Removing Everyone access on Samba shares
...nt acl support = yes dos filemode = yes security mask = 0777 force security mode = 0 directory security mask = 0777 force directory security mode = 0 force create mode = 0660 force directory mode = 0770 [Projekt] path = /home/affe/projekt read only = No admin users = Administrator,@"NVS\Domain-Admins" valid users = @"NVS\114-KRS-Users",@"NVS\Domain Admins" write list = @"NVS\114-KRS-Users",@"NVS\Domain Admins" Filesystem acl: debian:/etc...
2008 Feb 06
2
kinship package: drawing pedigree error
...e to draw a pedigree. On my data set this works fine but when i add indivudals to the pedigree i keep getting an error i hope someone can help me! This is the code im using: Data<-read.table("Tree.txt", header=T, sep=",") attach(Data) ped<-pedigree(id, dadid, momid, sex, aff) par(xpd=T) plot.pedigree(ped) This is my data looks like without the last 3 individuals it works perfect,when i add them i get the following error: Error in if (min(pos2) < 0) { : missing value where TRUE/FALSE needed famid,id,dadid,momid,sex,aff 1,8860,9972,8856,2,0 1,8855,9972,8856,2,0 1,88...
2001 Mar 23
0
[linux-lvm] EXT2-fs panic (device lvm(58,0)):
...fore filling in their private data. Patch attached, and filesystem maintainers (as applicable) CC'd. UDF needs a bit of looking into, because I'm not 100% sure of the code. Cheers, Andreas ========================================================================= diff -ru linux-2.4.3p6/fs/affs/inode.c linux-2.4.3p6-aed/fs/affs/inode.c --- linux-2.4.3p6/fs/affs/inode.c Wed Feb 21 19:09:45 2001 +++ linux-2.4.3p6-aed/fs/affs/inode.c Fri Mar 23 01:11:52 2001 @@ -324,14 +324,8 @@ inode->i_ino = block; inode->i_mtime = inode->i_atime = inode->i_ctime = CURRENT_TIME; -...
2023 Apr 20
1
[PATCH] ocfs2: reduce ioctl stack usage
...hes into -mm tree before. > > Yup and that's fine obviously, but this belongs to fs/ and we're aiming > to take fs/ stuff through the dedicated fs trees going forward. Er... Assuming that there *is* an active fs tree for filesystem in question. Do you really want dedicated e.g. affs, adfs, etc. git trees - one for each filesystem in there?
2007 Sep 25
2
[LLVMdev] Coalescing and VNInfo
I've hit a bug in a refactored version of coalescing and I'm trying to understand what is going on. In particular, I'm curious about this line in SimpleRegisterCoalescing.cpp: 00710 LHSValsDefinedFromRHS[VNI] = RHS.getLiveRangeContaining(VNI->def-1)->valno; Why VNI->def-1? The bug I'm seeing is that RHS returns a NULL LiveRange because it doesn't contain
2007 Sep 25
0
[LLVMdev] Coalescing and VNInfo
...;def-1)->valno; > > Why VNI->def-1? The bug I'm seeing is that RHS returns a NULL > LiveRange because it doesn't contain VNI->def-1: > > %reg1093,0 = [5750,5754:2)[5754,5782:1)[5782,5858:0)[5868,5870:0) > 0 at 5782-(5858 5870) 1 at 5754-(5778) 2 at 5750 I should aff that VNI->def is 5750 which is in the interval. -Dave
2009 Jun 18
2
[PATCH node-image] Keep nls_utf8.ko module on node-image
...of kernel modules we are pretty sure we won't need; # note that these can be single files or whole directories. They are specified -# starting at $MODULES; so if you want to remove the NLS stuff from the -# fs subdir, your mods entry would be "fs/nls" -fs_mods="fs/nls fs/9p fs/affs fs/autofs fs/autofs4 fs/befs fs/bfs fs/cifs \ +# starting at $MODULES; so if you want to remove the 9p stuff from the +# fs subdir, your mods entry would be "fs/9p" +fs_mods="fs/9p fs/affs fs/autofs fs/autofs4 fs/befs fs/bfs fs/cifs \ fs/coda fs/cramfs fs/dlm fs/ecryptfs fs/...
2018 Mar 29
1
nwfilter multiple IPs
...00 link/ether 00:00:0a:d0:4e:f3 brd ff:ff:ff:ff:ff:ff inet 10.25.104.1/24 brd 10.25.104.255 scope global eth1 valid_lft forever preferred_lft forever inet 10.117.50.1/24 brd 10.117.50.255 scope global eth1:0 valid_lft forever preferred_lft forever inet6 fe80::200:aff:fed0:4ef3/64 scope link valid_lft forever preferred_lft forever The problem I'm running into is that after applying the nwfilter, I cannot reach the second network, only the first. Is this an issue with both IPs being on the same interface? The machine I'm attempting to reach...
2012 Oct 01
3
ffbase, help with %in%
Hello to everyone. I'm trying to use the %in% to match to vectors in ff format. a<-as.ff(data[,1]) %in% fire$fecha > aff (open) logical length=3653 (3653) [1] [2] [3] [4] [5] [6] [7] [8] [3646] FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE : FALSE [3647] [3648] [3649] [3650] [3651] [3652] [3653] FALSE FALSE FALSE FALSE FALSE FALSE FALSE Here you see a part of th...
2009 Jan 13
28
Warning and BUG with btrfs and corrupted image
Hi, when mounting an intentionally corrupted btrfs filesystem i get the following warning and bug message. The image can be found here www.cccmz.de/~snakebyte/btrfs.2.img.bck.bz2 [ 297.406152] device fsid e14cf01de423381a-4bd40b603870018a <6>devid 2147483649 transid 9 /dev/loop0 [ 297.411937] ------------[ cut here ]------------ [ 297.412207] WARNING: at fs/btrfs/disk-io.c:805
2015 Jul 07
1
Issue call quality: Asterisk call quality on trunks
...he Asterisk server has a trunk to a cisco call manager which is on the same site/LAN, and 4 trunks to other Asterisk servers (same distribution but lower specs, name Asterisk cluster 002 and 003). These are all sites in our WAN but they are geographically divided and connected via MPLS links. Each affiliate has a specific number range XXXYYY where XXX stands for the affiliate and YYY is the extension of the users. (Average bandwidth = 4Mpbs which has to be shared by applications. QoS allows that VoIP is prioritized) Now, the actual problem: I've set my main codecs to G711 a-law, G7 222 (fo...
2006 Nov 28
8
how to update index from a script
Hello all, I''m using AAF right now to index my ~3million db records. However, any additions to these records are added to the database through an external script so the aaf activerecord hooks will not catch any updates. Since new records are only added rarely, I figured I could just add the new records manually in ferret from some type of script. I''ve been looking at the
2023 Jun 21
3
[PATCH 00/79] fs: new accessors for inode->i_ctime
...switch to new ctime accessors s390: switch to new ctime accessors binderfs: switch to new ctime accessors qib_fs: switch to new ctime accessors ibm: switch to new ctime accessors usb: switch to new ctime accessors 9p: switch to new ctime accessors adfs: switch to new ctime accessors affs: switch to new ctime accessors afs: switch to new ctime accessors fs: switch to new ctime accessors autofs: switch to new ctime accessors befs: switch to new ctime accessors bfs: switch to new ctime accessors btrfs: switch to new ctime accessors ceph: switch to new ctime accessors...
2020 Jul 15
0
oVirt 2020 online conference - free registration now open
It is our pleasure to renew our invite to oVirt 2020 online conference and announce free registration <https://www.eventbrite.it/e/ovirt-2020-online-conference-registration-111989694190?aff=centosvirt> is now open. The conference,organized by oVirt community, will take place online on Monday, September 7th 2020! You can read updated information about the conference at https://blogs.ovirt.org/ovirt-2020-online-conference/ A kind reminder that if you'd like to present at the con...
2006 Dec 07
0
Invalid character and win32
...9;t experience these problems. However, that version seems to have problems with the queries I want to perform, so I''d like to run the newer versions (which when they don''t get parse errors, work great). I assume this is more of a ferret issue I''m having instead of with aff, but if that''s not the case, let me know. Being fairly new to both ferret and aaf, if this is the wrong list to submit this issue, just point me in the right direction. Any help is appreciated. - Frank -- Frank Blecha -------------- next part -------------- An HTML attachment was scru...
2006 Mar 01
0
connectivity trouble
...smb.conf file. [global] workgroup = PUBLICWORKS hosts allow = 10. wins server = 10.116.10.1 domain master = no local master = no preferred master = no os level = 0 password server = PWA, PW security = server encrypt passwords = yes username map = /usr/local/samba/lib/user.map [aff-src] comment = HiAffinity PhaseI code set path = /Affinity/Ver5.2 admin users = affinity guest ok = no writeable = no P.S. I have been and am still looking at the HOWTO and O'Reilly doc.
2010 Sep 09
0
problems with always one logged files
...1????? a.user???? S-Users?????? wkst-user????? (::ffff:10.100.1.147) ? Service????? pid???? machine?????? Connected at ------------------------------------------------------- a.user??? 9521?? wkst-user?????? Tue Sep? 7 10:21:39 2010 PUBLIC?????? 9521?? wkst-user?????? Tue Sep? 7 10:41:52 2010 AFF????????? 9521?? wkst-user?????? Tue Sep? 7 10:41:52 2010 ? Locked files: Pid????????? Uid??????? DenyMode?? Access????? R/W??????? Oplock?????????? SharePath?? Name?? Time -------------------------------------------------------------------------------------------------- 9521???????? 1006??????...
2022 Aug 10
3
Time-tracking software
I am in search of open-source software to track billable time for myself. A quick Google search did not find anything that is open-source but I am hoping that this group might know of such software? The platform is C7.