search for: zoid

Displaying 20 results from an estimated 23 matches for "zoid".

Did you mean: void
2008 Jan 18
7
puppet 0.23.2 can''t collect exported resources
hi,guys I''m test the resources export and collect , OS is Debian etch and sarge, puppet server and client version all of the 0.23.2 ; the db is MySQL-4.1 My test code is like this. node ''b'' { @@file {"/tmp/a": ensure => present ,content => "test"; } } node ''a'' { File <<||>> } I run puppetd on
1997 Apr 23
0
Linux squake security hole (provides root if squake is installed mode 4755)
I''ll just include the letter that I sent to John Carmack and Dave "Zoid" Kirsch concerning this problem. ---------------------------------------------------------------------- From: Greg Alexander <galexand@sietch.bloomington.in.us> Approved: R.E.Wolff@BitWizard.nl To: zoid@threewave.com cc: johnc@idsoftware.com Subject: Security hole in squake. Please resp...
2008 Jan 19
1
mixing templates and other methods for a file''s content
...re login names which have certain sudo permissions on certain hosts. Now, I would like to extend the module such that I can add additional entries in /etc/sudoers but still retain the functionality displayed here. Is this possible? If yes, how? Thank you all, udo. -- :: udo waechter - root@zoide.net :: N 52º16''30.5" E 8º3''10.1" :: genuine input for your ears: http://www.auriculabovinari.de :: your eyes: http://ezag.zoide.net :: your brain: http://www.zoide.net
2008 Jan 09
1
removing exported resources
...n the collection host, the file is first deleted and then created again. Huh? how can this be explained? Is this the expected behaviour or have I found a bug? (server and client are version 0.24.1 on Debian Etch and Mac OS X Tiger (with client 0.23.0)) Thanks, udo. -- :: udo waechter - root@zoide.net :: N 52º16''30.5" E 8º3''10.1" :: genuine input for your ears: http://www.auriculabovinari.de :: your eyes: http://ezag.zoide.net :: your brain: http://www.zoide.net
2009 Feb 02
2
public facts repository
...pe I can put it there) admini - looks if either admin or admini exists... virtual - for some reason I use this older version. some time after 0.24.5 the puppet-shipped fact suddenly changed its behaviour (although I''m not sure any more how) Have fun, udo. -- :: udo waechter - root@zoide.net :: N 52º16''30.5" E 8º3''10.1" :: genuine input for your ears: http://auriculabovinari.de :: your eyes: http://ezag.zoide.net :: your brain: http://zoide.net --~--~---------~--~----~------------~-------~--~----~ Y...
2009 Jun 18
7
Testing if a resource is already defined
Hi gang, Is it possible to test if a particular resource has already been defined? I''d like to do something like this: if !Host["$fqdn"] { host {"$fqdn": ip => "$ipaddress_eth0" } } Essentially, test to see if there is no Host resource defined for the current server and if not, add a host entry for itself using the IP address of eth0. Possible?
2008 May 08
23
The wiki - directions and ideas
Hi all Luke and I have been discussing the wiki and how its future development might pan out. As a result I thought I''d canvas people for feedback. Currently the wiki''s layout and structure is fairly ad hoc and it''s a mix of wiki mark-up and REStructured Text (RST). We''d like to make it more "manual" like or at least move a significant portion of
2004 Aug 06
0
Fw: Some Question
...ng. - join irc.freenode.net in #icecast to chat. - client side (win32 workstations) need special "plugin" for the players. you can find one that works with winamp, but I've never used it so I don't know how good it is since I use xmms. regards, jonez -- || Jeff Macdonald || Zoid Technologies, LLC. || URL: http://zoidtechnologies.com/ || GPG: 1024D/35172A42 -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 190 bytes Desc: not available Url : http://lists.xiph.org/pipermail/icecast/attachments/200...
2007 Mar 17
2
Fallback
Vladislav Vorobiev wrote: > I dont no whats fallback-override. <fallback-override> will transfer all listeners from the fallback mountpoint back to this mountpoint when the source reconnects Cheers Thomas
2010 Oct 06
2
Starting Icecast as a service on CentOS
...ld always just append that command you know to be working to > /etc/rc.local although you may want to direct stdout and stderr > somewhere. > While not necessarily a critical issue, I'd want icecast running as a non-priv user instead of 'root'. Regards, J -- Jeff MacDonald Zoid Technologies: Custom Information Systems http://zoidtechnologies.com/
2004 Aug 06
2
ices2 streaming mp3's
Hello, I'm trying to set up an internal broadcasting center for a company. They've got a great many mp3's they'd like to do. I'd like to use either icecast or icecast2 for this and darkice or ices2 as a streamer. This will be on a FreeBSD 5.0 machine. As of now i have not had great success with this setup primarily in the streamer area. I can get either icecast1 or 2 going
2007 May 01
2
ANNOUNCE: 0.22.4
I''ve just put it out; hopefully the packagers will get it in place soon. Here''s the changelog: Execs now autorequire the user they run as, as long as the user is specified by name. (#430) Files on the local machine but not on the remote server during a source copy are now purged if purge => true. (#594) Providers can now specify that some
2007 May 09
5
Refactor zfs_zget()
Hi, Since almost all operations in the FUSE low-level API identify files by inode number, I''ve been using zfs_zget() to get the corresponding znode/vnode in order to call the corresponding VFS function in zfs_vnops.c. However, there are some cases when zfs_zget() behaves slightly different than I need: 1) If zp->z_unlinked != 0 then zfs_zget() returns ENOENT. I need it to return
2007 May 28
12
Anyone using storeconfigs with a DB other than sqlite?
Just wondering if anyone is using a backend database other than sqlite, and if so, how easy/hard it was to configure. I''m constantly receiving "SQLite3::BusyException: database is locked..." which I presume is due to sqlite''s relatively coarse locking method. Cheers, James -- Senior Linux Platform Engineer Midrange Services AXA Technology Services - Asia Pacific
2007 Apr 26
5
$processor fact not working on OS X
Hello dear list. First of all thanks to all the developers for the great work on puppet. After using it for a while, there is not better tool to manage a network! I have a problem with the $processor fact, which seems to be either not there or ignored at all. I try to implement package deployment for the Macs (Intel vs. PowerPC) as described here:
2007 May 17
3
Community common.pp
Should a page in the wiki be created to describe a good common.pp? For example, Luke states in the documentation for ''Exec'' that "...there is a strong tendency to use exec to do whatever work Puppet can''t already do; while this is obviously acceptable (and unavoidable) in the short term, it is highly recommended to migrate work from exec to native Puppet types as
2010 Oct 06
4
Starting Icecast as a service on CentOS
Hi All, I've recently upgraded my hosting to a VPS running CentOS. I'm trying to configure the VPS to launch Icecast as a service so that Icecast starts if the virtual server reboots, or Icecast stops running. I've found several scripts out there to place in my init.d folder, but nothing seems to work for me as of yet. Here is my Icecast2 setup: Location=/usr/local/bin
2004 Aug 06
4
Fw: Some Question
some one receive this message? ome one could help me please? tanks 4 all ----- Original Message ----- From: "Rádio IRCBrasil - Andre Marcelo" <andre@ircbrasil.com.br> To: <icecast@xiph.org> Sent: Tuesday, November 04, 2003 7:20 PM Subject: [icecast] Some Question <p>Hi People, I have a Rádio In Brasil that is running in shoutcast, and i am thinking to migrate it to
2007 Jul 11
3
Strange problem with exported ressources
Hi there, I have a strange problem with the exported ressources in the munin module I wrote. See: http://mail.madstop.com/pipermail/puppet-users/2007-June/003179.html For some reason it stopped working. On the munin::host I get the error that: err: Could not retrieve configuration: Exported resource File[munin_def_XY_4949] cannot override local resource The munin::host is also a
2009 Jan 29
32
Facter - the future - your input needed
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all We''re currently looking at the next release of Facter and the future direction of the tool. I''d like to try and prompt some discussions on facter and what people want from it. As a starter here''s some (although not all) of the ideas we''ll be working through: 1. Namespaces - add a namespace or tiered