Displaying 20 results from an estimated 200 matches similar to: "Can not inialize SSL connection"
2005 Mar 10
1
how to view the syntax of a method which is not a generic method
Hello - I'm trying to modify an option for the lme() or nlme() macros.
I want to write my own specification for the variance function and am
following homework problem 4, Chapter 5, page 268 of Pinheiro and Bates
book on mixed effect.
I'm up to point where I've created a new class using an existing
variance function class, varExp as a template. Next I need to write an
2015 Jul 08
2
CUDA fixed VA allocations and sparse mappings
On Wed, Jul 08, 2015 at 10:51:55AM +1000, Ben Skeggs wrote:
> On 8 July 2015 at 10:47, Andrew Chew <achew at nvidia.com> wrote:
> > On Wed, Jul 08, 2015 at 10:37:34AM +1000, Ben Skeggs wrote:
> >> On 8 July 2015 at 10:31, Andrew Chew <achew at nvidia.com> wrote:
> >> > On Wed, Jul 08, 2015 at 10:18:36AM +1000, Ben Skeggs wrote:
> >> >> >
2018 Jan 17
0
Re: Could not destroy domain, current job is remoteDispatchConnectGetAllDomainStats
On 01/17/2018 03:45 PM, Serhii Kharchenko wrote:
> Hello libvirt-users list,
>
> We're catching the same bug since 3.4.0 version (3.3.0 works OK).
> So, we have process that is permanently connected to libvirtd via socket
> and it is collecting stats, listening to events and control the VPSes.
>
> When we try to 'shutdown' a number of VPSes we often catch the
2018 Jan 18
0
Re: Could not destroy domain, current job is remoteDispatchConnectGetAllDomainStats
On Wed, Jan 17, 2018 at 04:45:38PM +0200, Serhii Kharchenko wrote:
>Hello libvirt-users list,
>
>We're catching the same bug since 3.4.0 version (3.3.0 works OK).
>So, we have process that is permanently connected to libvirtd via socket
>and it is collecting stats, listening to events and control the VPSes.
>
>When we try to 'shutdown' a number of VPSes we often
2018 Jan 18
3
Re: Could not destroy domain, current job is remoteDispatchConnectGetAllDomainStats
On 01/18/2018 08:25 AM, Ján Tomko wrote:
> On Wed, Jan 17, 2018 at 04:45:38PM +0200, Serhii Kharchenko wrote:
>> Hello libvirt-users list,
>>
>> We're catching the same bug since 3.4.0 version (3.3.0 works OK).
>> So, we have process that is permanently connected to libvirtd via socket
>> and it is collecting stats, listening to events and control the VPSes.
2012 Sep 17
2
Constraint Optimization with constrOptim
Hi,
I am having trouble using constrOptim. My target is to do a portfolio optimization and there some constraints have to be fulfilled.
1) The weight of each share of the portfolio has to be greater than 0
2) The sum of these weights has to be 1
I am able to fulfill either the first or the second constraint but not both.
One simple way would be to fulfill the first constraint by using optim as
2018 Jan 17
4
Could not destroy domain, current job is remoteDispatchConnectGetAllDomainStats
Hello libvirt-users list,
We're catching the same bug since 3.4.0 version (3.3.0 works OK).
So, we have process that is permanently connected to libvirtd via socket
and it is collecting stats, listening to events and control the VPSes.
When we try to 'shutdown' a number of VPSes we often catch the bug. One of
VPSes sticks in 'in shutdown' state, no related 'qemu'
2010 Apr 09
0
step function
Hello I am using the step function in order to do backward selection for a
linear model of 52 variables with the following commands:
object<-lm(vars[,1] ~ (vars[,2:(ncol(predictors)+1)]-1))
BackS<-step(object,direction="backward")
but it isn't dropping any if the variables in the model, but there are lots
of not significant variables as you can see here
>
2007 Sep 27
2
Q: how to restrict access selectively to client initiated local port forward
Hello,
At work we have an internal application that implements a proxy. It
works by counting the number of connections per IP address and using
this to enforce usage limits (i.e. not more than X connections from a
given IP).
The important thing for us is a unique IP per client. We have this
implemented where each client first authenticates through OpenVPN and is
assigned a unique IP
2015 Sep 26
0
Supporting 32 bit data
Op 26-09-15 om 09:22 schreef Erik de Castro Lopo:
> Had two inial impressions:
>
> * Would adding this break brackwards compatibility too badly? Obviously
> decoding of 32 bit encoded data would not work with older versions of
> flac.
Probably not. I know that Josh at some point added a second
residual coding method (rice2) to support 24-bit, but that only
broke backward
2015 Jan 27
0
Indexing Mail faster
* Kevin Laurie <superinterstellar at gmail.com> 2015.01.27 03:24:
> . search text dear
> * OK Searched 9% of the mailbox, ETA 1:39
> * OK Searched 20% of the mailbox, ETA 1:18
> * OK Searched 29% of the mailbox, ETA 1:12
> * OK Searched 38% of the mailbox, ETA 1:03
> * OK Searched 50% of the mailbox, ETA 0:49
> * OK Searched 60% of the mailbox, ETA 0:39
> * OK
2006 Mar 24
1
who can tell me the reason why it is different on calculating Moran's I using ARCGIS, Geoda and R?
The attachment is my dataset:
1.ccc.shp (the original data)
2.ccc.gwt, which is computed by Geoda;
Introduction to the variables in my data:
ID: key variable;
N_LATITUDE: latitude measured by GPS;
E_LONGITUD: longitude measured by GPS;
LIVES: attribute data
I get the different result of Moran's between ARCGIS and Geoda, R, why?
ARCGIS:spatial statistics tools:spatial
2015 Sep 26
9
Supporting 32 bit data
Hi all,
I just noticed this:
https://sourceforge.net/p/flac/feature-requests/91/
a request for support of 32 bit audio data. The request has been around
since 2008.
Had two inial impressions:
* Would adding this break brackwards compatibility too badly? Obviously
decoding of 32 bit encoded data would not work with older versions of
flac.
* This is nuts. 24 bits has a dynamic range of
2015 Jul 08
2
CUDA fixed VA allocations and sparse mappings
On Wed, Jul 08, 2015 at 10:37:34AM +1000, Ben Skeggs wrote:
> On 8 July 2015 at 10:31, Andrew Chew <achew at nvidia.com> wrote:
> > On Wed, Jul 08, 2015 at 10:18:36AM +1000, Ben Skeggs wrote:
> >> > There's some minimal state that needs to be mapped into GPU address space.
> >> > One thing that comes to mind are pushbuffers, which are needed to submit
2015 Jan 27
2
Indexing Mail faster
Dear Thomas,
Below is the output of my 'dovecot -n' . The slow speed is really bad,
imagine waiting 4 mins for every search. . Something is terribly wrong in
my config.
Please have a look and advise.
Thanks
Kevin
# 2.2.9: /etc/dovecot/dovecot.conf
# OS: Linux 3.10.62-xenU-25-0e6777a-x86_64 x86_64 Ubuntu 14.04.1 LTS
auth_master_user_separator = *
auth_mechanisms = PLAIN LOGIN
dict {
2014 Feb 24
1
riello_usb driver: randomly not working and usbfs flooding syslog
Il 22/02/2014 23:11, Roberto Resoli ha scritto:
> On 22 febbraio 2014 17:28:16 CET, Roberto Resoli <roberto at resolutions.it> wrote:
>> Hello,
>>
>> after some days running without problems, my riello idialog 800 ups
>> get disconnected, and usbfs started flooding syslog with messages like:
>>
>> usb 1-1.2: usbfs: process 57342 (riello_usb) did not
2019 Jan 13
0
winbind failed to reset devices.list was: samba.service is masked (Debian 9)
On Sun, 13 Jan 2019 14:01:36 +0100
Anton Blau via samba <samba at lists.samba.org> wrote:
> >
> > Can you post the contents of the following files:
> >
> > /etc/hostname
> > /etc/hosts
> > /etc/resolv.conf
>
> Sorry, this is my
>
> -> smb.conf
>
> # Global parameters
> [global]
> netbios name = FILESERVER
>
2014 Sep 09
2
Re: CoreOS support
Unfortunately this is a prebuilt proxmox server which is running on debian wheezy and I cannot even install the latest version of libguesfs because of this.
On Sep 9, 2014, at 10:18 PM, Richard W.M. Jones <rjones@redhat.com> wrote:
> On Tue, Sep 09, 2014 at 08:22:37PM +0300, Keresztes Péter-Zoltán wrote:
> [...]
>
> The btrfs driver in your kernel is unable to mount one of the
2025 Mar 19
1
DNS management error accessing the domain zone
Hi everyone,
We have an Active Directory environment with a WS 2008 R2 functional
level. There are two Windows Server 2012 R2 systems, we started the
task of migrating these servers to Samba and we've added a Samba
domain controller (Version 4.19.5) under Ubuntu 24.04.
So we have:
SERVER1 (IP 172.30.16.10): Windows Server 2012 R2 Domain Controller
SERVER2 (IP 172.30.16.11): Windows Server
2018 May 18
0
glusterfs 3.6.5 and selfheal
Hi,
Am running glusterfs server with replicated volume for qemu-kvm (proxmox)
VM storerage which is mounted using libgfapi module. The servers are
running network with mtu 9000 and client is not (yet).
The question I've got is this:
Is it normal to see this kind of an output: gluster volume heal
HA-100G-POC-PVE info
Brick stor1:/exports/HA-100G-POC-PVE/100G/
/images/100/vm-100-disk-1.raw -