Displaying 20 results from an estimated 1580 matches for "loglevels".
Did you mean:
loglevel
2013 Mar 26
1
Can't convert Puppet::Util::Log into Integer
Hi all,
Could anyone help me at least start debugging this issue?
All agents have the same error, but i can''t find anything on the
master-side logs. And the agent-side logs are non-existent (/var/log/puppet
is empty).
Thanks.
Versions:
Master:
Red Hat Enterprise Linux Server release 6.3
puppet-server-3.1.0-1.el6.noarch
puppetdb-1.1.1-1.el6.noarch
puppetdb-terminus-1.1.1-1.el6.noarch
2013 Mar 26
0
Solved: Can't convert Puppet::Util::Log into Integer
Hello,
It seems that, for one reason or another, two thing happened: the postgres
for puppetdb was dead, and the puppetmaster service was started, even
though it''s run from apache. After a bit of cleanup, everything works now.
Thanks for your suggestion, and sorry for the stupid issue.
On Tue, Mar 26, 2013 at 11:43 AM, Keith Burdis <keith@burdis.org> wrote:
> The agent only
2013 Aug 30
1
Could not find certificate Error: header too long
I''m having a strange issue:
A new machine created this morning showed thi error:
ON PUPPET AGENT
[root@wso2greg ~]# puppet agent --environment=production --verbose
--no-daemonize --debug
Debug: Puppet::Type::User::ProviderUser_role_add: file rolemod does not
exist
Debug: Puppet::Type::User::ProviderPw: file pw does not exist
Debug: Failed to load library ''ldap'' for
2004 Feb 10
22
Re: [Shorewall-newbies] specific log-prefix ... patch
Let''s move this to the Shorewall Development list....
On Tuesday 10 February 2004 03:14 pm, xavier wrote:
> here is a patch to allow this :
> |ACCEPT<10/sec:20>:debug fw lan:$ntp_servers udp 123 - - - - ntp
>
> a problem with the patch is that now the logprefix is mandatory.
> i''m trying to debug it, but i can''t find the flaw.
Also, with
2013 May 07
7
puppet node clean using SQLite instead of PuppetDB
I have a node that has some bad stored configs (namely the wrong ssh host keys) that I''m trying to clear out. Looking around it seems I''m supposed to do:
puppet node clean foo.example.com
However, that keeps bailing out because it''s trying to open a SQLite3 db where stored configs are normally kept, but my stored configs are kept in puppetdb (http://pastie.org/7814483
2014 Mar 20
1
[Bug 2214] New: Key is detected as existing if LogLevel=QUIET
https://bugzilla.mindrot.org/show_bug.cgi?id=2214
Bug ID: 2214
Summary: Key is detected as existing if LogLevel=QUIET
Product: Portable OpenSSH
Version: 6.2p1
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: ssh-copy-id
Assignee: unassigned-bugs at
2013 Feb 25
5
Puppet execution hangs for long periods of time
Hi,
I wrote a little "hello world" script and I am a little concerned by
execution that hangs for long periods of time.
*computer:*
Windows XP Professional Service Pack 3
Intel(R) Xeon(R) CPU
W3550 @ 3.07GHz
3.07GHz, 3.50 GB of RAM
*init.pp:*
class hello
{
notice(''Hello world!'')
}
*command line:*
puppet apply --debug -e ''include hello''
2013 Oct 08
4
'puppet storeconfigs export' killed
Hi,
I currently have a MySQL database containing all Puppet storeconfigs. My
intention is to migrate to PuppetDB on a PostgreSQL server, so the first
step is to use the ''storeconfigs'' face to export all the DB to a file
PuppetDB can later consume. But the ''puppet storeconfigs export'' command
always ends up being killed, I suspect due to some sort of OOM
2012 Oct 03
5
is_virtual selector
I too have been pushed into Puppet 3.0. Clients and PuppetMaster are now
at 3.0.0. Not sure if this is a version change or syntax error that I am
experiencing. We''ll use ''ntp'' as the example and the "build" host is a VM.
The old way:
class baseline::ntpd {
package { "ntp":
ensure => $virtual ? {
physical => present,
2013 Sep 13
27
[windows server 2008 r2] puppet errors in 3.3.0 on exchange database servers
Hi,
i recently updated our windows 2008 r2 servers to puppet 3.3.0 .
Im getting the following error* (only on our exchange 2010 db servers)*ever since:
LevelMessageSourceFileLineTimeerrCould not retrieve local facts: undefined
method `gsub'' for nil:NilClassPuppet13.09.2013 15:12 CESTerrFailed to apply
catalog: Could not retrieve local facts: undefined method `gsub'' for
2013 Nov 23
2
OSX 10.9 appdmg/pkgdmg
Howdy,
Trying to install dmg files with puppet. However, after running my manifest
the .dmg file is never downloaded by curl. I tried pkgdmg and appdmg. I
also tried using a local directory as the source. It seems to ignore any
path I give as the source even totally bogus ones.
1 define pkg_deploy($sourcedir = false) {
2 $sourcedir_real = $sourcedir ? {
3 false
2024 May 30
1
OpenSSH server doesn't log client disconnect without SSH_MSG_DISCONNECT
On Thu, May 30, 2024 at 3:03?AM Damien Miller <djm at mindrot.org> wrote:
> On Wed, 29 May 2024, Opty wrote:
> > On Mon, May 27, 2024 at 4:18?AM Damien Miller <djm at mindrot.org> wrote:
> > > Yeah, you're adding a new thing that will be logged. IMO you should
> > > try to figure out why the "Connection closed" message that is present
> >
2003 Mar 23
12
Shorewall 1.4.1
This is a minor release of Shorewall.
WARNING: This release introduces incompatibilities with prior releases.
See http://www.shorewall.net/upgrade_issues.htm.
Changes are:
a) There is now a new NONE policy specifiable in
/etc/shorewall/policy. This policy will cause Shorewall to assume that
there will never be any traffic between the source and destination
zones.
b) Shorewall no longer
2016 May 19
3
[Bug 2569] New: ssh-copy-id is not working when LogLevel=quiet
https://bugzilla.mindrot.org/show_bug.cgi?id=2569
Bug ID: 2569
Summary: ssh-copy-id is not working when LogLevel=quiet
Product: Portable OpenSSH
Version: 6.6p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh-copy-id
Assignee:
2011 Jun 02
2
preauth privsep logging via monitor
Hi,
This diff (for portable) makes the chrooted preauth privsep process
log via the monitor using a shared socketpair. It removes the need
for /dev/log inside /var/empty and makes mandatory sandboxing of the
privsep child easier down the road (no more socket() syscall required).
Please test.
-d
Index: log.c
===================================================================
RCS file:
2019 Dec 29
3
Win32 - log not created
I'm running Icecast in a Windows 32 bit environment. The icecast.xml path
points to C:\Program Files\Icecast\log for <logdir>. <logging><loglevel>
is set to 3.
However, no logs are created at that location. :(
Thanks for any leads.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Apr 07
3
puppet --genmanifest
Is puppet --genmanifest something one should still be using? I''m having
some problems running it on RHEL4 and I''m sure I have read something about
puppet taking care of its own directories automatically. Here are a
selection of problems
This entry stops puppet from running, (reported by Ben
Abnormaliti@clivepeeters.com.au)
file {
2015 Oct 16
0
Semi-OT: torque, pbs_mom, cpuset, loglevel
We're running the current version of torque. On our small supercomputer
(an SGI), no updates to torque since July, but just recently - someone may
be trying something new - /var/log/messages is on-and-off being spammed
with Oct 15 18:02:04 servername pbs_mom: LOG_INFO::create_job_cpuset,
creating cpuset for job 1971[656].york.cit.nih.gov: 1 cpus (12), 1 mems
(1)
and I mean thousands of lines.
2024 May 30
1
OpenSSH server doesn't log client disconnect without SSH_MSG_DISCONNECT
On Wed, 29 May 2024, Opty wrote:
> On Mon, May 27, 2024 at 4:18?AM Damien Miller <djm at mindrot.org> wrote:
> > Yeah, you're adding a new thing that will be logged. IMO you should
> > try to figure out why the "Connection closed" message that is present
> > in the debug log you sent is not making to to your syslog.
>
> If I change LogLevel in
2024 May 31
1
OpenSSH server doesn't log client disconnect without SSH_MSG_DISCONNECT
On Thu, May 30, 2024 at 6:02?PM Opty <opty77 at gmail.com> wrote:
> On Thu, May 30, 2024 at 3:03?AM Damien Miller <djm at mindrot.org> wrote:
> > On Wed, 29 May 2024, Opty wrote:
> > > On Mon, May 27, 2024 at 4:18?AM Damien Miller <djm at mindrot.org> wrote:
> > > > Yeah, you're adding a new thing that will be logged. IMO you should
> >