I don't know for sure, but it seems that there was no need to support
anything besides groups and password when nss_compat.c was committed.
At that time, IIRC, the modules that we had in ports supported only
these databases.
--
Michael
On Thu, Jun 7, 2012 at 2:43 PM, Mel Flynn wrote:
> Hi,
>
> I
On Tue, Oct 11, 2011 at 1:42 PM, wrote:
> Doug Barton wrote:
>
>> On 10/10/2011 11:55, David Brodbeck wrote:
>> > Is there any reason to cache negative hits?
>>
>> It's very important for DNS since there are a fairly large number
>> of misbehaving applications that don't stop querying until they
While I agree that nscd negative caching bug should be fixed, it won't
help with the problem that users encounter during ports installation.
When, for example, user "x" is added during port install, the
following steps are involved:
1. Script checks if "x" is present in the users list. Nscd is quer
There are probably 2 things here:
1. There's some error in nsswitch<->nscd communication protocol that
causes nsswitch to write into the closed socket. This is not trivial
to investigate and will require analyzing nscd and client process logs
side by side (and possibly adding some more logging).
2.
On Tue, Oct 4, 2011 at 8:14 PM, Sean M. Collins wrote:
> On 10/4/11 2:02 PM, Michael Bushkov wrote:
>> Users/groups caching can be pretty much useful when you have large
>> LDAP or NIS setup.
>
> Agreed, and forgive me for hammering you (I freely admit I don't have
>
Users/groups caching can be pretty much useful when you have large
LDAP or NIS setup.
--
Michael
On Tue, Oct 4, 2011 at 7:56 PM, Sean M. Collins wrote:
> Oops - I latched on to the wrong parts of the manpage when I was reading
> and sent my first message. Thanks for pointing this out.
>
> Howeve
Hi,
Disclaimer: I've written the nscd utility, so I can be a bit biased.
On Tue, Oct 4, 2011 at 5:47 PM, Sean M. Collins wrote:
> I've never heard of the utility until you mentioned it.
>
> I'd nuke it, since really there are more popular alternatives like Redis
> and Memcached in the ports tree
If you don't mind, as I've worked extensively with nsswitch, I can
check the current implementation and provide you a patch to update the
docs.
On Wed, Sep 1, 2010 at 12:18 AM, Ivan Voras wrote:
> I'm trying to do something with NSS and I see that NetBSD has much
> better documentation for it:
>
.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
--
With best regards,
Michael Bushkov
Southern Federal University
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listin
r, fixes the problem.
--
With best regards,
Michael Bushkov
Rostov State University
--- make_libdeps.sh.orig Fri Nov 24 10:11:07 2006
+++ make_libdeps.sh Fri Nov 24 10:08:13 2006
@@ -65,7 +65,7 @@
libdir=$(dirname ${makefile})
deps=$(
cd ${libdir}
-make -V LDADD
+make -m $
citly setting this variable in these libraries?
I mean - as they are static, do we need to explicitly set NO_PIC there?
2. And theoretical question. Does every object that will be linked into the
shared library should be built with PIC enabled?
--
With best regards,
Michael Bu
ope, this will satisfy you :)
With best regards,
Michael
- Original Message -
From: "Julian Elischer" <[EMAIL PROTECTED]>
To: "Michael Bushkov" <[EMAIL PROTECTED]>
Cc: ;
Sent: Tuesday, December 06, 2005 9:46 PM
Subject: Re: [PATCH] nsswitch extensions + cachin
this version seems to be worth using it :)
Here is the the new release of the patch:
http://www.rsu.ru/~bushman/nsswitch_cached/nss_cached_rev2.patch
The description of the project itself and of its several new features
can be found here:
http://rsu.ru/~bushman/nsswitch_cached/
Your feedback wo
Hello, Ceri!
I'll do all the necessary changes and will send the updated patch to you
and to the lists.
I hadn't realised that. I'd be interested to see that patch if you
still have a copy, as it would answer the question of how much work
doing such a thing would be. So far as I'm concerned
Hello, Ceri!
Ceri Davies wrote:
I realise that you weren't asking for comments, but I took a quick look
at http://www.rsu.ru/~bushman/nsswitch_cached/nss_cached.patch and have
some. I'll send this to the original lists too.
Thanks for comments! I need them much.
o There aren't nearly eno
reeBSD source tree.
With best regards,
Michael Bushkov
Rostov State University
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Please, test the stuff if you can and send me your bug-reports :)
With best regards,
Michael Bushkov
Rostov State University
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
7;ll be able to choose the behaviour.
In the last episode (Aug 29), Michael Bushkov said:
There is some information in my project's description here:
http://wikitest.freebsd.org/moin.cgi/NsswitchAndCachingTechnicalDetails
One question that comes to mind:
It looks like the end-user
Hi, Doug!
I'm not sure what guidelines were given to you when you started the project,
but in reviewing your work the first thing I noticed was that you are not
following the guidelines in the style(9) man page. You should read that page,
and spend an afternoon reformatting your code to fit wha
n.diff patch) - I also think that it
could be merged into the CURRENT.
In the second release (will happen in 1-2 days - it needs additional
testing) i'll add caching support for other nsswitch databases (the most
important is the host database support, I believe).
With best regards,
Michael B
rent hosts.
I'll be really glad to answer your questions and bug-reports.
With best regards,
Michael Bushkov
Rostov State University
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubs
tch,
as it implements 'services' data source.
I've included the patch once again here. Is it possible to commit it in
the nearest future?
P.S.
Patch should be applied in /usr/src/lib/libc/net.
--
Michael Bushkov <[EMAIL PROTECTED]>
Rostov State University
*** ./initial/getser
esting and developing of this
project.
Michael Bushkov <[EMAIL PROTECTED]>
Rostov State University
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> On Fri, 5 Mar 2004, Michael Bushkov wrote:
>
> > Some time ago there was a discussion concerning in-process vs. IPC
> > nsswitch implementation. We agreed that we should develop an example of
> > IPC implementation and ask for a discussion. We are glad to present you
>
Hello!
What do you mean exactly by saying "not as functional"?
Michael Bushkov
Software Engineer,
Rostov State University
On Fri, 5 Mar 2004, Jordan K Hubbard wrote:
> Sounds similar to, but not as functional as, the lookupd in Mac OS X. :)
>
> On Mar 5, 2004, at 12:45 AM, Mi
ersistent-connections. It can be very useful.
But, returning to your question :) It is possible, i think.
There are some disadvantages, but it's possible.
Of course, using modules, developed for lookupd would be better, but as
"compatibility"
decision we can try to implement usage
entation of lookupd in the
FreeBSD project?
We'll be glad to hear your opinion.
Michael Bushkov,
Software Engineer,
Rostov State University
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
e or not the way we made it. And we also want to know if this
project can be added to FreeBSD project.
Please keep CC line of the message, so that all of our developers could
read your replies.
Michael Bushkov
Software Engineer,
Rostov State University
___
TL> Quite cool!
TL> NB: If you are strict NSS, you might be able to use the
TL> nss_ldap from FreeBSD without modification.
TL> I think this is ideal, so long as you can have multiple
TL> concurrent requests (e.g. there is at least a 64bit tag that
TL> gets given with the request and returned wit
Hello Terry,
Friday, June 20, 2003, 9:28:24 AM, you wrote:
TL> Chris Shenton wrote:
>> Michael Bushkov <[EMAIL PROTECTED]> writes:
>> > Can anyone tell me if there is an implementation of nscd for FreeBSD?
>>
>> For DNS information, have a look at "
Good day!
Can anyone tell me if there is an implementation of nscd for FreeBSD?
If there is no, who's currently working on it?
Michael A. Bushkov
Computer Center of Rostov State University
mailto:[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
htt
31 matches
Mail list logo