search for: filex

Displaying 11 results from an estimated 11 matches for "filex".

Did you mean: file
2016 Dec 19
2
Samba4 and file permissions
...e groupX group (1104). This configuration works fine. On a remote system I can mount the userX's home: mount -t cifs //x.x.x.x/userX /mnt -o user=TESTDOM\\userX Password: Now I have this problem: every file created by the remote host has the same permissions. For example, running touch /mnt/fileX on the remote host creates fileX in the userX's home with these permissions: ls -l /home/userX/fileX -rwxrwxr-x+ 1 userX groupX 0 Dec 19 10:13 /home/userX/fileX How can I set the permission of files according to the umask of the userX linux user? Is there a way to define this property into t...
2002 Mar 12
1
Problem with duplicate directories
********************************************************************** Este email assim como os ficheiros que possa ter em anexo s?o confidenciais e para uso exclusivo da pessoa ou organiza??o para o qual foi enviado. Se recebeu este email por engano por favor notifique Redes@bnc.pt Esta nota confirma que esta mensagem foi verificada pelo MIMEsweeper n?o tendo sido encontrados virus.
2004 Aug 06
1
I am a Idiot
...OfEntries=6 > File1=http://64.81.69.19:8000 > Title1=Lam Rim Radio NOW LOADING > Length1=-1 > Version=2 That seems wrong. All you need is: [playlist] NumberOfEntries=1 File1=http://64.81.69.19:8000 You can add a title, but I thought the NumberOfEntries referred to the number of FileX entries, not the total number of parameters (in either case your example is wrong). Also, you can use m3u files which just have one line: http://64.81.69.19:8000 I tend to prefer those. jack. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icec...
2010 Oct 03
1
Encoding problem in Rd file
Dear all, I have a problem with an Rd file containing French accentuated characters. I have uploaded the file at http://filex.cirad.fr/get?k=cjW7lImMaNC6Ci2vX0H I have declared Encoding: latin1 in the package DESCRIPTION file and I have added \encoding{latin1} in the header of the Rd file. When I compile the package manual, I have LaTeX errors: ! Package inputenc Error: Unicode char \u8:?F not set up for use with LaTe...
2001 Sep 26
0
winelib and mfc
...y Linking mfc: g++ -shared -rdynamic -Wl,-rpath,/usr/local/lib -Wl,-Bsymbolic -o libmfc.so afxcrit.o afxdbcs.o afxmem.o afxstate.o afxtls.o app3d.o apphelp.o apphelpx.o appinit.o appterm.o appui.o appui1.o appui3.o arcex.o auxdata.o cmdtarg.o dlgcore.o dlgtempl.o except.o filelist.o filest.o filex.o fixalloc.o list_p.o map_pp.o nolib.o objcore.o olelock.o plex.o thrdcore.o timecore.o wincore.o winfrmx.o wingdi.o winhand.o winmain.o winmenu.o winocc.o winstr.o winutil.o appcore.o arccore.o filecore.o strcore.o appmodul.o winfrm.o libmfc.spec.o -L/usr/local/lib -lwine -lwine_unicode...
2002 May 05
1
a problem I'm having with rsync-4.5.4
...down to size. Can anyone comment on this please? Is this a George problem or an rsync problem? Maybe I'm not reading the output correctly? Where it says ...file is newer, does that mean that rsync will update the file or not? Regards and thanks for the help, George... exclude file: # # filex to be EXCLUDED FROM copying... # *gmon.out local/bin/oraclebackup* local/bin/perl */nsr* lsd gls/cm/registry gls/lc/os/portable/C include/sys/mtio.h the log file (part of it): . . . excluding directory lib/nsr because of pattern */nsr* . . . excluding file sbin/nsr_shutdown because of pat...
2004 Aug 06
4
I am a Idiot
> hey ya all, > > I need some direction , as i have seem to hit stupid row. > I have IceCast running, and streaming, all works excellent. > > What i would like to do is : add the link to my website and when it is > clicked on, it opens the stream in winamp > Does anyone have information on how i go about doing this ? > > Thank you in advance. > Rick -
2020 Mar 28
0
[klibc:update-dash] dash: builtin: Use test_access from NetBSD when faccessat is unavailable
...HAVE_FACCESSAT @@ -397,11 +396,11 @@ filstat(char *nm, enum token mode) switch (mode) { #ifndef HAVE_FACCESSAT case FILRD: - return test_st_mode(&s, R_OK); + return test_access(&s, R_OK); case FILWR: - return test_st_mode(&s, W_OK); + return test_access(&s, W_OK); case FILEX: - return test_st_mode(&s, X_OK); + return test_access(&s, X_OK); #endif case FILEXIST: return 1; @@ -537,53 +536,165 @@ static int test_file_access(const char *path, int mode) } #else /* HAVE_FACCESSAT */ /* - * Similar to what access(2) does, but uses the effective uid and gid....
2004 Sep 19
0
MFC compile problem
...src/docmulti.cpp src/docsingl.cpp src/doctempl.cpp src/dumpcont.cpp src/dumpflt.cpp src/dumpinit.cpp src/dumpout.cpp src/dumpstak.cpp src/except.cpp src/filecore.cpp src/filefind.cpp src/filelist.cpp src/filemem.cpp src/fileshrd.cpp src/filest.cpp src/filetxt.cpp src/filex.cpp src/fixalloc.cpp src/inet.cpp src/inetcall.cpp src/isapi.cpp src/isapimix.cpp src/list_o.cpp src/list_p.cpp src/list_s.cpp src/map_pp.cpp src/map_pw.cpp src/map_so.cpp src/map_sp.cpp src/map_ss.cpp src/map_wo.cpp src/map_wp.cpp src/mtcore.cpp src/mtex.cpp src...
2006 Sep 11
95
Proposal: multiple copies of user data
Here is a proposal for a new ''copies'' property which would allow different levels of replication for different filesystems. Your comments are appreciated! --matt A. INTRODUCTION ZFS stores multiple copies of all metadata. This is accomplished by storing up to three DVAs (Disk Virtual Addresses) in each block pointer. This feature is known as "Ditto Blocks". When
2006 Sep 11
95
Proposal: multiple copies of user data
Here is a proposal for a new ''copies'' property which would allow different levels of replication for different filesystems. Your comments are appreciated! --matt A. INTRODUCTION ZFS stores multiple copies of all metadata. This is accomplished by storing up to three DVAs (Disk Virtual Addresses) in each block pointer. This feature is known as "Ditto Blocks". When