search for: lb1

Displaying 20 results from an estimated 22 matches for "lb1".

Did you mean: l1
2010 Dec 31
2
happy new years ssh key problem :)
...and I was hoping to get some help on an ssh issue that I am having. For some reason I am unable to scp to hosts on this network using RSA keys. Here is what I am doing/what is going on; scp the public key to remote host [amandabackup at VIRTCENT18 ~]$ scp ~/.ssh/id_rsa_amdump.pub amandabackup at lb1:~ amandabackup at lb1's password: id_rsa_amdump.pub 100% 408 0.4KB/s 00:00 ssh (w/passwd) to remote host [amandabackup at VIRTCENT18 ~]$ ssh lb1 amandabackup at lb1's password: Last login: Fri Dec 31 10:57:05 2010 from 192.168.1.40 ###########################...
2006 Nov 23
0
[754] trunk/wxruby2/samples/bigdemo: Rubified samples and added in missing client data sample code
...;lines">@@ -78,44 +78,43 @@ </span><span class="cx"> </span><span class="cx"> Wx::StaticText.new(self, -1, "Select one:", Wx::Point.new(15,50), Wx::Size.new(65,18)) </span><span class="cx"> @lb1 = Wx::ListBox.new(self, 60, Wx::Point.new(80,50), Wx::Size.new(80,120), sampleList, Wx::LB_SINGLE) </span><del>- evt_listbox(@lb1.get_id()) {|event| on_evt_listbox(event)} - evt_listbox_dclick(@lb1.get_id()) {|event| on_evt_listbox_dclick(event)} </del><ins>+...
2016 Jan 26
2
system refuses to install monit.
_**_So I have epel enabled on this centos 6 server, but yum -y install monit will not install monit. yum search monit does not show monit as available to be installed. [root at lb1 ~]# yum install monit Loaded plugins: fastestmirror, presto Setting up Install Process Loading mirror speeds from cached hostfile * base: mirror-centos.hostingswift.com * epel: reflector.westga.edu * extras: mirrors.usinternet.com * updates: mirrors.usinternet.com No package monit available...
2014 Jan 13
1
Fwd: HA cluster - strange communication between nodes
...redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Configuring_the_Red_Hat_High_Availability_Add-On_with_Pacemaker/index.html But my cluster behaves not as expected: After start of cluster sw on both nodes, they can see each other. ---------------------------------------- [root at lb1 ~]# pcs status Cluster name: LB.STK Last updated: Mon Jan 13 15:34:21 2014 Last change: Mon Jan 13 15:24:47 2014 via cibadmin on lb1.asol.local Stack: cman Current DC: lb1.asol.local - partition with quorum Version: 1.1.10-14.el6_5.1-368c726 2 Nodes configured 2 Resources configured Online: [ lb1....
2010 Dec 31
1
amanda backup ssh key
...client. AFAIK everything is setup correctly yet when I ssh as the user to the client I have to type the password. the public key is in the authorized_keys file of the client and permissions all seem correct. Here is a verbose output of the ssh session [amandabackup at VIRTCENT18 .ssh]$ ssh -vvv lb1 OpenSSH_5.6p1lpk, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008 debug1: Reading configuration data /etc/ssh/ssh_config debug2: ssh_connect: needpriv 0 debug1: Connecting to lb1 [192.168.1.23] port 22. debug1: Connection established. debug1: identity file /var/lib/amanda/.ssh/id_rsa type -1 debug1: identity...
2012 Nov 21
1
Conntrackd - fail at startup.
Hi all. I currently try to start conntrackd to test it. CentOS release 6.3 (Final) Linux lb1.local 2.6.32-279.11.1.el6.x86_64 #1 SMP Tue Oct 16 15:57:10 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux This is a VirtualBox vm. I try: /usr/sbin/conntrackd -C /etc/conntrackd/conntrackd.conf -d My config: [root at lb1 log]# egrep -v '^\s*#|^$' /etc/conntrackd/conntrackd.conf | less Sync {...
2012 May 31
2
Loop question
Hello, I have a dataframe (Lx) with 5 Lb, and 5 Lw variables. I want to create several variables according to the loop presented below (data attached). Lx <- read.csv("Lx.csv", header=T, sep=",") for (i in 1:20) { Lx$sb1[i] <- Lx$Lb1[i+1]/Lx$Lb1[i] Lx$sb2[i] <- Lx$Lb2[i+1]/Lx$Lb2[i] Lx$sb3[i] <- Lx$Lb3[i+1]/Lx$Lb3[i] Lx$sb4[i] <- Lx$Lb4[i+1]/Lx$Lb4[i] Lx$sb5[i] <- Lx$Lb5[i+1]/Lx$Lb5[i] Lx$sw1[i] <- Lx$Lw1[i+1]/Lx$Lw1[i] Lx$sw2[i] <- Lx$Lw2[i+1]/Lx$Lw2[i] Lx$sw3[i] <- Lx$Lw3[i+1]/Lx$Lw3[...
2011 Dec 15
6
Puppet with Ruby1.9 issue
Hi, I have a running puppetmaster with nginx and passenger and ruby 1.9.2. When i do puppet cert --trace --list . i get the following error. /usr/lib64/ruby/gems/1.9.1/gems/puppet-2.7.9/lib/puppet/application/ cert.rb:43:in `block (2 levels) in <class:Cert>'' /usr/lib64/ruby/gems/1.9.1/gems/puppet-2.7.9/lib/puppet/application.rb: 357:in `block (2 levels) in parse_options''
2007 Jun 11
24
multiple routing tables for internal router programs
Maybe a strange request, I''ll try to explain this as clearer as I can (forgive my bad english, please :-) ). I''m setting a linux box as a router. My router uses multiple routing tables, so I can address the traffic from specific ip addresses of my lan to distinct ISPs providers (specifying a different default gateway fo r each table), marking packets with iptables
2010 Dec 12
1
heartbeat configuration for lb
...4 1 0 ucast eth0 192.168.1.200 # What interfaces to heartbeat over? udp eth0 # # Facility to use for syslog()/logger (alternative to log/debugfile) # logfacility local0 # # Tell what machines are in the cluster # node nodename ... -- must match uname -n node lb1.summitnjhome.com node lb2.summitnjhome.com The service seems to start ok: [root at VIRTCENT01:~]#service heartbeat restart Stopping High-Availability services: [ OK ] Waiting to allow resource takeover to complete:...
2016 Oct 03
2
mount.nfs: an incorrect mount option was specified
.../var/nfs/es es3.example.com,es2.example.com,logs.example.com /var/nfs/www web2.example.com,puppet.example.com,ops3.example.com, ops2.example.com,web1.example.com /var/nfs/home ansible.example.com,chef.example.com,logs3.example.com, logs2.example.com,logs1.example.com,ops.example.com,lb1.example.com, ldap1.example.com,web2.example.com,web1.lyricgem.com,nginx1.example.com, salt.example.com,puppet.example.com,nfs1.example.com,db4.example.com, db3.example.com,db2.example.com,db1.example.com,varnish2.example.com, varnish1.example.com,es3.example.com,es2.example.com,es1.example.com, rep...
2006 Sep 07
13
How to handle config files used by a combination of classes?
Hi, How should I handle the combinatorics when one config file must be built for a combination of possible classes? Take for example the amd automounter''s configuration file, which on Debian is found at /etc/am-utils/amd.conf. This is an INI style file which looks like: [fsname1] param1=foo param2=bar [fsname2] param1=baz param2=quag In my case I have one class of machines
2016 Oct 03
0
mount.nfs: an incorrect mount option was specified
....com,es2.example.com,logs.example.com > > /var/nfs/www web2.example.com,puppet.example.com,ops3.example.com, > ops2.example.com,web1.example.com > > /var/nfs/home ansible.example.com,chef.example.com,logs3.example.com, > logs2.example.com,logs1.example.com,ops.example.com,lb1.example.com, > ldap1.example.com,web2.example.com,web1.lyricgem.com,nginx1.example.com, > salt.example.com,puppet.example.com,nfs1.example.com,db4.example.com, > db3.example.com,db2.example.com,db1.example.com,varnish2.example.com, > varnish1.example.com,es3.example.com,es2.example.com,...
2010 Mar 01
1
FPlugin imap_acl not found from directory /usr/lib/dovecot/modules/imap
...c args: uid=5000 gid=5000 home=/home/vmail/%d/%n allow_all_users=yes socket: type: listen client: path: /var/spool/postfix/private/auth mode: 432 user: postfix group: postfix master: path: /var/run/dovecot/auth-master mode: 384 user: vmail lb1:/etc/dovecot# dovecot -n | grep acl mail_plugins(default): acl mail_plugins(imap): acl ls -l /usr/lib/dovecot/modules/imap/ total 40 lrwxrwxrwx 1 root root 22 2009-12-15 09:37 lib01_acl_plugin.so -> ../lib01_acl_plugin.so lrwxrwxrwx 1 root root 26 2009-12-15 09:37 lib01_convert_plugin.so...
2011 Aug 26
39
[Bug 40406] New: Nouveau NVIDIA NV46: Freeze
https://bugs.freedesktop.org/show_bug.cgi?id=40406 Summary: Nouveau NVIDIA NV46: Freeze Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: marco
2007 Jan 17
11
scope issue after upgrade
I just upgraded to 0.22.0 from 0.18.4 and I''m running into what I think are problems due to changes in scope rules. In my site.pp manifest, I have the following: import "classes/*" node nfsserver { include nfsserver } node webserver { include webserver } class cluster1_sites { website { "example.com": ...; "example2.com": ...; } } node
2009 Apr 24
2
[PATCH] Blackfin: cleanup astat/cc/hardware loop asm clobbers
...GCC-3.4 and older did not use hardware loops and thus did not have + * register constraints for declaring clobbers. + */ +# define BFIN_HWLOOP0_REGS +# define BFIN_HWLOOP1_REGS +#else +# define BFIN_HWLOOP0_REGS , "LB0", "LT0", "LC0" +# define BFIN_HWLOOP1_REGS , "LB1", "LT1", "LC1" +#endif diff --git a/libspeex/cb_search_bfin.h b/libspeex/cb_search_bfin.h index ae9cf83..edb1eca 100644 --- a/libspeex/cb_search_bfin.h +++ b/libspeex/cb_search_bfin.h @@ -33,6 +33,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +...
2014 Dec 31
0
[PATCH 2/2] nvc0: regenerate rnndb headers
...urrojerez) -- imirkin <imirkin at users.sf.net> (imirkin) -- jb17bsome <jb17bsome at bellsouth.net> (jb17bsome) -- Jeremy Kolb <kjeremy at users.sf.net> (kjeremy) -- Laurent Carlier <lordheavym at gmail.com> (lordheavy) -- Luca Barbieri <luca at luca-barbieri.com> (lb, lb1) -- Maarten Maathuis <madman2003 at gmail.com> (stillunknown) -- Marcin Kościelnicki <koriakin at 0x04.net> (mwk, koriakin) -- Mark Carey <mark.carey at gmail.com> (careym) -- Matthieu Castet <matthieu.castet at parrot.com> (mat-c) -- nvidiaman <nvidiaman at users.sf.net&...
2016 Feb 15
24
[PATCH 01/23] nv50: import updated g80_defs.xml.h from rnndb
...curro) +- Ilia Mirkin <imirkin at alum.mit.edu> (imirkin) +- jb17bsome <jb17bsome at bellsouth.net> (jb17bsome) +- Jeremy Kolb <kjeremy at users.sf.net> (kjeremy) +- Laurent Carlier <lordheavym at gmail.com> (lordheavy) +- Luca Barbieri <luca at luca-barbieri.com> (lb, lb1) +- Maarten Maathuis <madman2003 at gmail.com> (stillunknown) +- Marcin Kościelnicki <koriakin at 0x04.net> (mwk, koriakin) +- Mark Carey <mark.carey at gmail.com> (careym) +- Matthieu Castet <matthieu.castet at parrot.com> (mat-c) +- nvidiaman <nvidiaman at users.sf.net&...
2016 Oct 16
10
[PATCH 1/5] hwdefs: update nvc0_3d, add gm107_texture for new TIC format
...curro) +- Ilia Mirkin <imirkin at alum.mit.edu> (imirkin) +- jb17bsome <jb17bsome at bellsouth.net> (jb17bsome) +- Jeremy Kolb <kjeremy at users.sf.net> (kjeremy) +- Laurent Carlier <lordheavym at gmail.com> (lordheavy) +- Luca Barbieri <luca at luca-barbieri.com> (lb, lb1) +- Maarten Maathuis <madman2003 at gmail.com> (stillunknown) +- Marcin Kościelnicki <koriakin at 0x04.net> (mwk, koriakin) +- Mark Carey <mark.carey at gmail.com> (careym) +- Matthieu Castet <matthieu.castet at parrot.com> (mat-c) +- nvidiaman <nvidiaman at users.sf.net&...