Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
182 views

MySQL Replication Simple Master/Slave Replication

I have simple Master/Slave configuration. I have 8GB of RAM on both my production boxes. I was using Master for Writes only and slave for Reads only. But over the weekend I ran one job which was to ...
2
votes
1answer
94 views

hadoop master node slave node datanode

I am Riyas and new in hadoop. if a master node goes down what happened to the cluster? Any slave node can act as a master? Is it need any additional configuration? Any one help me please.
2
votes
1answer
220 views

Clearcase and hudson - Unix master and windows slave

I work for a very large company which blindly follows UCM. Clercase is managed by UCM team.Everything happens by rule book. Clearcase clients on unix environment is rarity and we had lot of problems ...
1
vote
0answers
20 views

replicate-do-table unable to start slave mysql

I have problems starting slave server when i add replicate-do-table. Current config that works: server-id=2 master-host=10.100.27.99 master-user=slejv master-password=<pass> ...
1
vote
1answer
58 views

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 ...
1
vote
1answer
72 views

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 ...
1
vote
2answers
418 views

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, ...
1
vote
1answer
38 views

How do I configure the java.home in a slave of a hudson server?

I am using a windows box to run the slave for my husdon. But I haven't found any effect way to configure JAVA_HOME and PATH for java on the box. Does anyone know how I am able to do this?
1
vote
1answer
30 views

Is MySQL Replication what I need?

I am building a R&D website, where I run a lot of proprietary software that I don't want to install on a webserver. My plan is to setup a master on my local machine hooked to a standard broadband ...
1
vote
2answers
2k views

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, ...
1
vote
1answer
153 views

Hudson Build Server - problem with shutdown slave machine

I am new to Hudson and I have a question. I'm trying to build some jobs on dumb slave and after that I need to shutdown that slave.(the machine). However, there is the following issue: I've tryed ...
1
vote
1answer
328 views

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', ...
1
vote
2answers
2k views

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 ...
1
vote
2answers
539 views

Hudson slaves, how to access workspace

Howto configure system to have one master and multiple slaves where building normal c-code with gmake? How slaves can access workspace from master? I guess NFS share is way to go, but if that's not ...
1
vote
1answer
227 views

Spreading a single build over multiple slaves Hudson

I want to write an ant script that is distributed over multiple slaves. I don't understand exactly how the hudson system works but it seems to simply run the whole of one type of build on a single ...
1
vote
1answer
423 views

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 ...
1
vote
0answers
62 views

C# program to switch updating from Master server to Slave server

assuming that I have setup the Database (MySQL) Replication using Master-Slave configuration, and have synchronized those Master and Slave servers, how can my C# program know that it has to update the ...
1
vote
1answer
4k views

MySql Slave I/O Thread not running

I have set up replication for MySql server. I can connect from the slave machine the master server using the replication user/password. I have got the slave sql thread running but the slave i/o thread ...
1
vote
3answers
464 views

how to use Tcl's (interp) bgerror

I'm trying to run tclhttpd in a slave interpreter but slightly modified so as to run within a tclkit. The code below "runs" (I can hit http://localhost:8015) but never reaches the puts line at the ...
1
vote
1answer
212 views

master-slave design problem

By design,all read should be from slave,and update on master, but consider the following situation: there is a column water_mark in table_a, and I need to read from table_b whose column time_mark ...
0
votes
1answer
78 views

mysql replication - slave server on one database

I couldn't find an answer to my question. I have 2 mysql servers. 1) Master server 2) Slave server Now i want to add another Slave server but i have other website running on that server. Can i ...
0
votes
0answers
50 views

Weird mySQL query results

I am trying to run this query on my slave mysql server: SELECT * FROM artikli WHERE artikli.izbrisan=0 and artikli.prodano!=3 and artikli.zavrseno=0 and ...
0
votes
1answer
72 views

How to run SlaveOk in Mongoose?

How to call SlaveOK on query in Mongoose? for example, I have this: SiteModel.find({}, function(err, docs) { .... } ); Should I do this??? SiteModel.slaveOK().find({}, function(err,docs) { ... } ...
0
votes
0answers
60 views

Setting i2c slave address for Devantech digital compass

I am trying to interface with a Devantech digital compass found here - http://www.acroname.com/robotics/parts/R117-COMPASS.html I am using a i2c-usb converter to plug it into my laptop - ...
0
votes
1answer
57 views

MySQL Master-Slave and slave as master - slave configuration

Currently I have normal MySQL Master - Slave configured. For ex :- Server 1 as Master and Server 2 as Slave. Now I want Server 2 as Master (Which is already a slave for Server 1) and Server 3 as ...
0
votes
1answer
168 views

MySQL database synchronisation, multiple master single slave (backup)

We have a multiple master single slave setup. The masters must be synchronized to the slave. We are now using the following code http://mysqlonrails.blogspot.com/2008/03/custom-replication.html ...
0
votes
0answers
64 views

Mysql master slave.. slave not updating connections good logs maching?

THis is when i do show slave status... i still dont see the replication being done... is being up for 2 days now and nothing.... i have reset many times the connection... could it be one mysql is ...
0
votes
1answer
45 views

Hadoop: Set slave as explicit reducer?

we use a hadoop multi-node setup on debian + ubuntu with the latest stable hadoop release. is it possible to set a specific slave to be the reducer? i just use one reducer task and i want to assign it ...
0
votes
1answer
147 views

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 ...
0
votes
2answers
398 views

Can't install jenkins (AKA hudson) slave on windows

i have followed the instructions: first, you need to start Jenkins before installing it.(i did that on the server itself from command line by running "java -jar jenkins.war".) Now connect to Jenkins ...
0
votes
0answers
43 views

Few kerberos questions master/slave

A few questions reguarding kerberos master/slave Is the master used for admin use only, and the slave used to grant tickets etc (read only)? all changes should be made at master and rolled out to ...
0
votes
1answer
141 views

Master-Slave form in LWUIT

Small question - did anybody face a need to create master-slave form using LWUIT? The task is following: I need to have a sort of grid with order's short details, and a separate field to reflect the ...
0
votes
3answers
148 views

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.
0
votes
2answers
409 views

how to programatically determine Bluetooth master/slave roles?

So in a bluetooth piconet, there is one master with upto seven slaves. The master sets the clock and frequency hop that the slaves sync with. But is there a way to determine which device is the ...
-1
votes
2answers
57 views

Mysql : How to synchronize databases after having been offline using replication?

I created a replication between two computers (a laptop I use to add new datas in my db and a server that save everything I do on the laptop) and it works fine. But today, my laptop was online so I ...