search for: previosly

Displaying 11 results from an estimated 11 matches for "previosly".

Did you mean: previously
2004 Nov 23
4
Forwarding calls
Hello all, I want to setup Asterisk to forward a call if the dialed extension is busy. I do not want to wait on the line until the extension timeout expired. What I want is when I dial am extension currently Busy (Talking with someone), asterisk inmediately forwards my call to an extension I previosly defined. Someone could help me? Any clue will be appreciated. Regards from Spain. Ismael Gil.
2007 Jul 16
0
problem after mongrel_cluster 1.0.2 upgrade
Dear all, In the past, I''ve been successfully using mongrel_cluster following codahale setup [1]. Now I updated mongrel_cluster through gem to 1.0.2, and my previosly worked config is not working anymore. I report below a snip of one of logfile, it seems to me it is a missing gem problems, but this sounds strange to me, because my config was ok before the upgrade. Does mongrel_cluster 1.0.2 require some additional gem ? ** Daemonized, any open files are cl...
2003 May 07
0
Join win2k wks to samba domain - pleazeeeee help
...add the wks account with the script before trying to join the domain: smbldap-useradd.pl -w wks (it works fine, the wks machine is added in LDAP) i get the error "No mapping between this account and security ID's" if i try to add the computer account from the win2k machine without previosly making the wks account in ldap i get: "You are using a computer account, use a global user account to do this operation" I have read and followed several Howto (Ignacio Coupeau/ Idealx / Jim Collings / Samba-Howto--Collection etc ...) *************** smb.conf ***************** #===...
2010 May 06
2
Problem with nested functions - functions nested too deeply in source code
...und out that the problem is in the so called refinement procedure of the algorithm which consists of 10 different functions, returning an adjacency matrix. I¹m calling the refinement procedure with M <- refine1(M, A, B, p_A, p_B, FAIL) (note that all parameters in call refine1 have been defined previosly) Then the following steps look like this ##################################### # Refinement process # ##################################### refine1 <- function(M, A, B, p_A, p_B, FAIL, elim, i, j, k, sc, h, lst, x){ #print("refine 1") # elim marks if...
2008 May 06
5
Environments and tiers
Does anyone have any suggestions about how to deal with multiple environments/tiers? For instance, we have several environments ( production, dev, qa, etc.. ) and within each environment, different tiers ( web, data, app, etc ). Each tier is a different IP network segment, so all the hosts in each tier have different configurations for certain things like resolv.conf, ntp.conf and so on. We do
2003 Oct 08
1
Migrating from win2k pdc to samba3 + ldap + pam + nss
...he domain name to the one of the win PDC , joind my samba intro the domain and did a net rpc vampire , text flashed :) , and accounts were imported. Everything seemd to be ok . I changed the domain name to the new one, and restarted samba. I tried to login to the domain from a win 2k workstation previosly joind into the new domain. None of the imported accouts worked. I read some more docs and tried a scorpius:~# /usr/local/samba/bin/net groupmap modify ntgroup='Domain Users' unixgroup=users net: /build/buildd/openldap2-2.0.23/libraries/liblber/decode.c:500: ber_scanf: Assertion `(( ber )-&...
2006 Jun 03
12
How to get dynamically created inputs from html form back to rails app
...uot;); node = document.createElement("img"); node.setAttribute ("src","/images/trashcan_empty.png"); btn.appendChild(node); data.appendChild(btn); row.appendChild(data); body.appendChild(row); } The equivalent RHTML fragment that builds the table from previosly stored data is: <% answers = Answers.find (:all, :conditions => "parent_id = " + @question.id.to_s) for answer in answers presentation = Presentations.find_by_id (answer.presentation_id.to_s); -%> <tr> <td><%= answer.id %></td>...
2007 Feb 23
11
Problems getting mongrel service working
Hello list! I have mongrel service 0.1.0 working on my current production machine. Upgrading to a new server and also moving to mongrel service 0.3.1 has not worked yet. I am hoping someone will have an idea as to why. I have mongrel installed properly (I think): C:\rails\igacc>gem list --local *** LOCAL GEMS *** ... mongrel (1.0.1) A small fast HTTP library and server that runs
2004 Jan 15
6
My story installing Samba-LDAP PDC (it has a happy ending)
...it is not clear how they must be set, but I know they are set with smbpasswd -a. The example that comes with SLH says the following about the three accounts: Administrator: uidNumber: 506 --- I asume this can be any number not equal to 0 gidNumber: 0 --- maybe because the posixGroup 0 should be previosly mapped to sambaGroup rid 512, althogh this is not written anywhere. Is this true? sambaSID: a number that ends with 500 (I really don't know if this is truly necessary, but it DOES NOT come from the formula given above). sambaPrimaryGroupSID: must end with 512 (to indicate it belongs to the Dom...
2009 Mar 27
3
[Bug 20915] New: Refresh rate out of range, server backtrace
...ut of Range Popup, a plain black screen or a backtrace: Caught signal 8. Server aborting (EE) NOUVEAU(0): PLL limits table revision 0x30 not currently supported For certain fixed vertical and horizontal ranges I get either an out-of-range message or the black screen but only on first run after a previosly successful nv, nvidia or vesa run. If I try to run nouveau twice in a row then I get the backtrace. I've attached the Xorg log and the card bios (extracted using the dd method). X.Org X Server 1.5.3 Release Date: 5 November 2008 X Protocol Version 11, Revision 0 Build Operating System: Linux...
2005 Nov 28
20
open/stat64 syscalls run faster on Xen VM than standard Linux
Dear all, When I debugged the execution performance of an application using strace, I found there are some system calls like open and stat64 which run faster on XenLinux than the standard Linux. The following is the output of running "strace -c /bin/sh -c /bin/echo foo" on both systems. An open call runs averagely 109 usec on standard Linux but only 41 usecs on XenLinux. An stat64