Questions tagged [slave]

281 questions
45
votes
4 answers

Error: "could not initailize master info structure" while doing Master Slave Replication in MySQL

I am trying to do Master Slave Replication for MySQL. When i am typing the following command: CHANGE MASTER TO MASTER_HOST='10.1.100.1', MASTER_USER='slave_user', MASTER_PASSWORD='slave_password', MASTER_LOG_FILE='mysql-bin.000001',…
user619684
  • 551
  • 1
  • 4
  • 4
41
votes
3 answers

Jenkins Slave port number for firewall

We use Jenkins 1.504 on Windows. We need to have Master and Slave in different sub-networks with firewall in between. We can't have ANY to ANY port firewall rules, we must specify exact port numbers. I know the port Master is listening on. I also…
Ivan
  • 7,084
  • 4
  • 49
  • 65
24
votes
8 answers

Jenkins Error cloning remote repo 'origin', slave node

I need some help here, It's been a week I'm with this problem, can't figure out what's going on. I'm not able to clone a git repo from a slave node (Jenkins). I added the ssh key, host and slave (I've already tried generating a single key and one…
Nicolas Amabile
  • 241
  • 1
  • 2
  • 5
17
votes
2 answers

mysql replication - slave server on one database

I couldn't find an answer to my question. I have 2 mysql servers. Master server Slave server Now i want to add another Slave server but i have other website running on that server. Can i replicate just one database?
sabansaulic
  • 369
  • 2
  • 4
  • 10
17
votes
2 answers

Jenkins build slave appears offline but slave service is up and Running

I am having trouble that Jenkins home page shows the Build slave is offline. But when I actually log in to build slave server, the slave service is up and running. I am using Windows 2003 OS for all my Build slaves and Master server. The only way…
user3164236
  • 181
  • 1
  • 1
  • 4
13
votes
2 answers

Reconfigure and reboot a Hudson/Jenkins slave as part of a build

I have a Jenkins (Hudson) server setup that runs tests on a variety of slave machines. What I want to do is reconfigure the slave (using remote APIs), reboot the slave so that he changes take effect, then continue with the rest of the test. There…
Jason Swager
  • 6,251
  • 6
  • 38
  • 55
13
votes
1 answer

Maximum number of peripherals on CoreBluetooth?

I am interested in working with BLE proximity sensor on iOS and have been looking up for a few answers to my query but could not find any solid ones. 1) Is there a maximum number of BLE slaves the CoreBluetooth can handle? 2) Will the slaves…
Cheng
  • 239
  • 3
  • 13
12
votes
2 answers

Set environment variable before executing maven (In a jenkins build)

I am setting up a jenkins slave on a machine that is supposed to build a maven project containing some native C code. The machine itself however, is proving to be a problem. The machine is hosting a fairly old program, that uses a lot of environment…
Martin Nielsen
  • 1,539
  • 5
  • 26
  • 47
11
votes
2 answers

How to configure Jenkins to send a notification email when a Slave goes offline?

How to configure Jenkins to send a notification email when a Slave goes offline? I have a Windows Server in the Cloud. In there is a Jenkins Slave running that runs a nightly build, but sometimes the Slave goes offline and I need to know when it…
11
votes
1 answer

Jenkins - Unable to git clone from slave node. SSH keys

I have just set up my first Jenkins slave. I run the build, and I hit problems with the SSH keys. The master Jenkins server is running under the user 'jenkins'. I have set up the SSH keys such that I can SSH from the master to the slave without a…
nonshatter
  • 2,907
  • 5
  • 21
  • 27
9
votes
3 answers

Which settings.xml is used by jenkins slave?

I have a Jenkins master (running on a small Linux box) and a Jenkins slave (running on a "correct" XP machine). I have configured both for all jibs to be run on the Windows XP slave. Unfortunatly, each time a build is run on that slave, the build…
Riduidel
  • 21,048
  • 12
  • 78
  • 165
9
votes
3 answers

List of Slaves connected to master - Hudson

Is there a way to find it programatically? I need this as part of an automated run; So this would be very helpful if there is an existing remote API call which can give this.
vpram86
  • 5,378
  • 4
  • 24
  • 39
7
votes
2 answers

Configure Redis slave to stop saving data to file

Can I configure Redis slave to stop saving dumps? I have omitted all save instructions in config file but slave is still doing dumps.
Sebastian Sito
  • 153
  • 3
  • 9
7
votes
3 answers

SSH Key authentication failing when connecting Mac Hudson slave to Linux master

Ok, so I have Hudson (v1.393) running in an Ubuntu VM and everything's working fine. However I'm trying to add a Mac slave to the Ubuntu master and I've run in to a few problems. I have set up SSH keys so that from the command line, the Ubuntu VM…
mattbilson
  • 558
  • 1
  • 5
  • 15
7
votes
2 answers

Use SSH Key from Jenkins Git Plugin to Run Git Commands During Build

Our build job on Jenkins runs as part of a release build some git commands like git push and git pull, therefore requires a way to run authenticated git commands from the shell during the build. Our jenkins slaves don't hold any credentials as they…
Elmar Weber
  • 2,393
  • 24
  • 24
1
2 3
18 19