similar to: More files randomly corrupted

Displaying 20 results from an estimated 300 matches similar to: "More files randomly corrupted"

2006 Feb 18
2
SVN migration status
It looks like the Subversion migration is working. The CVS repository is still there, but in read-only mode. However, the SVN repository preserves the version history of the CVS repository, albeit organized slightly differently. For an introduction to Subversion, this online book is essential: http://svnbook.red-bean.com/ It is written by some of the Subversion authors. The only drawback I
2018 Sep 19
4
Bias in R's random integers?
On Wed, 19 Sep 2018 at 13:43, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > > I think the analyses are correct, but I doubt if a change to the default > is likely to be accepted as it would make it more difficult to reproduce > older results. I'm a bit alarmed by the logic here. Unbiased sampling seems basic for a statistical language. As a consumer of R I'd
2008 Mar 14
1
Buggy Kinderman-Ramage (PR#2846)
Unfortunately, RNGkind is buggy. It will not generate warnings except the full name "Buggy Kinderman-Ramage" is supplied for normal.kind. match.arg is supposed to be called before "==" comparison. ======================================== Shengqiao Li Research Associate The Department of Statistics PO Box 6330 West Virginia University Morgantown, WV 26506-6330
2003 Apr 25
4
Kinderman-Ramage (PR#2846)
Hi, Our department has detected a bug in the implementation of the Kinderman-Ramage generator for normal random variates in version 1.7.0, which can be seen from the below R session. (Consecutive calls for chisq.test(...) always gives p-values very close to 0.) We have already encountered this bug in version 1.6.2 The error is in file R-1.7.0/src/nmath/snorm.c Here is a patch for this file to
2005 May 24
3
Wine on Macs ?
Now that MacOS is Unix-based, can Wine be run on them ? -- Andrew You can be the captain I will draw the chart Sailing into destiny Closer to the heart Closer to the Heart by Rush (A Farewell to Kings, 1977) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009 Jun 22
5
Further .NET woes
Further to advice from the list, I tried using winetricks. Below you can see a list of available packages and the one I felt was the answer (mono is the linux implementation of .NET). Can anyone tell me what I am doing wrong ? andrew at zeus:~/Download/Fictionwise/Mobipocket$ winetricks Usage: /usr/bin/winetricks [options] package [package] ... This script can help you prepare your system
2015 Feb 08
3
Which function can change RNG state?
Today I struggled for hours to understand some unexpected package test results. It turned out that this is because package "parallel", buried deep in my dependencies, calls runif() during it's initialization and in this way changes the random number sequence. This seems to be a part of a more general question--which kind of functions can we trust if we want to preserve random
2009 Jun 21
2
Problems Installing .Net 1.1 SP1
I just downloaded TurboDelphi from edn.emarcadero.com (the full 2006 package) and am trying to install it under wine. Installation stops with a message that it needs DotNet 1.11 installed so I downloaded the .Net package from Microsoft. For some reason, this version will not install - I had previously tried .Net 2.0 and .Net 1.1. The link below leads to a file containing the command-line
2006 Dec 31
2
Windows .SYS Drivers
Is there any way to get .SYS device drivers working with wine ? I have just acquired a Franklin eBookMan and want to use it to read. But the Linux program (ebmsync and ebmsync.tk) will not work on my (SuSE 10.1) laptop. -- Andrew "Oh, bother," said the Borg. "We've assimilated Pooh."
2005 Mar 18
4
wine-20050211 on SuSE 9.2
I am trying to install wine-20050211 on my second system, which runs SuSE 9.2. After much faffing around I finally managed to download and install bison, which allowed ./config to complete. A warning at the end advised me to install xlib-devel or xfree86-devel. Googling around I found the RPM for XFree86-devel for SuSE 9.1 so I downloaded it and started to install it. Unfortunately, a
2003 Mar 25
1
BUG report : 'rnorm' (LINUX, R 1.6.2) (PR#2682)
Dear colleague, unfortunately 'rnorm' does not create normal distributed numbers as you can see with following histogramm: > hist(rnorm(1000000),breaks=100) and > hist(pnorm(rnorm(1000000)),breaks=100) I have done several chi^2-tests which have all failed: > chi2unif<- function(x,N) > { > anz=length(x) > f0<-rep(anz/N,times=N) >
2004 Aug 31
0
The connection was refused when attempting to contact localhost:901
I am quite new to Linux, and just trying to do some simple things like get my Linux and windows boxes talking to each other. I have installed Samba 3.0.6 on Red Hat 9 on a Intel P3 box. I installed RH without the boxed version of Samba, removed the components it installed anyway (samba-client and samba-common), and then downloaded the source code from Samba.org. I went through the Samba
2005 Dec 18
1
Basic samba/swat setup prob
Good Morning, I am trying to setup a basic samba config by first starting up swat. I have followed the guide http://us2.samba.org/samba/docs/using_samba/ch02.html but have problems. I am running kubuntu, samba 3.0.14a, my smb.conf file is ... [global] workgroup = METRAN encrypt passwords = yes [test] comment = For testing only, please path = /etc/samba/tmp read only = no
2010 Mar 29
0
Upgrading bundled Samba in Mac OS X to 3.5.1?
Hi. I just joined the Samba mailing list and this is my first question. I would like to upgrade on of my PowerPC Macs (running Mac OS X 10.5.8) to Samba 3.5.1 without stomping on the bundled installation (3.0.25b-apple). This is something I've never attempted before, and though I've made progress, I'm stuck trying to figure out how to override Apple's version of Samba. So far,
2019 Oct 17
0
Installing R in Ubuntu
On Thu, 17 Oct 2019 at 08:31, Christofer Bogaso <bogaso.christofer at gmail.com> wrote: > Thanks for this. > > I have downloaded the r-base-core_3.6.1-3disco_amd64.deb file and > placed in /var/cache/apt/archives > > Next I ran below code in Ubuntu > > sudo apt-get install -f /var/cache/apt/archives/r-base-core.deb > > But this is failing with below message -
2002 Aug 12
1
set.seed
I'm running into problems with set.seed--maybe I'm misunderstanding something. I'm running R 1.5.1 on Windows 2000. I'm basically trying to capture the random seed so that I can reproduce a simulation if it's necessary later. Using set.seed, I can certainly get reproducible results, but not the results I get on the first pass. Here's an example: # Generate a random
2009 Mar 17
1
Putting demo shell scripts, text files, and RScript files with a package?
I've written a package to assist with using R in Hadoop Streaming. The main point of the package is to help make command-line runnable RScript files. I'd like to provide a demo RScript file, a demo data file (e.g. a plaintext file, not something already processed by R) , as well as demo bash shell scripts that demonstrate how to run the job from the command line and in a Hadoop
2003 Sep 18
1
2.2.8a newbie path problem
Hi I'm presently installing 2.2.8a on Mandrake 9.1 I'm a newbie to Linux as well as Samba, so it's been fun... When I first installed Linux I installed Samba from the discs (2.2.7a), but on reading up on the subject it became clear that I should give installing the source a go. My problem is this - I don't think I have rerouted all of the paths to usr/local/samba from what
2009 Jun 24
4
Wine auto update under Suse 10.3
The above has been working perfectly since I first installed Wine last year, successfully installing the updates which appear sometimes on a daily basis. It uses the main Suse 10.3 repositories, plus software.opensuse.org/download/Emulators:/Wine/openSUSE_10.3/ However in the last couple of weeks the updates have all failed, giving a "missing dependencies" message showing many
2005 May 22
1
Installation Problems
Having uninstalled the old Wine installation from SuSE 9.2 so that I could install the 20050419 RPM, I am having problems running programs. Trying to install an audio converter, I get the following andrew@zeus:~/Download/Software> wine waveatmp3_setup.exe err:module:import_dll Library ole32.dll (which is needed by L"c:\\windows\\system\\shlwapi.dll") not found