similar to: MySQL authentication

Displaying 20 results from an estimated 300 matches similar to: "MySQL authentication"

2005 Oct 14
1
DoveCot 1.0a3 hangs at login
I've just upgraded to 1.0a3 via a freebsd port, and I've begun to notice odd behaviour from Dovecot. After converting my config file settings over to the new format, everything runs fine for an hour or so, then dovecot stops responding: oot at toejamfootball# telnet localhost 143 Trying ::1... telnet: connect to address ::1: Connection refused Trying 127.0.0.1... Connected to localhost.
2011 May 16
2
Xapian.org design
Hi guys We were talking a little while ago about putting together some content to provide more examples of operations for first-time users. One of the other thoughts that's come up is about the design of the Xapian site; we've a bit of spare designer capacity at work and were wondering if we could do you a jazz-ed up site design (for free) and wondered if this'd be something the
2011 Jun 01
1
Relevance, weighting and searching by specifically weighted text
Hi guys In our implementation of Xapian for one of our sites, we index the title, subtitle, summary and table of contents of around 200,000 products on ReportBuyer.com. When we create each Xapian doc to index this information, we apply a weighting to each of these 'fields' and add these to the doc using index_text with the second parameter passing in a weighting. I've been asked if
2011 Jul 28
1
Xapian and Synonyms
Hi guys I've just had a thought about something we do with our search on ReportBuyer.com: we cater for both American and British English in our searches and we have had plans for a while now to implement something that allows users to find 'colour' and 'color', 'tap' and 'faucet' by doing some clever programming. Looking at the Xapian docs, though, it appears
2011 Jul 27
3
Searching using prefixes
Hi guys I'm trying to figure out how I can use probabilistic searching on a given field within a document; I've written to the list about this before, but haven't quite figured out what's required and, following a little research, I think I understand what I need to do but I'd like a clarification on this. o We have a database of a number of documents, with fields: title,
2005 Nov 27
2
pxelinux -> pxeboot load?
Hi all, I've searched the depths of the resources on the internet; however I'm having trouble deploying a pxeboot solution via pxelinux. So far what I have successfully implemented in my infrastructure is a successful pxeboot setup for FreeBSD ( without the use of pxelinux ). I'd ultimately like to have a solution that will allow me to choose a network install of various Unix-like
2007 Jun 12
4
GotoIf Dialplan inquiry
Hi all, I have the following in my extensions.conf: exten => s,4,GotoIf($["${CALLERID(number)}" = "8585979857" | "8585970327"]?15:5) The numbers listed above are known spammer numbers. However, when I call from any other CALLERID, it still directs me to s,15 which is the Hangup() application. Here are logs from the asterisk CLI: -- Executing
2011 Nov 06
2
What is the best way to represent a category hierarchy using term prefixes in Xapian?
Assume I have the following example hierarchy: US >Michigan >>Detroit >>Grand Rapids >>Lansing >Minnesota >>Grand Rapids >>Minneapolis >>St Paul >Ohio >>Columbus >>Grand Rapids >>Sandusky I see two ways that I could index a ?Grand Rapids, Michigan? document with prefixed terms: XFIRSTLEVELus XSECONDLEVELmichigan
2007 May 01
3
Delay in Dial()
All, Is there any syntax I can use to put a delay in two lines being dialed? One is a SIP endpoint, the other is my cell phone. I'd like to have the SIP phone ring for some arbitrary number of seconds before it is sent off to the mobile phone. Using something like a Wait() within a Dial() would be ideal. Any suggestions? - sf
2007 Apr 27
2
Music on Hold issue with asterisk 1.4.2
Hi all, I've compiled zaptel drivers and reconfigure asterisk afterwards from source --with-zaptel. Modules are loaded accordingly: asterisk-1.4.2 # lsmod |grep z Module Size Used by ztdummy 5472 0 zaptel 194504 5 ztdummy crc_ccitt 3521 1 zaptel my musiconhold.conf: asterisk-1.4.2 # grep -v '^;'
2010 Feb 12
2
What happens to RJS in Rails 3
I know that Rails 3 ideal of unobtrusive javascript will result in the removal of all inline javascript. But where does that leave RJS? It looks like PrototypeGenerator is still a part of the Rails core, so I''m going to assume that RJS templates will remain unchanged. Still looks like gems/plugins such JRals will be necessary for use of other JS frameworks. Can anyone confirm or deny
2007 May 30
3
Dial plan inquiry using GotoIf()
Hi all, I'm looking for some rudimentary insight on GotoIf() which seems to be failing on me in my dial plan. All I basically wish to do is block a particular caller. Sounds easy enough, but my ternary operator/plan currently is not properly being implemented. Can anyone spot where I'm being a momo? All extensions get forwarded to the following macro: [macro-forward] ; arg1 = phone
2009 Dec 17
2
RFC: conflict_warnings plugin
Greetings, I was hoping to get some feedback on a plugin I wrote. The plugin is called conflict_warnings and is currently available from my github repository at http://github.com/EmFi/conflict_warnings The purpose of the plugin is to provide a simple methods of preventing data inconsistencies that could arise from multiple users interacting with the same resource. Under basic operation a
2005 Aug 29
2
Running pop3 on more than one port
Hi All This is possibly a silly question but after reading some of the docs and hunting a bit I could not find an answer. I need to run my pop3 service on both the standard 110 port and another (not really sure which yet) port. My ISP is doing shaping on port 110 destined traffic causing a nightmare with some of my machines pulling only some of their mail then crashing (and no its not anything
2005 Sep 08
0
help help
g.digiambelardini at fabaris.it <g.digiambelardini at fabaris.it> wrote: > > > Hi, I have a dovecot IMAP server whit the Horde/Imp webmail. > I know that this request is OT, but I need an help. > I created for each user a SPAM folder, where dovecot put every email tagged > "SPAM", but with IMP I can't make a list of folders to poll for new mail, I > tried
2007 May 06
1
Using Yum for 4.4 FINAl to 5.0 FINAL upgrade
Hi all, Is it possible to do the above yet? I'd much prefer this method over doing a clean install (although I know this is the preferred method.) Thanks, - sf
2007 May 08
1
YUM grabbing two architectures
Afternoon all, Is there any particular reason why yum fetches rpms for two architectures on almost any update/install I'd like to perform? This includes both i386 and x86_64. Here's a small excerpt after performing a 'yum update' cups-libs i386 1:1.1.22-0.rc1.9.18 update 107 k cups-libs x86_64 1:1.1.22-0.rc1.9.18 update 112 k
2007 Dec 25
1
cdr_adaptive_odbc and custom rdms fields
Hi folks, I was recently made aware that the only way to currently set custom fields in a relational database for CDR is via the experimental cdr_adaptive_odbc drivers found here: http://svncommunity.digium.com/view/tilghman/branches/1.4/cdr_adaptive_odbc.c?view=log I had no problem compiling the driver, and copied the module to /usr/lib/asterisk/modules on my box and setup
2007 Dec 16
1
Reputable company for SIP/IAX2 trunking
Hi all, There's a myriad of options these days and I haven't been keeping up to date with what's respectable any longer. I essentially need a provider that will provide me with one DID to start and let me trunk over SIP or IAX2. I'd like to obviously trunk with Asterisk on my end and have full control over the dial plan. This way I can branch out my DID into extensions and have
2007 Dec 30
1
Looking for PSTN provider with unlimited inbound/outbound plan
Hi all, I have a budget to work with and was wondering if there are any folks providing SIP/IAX2 trunking for unlimited inbound/outbound for a flat rate? We're in the budget range of roughly $5,000 a month and we need multiple channels per DID. I'm not sure if something like this is feasible in the world of VoIP -- and I only need to be able to make domestic/USA calls. Thanks for any