similar to: kickstart error on 5.2 exception

Displaying 19 results from an estimated 19 matches similar to: "kickstart error on 5.2 exception"

2012 Nov 08
1
Package "glmulti": Include a variable in ALL models
Dear all, I have a question about the glmulti package. I want to include some variables in all models. To that end I applied the wrapper function as shown in the examples (http://www.inside-r.org/packages/cran/glmulti/docs/glmulti). To include the variable "Geslacht" in all models: > glm.redefined = function(formula, data, always="", ...)
2007 Jan 01
0
autofill for a tkentry field
Hello all, I'm experimenting with tlk/tk and I find it very useful. I would like to have the text of a tkentry be automatically filled when the user starts typing, according to a predetermined list. I've found a solution on the tcl wiki pages, but I don't quite know how to translate it in R... Here is the tcl code: http://wiki.tcl.tk/13267 And here is my code that does not work.
2008 Feb 14
2
kickstart file problem
I have a kickstart file that I am using to install multiple machines. If I install with no %post script, everything runs great. When I add the following %post section, if fails. I have been working on this for a few days now without luck, Any help would be appreciated. Here is the error, the script follows. Traceback (most recent call first): File
2009 Nov 10
1
Installing and compiling C code for R-windows
Hi r-devers, This is the first time I've tried to install a package from source on Windows, so please bear with me. I'm trying to install a package written (and tested) by a colleague in C for R on linux, and I am trying to install it on windows following the directions here - http://cran.r-project.org/doc/manuals/R-admin.html#The-Windows-toolset and here -
2007 Jun 22
0
Problem Installing On ASUS P5VD2-VM Motherboard
Hi All I was wondering if anyone has installed CentOS 4.x on the following configuration? Our specs for the server are ASUS P5VD2-VM Motherboard, Intel Core2Duo processor, 2 x 250GB Seagate SATA HDD with 2GB RAM. I am currently trying to install SME Server 7.1 on this configuration. The SME forum has recommended I post here as well to see if anybody can help. The message I am getting is:
2015 Jan 08
0
Customising a CentOS 6.6 installation disk
On 01/08/2015 11:18 AM, James Bishop wrote: > I apologise if this is not the appropriate list for the following > issue, but... > > Is it possible to upgrade the Linux kernel on a kickstart CD? > > I've changed the vmlinuz and initrd.img files in the isolinux > directory from the distro's ISO image; so kernel > 2.6.32-504.3.3.el6.i686 now boots from a DVD, and
2015 Jan 08
1
Customising a CentOS 6.6 installation disk
I'm looking for an image for CentOS v7 to download.... Any suggestion on a suitable website? Sent from my iPhone > On Jan 8, 2015, at 1:30 PM, Greg Bailey <gbailey at lxpro.com> wrote: > >> On 01/08/2015 11:18 AM, James Bishop wrote: >> I apologise if this is not the appropriate list for the following issue, but... >> >> Is it possible to upgrade the
2012 Aug 10
0
error applying user-defined link function to lmer
Dear R users, I'm struggling with applying a user-defined link function in lmer. For analyzing data of a 2AFC psychophysical experiment, I would like to model my binary data with a logistic function with a lower limit at 0.5 instead of 0. In a previous question this has been described as a halflogit function. To do so I wrote my own link function and would like to submit it to lmer, however
2015 Jan 08
3
Customising a CentOS 6.6 installation disk
I apologise if this is not the appropriate list for the following issue, but... Is it possible to upgrade the Linux kernel on a kickstart CD? I've changed the vmlinuz and initrd.img files in the isolinux directory from the distro's ISO image; so kernel 2.6.32-504.3.3.el6.i686 now boots from a DVD, and loads the appropriate modules and firmware from the stage 1 initrd.img. However,
2014 Mar 23
2
Re: About Guest running Tiny Core Linux
On Sun, Mar 23, 2014 at 12:26:28PM +0000, Richard W.M. Jones wrote: > Secondly, we should be able to inspect all Linux guests, including > Tiny Core Linux, but it looks like in this case it is failing. This > is a bug. I had a look at how the Tiny Core Linux ISO is arranged. It loads the main operating system root partition as a single large initramfs, with optional modules loaded
2012 Aug 31
1
[PATCH V1] NEW API:ext:mke2fs
New api mke2fs for full configuration of filesystem. Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> --- daemon/ext2.c | 452 +++++++++++++++++++++++++++++++++++++++++ generator/generator_actions.ml | 18 ++ gobject/Makefile.inc | 6 +- src/MAX_PROC_NR | 2 +- 4 files changed, 475 insertions(+), 3 deletions(-) diff --git
2014 Mar 22
2
About Guest running Tiny Core Linux
Hi, I am using Tiny Core Linux for the guests running on KVM. Is it possible to use libguestsfs tools for this kind of VMs? For example, VM_TC (the name of the VM provided in libvirt) uses a qcow2 disk image. This disk image is created from iso file of Tiny Core Linux using qemu-img utility. My host is ubuntu 12.04. I have tried to use virt-ls tool but could not succeed and is receiving the
2007 Mar 15
4
xen hotplug scripts not working
Hello Everyone, I have set up a xen server with 10 physical network devices using the bridge mode of XEN. This is because I want to split and separate the network traffic for security reasons. Maybe the best way is to use pci back hide. But I want to understand what is going on here. For all testings I have only activated eth[0-3]. My first tests were successful. I have created a VM using
2012 Sep 24
0
[PATCH] Fix tests/bigdirs/test-big-dirs.pl to use mke2fs
Let tests/bigdirs/test-big-dirs.pl uses mke2fs to create small inode ratio files. Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> --- TODO | 6 ------ tests/bigdirs/test-big-dirs.pl | 18 ++++-------------- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/TODO b/TODO index 1ff661f..1cde423 100644 --- a/TODO +++ b/TODO @@ -565,12 +565,6 @@
2008 Sep 10
1
Two way clustering
Hi R users,   I am trying to do two-way clustering (using information of both observation and variables). Is there any package available in R. Another querry, if somebody can provide related information (website) regarding this statistics, it will be great. Thanks in advance.   Regards,   Ram Kumar Basnet, Wageningen University. [[alternative HTML version deleted]]
2017 Apr 21
0
[PATCH 1/2] generator: Simplify the handling of string parameters.
Previously we had lots of types like String, Device, StringList, DeviceList, etc. where Device was just a String with magical properties (but only inside the daemon), and DeviceList was just a list of Device strings. Replace these with some simple top-level types: String StringList and move the magic into a subtype. The change is mechanical, for example: old
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
Signed-off-by: Scott Seago <sseago at redhat.com> --- AUTHORS | 17 ++++++ README | 10 +++ conf/ovirt-agent | 12 ++++ conf/ovirt-db-omatic | 12 ++++ conf/ovirt-host-browser | 12 ++++
2019 Jul 15
1
Sieve problem with duplicate and fileinto in the same set of rules
Hi there, on my mail server (postfix, dovecot 2.2.27 in Debian 9) I have an automatic forwarding (with sender_bcc_maps in Postfix) for all the emails sent in smtp from the same server, that are then put in the Sent folder with a sieve rule. In this way, however, when a user sends an e-mail to himself, both copies end up in the Sent folder and it's not good. To resolve, I tried using
2020 Feb 12
0
Doveadm Sync problem with symbolic folders
Hi, i have two servers (debian 10) that synchronize the emails bidirectionally with Doveadm Sync (dovecot 2.3.4.1). Before updating to debian 10, then with dovecot 2.2, I could also synchronize symbolic folders (made with ln-s) without any problems. Now, however, it continues to create temporary folders (e.g. Sent-temp-1 etc.) and I am forced to stop synchronization. Is there any way