search for: access_

Displaying 9 results from an estimated 9 matches for "access_".

Did you mean: access
2003 Apr 24
1
Trailing slash in destination
Good afternoon all, I'm currently working on a backup script that will fetch a set of logs from remote machines and store them on a central machine. The command I'm using is of the form ${RSYNC} -avz root@${site}:/data/access_* ${LOG_REPOSITORY}/${site}/ Each site usually holds about 8 files with the prefix "access_". Some machines however only have one, and this is where my problem arises. When the script attempts to collect the logs from one of these machines, I get the following error: open /home/test/squi...
2009 Feb 16
1
[PATCH] ocfs2: Use the right access_* method in ctime update of xattr.
In ctime updating of xattr, it use the wrong type of access for inode, so use ocfs2_journal_access_di instead. Signed-off-by: Tao Ma <tao.ma at oracle.com> --- fs/ocfs2/xattr.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/fs/ocfs2/xattr.c b/fs/ocfs2/xattr.c index 915039f..e393315 100644 --- a/fs/ocfs2/xattr.c +++ b/fs/ocfs2/xattr.c @@ -2592,8 +2592,9 @@ sta...
2015 Jan 15
5
Problems with permissions
Hllo, I have a Debian Wheezy machine with a standard samba configured as domain controller. (security = user) On the Windows clients a programm shall be installed that needs full access to all files on a network drive I have set the Unix permissions to 777 for all files and subdirectories of the according directory. The share entry is: [myshare] path = /home/shareddirectory admin users =
2015 Jan 17
0
Problems with permissions
...; > Any hints for what I configured wrong are wellcome. > > > greetings > > Harry what about now? May be I have some misconfiguration. However, where is the compatibility to a native Windows Server? How can I configure my samba server and my unix permissions to grant _full access_ to a network share that is shown by my clients as _full access_?. A little guessing myself about why not getting hintful answers (bug?, feature?). BTW, the clients are W7 machines. Harry -- Dr. Harry Knitter Hans-Herold-Str. 20 D-95326 Kulmbach Tel. 09221-97663 Fax. 09221-97664 VoIP 1390791 a...
2015 Jan 17
2
Problems with permissions
...ng are wellcome. >> >> >> greetings >> >> Harry > what about now? > > May be I have some misconfiguration. However, where is the compatibility to a > native Windows Server? > How can I configure my samba server and my unix permissions to grant _full > access_ to a network share that is shown by my clients as _full access_?. > > A little guessing myself about why not getting hintful answers (bug?, > feature?). > BTW, the clients are W7 machines. > > Harry > > You could try answering Jeremy's question Rowland
2003 Jul 01
2
Icecast2 log and yp behaviour
...in a fresh access.log file. This is what I do with Shoutcast. However, killall -HUP doesn't appear to be working for me, so I have had to resort to the following: <p>#!/bin/sh DATE=`/bin/date +%Y%m%d --date=yesterday` /bin/mv /usr/local/icecast2/logs/access.log /usr/local/icecast2/logs/access_$DATE.log /usr/bin/killall -KILL icecast /usr/local/bin/icecast -c /usr/local/icecast2/conf/icecast.xml & <p>This does the job, but kicks off any existing listeners at midnight (not ideal!) Has anyone managed to do this a better way? Secondly, and I've already mentioned this in my po...
2013 Nov 15
0
Wine release 1.6.1
...function in the ARB shader backend. Thomas Faber (2): comctl32: Fix build with MSVC. mmdevapi: Fix build with MSVC. Vincent Povirk (4): atl: Do not access m_pTermFuncs if the structure is too small. riched20: Use \ulnone instead of \ul0 for no underline. msvcrt: _[w]access_s returns an error code. gdiplus: Only clip strings if rectangle width and height are positive. Volkan Gezer (1): po: Updated Turkish translations. Wolfgang Walter (1): ntdll: Call tcdrain for serial handles from NtFlushBuffersFile. ?lvaro Nieto (1): msvrct: Fix strncpy to...
2013 Aug 30
0
Wine release 1.7.1
...leans into a flags field. wined3d: Store the mipmap level in the volume. wined3d: Separate volume allocation and loading. wined3d: Move volume data uploading into a separate function. wined3d: Remove locked and dirty boxes from volumes. wined3d: Remove WINED3D_RESOURCE_ACCESS_SCRATCH. wined3d: Implement basic volume location management. wined3d: Move volume sysmem allocation into a separate function. wined3d: Free volume sysmem after upload. wined3d: Don't lock the dst volume in device_update_volume. wined3d: Enforce volume mapping restr...
2010 Nov 12
0
Wine release 1.3.7
...rameter checking macros in vsn(w)printf_s_l. msvcrt: Implemented _itow_s. msvcrt: Implemented _wputenv_s. msvcrt: Implemented _(w)dupenv_s. msvcrt: Implemented (w)searchenv_s. msvcrt: Implemented _putwch. msvcrt: Implemented _cputws. msvcrt: Implemented _(w)access_s. msvcrt: Implemented (_)wcserror. msvcrt: Implemented (_)wcserror_s. msvcrt: Implemented wcstok_s. kernel32: Use fd availability for testing whether a console handle refers to a bare console. server: Removed the no longer used bare parameter out of get_console_mode re...