Displaying 4 results from an estimated 4 matches for "araxi".
Did you mean:
arai
2025 May 13
1
Macs deleting files off RHEL8 server
...objects = fruit streams_xattr
[X5]
create mask = 02777
directory mask = 0777
force create mode = 0777
force directory mode = 0777
hide files =
/.*/DesktopFolderDB/TrashFor%m/resource.frk/AppleDouble/.DS_Store/_/afpDeleted543089
path = /raid/data/esfs/X5
read only = No
valid users = judeo ARAXI print36 WIDETEK COLOURMGT print35 colour60
colour61 colour62 colour63 colour64 colour65 colour66 colour67 colour68
colour69 scan1 scan2 print30 print31 print32 print33 print34 print37 data45
data colour70 ColourQC print39 pmerin pmlee
vfs objects = full_audit
full_audit:failure = all
full_audit:...
2025 May 12
1
Macs deleting files off RHEL8 server.
...##Testing Oct24:
#ea support = yes
#store dos attributes = yes
#full_audit:priority = info
#full_audit:facility = local5
#full_audit:priority = ALERT # 0: emergency level 1: alert, 2: critical, 3:
err, 4: warning, 5: notice: 6: info 7: debug
directory mask = 2777
#
vfs objects = full_audit
#Embassy|araxi|192.168.0.92|hw33240-31|X5|fget_dos_attributes|ok|/raid/data/esfs/X5/Jobs/68272....
full_audit:prefix = Embassy|%U|%I|%m|%S
#Add: symlinkat readlinkat linkat
# man 8 VFS_FULL_AUDIT full_audit:failure = all !open full_audit:failure
= all?
#full_audit:success = close create_file fallocate fget_dos...
2009 Dec 01
0
[LLVMdev] Possible bug in ExpandShiftWithUnknownAmountBit
On Mon, Nov 30, 2009 at 7:22 PM, Javier Martinez <javier at jmartinez.org> wrote:
> Hello,
>
> I'm working in adding support for 64-bit integers to my target. I'm using
> LLVM to decompose the 64-bit integer operations by using 32-bit registers
> wherever possible and emulating support where not. When looking at the bit
> shift decomposition I saw what seems to be a
2009 Dec 01
4
[LLVMdev] Possible bug in ExpandShiftWithUnknownAmountBit
Hello,
I'm working in adding support for 64-bit integers to my target. I'm using
LLVM to decompose the 64-bit integer operations by using 32-bit registers
wherever possible and emulating support where not. When looking at the bit
shift decomposition I saw what seems to be a bug in the implementation. The
affected function is ExpandShiftWithUnknownAmountBit in
LegalizeIntegerTypes.cpp.