similar to: error configuring a public bridge --> uvt-kvm: error: libvirt domain 'newtest' has no NIC MACs available.

Displaying 20 results from an estimated 1300 matches similar to: "error configuring a public bridge --> uvt-kvm: error: libvirt domain 'newtest' has no NIC MACs available."

2005 Jan 31
2
coercing a list to a data frame, lists in foreloops
I have a set of time-series climate data with missing entries. I need to add rows for these missing entries to this data set. The only way I know to do this is unsing a foreloop, but this won't work on a list. I've tried to convert the list to a data frame, but that won't happen, either. I want to fill rows in this table: > newtest[10:15,] yrmos yearmo snow.sum snow.mean
2007 Aug 10
1
[Fwd: Re: How to apply functions over rows of multiple matrices]
[Apologies to Gabor, who I sent a personal copy of the reply erroneously instead of posting to List directly] [...] > Perhaps what you really intend is to > take the average over those elements in each row of the first matrix which correspond to 1's in the second in the corresponding > row of the second. In that case its just: > > rowSums(newtest * goldstandard) /
2005 May 22
3
comparison operator, decimals, and signif()
Hi, I recently spent quite a bit of time trouble shooting a function that I had written only to discover that the problem I was having was with the comparison operator. I assumed that the following would return TRUE: > testMean <- 82.8 + 0.1 > testMean [1] 82.9 > testMean == 82.9 [1] FALSE Apparently this has to do with deciml places. Look: > newTest <- 82.0 > newTest [1]
2014 Feb 11
2
$new cannot be accessed when running from Rscript and methods package is not loaded
Hi Accesses the $new method for a class defined in a package fails if the methods package is not loaded. I have created a test package with the following single code file: newTest <- function() { cl <- get("someClass") cl$new } someClass <- setRefClass("someClass") (This is similar to code actually used in the testthat package.) If methods is not loaded,
2004 Apr 23
3
MP3 encoding of Monitor files
I have having problems trying to take a file recorded with Monitor and convert it to MP3. When I use 'play' to play the .wav file, it sounds fine. After bladenc'ing it, it plays at lightening speed, and the voices are all high pitch. I tried using sox to resample to 32000 before encoding, but that didnt work either. Do any of you convert your .wav files to mp3? Monitor call:
2007 Aug 09
1
How to apply functions over rows of multiple matrices
Dear ExpRts, I would like to perform a function with two arguments over the rows of two matrices. There are a couple of *applys (including mApply in Hmisc) but I haven't found out how to do it straightforward. Applying to row indices works, but looks like a poor hack to me: sens <- function(test, gold) { if (any(gold==1)) { sum(test[which(gold==1)]/sum(which(gold==1))) } else NA }
2006 Jul 13
1
Issue with Web Service
I have the following: File: subscription_api.rb class SubscriptionApi < ActionWebService::API::Base api_method :newTest, :returns => [ [[:string]] ] end File: subscription_controller.rb class SubscriptionController < ApplicationController wsdl_service_name ''Subscription'' web_service_scaffold :invoke def newTest() return [
2019 Jun 25
0
Emails not visible after renaming folders
Are you copying/moving the emails with {cp|mv} or with "doveadm {copy|move}"? On 2019-06-25 12:00, Aleksandr via dovecot wrote: > Hello, > > I have strange problem with "losing" emails after rename mail > folder(s) (via imap client: thunderbird, roundcude, etc..) > > How to reproduce: > > 1. Create some folder name, like TEST > 2. Create
2019 Aug 06
0
Emails not visible after renaming folders
Hi guys. Does anyone have problems with a similar configuration (mdbox)? Just tested with latest version (stage servers installation: dovecot 2.3.7), also affected. Not critical, but have complaints from users, 1-2 per month. 26.06.2019 12:05, Aleksandr ?????: > Copying or moving with email client: thunderbird, roundcube (webmail), mutt or any other email client via imap protocol. >
2019 Jun 25
2
Emails not visible after renaming folders
Hello, I have strange problem with "losing" emails after rename mail folder(s) (via imap client: thunderbird, roundcude, etc..) How to reproduce: 1. Create some folder name, like TEST 2. Create sub-folder under TEST (like SUBTEST) Structure: TEST |--SUBTEST # doveadm mailbox list -u postmaster at testmailbox Spam Trash Sent Drafts INBOX TEST TEST/SUBTEST 3. Move (or copy)
2019 Jun 26
2
Emails not visible after renaming folders
Copying or moving with email client: thunderbird, roundcube (webmail), mutt or any other email client via imap protocol. 25.06.2019 22:10, Germ?n Herrera ?????: > Are you copying/moving the emails with {cp|mv} or with "doveadm {copy|move}"? > > On 2019-06-25 12:00, Aleksandr via dovecot wrote: >> Hello, >> >> I have strange problem with "losing"
2010 Jul 28
1
Plugin for XFS project quota
Hi, I just finished writing a small plugin that reports XFS project quota in de IMAP component of Dovecot (1.2, currently). It was written to fill the needs of our organization but someone else might find this useful as well. In its current form it's not suitable for inclusion in the generic quota backend (see ?Drawbacks?). Features: - every mailbox/folder can have its own project ID; -
2004 Jun 15
1
Cant create in a subdirectory...
I've battled this one for a few days now and its costing my sanity so I am hoping that someone here has an answer I am running the samba server 3.0.4 on a linux 2.4.25 server. I can connect to my share point and authenticate fine I can create files or directories in the root of the sharepoint fine I can go into subdirectories and look at all the files... But I cannot create in any
2010 Mar 09
1
Backup files from Windows application
Hello, I'm using sama 3.0.24 on linux machine that serves a share for a windows client. When editing a file on samba, using MS Word I can see there are severals (probably) backup files. ls looks like this: Dotaznik1.doc ~$taznik1.doc ~WRD0000.tmp ~WRD0001.tmp ~WRD0002.tmp ~WRD0003.tmp ~WRD0004.tmp These files do not disappear after I quit the Word. This does not happen if I edit
2006 Sep 26
0
tinc-devel Digest, Vol 12, Issue 1
Can i know where can i get into the digest?Got any links?Can sir recommend some journal or related works for me to refer?Thanks. tinc-devel-request@tinc-vpn.org wrote: Send tinc-devel mailing list submissions to tinc-devel@tinc-vpn.org To subscribe or unsubscribe via the World Wide Web, visit http://brouwer.uvt.nl/cgi-bin/mailman/listinfo/tinc-devel or, via email, send a message with subject or
2007 May 10
3
Sockets not non-blocking when compiling with MingW
Hello. When tinc is compiled with MingW, sockets are not made non-blocking because O_NONBLOCK is not defined anywhere. This leads to weird timeouts when one or more hosts part of a VPN are unreachable, because tinc hangs in connect() (and possibly other places as well). This guy is probably experiencing this bug: http://brouwer.uvt.nl/pipermail/tinc/2007-April/001646.html I've attached a
2007 May 10
3
Sockets not non-blocking when compiling with MingW
Hello. When tinc is compiled with MingW, sockets are not made non-blocking because O_NONBLOCK is not defined anywhere. This leads to weird timeouts when one or more hosts part of a VPN are unreachable, because tinc hangs in connect() (and possibly other places as well). This guy is probably experiencing this bug: http://brouwer.uvt.nl/pipermail/tinc/2007-April/001646.html I've attached a
2006 May 30
0
RadRails generators throwing ''No such file to load'' errors
if anyone has a minute maybe you can help with a newbish problem im having with radrails v0.6.3. If i try to generate a migration through the ''generators'' panel i get error messages like this: myProj> ruby script/generate migration newtest myProj> -e:3:in `load'': No such file to load -- script/generate (LoadError) from -e:3 Although the generators work fine
2007 May 22
1
Almost working
Dev-Cpp is a IDE that can be used with MinGW and GCC but its causing problems. I installed MinGW since I am used to ./configure type builds but im unsure if this is a tinc issue or OpenSSL issue. I installed openssl 0.9.8e and I get to the following, $./configure ... checking openssl/evp.h usability... yes ... checking for openssl/engine.h... yes checking for SHA1_version in -lcrypto... no
2007 Feb 13
2
[PATCH] Eternal flush, memory leaks
Using tincd 1.0.7, if I send a SIGALRM to tincd when a host is unresolvable, it gets stuck in a nasty loop: Feb 12 19:33:02 rosalyn tinc.slamb.org[2925]: Got ALRM signal Feb 12 19:33:02 rosalyn tinc.slamb.org[2925]: Trying to connect to calvin (216.136.66.56 port 655) Feb 12 19:33:02 rosalyn tinc.slamb.org[2925]: Error looking up slamb- linux.dyn.slamb.org port 4500: Name or service not