Displaying 20 results from an estimated 3000 matches similar to: "doveadm who: Please Headline to STDout, not to STDERR"
2006 Jan 30
3
Howto change @article.article.headline to @article.headline ?
I have to actions:
def index
@articles = Article.find(:all,
:conditions => "un_published != ''1''",
:order => "created_on desc")
end
and
def group
id = params[:id]
@articles = ArticleGroup.find(:all,
:include => [:group, :article],
:conditions => ["articles.un_published !=
2007 Aug 16
3
Re: Adding a new virtual block device to a guest
Hi!
It seems i already have udev...
mydom0:~# apt-get install udev
Reading package lists... Done
Building dependency tree... Done
udev is already the newest version.
mydom0:~#
I notice when i mkfs -ext 3 my new vbd with dd, it says it''s not a block
device.. i have a feeling im doing this wrong. can you suggest steps in:
1. creating a new block device
2. preparing it (mkfs)
3.
2010 Sep 29
4
1.2.14 --- auth(default) Error: LDAP: Connection lost to LDAP server, reconnecting
hi,
I see in dovecots logfile some error messages:
Sep 29 15:33:43 auth(default): Error: LDAP: Connection lost to LDAP
server, reconnecting
Sep 29 15:34:15 auth(default): Error: LDAP: Connection lost to LDAP
server, reconnecting
Sep 29 15:34:50 auth(default): Error: LDAP: Connection lost to LDAP
server, reconnecting
Sep 29 15:35:22 auth(default): Error: LDAP: Connection lost to LDAP
server,
2014 Mar 20
2
[Bug 2215] New: Key fingerprint headline slightly broken with ED25519
https://bugzilla.mindrot.org/show_bug.cgi?id=2215
Bug ID: 2215
Summary: Key fingerprint headline slightly broken with ED25519
Product: Portable OpenSSH
Version: 6.5p1
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: P5
Component: ssh
Assignee: unassigned-bugs at
2011 Jul 11
1
Finding Confidence Intervals
This is a very basic question, so please bear with me.
I've been learning about AB Testing, which is largely used in internet
marketing to examine the effectiveness of certain aspects of ads, websites,
etc. Here's a couple links to people who want to know more about AB Testing:
2010 Jul 29
2
LDAP + mail_location: Get "%d" from customfield
hi,
my mail_location looks like:
mail_location = maildir:/imap/spool/%d/%1n/%n:INDEX=/imap/spool/%
d/indexes/%1n/%n
for example:
/imap/spool/domain.foo/a/anton/new
The problem is, that the user log in with only the username and no
domainpart. So, Dovecot looks into:
/imap/spool/a/anton/new
what isn't correct. We created an LDAP entry in which domain the user is
and searching for a way,
2010 Jul 27
1
Cyrus Virtual Domains: Domain migration from Cyrus
hi,
we want to migrate from Cyrus 2.x to Dovecot 1.x (!). We use the virtual
domain feature from Cyrus for a better disk partitioning:
/var/imap/domain.a/user/foo ..
/var/imap/domain.b/user/foo ..
/var/imap/domain.c/user/foo ..
In a exported skiplist DB, it shows like:
=================
domain.a!user.foobar 0 int foobar at domain.a lrswipcda postmaster at domain.a
domain.a!user.han 0 int han
2006 Apr 28
2
/sbin/ip -4 neigh flush dev eth0
hi,
i want to use my firewall that i build with firewall-builder, but it
doesn''t work with the new Xen 3.0.2 xen-2.6.16 kernel. The script hangs
on that line:
/sbin/ip -4 neigh flush dev eth0
i really don''t know, what can be the problem.
are there any hints?
cu denny
--
Sicherheit verständlich http://www.sides.de
GnuPG Key
2008 Nov 25
3
Xen Balooning "Minimum target"
hi,
there is something, what i don''t understand.
I have in my DomU config:
memory = "128"
maxmem = "1024"
tsles:~ # cat /proc/xen/balloon
Current allocation: 237568 kB
Requested target: 237568 kB
Minimum target: 237568 kB
Maximum target: 1048576 kB
Low-mem balloon: 804352 kB
High-mem balloon: 0 kB
Driver pages: 1024 kB
Xen
2007 Mar 15
2
Fallback
hi,
i get in trouble, with fallback-mount. What i thought is, if one mount
is not available, than the user would redirected to the existing mount,
something like that:
<mount>
<mount-name>/osts</mount-name>
<fallback-override>1</fallback-override>
<fallback-mount>/chiis-anime-mix</fallback-mount>
</mount>
2007 Sep 06
4
Ghost domain ???
Hi,
I''m running Xen 3.0.4 with suse (kernel 2.6.16.46-0.12-xen). I''ve a
problem with a "ghost" (paravirt) domain that appear in the output of
xm list. As an example:
# xm list
Name ID Mem VCPUs State Time(s)
Domain-0 0 1024 4 r----- 29.0
vm-xyz
2010 Jul 27
2
Cant compile managesieve 0.11.11 on Solaris10
hi,
i can't compile managesieve-0.11.11 on Solaris 10 against Sieve 0.1.17
and Dovecot 1.2.13:
[...]
gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast -I/usr/sfw/include -o managesieve-login client.o
client-authenticate.o managesieve-capability.o managesieve-proxy.o
cmd-noop.o
2006 Jul 26
4
can you pass data when you render :action
how can i do:
render :action => "headline", :id => @user.id
Thanks,
Ben Lisbakken
--
Posted via http://www.ruby-forum.com/.
2006 Jun 27
6
Custom action on Active Record Validation Failure?
Instead of having it highlight the bad fields when you enter in a record
that fails validation, is there a way to make it do an action? I''m
looking for something like this:
validates_uniqueness_of :user_id,:url => {:controller => "headline",
:action => "index"}
so that on failing the uniqueness check, it would go to the headline
controller.
--
2011 Jun 22
1
Change passwd backend over cron: what happens if changes while reading?
hi,
I want to use two backends f?r DoveCot. One generated file from the LDAP
tree, and the real LDAP.
The first backend is generated from a cronjob thats reads the whole ldap
server and converts them into a DoveCot passwd file.
I red in the Wiki, if the user password isn't correct, than DoveCot asks
the second backend (LDAP). Is this correct? Because, the the user can
change his password,
2010 May 20
2
Receive Mail via lmtp/tcp
hi,
we have IMAP and SMTP (sendmail(solaris)) on different hosts. Sendmail
delivers Mails via LMTP to Cyrus and Cyrus puts the mails into the
(hopefully) right box. Now I want to replace the Cyrus host with
Dovecot.
I've searched a bit in Google but there isn't much about LMTP via TCP in
combination with DoveCot. Version 2 seems to be get the feature, but we
have round about 5k users, so
2008 Feb 08
1
Searching patch for 2.6.18-xen with drbd 8.0.10
hi,
i tried many times to get ocfs2 from 2.6.18-xen (Xen 3.1) running with
drbd 8.0.10 running, but no luck. One developer from drbd tolds me, that
there is bug in those kernels from SLES SP1 (fixed in SP2) and Debian
Etch/Xen 3.1. So i need a patch, if there are any ...
so, where can i get one?
cu denny
--
Stoppt den ?berwachungswahn - Stoppt den Sch?uble Katalog:
http://www.nopsis.de
2008 Sep 23
3
Finding distinct months using find_by_sql
Hello,
I''m wondering if someone might be able to offer me a solution to the
following problem that has so far stumped me.
I''m trying to get the distinct months (and years) from a date field to
display as a list in a view. For example, there might be a number of
records stored with dates in the table ''headlines'':
name date
record1 21-09-2008
record2
2007 Jun 06
1
"selected" in form.select
I have a search form in my navbar where a user can select in which
area he wants to search. After clicking the submit-button the
results get rendered but the previous selected area is no longer
selected.
<%= form.select (:suchfeld,
[ [''Beschreibungen'',''description''],
[''Headlines'',''headline'']] )
%>
I was able to
2000 May 28
1
SAMBA digest 2537
Hallo!
I have a small question. I wanted to improve Samba-faxing. The system shown in the HOWTO does not include the nice features a faxing-program
like Winfax offer. Chain-fax, adressbook and much more.
So I began to write a series of scripts to manipulate the incoming fax to send.
The text should have all the command on the 1st page.
My scripts split the text in two parts: 1st page and pages