similar to: problem with rsync usage across NFS

Displaying 20 results from an estimated 6000 matches similar to: "problem with rsync usage across NFS"

2007 Mar 13
1
Adding a dir to PATH without using regedit (for an NFS install)
Hello Wine users, I've installed Wine 0.9.32 into an NFS-mounted dir on a RHEL 3 machine and it seems to work fine - I've even modified the /nfs_path/wine/bin/wineprefixcreate, so that an additional dir (c:/Perl) is created under ~/.wine for each user (by mere linking to /nfs_path/Perl) My problem is that currently each user of my Wine-installation has to run "wine regedit"
2006 Jun 26
0
[klibc 14/43] Remove in-kernel nfsroot code
The in-kernel nfsroot code is obsoleted by kinit. Remove it; it causes conflicts. Signed-off-by: H. Peter Anvin <hpa at zytor.com> --- commit 161e1dc16ec1129b30b634a2a8dcbbd1937800c5 tree c30da837d746fe65d8a13ccf6f27bd381948edb4 parent 018604e070e143657abcf0cb256a1e2dda205d97 author H. Peter Anvin <hpa at zytor.com> Sat, 20 May 2006 16:24:05 -0700 committer H. Peter Anvin <hpa at
2018 Aug 02
0
SAMBA 4 as Active Direcotry and Hyper-V
Unfortunately i don't have any logs. Even from samba. I installed Samba from source (with option ads). After that, i used something like wizard to configure Samba as Active Direcotry Domain Controller. 2018-08-02 16:24 GMT+02:00 L.P.H. van Belle via samba <samba at lists.samba.org >: > Ok, what you use is your choice. It's what you preffer. > > Few other questions then.
2007 Jan 24
3
Capturing output from external executables, in windows
Hi, Any help on the following would be much appreciated I wish to capture the output (currently going to console) from an external executable. The executable is successfully run using system("program -switch ") and the output printed to the DOS console. How do I capture this output? I have tried redirecting the output to a text file, and then reading this in
2001 Dec 19
1
combine
hello there, I ` m a newbie in R so please excuse my maybe simple question! I have several (the number of the files changes) textfiles. Each textfile contains one column with 3 rows (3 numerical values). I want to combine each file with another file and create new textfiles which then contain 2 columns with 3 rows. How can I do this in R? Do I have to use cbind? How Do I use cbind for my
2018 Aug 02
2
ODP: Re: SAMBA 4 as Active Direcotry and Hyper-V
I have a suspicion that it is related to the specific SPNs that hyperv uses. Hyper-v tries to register 3 spn (typing from memory so I might be a bit off): Microsoft hyper-v console/HOST.FQDN Hyper-V Replication Servive/HOST.FQDN Microsoft Hyper-V Live Migration Service/HOST.FQDN. This fails because of the spaces, that is samba being on linux, not seeing escape characters, messes up the request it
2018 Aug 02
2
SAMBA 4 as Active Direcotry and Hyper-V
Ok, what  you use is your choice. It's what you preffer.   Few other questions then. If connect from you pc to the hyper-v console, it this logged in the windows event log?   Can you telnet to the hyper-v console port?   Somehere there is something logged. I need that. Start with  increase the samba logs and checking the windows event logs.     Greetz,   Louis     Van: Rados??aw
2002 Nov 22
2
Need help with pipe()
Hello. I have an R program that calls gawk (GNU Awk 3.06 for Windows) from within pipe() to preprocess a large file before it is read into a data frame with read.table(). I've recently upgraded from Win98SE to WinXP, and have also upgraded from R1.5.0 to R1.6.1 over the past month or so. This program worked before the upgrade(s), but now fails. I observe the following sort of behavior with
2003 Jul 15
4
(no subject)
Hi I got a problem with creating a textfile: how can I create a textfile, which has a headline like: #data1 1 2 3 4 5 6 7 8 the problem is, how to bind text and matrix, so that the "read.table"-function will ignore the text and read the numbers. Thank you for help Michael -- 2
1998 Oct 28
2
W95 and no update from samba shares
Hi, i have a annoying problem that drives me crazy. We have set up a Digital/Unix box with samba and the clients (W95) can mount the shares from this box. On the Unix side we create a textfile which will be periodically (or not) appended with new data. A Application on the W95 side reads this file. The Problem is, that the textfile has new lines, the Application don't see them !!! To
2010 Nov 16
4
easy httpd's problem
your guys: I can't see the direcotry under / produced by mkdir command via Internat Explorer, except the any direcotry and file that exist after the CentOS installation complete. This is my directory 's detail information: drwxr-xr-x root www-data root:object_r:default_t CenterRepo and my httpd's configuration information: <VirtualHost *:80> ServerAdmin
2005 Feb 19
2
I have a odd question...
Hi all. I am going to do a simple "voting application" for a radiostation. The idea is to have listeners call in to vote on songs. What I want to do is to take a phonenumer for each song and present the result on a simple webpage. Eg. To vote on song number one, call 555-1111 To vote on song number two, call 555-2222 etc etc. When the listener calls in, a playback tells him:
2003 Jun 12
9
Programcode and data in the same textfile
I have the following problem. It is not of earthshaking importance, but still I have spent a considerable amount of time thinking about it. PROBLEM: Is there any way I can have a single textfile that contains both a) data b) programcode The program should act on the data, if the textfile is source()'ed into R. BOUNDARY CONDITION: I want the data written in the textfile in exactly
2020 May 05
2
Windows link in linux share...
Well, I just did a dirty test: * mklink link.txt "textfile.txt" * mklink /D DIrLink "Directory" * copied it to a samba share via Explorer (drag and drop). * copied it to a Windows share via Explorer (drag and drop). In both cases, it copied the contents of "textfile.txt" as "link.txt", definitely not a symlink (windows or otherwise). Same with
2018 Aug 02
2
SAMBA 4 as Active Direcotry and Hyper-V
On Thu, 2 Aug 2018 17:40:30 +0200 Radosław Dobrowolski via samba <samba at lists.samba.org> wrote: > Unfortunately i don't have any logs. Even from samba. I installed > Samba from source (with option ads). After that, i used something > like wizard to configure Samba as Active Direcotry Domain Controller. > Can you remember what your actual 'configure' line was, it
2011 Oct 05
1
fgrep with caret (^) meta-character in system() call
Hi there, I would like to use my linux system's fgrep to search for a text pattern in a file. Calling system with system("fgrep \"SearchPattern\" /path/to/the/textFile.txt") works in general, but I need to search for the search pattern at the beginning of the line. The corresponding shell command fgrep "^SearchPattern" /path/to/the/textFile.txt
2018 Aug 02
0
SAMBA 4 as Active Direcotry and Hyper-V
Why use hyper-V, if you can a free Xen Server : https://xcp-ng.org/ Which is the same as Citrix Xen but free and all licences options enabled. Just have look. But for the hyperv, its not clear what you want exactly here. Check this link, im guessing this is close to what your looking for. https://community.spiceworks.com/topic/2108484-adding-smb-or-usb-shares-to-standalone-hyper-v-server
2004 Feb 26
2
locks directory over nfs
Hello. In our samba configuration, the lock directory is located on an NFS mount. It seems that for some reason this causes many problems: Some applications fail to save files properly (eg matlab), some applications fail to print (eg acrobat reader), and each time those application fail, we got a message on the log saying [2004/02/16 10:19:35, 0] tdb/tdbutil.c:tdb_log(724)
2014 Aug 26
2
Fn textfile background
Hello, In doc/menu.txt: "F1 textfile [background]" I am trying the second optional parameter using 640x480 x 4bits color depth png's. Should I be using a different file format? Or a different color depth? Or specific colors? Which versions are supposed to support the second optional parameter, "background", from menu.c32? I have tried (and failed) with (menu.c32)
2009 Apr 17
2
Manipulate single line in textfile
Hello all, Is it possible to modify a single line in a textfile? I know it is possible to load the whole text file, do the change, and save this as a new file. However, this is not practical in my case, because the document is huge and cannot be fully loaded in R. Any idea? Best, Guillaume