search for: petze

Displaying 9 results from an estimated 9 matches for "petze".

Did you mean: pete
2007 Mar 19
1
epoll_ctl: Operation not permitted
Hi, I am using wine-0.9.30 (self compiled) on a Debian 3.1 server. Wine is required for CUI-applications, so no X-Server is running. When I log in via ssh and start the application, wine is working fine. But whenever I try it from the webserver via php-script, wine doesn't start properly. It fills the errout with "epoll_ctl: Operation not permitted" unitl I send a SIGKILL to the
2004 Aug 19
2
Floating point exception help
Hi Manfred, I applied the patch and recompiled and reinstalled and I got the folowing warning during my first test call: Aug 19 12: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
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...