Questions tagged [slave]

209 questions
2
votes
1 answer

Jenkins windows slave builds "Failed to abort" error

I currently run Jenkins on a mac and slave out a few jobs to a Windows machine, more and more frequently the Windows builds are failing with the following error: 17:53:01 FATAL: hudson.remoting.RequestAbortedException: java.io.IOException: Failed to…
user3825108
  • 21
  • 1
  • 3
2
votes
2 answers

STM32 how to set a slave I2C port

I have an issue with STM32F0 Discovery. I am using I2C1 (like master) to send start condition and address to I2C2 (slave) on the same board. I am able to generate propertly the signal but the IC2 (slave) is not able to generate an ACK on 9th…
difedepe
  • 21
  • 1
  • 1
  • 3
2
votes
0 answers

TCP Slave responses

With the example from the jamod page I am trying to create a TCP Slave, which would accept WriteMultipleRegisters (fc16) requests and send appropriate responses. code: //1. Prepare a process image for (int i = 0; i < 200; i++) …
ceramid
  • 21
  • 1
2
votes
1 answer

Jenkins slave (agent) on Windows sometimes fails with timeout on socketAccept when started

I set up Jenkins slave agent to run as service on Windows server but it works sporadically. Starting javaw.exe -Xrs -jar "d:\build_tools\jenkins\slave.jar" -tcp d:\build_tools\jenkins\port.txt Sometimes it starts and sometimes it fails with the…
kirill_l
  • 595
  • 1
  • 6
  • 16
2
votes
1 answer

Hudson/Jenkins $WORKSPACE variable not working on node

So I have a version.txt file in my Source Control. I check it out on master and build, and have the Set Environment Variables through a file with the File Path being $WORKSPACE/Version.txt On the master it correctly finds the Version.txt and sets…
izar
  • 33
  • 1
  • 1
  • 7
1
vote
1 answer

Moving a MySQL slave to new hard drives - do I need mysqld-relay-bin logs?

I am moving a MySQL slave from one set of HDs to another. The configuration of the machine denies me the ability to have both old and new hard drives on it at the same time. So I rsync'ed the data directory to another machine. Whe the new hard…
1
vote
1 answer

will triggers run in MySQL slave in a Single Master Multi-Slave replication

Our customer is running a Single Master with multiple slaves(in a cluster). Now, he wants us to write some triggers (only) that run on the slave(s) when new records are added, updated or deleted on the slave(s). This trigger should run an external…
anjanb
  • 12,999
  • 18
  • 77
  • 106
1
vote
1 answer

Using bacnet stm32f10x routines, how to add MSTP_Slave_Node_FSM (I want to use automac

I checked dlmstp.c in /port/stm32f10x and found that only master has no slave, because I need automac but there is no MSTP_Slave_Node_FSM in the process, what should I do. I use device A (master) to send WhoIs to device B (slave), but device B fails…
Twillpower
  • 11
  • 1
1
vote
0 answers

Jenkins ssh issue after upgrading to 2.36.1

After upgrading the jenkins version to 2.36.1 the slave nodes are not connecting to the remote servers from the given key path for those servers in the global configuration. The publish over ssh plug-in and build agents plug-in are installed. From…
Pk Pt
  • 11
  • 1
1
vote
1 answer

Invalid argument setting slave addres I2C

I have a Beaglebone AI, and I am trying to connect it to the CMB (TIDA-01454 ) with I2C. As far as I know, I have connected the pins correctly since when I run i2cdetect it does detect…
Mikel
  • 40
  • 1
  • 9
1
vote
2 answers

STM8 as SPI slave can't send back data

I have build a prototype board with a STM8L, and I want it to be used and configured as a SPI slave. I am testing it with a raspberry pi as master. I use the lib provided by ST called "STM8 Standard Peripherals Library" for this, but the…
Matio
  • 33
  • 5
1
vote
1 answer

Unable to launch ssh slave connection in latest Jenkins to Redhat 7.9 due to Received Junk Text error

Error follows. LogLevel on server is set to QUIET so debug should be off. There is nothing in .bashrc or .profile that would generate any text at login. I have tried several different settings in sshd_config to try and suppress the messages, but…
Curt Evans
  • 346
  • 2
  • 4
1
vote
0 answers

Smokeping slaves not picking up new jobs automatically

I have a smokeping server running on Ubuntu 20.04 and 3 slaves on raspbian. Each time a new entry is added in the Targets file and smokeping is restarted, the new measurements start to come in on the master. On each slave I have to restart the…
Dave
  • 11
  • 1
1
vote
1 answer

Jenkins job does not execute on slave until user logs into the slave virtual machine

Setup: Master is on Windows VM "A" Slave is on Windows VM "B" Slave connects to master using java -jar agent.jar -jnlpUrl http://path/to/this/slave-agent.jnlp -secret thisisasecret -workDir "C:\my-work-dir" The Jenkins Job executes a batch…
alex
  • 11
  • 1
1
vote
1 answer

Status code 500 when installing jenkins as windows service

I have finally managed to get to the "install as a windows service" page. now when I click install I get the following: Status Code 500 java.lang.NullPointerException at java.io.File.(Unknown Source) at…
Mavig
  • 79
  • 1
  • 1
  • 8