Displaying 20 results from an estimated 131 matches for "fileid".
Did you mean:
filed
2004 Jan 09
2
Error on SMB Packages
...a few messages that I don't
understand (see below); Anyone could give me a hand to get this?
0.00052 10.32.3.36 -> zeusv480 SMB C Code=0xa2 Name=SMB NT_CreateX
FileName=???????????????????????????????c Error=0 0.00022 zeusv480 ->
10.32.3.36 SMB C Code=0x24 Name=SMBlockingX
FileID=0x136d #Unlocks=0x0 #Locks=0x0 Error=0 0.00024 10.32.3.36 ->
zeusv480 SMB C Code=0x24 Name=SMBlockingX
FileID=0x136d #Unlocks=0x0 #Locks=0x3 Error=0 0.00036 zeusv480 ->
10.32.3.36 SMB R Code=0x24 Name=SMBlockingX
Error=0 0.00017 10.32.3.36 -> zeusv480 SMB C Code=0x2...
2012 Mar 14
1
NFS: server localhost error: fileid changed
I recently moved from the fuse client to NFS - Now I'm seeing a bunch of
this in syslog. Is this something to be concerned about, or is it
'normal' NFS behavior?
NFS: server localhost error: fileid changed
fsid 0:15: expected fileid 0xd88ba88a97875981, got 0x40e476ef5fdfbe9f
I also see a lot of 'stale file handle' in nfs.log, but the timestamps
don't correspond.
I'm running gluster 3.2.5 on RHEL6.
David
2011 Apr 27
1
AD and samba secondary group problems
...AIN:backend = ad
idmap config DOMAIN:schema_mode = rfc2307
include = /etc/samba/loglevel.%m
writeable = yes
msdfs root = yes
[homes]
comment = Staff Home Directories
path = /users/%u
valid users = %S
create mask = 0750
vfs objects = gpfs fileid
fileid:mapping = fsname
gpfs:sharemodes = No
# nfs4: mode = special
# nfs4: chown = yes
# nfs4: acedup = merge
[support]
read only = no
comment = Support area
path = /<snip>/support
valid users = <snip> <snip> <snip> <snip> <s...
2018 Sep 19
3
CTDB potential locking issue
...it. I may just run that command on a
loop until it catches it.
Is there any other way of translating the key to the inode?
>
> If the contention is for the root directory of a share, and you don't
> actually need lock coherency there, then you could think about using the
>
> fileid:algorithm = fsname_norootdir
>
> option. However, I note you're using "fileid:algorithm = fsid". If
> that is needed for Cephfs then the fsname_norootdir option might not be
> appropriate.
>
This was a leftover from a short-lived experiment with OCFS2 where I think
i...
2007 Jan 22
2
Query about using optimizers in R without causing program to crash
...exiting the code with
the error
"Error in lm.fit(x, y, offset = offset, singular.ok =
singular.ok, ...) :
NA/NaN/Inf in foreign function call (arg 4)"
everytime it encounters troublesome data?
I would greatly appreciate your input as it would
avoid me having to manually type
for fileId in (c(4351:46000)) { ... }
for fileId in (c(5761:46000)) { ... }, etc...
Thanks
Lalitha
____________________________________________________________________________________
Now that's room service! Choose from over 150,000 hotels
2013 Jan 31
2
ACLs on a directory on GPFS
...folder in Windows, I get permission denied.
The same permissions on a files, I can open it / modify it without any
problems.
Here is my seetings :
mmlsfs sb
-D nfs4 File locking semantics in effect
-k all ACL semantics in effect
/etc/samba/smb.conf :
---------------------
clustering = yes
fileid:mapping = fsname
vfs objects = shadow_copy2 syncops gpfs fileid
shadow:snapdir = .snapshots
shadow:fixinodes =yes
gpfs:sharemodes = Yes
gpfs:leases = Yes
posix locking = Yes
kernel oplocks = Yes
level2 oplocks = no
force unknown acl user = Yes
nfs4: mode = special
nfs4: chown = yes
nfs4: acedup = m...
2023 Mar 17
1
Samba Issue for Mac
...fruit:delete_empty_adfiles = yes
>
> fruit:wipe_intentionally_left_blank_rfork = yes
>
> fruit:veto_appledouble = no
>
> fruit:posix_rename = yes
>
> fruit:model = MacSamba
>
> fruit:metadata = stream
>
> fileid:algorithm = fsname
>
> idmap config adlocal : range = 1401-2147483647
>
> idmap config adlocal : backend = nss
>
> idmap config * : range = 2147483648-3000000000
>
> idmap config * : backend = tdb2
>
> hosts allow = 127. 128...
2018 Sep 18
4
CTDB potential locking issue
...7
idmap config DOMAIN : unix_nss_info = yes
idmap config DOMAIN:unix_primary_group = yes
winbind enum users = yes
winbind enum groups = yes
winbind normalize names = no
winbind reconnect delay = 2
winbind cache time = 900
name resolve order = host
disable netbios = yes
fileid:algorithm = fsid
vfs objects = fileid
usershare allow guests = yes
map to guest = Bad User
hide dot files = Yes
hide files = /$*/
hide special files = yes
strict sync = No
/etc/ctdb/ctdbd.conf:
CTDB_PUBLIC_ADDRESSES=/etc/ctdb/public_addresses
CTDB_MANAGES_SAMBA=yes
CTDB_SA...
2012 Nov 27
6
CTDB / Samba / GFS2 - Performance - with Picture Link
Hello,
maybe there is someone they can help and answer a question why i get these network screen on my ctdb clusters. I have two ctdb clusters. One physical and one in a vmware enviroment.
So when i transfer any files (copy) in a samba share so i get such network curves with performance breaks. I dont see that the transfer will stop but why is that so? can i change anything or does anybody know
2007 Mar 10
2
read a irregular text file data into dataframe()
I am using R2.4.1 calling a text file contains the following data structure:
when i call the file into R using
tData<-read.table("c:\\test.txt")
it gave me Error saying, irregular column in the data set
however i need to use the below type of data
Is there any alternative in R?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0010 0028 0061 0088
0010 0042 0084
0004 0010 0055
0010 0018 0040 0042
2018 Sep 19
0
CTDB potential locking issue
...special files = yes
The share is accessed by the Windows machines to install software, read
configs etc. I would have thought the share being read only would preclude
this type of locking behaviour?
Do I need to explicitly disable locking in the share definition?
I suppose I could still use the fileid:nolockinode for this file, do I just
add fileid:nolockinode = *inodenumber *to the global section of my smb.conf?
Thanks,
David
On Wed, Sep 19, 2018 at 7:00 PM David C <dcsysengineer at gmail.com> wrote:
> Hi Martin
>
> Many thanks for the detailed response. A few follow-ups...
2011 Aug 06
0
specifying 'root' for mboot.c32/syslinux
...s:
(guess I need to hack it sometime/somehow, as it seems doubtful any
overriding commands are taken into account).
[
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/inifile/ini_init.c?view=markup
]
#include <freeldr.h>
21
22 static LONG IniOpenIniFile(ULONG* FileId)
23 {
24 CHAR FreeldrPath[MAX_PATH];
25 LONG ret;
26
27 //
28 // Create full freeldr.ini path
29 //
30 MachDiskGetBootPath(FreeldrPath, sizeof(FreeldrPath));
31 strcat(FreeldrPath, "\\freeldr.ini");
32
33 // Try to open freeldr.i...
2020 Apr 16
2
CTDB and locking issues reloaded
...gt; prevent the second client from getting the lock?
>
> yes. My bet: your cluster filesystem device nummer differs across nodes. Cf:
Bingo!
Indeed inodes are (obviously) identical, but device numbers differ. For
the record, the solution has been to include as suggested:
vfs objects = fileid
fileid:algorithm = fsname
in the global configuration. With this, Microsoft Office - the real use
case - works correctly by detecting files opened by other users, no
matter which gateway users hit.
So thanks a lot, case solved. And what would be your advice concerning
the other locking sett...
2014 Jul 17
0
NFS FILE ID not unique when exporting many brtfs subvolumes
...259 gen 1678 top level 5 path w764x/vm
ID 276 gen 1677 top level 5 path gwacx/vm
/vms # NFS exported filesystem, btrfs mounted root subvolume
/vms/ w764x /vm / # btrfs subvolume sor vm #1
/vms/ gwacx /vm / # btrfs subvolume sor vm #2
- vmware is basing its NFS files locks on the nfs fileid field returned from a NFS GETATTR request for the file being locked
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1007909
vmware assumes that these nfs fileid are unique per storage.
- it seemed that these nfs fileid are only unique '...
2016 Jun 07
2
Samba AD member lost domain join after reboot
...r.
>>> What OS ?
>>> Does the domain member have a fixed ip or does it use DHCP ?
>>>
>>> Rowland
>>>
>>>
>>
>>
>>
>
> OK, it should work, but can I suggest a few changes to your smb.conf:
>
> cat 'vfs objects = fileid' and 'vfs objects = acl_xattr full_audit'
> i.e. make it 'vfs objects = fileid acl_xattr full_audit'
>
> Remove all the 'valid users' etc and use ACLs instead, you can set
> these from windows or with setfacl.
>
> add 'ldap server require strong a...
2016 Nov 03
6
CTDB and locking issues in 4.4.6 (Classic domain)
On 03/11/16 19:37, Volker Lendecke wrote:
> On Thu, Nov 03, 2016 at 07:11:12PM +0000, Alex Crow via samba wrote:
>>
>> On 03/11/16 14:28, Ralph Böhme wrote:
>>>> Ah, my smb.conf is missing the "ctdb socket" parameter. According to "man
>>>> smb.conf" this should be set, but I don't remember seeing it on the wiki
>>>> pages.
2017 Sep 01
2
ganesha error ?
...1 refcount=466} owner=(24:0x6f70656e2069643a00000027000000000000a90f9b20feca) confirmed=0 seqid=0 refcount=3} refcount=5}
31/08/2017 17:04:00 : epoch 59a450e6 : GLUSTER-NODE3 : ganesha.nfsd-2067[work-31] nfs4_op_lock :NFS4 LOCK :EVENT :LOCK failed to create new lock owner Lock: obj=0x7f036c3a8268, fileid=11757051714723246668, type=READ , start=0x0, end=0xffffffffffffffff, owner={STATE_OPEN_OWNER_NFSV4 0x7f0274475840: clientid={0x7f036836b0f0 ClientID={Epoch=0x59a450e6 Counter=0x00000008} CONFIRMED Client={0x7f0278001940 name=(24:Linux NFSv4.2 devel-web3) refcount=4} t_delta=0 reservations=1 refcoun...
2008 Mar 13
1
Clustered Samba and OCFS2
Hi,
I was reading the Clustered Samba Wiki and I noticed the following blurb
about OCFS2 and Samba (
http://wiki.samba.org/index.php/CTDB_Setup#Other_cluster_filesystems).
I was wondering if anyone can confirm that the "fileid:mapping" is or isn't
required for OCFS2. I was also wondering if anyone would be willing to
share their experiences with Clustered Samba OCFS2. Does it work well? Any
quirks?
Cheers,
Keith
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://oss.oracle...
2010 Feb 08
1
Hi problem with read.csv
Hi all,
I am getting problem with "read.csv()"
command
the problem is
I have one file which is saved in "ANSI"
while I am trying to open with R-Project its opend and all the cloumn names
are comming proper like
for the command
names(kk)
"FILEID" "UNIQUEID" "LATESTFLG" "ACTIVEFLG"
"PROJROLEID" "IDENTIFIER" "TREATMTSTDATE" "TITLE"
"SOURCE" "PLANSUB" "STENDDATE" "STSTARTDATE&quo...
2003 Apr 26
1
msdosfs vs 250Gb hard disk
...>
mountmsdosfs(): disk too big, sorry
The code in question..
if (pmp->pm_HugeSectors > 0xffffffff /
(pmp->pm_BytesPerSec / sizeof(struct direntry)) + 1) {
/*
* We cannot deal currently with this size of disk
* due to fileid limitations (see msdosfs_getattr and
* msdosfs_readdir)
*/
error = EINVAL;
printf("mountmsdosfs(): disk too big, sorry\n");
goto error_exit;
}
So, I am guessing that since fileid is only 32 bits wid...