similar to: [Fwd: Re: -- SOLVED -- "valid users" + ldap on Solaris 10 problems]

Displaying 20 results from an estimated 200 matches similar to: "[Fwd: Re: -- SOLVED -- "valid users" + ldap on Solaris 10 problems]"

2005 Dec 28
4
"valid users" + ldap on Solaris 10 problems
Hello, We have just migrated a server from sun solaris 8 to sun solaris 10. In the old machine we had a Samba 3.0.20b and in the new one, we have samba 3.0.21, both compiled like this with no problems: env LD_FLAGS="-L/usr/local/lib" ./configure --with-ldapsam --without-pam --with-quotas --with-ldap --with-included-popt --with-acl-support --with-libsmbclient We share user's
2004 Jun 07
2
help with cwrsync
Hello everybody I use cwrsync in a mixed servers network to make backup. I have a problem with Windows perms when rsync makes backups from Windows directorys like /winnt or /Documents and Settings. Rsync starts his job, but anytime when the console shows a message like this: "opendir "Area NET" (in unitd) failed: Permission denied" the job stop and the backup is
2005 Jul 08
5
Help with Mahalanobis
Dear R list, I'm trying to calculate Mahalanobis distances for 'Species' of 'iris' data as obtained below: Squared Distance to Species From Species: Setosa Versicolor Virginica Setosa 0 89.86419 179.38471 Versicolor 89.86419 0 17.20107 Virginica 179.38471 17.20107 0 These distances were obtained with proc 'CANDISC'
2005 Nov 20
0
sambaLogonHours again...
Hi all, I've been playing around with the sambaLogonHours attribute to lock down access from some users. This is the real scenario: 1. Admin user "ADM" wants to allow user "foo" only from 6am to 6pm, so he opens his favourite tool usrmgr.exe and set this restriction for user "foo". 2. Next day, some minutes before 8am user "foo" tries to log in, in
2007 May 28
5
CTI in ActiveRecord
I search an plugin or gem, but don''t find nothing satisfactory. I believe to be stranger a technology that nails the DRY, have that create you vary equal tables, instead of using inheritance. Exists an soluction for this? I want a solution similar to this: create_table :people |t| do t.column :name t.column :address end create_table :customer |t| do t.column :person_id
2005 Jan 30
5
agent logoff
I am using AgentCallbacklogin to logon agents. I am trying to avoid agents being logged in more than once in different extensions (is this a bug?) by passing the callerid to the AgentCallbacklogin funtcion as an option. The problem is that by doing this, agents are not asked for an extension and they cannot logoff (by pressing the #). Any ideas how can agents logoff? -------------- next part
2012 Mar 28
0
[LLVMdev] GSoC 2012 Proposal: Python bindings for LLVM
Hello all, Here is my GSoC 2012 proposal: Python bindings for LLVM. Any feedback are welcome! *Title: Python bindings for LLVM* *Abstract: * llvm-py provides Python bindings for LLVM. The latest llvm-py supports bindings with Python 2.x version for LLVM 2.x. This project is to improve llvm-py to make it compatible with both Python 2.x and Python 3 for LLVM 3. *Motivation* LLVM is used as a
2002 Mar 01
0
ip_conntrack: table full, dropping packet.
Hi, I know that this is a known problem but I don''t know the solution. I have a linux server with iptables, kernel 2.4.17. Now in logs appear (Debian): kern.log: Mar 1 23:12:55 cpie kernel: ip_conntrack: table full, dropping packet. Mar 1 23:13:56 cpie last message repeated 10 times Mar 1 23:13:59 cpie last message repeated 3 times Mar 1 23:14:10 cpie kernel: NET: 1 messages
2005 Sep 29
2
SAMBA 3.0.14a getpwent() usage with LDAP backend -- URGENT HELP!!!
Hi, We're being hit by occasional very high load (up to 23 on a SUN Fire v440) on our LDAP server coming from a query of (objectClass=posixAccount). This currently returns over 54,000 entries ... This is coming from the getpwent() call in util_getent.c:getpwent_list() This is coming from srv_samr_nt.c:get_memberuids() But we're having trouble working out what triggers this call: it
2003 Jan 31
2
Precompiled rsync 2.5.5 for SPARC Solaris 8 64bit
Hello List, Would anybody have a precompiled version of rsync 2.5.5 for SPARC Solaris 8 64bit? Thanks in advance for your help, Loris -- Loris Serena Unix Systems Administrator PaddyPower Bookmakers Phone : +353-1-4049633 http://www.paddypowerplc.com Mobile: +353-87-9683760 mailto:lserena@paddypower.com Privileged, confidential and/or copyright information
2003 Aug 13
4
Question on --include-from option.
Hello list, I am running rsync 2.5.5 on some Solaris 7 and 8 boxes. I'd like to sync different directories from one box to another. This is my include file: ppukweb2% more rsync-include-file /tmp/loris/testrsync1 /tmp/loris/testrsync2 /tmp/loris/testrsync3 This is the command I run: rsync -azv -e ssh --stats --include-from=/tmp/rsync-include-file ppukweb8:/tmp/loris and this is the
2018 Apr 03
1
Help on a Nat To Nat soluction - tinc servers won't ping remote clients
Guus, Thank you for your help (a)>>You said:- First, if you are already using "ip" to assign an address..... Why should I use "ip route" instead of "route add..." Surely both write same to the Routing table? (b) My problem was, that Tinc servers could not ping remote clients, whereas clients could ping successfully across VPNWhen pinging Client to Client
2018 Apr 04
0
Help on a Nat To Nat soluction - tinc servers won't ping remote clients
Thank you, Parke and Guus. I have now understood and got it working. Because of my beginner belief, I assumed that the tinc vpn end points needed to be on the same network. I have now discovered that the tinc vpn IP end points addresses can be arbitrary, and different! So I have set the end points to be local to the LAN they connect, and added on each tinc server a dev route to ensure
2017 Apr 19
4
difficulty in Ubuntu 14.04 apt-getting R 3.3.2
Hi: I have a Dockerfile, which builds an image which installed R 3.3.2 in Ubuntu 14.04, but building using that Dockerfile seems to have stopped working and I am unclear why. I believe the relevant error is: Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet
2003 Sep 18
1
modified include-from file not taken into account.
Hello list, Using rsync 2.5.6 on Solaris 7/8 boxes: I was happily running this script via crontab: $ more webrsync.ksh #!/bin/ksh # @(#) File synchronization across hosts using rsync #Description : # # Created : 4 September 2003 # Author : Loris Serena set -x LPATH=/usr/local/bin for i in 1 3 4 5 6 7 8 do ${LPATH}/rsync -azvv -e ${LPATH}/ssh --stats
2007 Jul 21
0
compiling samba 2.2.12 on Solaris (x86)
I am trying to build Samba 2.2.12 on Solaris 10 x86 with gcc. I am not able to successfully build it, however. I get a linker error for an undefined symbol VA_COPY. How can I fix this problem? Linking bin/smbd Undefined first referenced symbol in file VA_COPY lib/snprintf.o ld: fatal: Symbol referencing errors. No
2003 Jul 11
1
Compile issues /w kerberos - Samba - 3.0 b2
I get the following compile error when compiling. It appears to be coming from KRB5LIBS. I'm not sure if it is a bug that needs to be addressed or if I screwed something up? I'm using the standard source: Error message ....... Linking libsmbclient shared library bin/libsmbclient.so PYTHON_OBJS="dynconfig.po param/loadparm.po param/params.po lib/charcnv.po lib/debug.po lib/fault.po
2011 Aug 25
1
how to match a dataframe and a list
Hi! I am a beginner and I hope you will help me! I have one data frame with numbers as columns names that correspond to codes. In a list I have the codes and the corresponding state. Now I need to match the columns (codes) of the data.frame with the codes in the list, since not all the codes in the dataframe are also in the list and vice versa. As output I will need a table with just the columns(
2018 Mar 31
5
Help on a Nat To Nat soluction - tinc servers won't ping remote clients
I have a three tinc server setup, similar to "4.3 How Connections Work" using the configuration mostly likehttp://ostolc.org/site-to-site-vpn-with-tinc.html The clients (Ubuntus, Debians and Windows 10s) can all ping (and SSH) to each other remotely. As far as that is concerned it's working great - thanks so much for some great software. However, on each of the Tinc servers (A and
2006 Aug 14
1
Testing CRUD/Rest Controllers
I have a few simple controllers doing plain, simple crud in a standard way. now it''s not very DRY to write a funtcional test for each controller, since they are all doing the same (apart from a few variable names, but that could be easily inflected or so). is there a way to do this? e.g. does inheritance work with tests, so i define a base test first, inherit my other tests and add a few