Displaying 20 results from an estimated 800 matches similar to: "Xensv"
2005 Jan 28
3
[PATCH] Daemonize xcs
Currently xcs is run by xend in xen-unstable by simply making it a child
process. If you launch xend from an ssh session, the session won''t exit
because the xcs still is connected to it''s controlling terminal.
xcs should daemonize itself to prevent this from happening. This patch
does that along with making the domain id => port mapping dynamically
allocated.
Regards,
--
2024 Oct 28
2
Kerberos ticket renew causes a brief network interruption
Hi Ralph Boehme,
A new system is installed with Ubuntu 24.04.1 and Samba 4.19.5
My hotfolderscan.exe tool runs now on a Windows 2022 system and use the Ubuntu 24 system as Samba share.
The hotfolderscan tool has to run 10 hour before the Kerberos ticket renewal.
Both on the Ubuntu 24 and the Windows 2022 system, Wireshare is catching the network packages.
Tomorrow I hope to see the result.
I
2005 Sep 27
6
Memory and other settings for xen server, help needed....
Hi all,
i have a question. I''m going to setup a Xen server for a client.
It''s going to serve about 25 clients.
It''s a Athlon 64 3200+, which currently runs Debian i386-stable and xen
2.0.7
until Xen 3.0 is stable enough, and then i''m gonna replace it with
Debian amd64-stable and Xen 3.0.
The Xen dom''s consists of:
Samba , file printer sharing most
2005 Aug 04
2
[Xen-tools] [RFC] Daemon startup order
Hi,
A few people are having problems with the new console daemon and I''ve
tracked the problem down to the order in which daemons are started.
Here''s what currently happens:
1) xend (the script in tools/misc) start will launch xcs and consoled
2) xend (the python server) will launch xenstored whenever it needs it
This creates a bit of a chicken and the egg problem since
2007 Dec 12
1
APARCH
Hi,
Could somebody say if it is possible to compute APARCH-models with garchFit
commands.
I have earlier used aaa (garchOxFit) and now I try to use bbb (look below)
aaa <-
garchOxFit(formula.mean=~arma(1,0),formula.var=~aparch(1,1),series=nyk,cond.dist=c('gaussian'))
bbb <- garchFit(formula=~arma(1,0)+aparch(1,1),data=nyk)
aaa works well, but I need other characteristics of
2004 Feb 06
4
more or less pager
R-users,
(forgive my return adres)
I've been breaking my head why R---which i find fabulous, by the
way---does not pipe interactive output through a pager (more or less),
like it does with help(), or like GNU Octave does with arrays with more
than terminal height rows.
Maybe it is my installation (Debian/GNU Linux). Maybe it is my
configuration, but i don't think so because with
2006 Jan 24
9
Constructors
Hi all,
A little question. How can u use an constructor in controller? I would
like to initialize some central stuff before i''m processing the controller.
thanks in advance,
Martijn
2024 Oct 25
1
Kerberos ticket renew causes a brief network interruption
On 10/25/24 10:35 AM, Hans van Leeuwen via samba wrote:
> Is seems that Samba doesn't handle the Kerberos ticket renewal on the right way.
can you get us two network traces:
- last minute before and after session expiry against Samba
- last minute before and after session expiry against Windows
-slow
--
SerNet Samba Team Lead https://sernet.de/
Samba Team Member https://samba.org/
2012 Oct 10
1
Clearing the heal-failed and split-brain status messages
Hello,
Is it possible to clear the heal-failed and split-brain status in a nice way?
I would personally like if gluster would automatically remove failed states when they are resolved ( if future reference is needed you can always look at the logs)
I'm asking because I'd like to monitor these for issues.
The monitoring script would be trivial to setup if the failed status is / can be
2006 Oct 22
1
Question:shardsplot (package:klaR)
Dear all,
I have a question on the shardsplot package:klaR(see the below Example).
Plese tell me the meanings of " logstand <- t((t(logcount) / sdlogcount) *
c(1,2,6,5,5,3))", much more.
Why does this example use "c(1,2,6,5,5,3)" ?
Examples:
# Compute clusters and an Eight Directions Arranged Map for the
# country data. Plotting the result.
2006 Jan 10
9
FastCGI cannot start; Rails doesn''t work
I have a problem deploying FastCGI for use with RoR.
OS: FreeBSD 5.4
Apache: 2.0.55
FastCGI: 2.4.2
######
I compiled a new mod_fastcgi.so and copied it to
/usr/lib/apache/mod_fastcgi.so
######
My httpd.conf looks like this:
LoadModule fastcgi_module /usr/lib/apache/mod_fastcgi.so
<IfModule mod_fastcgi.c>
AddHandler fastcgi-script .fcgi
</IfModule>
######
The testscript
2006 Feb 28
8
HABTM count table
Hello,
I have a question about HABTM and counting records.
I have these models
class Sort < ActiveRecord::Base
has_and_belongs_to_many :reports
end
class Report < ActiveRecord::Base
has_and_belongs_to_many :region
has_and_belongs_to_many :subjects
has_and_belongs_to_many :sorts
end
And i would like to get a count like
@sort.reports.count
The problem is get this query:
2016 Aug 11
2
loosing audio from one end after 5 min.
Hi all,
Just installed Asterisk 13 on CentOS 7 and have run into a problem.
The Scenario is this:
Asterisk is on the internet
the Phone, a D40, is behind NAT
So someone calls the number and Asterisk routes the call to the D40
Everything works fine and the call is established, but then after 5 min.
the caller stops getting audio from the D40 but there is still audio to
the D40.
using both
2024 Jul 22
1
scattered thoughts on connection sharing
I'm not entitled to a response, but I'm surely entitled to send a reminder, no?
Or are you saying that even sending a reminder is itself a gross breach of etiquette?
-----Original Message-----
From: Damien Miller <djm at mindrot.org>
Sent: Monday, July 22, 2024 6:57 PM
To: Yagnatinsky, Mark : IT (NYK) <mark.yagnatinsky at barclays.com>
Cc: openssh-unix-dev at mindrot.org
2024 Oct 29
1
Kerberos ticket renew causes a brief network interruption
On 10/29/24 3:08 PM, Hans van Leeuwen wrote:
> Kerberos is used to encrypt the SMB packages.
encryption is done with one of the supported encryption ciphers like
AES-CCM or AES-GCM. Encryption keys are derived from key material
established when a connection is authenticated via NTLM or Kerberos, but
generally the authentication protocol used (NTLM or Kerberos) is
independent from
2009 Oct 19
1
overloading base function
Hello,
I am trying to write an R package for doing analysis of speaker
recognition systems. The big thing in this line of research is a
DET-plot (detection Error Trade-off, a ROC plot with qnorm() warped
axes). My approach has been to make a class "det" and also a
function "det()" that will prepare the data into the right class.
Now loading the library doesn't like me
2004 Mar 15
4
effect size
Hi,
Having searched google '[R] aov effect size' without any results I
wonder if I not completely miss something.
Is there any R function that calculates the effect size of an AOV's main
effect or interaction effect? It should be related to the F's and the
degree of freedom of the error, but the multitude in numbers in aov()
baffle me a bit.
Thanks,
---david
2016 Aug 12
2
loosing audio from one end after 5 min.
Hi
Is the keep alive activated on the phone?
On Thu, Aug 11, 2016, 5:36 PM Dovid Bender <dovid at telecurve.com> wrote:
> 1) Does it happen every time at the 5 minute work?
> 2) Have you done a dump on the client side to see if the NAT device is
> dropping the packets?
> 3) Is the phone behind a load balance internet connection and is the RTP
> port changing?
>
>
>
2002 May 23
1
Does the rsync/xdelta algorithm *need* to write a new file?
Hello,
lately I've been playing with the idea of doing in-place updates
of systems using either rsync or xdelta. However, both rsync
and xdelta seem to be dead set on writing a new file first, and
then atomically exchanging it with the old file.
Now, as I want to apply a binary delta to a full filesystem, bigger
than the available temporary space, this really makes rsync and
xdelta
2024 Oct 29
1
Kerberos ticket renew causes a brief network interruption
On 10/29/24 11:17 AM, Hans van Leeuwen wrote:
> My hotfolderscan tool start om Monday 2:11 PM en the Kerberos ticket renewal occurs on 11:19 PM.
> The hotfolderscantool wrote in the logfile:
> 2024-10-28 23:19:00 Error 2 No such file or directory
> 2024-10-28 23:19:03 Share available again
>
> That was after 9:08 hours and that is 32888 seconds.
> That time do you also