Displaying 20 results from an estimated 20000 matches similar to: "Ability to deploy a "skeleton" directory"
2016 Oct 03
6
winbindd losing track of RFC2307 UIDs
Hi all,
I've been experiencing an intermittent problem where some UIDs on a member
server spontaneously change from being their AD-derived values to being
allocated from the default idmap space, even when there is no change to the AD
user information.
Specifically, I have a member server running Samba 4.4.5 on CentOS 6.8.
AD service is provided by two Samba 4.4.5 servers.
The member
2016 Oct 04
2
winbindd losing track of RFC2307 UIDs
On Tue, 4 Oct 2016 02:35:21 +0200
Achim Gottinger via samba <samba at lists.samba.org> wrote:
>
>
> Am 03.10.2016 um 18:57 schrieb Rob via samba:
> > Hi all,
> >
> > I've been experiencing an intermittent problem where some UIDs on a
> > member server spontaneously change from being their AD-derived
> > values to being allocated from the default
2016 Oct 21
2
winbindd losing track of RFC2307 UIDs
On Tue, 4 Oct 2016, Achim Gottinger wrote:
> Am 03.10.2016 um 18:57 schrieb Rob via samba:
>> [...]
>>
>> This generally works fine... user mappings are like:
>>
>> $ wbinfo -i auser
>> auser:*:10028:10000:User Name:/home/auser:/bin/bash
>> $ id auser
>> uid=10028(auser) gid=10000(agroup) groups=10000(agroup),10007(othergroup)
>>
2016 Oct 04
2
winbindd losing track of RFC2307 UIDs
On Tue, 4 Oct 2016 15:16:17 +0200
Achim Gottinger via samba <samba at lists.samba.org> wrote:
>
>
> Am 04.10.2016 um 10:21 schrieb Rowland Penny:
> > On Tue, 4 Oct 2016 02:35:21 +0200
> > Achim Gottinger via samba <samba at lists.samba.org> wrote:
> >
> >>
> >> Am 03.10.2016 um 18:57 schrieb Rob via samba:
> >>> Hi all,
>
2016 Oct 04
2
winbindd losing track of RFC2307 UIDs
On Tue, 4 Oct 2016 16:09:40 +0200
Achim Gottinger via samba <samba at lists.samba.org> wrote:
>
>
> Am 04.10.2016 um 15:43 schrieb Rowland Penny via samba:
> > On Tue, 4 Oct 2016 15:16:17 +0200
> > Achim Gottinger via samba <samba at lists.samba.org> wrote:
> >
> >>
> >> Am 04.10.2016 um 10:21 schrieb Rowland Penny:
> >>> On
2005 Apr 15
1
cannot write to share
I have a server 192.168.0.14 and the directory I wish to share is /home/photo
I can mount from 192.168.0.1 with
mount -t smbfs -o "username=photo" //192.168.0.14/photo /mnt/smbshare
it prompts me for a password and I can see the contents of the share
but I cannot write to it.
Any pointers gladly recieved
kind regards
Kevin
--
"Democracy is two wolves and a lamb voting on what to
2009 Dec 04
3
Foreman reports - no pretty pictures :D
I''m playing around with foreman for the moment. I can''t seem to figure
out how to make the dashboard look like in this screenshot
http://theforeman.org/wiki/foreman/Screenshots#Dashboard
In order for those statistics to work what should be done?
I have activated the rrdgraph reports in puppetd, uncommented the line
":rrd_report_url: report/" in config/settings.yaml
2010 Jun 24
2
Vcsrepo module use git with certificate
Has anyone tried using this puppet forge module with a certificate?
(puppetlabs/vcsrepo) Any ideas on how to specify via command line to git
what certificate to use?
The only way that I know to tell git to use a specific certificate is to
use the GIT_SSH env variable and specify a script which calls ssh -i ... $@
Silviu
--
You received this message because you are subscribed to the Google
2010 Jan 21
5
rrd library missing
I am trying to get rrd graphs working, but I am getting the infamous
"RRD library is missing; cannot store metrics". Everything I have
read about the error applied to redhat or ubuntu. I am using Solaris
10.
I installed both the rrdtool Solaris package and the RubyRRDtool gem.
When I run "ruby -rRRDtool -e ''puts :yep''", it successfully returns
2010 Jun 24
8
Passenger barfs.
I have a freshly installed and updated CentOS 5.4 system running
puppet 0.25.5. I followed the passenger docs here:
http://projects.puppetlabs.com/projects/puppet/wiki/Using_Passenger
Upon starting the client, the following appears in the apache error log.
[Thu Jun 24 10:48:40 2010] [error] [client 10.10.4.45] Premature end
of script headers: production
[ pid=6785 file=ext/apache2/Hooks.cpp:706
2008 May 13
4
hard_breaks issues
Hello,
I''m new to this list, so first of all, many thanks to RedCloth''s
developers, it really helps me in many ruby apps :-)
I post here because I''d like to have a clear view on "hard_breaks"
related issues. I saw old references on the web and on the archives on
this ML, I''d like a fresh view !
It seems that RedCloth 3.0.4 does not handle
2010 Jun 17
5
Could not find class, code-blind
I''m troubled with a node-definition not able to resolve a class:
Could not find class rhnsd::common at /etc/puppet/manifests/nodes.pp:
8 on node X
Content of manifest/site.pp:
import "nodes.pp"
[...]
The layout of modules/rhnsd/ is:
|-- files
| `-- up2date-rhn
|-- manifests
| |-- client.pp
| |-- common.pp
| |-- init.pp
| `-- rhn.pp
A `cat'' from each
2010 Aug 31
23
Puppet + APT, I am lost...
Hi,
For the past week, I have been trying to figure out the best way to do
package management with Puppet on an Ubuntu system. I have studied many
solutons I found on the web, but none of them seem to do exactly what I want.
Among other things, I have tried everything that is discussed here:
http://groups.google.com/group/puppet-users/browse_thread/thread/af7349171a5821a4/db96b809c97f6006
but
2009 Dec 24
7
nested variables
Hi all!
I have quation: how i may use nested variables/facts? For example, I
have variable $iface. It''s variable declared in node brakets, and, use
with defenition. iface may be eth0, eth1(Linux), em0, ...
<freebsd>, ...
is fact:
facter | grep eth0 | grep mac
macaddress_eth0 => 54:52:00:3D:CB:40
We don''nt know name of $iface in our module (to generate network
2007 Aug 26
1
RE: migrating samba to new hardware and different OS
Hi All
I have done as much as I can to try and figure out what is going wrong
with my samba migration by googleing and reading mailing list archives
and reading documentation etc.
I have an existing SAMBA 3.0.5 domain running on suse linux 9.3.
I am trying to migrate this setup to a new server which is running
Fedora Core 6
smbd 3.0.24-7.fc6
I have migrated the data across to the new system
2007 Dec 30
1
adding a function after package.skeleton()
Dear R helpers,
I've successfully created a package 'constants' using package.skeleton
() with one dataframe and a few functions. However, now that I want
to add some functions and data to the package, I run into a problem.
I ran prompt(...) and moved + edited the resulting .Rd files as
appropriate (I believe). The log file from RCMD check constants does
indicate a few
2007 Oct 16
4
Useradd & NIS issue if the user exist
Hi,
I have a class to add users to all the host servers. We are in
the process to have a coexisting user which belongs in NIS & as well as
/etc/passwd.
We have NIS clients (yp running) on all host servers.
So when running puppet is fails to add or modify user, bcos the user
already exists in NIS.
Eg: A user pcruise is an existing NIS user.
When using useradd or
2008 Apr 11
2
YASP on puppetrun
YASP... Yet Another SSL Problem, this time on puppetrun.
$ sudo puppetrun -p 10 --host anotherhost -t aze
Failed to load ruby LDAP library. LDAP functionality will not be available
Triggering anotherhost
Host anotherhost failed: Certificates were not trusted: tlsv1 alert unknown ca
anotherhost finished with exit code 2
Failed: anotherhost
Running with "strace -f" shows that
2009 Dec 22
7
puppet, mongel, nginx and new nodes
Hey All,
This is probably a gotcha of some kind. That is to say I''ve missed a configuration somewhere. I''ve recently moved over to using mongrel as the puppet server type and having nginx proxy to one of four mongrel instances.
What I''m seeing though is that when I try to run a new node (one that has been created post moving to mongrel/nginx) is that it returns with the
2008 Jan 01
4
access data inside package
Dear all,
Happy new year!
I posted a very similar question a few days ago, but probably too
cluttered. Here is a tidy, minimal version:
I want to make a package, with a data.frame d and a function f given
below. Now, the function f needs to use the data.frame d. I could
(and that's what I've done temporarily) make a local duplicate of
this data.frame in the function definition,