Displaying 8 results from an estimated 8 matches for "gez".
Did you mean:
get
2006 Jun 27
2
Background + Dial
...for a digit from a ZAP channel. In other words, i want to
make a interactive MoH while waiting for the SIP channel answer.
Is it possible?
Thanks a lot and excuse me for my poor english (I'll fix
this in few months).
GL
--------------------- ALICE SECURITE ENFANTS ---------------------
Prot?gez vos enfants des dangers d'Internet en installant S?curit? Enfants, le contr?le parental d'Alice.
http://www.aliceadsl.fr/securitepc/default_copa.asp
2010 Oct 23
4
Could not find 'sqlite3-ruby' error in Ubuntu
...e
- :backtrace => false
- :bulk_threshold => 1000
- REMOTE SOURCES:
- http://rubygems.org/
Why does it saygem path is 1.8 and ruby executable is 1.8 if I have aready
1.9 and if I ask ruby -v it says 1.9?
How to update gem executables with sqlite3?
Thanks a lot!
Best wishes,
gezope
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe...
2017 May 02
1
Problem with Pigeonhole/Sieve
...>
> - -- Steffen Kaiser
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1
>
> iQEVAwUBWQg/rXz1H7kL/d9rAQL9Lwf5AUZX8VE4XX7b5hWWm7CkfcHJCnCuJy37
> Hfw598Z+dljSAQ8Ki38vRtIKSSN7jVxOqiMPLKLh3+FcVVqOor/tbybDbV8rzhb5
> u/+vynfvLENtwiEQAQ+4JjGOKQYX8rCU+Vz9Ft2my9ZR4qeUru4bxtduX/NI/GeZ
> YBnhQHZdX/2iAhW8MLX19aPEm7a82qBwdzv5BeQ3iFq56woYOFj+6peC710aY6uM
> 6wyURGoO3lvfaTnl4D1n3M6Nw7IuImHVtU1fLnUh8y+Z2Nv5cArxTWOpQFjzsVTS
> 3dDNchnDXym2xpjYM2IA/GGKAyYdbwSLTyvWGiEq8LtQQhAnnY425w==
> =sg2z
> -----END PGP SIGNATURE-----
2017 May 01
2
Problem with Pigeonhole/Sieve
Hi,
I am trying to configure Pigeonhole to get filters in RoundCube working.
Unfortunately I am getting following error in DoveCot log instead:
May 01 14:35:41 managesieve-login: Error: auth: connect(login) in
directory / failed: Permission denied (euid=248(<getpwuid() error>)
egid=248(<getgrgid() error>) missing +x perm: /, we're not in group 202,
dir owned by 0:202
2011 Jan 14
2
Rspec autotest error
...uot; works fine but when I try ''autotest'' it gives me the
error message below. I also made a gist about it: https://gist.github.com/779265
It seems like a redgreen or ZenTest error. I''m using Ubuntu10, Rails3,
Ruby 1.9 and RVM. Any help is appriciated, thanks in advance,
gezope
------
Error message:
<internal:lib/rubygems/custom_require>:29:in `require'': no such file
to load -- test/unit/ui/console/testrunner (LoadError)
from <internal:lib/rubygems/custom_require>:29:in `require''
from /home/vadkant/.rvm/gems/ruby-1.9.2-p0/gems/redgree...
2017 May 02
0
Problem with Pigeonhole/Sieve
...ode=kill)
This shouldn't happen.
- --
Steffen Kaiser
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEVAwUBWQg/rXz1H7kL/d9rAQL9Lwf5AUZX8VE4XX7b5hWWm7CkfcHJCnCuJy37
Hfw598Z+dljSAQ8Ki38vRtIKSSN7jVxOqiMPLKLh3+FcVVqOor/tbybDbV8rzhb5
u/+vynfvLENtwiEQAQ+4JjGOKQYX8rCU+Vz9Ft2my9ZR4qeUru4bxtduX/NI/GeZ
YBnhQHZdX/2iAhW8MLX19aPEm7a82qBwdzv5BeQ3iFq56woYOFj+6peC710aY6uM
6wyURGoO3lvfaTnl4D1n3M6Nw7IuImHVtU1fLnUh8y+Z2Nv5cArxTWOpQFjzsVTS
3dDNchnDXym2xpjYM2IA/GGKAyYdbwSLTyvWGiEq8LtQQhAnnY425w==
=sg2z
-----END PGP SIGNATURE-----
2003 Jan 26
2
Remote machines seen as UNKNOWN
...nections
[2003/01/26 18:37:54, 3] smbd/connection.c:yield_connection(48)
Yielding connection to
[2003/01/26 18:37:54, 3] smbd/server.c:exit_server(492)
Server exit (process_smb: send_smb failed.
)
--
Groupe Morbihannais d'Utilisateurs de Logiciels Libres http://tuxbihan.apinc.org
Prot?gez votre vie priv?e (GNU Privacy Guard) http://www.gnupg.org
Patrick Percot.
2010 May 26
25
Extremely slow start up with ruby 1.9.1 vs 1.8.7
I created a fresh new rails app, no gems, no nothing. Completely
unmodified. Doing anything that initializes rails takes 2 - 3 times
longer in ruby 1.9.1 than it does in 1.8.7. Obviously with a fresh rails
app, this is only 2 - 3 seconds extra. But with a decent sized app, this
can take up to 25 seconds for rails to initialize, vs the 12 seconds in
1.8.7.
I''ve been racking my brain on