Displaying 20 results from an estimated 30000 matches similar to: "Upgrading a live running dovecot - how?"
2004 Apr 20
1
AD<->Linux: Thoughts
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have a small planning problem...
I built an environment for a customer about six (or so) months
ago based on RH8 which authenticate and mount homes from an
AD server... The Linux stuff was straigt forward - using LibNSS/LDAP
and LibPAM/{LDAP,Krb5} for authentication and samba (2.x something)
to mount the home directories.
Unfortunatly, this
2024 Jul 19
1
Weird folders / files after upgrading to Samba 4.20
Hello,
my smb.conf is in the first post. Im not setting unix extensions
explictly, so the default is used (which is yes)? But they are only
active for smb1 right? I did not activate the smb3 unix extensions.
This also happens for shares that are not mounted by cifs ... e. g. we
have a share that is used as a hotfolder for a RIP. The workflow is,
that people mount them in MacOS and put files
2013 Jun 21
2
mysql access denied on dashboard puppet
i am at a lost, i setup the db schema , database.yml and etc.... passwords
are correct.
im getting the below error, im trying to get my dashboard to work .....help
any? i also chmod the database.yml file to 660
# mysql -u dashboard -p dashboard_production
Enter password:
ERROR 1045 (28000): Access denied for user ''dashboard''@''localhost'' (using
password:
2007 Oct 11
4
Spliting Folders for Efficiency
Dear Timo,
Would there be any sense in giving Dovecot the option to split folders
into multiple subfolders when they reached a specified size (probably
message count) limit?
Dovecot would monitor folders and when they reached, say, 10,000
messages, silently split the folder on the filesystem to ensure that
access remains fast.
I know that Dovecot scales very well but this would give
2008 Aug 13
4
Marking as Read causes Body.Peek on ALL messages - Reasonable?
I've noticed when I select a folder of messages (Thunderbird) and mark
them all as read (or unread) it produces the following IMAP transcript:
Source Destination Info
c.c.c.c s.s.s.s Request: DONE
s.s.s.s c.c.c.c Response: 20 OK Idle completed.
c.c.c.c s.s.s.s Request: 21 uid store 1:20 -Flags (\Seen)
s.s.s.s c.c.c.c Response: * 1 FETCH (UID 1 FLAGS (\Recent NonJunk))
c.c.c.c s.s.s.s
2019 May 22
1
make running on.exit expr uninterruptible
Hi,
Is there currently any way to guarantee that on.exit does not fail to execute the recorded expression because of a user interrupt arriving during function exit? Consider:
f <- function() {
suspendInterrupts({
on.exit(suspendInterrupts(cntr_on.exit <<- cntr_on.exit + 1L))
cntr_f <<- cntr_f + 1L
})
TRUE
}
It is possible to interrupt this function such that cntr_f
2007 Jun 13
2
winbind idmap customization
I would like to have winbind map all of my AD users to their full
user@REALM form on the Linux domain members. I'd like lookups to be
properly canonical. Is this possible?
'getent passwd user' should return:
user@REALM.NET:*:1786588783:1786588745:Mr Man:/home/whatever:/bin/bash
I'm finding my options are to either have the local names be plain,
unprefixed, or prefixed, but
2006 May 05
4
Recommended FS for Dovecot Maildir
Hi,
I've heard that for Dovecot/Mailir systems there are filesystems that
are optimised for the situation of many small files in one folder.
Could I possibly have some feedback on what the recommended filesystems
are? I've heard of ReiserFS but was wondering what other options there
are and how they compare.
If I get a good comprehensive response I'll build a wiki summary page
2017 Apr 21
3
tempdir() may be deleted during long-running R session
Hi Mikko,
I was bitten by this recently and I think some of the replies are
missing the point. As I understand it, the problem consists of these
elements:
1. When R starts, it creates a directory like /tmp/RtmpVIeFj4
2. Right after R starts I can create files in this directory with no
error
3. After some hours or days I can no longer create files in this
directory, because it has been
2012 Jan 12
1
Problems compiling packages from source: can't find -lquadmath.
Hi all,
I have recently installed Debian squeeze on a Dell T7500, but I have
pinned R and friends to come from the unstable distribution. Currently I
have these Debian packages installed (with dependencies):
r-base-core 2.14.1-1
r-base-dev 2.14.1-1
The problem comes when installing new source packages from CRAN using
install.packages(). Below is a typical installation output:
* installing
2005 Jun 02
2
Caution on the use of model.matrix.
I have just been bitten by a quirk in the behaviour of model.matrix.
I used model.matrix inside a function, and passed to it a formula
that was built elsewhere.
The formula was of the form ``y ~ x + w + z''. Now, model.matrix
cheerfully accepts formulae of this form, although it only
***needs*** the right hand side, i.e. ``~ x + w + z'' --- the ``y''
can be dropped (but
2013 Dec 06
1
md5sum mismatch between CentOS 6.4 and 6.5 repository
Hello,
when I download python-slip-dbus-0.2.20-1.el6_2.noarch.rpm from CentOS 6.5
repository the md5sum is different than when I download same file from 6.4.
wget http://msync.centos.org/centos-6/6.5/os/x86_64/Packages/
python-slip-dbus-0.2.20-1.el6_2.noarch.rpm
-O python-slip-dbus-0.2.20-1.el6_2.noarch.rpm.65
wget http://msync.centos.org/centos-6/6.4/os/x86_64/Packages/
2017 May 27
3
idmap woes after upgrade
Hello All,
I've bitten the bullet and upgraded from sernet-samba-4.2 to 4.6.4-SerNet-RedHat-7.el7.
Now my AD users don't show up in Linux, with the result that the [homes] share fails to connect. Other shares work fine, it's just the homes share. There doesn't appear to be any uidNumber mapping going on.
I used to be able to use the unix command 'id' to show user info,
2006 Apr 11
3
fun/flamebait: Java Web Devel Stacks
I''ll pose a question partly for fun, partly out of interest to see
what everyone else is doing to survive the pain of the day job. It''s
for the professional J2EE developer converts out there.
Let''s say someone hired you to write a Basecamp clone, but it has to
be done in Java, say on the Tomcat or JBoss platform. What does your
stack look like now that you''ve
2013 Apr 17
3
[LLVMdev] make check rebuilds the project?
Because almost no other piece of software out there doesn't have
'check' depend on rebuilding the target it's testing and it's bitten
people whereas other than the lameness of our build system needing to
recurse all the directories to figure out that all has already been
rebuilt there's no penalty to requiring the dependency. :)
-eric
On Wed, Apr 17, 2013 at 9:35 AM, Bob
2012 Jun 04
2
[LLVMdev] Big endian ARM?
>> The current design is that the frontend (if it attaches a TD string)
>> is *required* to match the code generator:
>> http://llvm.org/docs/LangRef.html#datalayout
>
> Chris,
>
> Do we actually verify this anywhere?
No. This has been on my todo list for a long time - people regularly get bitten
by it.
Ciao, Duncan.
2010 Jun 09
2
is the xenconsoled crash solved?
One of our machines are being bitten by that bug, once every 2-4 weeks or so xenconsoled dies and all the VMs stop responding intil xenconsoled is restarted.
I googled for it and I saw many people reporting it but no solution for it.
Does anyone know if it is solved in 5.5? I can't upgrade the box (it's a production box) unless I can prove the problem will go away.
thanks in advance
2004 Apr 15
7
all(logical(0)) and any(logical(0))
Dear R-help,
I was bitten by the behavior of all() when given logical(0): It is TRUE!
(And any(logical(0)) is FALSE.) Wouldn't it be better to return logical(0)
in both cases?
The problem surfaced because some un-named individual called randomForest(x,
y, xtest, ytest,...), and gave y as a two-level factor, but ytest as just
numeric vector. I thought I check for that in my code by testing
2009 Nov 17
2
Workaround for RH #502499?
I have a workstation with a Gigbyte board and an Intel Corporation 82801EB (ICH5) SATA Controller (rev 02) that's apparently getting bitten by https://bugzilla.redhat.com/show_bug.cgi?id=502499
It's running CentOS 5.4 32 bit, and the user is suffering from high load and sluggish response whenever a disk write of more than a few MB is made. iostat shows the disk at 100%.
[root at marge
2016 Jan 05
1
(OT) Computer seems to have died
On Tue, January 5, 2016 3:50 pm, Warren Young wrote:
> On Jan 4, 2016, at 8:37 PM, Valeri Galtsev <galtsev at kicp.uchicago.edu>
> wrote:
>>
>> On Mon, January 4, 2016 6:18 pm, John R Pierce wrote:
>>> On 1/4/2016 4:03 PM, tdukes at palmettoshopper.com wrote:
>>>>
>>>> I have an old IBM Netvista.
>>>
>>> 10 to 15 years old?