Displaying 20 results from an estimated 33 matches for "affs".
Did you mean:
afs
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
...tion 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 Ranyard
Free Software Advocate
jabber - joran@amessage.de
icq - 122500800
irc - Joran on oftc
msn - ranyardm@hotmail.com
y! - ranyardm
e - ranyardm@lineone.net
2006 Aug 17
0
Removing Everyone access on Samba shares
Hi list,
My setup:
Debian etch (ext3 with acl) with Samba 3.0.22, kerberos5, winbind.
Samba box added to a Windows 2003 Domain.
Winbind works as expected. It is possible to use domain accounts to
access the shares.
What I wonder is how to remove the Everyone and Domain Users entries
in the Security Tab in Windows.
As I understand it. Everyone always show because of the POSIX
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)):
...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;
- i...
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
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
...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/e...
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
...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
c...
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.