Displaying 20 results from an estimated 1000 matches similar to: "To dovecot-ee or not to dovecot-ee"
2014 Sep 05
2
Migrating from 2.0.x to 2.2
Hi
I'm about to migrate a setup with <20 IMAP (but with a few million mails in all) accounts that belong to the same system-user on an older machine running Dovecot 2.0.13 to a new machine running Dovecot 2.2.13 (or possibly newer..).
Mails are stored in Maildirs with no special or advanced features (like alternate storage etc etc).
Filesystems are prepared for the expected amount of
2002 Mar 27
2
Problem with ssh-keygen
Dear Developer,
I'm having problem running ssh_keygen on my solaris 7 box. Can you
please tell me as to why I'm getting this error as described below? I
don't have that problem with solaris 8 that runs SMCossh 3.0.2p1
Thanks in advance.
Louie
# /usr/local/bin/ssh-keygen
ld.so.1: /usr/local/bin/ssh-keygen: fatal: libcrypto.so.0.9.6: open
failed: No such file or directory
Killed
#
2009 Nov 19
5
Accessing list names in lapply
Hi,
When using lapply (or sapply) to loop over a list, can I somehow access the
index of the list from inside the function?
A trivial example:
df1 <- split(
x=rnorm(n=100, sd=seq(from=1, to=10, each=10)),
f=letters[seq(from=1, to=10, each=10)]
)
str(df1)
#List of 10
# $ a: num [1:10] -0.801 0.418 1.451 -0.554 -0.578 ...
# $ b: num [1:10] -2.464 0.279 4.099 -2.483 1.921 ...
# $ c: num
2010 Apr 16
1
snmp
Hello,
Is there a way to monitor a gluster platform server via snmp?
Bryan McGuire
Senior Network Engineer
NewNet 66
918.231.8063
bmcguire at newnet66.org
-------------- next part --------------
2002 Feb 13
3
pnorm, relative accuracy in the tails
Dear R people
The function below should be decreasing, convex, and tend to zero when x
tends to infinity.
curve((1-pnorm(x))/dnorm(x),from=0, to=9)
>From the plot we see that for x between 8.0 and 8.3 the function is
fluctuating.
As far as I understand, this is due to the function pnorm() not being
sufficiently accurate in the tails.
I am using pnorm() in a way that has probably not been
2006 Feb 27
2
Tried to load a theme, didn't work. No error message.
I searched every wine forum and wiki I could find, but there's no
information on wine theming.
I downloaded an *.msstyles file, and opened it with winecfg (Desktop
Integration->Install theme...). Nothing changed. The style I selected
didn't even get added to the list - the only option is still "(No
Theme)". There was no error message.
wine 0.9.8
This is the style I tried:
2006 Jun 23
5
Red Alert 2: Yuri's Revenge much slower with 0.9.16
RA2:YR is a 2D game - I think it probably uses DirectDraw. It runs
slower with 0.9.16 and now the in game cursor flickers. Besides minor
audio problems it ran fine in 0.9.15.
I tried setting HKEY_CURRENT_USER\Software\Wine\Direct3D\DirectDrawRenderer to
"gdi". It made no difference. Is that the corrent way to turn off the
new DirectDraw changes?
2005 Mar 27
3
missing ring-tone
Hi there
I've got a rather irritating problem with my Asterisk server.
Whenever someone tries to call me, the don't get the usual "ring-tone" when
they wait for me to pickup the phone.
I don't know if I've disabled this feature somewhere in my configuration
files.
Since I'm in Denmark, I've got an entry in the indications.conf file
pointing to
2002 May 18
5
Length of a string
Hi,
Suppose I have created something like this in R:
foo <- "myfoo"
and I want to find out the number of character in foo (in other words, R
should return 5 since "myfoo" has 5 charactors.
How can I do it? I tried:
length(foo)
but it returned 1.
Cheers,
Kevin
------------------------------------------------------------------------------
Ko-Kang Kevin Wang
2008 Feb 11
9
Storeconfigs purge Perl
Here''s some happy-fun Perl to make your storeconfig/virtual resources day better. I probably should have written this in Ruby, but perl comes naturally :)
#!/usr/bin/perl
#
# Perl DBI to remove all related entries from Puppet''s storeconfigs database.
# Use when a host is removed from the Puppet network forcibly
# Alternatives: run puppet on host to be removed with a blank
2006 Apr 20
3
has_many :through with has_many/has_many join models
It seems that using a join model that joins with two has_many''s will
fail to generate proper SQL
class StudentSemesterRecord < ActiveRecord::Base
belongs_to :semester
has_many :discipline_records, :through => :semester
end
class Semester < ActiveRecord::Base
has_many :student_semester_records
has_many :discipline_records
end
class DisciplineRecord <
2007 May 14
3
invalid parameter password for type user
[root]# /etc/init.d/puppet once -v
{irrelevant output skipped}
err: Could not retrieve configuration: Invalid parameter ''"password"''
for type ''user'' at /etc/puppet/manifests/classes/serverAdminAuth.pp:42
puppet-0.22.4-1.el5.rf (rpm)
RHEL 5 i386
# snippet from serverAdminAuth.pp
User {
ensure => present,
2009 Jul 07
2
Samba configuration error
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Does anyone know what this error means:
[root@ldap2 samba]# net getlocalsid
[2009/07/07 17:04:00, 0] lib/smbldap.c:smb_ldap_start_tls(600)
Failed to issue the StartTLS instruction: Protocol error
[2009/07/07 17:04:01, 0] lib/smbldap.c:smb_ldap_start_tls(600)
Failed to issue the StartTLS instruction: Protocol error
[2009/07/07 17:04:02, 0]
2006 Aug 10
4
Speeding up ActiveRecord creation?
My completely empty model (no validation callbacks etc etc) takes an
average of 0.05 seconds to create, at least according to
Benchmark.realtime{200.times{Message.create(:from =>
"me@here.com", :message_type => ''email'',
:subject => "hello", :body => "goodbye", :sent_at => Time.now)}}/200
That''s a little slower than
2017 Mar 20
4
Linux distribution targeted at 32-bit hardware
On Sun, Mar 19, 2017 at 04:34:06PM -0700, David Christensen via Syslinux wrote:
>
> If anyone knows of a Linux distribution targeted at 32-bit hardware,
> please say so.
>
Please elaborate
2005 Apr 24
2
Model names in controllers
Please excuse yet another newbie question...
I''m getting this error:
MissingSourceFile in <controller not set>#<action not set>
c:/program files/ruby/lib/ruby/gems/1.8/gems/actionpack-1.8.1/lib/action_controller/dependencies.rb:75:in `require_dependencies'': Missing model MyModel.rb
From these lines of code:
class MyModelController < ApplicationController
2006 Dec 02
10
HVM success story, now on server environment
I had the chance to test out one of the new Sun X2200 M2 servers for a
week or so, aiming to check out the status of HVM support on these machines.
The machine was a dual-Opteron dual-core, with 8GB RAM and 1 300GB SATA
disk.
Normally I tend to use Debian on my servers, but due to lack of needed
hardware support on Debian x86_64 images, and because I had very few
time to run the tests, I used an
2007 Feb 11
2
No /dev/net/tun in dom0
I have a dom0 with Debian Etch, created with Xen-tools, that I want to
use as a OpenVPN-server.
I cannot start the openvpn-deamon, it cannot open the TUN/TAP dev
/dev/net/tun
The dom0 does not have a directory /dev/net and if I create it, it is
away after the next reboot.
Can I get a staying /dev/net/tun in the dom0 ?
--
Morten Christensen
_______________________________________________
2006 Jul 06
6
Class variables in templates/layouts
I''m having problems with class variables.. I have a class:
class Content::ApplicantsController < ApplicationController
layout "mylayout"
@@tab = "mystring"
[... the rest is standard scaffold-created stuff ...]
and a layout (mylayout.rhtml):
[...]
<title><%= @@tab.capitalize %></title>
[...]
And I keep getting this error:
uninitialized
2006 May 23
2
/dev/loop on Debian Sid
I have Xen 3.0.2 running on Debian Unstable with a straightforward
setup, mainly based on this howto
http://www.debian-administration.org/articles/396.
When I have restarted dom0, I get this error, when I start a domU with
xm create -c vm.cfg
Error: Device 769 (vbd) could not be connected. Backend device not found.
Google have pointed me to this solution: