search for: windows1

Displaying 6 results from an estimated 6 matches for "windows1".

Did you mean: windows
2020 Mar 23
2
Inconsistant result for normalizePath on Windows
...s an absolute path with/without a slash at the end depending on the existence of the folder. I know both results are valid on Windows but this behavior is different than R3.6, I do not know if the change in the devel version is made on purpose. Here is a minimal example, suppose that the folder `C:/windows1/` does not exist. > normalizePath("C:/windows/", mustWork = FALSE) [1] "C:\\Windows" > normalizePath("C:/windows1/", mustWork = FALSE) [1] "C:\\windows1\\" In R 3.6, the return value always ends with a slash if the input ends with a slash. From the...
2011 Jul 13
6
gplpv driver correctly supports 9GB RAM in Windows 32bit?
...an Linux (dom0). Translated into numbers is Dom0 Read: 260.56MB/sec and dumU 150MB/sec. If I run the domU with 9GB of RAM, I have 42% of performance in reading compared with Debian Linux. (dom0). Translated into numbers is Dom0 Read: 260.56MB/sec and dumU 110MB/sec. These tests were done in windows1 and hard disk "''phy: / dev/sdb2, hdd, w''" This leads me to think I have some problems with windows1.cfg options, such as SAP, ioemu, hap. Or the low performance is associated with the need to map 32bit to 64bit? I''m really confused on many parameters...
2002 Dec 19
0
Generic smb.conf file
...bfs mounts > From: "M. D. Chappell" <ee0mdc@NSLM.fsnet.co.uk> > Cc: samba@lists.samba.org > Date: 18 Dec 2002 22:39:12 +0000 > > On Wed, 2002-12-18 at 21:04, Hidong Kim wrote: > > If I put the mount statement into > > /etc/fstab as > > > > //windows1/public /home/windows1 smbfs > username=me,password=pass 0 0 > > > > > > and then do 'mount -a' as root, the ownership of > /home/windows1 changes > > to root:root. How can I put the mount command > into /etc/fstab, and > > maintain me:users owners...
2020 Mar 23
0
Inconsistant result for normalizePath on Windows
...ith/without a slash at the end depending on the existence > of the folder. I know both results are valid on Windows but this behavior > is different than R3.6, I do not know if the change in the devel version is > made on purpose. Here is a minimal example, suppose that the folder > `C:/windows1/` does not exist. > > > normalizePath("C:/windows/", mustWork = FALSE) > [1] "C:\\Windows" >> normalizePath("C:/windows1/", mustWork = FALSE) > [1] "C:\\windows1\\" > > > In R 3.6, the return value always ends with a slash if...
2013 May 23
0
hardware error 0x80000021 on Ubuntu 12.10, need advice
...ks. [1] https://bugzilla.redhat.com/show_bug.cgi?id=854983 [2] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1045027 logs: 2013-05-23 15:54:02.306+0000: starting up LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin QEMU_AUDIO_DRV=none /usr/bin/kvm-spice -name windows1 -S -M pc-1.2 -enable-kvm -m 3500 -smp 2,sockets=2,cores=1,threads=1 -uuid d170225e-7367-4ece-4338-6b1811c10c0c -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/windows1.monitor,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=localtime -n...
2013 Nov 12
1
static link libsmbclient.a got a lot of error, and how to include "smbtree" feature in program
Hi All: I have some questions when writing a lib with libsmbclient-dev ,my target environment is on any linux system. 1 I want to static link libsmbclient.a instead of using libsmbclient.so, but I got a lot of error , am I able to use libsmbclient-dev using static link? 2 I found that ?smbtree? command is more stable in finding all those domains and servers than