search for: howe

Displaying 20 results from an estimated 70 matches for "howe".

Did you mean: hope
2019 Jan 01
2
install AWX without docker
Hallo, I want to use awx without docker for the moment and found this tutorial: https://www.howtoforge.com/tutorial/centos-ansible-awx-installation/ Are there any other docs available? Thanks for hints Ralf Von meinem iPad gesendet
2006 Jun 09
3
function parameters - testing
Hello, I am trying to test a function argument to see if it is or is not a useful number. However I cannot seem to find a test that works. For example > f = function(x) { + print(exists("x")) + print(is.null(x)) + } >rm(x) > f(z) [1] TRUE Error in print(is.null(x)) : Object "z" not found exists gives TRUE, but then any other kind of test I try to run gives me...
2006 Apr 05
3
data.frame to list
...ata file, e.g. status new db green title "Most Significant Excursions" 2. end up with an R list such that I can write e.g. lst$title and have R return "Most Significant Excursions". I know I could do this by coding lst = list(title="Most Significant Excursions") however I would like to populate the list at runtime from a data file. I have tried df = read.delim("params.txt", as.is=T) and that gives me a data frame with the data in it. It seems to be a 2-element list where the first element is the first column of data and the second element is the...
2006 Apr 17
4
R debugging options
...ute line-by-line - see and modify variables - have the option to either descend into function calls, or not - have the option to either descend into loops, or not Maybe this is asking too much but I thought I would lay out my dreams and then you can tell me what is really possible. Thanks, Larry Howe
2007 May 05
6
intermittent pxe failure
Hi, I have an intermittent pxelinux boot problem. It happens rarely, for example it happened one day and then did not happen again until 6 days later. However when it does happen it is rather serious as it affects all clients on the network. Here is some basic info: - IBM netvista PCs, built-in pxe, banner says it is "PXE 2.x". - happens rarely, but when it does it affects all clients. May last for an hour or so when it happens. - DHCP - mi...
2015 Dec 19
2
LDAP create home directories
...\___/| .__/|___/_____| |_| Connection to ops2.example.com closed. I think I preferred it when it would let me in and complain!! LOL I can still get in with my non-LDAP admin account fortunately. Ok, any other thoughts? Thanks, Tim On Sat, Dec 19, 2015 at 4:34 PM, Bill Howe <howe.bill at gmail.com> wrote: > You may also need to restart sssd or nslcd, depending upon which one is > running the backed ldap connection service on the clients. > On Dec 19, 2015 14:25, "Tim Dunphy" <bluethundr at gmail.com> wrote: > > > Hey guys, >...
2005 Mar 29
6
Aggregating data (with more than one function)
I have the data similar to the following in a data frame: LastName Department Salary 1 Johnson IT 56000 2 James HR 54223 3 Howe Finance 80000 4 Jones Finance 82000 5 Norwood IT 67000 6 Benson Sales 76000 7 Smith Sales 65778 8 Baker HR 56778 9 Dempsey HR 78999 10 Nolan Sales 45667 11 Garth Finance 89777 12 Jameson...
2003 Jan 13
2
general question about samba.
Hi there, I'm fairly new to the linux community so excuse my ignorance. I've setup a test network with w2k serer and linux rh 8.0. I'm using kde and trying to configure samba for file sharing between both. Is samba already setup by default or do I need to download the packages? Is there any decent doc's for this type of setup? Regards, Ian --------------
2012 Sep 27
3
Drawing asymmetric error bars
Hello, I have data which I have arcsin transformed to analyse. I want to plot my data with error bars however as my data is back-transformed my standard errors are uneven. Is there a simple way to draw these asymmetric error bars in R? Thanks for your help. [[alternative HTML version deleted]]
2015 Dec 19
1
LDAP create home directories
...___ ___ ____ | | ___| / _ \ _ __ ___|___ \ _ | | |_ | | | | '_ \/ __| __) | | |_| | _| | |_| | |_) \__ \/ __/ \___/|_| \___/| .__/|___/_____| |_| [odunphy at ops2 ~]$ Thanks for your help! Tim On Sat, Dec 19, 2015 at 4:49 PM, Bill Howe <howe.bill at gmail.com> wrote: > Check /var/log/secure for why the directory is not able to be created. > > Might be selinux, is that enabled? (sestatus) > On Dec 19, 2015 15:40, "Tim Dunphy" <bluethundr at gmail.com> wrote: > > > > > > > You...
2006 Apr 08
2
copying and pasting to R in linux
When I use R, I am accustomed to developing programs in a text processor, and then copying from the text processor and pasting into R. This usually works fine, except that using the default text processor in Suse 9.0, long programs don't transfer completely. Using the 'source' program, also only works with small programs. Suggestions?
2016 Nov 09
3
How to start a script to complete configuration
How you could do this with scripts: *CentOS 7* 1. Deploy a VM from your base CentOS 7 template 2. Copy your "my-firstboot.sh" script (or whatever its called) to a location such as /root/scripts/ 1. This scripts only job should be to mount a NFS location and execute any post install scripts you have stored there, and provide a log file. 2. This script
2012 Jan 21
3
semi-transparency not supported in devel R? "alpha" cannot be specified in qplot()
...a namespace (and not attached): [1] digest_0.5.1 I have no idea what happened here, because if I miss some important system dependencies, why it's still working in R 2.14? Any suggestions or possible solution will be really appreciated. Thanks Tengfei -- Tengfei Yin MCDB PhD student 1620 Howe Hall, 2274, Iowa State University Ames, IA,50011-2274 [[alternative HTML version deleted]]
2012 Jan 21
3
semi-transparency not supported in devel R? "alpha" cannot be specified in qplot()
...a namespace (and not attached): [1] digest_0.5.1 I have no idea what happened here, because if I miss some important system dependencies, why it's still working in R 2.14? Any suggestions or possible solution will be really appreciated. Thanks Tengfei -- Tengfei Yin MCDB PhD student 1620 Howe Hall, 2274, Iowa State University Ames, IA,50011-2274 [[alternative HTML version deleted]]
2019 Jan 03
0
install AWX without docker
Here is an install guide from the person that built the RPMs: https://github.com/MrMEEE/awx-build/blob/master/installguide.md Bill Howe howe.bill at gmail.com <http://www.linkedin.com/in/whowe> On Tue, Jan 1, 2019 at 6:01 AM Ralf Prengel <ralf.prengel at rprengel.de> wrote: > Hallo, > I want to use awx without docker for the moment and found this tutorial: > https://www.howtoforge.com/tutorial/centos-ansible...
2010 Apr 08
1
how to manipulate object in specific environment?
...ect a,b,c... in my environment, a=1;b='test';c=matrix(0,3,3)..... I want to write a function myfun(), when I run myfun(), this retrieve all the objects in my environment automatically and print their mode or class one by one. Thanks Regards Tengfei -- Tengfei Yin MCDB PhD student 1620 Howe Hall, 2274, Iowa State University Ames, IA,50011-2274 Homepage: www.tengfei.name English Blog: www.tengfei.name/en Chinese Blog: www.tengfei.name/ch [[alternative HTML version deleted]]
2011 Nov 22
1
Bezier curve in R?
Hi dear all, I am wondering if there is a function existing in R that did the quadratic bezier curve interpolation? I hope to generate a bezier curve based on three sets of points: two end of the line and a control point. Thanks in advance. Tengfei -- Tengfei Yin MCDB PhD student 1620 Howe Hall, 2274, Iowa State University Ames, IA,50011-2274 [[alternative HTML version deleted]]
2006 Oct 04
1
SAMBA - Windows XP Long Filenames
...replicate the problem, and I can't. The two disks are providing different results. Has anybody experienced a similar problem? Maybe a special mount option needs to be specified within /etc/fstab. I can't seem to find any answers!!! Any help is appreciated Thanks -- Kind Regards Alex Howe
2015 Dec 19
0
LDAP create home directories
...; Connection to ops2.example.com closed. > > I think I preferred it when it would let me in and complain!! LOL > > I can still get in with my non-LDAP admin account fortunately. > > Ok, any other thoughts? > > Thanks, > Tim > > On Sat, Dec 19, 2015 at 4:34 PM, Bill Howe <howe.bill at gmail.com> wrote: > > > You may also need to restart sssd or nslcd, depending upon which one is > > running the backed ldap connection service on the clients. > > On Dec 19, 2015 14:25, "Tim Dunphy" <bluethundr at gmail.com> wrote: > >...
2016 Nov 09
0
How to start a script to complete configuration
Forgot to mention. After this is setup, shutdown the VM and create a template from it. Then, any VMs created from this new template will auto execute your scripts. Bill On Wed, Nov 9, 2016 at 7:01 AM, Bill Howe <howe.bill at gmail.com> wrote: > How you could do this with scripts: > > *CentOS 7* > > 1. Deploy a VM from your base CentOS 7 template > 2. Copy your "my-firstboot.sh" script (or whatever its called) to a > location such as /root/scripts/ >...