Displaying 8 results from an estimated 8 matches for "stlll".
Did you mean:
still
2015 Jun 13
2
idmap & migration to rfc2307
...ugh sssd is now running and I'm no longer reliant on
> winbind, the rest of samba doesn't seem to be taking notice of these
> mappings - again, only after a period of time (it's OK at first, but
> then switches to the wrong mappings).
Then you must have some winbind(d) nonsense stlll. Remove the .tdb s and
killall winbindd processes. Make sure the idmap_ldb line is removed.
Make sure only winbind is running at samba start up (I think it's
+winbind, -winbindd) and lose all refrences to winbind in nsswitch.conf.
net cache flush doesn't work. You need to remove the da...
2009 Apr 26
9
Problems running features with Textmate Cucumber bundle
I finally plunked down for the beta RSpec bundle and I''m working
through the initial example. Although I''m a fairly experienced RSpec
user, I''m stlll learning new tricks.
Anyway, I''m going though the mastermind example, and everything is
going well, except that I decided to also try out the Textmate bundle
for Cucumber. I decided to use Ben Mabey''s fork on github since it
seems to be the most evolved.
When I try to run a fe...
2015 Jun 13
0
idmap & migration to rfc2307
...g and I'm no longer reliant on
>> winbind, the rest of samba doesn't seem to be taking notice of these
>> mappings - again, only after a period of time (it's OK at first, but
>> then switches to the wrong mappings).
>
> Then you must have some winbind(d) nonsense stlll. Remove the .tdb s and
> killall winbindd processes. Make sure the idmap_ldb line is removed. Make
> sure only winbind is running at samba start up (I think it's +winbind,
> -winbindd) and lose all refrences to winbind in nsswitch.conf. net cache
> flush doesn't work. You need...
2015 Jun 12
2
idmap & migration to rfc2307
Thanks buhorojo. The sssd list came up trumps here. When changing ID
mappings, the sssd database must be manually removed (rm
/var/lib/sss/db/*). I now have sssd working again :)
I shall keep an eye on the mappings during the day today..
On 12 June 2015 at 07:36, buhorojo <buhorojo.lcb at gmail.com> wrote:
> On 12/06/15 01:34, Jonathan Hunter wrote:
>>
>> On 11 June 2015 at
2011 Sep 23
21
Official puppetlabs position on cron vs puppet as a service?
Over the years many shops have come to start running puppet via cron to
address memory leaks in earlier versions of Ruby, but the official position
was that puppet was meant to be run as a continually running service.
I am wondering if the official position has changed. On one hand many if not
all of the early Ruby issues have been fixed, on the other, the addition of
mcollective into the mix as
2020 Oct 02
5
Kerberos ticket lifetime
On 02/10/2020 13:24, Jason Keltz via samba wrote:
> Hi Louis,
>
> I had already done that at one point.
>
> My pam_winbind is already working.? I can SSH to the system, and I get
> a proper ticket.? My only issue is that it doesn't refresh the ticket
> before expiry when I ssh to a system.? I think I can script around
> that and just not rely on winbind to do it.
2015 Jun 13
4
idmap & migration to rfc2307
...;m no longer reliant on
>>> winbind, the rest of samba doesn't seem to be taking notice of these
>>> mappings - again, only after a period of time (it's OK at first, but
>>> then switches to the wrong mappings).
>> Then you must have some winbind(d) nonsense stlll. Remove the .tdb s and
>> killall winbindd processes. Make sure the idmap_ldb line is removed. Make
>> sure only winbind is running at samba start up (I think it's +winbind,
>> -winbindd) and lose all refrences to winbind in nsswitch.conf. net cache
>> flush doesn't...
2007 Oct 01
15
how to spec views
I''m trying to spec a view but haven''t done much view specing.
This view render different partials depending on authentication of the user:
annon, admin, player
So I I''ll write if conditionals in the view with the partials
it "should render signup propaganda for annon users trying to view games"
do
render "/games/index.rhtml"