similar to: NSS module

Displaying 20 results from an estimated 200 matches similar to: "NSS module"

2003 Mar 04
1
2gb file size limit
What possible factors can cause a 2 gig file size limit ? I've verified that the underlying filesystem can handle much larger files. I'm using the standard samba package from Debian testing, version is 2.2.3a-12. Please cc me on responses. Thanks in advance ! -- Josh Litherland (fauxpas@temp123.org) -------------- next part -------------- A non-text attachment was scrubbed... Name:
2002 Feb 13
2
Oops in kjournald
I'm getting oops whenever I pull a big file off of an ext3 filesystem on my large LV. The kernel this comes from happens to have lvm 1.0.2 and posix ACL for ext2/3 patched in, but I get the crash even on vanilla 2.4.17. kymoops 2.4.3 on i686 2.4.17-acl-lvm. Options used -V (default) -k /proc/ksyms (default) -l /proc/modules (default) -o /lib/modules/2.4.17-acl-lvm/
2005 Mar 11
1
Trouble with Realtime
Greetings, I'm having some trouble with the realtime engines. When asterisk loads, everything looks fine, there don't seem to be any problems via notices or anything. Furthermore, cdr_odbc is working, and actively logging my failed call attempts to db through ODBC using the same DSN. unixODBC and the mysql drivers are installed from source. Here are the relevant parts of the config:
2011 Feb 24
2
MCMCpack combining chains
Deal all, as MCMClogit does not allow for the specification of several chains, I have run my model 3 times with different random number seeds and differently dispersed multivariate normal priors. For example: res1 = MCMClogit(y~x,b0=0,B0=0.001,data=mydat, burnin=500, mcmc=5500, seed=1234, thin=5) res2 = MCMClogit(y~x,b0=1,B0=0.01,data=mydat, burnin=500, mcmc=5500, seed=5678, thin=5) res3 =
2005 Jul 27
1
WG: icecast source-buffer
> > I'm running an live 128kbit mp3-upstream (icecast v 2.2.0 > on freebsd) from a > > site where the internet-connection is rather bad and drops > every ~20min for > > few seconds (I'm using streamtranscoder by the way). my > question is if > > there's any parameter to increase the buffer of the > upstreaming-source. the > > config-file of
2004 Jul 28
2
Music On Hold - not working for me...
Hi all, I'm trying to make some simple MOH (Music On Hold) working. So far I've failed miserably - so I turn here for help. Basically I've been using the wiki and all the sample confs I could from there and via google. The queue system seems to work fine with my limited setup. Just 2 IAX2 clients where I keep Client B busy (by making it listen to mp3 via ext. 777) but logged into
2016 Mar 23
2
samba 4.4rcx WINS nsswitch module
cd samba-4.4.0 ./configure --prefix=/usr/local/samba --fatal-errors --enable-gnutls --enable-debug --enable-selftest make make install ln -v -fs /usr/local/samba/lib/security/pam_winbind.so /lib64/security/pam_winbind.so ln -v -fs /usr/local/samba/lib/security/pam_smbpass.so /lib64/security/pam_smbpass.so ln -v -fs /usr/local/samba/lib/libnss_winbind.so.2 /lib64/ ln -v -fs
2002 Nov 27
4
libnss on solaris
hi, i am trying to make solaris resolve windows names via nsswitch.conf using broadcasts and/or wins server. i have compiled samba and nsswitch/libnss_wins.so. i added wins to hosts section in nsswitch.conf and copied libnss_wins.so as /lib/nss_wins.so.1 and it does not work. am i missing something? please help, terry
2016 Mar 23
2
samba 4.4rcx WINS nsswitch module
cd /usr/lib64/security rm pam_smbpass.so rm pam_winbind.so rm /lib64/libnss_wins.so* ln -s /usr/local/samba/lib/libnss_wins.so.2 /lib64/libnss_wins.so.2 ln -s /usr/local/samba/lib/libnss_wins.so.2 /lib64/libnss_wins.so reboot # ping google.com Segmentation fault 2016-03-23 13:39 GMT+02:00 Rowland penny <rpenny at samba.org>: > On 23/03/16 10:12, barış tombul wrote: > >> cd
2016 Mar 24
3
samba 4.4rcx WINS nsswitch module
On 23/03/16 13:05, Rowland penny wrote: > On 23/03/16 12:53, barış tombul wrote: >> cd /usr/lib64/security >> rm pam_smbpass.so >> rm pam_winbind.so >> rm /lib64/libnss_wins.so* >> ln -s /usr/local/samba/lib/libnss_wins.so.2 /lib64/libnss_wins.so.2 >> ln -s /usr/local/samba/lib/libnss_wins.so.2 /lib64/libnss_wins.so >> reboot >> # ping google.com
2016 Dec 08
4
How to join join Ubuntu desktop to AD
On Thu, 8 Dec 2016 13:03:49 -0500 lingpanda101 via samba <samba at lists.samba.org> wrote: > On 12/8/2016 12:52 PM, Rowland Penny via samba wrote: > > On Thu, 8 Dec 2016 12:27:20 -0500 > > lingpanda101 via samba <samba at lists.samba.org> wrote: > > > >> I think I have a issue with ldconfig not finding winbind. I create > >> the sym links and
2016 Dec 13
2
How to join join Ubuntu desktop to AD
On Tue, 13 Dec 2016 14:57:59 -0500 lingpanda101 via samba <samba at lists.samba.org> wrote: > On 12/12/2016 3:27 PM, lingpanda101 wrote: > > On 12/11/2016 8:59 AM, Brian Candler via samba wrote: > >> On 10/12/2016 16:25, Brian Candler wrote: > >>> I think there's plenty of emphasis now, but I think there is a > >>> part which is misleading: >
2015 Jun 22
3
nsswitch/libnss_winbind.so.2
Hello, Trying to set up an AD member server, I am stuck on nsswitch not working. wbinfo -u returns the list of domain users, but getent passwd <some user> always fails (exit 2) /etc/nsswitch.conf passwd: files winbind shadow: files winbind group: files winbind $ ls -l /usr/lib64/libnss_w* lrwxrwxrwx 1 root root 19 23 f?vr. 14:39 /usr/lib64/libnss_winbind.so ->
2004 Aug 25
2
libnss_wins
Could someone explain the use of libnss_wins within Samba 3? Currently utilizing libnss_ldap. -- Raymond
2007 Feb 08
5
FreeBSD and Winbind
I'm hoping this is an easy question, but the way my day has gone I seriously doubt it is going to be. Today, I installed Samba 3.0.24 with winbind support on my FreeBSD 6.2 server. I am able to join my domain and get information concerning groups and passwords from the domain controller (Windows 2003) without any problem. Where I have run into a problem is using getent to get a copy of the
2002 Jun 04
2
Diagnosing Your Samba Server
To whom it may concern, I have been trying to figure out what has been going wrong with my setup of samba server. I am configuring the package that was sent with Red Hat Linux 7.2, but have not been able to get it to work. For three days now I have been stuck on step eight of the diagnosing step and my server keeps returning the error that and "unexpected network error has occured".
2002 May 16
7
Name Resolution, Pinging
I am running redhat 7.3 with Samba 2.2.4. I was wondering if there was a way to use Samba to resolve my IPs instead of having to add all the entries to my /etc/hosts file? For instance, I would like to be able to do `ping acormany` instead of `ping <IP Address>`. We are currently using WINS on a Windows box to resolve the IPs. As of right now, I can `ping acormany` on a Windows system, but
2016 Dec 08
2
How to join join Ubuntu desktop to AD
On Thu, 8 Dec 2016 12:27:20 -0500 lingpanda101 via samba <samba at lists.samba.org> wrote: > > I think I have a issue with ldconfig not finding winbind. I create > the sym links and verified they exist. What am I missing? Thanks. > > ldconfig -v | grep "libnss_" > /sbin/ldconfig.real: Path `/lib/x86_64-linux-gnu' given more than once >
2004 Jun 09
1
getent passwd & wbinfo -u not working
HI, i had messed up with the pam.d so i did a fresh install. now after this fresh install some how getent passwd and wbinfo -u is not working. the rest of the commands kinit net ads join are ok. [root@NIIT158 samba]# wbinfo -u Error looking up domain users and getent passwd simply returns me to the prompt after listing the names of the local users and groups any know how whats going
2016 Mar 22
3
samba 4.4rcx WINS nsswitch module
I would appreciate it if you can change the host value in the /etc/nsswitch.conf file from *hosts:* to *files wins dns * and try again by restarting the server, since the error occurs whenever I restart the server. However, If I change the host value which is *hosts: * in the /etc/nsswitch.conf file to *files dns wins *and restart the server everything runs perfectly, when the alignment of