search for: sub_dir

Displaying 6 results from an estimated 6 matches for "sub_dir".

2019 Jun 14
1
Update 4.10.2 to 4.10.4: Cant create files in subdirectorie anymore
...objects = glusterfs glusterfs:loglevel = 1 glusterfs:logfile = /glusterfs/glusterfs-gv0.log glusterfs:volume = gv0 ##################### #### permissions #### ##################### [root at Cluster1-FS2 ~]# ls -la /glusterfs/top1/share/ drwxrwx---+ 2 administrator domain admins 4096 14. Jun 16:43 sub_dir [root at Cluster1-FS2 ~]# getfacl glusterfs/top1/share/sub_dir # file: glusterfs/top1/share/sub_dir # owner: administrator # group: domain\040admins user::rwx user:administrator:rwx user:1000512:rwx user:1000513:rwx group::rwx group:domain\040admins:rwx group:domain\040users:rwx mask::rwx other::-...
2006 Mar 23
5
Filecolumn storage location
Hi, I am using file_column for some image uploading. I want to have all the images stored under one root which I have managed by setting the :store_dir option as below. file_column :filename, :store_dir => File.join(RAILS_ROOT, ''public'', ''images'', ''products'') So, my images get uploaded to: /public/images/products/<primary_key>
2001 Jun 03
3
making 0.0.6b a module
I have ext3 0.0.6b + 2.2.19 and cannot get ext3 to compile as a module. If I try to modularize it, or turn in off completely, the kernel build fails. Is there an easy fix for this, or is there something that I am missing? Thanks. Peter
2001 Jan 19
2
building ext3 as a module
When trying to build ext3 as a module, I get the follwing errors during the kernel link: /usr/bin/kgcc -D__KERNEL__ -I/home/brian/src/kernel-2.2.19-pre6mvd/linux-2.2.19pre6-kdb-ext3/include -c -o dummy_sym.o dummy_sym.c ld -m elf_i386 -T /home/brian/src/kernel-2.2.19-pre6mvd/linux-2.2.19pre6-kdb-ext3/arch/i386/vmlinux.lds -e stext arch/i386/kernel/head.o arch/i386/kernel/init_t ask.o -Map map
2010 Dec 03
1
Deconflict Unix Forward / and Windows Back Slash \ Directory
Is it possible to tell WINE to deconflict Unix-style forward slashes and Windows-style backslashes in directory names? I have a problem where a .EXE file goes looking for directory and file names that look like /home/base_dir\sub_dir\file.dat [NOTE mixed forward slash and backslash / vs \ in full directory name] The base directory "/home/base_dir" is passed to the .EXE (which it finds successfully), but then the .EXE appends its own subdirectory and files names with the incorrect backslash delimiter. Needless to say...
2009 Jan 12
5
[PATCH 0/5] OCFS2 quota fixes
Hello, the following series of patches fixes some issues with OCFS2 quotas. The first patch modifies VFS quota locking, the next patch uses the fact to simplify OCFS2 quota locking and solves a few deadlock issues. The third and the fourth patches fix another possible deadlocks in OCFS2 quota code and the last patch is a minor cleanup. Honza