Questions tagged [slave]

209 questions
3
votes
1 answer

Disable/deactivate the Junit tenant in hybris

Is it possible to deactivate a slave tenant in hybris? I see that during start-up, my server spends a lot of time loading contexts for the Junit tenant, so I wanted to deactivate it to see if the server would start up faster.
Henrique Ordine
  • 3,337
  • 4
  • 44
  • 70
3
votes
4 answers

Jenkins/Github Error cloning remote repo 'origin' : Could not clone

I need some help with an authentication issue I have encountered with Github/Jenkins. Setup is as follows: Jenkins master is on windows Slave is running on OSX Jenkins can communicate fine with the slave When trying to pull from our private git…
user2732625
  • 39
  • 1
  • 1
  • 2
3
votes
5 answers

Get current playing file in MPlayer slave mode

Problem: I can't find any way to reliably get the current playing file in an MPlayer playlist. Here is how far I have gotten. This working ash script monitors a text file with the path to the current playlist. When I update the file, the script…
fodder
  • 181
  • 3
  • 10
3
votes
1 answer

jenkins slave on server with custom port

I've installed jenkins on suse 12.1 and changed the port in the config to 8081 /etc/sysconfig/jenkins JENKINS_PORT="8081" The webinterface works without any problem on this port, but when I want to start the client with JNLP he gives me the…
wutzebaer
  • 14,365
  • 19
  • 99
  • 170
2
votes
1 answer

Clarification on Hudson/Jenkins Slave operation

Fairly simple question really, yet I can't find a clear answer on google for it. In Hudson or Jenkins, when you set up slave nodes to build, does the build system piece of parts of jobs to the slaves, or does it send out full builds? For…
Evan R.
  • 1,210
  • 1
  • 27
  • 42
2
votes
3 answers

Jenkins Agents "Unable to create live FilePath" and marked offline

Jenkins Controller reports : Unable to create live FilePath for i-xxxxxxxxxxxxx and Agent is marked Offline Googling this error indicates that it is a problem with the communication paths between Controller and Agent, but what? Background: Jenkins…
edwardTew
  • 99
  • 1
  • 4
2
votes
1 answer

What is difference between spark-slave and spark-worker?

I knew that the slave was changed to worker in Spark configuration. But When i download Spark-3.2.0, I saw both start-slave.sh and start-worker.sh exist under the 'sbin' folder. Do both shells do the same thing?
SecY
  • 307
  • 4
  • 12
2
votes
1 answer

Pygame Midi libasound_module_conf_pulse.so error + unable to open slave

I was getting this error when I tried to run my pygame.midi code: ALSA lib conf.c:3558:(snd_config_hooks_call) Cannot open shared library libasound_module_conf_pulse.so (/usr/lib/alsa-lib/libasound_module_conf_pulse.so:…
Sederfo
  • 177
  • 1
  • 11
2
votes
1 answer

mariadb : Relay log write failure

I am currently trying to get a MariaDB 10.2.9 to run as a slave of a mysql 5.5 master but i keep getting the same error (Last_IO_Errno: 1595, Relay log write failure: could not queue event from master) As there is some difference in version between…
Mustermann
  • 109
  • 1
  • 1
  • 9
2
votes
1 answer

A way to request ips of available Jenkins slaves by label in a freestyle job?

Is there a possibility to request the list of Jenkins slave ips, inside of a Jenkins freestyle job, when executing a shell script? Maybe as an environment variable?
Skip
  • 6,240
  • 11
  • 67
  • 117
2
votes
1 answer

Jenkins Slave "Connection Refused"

I'm trying to set up a Master Slave system with Jenkins. I created a new node on Jenkins and set it up. However, when I try to start the Slave Agent on the slave computer, it always throws an error, regardless of the method I use (web start or…
2
votes
1 answer

SHOW SLAVE HOSTS; has an empty Host-output. How to get the slave-hosts?

I want to get all slaves-hosts from my master-host. So I thought, that SHOW SLAVE HOSTS; would be a good idea. Unfortunately, I get an empty host-column-output. Do you know what I can do? SHOW PROCESSLIST works with an empty host-list too.
Marie
  • 21
  • 1
  • 5
2
votes
1 answer

Cannot access file on Jenkins slave with plugin

Through my own plugin, I need to know about the existence of a file in the workspace of a Jenkins slave. But the file can't be found whereas it really exists on the slave artifactsToDeploy = workingDir.act(new FilesDeployerCallable(listener, pairs,…
Scooby
  • 3,371
  • 8
  • 44
  • 84
2
votes
0 answers

Jenkins Windows slave gives Unexpected Error with JNLP start

I have a Jenkins server running happily on a Windows server. I need to connect 2 other windows servers as slaves. One connects in fine (start using JNLP, then installed as a Windows service). The other fails to connect using JNLP. Whether I use the…
2
votes
1 answer

I2C Slave Transmitter NACK (aka variable length reply)

Is an I2C slave when transmitting to a master allowed to NACK? It seems from the spec (2.1) there is no way for a slave to realistically send a NACK to a master while transmitting, i.e. sending data from the slave to the master. I have scoured the…
ginge
  • 33
  • 1
  • 5