search for: regularily

Displaying 20 results from an estimated 33 matches for "regularily".

2017 Aug 14
0
Re: virsh blockcommit fails regularily (was: virtual drive performance)
...he > virtio drivers and now the drive performance is improved so that we can see > a constant transfer rate. Before it used to be the same rate but regularly > dropped to a few bytes/sec for a few seconds and then was fast again. > > However we still observe that the following fails regularily: > > $ virsh snapshot-create-as --domain domain --name backup --no-metadata > --atomic --disk-only --diskspec hda,snapshot=external > $ virsh blockcommit domain hda --active --pivot > error: failed to pivot job for disk hda > error: block copy still active: disk 'hda' not...
2000 Nov 12
1
Some random thoughts
...before, and I have also tried to read the docs, but a few files aren't there yet. That's OK. My primary reason for writing, is a really mindblowing lecture I attended a few weeks ago, given by Professor Jaan Pelt of Tartu Observatory in Estonia. Professor Pelt argued "don't sample regularily!" If you sample regularily, you are limited by the Nyquist theorem, but you're not if you don't, so given a finite number of sampling points, you should sample here and there instead of regularily. Research has also been done to figure out an optimal sampling strategy. I have very litt...
2004 Jan 21
3
How to avoid rsyncing incomplete uploads? (best practice on fileservers?)
Hi, some big files are regularily updated on server A. Rsync should sync that with Server B. If rsync starts in the middle of an upload process, will it copy that incomplete file to Server B? First tests showed it will. How can this be avoided? Comments on rsync-usage with big files and very active users would be very apprec...
2017 May 01
2
logrotate failed ... (CentOS 6.9)
I get regularily such a mail <mail> Anacron job 'cron.daily' on .... /etc/cron.daily/logrotate: error: error running non-shared postrotate script for /var/log/clamd.clamsmtp/clamsmtpd.log of '/var/log/clamd.clamsmtp/clamsmtpd.log ' </mail> content of /etc/logrotate.d/clamsmtp /var...
2017 Aug 14
2
virsh blockcommit fails regularily (was: virtual drive performance)
...virtualized host to use the virtio drivers and now the drive performance is improved so that we can see a constant transfer rate. Before it used to be the same rate but regularly dropped to a few bytes/sec for a few seconds and then was fast again. However we still observe that the following fails regularily: $ virsh snapshot-create-as --domain domain --name backup --no-metadata --atomic --disk-only --diskspec hda,snapshot=external $ virsh blockcommit domain hda --active --pivot error: failed to pivot job for disk hda error: block copy still active: disk 'hda' not ready for pivot yet Could not...
2006 May 25
1
Computing a reliability index of a statistic with missing data
...as an extreme case...) The percentage of missing data is one indication: the more missing data, the less confidence we can have in the statistic. But the distribution of missing data throughout the data serie is important as well: independently of the number of missing data, if available data are regularily spaced in time the RI should be higher than if available data are irregulary spaced. As a measure of sampling regularity, I thought about computing the time to next record and then take its variance over the time interval on which the statistic is computed. The variance of the time to next record w...
2009 Jul 31
2
MS Word document window disappearing in 2003 & 2007 versions
Hi Regularily, I will 'lose' a Word document window. It happens when both single and multiple documents are opened. I will first explain the 2 document case. If I open 2 documents, I can see this fact by looking at the 'window' menu; there, it will say that there are 2 documents open. I can s...
2009 Jun 16
2
dovecot-acl file questions
...ssions selected explicitly to allow "a"-right for other (system) users? + When one removes all rights, the size of the file drops to zero. The wasted space is no great deal; but how much processing is wasted if such file is present? I mean, the log says that the files are opened very regularily. Would it help to remove zero-size files? Regards, - -- Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iQEVAwUBSjdoh3WSIuGy1ktrAQKlfQf/X6jxEKTINNwdiFAYq7XEW78Lgjf7FDNc xK3PnT8Opz+4yCiWxDSlUSJPjdc2csTIimR1ZKDn2hUN54jcfJBt6U6bWKPl6rvB Fyycsnx3ONNiYBaqcIoFG4LWGk+QLn...
2019 Feb 26
2
winbind causing huge timeouts/delays since 4.8
On Tue, 26 Feb 2019 15:18:35 +0100 Ralph Böhme <slow at samba.org> wrote: > On Tue, Feb 26, 2019 at 01:32:51PM +0000, Rowland Penny wrote: > >On Tue, 26 Feb 2019 12:49:42 +0100 Ralph Böhme wrote: > >> On Tue, Feb 26, 2019 at 12:45:45PM +0100, Björn JACKE via samba > >> wrote: > >> >To reflect the fact that the owner can be a group also, winbind >
2003 Nov 04
3
Asterisk system lock
Hello, In the last week I've been getting a lockup about every 2 days. during the lockup the people that are on the phone can keep talking, but noone can initiate any kind of call internal or external. I went into the manager interface and tried a Action: Hangup and Manager gave me a Success message back only to see that the Zap channel was still active in the "show channels"
2020 Sep 02
1
Samba - faster failover to other AD servers?
...lk to a special virtual ?AD? address we have that is behind a load balancer (it?s mainly used for equipments that needs to talk to the AD servers but only can talk to one specific server) but I?ve tried to keep the configuration as normal as possible so... We have a ?samba-watchdog? script that regularily attempts to connect to the file service (using smbclient) and during this time period this script was triggered a number of times: If a connection attempt takes more than 15 seconds then it sleeps 5 seconds and tries again. If that one fails too then it kills winbindd and restarts it (which is pret...
2018 Nov 23
4
Conflicting TERM env var with SetEnv feature.
On 22/11/18 10:09 pm, Philipp Marek wrote: > if it happens that your local terminal emulation is not available > on the remote machine(s), what would be the right place to fix it? Is it a trick question?? Isn't the remote machine the only place that you can fix ?? Setting TERM on the local machine won't magically make a Wyse 60 understand VT220 control codes. Why not wrap ssh
2017 May 31
1
Running lit (googletest) tests remotely
...the sense that we can start in the > "unsupported" state, and then add some support for it once there is a > need for it (we don't need it right now). Sounds good. An actively managed list of files to copy in the lit configuration is a nice simple solution provided we have some regularily running public bot so we can catch missing things. But I assume setting up a bot was your plan anyway. > >> - Can tests include other files? Do they need special annotations for that? > My initial idea was to just copy over all files in the Inputs folder. > Do you know of any other...
2017 May 01
0
logrotate failed ... (CentOS 6.9)
Walter.H at mathemainzel.info: > > I get regularily such a mail > > <mail> > Anacron job 'cron.daily' on .... > > /etc/cron.daily/logrotate: > > error: error running non-shared postrotate script for > /var/log/clamd.clamsmtp/clamsmtpd.log of > '/var/log/clamd.clamsmtp/clamsmtpd.log ' > </mail&g...
2017 May 02
1
logrotate failed ... (CentOS 6.9)
On 01.05.2017 13:15, James Pearson wrote: > Walter.H at mathemainzel.info: >> I get regularily such a mail >> >> <mail> >> Anacron job 'cron.daily' on .... >> >> /etc/cron.daily/logrotate: >> >> error: error running non-shared postrotate script for >> /var/log/clamd.clamsmtp/clamsmtpd.log of >> '/var/log/clamd.clamsmtp/c...
2004 Sep 24
0
fix and edit don't work the expected way
...------------------------- This error is also noticed when loading the function into edit()/fix(), doing some changes and trying to save these modifications too tmp buffer. 2) Furthermore I try to set the $editor option not only for current but also for future session!? It seems like that I run regularily into troubles starting $editor(emacsclient) from within Emacs/ESS/R enviromnent. How to do that? I've read in FAQ that local copies of .Options are quietly disregarded at start up. So I started looking at the global one in /etc/R/Renvir directory and also tried : ---------------------------...
2004 Sep 26
2
how to set options (variables) permanently
Hi, after starting Emacs/ESS/R environment I tried to launch "edit" or "fix". This normally should fire up the $editor, isn't it. Instead of this I regularily I run into an error that there something wrong with $editor. ----------------------------------------------- > op <- options(); str(op) Amongst many entries you'll find this: $ editor : chr "emacsclient" ------------------------------------------------ Se...
2003 Apr 15
0
Two problems: Drops from conference and digital garbage in delay test
G'day, When I connect to extension 600 to do an echo test, I can see my microphone sending, but the echo is simply digital garbage. I know it's not my Messenger client or anything like that, as I use it regularily with Messenger. I am using a linux box with RH9 and using a soundcard. I have a pretty stock install, so if someone know where to look for either alsa settings or anything I need to do for soundcard support, that would be appreciated. The second problem is that when I join a conference I have cr...
2003 Jan 22
0
Two MS Access questions (compact database & Access XP)
...Win2k boxes connecting to it) and I have a couple of quick MS Access questions (in the hopes someone out there has had any experience with these things): 1) We have one rather large (700MB+) Access database on the Samba server which is only in use by one user (no filelocking issues). This user regularily uses the 'Compact Database' option from within MS Access on the client computer (Tools->Database Utilities->Compact Database). Since we have switched to Samba, everytime the user chooses this option, it crashes her machine (completely, as in the system suddenly reboots). I have bee...
2005 Jul 09
1
Prevent machine password change
...mba book tells me it can be done with tdbsam, but is wary about the machine passwords changing, thus breaking the replication done with rsync. I don't have the time right now to get into an ldap backend, so I was wondering if there is a way to stop the clients from changing their passwords regularily. I have googled for it but to no avail so far.I will continue looking, but if someone out there knows where to tell samba to tell its clients that a machine password change is not required I would appreciate it very much indeed, if I were told, many thanks, .peter