search for: affe

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

Did you mean: 3ffe
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:
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 Ranyar...
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
Hi Im using the kinship package 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
2001 Mar 23
0
[linux-lvm] EXT2-fs panic (device lvm(58,0)):
Al writes: > On Thu, 22 Mar 2001, Andreas Dilger wrote: > > If this is the case, then all of the other zero initializations can be > > removed as well. I figured that if most of the fields were being > > zeroed, then ones _not_ being zeroed would lead to this problem. > > Other zero initializations in inode->u certainly can be > removed, but whether it's
2023 Apr 20
1
[PATCH] ocfs2: reduce ioctl stack usage
On Tue, Apr 18, 2023 at 02:56:38PM +0200, Christian Brauner wrote: > On Tue, Apr 18, 2023 at 05:37:06PM +0800, Joseph Qi wrote: > > Andrew picked ocfs2 patches 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
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
On Tuesday 25 September 2007 10:49, David Greene wrote: > 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?
2009 Jun 18
2
[PATCH node-image] Keep nls_utf8.ko module on node-image
resolves: rhbz:504741 - nls utf8 kmod missing causes error messages during firstboot configuration --- common-blacklist.ks | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/common-blacklist.ks b/common-blacklist.ks index 48f30a6..eb59014 100644 --- a/common-blacklist.ks +++ b/common-blacklist.ks @@ -49,14 +49,16 @@ done # the following are lists of kernel
2018 Mar 29
1
nwfilter multiple IPs
I'm trying to apply a nwfilter rule for two networks on the same guest interface, like so: ~ # virsh nwfilter-dumpxml 1081532-private-both <filter name='1081532-private-both' chain='root'> <uuid>16004b94-2b62-4568-9467-169908eb4040</uuid> <rule action='accept' direction='in' priority='500'> <ip
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
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
Good afteroon all, First of all: thanks for everybody who is willing to think this through with me: I'm having some issues regarding call quality between some calls. Let me try to explain the situation first We have a Asterisk 11.16 server based on the Xivo distribution. There are 2 servers running in cluster (Active Passive), both virtual with the following config: Quadcore CPU 8 GB ram
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
I've been working on a patchset to change how the inode->i_ctime is accessed in order to give us conditional, high-res timestamps for the ctime and mtime. struct timespec64 has unused bits in it that we can use to implement this. In order to do that however, we need to wrap all accesses of inode->i_ctime to ensure that bits used as flags are appropriately handled. This patchset first
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
2006 Dec 07
0
Invalid character and win32
Hola, I''ve been having a bear of a time getting ferret (via aaf) working correctly on win32 (using ferret 0.10.9 win32). I am constantly getting either "invalid character" or "unexpected end" error messages from "normal" html in rhtml files. I am running ruby 1.8.5 (via 1-click installer) and get this error from both my functional tests and via mongrel.
2006 Mar 01
0
connectivity trouble
I have samba 2.2.7 running on Tru64unix. In the smb.conf file, in the global section, I have the following: password server = PWA, PW security = server With these options set, all of the network users who also have accounts on the unix machine can access the samba share they need. We also have a user without a network accout but has an account on unix can also access the share because his name is
2010 Sep 09
0
problems with always one logged files
Hi, ? we?ve got a samba system as an pdc and got some problem with one file which always is not closed properly. ? Here we have the output with no user or pc is logged on and one file keeps always open. The only way is to reboot the system. Killing the process fails. May someone has an idea what causes this? ? Samba version 3.2.13-SerNet-Debian PID???? Username????? Group???????? Machine
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.