Displaying 20 results from an estimated 239 matches for "tions".
Did you mean:
ions
2010 Feb 19
2
Problem with assert_redirected_to
...undefined method `[]'' for
#<Enumerable::Enumerator:0x102f747e0>
/blah/blah/blah/project/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/core_ext/string/access.rb:43:in
`first''
/blah/blah/blah/project/vendor/rails/actionpack/lib/action_controller/assertions/routing_assertions.rb:131:in
`recognized_request_for''
/blah/blah/blah/project/vendor/rails/actionpack/lib/action_controller/assertions/response_assertions.rb:70:in
`assert_redirected_to''
/blah/blah/blah/project/vendor/rails/actionpack/lib/action_controller/assertions/response_...
2004 Sep 09
0
Dialing Out through Provider with Authentica tion
...not serve those extensions, they will
give a "404 Not Found" error.
Hope that helps...
Gerald.
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
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.di...
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
...Jelmer Vernooij <jelmer@nl.linux.org> - http://nl.linux.org/~jelmer/
Development And Underdevelopment: http://library.thinkquest.org/C0110231/
22:05:06 up 2 days, 1:07, 8 users, load average: 0.04, 0.09, 0.09
--
To unsubscribe from this list go to the following URL and read the
instructions: http://lists.samba.org/mailman/listinfo/samba
2006 Jun 20
2
Problem with "can''t dump anonymous class Class"
.../activerecord-1.14.2/lib/active_record/base.rb
:1287:in `replace_bind_variables''
C:/Ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb
:1276:in `sanitize_sql''
C:/Ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb
:1062:in `add_conditions!''
C:/Ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb
:1012:in `construct_finder_sql''
C:/Ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb
:924:in `find_every''
C:/Ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/ac...
2010 Oct 20
0
No subject
...DC=3Dca,LD
AP_SCOPE_SUBTREE,(objectCategory=3DntDSSiteSettings),.......
The previous call succeeded
Iterating through the sites
Looking at base site object: CN=3DNTDS Site
Settings,CN=3DDefault-First-Site-Name,CN=3DSites,CN=3DConfiguration,DC=3D=
mytestdomai
n,DC=3Dca
Getting ISTG and options for the site
* Identifying all servers.
Calling
ldap_search_init_page(hld,CN=3DSites,CN=3DConfiguration,DC=3Dmytestdomain=
,DC=3Dca,LD
AP_SCOPE_SUBTREE,(objectClass=3DntDSDsa),.......
The previous call succeeded....
The previous call succeeded
Iterating through the list of servers...
2010 Feb 22
3
Re: [PATCH 0/3 V3] btrfs: a new tool to manage a btrfs filesystem
...r giga‐
> bytes, respectively.
>
> If ''max'' is passed, the filesystem will occupy all available
> space on the volume(s).
>
> The resize command does not manipulate the size of underlying
> partitions. If you wish to enlarge/reduce a filesystem, you
-partitions. If you wish to enlarge/reduce a filesystem, you
+partition. If you wish to enlarge/reduce a filesystem, you
> must make sure you can expand/reduce the size of the parti‐
> tion also.
-must make...
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 1.7 xservers. */
+#ifndef PICT_a2b10g10r10
+#...
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 for your...
2006 Jun 19
3
can''t dump anonymous class Class
...nd
end
class GlobalDocument < Document
validates_uniqueness_of :name, :scope => :type
private
def sanitize_filename(file_name)
File.expand_path("#{RAILS_ROOT}/public/documents/global/#{new_filename(file_name)}")
end
end
** Controller **
def documents
@associations = Association.find(:all, :order => [ "name" ])
@association_documents = AssociationDocument.find(:all, :include =>
[ "association" ])
@global_documents = GlobalDocument.find_all()
@new_document = GlobalDocument.new
end
def save_global_document
doc = G...
2011 Sep 19
27
Installing Rails Help!
....rb:742:in
`activate''
from
/Users/bengibson/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems.rb:1211:in
`gem''
from /Users/bengibson/.rvm/gems/ruby-1.9.2-p290/bin/Rails:18:in `<main>
Could anybody help me out (i''m new to terminal so need simple explanations),
or help me completely uninstall rails and rubygems and start from scratch.
--
View this message in context: http://old.nabble.com/Installing-Rails-Help%21-tp32494138p32494138.html
Sent from the RubyOnRails Users mailing list archive at Nabble.com.
--
You received this message because you are...
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