similar to: Installing plugins from .tar.gz file, how?

Displaying 20 results from an estimated 1000 matches similar to: "Installing plugins from .tar.gz file, how?"

2007 Nov 04
2
Xen Network Problems
Hi all: I installed xen-3.0.4 on Fedora 7, and installed Fedora 6 as DomainU, but, the network can not work normally. It only work for seconds, then I lose connect. If I ifdown the NIC and ifup it, the network can work for a few seconds, Can anybody help me figure what''s the problem ?? Thank you in advance _______________________________________________ Xen-devel mailing list
2009 Mar 06
1
Ultrasphinx search error... Invalid class name
I''ve got Ultrasphinx powering the search on my Rails app. It''s working with all of my models when they''re first indexed, but then, after what seems like a random amount of time, I''ll get the following error on just *one* of my models: search#show (Ultrasphinx::UsageError) "Invalid class name \"Playlist \"" I set up this model like so:
2007 Jun 20
1
I want to maintain: libvirt and virt-manager
Yeah, I`m using libvirt and virt-manager for moths and i want to help debian to have it. How i can submit the packages? How i can join at XEN-PACKAGE-TEAM? Regards, Grabber.
2008 Sep 08
0
Group By / Filters with UltraSphinx
Hi, I use last version of UltraSphinx but filters dont work... In my model : is_indexed :fields => [''content'', ''titre'', ''created_at'', {:field => ''lang'', :facet => true, :as => ''lang''}], :delta => true or is_indexed :fields => [''content'',
2009 Mar 08
3
scaling full text indexing(ferret vs solr vs hyperstraier)
Hi, Does any have experience scaling full text search in RoR? Right now our project is running a simple setup with ferret and acts_as_ferret. We are thinking about deploying a feature that would send 50x more search requests. So we probably have to rethink our solution. How do services like search.twitter.com (the former Summize) use? Or in what direction should I look? -- Thanks, M.
2008 May 27
0
Ultrasphinx geolookup distance returns NaN value.
Hi all, I''m trying to use geo-location based search using sphinx, Here my search query. @search = Ultrasphinx::Search.new(:sort_mode => ''extended'', :sort_by => ''distance'', :location => {:units => ''degrees'', :lat => 40.7414, :long => -74.0014}) @search.results.collect{|x| x.distance} [0.69084495306015,
2016 Feb 12
4
[dongle0] timedout while waiting 'OK' in response to 'AT'
Yes I used. The problem can be the version of Asterisk? I use Asterisk 13 instead of 11. 2016-02-12 14:31 GMT-02:00, Shabbir abbasi <shabbirabbasi92 at gmail.com>: > have changed this > [dongle0] > audio=/dev/ttyUSB1 > data=/dev/ttyUSB2 > > To > > [dongle0] > imei=123456789012345 > > and imei exact same as on your device ? > > On Fri, Feb 12, 2016
2016 Feb 12
2
[dongle0] timedout while waiting 'OK' in response to 'AT'
I tried this [dongle0] ;audio=/dev/ttyUSB1 ; tty port for audio connection; no default value ;data=/dev/ttyUSB2 ; tty port for AT commands; no default value ; or you can omit both audio and data together and use imei=123456789012345 and/or imsi=123456789012345 ; imei and imsi must contain exactly 15 digits ! ; imei/imsi discovery is available on Linux only
2016 Feb 12
2
[dongle0] timedout while waiting 'OK' in response to 'AT'
Yes, I used IMEI. But in CLI appearing nothing and it not register. 2016-02-12 14:27 GMT-02:00, Shabbir abbasi <shabbirabbasi92 at gmail.com>: > have you tried imei discovery > imei=123456789012345 > > > write imei number instaed of 12345... > > On Fri, Feb 12, 2016 at 8:51 PM, Vitor Mazuco <vitor.mazuco at gmail.com> > wrote: > >> Hi! >>
2008 Sep 16
0
Ultrasphinx, terminal not verbose anymore in development
Ultrasphinx''s great; one problem, if I start it, I don''t get anything in the terminal when in developpment, I might lack here of some setup knowledge, can''t find a good answer googling, thanks if anybody has clues. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the
2008 Mar 31
1
problem in installlation of ferret search plugin in rails application
When i went to installation ferret in my rails application then i have faced a problem that is look like this ERROR: While executing gem ... (Gem::FilePermissionError) You don''t have write permissions into the /var/lib/gems/1.8 directory. i used this command for ferret install sudo gem install ferret --~--~---------~--~----~------------~-------~--~----~ You received this message
2007 May 04
3
Lotus Notes 6.5 fail to install in Wine
Hi, I'm trying to install Lotus Notes Client 6.5 in Brazilian Portuguese with Wine 0.9.36 and its doesn't work. I find in http://wiki.winehq.org/LotusNotes that this version of wine can install and run the Lotus Notes 6.0, 6.5, and 7 Windows clients without any special effort. And don't find any bugs related to that. Someone know something about? Thanks, Vitor ubuntu 7.04
2016 Aug 29
4
IAX UNREACHABLE : Ignoring bindport/bindaddr on reload
Oh! In that case ignore it. Asterisk won't rebind the adapter if you've only changed parameters. The message is misleading -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Vitor Mazuco Sent: Monday, August 29, 2016 10:41 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re:
2009 Apr 30
2
how to search all fields for a string in SQL ?
Using SQL or activerecord I am not sure how to search all fields for a specific value ? I know how to do this by just writing ruby code. To do it in SQL or an activerecord find w/condition, I don''t know how. I actually am supposed to combine an find w/ condition and a search all fields for a value and AND those together. I think perhaps it can''t be done with a single find ?
2016 Mar 04
2
How to recive Incoming calls in Chan Dongle ?
Hi! How can I setup my Chan Dongle recived calls in my Asterisk? I have to setup in dongle.conf ? Or in extensions.conf? And the code for recive I found this site http://asterisk-service.com/page/chan-dongle-use I have to To save Subscriber Number before? See the error log in my Asterisk pbx.c:6796 __ast_pbx_run: Channel 'Dongle/dongle1-0100000000' sent to invalid extension but no
2016 Feb 03
2
include => parkedcalls but nonexistent context 'parkedcalls'
Humm, thanks for your reply But whats is the code in parkedcalls context. Please, can you give an example? Thanks very much. 2016-02-03 17:15 GMT-02:00, Richard Mudgett <rmudgett at digium.com>: > On Wed, Feb 3, 2016 at 1:05 PM, Vitor Mazuco <vitor.mazuco at gmail.com> > wrote: > >> Hi! >> >> I tried to use Parking Calls >> >> I use Asterisk
2016 Feb 03
2
include => parkedcalls but nonexistent context 'parkedcalls'
Ah no, I'm asking what code I put inside of parkedcalls? This example works? [ramais] include => parkedcalls [parkedcalls] exten => 700,1,ParkedCall(701) exten => 702,1,ParkedCall(702) exten => 703,1,ParkedCall(703) exten => 704,1,ParkedCall(704) This exten works? 2016-02-03 17:27 GMT-02:00, Doug Lytle <support at drdos.info>: >>>> On Feb 3, 2016, at
2016 Feb 04
2
include => parkedcalls but nonexistent context 'parkedcalls'
Humm, so this context parkedcalls is inside on features.conf? 2016-02-03 17:42 GMT-02:00, Doug Lytle <support at drdos.info>: >>>> On Feb 3, 2016, at 2:32 PM, Vitor Mazuco vitor.mazuco at gmail.com wrote: > >>>> Ah no, I'm asking what code I put inside of parkedcalls? > > Nothing, > > The context parkedcalls is generated by features.conf, you just
2008 Dec 22
2
Contributing on CentOS Wiki
Hello, I'm Vitor Afonso Strabello and I need to be added as a member into the Wiki to edit/create some tips and entries on the Wiki. My userid is VitorStrabello. I would like to contribute on network, configuration and installation (to begin, I'll post something in kickstart section on the wiki...) tips/tricks/how-tos, so on at the CentOS wiki. Also I'm a member of the CentOSBR
2010 Dec 15
2
XEN - VM CPU usage / VM disk corruption
Hi. We have a Xen running on Centos 5.5 on a HP ML 150 G6. We run just one VM (4 CPUS) with (SBS 2000) Windows 2000 Server SP4 + SQL + Exchange We have experiencing some issues: - Slow VM usage. - We have to click icon’s on console twice. - High CPU usage (always 99%) on Xen Monitor with no activity on VM client (below 5%) - VM Disk corruption