Displaying 20 results from an estimated 7000 matches similar to: "Problem: MySQL drops first connection then fine"
2006 Sep 26
1
Interesting proxy problem
Kia ora all,
I have been working on migrating our FastCGI sites to Mongrel over
the past couple of weeks and have come up against an interesting
problem.
We have it setup so that Apache 2.0 is proxying requests to Balance
which is configured to use a mongrel cluster.
This works well *except* it won''t serve javascripts, which causes
pages to hang. We''ve run balance in
2005 Feb 16
2
Positive log-likelihood in lme
Kia ora
I'm a using lme (from nlme package) with data similar to the Orthodont dataset and am getting positive log-likelihoods (>100). This seems usual and I wondered if someone could offer a possible explanation.
I can supply a sample dataset if requested, but I feel almost certain that this question has been asked and answered recently. However, I can find no trace of it in the mail
2003 Mar 06
3
multiple plots and postscript()
Kia Ora everybody.
There must be an obvious answer to this, but I can't see it....
I want four square plots in one postscript file. The canonical answer
would be:
postscript(file="~/f.ps",width=5,height=5)
par(pty="s",mfrow=c(2,2))
plot(1:19,xlab="")
plot(1:19,xlab="")
plot(1:19,xlab="")
plot(1:19,xlab="")
dev.off()
But this
2024 Feb 28
1
Samba Kerberos Logs
On Tue, 2024-02-27 at 16:46 +1300, June Chong | TechnologyWise via
samba wrote:
> Hi team,
> Is there a way to grab Kerberos specific log entries?
> Example:
> /Auth: [Kerberos KDC,ENC-TS Pre-authentication] user.../
> I have tried using the kerberos class but nothing was logged when I
> specified a path.
> This is what I have on my smb.conf.
> /[global] log level =
2018 Oct 15
4
sys.call() inside replacement functions incorrectly returns *tmp*
Kia Ora
Let's say we have:
"myreplacementfunction<-" = function (..., value)
{ call = sys.call ()
print (as.list (call) )
0
}
Then we call:
x = 0
myreplacementfunction (x, y, z) = 0
It will return:
[[1]]
`myreplacementfunction<-`
[[2]]
`*tmp*`
[[3]]
y
[[4]]
z
$value
<promise: 0x06fb6968>
There's two problems here.
Firstly, x has to be defined otherwise we
2015 Aug 25
2
How to send Image over asterisk sip
I mean by sending image by using sip channel just like we can send text
message and what about sending image file ?
On Wed, Aug 12, 2015 at 6:37 PM, Joshua Colp <jcolp at digium.com> wrote:
> On Sat, Aug 8, 2015, at 07:41 AM, Thyda ENG wrote:
> > Dear Sir,
>
> Kia ora,
>
> >
> > I current have done successfully with sip message over asterisk server ,
> >
2018 Oct 15
2
sys.call() inside replacement functions incorrectly returns *tmp*
Kia Ora
> Although I'm not sure what problem it would solve...
Given that you asked, I was interested in writing a multiple assignment
function as a replacement function, so something like:
massign (x, y, z) = construct.some list ()
Obviously, that's not possible.
Probably the best example I can think of is converting cartesian
coordinates to polar coordinates.
Then we might have
2024 May 28
1
SAMBA_VERSION_VENDOR_SUFFIX in VERSION
Kia Ora Samba packagers,
I just wanted to ask nicely if you could fill
in SAMBA_VERSION_VENDOR_SUFFIX in the VERSION file when you build
Samba?
Debian does it like this:
https://salsa.debian.org/samba-team/samba/-/blob/master/debian/rules?ref_type=heads#L163
(that is, a simple sed on the VERSION file)
Likewise if you are a Samba user and use a Samba package that doesn't
do this, can you
2023 Mar 20
1
PHP-LDAP RPM installed but not usable
I've also tried adding the pgsql and mysql RPM's and they're not
available either.
On 20/03/2023 12:58, Gary Stainburn wrote:
> Apologies.? This is the correct screen grab.
>
> The extra errors in the OP were because I had been experimenting, to
> try to fix the issue.
>
> [root at testsvr ~]# ./ldapAuth.php gary.stainburn fake-password
> PHP Fatal error:?
2015 Aug 25
2
How to send Image over asterisk sip
Yes, I mean sending image file.
On Tue, Aug 25, 2015 at 10:56 AM, Pete Mundy <pete at fiberphone.co.nz> wrote:
> Thyda,
>
> The term 'image' can be quite ambiguous in computing. For example you
> could be referring to a firmware image for a phone or you could be
> referring to some form of live video channel support. Or something else.
>
> Can you be more
2007 Feb 09
1
First steps: superclass mismatch
Hi guys,
just doing my first steps with ruby and ror. besides some theoretical
learning i wanted to setup typo as a development blog and kind of a ror
playground.
I use plesk 8 on a debian sarge machine with ruby on rails support
installed into plesk 8. I updated to 1.8.5 manually and ruby -v says
1.8.5 is perfectly installed. I also installed rubygems and with that
rails, typo and the dependent
2014 Dec 10
1
PJSIP configuration question
Thank you for the speedy reply.
My originate string is something like the following where
xxxxx is really the sip provider's supplied IP address
1234567890 is really the phone number I am dialing
PJSIP/outbound.vitelity.net/1234567890
In the chan_sip based solution, it's...
SIP/outbound.vitelity.net/1234567890
Have a great day!
Dan
-----Original Message-----
From:
2015 Aug 25
2
How to send Image over asterisk sip
Hmm, most phones I've used wouldn't have the capability of displaying a bitmap image due to only having minimal monochrome displays.
What sort of end device do you perceive to display these images? Can you give links to any devices with support for such things?
I'm assuming you mean only a still-photo image, not video image. Perhaps you could use a video channel for this and simply
2015 Mar 26
3
SSL only working in DEBUG mode
2015-03-26 9:03 GMT+01:00 Arnaud Quette <arnaud.quette at gmail.com>:
> Hey mister M'
>
> A first huge thanks for taking care of this, and so late in the night. I
> know that it's not easy...
>
> (sent from my S3... please excuse my brevity)
> Le 25 mars 2015 18:49, "Emilien Kia" <kiae.dev at gmail.com> a ?crit :
>
> >
> >
>
2015 Aug 08
2
How to send Image over asterisk sip
Dear Sir,
I current have done successfully with sip message over asterisk server ,
and additionally now I want to send the image between sip using asterisk.
Could any one share me how to config the asterisk for sending image from
sip?
Thank, I am waiting for your reply.
Thyda
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2016 Jul 13
3
PJSIP defaults for endpoints when using realtime
Until Asterisk 11 I could use sip.conf to set defaults for all
phones (language, dtmf, vmexten, etc) and just leave many fields in the
database as NULL. What would be the proper way to do this for Asterisk
13 and PJSIP?
--
Telecomunicaciones Abiertas de M?xico S.A. de C.V.
Carlos Ch?vez
+52 (55)9116-91161
2015 Feb 18
3
Asterisk 13 - sorcery realtime for pjsip publish objects
Excellent. I was using ast-13.1.0 with no luck. I upgraded to 13.2.0 and
have made it further, but am having a little difficulty. The
outbound-publish object types seems to be working in realtime now. But
the asterisk-publication object is only reading from sorcery.conf. I know
you said that it *should* work, with no guarantee, which I'm fine with. I
just want to make sure I don't
2014 Aug 12
1
Calls to voicemail drops after 41 seconds due to no rtp packets
Hello,
I have my provider dropping the calls after 41 seconds of not receiving any
RTP from my asterisk. Obviously there is no RTP back when the caller is
leaving a message in the voicemail. Is it possible to have asterisk
generate some RTP packet back?
Leandro
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Aug 02
4
Standard errors from glm
Kia ora list members:
I'm having a little difficulty getting the correct standard errors from a glm.object (R 1.9.0 under Windows XP 5.1). predict() will gives standard errors of the predicted values, but I am wanting the standard errors of the mean.
To clarify:
Assume I have a 4x3x2 factorial with 2 complete replications (i.e. 48 observations, I've appended a dummy set of data at the
2007 Nov 14
2
executable script
Dear All,
Apologies for this simple question and thanks in advance for any help given.
I want to make from my .R script an .exe file.
Is there any way to transfort my script to an autolaunch file?
It means it runs the script by double clicking on it.
p.s.: I'm using windows
--
View this message in context: http://www.nabble.com/executable-script-tf4806651.html#a13751752
Sent from the R