Displaying 20 results from an estimated 1000 matches similar to: "Dovecot LDA / Deliver question"
2011 Jan 03
2
dovecot: auth: Fatal: sql_driver_register(mysql): Already registered
Hi,
i've been using dovecot2 on our server for handling virtual mailboxes and
postfix is also using it to examine if a mail has to be delivered locally or
not. Recently i upgraded to 2.0.7 (freebsd ports), but it stopped working,
says the error in the subject line.
Details:
[root at postfixjail /usr/local/etc/dovecot]# dovecot --version
2.0.7
[root at postfixjail /usr/local/etc/dovecot]#
2006 Oct 13
1
MySQL stored proc authorization
On my Gentoo box until today I had dovecot-1.0_rc7
and used following entry in /etc/dovecot/dovecot-sql.conf
password_query = call Authorize('%u', '%n', '%d')
Simply put dovecot is calling my mysql stored routine which handles
authorization. Until today, when I updated dovecot to dovecot-1.0_rc8 it
worked flawlessly. With this version executing stored proc dies with:
2006 Jan 12
1
Best Forum? Was: Migration doesn''t seem to preserve create_table options in schema
Hi,
is this the best forum to answer this question? Is there any better source
for information or another mailinglist to address this question to?
Cheers,
Mariano
---------- Forwarded message ----------
From: Mariano Kamp <mariano.kamp@gmail.com>
Date: Jan 8, 2006 6:24 PM
Subject: Migration doesn''t seem to preserve create_table options in schema
To: rails@lists.rubyonrails.org
2006 Jan 08
0
Migration doesn''t seem to preserve create_table options in schema
Hi,
I have the following migration (abbreviated):
class Initial < ActiveRecord::Migration
def self.up
create_table :messages, :options => ''ENGINE=MyISAM'', :force => true do
|t|
t.column :id, :integer, :null => false
t.column :external_id, :string, :null => false
t.column :recipients_count, :integer, :default => 0
2005 Jul 15
0
Queue_log stats
I'm in search of useful ACD type statistics from the queues. Ie talk
time, ratio's, dropped calls etc.
The flat file queue_log is nice, but more useful would be the data in
Postgres or Mysql. Unfortunately the queue module does not yet
support ODBC DB logging (yet). In the meantime this quick and dirty
hack gets the job done.
Replace the flat file with a unix named pipe.
2010 Aug 13
10
:limit text mysql
I have a rails 3.rc app that I''m developing. I have a text entry in one
my models that can sometimes be quite big. I tried setting :limit =>
4294967296 on the text column in my migration file but this doesn''t seem
to have any effect. The column is till created as a TEXT column rather
than MEDIUMTEXT or LONGTEXT.
Does anyone have any idea why this might be happening? Is there
2006 Apr 18
0
custom content widget design
Hello all,
I am trying to design a reusable widget content system, where I can easily lay
out a bundle of widgets on a page and allow a user with proper administrative
rights to click and change them.
For the database storage, I don''t want to have to create a new table for every
different classification of widget (ie, list, text body, image, etc). I
would like to create a central
2007 Jul 18
0
hi, about mysql from r
hi,
I am using the R connect to mysql by RODBC, windows XP. when I use sqlQuery() to select blob columns from table, the result is binary type. but what i put into the blob column is character. and when using Perl, it is ok.
i change the column data type to longtext. but this time, the sqlQuery() just gives me 255 characters.
so, how can i do?
this column composite with many numeric data,
2004 Dec 14
2
Asterisk Realtime IAX - Adding fields for database table
Hello,
Right now there is not a table build script at:
http://www.voip-info.org/wiki-Asterisk+RealTime+IAX
Therefore I have taken the SIP build script and added
a few fields that I use from my iax.conf (could be
more out there, please see the complete build script
below):
`dbsecret` varchar(100) default '',
`notransfer` varchar(100) default '',
`inkeys` varchar(100)
2011 Feb 09
0
Mysql2::Error: SAVEPOINT active_record_1 does not exist
Hi,
I''m switching the database of a rails 3 app I have developed from
postgres to mysql so that I can avail of amazon''s rds. Before I make
the change I have been running my test code using mysql on my dev
machine with the mysql2 adaptor . My test code is throwing up some
errors that I haven''t quite been able to get to the bottom of yet.
Basically I have a model that is
2006 Feb 21
6
Select articles from group with id ''1'' and id ''2''
I have to tables: "articles" and "groups". Between I have
article_groups as a jointable. Now I want to select every article who
is a member of group with id ''1'' and id ''2''. Whats best way to get
that?
Extract from schemas:
CREATE TABLE articles (
id int auto_increment,
ingress text NOT NULL,
story_text longtext,
constraint fk_items_users
2006 Jul 08
9
How to handle dynamically columned tables in rails
I want to build an application that lets me (the end user accessing a
web page) design a simple list with columns and add records. E.g., if
the end user says I want a table that has a list of songs, he can create
a list (title, date, artist, label) and then make another list of, e.g.,
books on his bookshelf with the necessary columns (title, author,
pub_date, shelf).
The end user
2019 Oct 08
3
Glances for CentOS 8?
It seems that glances is not in EPEL for CentOS 8. Is that coming at some
point, or has it been deprecated in favor of some other tool?
2006 May 24
2
Reading external files with dtrace
I''d like to be able to dynamically read external configuration files within a dtrace script. I know dtrace allows inclusion of C header files but only at the preprocessing stage.
What we need to do is dynamically enable/disable probes based on current application settings. I''d rather not have a bunch of independant scripts running and being started and killed whenever the
2006 Jan 09
3
Chopped files when downloading from database
I have some files stored in db. When I try to download these I only get
65535 bytes from the database even if the file is a lot bigger. Is it a
Rails setting I''ve missed or a database setting? Anything else?
Using Rails 1.0, WinXP and MySQL4.1
/Marcus
2002 Sep 25
4
Samba and WinXP problem
Greets to all,
Recently, I was given the task of setting up a Samba server where I
work, to accept domain logons for Win9x machines and also NT-based
machines, which consist of mostly XP boxes, with a couple 2K machines
as well. This domain would be replacing an older one, that was using a
very out of date Samba (from RedHat 6.1) that couldn't do XP/2K at all.
The new one is from
2003 May 20
2
Need help troubleshooting nmbd -D
I get the following log when trying to run nmbd -D
Netbios nameserver version 2.2.3a started.
Copyright Andrew Tridgell and the Samba Team 1994-2002
[2003/05/20 15:02:44, 0] lib/util_sock.c:open_socket_in(789)
bind failed on port 137 socket_addr = 10.10.50.4.
Error = Cannot assign requested address
[2003/05/20 15:02:44, 0] nmbd/nmbd_subnetdb.c:make_subnet(140)
nmbd_subnetdb:make_subnet()
2005 Jun 24
3
[Need Help] Problem with compilation xen-2.0-testing
Hi,
I have a problem with compilation my own kernel with the xen-2.0-testing
package. I use this packadge because there are drivers for the nforce2
nic called fordedeth.
I do the following:
wget xen-2.0-testing-src.tgz
tar xvfz xen-2.0-testing-src.tgz
cd xen-2.0-testing
make world
( The first compilation show now errors and build all kernels. )
cd linux-2.6.11-xen0
make clean
make ARCH=xen
2007 Feb 09
1
newline with cell of Excel worksheet created with write.xls
As part of my project to put different types of results into worksheets,
I would like to be able to put an auto-generated methods section. If I
compose in RWinEdt, read into R, and use write.table with a .txt file
extension, what I get out has line-breaks that correspond to those I put
in in the first place.
If I do the same thing but write.xls with .xls extention, I get an Excel
worksheet
2019 Oct 08
0
Glances for CentOS 8?
On Mon, 7 Oct 2019 at 23:08, Wynona Stacy Lockwood <stacy at guppylog.com> wrote:
>
> It seems that glances is not in EPEL for CentOS 8. Is that coming at some
> point, or has it been deprecated in favor of some other tool?
Hi,
Because RHEL releases are far apart, packages don't get automatically
added to newer EPEL releases. Instead, packages are usually added
after