Displaying 20 results from an estimated 400 matches similar to: "dovecot permission denied problems."
2009 Dec 31
1
ggplot2: How to change font of labels in geom_text
Happy New Year everyone.
I have what I hope is a simple-to-answer question. In the code sample
below, I'm using a tile plot to plot a continuous measure and overlaying the
plot with labels. I need to print the labels in courier, but there appears
to be no way to override the default font setting in geom_text. I've
scoured the web for clues on how to do this, but found nothing relevant.
2011 Jan 06
4
localboot in pxelinux recurses back into pxelinux then eventually crashes
Hello,
A couple of months back there was this message on the list.
http://syslinux.zytor.com/archives/2010-October/015459.html
I have exactly the same result on just a few types of machines.
Acer Tavelmate 8372 and 5742
InsydeH2O Bios v1.05
Broadcom UNDI PXE 2.1 V 14.0.8
It started after I upgrades pxelinux.0 to version 3.86
Versions tested and got the recursing:
3.86, 3.85, 3.84 and 3.83
On
2007 Dec 11
3
Transactional/Rollback problems
I''m having a rollback problem with rspec trunk. It doesn''t seem like
rollbacks are happening quite as often as they should be. It
appears as though the rollbacks are *NOT* occurring on the first
description block in a file, but are for the rest. Here is a set of
specs that are failing:
require File.dirname(__FILE__) + "/../spec_helper"
describe
2012 Dec 10
4
pxelinux: unable to boot from local disk
Hello,
on a somewhat recent machine (Dell T1600) I'm unable to use my usual setup
(pxelinux as a boatloader also for local OS - typically windows). The BIOS
is capable of using UEFI, but this is turned off.
Unfortunately all I get is a message telling me that pxelinux is unable to
boot from local disk.
The config entry looks like this:
LABEL local
MENU LABEL OS installed on local disk
2007 Feb 12
1
Handling large calculations and memory
Dear All,
I am planning to run a Monte-Carlo experiment which involves to do roughly
100.000 times the following
1- Generating a sample of, say, 50.000 numbers from an ARMA or GARCH
2- Doing some regressions on the series
3- On each regression storing one special value from the results into a
sequence that will be analyzed later.
The experiment is calculation-intensive, and I suspect some
2000 Sep 26
19
samba and cups
Hello,
I have a pb in using samba with cups. I put "printing=cups" in my
smb.conf file but I cannot connect the printers from Windows NT 4.0.
Could you send me a smb.conf file using cups as an example ?
Thank you
2012 Jun 18
1
Maildir + quota + listescape = wrong dir location
I've just stumbled across a strange thing which seems to be a bug.
It happens in 2.0.9 as well as 2.0.11 in which I tested it.
dovecot -n output:
# 2.0.9: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-220.17.1.el6.x86_64 x86_64 CentOS release 6.2 (Final)
listen = *
mail_location = maildir:~/mail
mail_plugins = " quota listescape"
mbox_write_locks = fcntl
namespace {
inbox = yes
2010 Jan 22
1
ldap login with userid
hi..
Dovecot Version 1.2.9
im trying to login to dovecot with my ldap uid.
currently im using:
user_attrs = homeDirectory=home,uid=mail=maildir:/mail/%$
user_filter = (&(objectClass=gosaMailAccount)(|(mail=%u)(gosaMailAlternateAddress=%u)))
to match the mailaddress and deliver the mail to the users homdir
(/mail/uid_of_the_user)
But i cant login to dovecot:
pass_attrs =
2007 Oct 08
17
(no subject)
Just ran svn up this morning, and got this (after running ./script/
generate rspec)
escher: ./script/spec spec/models/item_spec.rb
Finished in 8.0e-06 seconds
0 examples, 0 failures
./script/spec:4:in `run'': wrong number of arguments (3 for 1)
(ArgumentError)
from ./script/spec:4
Using rails 1.2.3, rspec trunk, on Mac OS X.4.9.
Any ideas, or is this a bug in
2007 Oct 27
2
spec_distributed with rails
Is this the appropriate place to talk about spec_distributed? If
not, I''ll post the spec-ext (seemingly dead) mailing list on
rubyforge...
I was able to run a non-rails project with
Spec::Distributed::RindaSlaveRunner (and RindaMasterRunner). But I''m
stumped on how to do it with a rails project, when I have rspec trunk
installed. I continue to get wrong error
2007 Sep 30
4
autotest stop working, 1.0.9?
My autotest runs but when I make changes to a spec it doesn''t reload.
I checked another application I was building that had 1.0.9 but it was
reloading fine.
How would I debug a problem such as autotest not reloading?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070930/6be7160d/attachment.html
2008 Sep 03
2
Does rattle depend on testing's ggobi?
Hello All,
I'm trying to install rattle from source on a AMD64 machine running etch. I
have two packages installed from the etch backport
(r-cran-rodbc and r-cran-rsprng) but all the rest installed from source. I'm
trying to install rattle, but
install.packages("rattle", dependencies=TRUE)
Tries to install rggobi, which complains about the version of libggobi. Does
2013 Sep 19
1
Courier migration and vpopmail with dovecot-lda
I've been using Dovecot in some fresh installs lately and have found
it fairly easy to configure. However I'm starting on a migration
that involves moving from some very old software (ancient vpopmail,
qmail and Courier).
On the Courier front, I've reviewed the migration page in the wiki,
and it looks like the main concerns are just matching the namespace
and then using the migration
2009 Apr 29
1
etch AMD64 debs missing
Thanks Piet & Johannes for the backports.
There seems to be a problem with the files for the amd64 architecture getting
out.
Here is my apt-get update
Get:1 http://cran.ms.unimelb.edu.au etch-cran/ Release.gpg [189B]
Hit http://cran.ms.unimelb.edu.au etch-cran/ Release
Ign http://cran.ms.unimelb.edu.au etch-cran/ Packages/DiffIndex
Ign http://cran.ms.unimelb.edu.au etch-cran/ Packages
2008 Oct 31
2
Separate quotas not displayed correctly
Hello all,
My system is set up to have quotas both on /var/mail, where emails are
received, and on /export/home, where users' homedirs are.
But the client (Thunderbird) shows the same /export/home values both for
the Inbox and for the folders in the homedir, so a user cannot know
where she stands on her /var/mail use.
This is Dovecot 1.1.5. As per the wiki, the dovecot.conf file contains
2007 Nov 07
0
Named routes raising nil.rewrite error
Hi all. I''m having a little problem with named routes. I have the
following named route:
map.with_options :controller => ''snippets'' do |map|
map.snippets
''faq/'', :action => ''index''
map.new_snippet ''faq/
new'', :action
2018 Jun 23
0
reference page for Apache test page & the project
On Fri, Jun 22, 2018 at 04:58:21PM -0700, Karsten Wade wrote:
> * Is there a better page I can point at?
'Better' is quite subjective; however this all goes back to
https://web.archive.org/web/20060523223519/https://www.centos.org/modules/news/article.php?storyid=127
and is as good of a reference as any.
I would urge someone to scrape the gist of that thread and preserve it
on
2013 Sep 03
2
exclude in a repo file
Hi All,
I just discovered that the remi repo has updated versions
of firefox. This is good news, but it leads me to a
question.
Is it possible to exclude all packages except one or two
in a repo file? The man page for yum.conf didn't give me
any hints. I tried unsuccessfully adding this line:
exclude=!firefox*,!xulrunner*
Is there a way to set up this repo so that when I run
"yum
2015 Apr 26
0
can't install gd-devel on centos 7.1
On Sun, Apr 26, 2015 at 11:56:18PM +0300, Eero Volotinen wrote:
> Disable remi repo and try again..
And perhaps ask Red Hat as you apparently aren't running CentOS.
John
--
Are you really sure that a floor can't also be a ceiling?
-- Maurits Cornelis (M.C.) Escher (1898-1972), Dutch artist,
M.C. Escher, His Life and Complete Graphic Work: with a fully illustrated
2018 Jun 22
2
reference page for Apache test page & the project
Some or all of you may be aware that people often contact the CentOS
Project because they come across the default Apache server test page on
a non-centos.org domain.
In trying to contact the domain owner, they mistakenly contact us. This
is despite the language at the bottom of the page telling them what they
are seeing and not to contact us about it.
This has come up for me in responding to