similar to: DotNet Version Of Rsync

Displaying 20 results from an estimated 1000 matches similar to: "DotNet Version Of Rsync"

2003 Oct 24
1
Question About Rsync on HP-UX
Hi All: I thought the default behaviour for Rsync was that it would only overwrite destination files that have a lesser date than the source file. Instead I have this: Source ibmhttpd@sch1p115 [/csapps115/IBMHTTPD/content-external/cna/html/meet]: ls -al meet.html -rwxr-xr-x 1 ibmhttpd ibmhttpd 30151 Jul 9 2002 meet.html Destination ibmhttpd@sch1p116
2001 Oct 19
4
Exclude
Hi Folks, I'm running rsync between an NT client and a Solaris 7 Server (Ver 2.4.6). I'd like to be able to exclude the following directory: /opt/IBMHTTPDLOG/archivelogs but retrieve /opt/IBMHTTPDLOG My setup is: rsync -av -p -e rsync@server1.cna.com:/opt/IBMHTTPDLOG/ F:/opt/IBMHTTDLOG (client) rsync --daemon --exclude-from=/etc/rsync.exclude (server) What I get is
2014 Jun 04
0
Ability to "wait" for dotnet to complete installation
Hi all, Interesting timing challenge around installing dotnet on Windows 2008 R2 Data Cente. In essence, when we run the following command, it appears to complete in a few seconds. The reality is that it spawns multiple new msiexecs to install and configure itself over the next 5 mins or so. dotNetFx40_Full_x86_x64.exe /q /norestart This causes an obvious issue if we need to install a bit of
2001 Dec 08
1
How Does Rsync Behave ?
Hi All: I am going thru the documentation and I noticed that there is some talk about returning error codes. Some Q:s * If rsync encounters a network error, does it do retries ? Can you control the # of retries ? * Do the rsync client & server stop running upon encountering an error ? Can you tell rsync to stop upon the first error encountered ? * If the remote rsync encounters an
2005 Jul 15
1
DonNet Version Of Rsync
Hi People, Just wondering if anyone has ported rsync to dotnet yet? Thanks Alex
2006 Sep 15
4
DotNet applications
Hi, I have an application that want to install the DotNet FrameWork. the Setup of the FrameWork starts, but then fails with the message, Internet Explorer 5.5 or higher would be required. How can I get over this message without really installing an Internet Explorer? As far as I know, for all Applications that require IE, the renderengine khtml is used instead. Could it be hacked in that
2010 Oct 21
0
Winetricks and dotnet
Probably a silly question, but I can't seem to find the answer anywhere. Will the command 'winetricks dotnet20sp2' install the full dotnet package or just the service pack? In other words, do I need to run 'winetricks dotnet20' first? Many thanks, David Shaw
2011 May 16
2
Wine 1.3.19 and dotnet 1, 2 and 3
Hello to everyone. I'm trying to install both dotnetfx 1.2.3 in order to check to run a special program for windows xp we use in our office. First of all I installed dotnet 2, 3. and the installation worked great. The problem is to install dotnet 1.1. When I run winetricks I receive this error message. lorenzo at lorenzo-virtual-machine:~/.cache/winetricks/dotnet11$ winetricks Executing
2010 Jun 23
2
problem installing dotnet 2.0
when installing dotnet 2.0 the install crashes ive tried clearing winetricks cache but that doesn't seem to work here's the errors im getting any help is appreciated Code: lithium at lithium-laptop:~$ ./winetricks ------------------------------------------------------ Instaling .net 2.0 runtime. Can take several minutes. See http://wiki.winehq.org/MicrosoftDotNet for tips.
2008 Jun 16
1
error in dat
Hello everyone, I have the following code which keeps giving me an error. The code is: dat<-read.table(file="C:\\Documents and Settings\\Owner\\My Documents\\eisen.txt",header=T,row.names=1,blank.lines.skip=F,na..strings="NA") dimnames(dat)((1)) <-as.character(dat(,1)) dat<-dat(,-1) dat<-as.data.frame(dat) file.show(file="C:\\Documents and Settings\\Owner\\My
2003 Sep 17
2
CART analysis
Greetings, Does anyone know of an R code for classification and regression tree analysis (CART)? Thank you Ron Ron Thornton BVSc, PhD, MACVSc (pathology, epidemiology) Programme Co-ordinator, Active Surveillance Animal Biosecurity MAF Biosecurity Authority P O Box 2526 Wellington, New Zealand phone: 64-4-4744156 027 223 7582 fax: 64-4-474-4133 e-mail: ron.thornton at maf.govt.nz
2010 Jul 11
2
dotnet 3.0 app crash on startup
Hello. I installed a program called ConnectUO (http://www.connectuo.com) which allows Ultima Online players to connect to free servers. When run, a splash screen is supposed to show up and checks for new version before loading the main window, but crashes as it tries to load the splash screen. I'm running: Ubuntu 10.04 Lucid Lynx 64 bit Wine 1.2 rc7 Winetricks 20100618 Installed dotnet20 and
2008 Apr 27
1
DotNet over wine?
Is it possible to install MS Dot Net framework over wine? Also can I install such programs which are made to be used over winxp? New to wine, please guide me. I use kubuntu gutsy.
2011 Aug 23
1
Re: problem installing dotnet 2.0
I tried to install (repair) Microsoft .NET Framework 2.0 but halfway through the installation I get this error message: 'Error 25013.Failed to install assembly 'C:\WINDOWS\Microsoft.NET\Framework\V2.0.50727\System.Data.dll' because strong name signature could not be verified. Was the assembly built delay-signed?' I'm clueless as to what this means. Any help is greatly
2011 Oct 29
2
EveHq & dotnet 3.5
Hello, i use ubuntu 11.10 and wine 1.3.x i want install eveHq (http://www.evehq.net/downloads.html) and I read this (http://wiki.indiceve.com/doku.php?id=installation:installation) > EveHQ is written using Visual Studio .Net 2010 and requires the following to run: > > .Net Framework v3.5 SP1 > MS SQL Compact Edition v4.0 (for the databases) I can install MS SQL Compact
2010 Mar 17
2
DotNet app says that I am "missing information"
I am attempting to install a piece of software called Point from Calyx Sofware. The software requires both Internet Explorer and DotNet2.0 which I have already installed (thanks to winetricks!). When I reach the screen which prompts me for the User's name, organization and software key, I enter the data, press "Next" and it gives me an error message saying "You are missing
2003 Jan 19
0
Rearranging subtrees and Eisen Cluster
I am attempting to replicate what Cluster 3.0 and Treeview (both by Mike Eisen) to cluster both microarray genes and arrays does using R with hclust. I basically utilized the plot.mat function in sma library with some layout() and hclust(). 1. Can I know if some has already written such a function or available in some package. 2. If not, would appreciate if someone could take the time to test
2016 May 03
4
Linux/ARM: Segfault issue when we build clang sources including __thread variable using -O2 flag
A few days ago, I tried to change the optimization flag from -O0 to -O2 to speed up the execution of the application on Ubuntu/ARM 14.04 32 bit. When I compiled the source code with -O2 flag instead of -O0 flag, I could not run the application normally by getting always the segmentation fault. Here is debugging information with GDB command in case of that. As you can see, we could not execute
2016 Jun 28
0
.NET on Centos.
On Jun 28, 2016, at 11:17 AM, Peter Q. <btoven66 at gmail.com> wrote: > > What will happen with Centos and .NET? I?d expect it to show up in SCL at some point: https://wiki.centos.org/AdditionalResources/Repositories/SCL Until then, the CentOS build instructions on Microsoft?s official download page work just fine, at least on EL7: https://www.microsoft.com/net/core#centos
2011 Feb 19
4
dotnet crashes during installation
Hello All I try to install net Framework 2.0 but without success. During intallation process Registering file System.EnterpriseServices.dll I:"C:\windows\Microsoft.NET\Framework\v2.0.50727\RegSvcs.exe" /bootstrapi 2: instalation crash > ------------------------------------------------------ > Instaling .net 2.0 runtime. Can take several minutes. See