Displaying 20 results from an estimated 6000 matches similar to: "Path"
2001 Oct 23
9
printing
Hello
Followed the doc's to setup a postscriptprinter but get the following
message when starting wine:
err:psdrv:PSDRV_FindPrinterInfo Error 2 getting PPD file name for printer 'Epson_360_dpi_'
fixme:winspool:AddPrinterW DocumentProperties fails
err:psdrv:PSDRV_FindPrinterInfo Error 2 getting PPD file name for printer 'Epson_360_dpi_'
err:winspool:AddPrinterW
2001 Nov 13
3
Network
Hi all,
since few days I try to install a RunTime under WINE which is used to
connect to a Linux Server. Having allways error 6 not socket (GLE 6)
with -debugmsg +winsock options, I install telnet from Windows to try to
connect to this server. I got same error. I install another windows
client, PUTTY, same result: unable to connect. Does anyone know more
about how to test network connexion
2001 Oct 22
6
Wine installation problem
Hi,
I have just compiled and installed wine-20011004, and I have go the
following problem when I start Wine:
wine client error:0x806bb68: version mismatch 54/59.
Your wineserver binary was not upgraded correctly,
or you have an older one somewhere in your PATH.
Or maybe the wrong wineserver is still running?
I have build and install it with wineinstall.
I have remove the previous version.
Any
2001 Nov 06
3
What's wront with this?
>[wine]
>"Windows" = "/windows"
>"System" = "/windows/system"
>"Temp" = "/windows/temp"
>"Path" = "/windows;/windows/system;/windows/temp"
>"Profile" = "/windows/Profiles/Administrator"
>...
Must be
[wine]
"Windows" = "c:\\windows"
"System" =
2001 Oct 23
3
Did I read correctly?
Is it possible to run MS Word on a LInux box without Windows installed?
If so, would someone be willing to help me get it running?
I would like to use MS Word ver 7, but want nothing to do with Windoze.
Word Perfect 8 for Linux can get testy at times.
cedric
2011 Feb 16
1
Hartley's table
Hi,
I used the commands below to make Hartley's table,
but some values are NA.
require(SuppDists)
trat = seq(2, 15, 1)
gl = seq(2, 40, 1)
har = matrix(0, nr=length(gl), nc=length(trat))
for(i in 1:length(gl))
for(j in 1:length(trat))
har[i,j] <- qmaxFratio(.95, df=gl[i], k=trat[j])
rownames(har) <- gl
colnames(har) <- trat
head(har)
The output (head):
2
2007 Feb 20
1
Simplification of Generalised Linear mixed effects models using glmmPQL
Dear R users I have built several glmm models using glmmPQL in the
following structure:
m1<-glmmPQL(dev~env*har*treat+dens, random = ~1|pop/rep, family =
Gamma)
(full script below, data attached)
I have tried all the methods I can find to obtain some sort of model fit
score or to compare between models using following the deletion of terms
(i.e. AIC, logLik, anova.lme(m1,m2)), but I
2009 Aug 03
1
CentOS village @ HAR
Hey
I am just organizing the CentOS village at HAR and need a rough
estimate of people who will be attending.
What do people want? Shall the CentOS people have their own party
tent? We are currently with the Fedora people. I will also post on the
SL mailing list.
Hope to see you all at HAR?
Cheers Didi
----
My www page: www.ribalba.de
Email / Jabber: ribalba at gmail.com
Skype : ribalba
2001 Mar 02
3
Preloading WINS registrations
I have a couple of Samba boxes, one of which is dedicated to WINS. The other I dole out anti-virus stuff to 3,500 odd PCs from.
This second one will disappear from the WINS server from time to time which is a bit of a pain. I use nmblookup -R -U <wins_ip> <2nd_box_ip> to test for it. All clients are configured as "P" nodes so WINS is a bit essential. To bring it back I
2001 Oct 16
5
another ttyS0 acces problem ;-)
Not the same as the other treath, but also an tty access problem.
I have an old an cheap digital camera wich isn't supported by gphoto(2).
I can get the program running under wine only it shows me:
err:dosfs:DOSFS_CreateCommPort Couldn't open /dev/ttyS0,115200 ! (check permissions)
err:file:CreateFileA Couldn't open device 'COM1'!
FIXME:pthread_rwlock_rdlock
2012 Jul 19
1
Switching log(J) to log(J+1) to avoid log(0) in HAR-RVJ model
I am working with xts dependent data, and my code is as follows (the problem
is explained throughout):
dat <- getdat("prices")
dat <- read.zoo(dat, sep = "",format="%d/%m/%Y %H:%M",
tz="", FUN=NULL, regular=TRUE,
header=TRUE, index.column=1, colClasses=c("character",
"numeric"))
dat <- as.xts(dat)
2007 Jan 19
1
Is this possible to do?
I'm a bit confused if this is possible to do. I would like to
write some instructional pages using markdown, here is a short
example of my problem. The text looks like this:
============================================================
Risken ?r dock att du har lite mer komplicerade objekt, tex
att det ?r uppbyggt av flera delobjekt:
![A complex object](images/CloneAdvancedObject.png)
Om
2002 Mar 06
3
can't un-mount
here's how i mounted a shared folder:
#mount -t smbfs -o
username=me,password=psw,workgoupt=kppo
//har-file2/new-gp /samba/k-drive
and when trying to un-mount using
umount /samba/k-drive or,
smbumount /samba/k-drive
I get this message:
'device is resource busy'
Any idea why i can' unmount this?
please reply to all, thanks!
2001 Nov 21
2
Groupwise errors
I'm trying to run the 32bit version of Groupwise. So far I can install it
without any major hickups but when I actually start to run the Grpwise.exe
it will prompt me to login to the groupwise mail server but bombs out with
a debug xterm. It appears to be able to connect to the groupwise server ok
for verifying the password. If I put in a bogus one it will tell me I have
used the wrong
2001 Oct 23
1
HOMM3 and DirectPlay
Using a recent build of wine (20011023 and previous) I've gotten
heroes of might and magic 3 working, minus networking :/ After doing
a full install in WINE (with fake windows), attempting to run the game
came up with the 'unable to initialize resources - possible disk
problem'. Examination of the output of wine --debugmsg
+relay,+text,+string Heroes3.exe indicates that the game is
2015 Jan 29
2
[LLVMdev] RFB: Would like to flip the vector shuffle legality flag
On Wed, Jan 28, 2015 at 4:05 PM, Ahmed Bougacha <ahmed.bougacha at gmail.com>
wrote:
> Hi Chandler,
>
> I've been looking at the regressions Quentin mentioned, and filed a PR
> for the most egregious one: http://llvm.org/bugs/show_bug.cgi?id=22377
>
> As for the others, I'm working on reducing them, but for now, here are
> some raw observations, in case any of
2010 Aug 20
1
error heatmap and stack overflow
Hello,
Im trying to create a heatmap with a dataset (38 x 15037) but get the
error below:
Error: protect(): protection stack overflow
Execution halted
or
Error: C stack usage is too close to the limit
Execution halted
I tried to increase the stack size by changing:
extern uintptr_t R_CStackLimit
but my systems manager said that R by default uses all the memory
available to it from the
2012 Jul 19
1
Change log(J) to log(J+1) to stop log(0) from occurring in harModel
I think the code is part of the RTAQ package but is not included in it, as I
obtained it from
https://r-forge.r-project.org/scm/viewvc.php/pkg/RTAQ/R/HAR_model.R?view=markup&root=blotter&sortby=author&pathrev=1028.
It is not my code and I make no claim to other's good work, and apologize if
I should even be posting it I am not sure, but in the transform function it
allows to
2001 Mar 31
1
Problems with cbtplayer
Hi,
One of the main things I use Wine for is to run a Computer Based
Training Player (cbtplayer, info found at www.smartforce.com).
It used to work perfect on 20001222 and back several version from that.
Since the 20010112 release, it has failed. I reload the 20001222 and am
back in business.
I posted the zipped debug output for download if anybody that can read
this (most of it looks Chinese
2001 Mar 07
1
CalamusSL 2000 DTP program
Hello,
I tried to install CalamusSL 2000 under wine 20010305 and the installation
itself was successfull. But when I start the program the main window is
very small (120x27) and can't be changed. So the GUI is not visible ...
What can I do to help the maker of the program to find the problem?
And there is another problem with temporary fonts. The program needs some
fonts that will be