search for: test_fold

Displaying 7 results from an estimated 7 matches for "test_fold".

Did you mean: test_file
2017 Mar 20
2
-ffast-math optimizations impacted by symbol renaming in header files
...d functions include: acos, asin, exp2, log, log2, log10, and a few others. Anybody know if this is intentional, or have input regarding whether these optimizations should be extended to also look for the renamed versions of these functions? Thanks, Chris A couple of example cases: // File: test_folding.c // Constant fold will occur with: // clang -O2 -S -emit-llvm test_folding.c // Constant fold will not occur with: // clang -O2 -S -emit-llvm -ffast-math test_folding.c #include <math.h> double test_fold_exp() { return exp(0.0); } double test_fold_acos() { return acos(1...
2010 Jun 23
0
Directory Permissions?
...ies:/data/WorkinProgress/Alf/bragg/ForLaura# ll total 14 -rwxrw-rw- 1 XXX-johnt XXX-production 6148 Jun 22 17:42 .DS_Store drwxrwsrwx 5 XXX-alfredo XXX-production 512 Jun 23 11:29 BraggonBragg root at aries:/data/WorkinProgress/Alf/bragg/ForLaura# XXX-alfredo tries to copy a folder titled TEST_FOLDER from his desktop on OSX 10.6.4 with the contents as follows: edit-bay-10:TEST_FOLDER desktopadmin$ ls -al total 16 drwxrwxrwx+ 4 desktopadmin staff 136 Jun 22 17:00 . drwxrwxrwt 11 root wheel 374 Jun 22 18:18 .. -rw-r--r--@ 1 desktopadmin staff 6148 Jun 22 17:38 .DS_Store drwx...
2008 Dec 15
1
delivers mail to bad directory(prefix) using sieve filters
...eat..i just have problem with sieve filters. I use only web tool for creating filters that works for me (avelsieve plugin for squirrelmail). it creates rules, where specified folder has prefix INBOX. Thats fine.. Since dovecot has configured prefix INBOX too. BUT mails are delivered to INBOX.INBOX.test_folder and thats ugly and not usable. I've figured out new version 1.2 should work, but i dont like idea to install not stable version to production server. Is there any patch or something for stable version? Thanks a lot! Radim
2013 Jan 24
1
not able to stop vmware player node through libvirt API
Hi, I have started one node through libvirt API using its start method. I am trying to stop that node using the *destroy *method provided by the API but I am not able to do so. Instead, I am getting one message saying: *libvir: error: internal error Child process (vmrun -T player stop /root/test_folder/myImage.vmx soft) unexpected exit status 255* Can anybody tell me why I am not able to stop the node. Thanks in advance. :) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20130124/f9ec1a03/attachme...
2008 Feb 28
1
Inheritable Permissions Issue
...E\administrator read only = No inherit acls = Yes map acl inherit = Yes store dos attributes = Yes Though the "inheritable permissions" checkbox stays checked, I *sometimes* see that the user.SAMBA_PAI attribute is getting set: $ getfattr -d /home/voltest/test_folder/foo.doc getfattr: Removing leading '/' from absolute path names # file: home/voltest/test_folder/foo.doc user.DOSATTRIB="0x20" user.SAMBA_PAI=0sAQACAAAAABAnAAABHycAAA== Often, though, it's not set at all. Thanks in advance for your help. -David -- David Eisner http:...
2009 Apr 03
0
Having some trouble while using AFR
Hai, Good morning. I am having some trouble while using AFR. In the client side afr volume. volume afr type cluster/afr subvolumes client option replicate *:1 option self-heal on end-volume While i am using the command sudo -u apache cp -p zip/* test_folder/ It shows the message cp: getting attribute `trusted.afr.version' of `zip/ACS1238660426.zip': Operation not permitted and also while creating a directory using apache user sudo -u apache mkdir test_gluster it shows mkdir: cannot create directory `test_gluster': Function not implemen...
2017 Sep 18
0
wrong DF command output after deleting all files in gluster volume
...plemented a (6x(4+2)) DISTRIBUTED DISPERSED gluster (v.3.10) volume based on the following hardware: - 3 gluster servers (each server with 2 CPU 10 cores, 64GB RAM, 12 hard disk SAS 12Gb/s, 10GbE storage network) Everything seems to be ok, I created a first subdirectory in my volume "/volume/test_folder", I populated it with a lot of data. But, after deleting the subdirectory content, I noticed that the DF command output is not updated (occupied space seems still here, but it is not true). So, I tried to remove the empty folder leaving /volume empty. Magically, the DF output returned the r...