Re: unable to connect to slave on Ubuntu 12.03 desktop

2015-04-07 Thread Marius Gedminas
getting some stpe I did but its not coming to me. Please help. > > > [04/07/15 16:47:35] [SSH] Opening SSH connection to 165.88.210.99:22. > > Connection refused: connect Do you have the openssh-server package installed on your Ubuntu 12.04 desktop you're connecting to? Marius

Re: Installing Jenkins manually in Ubuntu 12.04?

2015-04-06 Thread Marius Gedminas
can start/restart with >sudo service jenkins [re]start I also recommend 'sudo apt-get install -f' in the middle, in case some of the dependencies weren't satisfied before you did the dpkg -i. Marius Gedminas -- If you are smart enough to know that you're not smart enough t

Re: need help with commit hooks and build order

2015-03-04 Thread Marius Gedminas
h is > successful so it ends up running things twice :) > > Ideally the hook would kick off my deployment, if that's successful then it > would kick of my tests, etc. but I'm not sure of the correct way to wire > that up. Uncheck "Poll SCM" for jobs 2 and 3,

Re: Stuck build numbers

2014-09-16 Thread Marius Gedminas
On Tue, Sep 16, 2014 at 08:11:16AM +0300, Marius Gedminas wrote: > I've got a Jenkins job 'ivija-my360' that shows builds #1-#19 in the > history sidebar, builds a build #20 every time I try to build it, and > then forgets about it immediately. ... > This is simila

Re: Jenkins/GitHub integration

2014-09-15 Thread Marius Gedminas
eet the aforementioned > requirements - as I am told that this is already a solved problem > for many shops. > > BTW, we are pretty certain that we will need the following plugin: > https://wiki.jenkins-ci.org/display/JENKINS/Github+pull+request+builder+plugin > > However, I am

Stuck build numbers

2014-09-15 Thread Marius Gedminas
a new one, which got number #25). I'll see whether the fix works once my Jenkins gets through the build queue, which will take a few hours (I'm moving to new slaves in fresh VMs and am rebuilding EVERYTHING to make sure they're set up correctly). It seems that OutOfOrderBuildMonitor

Re: Any comments on the UI changes in 1.572

2014-07-25 Thread Marius Gedminas
his?" help text - Close button has both an "X" and a "Close" text overlapping each other (and the text doesn't really fit) - The shadow has very square edges, unlike popup menu shadows - Vertical alignment between form fields and labels feels wrong, but that's

Re: jenkins and timezones

2014-05-14 Thread Marius Gedminas
stem time. How about changing your builds to do faketime -f '+7d' make test or something like that? See http://github.com/wolfcw/libfaketime (packaged for Ubuntu in the 'faketime' package). (Of course LD_PRELOAD-based solutions only work for Linux builds. I've no suggest

Re: Error when upgrading Jenkins server (1.560 Ubuntu)

2014-05-07 Thread Marius Gedminas
> > Thanks, Daniel but that did not help. I got confused and thought you saw some other error with 1.562. But you're still attempting to install 1.560. Why? Marius Gedminas -- Of course I use Microsoft. Setting up a stable unix network is no challenge ;p signature.asc Description: Digital signature

Re: Jobs fail due to lost slave connection since upgrade 1.560

2014-05-06 Thread Marius Gedminas
7;ll wait for 563 then. The releases are weekly, aren't they? (Another piece of information I somehow didn't know about until today.) > Hope that helps. Yes, thank you. Marius Gedminas -- (Pdb) operationerr.w_value.w_value.w_value.w_value.w_value.w_value

Jobs fail due to lost slave connection since upgrade 1.560

2014-05-06 Thread Marius Gedminas
Thread.run(SynchronousCommandTransport.java:48) I never had this kind of problem before. Either my Ethernet suddenly became less reliable, or it's a software issue. I upgraded Jenkins to 1.560 on Apr 22, and to 1.561 on Apr 29. The first failure of this kind happened on Apr 27. Advice appreciated. Marius Gedminas --

Re: Error when upgrading Jenkins server (1.560 Ubuntu)

2014-05-05 Thread Marius Gedminas
--configure -a it will tell you more about the failure. > On Sunday, May 4, 2014 6:36:17 PM UTC+3, Daniel Beck wrote: > > Wait for 1.562. > > > > https://issues.jenkins-ci.org/browse/JENKINS-22715 Marius Gedminas -- (Why, oh! why is X not written in Lisp?) -- Juliusz Chroboczek signature.asc Description: Digital signature

Re: Jenkins fails to install

2014-05-02 Thread Marius Gedminas
# sometimes tools that users want Jenkins to run need a shell, # so use /bin/bash. See JENKINS-4830 addgroup --system --quiet $JENKINS_GROUP adduser --system --quiet --home /var/lib/jenkins --no-create-home \ --ingroup $JENKINS_GROUP --disabled-password --shell

Re: Chrome plugin for Jenkins job monitoring

2014-05-02 Thread Marius Gedminas
y it out, and do let me know your feedback. A screenshot would be nice to have. Marius Gedminas -- I need a word processor on my laptop like I need a Selectric typewriter in my laptop bag. -- Don Marti signature.asc Description: Digital signature

Re: [SOLVED] Apache SSL Proxy Jenkins

2014-04-28 Thread Marius Gedminas
Header edit Location ^http://([^/]+)/jenkins https://$1/jenkins > > # Authorization header inappropriately included for some > reason when proxying > # This causes Jenkins to repeatedly ask for login credentials > RequestHeader unset Authorizat

Re: [SOLVED] Apache SSL Proxy Jenkins

2014-04-28 Thread Marius Gedminas
ted This is weird: Order deny,allow Allow from all is Apache 2.0/2.2 syntax, no longer supported in 2.4 unless you enable a compatibility module (which Debian/Ubuntu load by default). Require all granted is Apache 2.4 syntax, not supported in 2.2. Why have both? > Marius Gedminas -- EMACS is a good OS. The only thing it lacks is a decent text-editor. signature.asc Description: Digital signature

Re: Enabling Jenkins Security Blocks Github Webook <404 Error>

2014-04-10 Thread Marius Gedminas
gt; To: jenkinsci-users@googlegroups.com > At: Apr 9 2014 14:25:54 > > Ah, no. Apologies, forgot to remove that. Initially I had it enabled > as disabling it seemed to break the webhook feature. Today with > Jobs:configure off, it seems to work fine. > > To clarify - Jobs:

Re: Enabling Jenkins Security Blocks Github Webook <404 Error>

2014-04-07 Thread Marius Gedminas
o returns 403, IIRC. > I've been poking around the settings for a while now but haven't turned up > anything that looks suspicious. I use Jenkins 1.558 with matrix-based security enabled. GitHub webhook plugin works fine, once I turned off CSRF prevention. My security matri

Re: "It appears that your reverse proxy set up is broken."

2014-03-26 Thread Marius Gedminas
hes NoDecode (I didn't know about this curl test and these requirements before this thread, and so my configuration I pasted upthread didn't show them. I'm somewhat curious why my Jenkins never complained about improper proxy setup. Maybe I just dismissed that warning.) Mari

Re: "It appears that your reverse proxy set up is broken."

2014-03-21 Thread Marius Gedminas
thUserFile /etc/apache2/htpasswd Require valid-user I get the 'ProxyRequests Off' from Ubuntu's standard /etc/apache2/mods-enabled/proxy.conf Marius Gedminas -- #define QUESTION ((bb) || !(bb)) /* Shakespeare */ signature.asc Description: Digital signature

Re: Install instructions for Ubuntu don't work for 14.04

2014-03-12 Thread Marius Gedminas
On Wed, Mar 12, 2014 at 08:07:56AM +0100, Dirk Heinrichs wrote: > Am 12.03.2014 08:05, schrieb Marius Gedminas: > > > Be sure to also remove the /etc/init/jenkins.conf (since it's a > > conffile, apt-get removing jenkins will leave it in place > > Not if you rem

Re: Install instructions for Ubuntu don't work for 14.04

2014-03-12 Thread Marius Gedminas
installing the upstream version of the package. Be sure to also remove the /etc/init/jenkins.conf (since it's a conffile, apt-get removing jenkins will leave it in place -- and this will break startup.) Another bug: https://issues.jenkins-ci.org/browse/JENKINS-19329 Marius Gedminas --

Re: Securely obtain the Jenkins package and public key

2014-01-17 Thread Marius Gedminas
On Thu, Jan 16, 2014 at 09:33:34AM -0800, Kohsuke Kawaguchi wrote: > On 01/16/2014 06:19 AM, Marius Gedminas wrote: > >What about packaging? The Debian packages available from upstream start > >the web server on the public IP right from the post-inst script, before > >you g

Re: Securely obtain the Jenkins package and public key

2014-01-16 Thread Marius Gedminas
ion strategy for me.) Should I file a bug? (I have filed a few bugs about packaging issues (one involving data loss), but haven't seen any response at all after many months, which made me stop caring. I have some small expertise with Debian packaging, and I'm willing to post patches, if I

Re: application blocked by security setting when running a slave

2014-01-16 Thread Marius Gedminas
s://groups.google.com/d/msg/jenkinsci-users/dLr_1LRucGA/8stg_v9ofhUJ HTH, Marius Gedminas -- The *REAL* Y2K is the year 2048. signature.asc Description: Digital signature

Re: trigger local jenkins with github

2014-01-09 Thread Marius Gedminas
hing meaningful when browsed interactively, perhaps show whether/when it was last accessed as a webhook.) > Did I do something wrong or did I miss some settings? The externally-accessible webhook URL bit, see above. Marius Gedminas -- (ಠಿ_ಠಿ) signature.asc Description: Digital signature

Re: trigger local jenkins with github

2014-01-08 Thread Marius Gedminas
s problem. > At the moment I use the following plugins: > > git > github > github oauth > > I tried a lot of things out, but nothing worked :-( > > I need help. PLEASE :-) If you tell us precisely what you tried, maybe we can spot what went wrong. Maybe. Mar

Re: Jenkins and Git Hub Service Hook Failure

2013-12-15 Thread Marius Gedminas
e build job in Jenkins, > and I've also verified that the service hook is working, Wondering if there > are any obvious known issues I can check, that other users have ran into. Maybe https://issues.jenkins-ci.org/browse/JENKINS-10263 Marius Gedminas -- Power corrupts, but we need electricity. signature.asc Description: Digital signature

Re: Lost jobs after update

2013-12-15 Thread Marius Gedminas
KINS-18797 dented mine. Luckily I had all the configuration mirrored in Git, via https://wiki.jenkins-ci.org/display/JENKINS/SCM+Sync+configuration+plugin Marius Gedminas -- ...Unix, MS-DOS, and Windows NT (also known as the Good, the Bad, and the Ugly). -- Matt Welsh signature.asc Description: Digital signature

Re: Java error while launching agent [Jenkins Master (windows, Slave (red Hat Linux)]\

2013-12-13 Thread Marius Gedminas
usr/java/latest/bin/java, /usr/local/bin/java, /usr/local/java/bin/java, > /home/dmadaan/jdk/bin/java], and we also failed to install JDK as a fallback You need to upgrade Java on the Linux machine. 1.4.2 is too old. Marius Gedminas -- Westheimer's Discovery: A couple of months in

Re: Jenkins Slave service StartSSL certificate issues

2013-12-05 Thread Marius Gedminas
On Sat, Nov 23, 2013 at 03:55:44PM +0200, Marius Gedminas wrote: > I'm trying to set up a Jenkins slave on Windows 2012. I can launch the > slave agent using Java Web Start fine, but it fails to work when > installed as a service. > > The problem shows up in c:\buildslave\j

Jenkins Slave service StartSSL certificate issues

2013-11-23 Thread Marius Gedminas
changing the service to run as my user account. I tried running the script from https://github.com/haron/startssl-java in case my manual SSL cert installation procedure was wrong. Nothing worked. Help? Marius Gedminas -- I can barely exit nano. -- Christian Neukirchen signature.asc Description: Digital signature

Re: best way to update jenkins on ubuntu 13.10?

2013-11-22 Thread Marius Gedminas
On Thursday, November 21, 2013 10:30:03 PM UTC+2, and...@wazoku.com wrote: > Ah yes sorry I missed that.. > Now I followed the doc from that page but it still didn't work and left me > in a half-configured state; I had to force a dpkg -i of the old package to > fix it.. > > Basically it was fail