search for: subsquent

Displaying 11 results from an estimated 11 matches for "subsquent".

Did you mean: subsequent
2008 Jan 03
2
Reading data into R
...have no interest in reviving my SAS skills. To do this, I will need to drop unwanted variables given the size of the data file. The most common strategy seems to be subsetting the data after it is read into R. Unfortunately, given the size of the data set, I can't get the file read and then subsquently do the subset procedure. I would be appreciative of help on the following: 1. What are the possibilities of reading in just a small set of variables during the <read.table> statement (or another 'read' statement)? That is, is it possible specify just the variables that I want to...
2006 Feb 19
3
Is there a ''right'' way to do _tag field validation?
...ds, neither of which correspond to an actual table or row because I call some other method to verify the login and password. Is there anyway that I can use all of the existing validation functionality to validate the form, or is the only way to manually check the validation in the controller? (and subsquently, check for any error message in the view and display it) It would be nice if there were a way to add validation rules to specific elements without having to check each field in the controller. I am very new to Ruby and Rails, so I may very well be missing something obvious. I''ve asked...
2006 Sep 28
0
[BUG(let)] Dovecot does not recognize threaded/reentrant mysql libs
...libs, I: perl -pi -e 's/AC_CHECK_LIB\(mysqlclient,/AC_CHECK_LIB\(mysqlclient_r,/g' configure.in perl -pi -e 's/mysql_lib=\"\-lmysqlclient \-lz \-lm"/mysql_lib=\"\-lmysqlclient_r \-lz \-lm\"/g' configure.in then: autoreconf -i -f before configure, etc. subsquent build/exec/function all seem OK with this mod, and the linked, reentrant mysql lib: ls -al /usr/local/dovecot/libexec/dovecot/dovecot-auth -rwxr-xr-x 1 root wheel 950616 Sep 28 09:59 /usr/local/dovecot/libexec/dovecot/dovecot-auth otool -L /usr/local/dovecot/libexec/dovecot/dovecot-auth...
2006 Feb 14
0
rubyforge-0.1.1
...lizes your .rubyforge directory. you need to run this first before doing anything else. example : rubyforge setup login() sends username and password from config.yml (or --username/--password options) and stores login cookie in cookie.dat. this is required for subsquent operations work. example : rubyforge login rubyforge login --username zaphod --password 42 create_package(group_id, package_name) creates the named package under the specified group. example : rubyforge create_package 1024 traits rubyforge login &amp...
2013 Apr 03
5
[Bug 2084] New: "no such identity" error messages.
https://bugzilla.mindrot.org/show_bug.cgi?id=2084 Bug ID: 2084 Summary: "no such identity" error messages. Classification: Unclassified Product: Portable OpenSSH Version: 6.2p1 Hardware: Other OS: Other Status: NEW Severity: normal Priority: P5 Component: ssh
2004 Sep 28
3
Roaming Profiles:Samba PDC:WinXP:User must be local admin
I'm having a problem with Roaming profiles in Windows XP with Samba as PDC. I've googled and trolled the mailing lists and read the Samba documentation. Problem: User logs onto domain from WinXP client and profile is downloaded (you can tell because it takes a long time and lights on hub are lit up). However, unless that user is in the admin group locally, all/some of the profile
2007 Nov 24
13
Bug#452721: xen-utils-common: "xendomains" does not restore domains in same order as it would start them
Package: xen-utils-common Version: 3.0.3-0-2 Severity: wishlist The "xendomains" init script will start domains according to the order of config files found in /etc/xen/auto/*. I use this so that, in the event of a hard reboot, the more important domains will start first. Some of these contain essential services like DNS resolvers, slapd and so on, and since starting xen domains
2011 May 06
14
[PATCH 0 of 4] Use superpages on restore/migrate
This patch series restores the use of superpages when restoring or migrating a VM, while retaining efficient batching of 4k pages when superpages are not appropriate or available. Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2013 Sep 24
0
[PATCH 3/4] Add SUSE converter
...e/action", 'respawn'); + $g->aug_set("/files/etc/inittab/$name/process", $process); + + # Create a variable to point to the comment node so we can + # delete it later. If we deleted it here it would invalidate + # subsquent comment paths returned by aug_match. + $g->aug_defvar("delete$updated", $commentp); + + $updated++; + } + + # Delete all the comments + my $i = 0; + while ($i < $updated) { + $g->aug_rm(&quot...
2013 Oct 03
2
[PATCH] virt-v2v: Convert RedHat.pm to Linux.pm - for SUSE support
...e/action", 'respawn'); + $g->aug_set("/files/etc/inittab/$name/process", $process); + + # Create a variable to point to the comment node so we can + # delete it later. If we deleted it here it would invalidate + # subsquent comment paths returned by aug_match. + $g->aug_defvar("delete$updated", $commentp); + + $updated++; + } + + # Delete all the comments + my $i = 0; + while ($i < $updated) { + $g->aug_rm(&quot...
2013 Sep 24
5
[PATCH 0/4] Add SUSE guest converter to virt-v2v
This is a new conversion module to convert SUSE Linux and openSUSE guests. The converter is based on the RedHat module, and should offer the same functionality on both SUSE and RedHat hosts. There are a few additional messages in this module, such as reporting of packages when installing through zypper or the local virt-v2v repo. These messages don't necessarily flow unless verbose switches