Displaying 20 results from an estimated 3000 matches similar to: "Problems restoring from dump"
2010 May 12
19
puppet-module-apache
Hey all,
I''ve open-sources Digg''s apache module:
http://github.com/plathrop/puppet-module-apache
I know this isn''t much more advanced than what I''ve seen a lot of
people using. Here''s my proposition, though. Let''s get all the
disparate "apache" modules out there merged together into One Awesome
Module. What do you think?
One module
2012 May 07
1
Sprockets, JST, Eco and escaping
While it was a good move from Rails part to escape ERB <%= %> tags by
default, it doesn''t seem to happen to Sprockets as well.
The strange bit is that according to Sprockets documentation, it would
be just a matter of naming your template as .jst.eco to enable Eco:
https://github.com/sstephenson/sprockets#javascript-templating-with-ejs-and-eco
Then, extracted from Eco
2010 Apr 12
1
Apt Module
For you debian users out there:
Digg has allowed me to release our apt module as open-source. It''s
simple, but we find it useful. Contributions and criticisms welcome:
http://github.com/plathrop/libpuppet-apt
Enjoy!
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to
2006 Feb 15
1
no convergence using lme
Hi. I was wondering if anyone might have some suggestions about how I can
overcome a problem of "iteration limit reached without convergence" when
fitting a mixed effects model.
In this study:
Outcome is a measure of heart action
Age is continuous (in weeks)
Gender is Male or Female (0 or 1)
Genotype is Wild type or knockout (0 or 1)
Animal is the Animal ID as a factor
2008 Nov 12
4
E1 PRI to and from SIP screeching
Hi all,
We have just set up trixbox latest with a Rhino r1t1 card, hooked up to
a plain E1 PRI line. We call fine SIP to SIP, but as soon as we make a
call from SIP to PSTN all sounds become unintelligible screeching or
static kind of noise on both ends, when we call PSTN to SIP the PSTN
side seemingly OK at least we hear no screeching sound, but the SIP side
is a even worse screeching
2012 Oct 05
1
Looking for Ruby on Rails Developers & Testers for Full time Job Opportunities
Hi All,
Am looking for Ruby on Rails Developers and Testers for Full time Job
Opportunities.
Below are the available job opportunities:-
1. Position: Lead/Senior Application Engineer
Location: San Mateo, CA
Duration: Fulltime/ Contract to Hire
Requirements:
Developed usable, responsive applications in Ruby on Rails or Java /
Spring / Hibernate
Experience with UI frameworks (such as RoR and a
2005 Mar 16
2
OS X Speex Software
Hi,
Is there any native software for OS X to convert an audio file to
speex? Even a command line would be great. I looked for hours and
couldn't find a program. I tried VLC but it just outputs screeching
noises.
Sincerely,
Patrick Krol
patrick9@net-link.net
2010 Nov 22
3
Is existing CDR in Asterisk is enough for complete billing
Hi everyone,
I am facing lots for problem with CDRs in 1.6 and above
versions,its shows wrong records when I do transfer(caller side and
calee side),callforward,call parking.Is the present CDRs in 1.6 is
enough for Complete billing.?What I need to do to make it proper.Please
help me on this.
Thanks
Nikhil
2008 Apr 16
5
how to handle a random password in a config file?
Hi I''m trying to configure bacula''s config file. The issue is
everytime the script runs a new key gets generated for bacula.
How can I have the config file update only run once with puppet, yet
replace the default bacula-fd.conf file.
script listed below:
class bacula-client {
# define which server to use
case $datacenter {
1: { $backupserver
2009 Aug 30
3
restart puppetmaster when files change
I create this class pmaster in order to restart puppetmaster daemon
after /etc/puppet/puppet.conf file change.
class pmaster {
file { "/etc/puppet/puppet.conf":
ensure => "file";
}
service { "puppetmaster":
ensure => "running",
enable => "true",
hasrestart => "true",
subscribe => File [
2003 Aug 12
2
password file recovery question
I've got a possibly silly question and I believe I have an answer, but
I want to see if what I think is the answer is feasible.
I've had to rebuild a mail server from scratch, upgrading from
4.6-STABLE to 4.8-STABLE in the process. The other mail server had
crashed, with disk errors so sever it wouldn't fsck clean. I was able
to get it together enough to pull my configuration files
2006 Sep 13
10
Comments on a Systemtap vs Dtrace comparison.
Not sure if this document will be shown to any dtrace users but here
is a link if you want to comment on it
http://sources.redhat.com/systemtap/wiki/SystemtapDtraceComparison
I have went line by line and commented on its content and in
accuracies and posted it both to the systemtap email list and my
blog, you can see the blogged version at
2012 Dec 20
32
[Bug 58556] New: MacBook Pro 5, 1 with nVidia 9400m and 9600m, scrambled screen
https://bugs.freedesktop.org/show_bug.cgi?id=58556
Priority: medium
Bug ID: 58556
Assignee: nouveau at lists.freedesktop.org
Summary: MacBook Pro 5,1 with nVidia 9400m and 9600m, scrambled
screen
QA Contact: xorg-team at lists.x.org
Severity: major
Classification: Unclassified
OS: other
2012 Jan 16
3
[Bug 44849] New: nouveau loads scrambled garbage
https://bugs.freedesktop.org/show_bug.cgi?id=44849
Bug #: 44849
Summary: nouveau loads scrambled garbage
Classification: Unclassified
Product: xorg
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: critical
Priority: medium
Component:
2015 Nov 10
8
[Bug 92893] New: NV34: XPresent compositor scrambled
https://bugs.freedesktop.org/show_bug.cgi?id=92893
Bug ID: 92893
Summary: NV34: XPresent compositor scrambled
Product: xorg
Version: git
Hardware: x86 (IA32)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at
2009 Oct 24
5
BUG? $name inside a definition 'method signature' different to within a body ?
If I have something like this:
----------------------------------------
define bar($thing="/tmp/$name") {
file { $thing: ensure => present }
}
class foo { somedef{ "bar": } }
----------------------------------------
puppet will try to create a file called ''/tmp/foo'' , not /tmp/bar.
It seems like if I try to access $name inside the ''default
2008 Nov 10
10
Appending a file to an existing file
Hi,
I have a template file which I would like to append to an existing
file (in this case I wish to add a few lines to /etc/motd). Unless
I''ve missed it, it does not appear that file has an append option. Is
there an easy way copy to the end of a file
Thanks
Paul
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
2004 Sep 28
2
Asterisk, Hylafax and T38Modem - help!
Hi All,
I know that this may not strictly be an asterisk issue, but if anyone has
any ideas on this prob it would be appreciated.
I have a working asterisk setup using Suse 9.1, a BT ISDN BRI card
(Fritz?), sipura 3000 and a few cisco 7940's. I wanted to do add faxing
into the equation, so I thought I would try and setup the following:
PSTN->asterisk->hylafax->pc
At the moment
2009 Jul 30
7
arrays, loops, etc
Inspired by the recent thread titled "Array input of dirs, ensuring
their existence" I thought I''d write up the problem I''m running into. I
was chatting on irc about it, I don''t think puppet has a clean solution.
Like the other poster, I''m defining an object that takes an array. In
my case, I''m defining gpg keystore, which can contain a
2013 Dec 11
2
drm-nouveau-next - write trapped by fbcon
On Wed, Dec 11, 2013 at 6:43 AM, Bruno Pr?mont
<bonbons at linux-vserver.org> wrote:
> Hi Ilia,
>
>> On Thu, 5 Dec 2013 10:55:06 -0500 Ilia Mirkin wrote:
>> > On Thu, Dec 5, 2013 at 10:17 AM, Bruno Pr?mont wrote:
>> > > With drm-nouveau-next branch on top of 3.13-rc2 and a few sound commits
>> > > I get following errors in kernel log (repeating