similar to: Rsync fails to rename on Windoze2003

Displaying 20 results from an estimated 700 matches similar to: "Rsync fails to rename on Windoze2003"

2011 Mar 21
9
Trying to run RIFT on OS X 10.6 and Having DirectX Issues
I've been working for a few hours to get RIFT running on my Mac Pro. I really don't want to have to get a full windows license to play the game so it seemed like a good alternative. So I pulled wine via macports (I did this today so I got wine-1.2.2). Then downloaded the game and got it patched (my wife has a Windows machine and a Rift account). This is where progress stopped. I find that
2008 Oct 13
2
rsync error: Error in socket IO(code 10) at clientserver.c(122)
Hi, I am using cwrsync ver 2.1.5 over SSH to connect to myproj@sourceforge.net and facing some problems and not sure how to go about it. Below is the full text of the result when I run the batch file. Was wondering if anyone has seen any similar issue. Any thoughts/help is much appreciated. ------------------------------------------------ Tunnel: ssh Command to run: "C:\Program
2008 Jan 18
2
winetricks and gecko
*When I run sh winetricks gecko, the following happens:* superman at travis-lin:~$ sh winetricks gecko --13:43:26-- http://source.winehq.org/winegecko.php?v=0.1.0 => `winegecko.php?v=0.1.0' Resolving source.winehq.org... 209.46.25.134 Connecting to source.winehq.org|209.46.25.134|:80... connected. HTTP request sent, awaiting response... 302 Found Location:
2016 Sep 09
3
Print driver deployment broken after KB3170455 on Windows 7
Hi, Since recently printer deployment is broken on Windows 7 (and above?) due to KB3170455. This is probably the same problem https://lists.samba.org/archive/samba/2016-August/202078.html on Win 10. After a lot of reading and investigating it appears that we now (after KB3170455) need: - A Point & Print Restriction GPO enabled with FQDN of all Print Servers and "Do not show warning
2013 Feb 15
10
reading data
Hi, #working directory data1 #changed name data to data1.? Added some files in each of sub directories a1, a2, etc. ?indx1<- indx[indx!=""] lapply(indx1,function(x) list.files(x)) #[[1]] #[1] "a1.txt"??????? "mmmmm11kk.txt" #[[2]] #[1] "a2.txt"??????? "mmmmm11kk.txt" #[[3]] #[1] "a3.txt"??????? "mmmmm11kk.txt" #[[4]] #[1]
2003 Jan 09
10
transparent proxy
I''ve installed a bering box acting as a firewall for a lan; the lan is 192.168.1.0/24 the bering box is 192.168.1.254 I''ve installed a squid server 192.168.1.1 It is possible to configure shorewall for a transparent proxy to the squid server? I''ve tryed with REDIRECT loc loc:192.168.1.1:3128 tcp www - !192.168.1.1 in the rules file I get this error: Error:
2005 Jun 01
2
Different versions, different results ?
Dear all, I wrote the following batch script on a iMac, and ran it on a linux mosix cluster. tu <- read.table("cage.mm5.tags.rna_lib.CAA-CAJ.tu-reshape.table") tu_reshaped <- t(reshape(tu[1:50,], direction="wide", timevar="tu", idvar=c("rna","lib"))) write.table(tu_reshaped, "cage.mm5.tags.rna_lib.CAA-CAJ.tu-reshaped.table")
2008 Jul 03
4
HTML rendering is currently disabled
I am using Ubuntu 8.04 and Wine 1.10. Before installing Wine I had installed Firefox 3.0 final release for Linux as instructed on the Ubuntu site. It said not to uninstalled the version of Firefox that came with Ubuntu because it may break Gecko and other things, so I didn't uninstall it. I've now installed Wine 1.10 and have installed one application, however, it gave me a prompt to
2001 Feb 05
2
Needed files from WIN dist. [BEFORE: Windows Installation under WINE]
I think everyone misunderstood me. I'm not trying to set up windows to start using windows in Linux like with VMWare. Why would anyone want to do that. My problem is the fact that I need some files from MS-Windows to be able to run some programs in WINE. Like I need regedit.exe and other programs in the windows distibution. I see that most people copy the c:\windows\ directory from a
2008 Aug 30
1
booting w98 bootdisk via memdisk
Hallo, I try to boot the windows 98 bootdisk via memdisk. It doesn't work completely. Booting a freedos FD image works, booting the windows 98 image works too. But the windows 98 boot disk then should extract the file "ebd.cab" with the file "extract.com", and that step fails. Is that a syslinux problem or a windows problem? Viele Gruesse! Helmut
2001 Feb 01
6
hello, I need some help for using wine
hello, i have this problem : [y.moya@yves y.moya]$ cd /mnt/cdrom [y.moya@yves cdrom]$ ls 3Dfx SETUP.EXE _setup.dll autorun.pak hlinst.dll setup.bmp DATA.TAG SETUP.INI _sys1.cab data1.cab lang.dat setup.ins DIRECTX Worldcraft _user1.cab dsetup.dll layout.bin setup.lid Localize.cab _INST32I.EX_ autorun.exe dsetup16.dll os.dat sierra.inf
2008 Aug 26
2
Help installing large files - Dragon NaturallySpeaking 9.5 and 10.0
I have been trying to install Dragon NaturallySpeaking 9.5 and 10.0 using wine's most current git. With 9.5, the install fails to install the largest files, which are quite huge. With 10.0, the files are even larger, and the install just hangs and won't continue. ?? Wine 9.0, which has slightly smaller file sizes, installs and runs pretty well. Oddly, I have also tried copying all
2008 Oct 30
1
How to install wine gecko
Hi, I just want to install a windows based application on RHEL5.2 followed the steps below: 1.yum install wine 2.run "wine iexplore" : a) system ask to install the wine gecko, b) then wine attempted to download them automatically,but failed. 3.install wine_gecko manually : a) downloaded "wine_gecko-0.1.0.cab" from
2006 Jan 26
7
Print Migrator help needed...
Hi, I am trying to migrate print queues from a windows server to a samba share. 1. I ran printmig.exe on the windows server. 2. Backed up the printers on the windows servers to a cab file. 3. Tries to restore the printers to the sambashare by specifying the target as //sambaShare. But I get the following error: 2006:01:25 15:35:38 Access Granted to: \\sambaShare 2006:01:25 15:35:38
2010 Sep 28
1
ramdom sampling from a dataset
I am trying to get R to pick random integers from my dataset (i.e. bootstrapping) with replacement. However, my attempts at this have been unsuccessful. Here is a basic example of what I am doing: I have a data vector of 8 integers (data= 2,5,9,4,5,6,7,8). I used the sample function and it worked but it only repeated my values in the exact same order. It did not randomly sample them. Here
2020 Oct 30
2
problems accessing samba shared printers from win32 clients
Marco Gaiarin via samba ha scritto il 30/10/20 alle 10:02: > Mandi! Piviul via samba > In chel di` si favelave... > >> Someone can help me to troubleshoot the problem? > > If i remember well, if the driver architecture is 64 bit as: > > spoolss: architecture = Windows x64 I don't think you remember correctly ;). From man smb.conf I read > spoolss:
2006 Feb 25
8
linking a .swf file in a rails document
Hi, I have a little .swf movie I''d like to have in my page. Is there a rails way of linking it? Thanks, Peter
2007 Mar 07
8
PHP probes
Hi all, I remember at OSCON 2005 there was talk of adding DTrace probes to PHP (in fact, I have a photo of Bryan and Wes working on it!). Did they ever get into the upstream branch, ''cause I don''t recall seeing a --enable-dtrace (or similar) configuration option when I recently built PHP 5.2.1. If not, is there an ETA? TIA, -- Rich Teer, SCSA, SCNA, SCSECA, OpenSolaris CAB
2002 Aug 08
8
MS Office 2000 Small Business instalation problem
Hello. I'm trying to install MS Office 2000 Small Bussiness (Polish version) with latest CVS wine. First I get a small message box that tells me, that my Windows Installator is being upgraded, then I get an error message, that could be roughly translated as: "Windows system Installer in this system has been upgraded. You have to restart system to finish this upgrade
2006 Jan 12
9
windows print migrator + "add printer command"
Hi all. I was wondering if anyone had a successful exampel of using the "add printer command" with cups so that the windows print migrator could be utilised. Seeing as Jerry as spent time on this it would be a shame not to know how to use it. ;-) I'm guessing that it would be along the lines of: add printer command = lpadmin option1 option2 && cupsaddsmb option1 but