Displaying 4 results from an estimated 4 matches for "devhost".
Did you mean:
devhost1
2010 Dec 14
7
Environment specified by external nodes ignored
My custom external nodes script sets the environment variable, but Puppet
ignores it.
For testing, I have a manifest that deploys this template to a file:
environment = <%= environment %>
The output from my external nodes script:
---
classes:
- devhost
environment: development
parameters:
memcached_memory: ''32''
But running "puppetd --test" results in the file''s contents:
environment = production
Why is my external nodes environment being ignored?
--
You received this message because you are subscribed to...
2011 Jun 08
2
MySql2 adapter hangs in Rails3 on Windows XP
...in/rake:31:in `<main>''
I''ve checked the Gemfile and run bundle install.
Here is a snippet from the database.yml
development:
adapter: mysql2
encoding: utf8
reconnect: false
database: xxx_schema_name_xxx
pool: 5
username: xxuser
password: xxpwd
host: xxx_dev.devhost.com
port: 3306
I have reconfigured this for a db local on my PC and for a remotes db-
server. Both of those databases respond normally to commandline mysql
monitor and to MySql Workbench.
The tests with sqlite3 databases work fine.
--
You received this message because you are subscribed to t...
2020 Nov 18
0
samba / debian 10 / security=ads
...ts work without winbind and idmap
> parameters in smb.conf
In which case it sounds like you were using something like sssd or
nslcd, have you removed whatever you were using ?
>
> So I begin to study
> https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member
>
> On a devhost, I installed missing pakages
> https://wiki.samba.org/index.php/Distribution-specific_Package_Installation#Debian
> in particular winbind, libnss-winbind, libpam-winbind
Add libpam-krb5 if you haven't already installed it.
>
> with this config none of the clients could access to sh...
2020 Nov 18
2
samba / debian 10 / security=ads
...conf was copied from previous host debian 9 / samba
4.5.16-Debian and the winbind package was not installed.
On debian9 / samba 4.5.16 both clients work without winbind and idmap
parameters in smb.conf
So I begin to study
https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member
On a devhost, I installed missing pakages
https://wiki.samba.org/index.php/Distribution-specific_Package_Installation#Debian
in particular winbind, libnss-winbind, libpam-winbind
with this config none of the clients could access to shares
Some diagnostic I could perform
winbind seems working and samba can a...