Displaying 20 results from an estimated 700 matches similar to: "R error message"
2001 May 18
1
Personal Ancestral and Wine
Hello,
I am trying to get Personal Ancestral File (which is free Genealogy software
from The Church of Latter Day Saints) to run with wine.
I have tried configuring wine in different ways following different
suggestions in the HOWTOs and Wine user guides with varying results. I have
also tried installing the software using Wine rather than just running the
windows-installed program.
2007 Mar 19
1
Why is app defaulting to Captain Podd font?
I'm running Personal Ancestral File (PAF) 5.2 under Wine
0.9.26, and it defaults to the bizarre "Captain Podd" font
as its default screen and print font. It appears there are
no knobs or registry entries to override this default font
for some things when printing.
My Wine is compiled from source to include the patch fix for
bug #5669 (unrelated to fonts and printing). I'm
2009 Nov 02
2
Accessing Windows file-system from Linux samba server
I don't understand Windows permissions under Samba.
I am running an smb server under CentOS-5.4,
and have a Windows XP Pro machine ("harriet") as a client.
I have set up shares C and D on harriet
corresponding to the 2 drives C: and D: on the machine,
and I have asked that files should be shared.
Now when I mount harriet:C I can see
the top level folders,
but cannot see Documents
2009 Nov 02
2
Accessing Windows file-system from Linux samba server
I don't understand Windows permissions under Samba.
I am running an smb server under CentOS-5.4,
and have a Windows XP Pro machine ("harriet") as a client.
I have set up shares C and D on harriet
corresponding to the 2 drives C: and D: on the machine,
and I have asked that files should be shared.
Now when I mount harriet:C I can see
the top level folders,
but cannot see Documents
2004 Apr 03
1
oplock windows XP client
Hi,
I use samba for 5 years in a small enterprise network. We have recently
changed our windows client and migrate from windows 95 to windows XP :-).
Samba is running on a debian woody. Since we are using windows XP home
edition I can see the following log messages :
[2004/04/02 15:27:50, 0] smbd/oplock.c:oplock_break(758)
oplock_break: receive_smb error (Success)
oplock_break failed for
2002 Mar 01
4
Install application under WINE 20020228
I tried to install PAF and got the following:
fixme:ole:CoSetState (0x653c3f80),stub!
fixme:ole:MkParseDisplayName (0x403d39e0, L"StdOle32.tlb", 0x405a6624,
0x46000000): stub.
fixme:ole:CoTreatAsClass
({8c3c1b17-e59d-11d2-b40b-00a024b9dddd},{22d84ec7-e201-4432-b3ed-a9dca3604594})
fixme:ole:CoSetState ((nil)),stub!
fixme:ole:CoMarshalInterface Failed to Marshal the interface, 80070057?
2004 May 07
3
Contribution to 3.8.1pl1
Hello,
I added the support for netgroups to be used in the
AllowUsers and DenyUsers parameters. This has some
advantages:
* hostnames or ip addresses need not to be written or
maintained in the sshd_config file, but can be kept
abstract names what also simplifies a bit largescale
openssh installations
* sshd_config needs not change and sshd be restarted
when changing the list of allowed /
2002 Feb 23
2
GetLayout call...
Hi,
The problem:
I don't see any writing on the screen sing the wine (the very latest)
and runnig Personal Anchestral File (PAF) version 5.
Ok, the menus come out ok and the hints but the canvas / screeen /
whatever is it called , doesn't show any text on it...
on the terminal screen I see :
fixme:dc:GetLayout (000008b8): stub
multiple times as the program runs (hundreds of lines
2013 Mar 05
2
Error message
Dear all,
I got an error message when running the following code.
Can anyone give any suggestions on fixing this type of error?
Thank you very much in advance.
Hanna
> integrand <- function(x, rho, a, b, z){
+ x1 <- x[1]
+ x2 <- x[2]
+ Sigma <- matrix(c(1, rho, rho, 1), 2,2)
+ mu <- rep(0,2)
+ f <-
2009 Oct 17
1
Samba/BackupPC under CentOS-5.3
I'm almost completely ignorant about samba on Windows machines,
In particular I know nothing about Windows permissions,
if that is relevant here.
I am running BackupPC on a CentOS-5.3 machine.
It works perfectly for backing up Linux folders,
but I have great difficulty extending it to Windows clients.
To be precise, I have a share called "EA Games D"
on a machine running Windows XP
2012 Nov 02
4
How to test recaptcha in localhost?
Hi all,
I follow All the steps for recaptcha , but i am confused how to test on my
local host.
Because when we register in google recaptcha it ask for domain URL, i stuck
here.
Q What should i enter in domain url ?
Hope that you all understand the problem.
Thanks
Regards
Fahim Babar Patel
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2011 Apr 13
0
ordinal predictor in anova
Hi,
I have a dataset with a continuous response variable and, among
other predictors, an ordinal variable.
Here is what it could look like
treatment <- factor(rep(c("AA", "AC", "AD","AE", "AB"), each = 10))
length <- c(75, 67, 70, 75, 65, 71, 67, 67, 76, 68,
57, 58, 60, 59, 62, 60, 60, 57, 59, 61,
58,
2006 Apr 19
9
geolocation db?
I''m currently planning a social app in Rails that relies on being able to
see how far you are from everyone else.
It''s my intention to store rough geo-coordinates as part of the sign up
process. My intention is to capture their zipcode or postal code, and then
be able to query a webservice once for that data. It''s also possible that
there might be a database or even
2008 Jun 28
2
String concatenation
Hi,
Is the following function built in somewhere?
concat = function(v) {
res = ""
for (i in 1:length(v))
res = paste(res,v[i],sep="")
res
}
e.g.
> concat(c("12","3","45"))
[1] "12345"
Cheers,
Andy
--
Andy Fugard, Postgraduate Research Student
Psychology (Room F3), The University of Edinburgh,
7 George
2011 Jul 25
2
How to find the likelihood of a null model in R
Dear All,
I am working on a dataset having the dependent variable as ordinal
data(discrete data) and multiple independent variables. I need to find
the likelihood for the NULL model.i.e the model with only the
dependent variable and all other independent variables as zero. Kindly
let me know how to find the likelihood for a NULL model in R. Is there
any specific function in R that can do
2009 Nov 03
2
how to display a string containing greek chrs and variables
I'm trying something that I thought would be pretty simple, but it's
proving quite frustrating...
I want to display, for instance, the correlation coefficient "rho" in a graph.
I can do something like:
text(x, y, paste("rho =", cor))
where cor would be my previously calculated correlation coefficient,
and x and y the coordinates.
Obviously that displays
2008 Dec 28
1
model.matrix and missing values
Hi,
Does anyone know an easy way of retaining rows in a model.matrix where
missing values are present in the predictors. Ideally I'd be able to
retain these rows as zeros.
Thanks,
Jarrod
--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.
2008 Sep 01
1
Polychoric and tetrachoric correlation
Hi there,
Am I correct to believe that tetrachoric correlation is a special case
of polychoric correlation when there are only two levels to the ordered
factor? Thus it should be okay to use hetcor from the polycor package
to build a matrix of correlations for binary variables?
If this is true, how can one estimate 95% confidence intervals for the
correlations? My guess would be
mat =
2008 Mar 04
1
battery.temperature vs ups.temperature
The (2.2.1) upshid-ups driver reports battery.temperature rather than
ups.temperature. Here's a quick patch to have it show up in the status
page...
--- clients/upsstats.c.DIST 2008-03-04 09:15:40.000000000 +0000
+++ clients/upsstats.c 2008-03-04 09:16:20.000000000 +0000
@@ -787,6 +787,11 @@
return 1;
}
+ if (!strcmp(cmd, "BATTTEMP")) {
+
2017 Jun 23
1
qemu-kvm-ev-2.6.0-28.el7_3.10.1 now available
On Fri, Jun 23, 2017 at 11:26 AM, Chris Cooke <cc at inf.ed.ac.uk> wrote:
> qemu-kvm-ev-2.6.0-28.el7.10.1
> <https://cbs.centos.org/koji/buildinfo?buildID=17495> has been tagged for
> release and will soon be available on CentOS mirrors.
>
>
> Hi Sandro,
>
> Thanks. That looks like a typo in the package release field? Should be
> 28.el7_3.10.1, rather than