search for: ose

Displaying 20 results from an estimated 1496 matches for "ose".

Did you mean: os
2008 Feb 03
1
Build VirtualBox OSE for CentOS?
Is there any need for CentOS to build and distribute the OSE version of VirtualBox? The differences between the versions are here: http://www.virtualbox.org/wiki/Editions The reason I ask is that the Full version is free for personal use and the restrictions (especially no USB or RDP) make the OSE version fairly crippled, so I am not sure there is enou...
2019 Oct 30
2
set.seed() in a package
...andom.seed. For instance, a common mistake (me too) is to reset to .GlobalEnv$.Random.seed <- NULL in a fresh R session but this will produce a warning on: ".Random.seed' is not an integer vector but of type 'NULL', so ignored". You end up having to do things such as: oseed <- .GlobalEnv$.Random.seed on.exit({ if (is.null(oseed)) { rm(list=".Random.seed", envir= .GlobalEnv) } else { assign(".Random.seed", value=oseed, envir= .GlobalEnv) } }) to avoid that warning. So, having support functions for this in base R wo...
2017 Sep 12
2
[Qemu-devel] [RFC] Buffers/caches in VirtIO Balloon driver stats
...h patches right away? > >> > >> 2) Considering the balloon device is multiplatform (Linux, BSD, > >> Windows), is there a problem with including buffers/caches? These seem > >> to be specific to the Linux virtual memory subsystem. Of course, other > >> OSes could just report zeros. Are there some internal stats on those > >> OSes that could be filled in? I don't now if such or similar statistic > >> are available on BSD. On Windows only SystemCache stat looks like > >> something relevant. Anyone familiar with those OSes...
2017 Sep 12
2
[Qemu-devel] [RFC] Buffers/caches in VirtIO Balloon driver stats
...h patches right away? > >> > >> 2) Considering the balloon device is multiplatform (Linux, BSD, > >> Windows), is there a problem with including buffers/caches? These seem > >> to be specific to the Linux virtual memory subsystem. Of course, other > >> OSes could just report zeros. Are there some internal stats on those > >> OSes that could be filled in? I don't now if such or similar statistic > >> are available on BSD. On Windows only SystemCache stat looks like > >> something relevant. Anyone familiar with those OSes...
2007 Sep 13
2
Is anyone already working on RPMs for VirtualBox OSE?
I have some RPMs I've made of innotek's VirtualBox OSE (Open Source Edition) for both CentOS 4 and CentOS 5 (i386). These RPMs include the dkms support for the kernel driver, etc. I have a couple of subtle things to fix in the RPMs (like setting the permissions on udev devices, etc.) but they're already usable. Before I spend more time on it...
2005 Nov 22
3
[PATCH] Add fpicflags for Intel(R) Fortran Compiler (PR#8344)
Full_Name: Danny van Dyk Version: R-2.2.0 OS: Gentoo/AMD64 Submission from: (NULL) (83.129.50.65) I have successfully compiled R-2.2.0 using ifc-9.0.026 on my x86_64 box. The only (minor) change that hade to be made was adding fpicflags="-fPIC" to configure.ac in case F77 matches either "ifc" (old name) or "ifort" (new name). Please apply following patch: dvandyk
2019 Oct 30
0
set.seed() in a package
Forgot to say: For, oseed <- base::getRandomSeed() on.exit(base::setRandomSeed(oseed)) one could upgrade set.seed() to take this role, e.g. oseed <- set.seed(0xBEEF) on.exit(set.seed(oseed)) Current, set.seed() always return NULL. BTW, and my memory might be bad, I think I mentioned this in the past but wa...
2006 Aug 23
0
SLES10 guest OSes drop off network.
I am having issues with guest OSes running on SLES10 (Sun 4200) hosts. Periodically, the guest OS system drops off the network. From the general network it is not pingable, consequently, ssh fails. If however, I log into the SLES10 server that is hosting the guest OS and ssh to the guest OS, then it becomes immediately pingable...
2015 Dec 29
2
keytab-lilo: update to support kbd 2.0.3 format
> On 27.12.2015 23:57, Jernej Simon?i? via Syslinux wrote: > > On Sunday, December 27, 2015, 23:34:11, Ady via Syslinux wrote: > > > >> How this change would affect users with older versions of kbd / > >> loadkeys / or in older OSes? I mean, let's assume a user using a newer > >> version of Syslinux (containing this proposed change in its keytab-lilo > >> perl script) but with an older OS / older version of kbd / loadkeys / > >> map files. > > > > The changed regular expression wil...
2011 Sep 10
7
Is DOSBox replacing native DOS support in Wine?
I haven't followed Wine in quite a while, other than to do an occasional update (but hopefully this will change). I noticed DOSBox support was added in January 2011. My understanding is that when Wine can't even attempt to run DOS programs itself (MAC OSX, 64bit OSes, etc) that it will attempt to run using DOSBox. Is this correct? Is the plan to replace native Wine DOS support across the board with DOSBox, use DOSBox only on certain OSes/chipsets, allow use of DOSBox on a program by program basis using config files, or use DOSBox only as a failure mode? The m...
2010 May 12
1
[PATCH] Improved error if virt-inspector cannot find OSes in image (RHBZ#591142).
...http://www.annexia.org/fedora_mingw -------------- next part -------------- >From 01623099b24d3ec28c8123407180f9d42755386c Mon Sep 17 00:00:00 2001 From: Richard Jones <rjones at redhat.com> Date: Wed, 12 May 2010 18:11:37 +0100 Subject: [PATCH] Improved error if virt-inspector cannot find OSes in image (RHBZ#591142). --- perl/lib/Sys/Guestfs/Lib.pm | 10 ++++++++-- tools/virt-cat | 1 - tools/virt-edit | 1 - tools/virt-ls | 1 - tools/virt-tar | 1 - tools/virt-win-reg | 1 - 6 files changed, 8 insertions(+...
2013 May 08
5
[LLVMdev] Shared library support of llvm
According to http://llvm.org/docs/CMake.html, "Shared libraries are not supported on Windows and not recommended in the other OSes". The problem is that static libraries have some limitations, especially when linked into multiple shared libraries, the global data of llvm could have multiple copies leading to undefined behaviors. This has caused much pains during my usage of llvm. My questions are: 1. What are the rea...
2010 Apr 23
3
Single NIC & Backup : Newbie
...te all 3 servers on a single server. I plan to install ZEN on a Pentium Core2Duo with 2GB RAM & 1 nic. Then create 3 virtual servers and install Cents OS 5.3 (text mode) & setup Squid etc. Does ZEN support the following 2 features: 1. Sharing of a single physical NIC by multiple guest OSes with individual IPs and Gateways. Example: Guest-1: ip=192.168.1.10, g/w=192.168.1.1 Guest-2: ip=192.168.1.11, g/w=192.168.1.2 and so on..... 2. Easy backup & portability of guest OSes. Example-1: Easily copy Guest-1 backup from one ZEN server to another ZEN s...
2005 Dec 14
3
Huge OO.org packages installed by default
...ffice.org-help-en 19976941 OpenOffice.org-l10n-en = ~185MB On Centos 4: 683298379 openoffice.org-i18n 124072694 openoffice.org 111894560 openoffice.org-libs = ~876MB!! When I say 'installed by default' I mean that I selected the 'Office' package group during the install of both OSes and didn't make any custom package selections. Both OSes have OO.org 1.1 working fine, I'm just wondering why costs me nearly 5 times as much disk space on RHEL/Centos than it does on another distro? -- Tim Edwards
2009 Apr 22
5
Grub configuration from within Windows
My friend uses a typical dual-boot setup (Windows XP and Centos 5.3). The machine is online 24/7 and he often uses it from a remote location (Linux via ssh -X, Windows via rdesktop). The problem is that he wants to be able to remotely configure which of these two OSes is to be the default on next reboot, so he can switch from one OS to the other and back remotely. If Linux is up, he just needs to reconfigure grub.conf, but if Windows is up (and default) he has no way of accessing grub.conf. Now, he has several partitions on the drive, some ntfs, some vfat and...
2015 Dec 27
2
keytab-lilo: update to support kbd 2.0.3 format
On Sunday, December 27, 2015, 23:34:11, Ady via Syslinux wrote: > How this change would affect users with older versions of kbd / > loadkeys / or in older OSes? I mean, let's assume a user using a newer > version of Syslinux (containing this proposed change in its keytab-lilo > perl script) but with an older OS / older version of kbd / loadkeys / > map files. The changed regular expression will work for both formats from what I can see. -...
2016 Oct 11
4
Port to other Operating Systems
Hello all, Pardon me if this has already been covered elsewhere, however I have not been able to find such documentation. Is there a consolidated set of documentation that clearly explains what's necessary to port LLVM to other OSes & how to add support for building executables (& libraries) for those OSes? I'm searching through the source in an attempt to understand what needs to be done, but this codebase isn't the most simple of codebases. Thanks for any potential help! Regards, Apollo D. Sharpe, Sr.
2005 Jan 06
0
Questions regarding Interndomain communication
...ttylinux (test guest OS) on it. I had few questions regarding the same and I would appreciate if somebody could help me understand these. 1. The documentation describes inter-domain communication. My understanding is that Xen maintain two domains: dom0 for the control domain and dom1 for the guest OSes. So does the inter-domain communication imply communication between dom0 and dom1 or it also implies communication among the guest OSes (like multiple instances of ttylinux for instance) 2. What is the capabilities of this inter-domain communication? What is the format and protocol which is used...
2016 Apr 11
0
Understanding POSIXct creation on different OSes.
...esult is always as expected. | | As Dirk points out, from ?POSIXlt: | "Where possible the platform limits are detected, and outside the | limits we use our own C code. This uses the offset from GMT in | use either for 1902 (when there was no DST) or that predicted for | one of 2030 to 2037 (chosen so that the likely DST transition days | are Sundays), and uses the alternate (daylight-saving) time zone | only if ?isdst? is positive or (if ?-1?) if DST was predicted to | be in operation in the 2030s on that day." | | It's not clear what this exactly means, and if it is related to th...
2013 Oct 22
11
Guest to Host communication
Hi, My name is Jose and I work at Google on the Ganeti project. I am using Xen 4.0. I would like to ask your advice on what you think is the best way to send data between the guest and the host, for example, the guest OS tells Ganeti that it wants to be reinstalled at reboot time. Even a simple integer suffices for...