search for: seph

Displaying 20 results from an estimated 24 matches for "seph".

Did you mean: sep
2007 Nov 08
7
Best practice for users/groups on solaris
...ser and I''m running into some weirdness around creating users on solaris. (puppet version 0.23.2) The virt_all_users way of managing users seems pretty reasonable, but I don''t see how to deal with user specific groups with that. I have: class virt_all_users { @user { "seph": ensure => "present", uid => "1001", gid => "1001", comment => "seph", home => "/home/seph", shell => "/bin/bash", } } But realizing that on a solar...
2009 Apr 21
1
realizing virtual ssh_authorized_key
I''m trying to use ssh_authorized_key to manage my user''s ssh keys. I basically have this (across a couple of files): class user::virtual { @user { "seph": ensure => "present", uid => "2001", comment => "seph", home => "/home/seph", shell => "/bin/bash", allowdupe => false, managehome => true, } @ss...
2006 Jan 05
5
multiple links and nat
...flush cache /sbin/iptables -t nat -A PREROUTING -s LOCALNET -d P1_NET -j ACCEPT /sbin/iptables -t nat -A PREROUTING -s LOCALNET -d P2_NET -j ACCEPT /sbin/iptables -t nat -A POSTROUTING -o IF1 -s LOCALNET -j MASQUERADE /sbin/iptables -t nat -A POSTROUTING -o IF2 -s LOCALNET -j MASQUERADE thanks seph
2006 Jul 02
0
A samba share mounted multiple times cannot be unmounted without root
Hello, recently I've ran into the problem that if a user mounts a share multiple times, then it cannot be mounted, except by root. Here is the relevant fstab line: //sephiroth/E /home/unity/Sephiroth smbfs ro,users,noauto 0 0 A user can mount and unmount the fs fine: unity@oaklandgardens ~ $ cd ~unity/ unity@oaklandgardens ~ $ mount Sephiroth/ Password: unity@oaklandgardens ~ $ mount | grep Seph //sephiroth/E on /home/unity/Sephiroth type smbfs (0) unity@oaklandga...
2009 Nov 17
3
SSH Keys
Hi all, I want to use puppet to distribute keys to multiple users. I wanted to do something like we have already: - define a key per real person - define groups containing several keys, people can be in multiple groups - deploy these groups of keys to specific users however it looks like the ssh_authorized_key resource ties a key and a user together so it looks like I fall at the first
2007 Mar 29
4
wondershaper and dmzs
...ershaper, since it''s easy and works well, but I''m not sure how to add in an exception for the dmz hosts. Can I do this with tc, or is the entire interface shaped? It seems like I might be able to create a more explicate filter, but I''m having trouble getting it to work. seph
2007 Dec 05
9
machine network interfaces, dhcpd.conf, and zone files
...es defined/configured by puppet. But, I''d like to generate my zone files and dhcpd.conf from this data as well. How do people generally do this? I expect I''ll end up generating the nodes.pp files from some database, but I''m wondering if this is already a solved problem. seph
2009 Jul 30
7
arrays, loops, etc
...I don''t think it solves all problems. I think I''ll probably just rethink my setup, so I only have 1 keystore per machine, but I''m not very pleased with that. Anyone have any better suggestion? Any chance at getting better puppet support for this sort of array handling? seph --~--~---------~--~----~------------~-------~--~----~ 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 puppet-users+unsubscribe@...
2009 Apr 20
2
CA different than hostname?
...puppetmaster seems to want to create the CA certs as puppet1.example.com. I assume one of the configuration parameters would tell it otherwise. I''m not sure which. From the docs, certdnsnames sounds right, though I don''t know which section of the config file to put it in. thanks seph --~--~---------~--~----~------------~-------~--~----~ 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 puppet-users+unsubscribe...
2010 Apr 19
7
getting a list of rules out of iptables
...;, refreshonly => true, } But I don''t see that exec being called. Nor do I see any attempts at calling it. (I''ve even been testing with the command set to "false") Anyone know what''s up with this, or have another suggestion for generating such a list? seph -- 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 puppet-users+unsubscribe@googlegroups.com. For more options, visit this gr...
2006 Nov 06
1
Bug#397359: pae kernel?
Package: xen-hypervisor-3.0-unstable-1-i386-pae Version: 3.0-unstable+hg11561-1 It's great having a pae hypervisor packaged for debian, but it'd be a lot more useful with a pae kernel seph
2004 Feb 19
3
Channels set to zero?
...saying that the channels in the bitstream are zero. Is this normal for certain files, and zero signifies something, or is something wrong? The ov_info struct DOES get filled (it isn't NULL), but channels gets set to zero. This of course can cause problems while calculating the buffer size. -Seph --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent...
2010 Feb 18
7
Augeas pam.d argument checking
I''m trying to change the password complexity requirements in pam.d/system-auth using augeas. I can append the values (lcredit=-1, ucredit=-1, etc) onto the correct place, but if another value is already present (i.e. lcredit=-2), the onlyif match statement doesn''t seem to support checking regular expressions inside of strings. How do I check that any numeric value exists in the
2007 Dec 01
6
Building files from snippets
Hi there, I''m facing a problem that I think it''s common enough to be solved directly by puppet or at least have a best practice recommended: building a config file from snippets. I''m thinking for example about a dns zone and hosts inside that zone, ldap server and ldap databases, samba server and samba shares, a firewall config and firewall rules,... The first part of
2004 Feb 17
1
Differences In Libraries??
...r every file, something's gotta' be different. Also, what's up with the 'libname_static.lib' and 'libname_static_d.lib' files? I tried compiling using some of those and got unresolved externals, so I am assuming they are for something else. Thanks for the info. -Seph --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent...
2010 May 05
12
puppet for switches
This might be a crazy idea, but it just popped into my head, and I wanted to know if it''s possible. Perhaps not possible right now, but possible in a theoretical sense. Is it possible that puppet could be modified to be used to manage switches that have a command line based interface? When I manage our Allied Telesis switches (which have a CLI similar to cisco IOS) I wonder if I could
2004 Feb 17
1
Vorbisfile Problem...
...c because it uses OpenAL for playback. About the only thing not portable is the skinning method, since I have to code it to skin M$ Windows. Anyway, once I can decode the ogg samples to my buffer to send to OpenAL, I'll be releasing this on my old GeoCities website. Thanks for the help! -Seph --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sen...
2006 Oct 27
2
Windows Multi-Processor under XEN??
I am running the latest unstable XEN on a 16X Intel XEON machine with HT enabled. I installed W2K3 (x86 version) quite easily but I am having the hardest time getting more than a 1X to work. I change the vcpus in the config file to 4 or 8, but I can never get Windows VM to come up. I''ve tried installing with 4 vcpus. I tried installing with 4 vcpus and manually selecting the MPS HAL
2006 Jan 10
1
qdisc''s useless in my case?
...drops the ones exceeding the maximum upload rate. With an constant empty queue in the kernel it would make no differences if fifo_fast or sfq is the qdisc, right? So my question is: Am I right? Is it useless to assign sfq to eth1 & eth2? What would be an alternative solution? PS: I read seph''s mail from Thu Jan 5 17:02:10 CET 2006. I had the same problem. Solution: Use a kernel > 2.6.11 (don''t know exactly when this was fixed) but with 2.6.14.3 and 2.6.15 this "MASQUERADE: Route sent us somewhere else." never appeared again! And: assure that CONFIG_...
1999 Dec 13
0
machine not accessible
...TESTING Mark's Laptop Workgroup Master --------- ------- EMODE TESTING MYGROUP MAIL any ideas? I have a feeling I've got a setting wrong, but I don't know which. sorry to bother you all. seph testparm outputs: Load smb config files from /etc/smb.conf Processing section "[emode]" Processing section "[printers]" Loaded services file OK. Press enter to see a dump of your service definitions # Global parameters workgroup = EMODE netbios name = BIZ...