search for: voll

Displaying 20 results from an estimated 58 matches for "voll".

Did you mean: poll
2012 Feb 28
1
quota warning script not working after upgrade to 2.1.1
...ng): child 3318 returned error 1 What is failing here? #!/bin/sh # # Should be run by the Local Delivery Agent # #set -x SCRIPT_NAME="quota-warning2" MAIL_TO=$2 MAIL_FROM="postmaster at charite.de" MAIL_QUOTA_PERCENT=$1 MAIL_SUBJECT="Ihre Mailbox ist zu "$1"% voll!" BIN_CAT="/bin/cat" BIN_DATE="/bin/date" BIN_HOSTNAME="/bin/hostname" BIN_LOGGER="/usr/bin/logger" BIN_MV="/bin/mv" BIN_STAT="/usr/bin/stat" #set -x # set misc values HOSTNAME="`${BIN_HOSTNAME}`" # set mail value MAIL_...
2008 Dec 14
2
Sweave/Rweave and results="verbatim"
Hello, in a Rnw-file I have this used stuff to try out tex-results... ============================== <<>>>= texme <- function() cat( "{\\bf Hallo, das ist voll fett!}\n" ) @ <<results="verbatim">>= texme() @ ============================== I used this command: "R CMD Sweave example.Rnw" and got this error: ============================== [...] 7 : echo 8 : echo term verbatim (label=>) Error in match.arg(option...
2008 Nov 18
0
Opening the 2.4 commit fest (AJAX Web UIs)
Part of the possible 2.4 addons are the new AJAX web UIs. Sebastien Volle, an Eaton colleague and friend, started to work on that subject (should be helped by Jonathan "Bass hero" Bonzy soon). The very first results are there: http://seboss38.free.fr/nut/ not much ATM, but it's more a testbed to see how we can do a first iteration. btw, try double clickin...
2006 Apr 06
2
deleting partition does not effect superblock?
Hi, I am using kernel 2.6.15.4. On my system, I first created a partition with EXT3 and put some data on it. Later, I deleted the partition, and re-created another partition with the same starting block number and a higher ending block number. I intended to format it with another filesystem, but surprisingly (or maybe just to me), the superblock of the partition had not changed. I could still
2006 May 07
3
Rsync backups over the internet
All I am use rsync to backup a large filesystem over the internet. I do an incremental backup of the 2 file systems once a day to keep an offsite backup. However, this backup takes about 60 minutes. Are there some tweaks I can do to speed up the backup? Here is the command I run via cron every day: rsync --exclude-from=/home/backups/rsync/attachments-exclude.lst --delete -ave ssh
2020 Apr 24
2
error service quota-status
...27.0.0.1:12340 I got this in my dovecot config service quota-status { ? client_limit = 1 ? executable = quota-status -p postfix ? inet_listener { ??? port = 12340 ? } } plugin { ? ... ? quota_status_nouser = DUNNO ? quota_status_overquota = 552 5.2.2 Mailbox is over quota / Mailbox ist voll ? quota_status_success = DUNNO ? ... } but whenever I try I get this error: Apr 24 20:04:32 cx20 dovecot[7236]: quota-status(beckidouche at domain.com)<7290><qQpiJzAqo156HAAAct2Jzg>: Error: quota check failed: Failed to get quota resource STORAGE_BYTES for INBOX: quota-dict: dict...
2013 Jun 09
0
lmpt-service crash after update
...h expire_dict = proxy::expire mail_log_events = delete undelete copy mailbox_delete mailbox_rename expunge save mailbox_create mail_log_fields = uid box msgid size quota = dict:User quota::file:/var/mail/vhosts/%Ld/%Ln/dovecot-quota quota_exceeded_message = Die Mailbox des Empfaengers ist voll -- Quota exceeded -- Please contact <postmaster at xtlv.cn> quota_grace = 10%% quota_rule = *:storage=30M quota_rule2 = Trash:storage=+10%% quota_status_nouser = DUNNO quota_status_overquota = "552 5.5.2 Die Mailbox des Empfaengers ist voll ## Quota exceeded ## Please contact &...
2003 Jan 16
2
No access to root-level of shares on NT4 SP6 with Samba 2.2.2 on FBSD-4.7
...machine by linking them to drive letters. I can browse them but I can not copy anything to the root-level of the share, neither directories nor files. The error message is on the NT4-box is: BLA kann nicht kopiert werden: Der Zugriff wurde verweigert. Stellen Sie sicher, da? der Datentr?ger weder voll noch schreibgesch?tzt ist und die Datei gerade nicht verwendet wird. As I said, I have German NT. In English this is more or less: BLA can not be copied: Access was denied. Make sure that the device is neither full nor write-protected and that the file is not currently in use. This happens when...
2018 Nov 15
2
Quota in MySql Dict not recalculate automatic
...swd-file master = yes pass = yes } passdb { args = /etc/dovecot/dovecot-sql.conf.ext driver = sql } plugin { quota = dict:User Quota::noenforcing:proxy::sqluserquota quota_grace = 10%% quota_status_nouser = DUNNO quota_status_overquota = 552 5.2.2 Mailbox is over quota / Mailbox ist voll quota_status_success = DUNNO quota_warning = storage=95%% quota-warning 95 %u quota_warning2 = storage=80%% quota-warning 80 %u } postmaster_address = postmaster at xxx protocols = " imap lmtp sieve pop3 sieve" service auth { unix_listener /var/spool/postfix/private/auth { gro...
2004 Jun 17
5
Problem in using rsync
Hi I use rsync to perform backup on disk on a SunFire 880 with Solaris 8. For performance issues, we launch simultaneously 5 rsyncs on 5 different fliesystems and about 150-200 "cp -p" commands on as many database files. We have been using the same scripts for about 2 months, without problems. The backup is performed on the same server (from filesystem to filesystem on the same
2009 Jul 13
1
Ubuntu und R
Hallo Zusammen, hatte gestern die Schnauze voll von Vista und habe mir daraufhin Ubuntu installiert. Bin also mit Ubuntu ?berhaupt nicht vertraut. Nun habe ich ohne Erfolg versucht, R zu installieren. Soweit ich der Anleitung folgen konnte habe ich es so wie auf http://wiki.ubuntuusers.de/R gemacht. Im Terminal kann ich R problemlos starte...
2009 Nov 26
2
quote warning not being triggered (yet again)
...# Should be run by the Local Delivery Agent # Expects USER and HOME to be set as an environment variable # SCRIPT_NAME="quota-warning" MAIL_TO="${USER}" MAIL_FROM="postmaster at charite.de" MAIL_QUOTA_PERCENT=$1 MAIL_SUBJECT="Ihre Mailbox ist zu "$1"% voll!" DIR_MAILDIR_NEW="${HOME}/Maildir/new" DIR_MAILDIR_TMP="${HOME}/Maildir/tmp" BIN_CAT="/bin/cat" BIN_DATE="/bin/date" BIN_HOSTNAME="/bin/hostname" BIN_LOGGER="/usr/bin/logger" BIN_MV="/bin/mv" BIN_STAT="/usr/bin/stat&...
2018 Feb 09
1
Shared folders and quota
...acl_anyone = allow acl_shared_dict = file:/var/spool/mail/%d/shared-mailboxes.db quota = dict:User quota::proxy::sqlquota quota_rule = *:storage=4G quota_rule2 = INBOX/Trash:storage=+100M quota_status_nouser = DUNNO quota_status_overquota = 552 5.2.2 Mailbox is over quota / Mailbox ist voll quota_status_success = DUNNO quota_warning = storage=95%% quota-warning 95 %u quota_warning2 = storage=90%% quota-warning 90 %u sieve = ~/.dovecot.sieve sieve_before = /var/spool/mail/globalsieve/duplicate.sieve sieve_dir = ~/sieve sieve_duplicate_max_period = 5m stats_refresh = 30...
2017 Feb 21
1
segfault in lib20_expire_plugin
...xy::expire mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename save mailbox_create mail_log_fields = uid box msgid size subject mail_replica = tcps:mx00.vtlx.cn quota = dict:User quota::file:%h/dovecot-quota quota_exceeded_message = Die Mailbox des Empfaengers ist voll -- Quota exceeded -- Please contact <postmaster at xtlv.cn> quota_grace = 12%% quota_rule = *:storage=350M quota_rule2 = Trash:storage=+15%% quota_status_nouser = DUNNO quota_status_overquota = "552 5.5.2 Die Mailbox des Empfaengers ist voll ## Mailbox is full ## Please contact...
2018 Nov 16
3
Antwort: Re: Quota in MySql Dict not recalculate automatic
...{ > args = /etc/dovecot/dovecot-sql.conf.ext > driver = sql > } > plugin { > quota = dict:User Quota::noenforcing:proxy::sqluserquota > quota_grace = 10%% > quota_status_nouser = DUNNO > quota_status_overquota = 552 5.2.2 Mailbox is over quota / Mailbox ist > voll > quota_status_success = DUNNO > quota_warning = storage=95%% quota-warning 95 %u > quota_warning2 = storage=80%% quota-warning 80 %u > } > postmaster_address = postmaster at xxx > protocols = " imap lmtp sieve pop3 sieve" > service auth { > unix_listener /...
2011 Nov 07
1
Displaying of the HCL legend (was: Socomec UPS)
...e: based on fragments of publicly available protocol >> yellow: based on publicly available protocol >> blue: vendor provided protocol >> green: vendor provided protocol and hardware >> >> Arnaud: is someone working on this page? >> > > /me. > since Seb (Volle) has resigned from Eaton, I'm alone on this point. > and since I've not much javascript knowledges, it's hard to debug... > for a reason I don't yet know, the legend is there, initially hidden, but > the nut_jquery.js script that shows it seems not loaded. > I'm wor...
2008 Jun 18
0
Running Excel 2003
...Visual Basic" There is a "OK"-button which closes the popup and a "Help"-button which actually does nothing. When editing an existing Spreadsheet I run into problems when I try to save my changes. I get a message saying "The disk is full" ("Die Festplatte ist voll") and "Document not saved" ("Das Dokument wurde nicht gespeichert"). That's really annoying as there seems to be no way to save the changes. Does anybody have an idea what is wrong here? I even tried a fresh install of both ubuntu and wine (and office of course) but th...
2004 Jan 02
1
rsync not working with ZoneAlarm Pro
Hi. When I try to use rsync 2.5.7 from a Windows 2000 machine with CygWin and ZoneAlarm Pro 4.5.538, I get this error: Read from remote host myweb.com: Connection reset by peer rsync: read error: Connection reset by peer rsync error: error in rsync protocol data stream (code 12) at /home/lapo/packaging/tmp/rsync-2.5.7/io.c(177) And this is the command that I am executing: rsync -vaz
2004 Jan 09
2
start a batch after rsync
Hello, I would like to replicate one file from one machine to a second one with rsync. After the file is copied ( rsync in read mode ), if the file has changed i must start a small batch, if it has not change I must do nothing. What's the easiest way to do this ? Thanks you Andreas
2004 Mar 26
1
How to getting clean list of transferred files
Hello, i am using currently rsync-2.6.0 with option --log-format=%f to produce a list of the transferred files. This list is then used to generate hard-links for backup-purposes. Now rsync sometimes generates messages like "file has vanished: ..." on STDOUT (_not_ STDERR) which breaks this processing. When using option -q there is no output at all. Is there any way to get a