search for: wutemp

Displaying 2 results from an estimated 2 matches for "wutemp".

Did you mean: utemp
2004 May 10
1
Solve for "Please set TMPDIR to a valid temporary directory"
...find this in the R archives. I am running WinXP pro and R 1.90. Rcmd build or check fails with the error: "Please set TMPDIR to a valid temporary directory" $TMPDIR is set to $TMPDIR or C:/TEMP in share\perl\R\Var.pm. TMPDIR or c:\temp do not exist on WinXP on my laptop. I have C:\WUTemp and the env variables $TMP and $TEMP are set (..Is this normal?). The two work arounds I found are to create a C:\temp directory, or include $TMP or $TEMP in Var.pm. I did the latter, and it works for me. I include the fix below. if($OSTYPE eq "windows"){ ## DON'T add R_HO...
2002 Oct 17
1
newbie problem: can't mount win xp disk into linux (regkey is set)
Got two machines connected via a 10MBit Hub: One Slackware Linux 8.1 with eth0 = Realtek8139 (working fine), one WindowsXP Pro, same NIC, registry key for proper auth is set. The Windows machine is called xerxes on which the C dir is shared, and there is /mnt/xerxes/ on the Linux box. The command: # mount -t smbfs -o username=(username on win machine),password=(passwd on win # machine)