Questions tagged [slave]
209 questions
1
vote
1 answer
Mariadb 10 slave won't sync
Slave won't sync with master No Error everything is fine..
show all slaves status
Connection_name: godzilla
Slave_SQL_State: Slave has read all relay log; waiting for the slave I/O thread to update it
…

Goran Siriev
- 663
- 7
- 16
1
vote
0 answers
Run command on slave shutdown
Is it possible to run a command when Jenkins wants to shut down a SSH slave? My use case is shutting down the (physical) machine after Jenkins is done.

dom0
- 7,356
- 3
- 28
- 50
1
vote
1 answer
Jenkins: save console output on executing slave server
I already searched a lot for any solution but I couldn't find anything...
I try to save the console output of my current build [last build] on my slave server, which executes the build.
I saw that the log file is stored on master server as well so I…

michi.b
- 264
- 1
- 4
- 14
1
vote
0 answers
preventing I2C device to be configured as slave twice
I've been using the I2C Slave code by Wolfram Sang to configure a linux (designware) device driver as an I2C slave.
It has been working out, but I consider the following 'bug': I want to catch that the I2C device is not configured as slave device…

Jochem Bonarius
- 11
- 2
1
vote
1 answer
Jenkins rules to create a separate slave?
We are a .net shop. Our Jenkins environment has a master on Windows, one Windows slave server and one Linux slave server. Each slave server has many slaves (they are actually just multiple Jenkins slaves running on the same server) named after the…

Jirong Hu
- 2,315
- 8
- 40
- 63
1
vote
1 answer
mplayer slave mode - can't delete files after watching
I'm using mplayer in my C# app running in .NET on Windows and Mono on Linux. I start mplayer using Process.Start and run it in -slave -idle.
To play a video, I write to stdin like this:
loadfile {filename}
When I'm ready to play the next video, I…

TheNextman
- 12,428
- 2
- 36
- 75
1
vote
1 answer
Aardvark I2C slave nack issue
I followed the steps in this link: Using the Aardvark with Python on 64-bit Windows
I have tried to write and read bytes using command prompt (Write and read from the EEPROM using aai2c_eeprom.py) i.e. when attempting to read by…

selimcan
- 84
- 2
- 9
1
vote
1 answer
Jenkins ssh remote hosts and keyfile path differences on slaves
We have a Jenkins server that uses the SSH plugin to configure a SSH remote hosts within the global Jenkins configuration. These ssh connections are using a public/private key for authentication to the remote host.
We then use these configured SSH…

Dan King
- 1,080
- 1
- 11
- 28
1
vote
1 answer
Jamod Modbus Slave - assign registers
i tried the modbus slave program from the jamod library.I can set a input register with:
spi.addInputRegister(new SimpleInputRegister(45));
i can set 3 input registers with:
spi.addInputRegister(new…

knuppel
- 196
- 4
- 19
1
vote
3 answers
Change MySQL master to a slave
I have a MySQL master/slave configuration
-------- --------
| master | -> | slave1 |
-------- --------
I want to kill my current master, transform slave1 to be the new master and have another slave pointing to slave1
--------…

Daniel Cukier
- 11,502
- 15
- 68
- 123
1
vote
1 answer
Jenkins getting test results from docker slave
We have a jenkins setup with docker slaves, but somehow not all artifacts are available from within jenkins.
Our setup:
Jenkins Master running on a single VM
multiple Docker hosts setup on different VM's
We are using php-template
Docker…

Daniel Kraaij
- 71
- 1
- 5
1
vote
2 answers
Jenkins Slave Node setup
I have setup a Jenkins master and I want to add a slave node in the same network. Do I need to install Jenkins on the slave machine? Or can I use any arbitrary machine without having to install Jenkins on it first?

nairdaen
- 1,037
- 2
- 11
- 19
1
vote
1 answer
Retrieving Jenkins node variables from master
So my google-fu has failed me and the Jenkins O'Reilly book isn't helping either.
I have a Jenkins setup with a master and 20-odd nodes. I make heavy use of custom environment variables on the nodes, as many of them perform similar tasks, only…

Tony Noble
- 21
- 1
- 3
1
vote
2 answers
Jenkins Mesos -- Error: Unable to access jarfile
I am trying to run Jenkins using dynamically generated Docker containers via mesos.
WARNING: Logging before InitGoogleLogging() is written to STDERR
I0120 12:03:47.100700 26501 fetcher.cpp:76] Fetching URI…

Blanco
- 185
- 2
- 8
1
vote
1 answer
How to move the Jenkins slave files to Jenkins server and server can share these files?
I have a job run on a slave, I will generate all logs on this slave, but I want to move this logs to Jenkins server because we always change the slave. After moving the logs to server, I also want to access to these logs from Jenkins job URL, like…

kaili hu
- 13
- 2