search for: hjk

Displaying 20 results from an estimated 41 matches for "hjk".

Did you mean: djk
2007 Aug 21
9
Seattle Meetup?
Hi all, It looks like I''ll be in Seattle on Sunday, September 16th through Tuesday the 18th, and I''d like to have Puppet Meetup either Sunday or Monday night. On Adam''s recommendation, I''ll be staying at the Queen Anne Inn, so something near there would be best. Hopefully Adam or Blake can do the actual organization. :) Any takers? -- What is
2008 Nov 14
3
video chapters and subtitles in ogg containers
On Fri, Nov 14, 2008 at 5:11 AM, Hans J. Koch <hjk at linutronix.de> wrote: >> I don't think anything currently in Ogg can do this. The closest I can >> think of is CMML's clip concept, but you'd still have to parse the entire >> stream to find them all. > > That's nearly useless for DVD-like applications...
2008 Nov 14
6
video chapters and subtitles in ogg containers
>> (odd, I did get this reply for Silvia, but not the original post) > > Hmm, it was properly CCed to the list. Yes, I found it in the spam bucket for some reason... > Chapters are a list of timepoints stored in the metadata. They are an > information for player software that is usually used to allow the user > to jump to certain significant points within a stream. This
2008 Nov 14
1
video chapters and subtitles in ogg containers
2008/11/14 Hans J. Koch <hjk at linutronix.de>: > > I guess this is not neccessary. A simple chunk of metadata containing > the list of times at the beginning of a file would suffice. OGM simply > uses text stored in comment fields for that. I wouldn't recommend > comments for a general approach, but what...
2007 Oct 08
5
Is Puppet similar to Capistrano?
I discovered Capistrano while I was trying to figure out what I wanted. See attached notes. http://www.genunix.org/wiki/index.php/GNOSIS/Kraken Puppet seems promising. Thanks, Brian -- - Brian Gupta http://opensolaris.org/os/project/nycosug/
2002 Sep 06
3
Histogram Ranking
Hello, This is not exactly an R question, but I suspect that there is an R procedure that does what I am calling (for lack of a better name) "histogram ranking". I'm trying to evaluate a set of regression features by segregating by target class and comparing the feature histograms. My idea is that if the histograms are the same for two different classes then there is no
2009 Jun 29
1
chaining support
2009/6/21 Hans J. Koch <hjk at linutronix.de>: > On Sun, Jun 21, 2009 at 01:27:25AM +0900, Conrad Parker wrote: >> 2009/6/20 Silvia Pfeiffer <silvia at silvia-pfeiffer.de>: >> > I agree, this has been a huge problem - and in fact is a problem with >> > html5 <video> more generally tha...
2008 Nov 13
0
video chapters and subtitles in ogg containers
...Web focus than kate, which has everything within the file. Then again, I am not sure if I may just recommend the use of kate to Mozilla. There is some more work necessary. Anyway - I thought I should give you the full picture. :) Cheers, Silvia. On Fri, Nov 14, 2008 at 6:41 AM, Hans J. Koch <hjk at linutronix.de> wrote: > I'm trying to create files that contain a video stream, one or more > audio streams, subtitles, and DVD-like chapter information. > > ATM, I use ogm containers that can handle all this. But although ogm > is supported e.g. by xine (including chapters...
2007 Aug 22
2
iClassify "Internal Server Error"
...39; from ./bin/../lib/iclassify/client.rb:42:in `update_node'' from ./bin/../lib/iclassify/agent.rb:52:in `update'' from ./bin/icagent:76 Thought I did something wrong so i querried Adams server and got kinda the same result: $ ./bin/icsearch -s http://www.hjksolutions.com:5004 -t test -a test /usr/lib/ruby/1.8/net/http.rb:2094:in `error!'': 500 "Internal Server Error" (Net::HTTPFatalError) from ./bin/../lib/iclassify/client.rb:83:in `run_request'' from ./bin/../lib/iclassify/client.rb:64:in `post_rest''...
2008 Aug 21
11
spam on this list..
Is there anyway we can get rid of this crap on this list? It''s getting old fast. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to
2007 May 11
14
Trailing commas [best practice survey]
I''m sure everyone has read and committed the Puppet Best Practice to memory by now (I joke). One of the things I''ve written in there deals with trailing commas, which I adopted from the way I used to do multiline in Perl, but I''ve noticed that most people don''t tend to do that in Puppet. Should I revise this or should we all start using the trailing commas?
2007 Nov 29
3
gem provider non-interactive
Hi, I was wondering if there is any of getting the gem package provider to run non-interactively? When upgrading mongrel it fails because it gets prompted for which version to install: Attempting remote update of mongrel Select which gem to install for your platform (x86_64-linux) 1. mongrel 1.1.1 (ruby) 2. mongrel 1.1.1 (jruby) 3. mongrel 1.1.1 (mswin32) 4. mongrel 1.1 (mswin32) 5.
2007 Sep 04
16
REST/XMLRPC backward compatibility?
Hi all, I''m in the throes of the REST conversion and I''m wondering: How important is it to retain backward compatibility? The language will clearly be consistent between the two, but it looks like it''s going to be a heckuva lot more complicated to keep compatibility for all network services (as in, for each of them, I''ll have to write a shell that
2010 Mar 25
2
[PATCH v3 1/1] Shared memory uio_pci driver
...s/uio/uio_ivshmem.c > new file mode 100644 > index 0000000..607435b > --- /dev/null > +++ b/drivers/uio/uio_ivshmem.c > @@ -0,0 +1,235 @@ > +/* > + * UIO IVShmem Driver > + * > + * (C) 2009 Cam Macdonell > + * based on Hilscher CIF card driver (C) 2007 Hans J. Koch <hjk at linutronix.de> > + * > + * Licensed under GPL version 2 only. > + * > + */ > + > +#include <linux/device.h> > +#include <linux/module.h> > +#include <linux/pci.h> > +#include <linux/uio_driver.h> > + > +#include <asm/io.h> > +...
2010 Mar 25
2
[PATCH v3 1/1] Shared memory uio_pci driver
...s/uio/uio_ivshmem.c > new file mode 100644 > index 0000000..607435b > --- /dev/null > +++ b/drivers/uio/uio_ivshmem.c > @@ -0,0 +1,235 @@ > +/* > + * UIO IVShmem Driver > + * > + * (C) 2009 Cam Macdonell > + * based on Hilscher CIF card driver (C) 2007 Hans J. Koch <hjk at linutronix.de> > + * > + * Licensed under GPL version 2 only. > + * > + */ > + > +#include <linux/device.h> > +#include <linux/module.h> > +#include <linux/pci.h> > +#include <linux/uio_driver.h> > + > +#include <asm/io.h> > +...
2007 Nov 02
8
Custom reports in puppet
Does any one know or whether have someone done custom reports in puppet. Which will show the status of the servers, disk, cpu, load, pkg list, configs/files edited via puppet, how often a config file is updated, etc.. -- Deepak _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2008 Aug 22
3
Why use a DB with Puppet?
I am confused about all the database talk on the list lately. I''ve been playing with Puppet for the last 6 months and have never set up a DB for it to use. What are you guys using the DB for? My first though (really the only thing I could find) was for storing node configurations. But I''m storing them in the file system and it seem to work just fine. What are the advantages
2007 Oct 11
4
Specifying geographic related facts
Let''s say I have two different geographic sites. They are pretty much identical ie. each site has a machine called web1 which is a web server, etc. Except there are couple site-specific settings ie. outgoing DNS servers are different, SSL certs are different etc. On the puppetmaster I can put in a file called e.g. /etc/sideid which would uniquely identify a site ie. siteX or siteY.
2009 Jun 20
2
chaining support
2009/6/20 Silvia Pfeiffer <silvia at silvia-pfeiffer.de>: > I agree, this has been a huge problem - and in fact is a problem with > html5 <video> more generally than ogg. > > How do you think that a chain identifier in skeleton will make it > possible to have e.g. a single seek bar over a stream? Would it be n > timelines or one? I was thinking that it would be
2007 Jun 12
6
facts from ldap
Does any one have a recipe for getting facter facts from ldap?