search for: ostyp

Displaying 20 results from an estimated 195 matches for "ostyp".

Did you mean: ostype
1997 Oct 23
1
R-alpha: OStype
...ying to do are for operating system differences rather than R/S differences. The main problem I am having is that version$os gives more detail then I usually need, but it is not very convenient for determining simply if the operating system is Unix. Perhaps you could suggest a better version of the OStype function below. Thanks Paul Gilbert ___________ OStype <- function() {if (version$os == "MS Windows") return(version$os) if (version$os == "Mac") return(version$os) # needs to be checked else return ("Unix") # not a very satisfactory test } is.MSw...
2013 Apr 11
4
Understanding contents of packages
...n .C("fill_file_header", cDate = xport.dateFMT(cDate), mDate = xport.dateFMT(mDate), : C symbol name "fill_file_header" not in load table This appears to be coming from the following line of code in write.xport: out(xport.file.header( cDate = cDate, sasVer = sasVer, osType = osType)) The problem appears to be in xport.file.header for which the entire code is: xport.file.header <- function(cDate=Sys.time(), mDate=cDate, sasVer="7.00", osType="Unknown" ) { .C("fill_file_header", cDate = xport.dateFMT(cDate),...
1997 Apr 24
1
R-beta: multiple binary types
I've modified the "$RHOME/bin/R" and "$RHOME/cmd/filename" so that you can use the same directories for multiple machines. That is, machines running various flavors of UNIX can access the same directories. The modified structure adds the directories $RHOME/bin/$OSTYPE/ $RHOME/lib/$OSTYPE/ to hold the machine specific binaries. For instance, here the $RHOME directory contains two subdirectories, $RHOME/bin/solaris/ $RHOME/bin/sunos4/ which each hold the appropriate R.binary file. These two modified functions assume that the environment variable $OSTYPE i...
1997 Apr 24
1
R-beta: multiple binary types
I've modified the "$RHOME/bin/R" and "$RHOME/cmd/filename" so that you can use the same directories for multiple machines. That is, machines running various flavors of UNIX can access the same directories. The modified structure adds the directories $RHOME/bin/$OSTYPE/ $RHOME/lib/$OSTYPE/ to hold the machine specific binaries. For instance, here the $RHOME directory contains two subdirectories, $RHOME/bin/solaris/ $RHOME/bin/sunos4/ which each hold the appropriate R.binary file. These two modified functions assume that the environment variable $OSTYPE i...
2006 Apr 20
2
Error: (28, ''No space left on device, while writing /vm/ba5fda47-f44a-2f44-b164-d2b1290d0d60/image/ostype : linux'')
Hi, I am having serious trouble: # xm create test-xen fails with Using config file "test-xen". Error: (28, ''No space left on device, while writing /vm/ba5fda47-f44a-2f44-b164-d2b1290d0d60/image/ostype : linux'') There is space free on every disk. I am using the latest xen unstable and linux hg tree. Can somebody help me? Many thanks in advance, Johnny xm log VmError: (28, \047No space left on device, while writing /vm/8fa12151-462c-ffc7-d084-2223a7231255/image/ostype : linux\047)...
2006 Apr 20
2
Error: (28, ''No space left on device, while writing /vm/ba5fda47-f44a-2f44-b164-d2b1290d0d60/image/ostype : linux'')
Hi, I am having serious trouble: # xm create test-xen fails with Using config file "test-xen". Error: (28, ''No space left on device, while writing /vm/ba5fda47-f44a-2f44-b164-d2b1290d0d60/image/ostype : linux'') There is space free on every disk. I am using the latest xen unstable and linux hg tree. Can somebody help me? Many thanks in advance, Johnny xm log VmError: (28, \047No space left on device, while writing /vm/8fa12151-462c-ffc7-d084-2223a7231255/image/ostype : linux\047)...
2011 Sep 07
0
Setting specific path for home, netlogon and profile
...is laptop under windows XP ) I want netlogon for user FRED physically in /data/samba/netlogon/FRED/linux ( when connecting from his laptop under linux ) I want netlogon for user FRED physically in /data/samba/netlogon/FRED/WinXP ( when connecting from his laptop under windows XP ) I am using %$(OSTYPE) be"cause %a return samba and not linux. ( see previous thread today ) This part of my config files. +++++++++++++ SMB.CONF +++++++++++++ [Global] logon script = %U.bat logon path = \\%L\profiles\%U\%$(OSTYPE) logon drive = U: logon home = \\%L\homes\%U\%$(OSTYPE) [homes] comme...
2014 Jun 24
2
[LLVMdev] [cfe-dev] [PATCH] triples for baremetal
...not >> make triples more complicated by introducing lots of special cases. >> >> Do you know who the right folks are to ask about the SPIR triples? >> >> >> Tim, >> >> This patch changes behavior a little for macho_embedded targets (i.e. from >> OSType::Unknown to OSType::NoneOS). I see that there is existing code to >> transform triples from things like thumbv7-apple-darwin into >> thumbv7m-apple-unknown-macho. Do you have an expectation to support users >> who are using the latter form of triples who would be surprised by the...
2014 Jun 24
4
[LLVMdev] [cfe-dev] [PATCH] triples for baremetal
...ty that this is the direction we'd all like to take... I'd rather not make triples more complicated by introducing lots of special cases. Do you know who the right folks are to ask about the SPIR triples? Tim, This patch changes behavior a little for macho_embedded targets (i.e. from OSType::Unknown to OSType::NoneOS). I see that there is existing code to transform triples from things like thumbv7-apple-darwin into thumbv7m-apple-unknown-macho. Do you have an expectation to support users who are using the latter form of triples who would be surprised by the change from thumbv7m-a...
2013 Feb 07
1
How to NAMESPACE OS-specific importFrom?
I'd like to importFrom(parallel, mccollect, mcparallel) but on Windows these are not exported because this if(tools:::.OStype() == "unix") { export(mccollect, mcparallel, mc.reset.stream, mcaffinity) } appears at src/library/parallel/NAMESPACE:6 of svn r61857. So should I be doing if (tools:::.OStype() == "unix") { importFrom(parallel, mccollect, mcparallel) } in my NAMESPACE? I have a re...
2007 Jun 29
1
R CMD build with mingw and msys (PR#9766)
...rk if the build environment is a MINGW. I have added the patch below, Yours, Steffen $ diff -u build build.orig --- build Fri Jun 29 13:50:16 2007 +++ build.orig Fri Jun 29 08:51:48 2007 @@ -47,7 +47,6 @@ R::Vars::error("R_HOME", "R_EXE"); my $WINDOWS = ($R::Vars::OSTYPE eq "windows"); -my $MSYS = ( $ENV{OSTYPE} eq "msys" ); my @exclude_patterns = R::Utils::get_exclude_patterns(); @@ -222,14 +221,10 @@ my $filepath = &file_path($startdir, $filename); ## under Windows, need separate Cygwin and Windows versions of path. m...
1998 Aug 31
0
isolating R/S and operating system differences
...g(Sv, lv,lv)) } else {r <- version r$minor <- as.numeric(r$minor) r$major <- as.numeric(r$major) } if (is.Splus()) r$language <- "Splus" else if (is.Svanilla()) r$language <- "S" r$OSversion <- OSversion() r$OStype <- OStype() r } ########################################################### # 1/ Functions are for identifying S or R and flavours. ########################################################### #Note It is tempting to use system.info as defined above, but there is a # boot...
2008 Oct 10
7
How do I see that a xVM is running as paravirtualized
I have followed a combination of instructions from this post and have been able to get an Ubuntu paravirtualized instance running under snv_96. Is there a way to "list" the fact that it is paravirtualized? For example, xm list, virsh list, etc. thanks -- This message posted from opensolaris.org
2013 Oct 18
0
[RFC/PATCH 1/3] Move partiter from com32/chain to com32/lib/syslinux
...length - * - values must not wrap around 32bit - * - must be inside current EBR frame - */ - -static int notsane_logical(const struct part_iter *iter) -{ - const struct disk_dos_part_entry *dp; - uint32_t end_log; - - dp = ((struct disk_dos_mbr *)iter->data)->table; - - if (!dp[0].ostype) - return 0; - - if (ost_is_ext(dp[0].ostype)) { - error("The 1st EBR entry must be data or empty."); - return -1; - } - - if (iter->flags & PIF_RELAX) - return 0; - - end_log = dp[0].start_lba + dp[0].length; - - if (!dp[0].start_lba || - !dp[0].length || - !sane(d...
2015 Jul 22
0
[PULL 1/8] Move partiter from com32/chain to com32/lib/syslinux
...length - * - values must not wrap around 32bit - * - must be inside current EBR frame - */ - -static int notsane_logical(const struct part_iter *iter) -{ - const struct disk_dos_part_entry *dp; - uint32_t end_log; - - dp = ((struct disk_dos_mbr *)iter->data)->table; - - if (!dp[0].ostype) - return 0; - - if (ost_is_ext(dp[0].ostype)) { - error("The 1st EBR entry must be data or empty."); - return -1; - } - - if (!(iter->flags & PIF_STRICT)) - return 0; - - end_log = dp[0].start_lba + dp[0].length; - - if (!dp[0].start_lba || - !dp[0].length || - !sa...
2018 Nov 03
8
7.0.1-rc2 release has been tagged please begin testing
Hi, The 7.0.1-rc2 release has been tagged and is ready for testing. I forgot to bump the version number to 7.0.1 before I tagged -rc1, which is why we are now on -rc2. Remember, you can continue to submit merge requests up until Nov, 21, so keep testing and submitting fixes. Thanks, Tom
2018 Jul 26
4
Problem with definition of slist in CFEngine
...d)", "sys.long_arch .............. = $(sys.long_arch)", "sys.maildir ................ = $(sys.maildir)", "sys.masterdir .............. = $(sys.masterdir)", "sys.os ..................... = $(sys.os)", "sys.ostype ................. = $(sys.ostype)", "sys.piddir ................. = $(sys.piddir)", "sys.policy_hub ............. = $(sys.policy_hub)", "sys.policy_hub_port ........ = $(sys.policy_hub_port)", "sys.release ...................
2018 Nov 27
3
apt.llvm.org has the wrong binaries/headers for llvm-toolchain-xenial-7
...t;deb > http://apt.llvm.org/xenial/ llvm-toolchain-xenial-7 main" >> > /etc/apt/sources.list > ... > 2018-11-25T16:53:30.7836235Z > /home/vsts/work/1/s/src/zig_llvm.cpp:686:1: error: static assertion > failed > 2018-11-25T16:53:30.7837134Z > static_assert((Triple::OSType)ZigLLVM_LastOSType == > Triple::LastOSType, ""); > 2018-11-25T16:53:30.7837409Z ^~~~~~~~~~~~~ > full logs https://dev.azure.com/ziglang/zig/_build/results?buildId=229&view=logs > > The version on apt.llvm.org has > HermitCore, // HermitCore Unikernel/Multikernel...
2015 Jul 30
2
libvirt-1.2.17 I can't define lxc container
...#39;default'/> </interface> <console type='pty' /> </devices> </domain> When I try to define container I'm getting: virsh # define /tmp/vm1.xml error: Failed to define domain from /tmp/vm1.xml error: invalid argument: could not find capabilities for ostype=exe domaintype=lxc I can't also find similar problem using web search engine. Maybe someone here can give me advice? Marcin # virsh -V Virsh command line tool of libvirt 1.2.17 See web site at http://libvirt.org/ Compiled with support for: Hypervisors: QEMU/KVM LXC VMWare ESX Test Net...
2010 Aug 08
1
PATCH/RFC chain.c: update iterator code, yank from chain.c, move both to separate directory
1) code split and move Iterator related functionality is yanked from chain.c and moved to iterator.{c,h}. Both are moved to com32/chain and this way chain.c is ready for further splitting. Alternatively, partiter could be moved to com32/lib at any time in the future. It's potentially useful for other modules (e.g. if someone wanted to code partition dumper or editor). 2) Iterator updates