Displaying 19 results from an estimated 19 matches for "param_value".
Did you mean:
param_values
2013 Oct 08
4
'puppet storeconfigs export' killed
...`resources`.`id` AS t1_r0, `resources`.`title` AS t1
_r1, `resources`.`restype` AS t1_r2, `resources`.`host_id` AS t1_r3,
`resources`.`source_file_id` AS t1_r4, `resources`.`exported` AS t1_r5,
`resources`.`line` AS t1_r6, `resources
`.`updated_at` AS t1_r7, `resources`.`created_at` AS t1_r8,
`param_values`.`id` AS t2_r0, `param_values`.`value` AS t2_r1,
`param_values`.`param_name_id` AS t2_r2, `param_values`.`
line` AS t2_r3, `param_values`.`resource_id` AS t2_r4,
`param_values`.`updated_at` AS t2_r5, `param_values`.`created_at` AS t2_r6,
`puppet_tags`.`id` AS t3_r0, `puppet_tags`.`name`
AS t3_...
2023 Aug 09
8
[PATCH -next 0/7] drm: Remove many unnecessary NULL values
The NULL initialization of the pointers assigned by kzalloc() or
kunit_kzalloc() first is not necessary, because if the kzalloc() or
kunit_kzalloc() failed, the pointers will be assigned NULL, otherwise
it works as usual. so remove it.
Ruan Jinjie (7):
drm/amdkfd: Remove unnecessary NULL values
drm/amd/display: Remove unnecessary NULL values
drm/msm: Remove unnecessary NULL values
2017 Jan 13
11
[Bug 99396] New: Crash in nouveau_dri.so when switching apps with alt-tab in Gnome
https://bugs.freedesktop.org/show_bug.cgi?id=99396
Bug ID: 99396
Summary: Crash in nouveau_dri.so when switching apps with
alt-tab in Gnome
Product: Mesa
Version: git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
2008 Feb 11
9
Storeconfigs purge Perl
...ect id from hosts)'');
print "$result\n";
print "Delete from fact_values, Affected rows: ";
$result = $dbh->do(''delete from fact_values where host_id not in (select id from hosts)'');
print "$result\n";
print "Delete from param_values, Affected rows: ";
$result = $dbh->do(''delete from param_values where resource_id not in (select id from resources)'');
print "$result\n";
print "Delete from resource_tags, Affected rows: ";
$result = $dbh->do(''delete from resour...
2008 Jul 09
1
Deleting an exported resource
...going in to the
database and deleting all the rows I could find that related to the
absent host, but I''m wondering if there''s a better way to handle this
situation.
FYI, the SQL commands I ran were:
SET @host_id = ...
DELETE FROM fact_values WHERE host_id=@host_id;
DELETE FROM param_values WHERE resource_id IN (
SELECT id FROM resources WHERE host_id=@host_id
);
DELETE FROM resource_tags WHERE resource_id IN (
SELECT id FROM resources WHERE host_id=@host_id
);
DELETE FROM resources WHERE host_id=@host_id;
DELETE FROM hosts WHERE id=@host_id;
--~--~---------~--~----~---------...
2009 Dec 08
5
Cleaning Out Stored Configs
...considerably.
If we get rid of a server then all it''s stored config is still present
in the database, as well as it''s nagios and munin configurations.
We created a script that iterates through the database deleting
associated lines from
hosts/fact_values/resources/resource_tags/param_values tables cleaning
out information for old hosts, but then doing a puppet run on say our
Munin or Nagios doesn''t seem to fix things, Puppet doesn''t seem to
notice that the extra Nagios or virtual configurations we''re using for
Munin have vanished, so isn''t rebuildi...
2008 May 18
6
connection timeout / memory usage / locks / recompiling
...d catalog for
puppetmaster in 5.92 seconds
Sun May 18 10:10:01 +0200 2008 Puppet (notice): Compiled catalog for
host2 in 4.06 seconds
Sun May 18 10:14:59 +0200 2008 Puppet (err): Could not store configs:
Mysql::Error: Lock wait timeout exceeded; try restarting transac
tion: DELETE FROM `param_values`
WHERE `id` = 4880339
Sun May 18 10:14:59 +0200 2008 Puppet (notice): Compiled catalog for
problemhost in 157.61 seconds
Sun May 18 10:17:35 +0200 2008 Puppet (err): Could not store configs:
Mysql::Error: Lock wait timeout exceeded; try restarting transac
tion: DELETE FROM...
2007 Dec 11
9
[Bug 13604] New: Assertion failure when seeking on youtube with pulseaudio backend.
...usr/lib/libpulse.so.0
#4 0x00002aaaaf0ddaa6 in swfdec_stream_close ()
from /opt/swfdec/lib/libswfdec-gtk-0.5.so.4
#5 0x00002aaaaf0ddd78 in audio_removed ()
from /opt/swfdec/lib/libswfdec-gtk-0.5.so.4
#6 0x00002b6412883a1f in IA__g_closure_invoke (closure=0x2980120,
return_value=0x0, n_param_values=2, param_values=0x7fff9bdabc10,
invocation_hint=0x7fff9bdabaf0)
at /build/buildd/glib2.0-2.14.4/gobject/gclosure.c:490
#7 0x00002b64128976e8 in signal_emit_unlocked_R (node=0x2ea7bd0, detail=0,
instance=0x2eaaa80, emission_return=0x0,
instance_and_params=0x7fff9bdabc10)
at...
2008 Jun 05
4
[Bug 16241] New: assertion failed: (movie->cache_state <= SWFDEC_MOVIE_INVALID_CHILDREN)
...movie.c:147
#6 0x00007f7a0d094c7c in swfdec_text_field_movie_text_changed (buffer=<value
optimized out>,
text=0x4950d10) at swfdec_text_field_movie.c:778
#7 0x0000003f3900b6dd in IA__g_closure_invoke (closure=<value optimized out>,
return_value=<value optimized out>, n_param_values=<value optimized out>,
param_values=<value optimized out>, invocation_hint=<value optimized out>)
at gclosure.c:490
#8 0x0000003f3901f6c1 in signal_emit_unlocked_R (node=<value optimized out>,
detail=<value optimized out>, instance=<value optimized o...
2007 Feb 08
16
exported ressources
Hello,
i wanted to know if we can use exported ressrouces to do things like this:
- for all nodes tagged as xxx create on the node yyy a file which content is a template where we can have each hostname
, or create one file per nodes matching
exemple
/etc/hosts.allow
sshd: host1
sshd: host2
...
or
/etc/backuppc/host1
/etc/backuppc/host2
...
from the docs it seems i can collect only ALL
2014 Sep 11
3
[LLVMdev] patch for DragonEgg 3.3
Hi - attached is a patch to enable building DragonEgg (x86_64) for LLVM3.3 and LLVM3.4. That is, add these changes to the 3.3 release, and it becomes possible to build DragonEgg against a llvm3.4 compiler.
Regards,
Richard Gorton
Cognitive Electronics
rcgorton at cog-e.com
----------
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name:
2007 Dec 02
2
[Bug 13491] New: 5min.com player causes assertion
..._samples=29) at swfdec_player.c:1335
timeout = (SwfdecTimeout *) 0x1bfa9b8
target_time = 485904384
frames_now = 1470
__PRETTY_FUNCTION__ = "swfdec_player_do_advance"
#10 0x00002af7ef05ec6f in IA__g_closure_invoke (closure=0x2976be0,
return_value=0x0, n_param_values=3, param_values=0x7fffbf5d9ac0,
invocation_hint=0x7fffbf5d99a0) at gclosure.c:490
marshal = (GClosureMarshal) 0x2af7ef05d360 <g_type_class_meta_marshal>
marshal_data = (gpointer) 0xa0
__PRETTY_FUNCTION__ = "IA__g_closure_invoke"
#11 0x00002af7ef072d2a i...
2007 Dec 29
3
[Bug 13855] New: Assertion failure at the end of a movie
http://bugs.freedesktop.org/show_bug.cgi?id=13855
Summary: Assertion failure at the end of a movie
Product: swfdec
Version: 0.5.5
Platform: x86-64 (AMD64)
URL: http://www.csfd.cz/film/224182-ja-legenda-i-am-
legend/trailer/
OS/Version: Linux (All)
Status: NEW
Severity: major
2008 Apr 12
2
[Bug 15471] New: segmentation fault while seeking in youtube.com
...r.c:1720
priv = (SwfdecPlayerPrivate *) 0xa846a40
timeout = (SwfdecTimeout *) 0xa846bc8
target_time = 18976011264
__PRETTY_FUNCTION__ = "swfdec_player_do_advance"
#9 0xb22da50d in swfdec_marshal_VOID__ULONG_UINT (closure=0xa8442c8,
return_value=0x0, n_param_values=3, param_values=0xbfcc6b74,
invocation_hint=0xbfcc6a7c, marshal_data=0xb22a3490)
at swfdec_marshal.c:285
data1 = (gpointer) 0xa846980
data2 = <value optimized out>
__PRETTY_FUNCTION__ = "swfdec_marshal_VOID__ULONG_UINT"
(gdb) p swfdec_net_stream_see...
2012 Mar 15
3
Problem with stored configs / Invalid unicode escaping
...a closer look and found the following error message at my
"postgresql.log".
2012-03-15 11:15:01 CET FEHLER: ungültiges Unicode-Escape bei Zeichen 184
2012-03-15 11:15:01 CET TIPP: Unicode-Escapes müssen \uXXXX oder
\UXXXXXXXX sein.
2012-03-15 11:15:01 CET ANWEISUNG: INSERT INTO "param_values"
("created_at", "line", "resource_id", "updated_at", "value",
"param_name_id") VALUES(''2012-03-15 11:15:01.040833'', NULL, 154,
''2012-03-15 11:15:01.040833'', E''#
# THIS FILE IS MANAGED BY...
2007 Dec 05
2
[Bug 13529] New: swf-mozilla will crash firefox when access www.tudou.com
http://bugs.freedesktop.org/show_bug.cgi?id=13529
Summary: swf-mozilla will crash firefox when access www.tudou.com
Product: swfdec
Version: unspecified
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: plugin
AssignedTo: swfdec at
2024 Jun 25
1
Converting .grib to excel file
Dear Bert and Sara;
I have searched on the internet and found some way to do this like python.
But python is so complicated to me as it needs many steps to be done for
reading and converting it.
I will try terra package to convert it.
On Tue, 25 Jun 2024, 15:15 javad bayat, <j.bayat194 at gmail.com> wrote:
> Richard,
> Many thanks for your email.
> I had attached the grib file to
2013 Oct 23
0
Error: allocator undefined for Proc
.../usr/lib/ruby/1.8/yaml.rb:133:in `node_import''
/usr/lib/ruby/1.8/yaml.rb:133:in `load''
/usr/lib/ruby/1.8/yaml.rb:133:in `load''
/usr/lib/ruby/site_ruby/1.8/puppet/util/rails/reference_serializer.rb:6:in
`unserialize_value''
/usr/lib/ruby/site_ruby/1.8/puppet/rails/param_value.rb:36:in `value''
/usr/lib/ruby/gems/1.8/gems/activemodel-3.0.0/lib/active_model/dirty.rb:144:in
`__send__''
/usr/lib/ruby/gems/1.8/gems/activemodel-3.0.0/lib/active_model/dirty.rb:144:in
`attribute_change''
/usr/lib/ruby/gems/1.8/gems/activemodel-3.0.0/lib/active_model/di...
2009 Apr 27
5
ruby jasper report
Hi,
I am trying to create a pdf using ruby jasper.
For this I am referring this url:-
http://oldwiki.rubyonrails.org/rails/pages/howtointegratejasperreports
I have done everything whatever is in that link.
Still I am not able to get the pdf. I am not getting any error in log
file. My log file is:-
"Processing AccountController#customer_report (for 127.0.0.1 at
2009-04-27 13:19:34) [GET]