search for: slave2

Displaying 20 results from an estimated 26 matches for "slave2".

Did you mean: slave
2008 Sep 08
1
RMPI Question
..., but have deleted the output from slaves 3-7 just to save space and make the output easier to read. > mpi.spawn.Rslaves() 8 slaves are spawned successfully. 0 failed. master (rank 0, comm 1) of size 9 is running on: Personal slave1 (rank 1, comm 1) of size 9 is running on: Personal slave2 (rank 2, comm 1) of size 9 is running on: Personal ... slave8 (rank 8, comm 1) of size 9 is running on: Personal > mpi.remote.exec(paste("I am",mpi.comm.rank(),"of",mpi.comm.size())) $slave1 [1] "I am 1 of 9" $slave2 [1] "I am 2 of 9" ... $slave8 [1] &...
2017 Oct 19
1
debian 8 "jessie" nut 2.7.2 slaves not shutting down
Roger, The topology is: UPS TOPAPC, Data link to master, Power supply to master, slave1 and slave2 UPS MIDAPC, Data link to master, Power supply to master, slave1 and slave2 UPS BOTAPC, Data link to master, Power supply to master, slave1 and slave2 Shutdown plan: When wall power fails for any of the three UPS units, they continue powering the master and the two slaves. When two of the UPS ba...
2014 Feb 25
1
advice, suggestions. ( dns-dhcp) and "shared" sysvol ?
..., ? Im radicaly changing my network, and i need some advice. ? The setup wil be like this. ? Samba-MASTER???AD-DC server, with DNS-master and TIME-master Samba-SLAVE1?????AD-DC server, DNS Slave1, TIME1, DHCPmaster-server1 ( with failover to 2)???? and when above is running, i'll add. Samba-SLAVE2?????AD-DC server, DNS Slave2, TIME2, DHCPmaster-server2 ( with failover to 1?)? ? Slave1 and Slave2 provide the DNS, Time (through ad and NTP ) and these get dhcp if possible. I want to use bind9, or is it better to use the samba internal DNS. ? I have 4 other domainnames which i manage through...
2006 Oct 12
5
DO NOT REPLY [Bug 4168] New: Random file has vanished when syncing clock with ntpdate/hwclock ?
...00 \ --exclude=_TRANSFERED \ --no-blocking-io \ --ipv4 \ $user@$host:$masterdir/ \ $localdir/ rsync starts at the same time on both slaves slave1 file has vanished: "xxxxxxxxxxxxxxx13" file has vanished: "xxxxxxxxxxxxxxx42" done IO error encountered -- skipping file deletion slave2 file has vanished: "xxxxxxxxxxxxxxx03" file has vanished: "xxxxxxxxxxxxxxx56" done IO error encountered -- skipping file deletion Thanks for your feedback -- Infomaniak Network SA Guy Baconniere <baco@infomaniak.ch> Unix System Administrator Certified Linux Engineer (R...
2007 Feb 03
0
ipsec and x509 certificate
...ntication_algorithm hmac_sha1; compression_algorithm deflate ; } remote 192.168.0.29 { exchange_mode aggressive,main; my_identifier asn1dn; peers_identifier asn1dn; certificate_type x509 "slave1.public" "slave1.private"; peers_certfile "slave2.public"; proposal { encryption_algorithm 3des; hash_algorithm sha1; authentication_method rsasig; dh_group 2 ; } } my racoon.log says this 2007-02-01 15:12:54: INFO: @(#)ipsec-tools 0.6.3 (http://ipsec-tools.sourceforge.net) 2007-02-01 15:12:...
2007 Dec 20
2
Multicore computation in Windows network: How to set up Rmpi
R-users, My question is related to earlier posts about benefits of quadcore over dualcore computers; I am trying to setup a cluster of windows xp computers so that eventually I could make use of 10-20 cpu:s, but for learning how to do this, I am playing around with two laptops. I thought that the package snow would come handy in this situation, but to use snow, I would probably need to install
2004 Jan 03
1
If i can make a request...
Well, i'm just ordinary samba user, but if i can make a request for next samba release: 1. Samba should support ldap referral and has appropriate waiting slave database synchronized. ie, in smb.con we can give: passdb backend = ldapsam:"ldap://slave1 ldap://slave2 ldap://master" sync timout = 10 or user shoud manually tell where is the master and slave: ldap master server = ldap://master ldap slave server = ldap://slave1 this way, samba will search for master when need to write access to ldap. These feature is important for multi site accross wan...
2017 Oct 18
2
debian 8 "jessie" nut 2.7.2 slaves not shutting down
MASTER SYSTEM nut.conf MODE=netserver ups.conf [TOPAPC] driver = usbhid-ups port = auto pollonly serial = "IS1309002707" desc = "TOPAPC" [MIDAPC] driver = usbhid-ups port = auto pollonly serial = "IS1309001233" desc = "MIDAPC" [BOTAPC] driver = usbhid-ups port = auto
2015 May 25
0
foreach hangs when using doMPI on Windows with Microsoft MPI
...ler\Documents\MPI>"C:\Program Files\Microsoft MPI\Bin\mpiexec" -n 3 "C:\Program Files\R\R-3.2.0\bin\x64\Rterm.exe" --no-save -q -f "MPI Test.r" master (rank 0, comm 1) of size 3 is running on: dteller-dv7 slave1 (rank 1, comm 1) of size 3 is running on: dteller-dv7 slave2 (rank 2, comm 1) of size 3 is running on: dteller-dv7 > library(Rmpi) > library(doMPI) Loading required package: foreach Loading required package: iterators > library(foreach) > > cl <- startMPIcluster() > print(cl) $comm [1] 0 $workerCount [1] 2 $workerid [1] 0 $verbose [1]...
2011 Aug 17
1
[statEt] Rmpi problem in Eclipse statEt
...trange behavior, when I try loading Rmpi directly I don't have any problem i.e.: library("Rmpi") mpi.spawn.Rslaves() 8 slaves are spawned successfully. 0 failed. master (rank 0, comm 1) of size 9 is running on: marcin-HP slave1 (rank 1, comm 1) of size 9 is running on: marcin-HP slave2 (rank 2, comm 1) of size 9 is running on: marcin-HP slave3 (rank 3, comm 1) of size 9 is running on: marcin-HP mpi.remote.exec(paste("I am",mpi.comm.rank(),"of",mpi.comm.size())) $slave1 [1] "I am 1 of 9" $slave2 [1] "I am 2 of 9" $slave3 [1] "I am...
2013 Nov 06
0
MPICH2 Rmpi and doSNOW
...MPICH2 and Rmpi on my Windows 7 machine. I can also run the following code > library(Rmpi) > mpi.spawn.Rslaves() 4 slaves are spawned successfully. 0 failed. master (rank 0, comm 1) of size 5 is running on: MyMaster slave1 (rank 1, comm 1) of size 5 is running on: MyMaster slave2 (rank 2, comm 1) of size 5 is running on: MyMaster slave3 (rank 3, comm 1) of size 5 is running on: MyMaster slave4 (rank 4, comm 1) of size 5 is running on: MyMaster > mpichhosts() master slave1 slave2 slave3 slave4 "localhost" "localhost" &...
2013 Nov 06
0
MPICH2 Rmpi and doSNOW
...install MPICH2 and Rmpi on my Windows 7 machine. I can also run the following code > library(Rmpi) > mpi.spawn.Rslaves() 4 slaves are spawned successfully. 0 failed. master (rank 0, comm 1) of size 5 is running on: MyMaster slave1 (rank 1, comm 1) of size 5 is running on: MyMaster slave2 (rank 2, comm 1) of size 5 is running on: MyMaster slave3 (rank 3, comm 1) of size 5 is running on: MyMaster slave4 (rank 4, comm 1) of size 5 is running on: MyMaster > mpichhosts() master slave1 slave2 slave3 slave4 "localhost" "localhost" "...
2014 Sep 12
1
LDAP push replication through firewall
I have 3 Samba PDC servers with OpenLDAP backends, all at different locations. The replication to the 2 consumers works fine when the consumer's slapd is recently restarted, but if changes in the LDAP database occur later on, the consumers do not pick up this update. Again, restarting slapd on the consumers pulls in the update. Also, updates done shortly afterwards (say a couple of minutes)
2019 Aug 23
2
Problem with sync user account from Samba Master to Samba Slave
Hello, i?ve Samba 4.7 with domain controller with 3 servers, 1 master (samba-ad) and two slaves (samba-slave1) and (samba-slave2). The problem is when create user account from "samba-ad? this account not sync to slave, but i create the account on "samba-slave1" or "samba-slave2? this is sync on all server. Samba version [???????.] root at samba-ad:~# samba -V Version 4.7.6-Ubuntu root at samba-slav...
2007 Jun 14
0
Multiple NIC usage in RHEL5
...vifnum=6 netdev=eth6 bridge=xenbr6 I also changed the configurations of the virtual RHEL4s (didn''t feel like typing out the MACS, as my linux box doesn''t have an internet connection) Slave1: vif=[ ''type=ioemu, mac= XX:XX:XX:XX:XX:XX, bridge=xenbr1''] Slave2: vif=[ ''type=ioemu, mac= XX:XX:XX:XX:XX:XX, bridge=xenbr2'', ''type=ioemu, mac= XX:XX:XX:XX:XX:XX, bridge=xenbr3'' ] Slave3: vif=[ ''type=ioemu, mac= XX:XX:XX:XX:XX:XX, bridge=xenbr4'', ''type=ioemu, mac= XX:XX:XX:XX:XX:XX, bridge=xenbr...
2011 Feb 01
1
Rmpi; sample code not running, the slaves won't execute commands
...slaves to close down, and exit the program mpi.close.Rslaves() mpi.quit() My output is as follows; > source("./test_Rmpi.R") 3 slaves are spawned successfully. 0 failed. master (rank 0, comm 1) of size 4 is running on: minanha slave1 (rank 1, comm 1) of size 4 is running on: minanha slave2 (rank 2, comm 1) of size 4 is running on: minanha slave3 (rank 3, comm 1) of size 4 is running on: minanha While trying to parallelize one of my other functions, I found that the master seems to be sending the messages and executing its portion of the program, but the slaves are not responding. Ho...
2018 Oct 04
3
Need help with Linux networking interfaces and NIC bonding
...s BONDING_OPT="mode=1 miimon=100" TYPE=Ethernet and the ifcfg-slave1 configuration file, which is the first slave port for the NIC bond, this corresponds to em2: DEVICE=em2 HWADDR="c8:2f:87:fg:2a:31" ONBOOT=yes TYPE=Ethernet BOOTPROTO=none MASTER=bond0 SLAVE=yes and the ifcfg-slave2 configuration file , which corresponds to the second slave port for the NIC bond, which is interface p6p2: DEVICE=p6p2 HWADDR="00:6a:d7:7c:e8:09" BOOTPROTO=none ONBOOT=yes TYPE=Ethernet MASTER=bond0 SLAVE=yes I created a custom routing policy for the NIC bond, bond0. Here is the configu...
2013 Jun 08
1
Puppet error reporting
Trying to understand how puppet reports errors Example of why I am asking the question (on a test setup environment) Created a base-1 node Created 2 slave nodes that inherit from base-1 Let''s call those slave1 and slave2 No errors. It all works. Created a base-2 node created a third slave that inherits from base-2. Let''s call that slave3 Get an error Could not retrieve catalog from remote server: Error 400 on SERVER: Duplicate declaration: Adduser[USERNAME] is already declared in file /etc/puppet/mani...
2008 Jul 01
2
problem with mpiexec and Rmpi
Dear R People: I'm having some trouble with mpiexec and Rmpi. I would like to be able to pass in the number of "children" via the mpiexec command (from the command line). this is in SUSE10.1, with R-2.7.1 Here are my files: cat eb.R library(Rmpi) mpi.remote.exec(paste("i am",mpi.comm.rank(),"of",mpi.comm.size())) mpi.quit() hodgesse at
2014 Jul 21
2
Feature Request: Ability to join a IPv4-Only DC, into a Dual-Stacked "Samba4 AC DC" PDC.
...cked (IPv4 + IPv6), working like a charm. Now, I need to deploy a third DC, located within Amazon EC2, which does NOT have IPv6. But samba-tool fails to join it. --- 1- ubuntu-ad-1 - Master - ok - office LAN1 - IPv4 / IPv6 2- ubuntu-ad-2 - Slave1 - ok - office LAN2 - IPv4 / IPv6 3- ubuntu-ad-3 - Slave2 - can't join - AWS EC2 VPC - IPv4-Only --- At "ubuntu-ad-3", its DNS (resolv.conf) points to "IPv4 of ubuntu-ad-1 and 2", Kerberos works: --- root at ubuntu-ad-3:~# kinit administrator Password for administrator at CENTRAL.DOMAIN.COM.BR: Warning: Your password will expire...