Displaying 20 results from an estimated 239 matches for "tioned".
Did you mean:
tinned
2010 Feb 19
2
Problem with assert_redirected_to
I have taken over some old Rails code and am trying to get the tests to run.
In the functional test every time the assertion ''assert_redirected_to'' is
called I get the following error:
test_should_update_venue(VenuesControllerTest):
NoMethodError: undefined method `[]'' for
#<Enumerable::Enumerator:0x102f747e0>
2004 Sep 09
0
Dialing Out through Provider with Authentica tion
Does anyone know how to do this with the OH323 channel driver?
I want the local (7 digit dialing) to go out an h323 that I have registered
to a gatekeeper...
can I do something like
exten => _7.,2,Dial(OH323/ipofgatekeeper)
-----Original Message-----
From: Begumisa Gerald M [mailto:beg_g@eahd.or.ug]
Sent: Thursday, September 09, 2004 2:37 PM
To: Asterisk Users Mailing List - Non-Commercial
2005 Aug 31
1
RE: Is the 2.6 Linux kernel ready for produc tion * environment
uname -a
Linux asterisk 2.6.10-1.1771_FC2smp # 1 SMP Mon Mar 20 01:10:51 EST i686
i686 i386 GNU/Linux
Processing hundreds of calls & faxes a day. No problem. If you are going to
use a Fedora box make sure you yum update right after install then the
kernel sources symbolic link is not horribly broken as it used to be.
Otherwise, just go.
-----Original Message-----
From: canuck15
To:
2005 Jun 21
0
Looking for PRI Outbound Caller ID Configura tion
As an employee in the technical operations of a CLEC this information is easily obtainable by anyone that has access to the Class 5 switch servicing that PRI... A Q.931 trace in the Class 5 Switch will tell the whole story....
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Rich Adamson
Sent: Tuesday, June
2002 Feb 28
1
solaris 8/samba3.0alpha15: ld.so.1: ls: fatal: reloca tion error: file /lib/nss_winbind.so.1: symbol socket: referenced symbol not found
I had the same problem. You need to go into your Makefile and add the
[LIBS] definition to the part where winbind.so is linked. Just take it on
to the end of the line and run "make" and "make install" again. You might
want to do a "make uninstall" and a "make clean" first.
-Dan
-----Original Message-----
From: Jelmer Vernooij [mailto:jelmer@nl.linux.org]
2006 Jun 20
2
Problem with "can''t dump anonymous class Class"
I submitted this earlier, but the web forums went down and I''ve screwed up
the thread, so I''m starting over.
I''m trying to built a document upload system. The system has a main
Document model with different subclasses for different types of documents.
With the code below, if I attempt to create a Document, it works fine, but
if I attempt to use one of the subclasses, I
2010 Oct 20
0
No subject
below.
Thank you for any help,
Scott
Directory Server Diagnosis
Performing initial setup:
* Connecting to directory service on server base.mytestdomain.ca.
* Identified AD Forest.
Collecting AD specific global data
* Collecting site info.
Calling
ldap_search_init_page(hld,CN=3DSites,CN=3DConfiguration,DC=3Dmytestdomain=
,DC=3Dca,LD
2010 Feb 22
3
Re: [PATCH 0/3 V3] btrfs: a new tool to manage a btrfs filesystem
On Sun, Feb 21, 2010 at 8:40 AM, Goffredo Baroncelli <kreijack@gmail.com> wrote:
> filesystem resize [+/-]<size>[gkm]|max <filesystem>
-filesystem resize [+/-]<size>[gkm]|max <filesystem>
+filesystem resize [+/-]<size>[gkm]|max <dev>
This command works on devices, not paths.
> Resize a filesystem identified by <path>. The
2004 May 20
1
mixed models for analyzing survey data with unequal selec tion probability
Han-Lin
I don't think I have seen a reply so I will suggest that maybe you could try
a different approach than what you are thinking about doing. I believe the
current best practice is to use the weights as a covariate in a regression
model - and bytheway - the weights are the inverse of the probabilities of
selection - not the probabilities.
Fundamentally, there is a difficulty in making
2002 Aug 06
1
Intermittent failures mapping drives.. need debugging help/sugges tions
There is a problem with a user mapping a network drive. Sometimes
he can map it, sometimes he can't.
SAMBA: 3.0-alpha18
UNIX: HP-UX 11.0
rsc is a valid account on the machine he's trying to connect to
(entry in /etc/passwd, decent permissions on home directory and
all parent directories, etc.)
The strange thing is sometimes it works, and sometimes it
doesn't. If it doesn't
2010 Jan 03
0
[PATCH] exa: Some compat defines for new pixman formats.
Signed-off-by: Maarten Maathuis <madman2003 at gmail.com>
---
src/nv50_exa.c | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/src/nv50_exa.c b/src/nv50_exa.c
index 10a3a64..59c198f 100644
--- a/src/nv50_exa.c
+++ b/src/nv50_exa.c
@@ -431,6 +431,26 @@ NV50EXAUploadSIFC(const char *src, int src_pitch,
return TRUE;
}
+/* Compat defines for pre
2011 Nov 23
1
doveadm import assertion failed
Restoring a user's mailbox yesterday resulted in 'doveadm import'
panic'ing with an assertion failure and giving a backtrace:
/usr/bin/doveadm import -u <user> mdbox:/maildir/riseup.net/a/<user>/.daily.1/mdbox restored_from_backups/daily1 all
doveadm(<user>): Error: Transaction log
2006 Sep 20
3
Unit and Functional Tests Bombing with Ferret
Hello,
I am currently using ferret 0.9.5 and acts_as_ferret 0.2.3 on windows XP
All my unit and functions test that used to work before I installed
ferret are erroring out. My index is on a model name Post, and it looks
like all tests that contains methods which does CRUD to the Post model
bombs out.
Is there anything special I need to do before running unit and
functional test?
Thanks
2006 Jun 19
3
can''t dump anonymous class Class
I''m trying to create a document upload system, where most of the code is
the super class Document and just the path to file on the system is
controlled by the sub classes. When I attempt to use my code, I get the
following when I try to save the document.
can''t dump anonymous class Class
Any ideas?
** Migration **
class CreateDocuments < ActiveRecord::Migration
def
2011 Sep 19
27
Installing Rails Help!
Hi,
I followed a Tutorial on Nettuts to install Ruby with RVM and this went
well. I then tried to install Rails to follow the ''How to build a dropbox
live service'' from Netttus but appear to get errors can anybody help?.
Once I installed rails I created a new rails project using the command
(Rails new sharebox -d mysql)
This worked and created the folder structure.
I then
2014 Nov 22
3
R string comparisons may vary with platform (plain text)
A colleague?s R program behaved differently when I ran it, and we thought
we traced it probably to different results from string comparisons as
below, with different R versions. However the platforms also differed. A
friend ran it on a few machines and found that the comparison behavior
didn?t correlate with R version, but rather with platform.
I wonder if you?ve seen this. If it?s not some
2012 Nov 05
4
agp in kernel
After several years I replaced desktop and laptop and
wait for release to start fresh. On desktop I put nvidia
gt520. Forums say nvidia prop driver dislikes agp op-
tion in kernel and recommend removing it. Laptop is
sandy bridge with hd3000 integrated. Would I trigger
something if I delete agp from conf file in both cases?
Another issue bothers me also. RC version of amdtemp
failed to read
2018 Oct 09
3
Generar nombres de vectores dentro de una función y asignarles valor
Problema de autodidacta que no sabe cómo se llaman a las cosas, entonces no
le sabe preguntar Google:
Tengo una función que tiene que generar unos vectores, para después
evaluarlos y devolverme el resultado; necesito que genere los nombres de
los vectores y asignarles valores. Y No sé ni hacerlo ni decirlo con pocas
palabras.
a function(describir, segun.variable)
{ matriz <-
2002 Jun 28
2
Error when configuring pam on samba (MANDRAKE 8.2 and before)
Hi, i use mandrake 8.2 and i have this error when i run the following
command (for pam use).
I also have the same error on older mandrake's.
Is this related to mandrake or what ?
Someone has a solution plz ?
make nsswitch/pam_winbind.so
Compiling nsswitch/pam_winbind.c with -fPIC
nsswitch/pam_winbind.c:65: parse error before `*'
nsswitch/pam_winbind.c: In function `converse':
2019 Sep 16
2
How to debug passes
Hi,
Could you please confirm the following steps for debugging a pass?
1. copy your pass into llvm/lib/Transforms/Hello/Hello.cpp
2. name you pass Hello
3. insert debug messages like:
errs() << "Visiting function " << F.getName();
4. get LLVM bitcode: clang -O3 -emit-llvm hello.c -c -o hello.bc5. disassemble the bitcode:
llvm-dis hello.bc
6. run the pass on