search for: tag5

Displaying 5 results from an estimated 5 matches for "tag5".

Did you mean: tag
2013 May 29
3
How can I use "puppet apply" with hiera?
I''m running Puppet v2.7.14. I have a puppet master server with Hiera and it works great. I also want to be able to apply my manifests locally on a node. I have installed Hiera on my node and I can verify using the Hiera command line application that values can be looked up: user@tag5-4-qa-sjc:~$ hiera corp_puppet_server region=northamerica datacenter=sjc environment=qa --debug DEBUG: Wed May 29 16:03:46 -0700 2013: Hiera YAML backend starting DEBUG: Wed May 29 16:03:46 -0700 2013: Looking up corp_puppet_server in YAML backend DEBUG: Wed May 29 16:03:46 -0700 2013: Looking for...
2011 Nov 14
1
patch for UID 0 problem
Hi all, attached you'll find a patch for cmd-thread.c which addresses a problem with certain clients in conjunction with the use of the UID THREAD REFS command: TAG5 UID THREAD REFS us-ascii SINCE 14-May-2011 * THREAD (0)(246)(247)(248)(249)(250)(252)(253)(254)(255)(256)(257)(258)(259)(260)(261)(262)(263)(264)(265)(266)(267)(268) TAG5 OK Thread completed. The first UID delivered (0) is invalid, some clients - @mail for instance - then try to fetch the invalid...
2012 Jan 20
1
UID 0 problem while issuing an UID THREAD REFS command
...g dovecot 2.0.17 from packages at xi.rename-it.nl on a Debian "Squeeze" i686. Mail storage is a local ext3 partition (I attached the output of dovecot -n to this message). I'm having problems on a maildir due to dovecot returning an UID 0 to an UID THREAD REFS command: in <== TAG5 UID THREAD REFS us-ascii SINCE 18-Jul-2011 out <== * THREAD (0)(51 52)(53)(54 55 56)(57)(58)(59 60)(61) TAG5 OK Thread completed. The issuer is an atmail webmail that after the previous output will try an UID FETCH 0 that will fail with a "TAG6 BAD Error in IMAP command UID FETCH: Invali...
2006 Jan 23
2
del.icio.us-like output
...ookmark_id = b.id WHERE jt.user_id = #{uid}" GROUP BY tag_id ORDER BY #{sort}" That returns data in this format: tag_id, bid, tag, bookmark, created_on 2, 23, Tag1, This is a bookmark, 12/25/06 3, 23, Tag2, This is a bookmark, 12/26/06 7, 25, Tag5, Different bookmark, 12/26/05 Problem 1: If I print out those results using a collection, "This is a bookmark" would be shown twice - once tagged with Tag1 and again tagged with Tag2. I want to list to look like: 1. This is a bookmark <http://www.karmiccoding.com/articles/200...
2008 May 22
9
building a many-to-many structure in javascript
hi, for some purpose, I need a "in-javascript database", maybe built with some Prototype $H function calls for creating "tables" but what about junction tables, I mean those which express many-to- many relations between two entity tables ? I though using concatenation of strings with a separator, for example "key1 key2" "1234-56" or "ABC \n 789"