Displaying 9 results from an estimated 9 matches for "petz".
Did you mean:
pete
2007 Mar 19
1
epoll_ctl: Operation not permitted
...o the process.
Making me the web-server's user vi su, I can run wine and the
application without problems.
Using Xvfb or not makes no difference. I activated WINEDEBUG=+all, but
it seems no dll is loaded.
All I see is the subject failure.
Would be great if someone has a hint.
Thanks,
Martin Petz
2004 Aug 19
2
Floating point exception help
...26:51 WARNING[294927]: dsp.c:1234 __ast_dsp_silence: zero length
packet
It looks like that could be the problem... and the fix! I'll let you know if
the problem reoccurs. Might it be an idea to submit the patch to the
bugtracker?
Thanks,
Gary
----- Original Message -----
From: "Manfred Petz" <pm@deuromedia.at>
To: <asterisk-users@lists.digium.com>
Sent: Thursday, August 19, 2004 12:08 PM
Subject: Re: [Asterisk-Users] Floating point exception help
> On Thu, 19 Aug 2004, Gary Pigott wrote:
>
> | I'm running a fresh install of * (CVS-HEAD-08/13/04 with bri...
2004 Aug 18
1
Hangups - SIGFPE in dsp.c
Hi,
I'm running the latest CVS HEAD version of asterisk, and I'm experiencing
hangups during voice conversation. This happens quite regularely and
often.
The problem is in dsp.c, line 1235, where it says
accum /= len;
But `len', at this point, is 0, resulting in a SIGFPE. The routine
ast_frame *i4l_read() in channels/chan_modem_i4l.c:411 is
setting p->fr.datalen to
1999 Jan 07
2
Long share name
I have a problem with long user names.
I was thinking if I could use Firstname.Lastname notation also in user
names to be used in [Homes]. We are using Alpha Linux as one of our
servers.
I tried it, but if the username is over 12 characters long, NT 4.0
client (at least) does not co-operate with [Homes]-share.
It gives you an error: "Network name can not be found"
I tried it also with a
1999 Jun 17
6
Samba vs. NetAppliance
Hi,
I'm debating purchasing a NetAppliance fileserver that does native CIFS.
Below is a URL
to a NetAppliance authored paper regarding performance. One of the sections
compares
NFS to CIFS and talks about Samba. Can anyone dispute any of this? Is
there any reason
besides price that I should stick with Samba?
-Ed
Ed Sanborn (978) 691-6496
Northchurch
2004 Aug 31
1
Hardware suggestion
Hi,
Can anyone recommend a BRI card which works fine with asterisk and which
supports point-to-point mode? Software fax detection should also work.
Price does not matter. :)
Digium seems to sell only PRI cards, and the Beronet drivers for
the quad BRI cards seem to be in an early stage of development (besides,
fax detection seems not to be implemented).
Thanks
pm
2004 Sep 08
0
asterisk+chan_h323+redhat9 troubles
hi,
i had asterisk and gnugk running on fedora core 2. it worked quite well. then, i needed
to change to red hat 9, and i'm experiencing troubles with h.323 :-( making a call from
a h.323 phone (innovaphone) does not work, and dial-in also doesn't. below
is an excerpt of what happens, when i try to dial-in my extension (126). it takes
about 10(!) seconds, until the 'Called 126'
2023 Jan 14
1
Removing variables from data frame with a wile card
Hello Avi,
while something like d$something <- ... may seem like you're directly modifying the data it does not actually do so. Most R objects try to be immutable, that is, the object may not change after creation. This guarantees that if you have a binding for same object the object won't change sneakily.
There is a data structure that is in fact mutable which are environments. For
2023 Jan 12
4
return value of {....}
...We are living in the 21st?century world, and the R-core team might,I suppose, have a definite reason for"returning" the last value. Any comments?
>
> Thanking you,
> Yours sincerely,
> AKSHAY M KULKARNI
>
> ----------------------------------------
> *From:* Valentin Petzel <valentin at petzel.at>
> *Sent:* Monday, January 9, 2023 9:18 PM
> *To:* akshay kulkarni <akshay_e4 at hotmail.com>
> *Cc:* R help Mailing list <r-help at r-project.org>
> *Subject:* Re: [R] return value of {....}
> ?
> Hello Akshai,
>
> I think you are...