Displaying 20 results from an estimated 157 matches for "altough".
Did you mean:
although
2015 Jan 18
1
Still receiving Quota warning: mailbox 95% full altough now 20% full
Hello
I am using the quota warnings e-mail feature of dovecot to warn users at 80% and 95%. The issue here is that I have one use who his mailbox is now back down to 20% but he still receives the 95% mailbox full warning mail. Any ideas what could be wrong or what to do?
My dovecot config of the mailbox server can be found here: http://article.gmane.org/gmane.mail.imap.dovecot/80823
Regards
ML
2005 Dec 21
2
Why lmer() is not working, altough lme4 is installed?
I have installed lme4 library, but when I try something with lmer()
function, I receive error message. On the other hand, I can use lme()
function from the same library. Are those two the very same function or
not? I am a bit confused.
I am using:
$platform: "i386-pc-linux-gnu"
$arch: "i386"
$os: "linux-gnu"
$system: "i386, linux-gnu"
$major: "2"
2020 May 24
5
LibreOffice locking up
I am running LibreOffice 5.3.6.1 under the latest update of CentOS 7 and the Mate desktop. Not infrequently LibreOffice Calc locks up and I have to force close the application. Altough the spreadsheet is rather large I would not consider it complex.
This has been going on for some time and I am curious if the bug might be in LibreOffice or if there is some interaction with the Mate desktop that might be responsible. Both CentOS, LibreOffice and Mate have been regularly updated f...
2005 Apr 22
1
Re: tc filter - based on iptables - MAC - MARK not working -altough marking on ip src, dst address works
Reading along the Net it seems that MAC marking is not
working with egress HTB (because ipables marks
packages based on --mac-source ). So my only choice is
using ingress or u32.
So this is how I did it:
I called bellow script add_shaping
DEV="eth0"
tc qdisc add dev $DEV root handle 1: htb default 20
tc class add dev $DEV parent 1: classid 1:1 htb rate
200kbps ceil 200kbps
tc class
2006 Jan 12
9
Scaffold shows all attributes altough I use attr_accessible!
Hi all
I have a Model like this:
class Member < ActiveRecord::Base
attr_accessible :username, :email, :first_name, :last_name
end
I have created a scaffold using script/generate scaffold member members
Using the URL localhost:3000/members/edit/1 I can edit all attributes,
including created_at, lock_version etc.! But it should only show the
attributes I listed in attr_accessible!
What
2015 Apr 28
2
imapc fetch optimization
Hi,
imapc does a lot of UID FETCH $UID (BODY.PEEK[]), which is nice, because
it works even with the dumbest IMAP server, altough it really kills
performance, especially on high latency lines.
I wonder: if IMAP servers can effectively handle boundless fetches (like
a list with all wanted UIDs, or simply 1:* if all are needed), do you
see this as a good addition to develop?
This could be a new imapc_features setting after...
2006 Apr 09
2
configure error
...64 2800*+* processor running Mandriva 2006_64. After
unpacking R-2.2.1.tar.gz I ran ./configure. However, configure stopped
prematurely with the message *"configure:27295: WARNING: gfortran and
gcc disagree on int and double configure:27297: error: Maybe change
CFLAGS or FFLAGS?"* Altough I've looked in both the R_Help archive and
R Installation and Administration, I can't find any documentation
which says what settings should be for CFLAGS or FFLAGS. I tried to
mimic the settings shown on page 31 of R Installation and Administration
but that failed too.*
*Does anyone...
2005 Apr 19
7
tc filter - based on iptables - MAC - MARK not working - altough marking on ip src, dst address works
=== tc filter - based on iptables - MAC fw marking not
working ==
DEV="eth1"
tc qdisc add dev $DEV root handle 1: htb default 20
tc class add dev $DEV parent 1: classid 1:1 htb rate
600kbps ceil 3276800kbit
tc class add dev $DEV parent 1:1 classid 1:15 htb rate
3kbps prio 4
tc class add dev $DEV parent 1:1 classid 1:20 htb rate
500kbps prio 3
tc qdisc add dev $DEV parent 1:15 handle
2007 Jun 19
2
speex AEC lighter configuration
...May I specify some other options (at configuration time or may be at
source) to get the speex AEC lighter, so that I can raise the tail
length and get best results?
- May be speex AEC tunned with another parameters to improve echo
cancellation results?
- AEC uses floating point in some cases (altough fixed-point specify)?
(soft floating point is slow...)
Sorry if this seems to be very obvious...
Best regards,
Victor Librado Sancho
Departamento I+D
------------------------------------------------------------------------
2015 May 04
4
imapc fetch optimization
Hi,
On 05/04/15 10:59, Timo Sirainen wrote:
> On 28 Apr 2015, at 23:49, Nagy, Attila <bra at fsn.hu> wrote:
>> Hi,
>>
>> imapc does a lot of UID FETCH $UID (BODY.PEEK[]), which is nice, because it works even with the dumbest IMAP server, altough it really kills performance, especially on high latency lines.
>>
>> I wonder: if IMAP servers can effectively handle boundless fetches (like a list with all wanted UIDs, or simply 1:* if all are needed), do you see this as a good addition to develop?
> Set mail_prefetch_count = 10 o...
2020 May 25
2
LibreOffice locking up
On 05/25/2020 02:15 AM, hw wrote:
> On Sun, 2020-05-24 at 19:56 -0400, H wrote:
>> I am running LibreOffice 5.3.6.1 under the latest update of CentOS 7 and
>> the Mate desktop. Not infrequently LibreOffice Calc locks up and I have
>> to force close the application. Altough the spreadsheet is rather large I
>> would not consider it complex.
>>
>> This has been going on for some time and I am curious if the bug might be
>> in LibreOffice or if there is some interaction with the Mate desktop that
>> might be responsible. Both CentOS, LibreO...
2004 Nov 30
2
Ogg for Java
Hello,
I think this new list is a good idea, at least there is a place
on which this mail is on-topic. Altough I do not know if anyobody is on
this list yet.
There is a new Java implementation of the Ogg library. The link is
http://netmind.hu/ogg
This is a high level implementation, meant to be as easy as possible,
while preserving all ogg's features.
It lacks real-world tests and can be regarded as b...
2006 Dec 03
1
Deliver Root Setuid
Hi,
I just configured my Postfix installation to deliver via Dovecot LDA. But
because I use separate uids for virtual domains I had to set deliver to be
setuid root. Altough I find this as frequent answer to this problem with
deliver LDA I am not a 100% sure - basically because I try to avoid root
setuids as much as I can.
What should be better solution - to have all mailboxes with one owner or
this setuid binary?
My main reason for separate uids was filesystem quota...
2007 Oct 19
1
export R-data to VisIt
Hello,
Is there anyone porting R data to VisIt (http://www.llnl.gov/visit/)?
Altough VisIt accepts 5 dozen of data formats, I can't get my data into VisIt.
I currently ran a simulation which gave me a data frame, which I wanted to import into VisIt to further explore the dataframe.
Let's say I have a data frame as follows:
dat <- data.frame(cbind( 1, 1:10),X3= samp...
2011 Jul 27
1
dovecot and tcpwrappers
...llow/deny settings and so is worldwide accessible !
Is dovecot indeed ignoring hosts.allow/deny ? And if so, how can I have the
same amount of protection as I previously had with dovecot 1.x over inetd ?
BTW: I tried to post on the mailinglist but it seems I can't access them it
the moment, altough I did subscribe and login. Is there anything wrong ?
Thanks for your reply !
--
With best regards,
Kees Lemmens.
-----------------------------------------------------------------------
Delft Institute of Applied Mathematics (DIAM), Faculty Electrical
Engineering, Mathematics and Computer Scien...
2003 Oct 14
1
no ring in ear
...ring in the caller phone when I dial from a snom200 to the
other snom200 or the mp108fxs, I made a debug with ethereal, and I can
see a "Ringing" packet being return from the called snom200 or mp108fxs
to the asterisk box, but it is not being re-transmitted to the caller
snom200.
Altough I see the same when dialing from a phone hooked to the
mp108fxs (no Ringing packet send from asterisk to the caller peer) I do
have a ring on the caller phone.
Any ideas on where to start looking ?
I have a CVS version of 8/20/2003. And everithing else seems to be
working just fine, bu...
2004 Aug 21
1
just-added second X100P
I just added a second X100P card to my * server, altough it seems to
be working * seems to be ignoring it:
zaptel.conf:
-----------------
fxsks=1-2
loadzone=us
defaultzone=us
zapata.conf:
------------------
context=inbound-analog
signalling=fxs_ks
group=1
channel => 1
channel => 2
I created a coup...
2008 Jun 25
1
Missing update announcements for C4 i386 / x86_64
Hi,
the latest updates for perl, xorg-x11, net-snmp, openoffice.org for C4
were announced for the ia64 and s390(x) archs, but not for i386 and
x86_64 altough they are available on the updates mirrors.
Also, what is the policy for announcements of updates that occurred
after the C5.2 release? I see them on the update mirrors. Shouldn't
these update be also announced independently from the C5.2 release
announcement?
Best regards,
Bernd.
2002 Aug 30
0
Windows NT PDC and Samba PDC cross subnet browsing?
...on both subnets.
I configured dhcp for all clients to use the NT WINS as their WINS server.
Now I only can browse both networks (workgroups 1 and 2) on the NT (1)
network and not the other way arround.
The workgroup from network one (1) does not appear in network neighbourhood
on network one (2).
Altough I can use the "search computer" function from windows to find one of
the computers on the other end of the tunnel and then use windows explorer
to view the complete workgroup, I would really like to be able to browse
both networks on both ends of the tunnel trough the network neighbourhoo...
2010 Aug 12
1
Samba 4 Start Up error
Hi,
Another weird thing I'm seeing on my logs is this message about registering
witha rootdse.
ldb: ldb_tdb: Unable to register control with rootdse!
ldb_wrap open of secrets.ldb
My server works "normally", altough I'd like to know what this means.
Thanks.
---
David Gonzalez H.
DGHVoIP - OPEN SOURCE TELEPHONY SOLUTIONS
Phone Bogot?: +(57-1)289-1168
Phone Medellin: +(57-4)247-0985
Mobile: +(57)315-838-8326
MSN: david at planetaradio.net
Skype: davidgonzalezh
WEB: http://www.dghvoip.com/
Proud Linux User...