search for: etrad

Displaying 15 results from an estimated 15 matches for "etrad".

Did you mean: trad
2008 Jun 04
1
I am doing something wrong....
...t; import "baseline" import "ssh" filebucket { main: server => puppet } File { backup => main } Exec { path => "/usr/bin:/usr/sbin:/bin:/sbin" } Package { provider => yum } My nodes.pp [jleggett@binford manifests]$ cat nodes.pp node ''lxp6d4m3.etrade.com'' inherits default { include ssh } my templates.pp [jleggett@binford manifests]$ cat templates.pp class baseclass { include baseline } node default { include baseclass } [jleggett@binford manifests]$ I have commented out the lines.pp issue for the timebein...
2008 Jun 06
8
useradd provider not working?
I have this config: # BL00070 - Disable NFS service {["nfs","nfslock","netfs","portmap"]: ensure => stopped, enable => false, } user {"rpc": ensure => absent, provider => "useradd" } user {"rpcuser": ensure => absent, provider => "useradd" } file
2009 Feb 25
2
gem install mysql --> Error
Hi, When I try to install "gem install mysql" it throwing error. For your ref, bash-2.05b$ gem install mysql -- --with-mysql-dir=/opt/etrade/p6/share/mysql5 ERROR: http://gems.rubyforge.org/ does not appear to be a repository ERROR: could not find gem mysql locally or in a repository bash-2.05b$ gem install mysql -- --with-mysql-config=/opt/etrade/p6/share/mysql5/bin/mysql_config ERROR: http://gems.rubyforge.org/ does not appear to...
2008 Aug 11
6
Class dependency question
...aster class is executed (and fails) becuase it doesn''t seem to load up the setup class? debug: Calling puppetmaster.getconfig err: Could not retrieve catalog: sys13w96m6 is not running correct OpenVZ kernel! REBOOT? at /etc/puppet/modules/openvz/manifests/ openvz.pp:114 on node sys13w96m6.etrade.com warning: Not using cache on failed catalog What did I miss? I tried "require"-ing the setup class int he first package install but it doesn''t seem to work. class openvz::setup { file { "/etc/sysconfig/selinux": owner => "root&quot...
2008 Jun 12
5
Puppet Demo at ETRADE
I had some questions come up today during the Puppet demo here: 1. Is there any way to apply different intervals to different classes? For example, we might want a security baseline manifest to run once a month, package installation files once/day, etc. Since we''re a brokerage, we also don''t want ANY system changes during trading hours. I guess we could cron killing the
2006 Jan 19
3
Must you "net join" for the Samba machine to become a domain member?
...t user who tries to map a drive? Or does it try to join automatically and something is wrong in my config that's preventing it ... Boring Details: Running Samba 3.0.20b on Solaris. Here's my samba.conf: [global] security = domain workgroup = CORP password server = jfk1dc1.corp.etradegrp.com log level = 10 log file = /etrade/home/dkarnows/work/samba/logs/%m.log netbios name = DEV1NY lock directory = /etrade/home/dkarnows/work/samba/locks pid directory = /etrade/home/dkarnows/work/samba/locks private dir = /etrade/home/dkarnows/work/samba/private [homes]...
2005 Feb 04
2
Failures they e2fsck doesn't find
Hi, I've run many time e2fsck, but in a special dir ls tells me: ls: r?cksendung-wlan.dvi: No such file or directory ls: baf?g_r?ckmeldung.latex: No such file or directory ls: finpr?f.pdf: No such file or directory $ cat finpr?f.pdf cat: finpr?f.pdf: Datei oder Verzeichnis nicht gefunden I don't know what to do? How can I find the failure? If I cat the files with debugfs, I see the
2002 Feb 06
3
will syslinux work on a harddisk ?
Can someone tell me if syslinux will work on a harddisk ? I have a 4mb flash device that plugs into the IDE connector on the motherboard, and i'm trying to get syslinux to work with it, so I can load a Linux kernel and an initrd. I'm not having any luck with it. Then it dawned on me that the boot loader in syslinux might be expecting a floppy drive rather than an atapi hard disk. Any
2004 Apr 01
0
cvs rsync corruption issues
...s repository have daily tags as a result even though there is no change on the file the tagging info is rsynced over. Are there any suggestions on how this could be fixed. I havent tryed -c or -W flags yet. And was hoping for a fix without a performance hit. cvs [server aborted]: unable to parse /etrade/cvsserver/cvs/af/pkgs/af-apps-test.tar.gz,v; `author' not in the expected place
2008 Jul 08
12
ANNOUNCE: Facter 1.5
Hi all, I''ve finally gotten around to releasing Facter 1.5. As the version bump implies, this is a relatively significant release (for a 2.3k line program, anyway). Mostly, the biggest change is refactoring the code internally so that all of the functionality is split into separate classes in separate files. Also, the facts are all loaded on-demand, which provides dramatic
2008 Oct 04
5
[Bug 17896] New: no sound with 0.8.0-1 hardy w/ usb audio
http://bugs.freedesktop.org/show_bug.cgi?id=17896 Summary: no sound with 0.8.0-1 hardy w/ usb audio Product: swfdec Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium Component: plugin AssignedTo: swfdec at lists.freedesktop.org
2007 Sep 04
5
[Bug 1357] New: SOCKS proxy attempts fail to some servers due to DNS timeouts
...CKS 5 proxy for Firefox, and I have configured firefox to perform remote DNS lookups. That is, the SOCKS request contains the hostname rather than the IP address of the host I want to connect to. For the vast majority of sites I connect to, this works great. However, for a few hosts, including www.etrade.com and www.vanguard.com, the connection hangs for several seconds, then times out. Although I think it's irrelevant, my SSH client is OpenSSH 4.6p1 on MacOS 10.4. My server is OpenSSH 4.6p1 on Linux 2.6.12.5. ---INVESTIGATION--- I ran strace on the sshd and saw that the DNS lookup of www...
2008 Aug 25
2
package name AND VERSION needed for passing to yum?
this snippet: package {ovzkernel: source => $hardwaremodel ? { "x86_64" => "ovzkernel-2.6.18-53.1.19.el5.028stab053.14.x86_64", default => "ovzkernel-2.6.18-53.1.19.el5.028stab053.14.i686" }, ensure => installed, provider => yum, require =>
2003 Aug 26
3
matching-case sensitivity
Hi All, I am trying to match two character arrays (email lists) using either pmatch(), match() or charmatch() functions. However the function is "missing" some matches due to differences in the cases of some letters between the two arrays. Is there any way to disable case sensitivity or is there an entirely better way to match two character arrays that have identical entries but written
2008 Jul 01
6
OpenVZ configuration of networking with puppet - big crash
I am trying to streamline the current distribution specific setup and creation of VE''s within OpenVZ with puppet. My first attempt has gone horribly wrong as you will see below. Here''s the script I wrote to replace the redhat specific setup that OpenVZ used: [jleggett@lxp6d15m3 scripts]$ cat redhat-add_ip.sh #!/bin/bash # # Debug - take out later set -x