Displaying 20 results from an estimated 3000 matches similar to: "Re: Multiple users without write permission on "drive_c""
2011 Jan 18
2
Surprise Thread Preemptions
Hi,
I would like to know about which threads will be preempted by which on my OpenSolaris machine.
Therefore, I ran a multithreaded program "myprogram" with 32 threads on my 24-core Solaris machine. I make sure that each thread of my program has same priority (priority zero), so that we can reduce priority inversions (saving preemptions -- system overhead). However, I ran the following
2009 Aug 08
1
How to pass flags (arguments) to an application
Hi everyone. I have a problem running a Windows appilcation with wine.
The application is a Acucobol program.
When I run "wine wrun32.exe myprogram" it works ok.
When I run "wine wrun32.exe -C config.cfg myprogram" wine says
myprogram doesn't exist.
Any help?
--
Marcelo Arroyo
2009 Jan 04
1
restricting access to drive_c
Hi Folks,
When my users access the file system to save a document they have the ability to go up a directory beyond drive_c.
Is there any way this access can be restricted so that the drive_c directory is the root directory from the apps' perspective?
Cheers,
-Joe
2011 Jun 12
0
winefile can't create folder?
I use appication that manage it's out favorites folder by defult with winefile. Favorites folder (dir) placed in .wine/drive_c/users/kruvalig/Application\ Data/<myprogram>/Favorites/. My favorites folder is complex, and i want to have possibility to create subfolders there. When i try to create folder i get error message "Not yes implemented".
How can i fast and simle use my
2003 Jan 08
3
Errors running R in Batch mode under Win2000
I have made many different attempts to run a R program in Batch mode. I run a DOS command like:
C:\Progra~1\R\rw1061\bin\rterm.exe -q --no-restore --no-save myprogram.R out.txt
What happens:
1. DOS Shell starts up well
2. R starts
3. I get the messages:
"ARGUMENT 'myprogram.R' __ignored__"
"ARGUMENT 'out.txt' __ignored__"
4. R Shell is ready to
2012 Jan 21
1
recomile a dll file in R
dear all,
I created a dll file from a fortran program. How I can recompile it in R? I
use "dyn.load(F:/myprogram.dll)" without any error but when I run
"source(F:/myprogram.r)" this error occurs:
"Error in file(file, "r", encoding = encoding) :
cannot open the connection
In addition: Warning message:
In file(file, "r", encoding = encoding) :
2005 Oct 27
2
Critical Bug in type conversions: as.integer, trunc, ... (PR#8255)
Full_Name: Grischa T?dt
Version: 2.1.1
OS: windows XP
Submission from: (NULL) (192.108.25.32)
I have a strange behaviour in R, looks like type conversions are messed up.
To reproduce:
expected:
> typeof(3)
[1] "double"
> as.integer(3)
[1] 3
!!!! strange:
> typeof((0.3/0.1))
[1] "double"
> as.integer((0.3/0.1))
[1] 2
also for trunc:
>trunc(c(5,7))
2008 Sep 03
3
C:\WINDOWS\system32 vs ~/.wine/drive_c/windows/system32
I am a new user to Ubuntu and wine, and I need to copy some files from C:\WINDOWS\system32 to my ~/.wine/drive_c/windows/system32. Ubuntu is my sole OS.
So my question... where in the world do I find the C:\ folder if Ubuntu does not sort directories that way? Also, is there something more than a FAQ, maybe a for-dummies part of the site I can look at to answer questions like this? I've had a
2010 Sep 08
3
In WineXO, how to change drive_c location?
Hi, people!
Because XO-1 has a little "disk" space, it will be nice if
the location of drive_c can be moved to a SD card.
Here in Uruguay, we do not have root permissions in our XO-1.
We log in as user olpc an can change permissions only in some
directories.
And can create links to files but not hard links to directories.
The SD card is mounted in /media/label_of_sd_card.
I appreciate
2010 May 23
9
winecfg, drive_c : how move "~/.wine" --> "/home/wine/.wine"
Hi,
How to change the drive c with winecfg ?
This cell is disabled to "../drive_c" then I would move it to "/home/wine/.wine".
2011 Apr 10
2
drive_c directory on another HDD
Hi there,
I just installed Wine on Ubuntu 10.10, and I'd like to have some information. I have 2 harddrives in my system, a SSD and a normal HDD. Wine is installed on the SSD, but I want my virtual C:\ station to be installed on the HDD. Can I just move these directories (.wine/dosdevices and .wine/drive_c) to my HDD, or do I have to do something with the configuration?
Thanks for the help,
2009 Jul 07
2
Transferring files Mac OS X 10.5.6
Hey, I'm trying to transfer a file from my Mac desktop to my wine program folder. The situation is that I downloaded a setup .exe to my Mac desktop and was able to use it to install my program with wine. Now I need to update the software and all I have available is the .exe for the program itself to replace in the program folder.
basically, i need to replace
wine "c:\program
2010 Nov 14
1
Can't create folders in .wine/drive_c/users/public/App Data/...
OK, so I don't know what's going on. (even with tinyproxy/firehol off the
following occurs).
Unless wine is run by root, when WoW is first loaded and trying to login,
WoW creates a Cache folder and a bunch of folders under cache for login
purposes. The Cache folder exists in: <wine profile
dir>/drive_c/users/Public/Applicatoin data/Blizzard
Entertainment/Battle.net. Now it can
2008 May 09
2
Stepwise regression
I am using stepAIC for stepwise regression modeling.
Is there a way to change the entry and exit alpha levels for the
stepwise regression using stepAIC ?
Many thanks,
Berthold
Berthold Stegemann
Bakken Research Center
Maastricht
The Netherlands
[[alternative HTML version deleted]]
2007 Dec 10
1
Question re: RWinEdt conflicting with my WinEdt
Hi,
This is a question regarding the RWinEdt package for R. I have WinEdt
5.5, RWinEdt 1.7-9, and R 2.6.0 on WindowsXP.
Somehow my configuration or start up files between RWinEdt and WinEdt
are getting confused. Usually when I open either one, the last files I
was working on *with that program* are opened automatically. So if I
last used mydoc.tex in WinEdt and myprogram.R in RWinEdt those
2018 Nov 26
3
CentOS 7 bash perhaps off topic
hi all,
I have a small script that seems to be exiting and hitting the sleep 60...
The smwebsocket just connects to the web socket provided and outputs the
data. This works manually.
the myprogram just opens a database and writes the line...
My desire is to run the smwebsocket, connect to the websocket and output
the data (line by line) when we get a line that matches Location take that
line
2005 Oct 27
3
Strange behaviour of type conversion (PR#8256)
Where is my error??
I have a strange behaviour in R, looks like type conversions are messed =
up.
Maybe i just make a stupid mistake, but help would be appreciated.
To reproduce:
expected:
> typeof(3)
[1] "double"
> as.integer(3)
[1] 3
> typeof((0.3/0.1))
[1] "double"
!!!! strange:
> as.integer((0.3/0.1))
[1] 2
also for trunc:
>trunc(c(5,7))
[1] 5 7
2004 Sep 06
3
Worms Armageddon: cant open Worms Armageddon folder on fake ../drive_c/Team17/Worms Armageddon
Hi, this is my first attempt at using Wine.
After installing wine I tried to install Worms Armageddon with
wine e:/Install/install.exe
at first I got a lot of....
fixme:ntdll:FILE_GetNtStatus Converting errno 38 to STATUS_UNSUCCESSFUL
around 50 lines, then the installer appeared and I installed as on
windows except to c:/Team17 rather than program files. I then went
looking for the WA.exe file
2004 Mar 19
1
Spatial Statistics: surf.gls
In an experimental setup we obtain z-data samples at equidistant grid points.
The surf.gls (Kriging) algorithm produces an error under this circumstance when performing the Choleski decomposition.
A workaround is to dither the grid coordinates using (x <- rnorm(length(x)) ; y<- rnowm(length(y))).
Question: Is this an expected behaviour of the surf.gls function ?
Regards,
Berthold
2010 Apr 27
1
Maps: Country coding
Hello,
I am using the maps library for plotting maps.
To build new geograhical sets such as Europe I use
europe = c('Germany','Netherlands',...)
Is there a list of county codes used by the map function.
Thanks,
Berthold
--
Berthold Stegemann
Brunssumstrasse 21a
52074 Aachen
Germany
Tel: +49 241 401 8909
Mobile: +31 6 2041 4824