search for: coper

Displaying 6 results from an estimated 6 matches for "coper".

Did you mean: cope
2003 Oct 18
2
Even Newer Patch to app_queue with skillbased strategy
...d deal of bits in a mask (int can have 32) For anyone not familiar with this concept see unix chmod that uses an octal and the bits 1,2,4 For the queue skillmask just keep multing the number by 2 1 = sales 2 = tech level 1 4 = tech level 2 8 = tech level 3 16 = advanced problems 32 = coperate to allow a queue member to be allowed to take the call just add up all the numbers that go with his skills and set that as his skillmask to set the call just use prompts to caculate what kind of call it is and feed that skill bit to the Queue exten => 1,1,Queue,skillqueue||1 ; 1 is...
2007 May 08
1
rsync fails to sync files
...hen copying a file from one location to another between two Debian boxes, if destination includes a file with same size and name, rsync fails to see that they are not exactly the same file. The situation originates from copying a file to a place which is periodically rsynced onwards, and the rsync coperation takes place before the original file transfer to the rsync source is complete. Example: Source: md5sum: 2ac4a4ad88da17f49d26c9e578ce5432 somefile.exe sha1sum: eaabb30b716e993be000b89208e2d9f63e78f052 somefile.exe ls -l: -rwxrw---- 1 user group 109819105 Apr 2 10:48 somefile.exe* Destin...
2003 Aug 25
1
ODBC access
...ning messages: 1: [RODBC] ERROR: state IM002, code 0, message [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified 2: ODBC connection failed in: odbcDriverConnect(paste("DSN=", dsn, ";UID=", uid, ";PWD=", pwd, Thanks for your coperation. Regards, Giuseppe Faieta
2002 Jun 03
1
WinXP allows login to expired/forbidden accounts
Hi, I've stumbled upon this problem while trying to limit access to specific machine to specific domain users. I did it by setting Samba to obey PAM restrictions, and then using the pam_access PAM module ('account' clause) to do user validation (described below). On Win2000, this works fine - if an unauthorized user tries to login, Win2000 says 'Account not permitted to
2008 Sep 19
7
Non-Ruby REST client for Ruby REST server
Hi, I have a Rails 2 app and I wand to provide an API for 3rd party applications written on any language the customer uses. My thoughts are that the best way of providing it is by taking advantage of rails RESTfulness and let them perform CRUD actions on my data through it. But I don''t seem to find many information on how to achieve this. I first want to develop .NET clients (or web
2015 Aug 27
4
Samba Internal DNS vs. BIND_DLZ
On 08/27/2015 04:52 PM, Rowland Penny wrote: > On 27/08/15 21:42, Robert Moskowitz wrote: >> >> >> On 08/27/2015 04:37 PM, Rowland Penny wrote: >>> On 27/08/15 21:23, Robert Moskowitz wrote: >>>> >>>> >>>> On 08/27/2015 04:18 PM, Marc Muehlfeld wrote: >>>>> Hello Jim, >>>>> >>>>> Am