similar to: puppet dashboard 1.2.0 install problem on ubuntu 10.04

Displaying 20 results from an estimated 1000 matches similar to: "puppet dashboard 1.2.0 install problem on ubuntu 10.04"

2013 Oct 04
2
Puppet dashboard stuck pending jobs - MySql Error: Incorrect string value
Hi have add issues with stuck pending jobs on my puppet dashboard. Here is the error message from my delayed_job.log file in /usr/share/puppet-dashboard/log directory. Report.create_from_yaml_file failed with ActiveRecord::StatementInvalid: Mysql::Error: Incorrect string value: ''\x96 $bas...'' for column ''details'' at row 1: INSERT INTO `delayed_job_failures`
2013 Feb 08
11
Puppet dashboard stuck pending jobs
Hi Guys, I am a new puppet user and wanted some type of monitoring for puppet so deployed puppet-dashboard. It has been working very well for a few days not, but all of a sudden I start getting pending tasks and they never finish even after restarting all processes. They keep accumulating and never seem to finish even though the clients are running fine. I have the puppet-dashboard
2013 Oct 18
0
Dashboard failed tasks
Hey All, I see that a number of Admins have experienced this same issue, but no one has posted a workable solution. I have about 200 agents, but on any given day I''ll see 5-10 failed tasks in Dashboard as follows: *Importing report report-21248-180.yaml* at 10-18-2013 11:10 EDTValidation failed: Host already has a report for time and kind Backtrace
2011 Dec 01
5
Validation failed: Host already has a report for time and kind
Howdy, I''ve been getting this issue for about a month in dashboard. All our nodes poll on a cronjob between 00:00 and 01:00 daily, but one node has been getting this as a failed task for a while, with the yaml files building up on the server. Outside of this one cronjob, other puppet runs on the same node are running just fine. The backtrace on dashboard is: Importing report
2007 May 18
0
[LLVMdev] Antw.: 2.0 Pre-release tarballs online
> On Slackware 10.2 (GCC 3.3.6), I got an error during a debug build with the > header files using uintptr_t (not recognised as a type). Putting "#include > <stdint.h>" in include/llvm/BasicBlock.h (llvm) and in > "include/llvm/ValueSymbolTable.h" (frontend) resolved this. Ok. This is now fixed on the release branch. Thanks! > Also, I got linking
2007 May 29
4
[LLVMdev] Code generation issues
Hi, Today I managed to link ioquake3, but generating a binary does not work yet. 1) On OSX, I get: Error: Code generator does not support intrinsic function 'llvm.ppc.altivec.lvsl'! when I do: llc file.bc -march=c -o file.c 2) On Linux X86, llc does not give any problem, but I get this while compiling the generated .c file: error: unknown register name 'S' in
2007 May 17
8
[LLVMdev] Antw.: 2.0 Pre-release tarballs online
Hi, Op 15-mei-07, om 10:23 heeft Tanya M. Lattner het volgende geschreven: 1) Download llvm-gcc4 binary and llvm. Compile and run make check. I did a debug build on OSX 10.4.9 and everything went fine. Results of "make check" (see ppc.log): === Summary === # of expected passes 1630 # of unexpected failures 21 # of expected failures 2
2008 Mar 28
0
Vacancy Post Doc PK-PD modeling the Netherlands
Post-Doctoral Fellowship Modelling of Cardiovascular Safety (full time) Leiden University, Leiden, The Netherlands <javascript:doredirect();> Job description TOP Institute Pharma (TI Pharma) has granted our proposal to set up a mechanism-based PKPD modelling platform. This platform focuses on the transfer of knowledge from academia to the pharmaceutical industry and is a
2005 Feb 13
14
How to allow specific services for machines in LAN behind router?
Hi I know I still need to learn a lot about firewalls so if I''ve missed some doc I should have read don''t hesitate to point it out to me. I have set up shorewall on my desktop and my laptop and everything appears to be working fine but now I''d like to allow certain services (like shh, rsync, unison, http) between these two PC''s. My LAN looks like this:
2005 Feb 20
5
is this configuration possible using shorewall ?
Is this possible using shorewall ? here is the setup that I need: many client computers C1 to C30 connect to the internet using ONE gateway computer server running shorewall proxy S1 client C1 connects to local LAN /shorewall proxy S1 and authenticates using username U1 S1 connects to SSH server external server ES1 authenticates using username EU1. client C1 can transfer files, upload and
2005 Mar 19
2
RE:Newbie question
It said 'include zapata-channels.conf', where this line wasn't commented bij the ';'... Could you post me a working example of such a config (or a part of it, for the X100P cards...? Thanks guys! Message: 9 Date: Sat, 19 Mar 2005 18:04:26 -0500 From: "Jeff Glassman" <jrglass@columbus.rr.com> Subject: [Asterisk-Users] newbie question To:
2005 Apr 21
3
about filtering and dovecot
Hi I would like to set up a local mailserver but I'm getting lost with all the available options. As I have already decided to use dovecot I hope someone here will be able to point me to the right docs/HOWTO's/... Here's my wish-list: 1) download mail from my ISP's POP3-server 2) scan with spamassassin 3) scan with ClamAV 4) filter messages (mailing lists/sender/...) 5) store
2005 Jul 18
3
Vorbis usage in internet broadcasts
Hi. Just for the fun of trying something new, I've compiled a list of Ogg/Vorbis radio stations on the internet. However, I must say I didn't get really far. ( http://www.ai.rug.nl/~bneijt/links/oggradiolist.xml ) Does anybody know a good resource/listing of ogg streaming (with preferably vorbis inside) radio stations? Bram Neijt
2006 Nov 15
4
[LLVMdev] 1.9 Prerelease Available for Testing
Hi, There is a typo in $LLVM_SRC/Makefile.rules on line 750 where it says : SharedLibKindMessage := "Lodable Module" instead of SharedLibKindMessage := "Loadable Module" Op 15-nov-06, om 15:54 heeft Bram Adams het volgende geschreven: > Didn't check > LLVM's test suite. Doing the simple LLVM-tests (on Slackware 10.2) gets: === Summary ===
2006 Aug 20
3
[LLVMdev] Weird behavior of llvm-ld
Hi, Op 20-aug-06, om 21:18 heeft Reid Spencer het volgende geschreven: > I looked over your patch and it looks good. I applied a patch based on > yours. The llvm-ld tool now uses the PluginLoader just like the opt > tool. It will also run some cleanup passes after the loaded plugins > run > to ensure cruft is removed. OK, thanks. Your patch seems to work, although I also get
2007 May 18
2
[LLVMdev] Antw.: 2.0 Pre-release tarballs online
Hi, Op 18-mei-07, om 10:10 heeft Tanya M. Lattner het volgende geschreven: >> On Slackware 10.2 (GCC 3.3.6), I got an error during a debug build >> with the header files using uintptr_t (not recognised as a type). >> Putting "#include <stdint.h>" in include/llvm/BasicBlock.h (llvm) >> and in "include/llvm/ValueSymbolTable.h" (frontend)
2005 Apr 25
2
configuration problem: maildir folders and messages not found
Hi Perhaps I've been going too far OT in my previous thread or perhaps I just didn't explain my problem clear enough so forgive me for trying again. I have configured fetchmail to fetch my mail from my ISP's POP3-server. I have set up procmail to filter messages and deliver all non-filtered messages to the folder ".IN-catchall/" in "$HOME/Maildir" After sending
2014 Sep 23
3
Samba3 on multiple networks, how to make it hand out the correct IP?
Hi, My Samba 4.1.x server is connected to two networks, one in the 192.168.* range (wired) and one in the 10.* range (wifi). The clients on either network normally cannot reach each other. I noticed Samba hands out (eg: for dcname.company.net) it's IP's from both ranges to clients on both sides. So the 192.168.* clients get two A records: 192.168.1.1 & 10.0.0.2. I noticed that,
2006 Sep 18
3
[LLVMdev] Manipulate order of optimizations in llvm-ld
Hi, I've written a couple of passes, and I intend to use them using llvm-ld (loading works fine). However, I can't seem to figure out how to put them first, i.e. before all other optimizations (inlining, internalizing, ... should only kick in after my passes). Omitting AnalysisUsage::setPreservesAll() doesn't help and there is no AnalysisUsage::invalidateAll(). Does anybody know
2001 Jul 18
3
App doesn't react
Hi all, I've downloaded the sources of Wine-20010510 and installed them successfully (I think). But when running a Windows-app, the window is in screen, but doesn't react to my input, like mouse-clicking or typing on the keyboard. Is this a known prob? Thanks in advance, Bram Schoenmakers :-( ;-) :-)