Displaying 20 results from an estimated 8000 matches similar to: "Dovecot behaviour when the server's file system fails (possible feature request)"
2024 Dec 04
3
Undocumented behaviour of diag when replacing the diagonal of a matrix?
Dear list,
is anyone aware of the following behavious of diag when used to replace
diagonals (plural!) of a matrix?
Small example: The following is documented and clearly to be expected:
A <- matrix(0, nrow = 5, ncol = 5)
diag(A) <- 1; A
BUT, what about the following? When executing the code of `diag<-` line
by line, it throws errors. So why does it work?
diag(A[-1, ]) <- 2; A
2012 Nov 13
1
sieve-extprograms strips Return-Path headers
The sieve-extprograms extension strips Return-Path headers before
passing mail off to the external program. The patch to remove this
behavious is trivial (and attached), but since it appears to be
deliberate I felt I should investigate further.
I believe this is basically a cut-and-paste error. The code to strip
Return-Path has been there since the sieve-pipe plugin for Dovecot 1.x,
and I believe
2004 Sep 10
2
[Flac-users] Win2k 1.1.0 crash
Hi,
I just started using FLAC and am very impressed. However I have
run into a problem with the current (and other) Windows
executables.
If I encode with a higher compression level (say 7 or 8) I stand a
high probability of BSODing or just plain rebooting. Strangely
enough this behavious seems to go away if I use the default 5
compression level.
Has anyone else had problems
2004 Oct 10
1
R 2.0.0 (PR#7272)
Full_Name: Xiao Gang FAN
Version: 2.0.0
OS: Windows
Submission from: (NULL) (82.226.247.142)
After installing the new version 2.0.0 (downloaded binary),
I've got 2 unexpected behavious vs 1.9.1:
1. When installing some packages from source, the making process
stoped with the following message:
---------- Making package toto ------------
adding build stamp to DESCRIPTION
making DLL
2004 Apr 07
1
Re: specified network name no more available
I was stung by this bug yesterday myself and although
there are numerous references to this error message
I haven't seen any qualified resolution of the problem.
Not that the following rant hopes to be such, but it's
a good story.
My setup is a stable 2.2.8a production domain and an
experimental 3.0.2a-SuSE domain. The passwd backend is
still smbpasswd. I wish there were a better
2008 Dec 28
3
xorg-x11-drv-nouveau for CentOS?
Is there a way to use "Nouveau" (open source Nvidia) driver in CentOS 5 ?
"nv" seems to support only the lowest resolutions thru the dvi output (NV44
chip), and I don't like the idea of installing propiertary Nvidia drivers.
This way I came to Nouveau.
I had a look at some Fedora rpms, but they needed something CentOS
obviously doesn't have:
# rpm -ivh
2006 Mar 11
2
Limiting Dovecot access by user-spesific ip addresses?
Hi,
Is there any possibility to limit access to mailboxes by user-spesific ip
addresses?
So, I'd like to have a configuration which by default restricts reading
emails to company's own ip-address range. So far, this could be achieved by
a basic firewall rule, but not any more the following:
However, there is need for a few users to access their emails from
world-wide internet, so there
2004 Jul 23
2
"Duplicate workgroup names in browse list" problem reappeared in 3.0.5
Starting from version 3.0.2 (or .3?) there were a misfeature that caused
workgroup names to show up as duplicates in workstations' browse lists. Fix
for this didn't reach into 3.0.5-pre1, but rc1 had this fixed.
Today I upgraded 3.0.5-rc1 to 3.0.5-2 (FC2 binary rpm from samba.org) and
the problem reappeared.
To be more spesific, the problem appears when there are more that one
workgroup
2011 Jul 30
2
Intel HD graphics & CentOS 6: Error inserting i915
I installed CentOS 6 to Acer 7750 laptop, which has Intel Sandybridge CPU
( i5-2410M) with integrated Intel HD Graphics 3000.
By default X won't use intel driver for graphics, but vesa instead, which
limits the resolution to 1024x768. I tried to force the use of intel driver
by writing a xorg.cof file, but then X doesn't start at all.
I updated libdrm and xorg-x11-drv-intel from
2009 Mar 06
0
[LLVMdev] LTO & PIC
Due to the LTO modifications to the build system it is not possible to do
old non LTO builds that involve some old PIC behaviour, this means Cygwin
and possible other platforms old behaviours is broken, and they are not
LTO'ed yet either.
Would it be possible to have both the old PIC behaviour and the new LTO
based behavious coincide via a flags like --enable-lto=(yes,no) and for
older PIC
2005 Mar 12
0
Problem with ability to dial out when a channel is used from an external equipment in a point to multi point configuration
I have grouped two capi controllers using * as the outgoing msn.
when the first two channels are busy normally and I try to use a third channel the channels from the second controller are used.
But when a channel is occupied by the capisuite fax and we need a third channel asterisk responds with "every one is busy congested at this time".
I think the same behavious would have happened
2011 Jun 23
2
[LLVMdev] Instr Description Problem of MCore Backend
Hi, all:
Now I'm working on writing a backend for Moto MCore, but I don't know how to
describe some instructions.
First, I've already written MCoreRegisterInfo.td like these:
class MCoreReg<bits<4> num, string name> : Register<name> {
let Namespace = "MCore";
field bits<4> Num = num;
}
def R0 : MCoreReg< 0, "R0">,
2004 Nov 18
1
jitter buffer
Hi Farhan,
It is interesting that GPRS is 9.6 kps, as per GPRS standard it should
be 115kps ? if it is 9.6kps is true then I would use speex codec on GPRS
for my project, since in some country they charge GPRS on flat rate
rather than expensive airtime.
Thanks for your work !
Regards
Danny
-----Original Message-----
From: speex-dev-bounces@xiph.org [mailto:speex-dev-bounces@xiph.org] On
2004 Nov 18
0
jitter buffer
Hi Farhan,
My mistake, it is 9.6kps because is on gsm !
Regards,
Danny
-----Original Message-----
From: speex-dev-bounces@xiph.org [mailto:speex-dev-bounces@xiph.org] On
Behalf Of Danny Chan
Sent: Friday, November 19, 2004 2:08 AM
To: Ashhar Farhan; speex
Subject: RE: [Speex-dev] jitter buffer
Hi Farhan,
It is interesting that GPRS is 9.6 kps, as per GPRS standard it should
be 115kps ? if
2006 Jul 23
1
Complex MySQL query in dovecot-sql.conf
Is there some limit for the maximum length of the line in dovecot-sql.conf?
In particular, I would be writing a long MySQL password query.
And further, can a long line be somehow split to several pieces? I tried the
common unix-style way of putting backslash as the last character of the
first line, but it results in an error immediatedly while restarting
Dovecot (while parsing the conf, ie. not a
2007 Dec 09
2
How to logoff a session with dovecot?
I use dovecot to push email to my SE P1i and it works very well. :) However, I
have two email accounts set up on the phone, one using my domain for GPRS and
public WiFi and one using my WLAN address for use at home, the idea being I
don't want to pay for GPRS data at home. The trouble is the GPRS account
remains logged on and I get the mail in both inboxes. There is no option in
the email
2005 May 23
0
Can GPRS steal bandwidth from voice?
Hello everyone,
I am a newbie to this, and if you know of an informative URL that has
relevant information, please point me to it.
Suppose a cellular subscriber gets a PocketPC (Windows Mobile 2003 Phone
Edition), and subscribes to a voice + Internet plan. He then decides to
use a proprietary VoIP application using the Internet plan. He is not
using the voice part of his plan; he is channeling
2007 Nov 29
1
Adding new recorded phrases to the release
This might be a frequently asked question, but how do new sounds get
added to the release?
I was trying to do a "popcorn" extension on my phone (that gives the
date and time... maybe even getting fancy and adjusting for the
caller's timezone based on country code or area code)... but
didn't have the word "local" or phrase "local time" in the lexicon.
Now if
2011 Oct 19
0
How do I sync my outlook with my PDA using my msn email?
Question by Nick P: How do I sync my outlook with my PDA using my msn email? I use outlook on my computer but on my pda I dont know the pop3 info to have it sync with my pda. I have an HP 2700 series with Outlook 2002 on it. Could someone please help. I dont know the correct incoming and outgoing mail info or the domain. Best answer: Answer by ChimpanzeeIm afraid it is not possible to get msn
2012 Mar 28
1
How to restrict reboot/poweroff from non-admins?
I just noticed that CentOS (6.2) by default allows any user to
reboot/poweroff system without any admin rights, or without any further
questions, if using commands 'reboot' or 'poweroff'. But 'shutdown' still
requires admin rights.
What is the preferred way to restrict any regular user from rebooting /
powering off the system (by accident)?
IMHO, sudo should be