similar to: Quota warning question

Displaying 20 results from an estimated 600 matches similar to: "Quota warning question"

2008 Jul 02
1
Can't create subfolders when activating namespaces, e.g. private/public
Hi, i am using hardy dovecot, 1.0.10. If i enable namespaces (the private and a public one) i am unable to create new subfolders in my private namespace, only top level folders works. There is nothing in the log about that error even if i set mail_debug = yes. If i comment out everything (no namespaces at all, implicit private one), it works again. Any hints whats going wrong, why is my client
2011 May 26
1
passdb: password contains illegal chars question
Hi, some question about passdb backend: I'll receive this (using dovecot 2.0.13, pgsql passdb backend) for some users: mail dovecot: auth: passdb(account-username,127.0.0.1): Attempted login with password having illegal chars Password schema ist crypt-md5. So what "chars" does dovecot not like (why?) and whats the preferred way to fix this? regards Torsten -- Bitte senden
2006 Aug 22
4
Native Extensions on Windows 0.10 series
Hi all, I''ve just noticed that 0.10 is out and wanted to give it a try on windows. I''m not at all an VS C++ Developer so I might do something very stupid here. My env: Windows Server 2003 VS .NET 2003 On the command line with nmake from VC7 in the path this is what I get: Attempting remote update of ferret Building native extensions. This could take a while... Microsoft
2005 Apr 27
5
Eager load mysteriously deletes records
Hi This looks like a bug in ActiveRecord. I am messing with eager loading (on 12.1) and all of a sudden records started disappearing from a table (and I am not doing anything delete related)!! The following line works OK:- @todos = Todo.find(:all, :include => [ :whens],:order => "position ASC") The following line is mysteriously deleteing :where rows from the DB after
2010 Mar 30
2
Cron and Cluster
I need an idea on how to accomplish this: I have a cluster that I only want to run cron jobs on when its active. I know the cron script can check for node status, but then I have multiple copies to maintain wheres my existing resources all reference config on the shard fs (httpd/sql etc) so a change on the active node makes that permanent on the next node. Any idea how to do this? Thanks! jlc
2002 Aug 08
2
Splus-funktion "haplo.score"
Sehr geehrte Damen und Herren, hiermit m?chte ich bei Ihnen nachfragen, ob die f?r Splus geschriebene "haplo.score"- Funktion auch unter R verwendet werden kann. siehe http://www.mayo.edu/statgen/software/ Wenn ja, wie sind die Aufrufe Splus CHAPTER -m und Splus make in R zu realisieren? Herzlichen Dank f?r Ihre M?he mit freundlichen Gr??en -- Dr. rer. nat. Andreas Fr?hlich
2002 Dec 01
1
Date: Sun, 1 Dec 2002 13:23:04 -0600
Hi, I've run into a bit of a problem with using the RMySQL library. I've been attempting to create a temporary table in a MySQL database and then perform a SELECT with a WHEREs clause on the table. In effect perform a SELECT with a subSELECT. The problem is that it never seems to be able to find the table after I create it. I've been using the dbSendQuery method to create the table
2009 Sep 24
0
Feature request: 'dovecot-shared' files to be configurable
Hi list, using dovecot in a more complex environment nearly always requires use of ACLs and shared mailboxes/folders. Now, to make life more easy for the users, we can use 'dovecot-shared' files to eable per-user \seen-flagging. Is it possible to make this issue configurable in the dovecot config, something like "always keep a 'dovecot-shared' file in users maildir, even if
2009 Oct 27
1
listing available subscriptions - shared mailboxes
hi everybody, got a strange issue with 1.2.4 on SLES11. When listing the user's available subscriptions with any client, every shared mailbox that can be subscribed is listed twice, once with it's correct name, 'folder' for example. the second appereance is without the last letter of the name, 'folde' for example. strange behaviour, since this happens with any client. i
2009 Jul 23
0
vfs:recycle behavior
Hi folks, i'm using 3.0.30 on Debian etch, one big share (~250 G) with a separate recycler, built with the vfs object. Files which are deleted are moved to that recycler, now my question: Are files that are copied/moved to another share also moved to the recycler? Thanks in advance, i.A. Hendrik Pahl Systemingenieur -- LWsystems GmbH & Co. KG ++ http://www.lw-systems.de/impressum
2019 Jan 27
0
Re: [PATCH 2/2] v2v: allow alternative directories for distributions
On Sat, 26 Jan 2019 19:42:15 +0100 Sandro Bonazzola <sbonazzo@redhat.com> wrote: > Il giorno sab 26 gen 2019, 13:20 Tomáš Golembiovský <tgolembi@redhat.com> > ha scritto: > > > Allow multiple alternative directory names for distributions (or > > distribution familiy) when installing Linux guest tools packages. > > Original naming required that there is a
2005 Jan 19
2
Question
It is quite simple but highly relevant to me ;-) I was looking for the icecast protocol specifications/documentations but all I could find where documentations of applications how to build or configure them. I'm interested in some Java implementation of a audio streaming client, therefor I was looking for some info about the protocol. Please -- where can I find information? J?rgen Knauth
2007 Jun 05
0
Isolinux at heise online
[Deutsche Fassung: siehe unten.] Dear software developer, we have accepted your application Isolinux into the software database of heise online. You can find the application in a few minutes at http://www.heise.de/software/default.shtml?prg=44562 Please take a brief moment to verify whether all details are correct. If necessary, please inform us via e-mail. You can also supplement or change
2013 Nov 16
1
[LLVMdev] Limit loop vectorizer to SSE
The vectorizer will now emit = load <8 x i32>, align #TargetAlignmentOfScalari32 where before it would emit = load <8 x i32> (which has the semantics of “= load <8 xi32>, align 0” which means the address is aligned with target abi alignment, see http://llvm.org/docs/LangRef.html#load-instruction). When the backend generates code for the former it will emit an unaligned move:
2019 Jan 28
1
Re: [PATCH 2/2] v2v: allow alternative directories for distributions
On Sat, Jan 26, 2019 at 01:19:59PM +0100, Tomáš Golembiovský wrote: > Allow multiple alternative directory names for distributions (or > distribution familiy) when installing Linux guest tools packages. > Original naming required that there is a separate directory for every > version of a distribution (e.g. fc28, fc29, ...). This is inconvenient > when users want to keep just a
2019 Mar 21
1
Re: [PATCH v2 2/3] v2v: allow alternative directories for distributions
On Friday, 8 February 2019 11:44:42 CET Tomáš Golembiovský wrote: > Allow multiple alternative directory names for distributions (or > distribution familiy) when installing Linux guest tools packages. > Original naming required that there is a separate directory for every > version of a distribution (e.g. fc28, fc29, ...). This is inconvenient > when users want to keep just a single
2020 Nov 10
0
samba-tool gpo listall error
My google fu quickly turned up this info: https://unix.stackexchange.com/questions/564673/wheres-my-stub-resolve-conf-missing which suggests that I need to start systemd-resolved.service. However, since this is an AD DC, I want samba to provide the DNS. So I've disabled systemd-resolved.service. I suppose that the anti-systemd crowd will go into fits about this. Does anyone have a solution?
2019 Jan 26
1
Re: [PATCH 2/2] v2v: allow alternative directories for distributions
Il giorno sab 26 gen 2019, 13:20 Tomáš Golembiovský <tgolembi@redhat.com> ha scritto: > Allow multiple alternative directory names for distributions (or > distribution familiy) when installing Linux guest tools packages. > Original naming required that there is a separate directory for every > version of a distribution (e.g. fc28, fc29, ...). This is inconvenient > when users
2015 Feb 02
0
hello world
> Hi, > > As someone who just recently came to the Syslinux project, with a > different agenda but still a Syslinux noob maybe I can add my > perspective. > > The Doc/Wiki makes perfect sense from a DEVELOPERS point of view, but > I think the point here is maybe from a USERS point of view not so > much. > > Even approaching syslinux with the purpose of building
2007 Nov 13
1
Help with openssh: ssh application writing data > 131071 to socket causing message too long error
Hi, I am facing an issue with openssh-4.5p1. I am not sure whether its an openssh issue or a tcp stack issue since I am using a simulated tcp/ip stack. While copying a file of around 1GB using sftp/scp I am getting a send:Message too long error. I did a bit of debugging and found that ssh code was sending packet of size greater than 131072 bytes from the application level to the socket and