similar to: Aliases not working in a subclass ?

Displaying 20 results from an estimated 1200 matches similar to: "Aliases not working in a subclass ?"

2007 Aug 24
11
Aliases not working in a subclass ?
Hi folks, I''m overriding some resource attribute in a subclass. It seems that specifying a resource by its alias doesn''t work in a subclass. Looks like a bug, no ? === module-classes.pp === class module::base { file {"/tmp/test-module": alias => test-module, content => "module::base", } } class
2007 Aug 24
7
Problem restarting client service ssh in client
Hello, I want a simple operation in a puppet node like restarting the ssh service if it was stopped. My site.pp is simple as this: import "services/*" node default { include ssh } The services directory as a ssh.pp : class ssh { service { ssh: ensure => running, subscribe => File["/etc/ssh/sshd_config"] } } I''ve stopped the ssh service in the
2012 May 02
2
could not do orphan cleanup - openSUSE 12.1
Hi btrfs-team/-users, I do observe a strange behavior upon booting of my openSUSE 12.1 system ( kernel 3.1.10-1.9-desktop; x86_64 ) with btrfsprogs-0.19-43.7.1.x86_64 utils installed: The system has two btrfs-vols: root(sda7) & home(sda8) and had been created during system setup of openSUSE 12.1: # btrfs filesystem show Label: none uuid: a288fcff-28c8-4764-8efe-1e0cb205d588
2007 Aug 22
2
iClassify "Internal Server Error"
Hi! I just installed iClassify without a problem, it is running and accessable but I get a rather strange error when trying to run the icagent commands: $ ./bin/icagent -s http://puppet02:3000 -d icagent/ /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''
2011 Jun 16
1
OS Hardening typo?
Hi all; On OS Hardening ( http://wiki.centos.org/HowTos/OS_Protection ) there's a section on "Physical Protection" that includes requiring a single-user mode password. There's four lines that look something like this: echo "Require the root pw when booting into single user mode" >> /etc/inittab echo "~~:S:wait:/sbin/sulogin" >> /etc/inittab echo
2008 Sep 10
5
Managing SSH keys
Hello all, I''d like to have Puppet distributing one of your server''s (public) SSH keys, effectively doing the same as the ssh-copy-id command. Is there a build in puppet resource type for managing SSH keys. We''re running version 0.24.4 of puppet. Regards, Kenneth Holter --~--~---------~--~----~------------~-------~--~----~ You received this message because you are
2004 Jan 30
5
Graceful shutdown of a virtual domain
Hi All, I''ve been looking through the code and list archives but haven''t found this yet... From dom0, how do you cause a virtual domain to gracefully shutdown? It seems like the machinery is there somewhere, because the hypervisor can do it to dom0... For reference, in UML you do this by putting this in /etc/inittab: ca:12345:ctrlaltdel:/sbin/shutdown -h now ...and then
2007 Aug 21
4
communication between classes / hosts
Hi there, me again! I´m looking for a solution for the following: I have two (a bunch really..) of services that work together and have to exchange some configinformation between each other. I can get this to work in only one of three cases: 1. Works # class serviceB { file {"serviceBconfig": content => $serviceA::serviceAvar } } # # class serviceA { $serviceAvar
2010 Mar 09
2
vacation script
hi All, One of my users created this sieve script via roundcube's avelsieve implementation: # This script has been automatically generated by avelsieve # (Sieve Mail Filters Plugin for Squirrelmail) # Warning: If you edit this manually, then the changes will not # be reflected in the users' front-end!
2017 May 24
2
classic upgrade, splitting servers
On Wed, 24 May 2017 11:36:07 +0200 "Stefan G. Weichinger via samba" <samba at lists.samba.org> wrote: > No big change here ... > > I can: > > * logon as BUERO\root > > * connect to the shares on \\dc > > * test other users via smbclient (auth works for them) > > But: > > * login as BUERO\Administrator just sits there and waits for >
2007 Mar 29
7
rrdgraphs?
Anyone using the rrdgraph report on the puppetmaster on Debian stable? I''m trying to get this working and not getting far. I even took rrdtool and librrd0-dev from backports and I still get the same problem. It seems that the rrdfiles are being somewhat created, but nevertheless, the puppetmaster isn''t happy and keeps spewing: err: Report rrdgraph failed: Could not create
2017 May 24
1
classic upgrade, splitting servers
On Wed, 24 May 2017 13:56:31 +0200 "Stefan G. Weichinger via samba" <samba at lists.samba.org> wrote: > Am 2017-05-24 um 13:52 schrieb Rowland Penny: > > > I actually use ldb-tools (ldbsearch, ldbmodify, etc) > > > > But you can use 'id' on the DC: > > > > root at dc1:~# id Administrator > > uid=0(root) gid=0(root)
2011 Aug 10
1
Change the IP/name of the domain member server
Hi I have two servers: old production and new to change the old one. What is the right way to change to brand new server (with new Samba) in a way transparent to end users? Both (old and new one) servers are domain member servers. What I want to achieve is to: leave the old servers name and IP but assign them to new server. I have done almost everything, so the new server has the data, the
2005 Sep 13
2
wbinfo returns Error looking up domain users
Hi all, We have the following setup : PDC (samba/ldap) BDC's this was all originally setup on 2.0.9 and was working fine. We upgraded to 2.0.20 a few days now wbinfo doens't work. We use usrmgr.exe for admin and no users show up and only the BULTIN groups show up. zeus ~ # wbinfo -u Error looking up domain users zeus ~ # wbinfo -g BUILTIN/Print Operators BUILTIN/Backup Operators
2008 Mar 26
2
Node yaml cache not refreshed ?
Hi folks, When running puppetd --environment whatever, the environment is not taken into account on the puppetmaster. This bug appeared after ticket #1130 got resolved and is certainly due to caching of the node terminus. Looking through the code didn''t help me understand how this yaml cache should get refreshed. On the puppetmaster, the cache files located in
2009 Nov 02
2
Puppetd stops when the puppermaster doesn't answer
Hi, Since upgrading from 0.24 to 0.25, I''ve seen repeatedly puppetd clients just stop when they''re unable to reach the puppetmaster for a while. With the normal logging level, they just seem to stop without writing anything in their log. I''ve seen this with 0.25.1rc1, rc2 and final, which are all of the 0.25.x I''ve tried (always with the same version on
2008 Nov 12
0
guest inittab problems
We have several suse 10.3 guests running in paravirtualization, however all the guests boot with the following messages: Loading keymap Couldnt open /dev/tty1 Loading /usr/share/kbd/keymaps/i386/qwerty/us.map.gz failed Loading compose table latin1.add failed Start Unicode mode Couldnt open /dev/tty1 Couldnt open /dev/tty2 Couldnt open /dev/tty3 Couldnt open /dev/tty4 Couldnt open
2004 Nov 25
0
SAMR_CREATE_USER not running add machine script
Hi all I have now got a working PDC with successful adding of machines to domain and users can login. I've created a second PDC on a seperate machine using exactly the same configs with different PDC name. I can join a machine to the domain, but when you try to log in after joining the domain I get "unknown username or password" the logs shows that all authentication was
2004 Nov 23
1
problem with machine joining domains
Hi there. I have a problem with joining machines to a ldap/samba domain. originally I had errors saying can't find root user to auth, which is solved, but now when a machine tries to join the domain I get an error saying "user is not found" however the machine is added and the logs show no problems as all authentication is successfull can anybody give some insight ? -- Henti
2017 May 24
0
classic upgrade, splitting servers
Am 2017-05-24 um 09:11 schrieb L.P.H. van Belle via samba: > Hai Stefan, > > A heads up and few adviced changes/tips for you. > > smb.conf: > realm = my.tld > Change to > realm = MY.TLD > > Try to set a REALM always in CAPS. Some programs rely on that. ( for example, MIT Kerberos expects realm in CAPS ) > So prepair for 4.7 now already to save problems in