search for: endr

Displaying 20 results from an estimated 79 matches for "endr".

Did you mean: end
2008 Jan 26
4
Games for Intel graphics
...ow you got it to work, plus the usual info like: driver version, chipset, mesa version (the 3d library which wine (or x.org?) links to) and last, but not least the wine version. (maybe some of this is overkill, but I think it can be of necessity somewhere) I hope I didn't ask for too much. Endre Oma
2008 May 07
2
PC configuration you are using
...s to analyze their sales transactions by associative rules. I would very much appreciated if the community could give us some hint of what is a typical PC configuration of a professional statist (processor, RAM, HDD...)? Thanks a lot in advance and I highly appreciate your feedback! Kind regards, endre -- Endre Domiczi, CEO Sevana Oy, http://www.sevana.fi Email : ceo at sevana.fi GSM : +372 53485178 Skype : emddom
2013 Sep 22
2
mdbox index directories: bug?
...il/domains/somedomain/someuser /mdbox /mailboxes /INBOX /dbox-Mails /storage /mnt/spool/dovecot/index/somedomain/s/someuser /mailboxes /INBOX /storage /var/vmail/domains/somedomain/someuser/mdbox/mailboxes/* is always empty. Am I doing something wrong, or is this by design? :) Regards, Endre
2004 May 31
2
Meetme + Billing
Hi, I'm trying to detect and or log the duration a a conference (Meetme). I need it in order to do some billing for theses services. Any ideas on how to do it? I googled around but found nothing. Thanks in advance epablo -- Pablo Endres <epablo@comvoz.com> ComVoz Communications USA: +1 954 343-2085 Ext 199 Venezuela: +58 212 7713195 Ext 199 Colombia: +57 1 3256840 Ext 199
2008 Jul 28
1
How to unsubscribe?
Hello, I am going to be on vacation and would like to temporary unsubscribe from the list. Sending "unsubscribe" didn't help. Could you please guide me on the appropriate step? Thanks a lot in advance! Best regards, Endre -- Endre Domiczi, CEO Sevana Oy, http://www.sevana.fi Email : ceo at sevana.fi GSM : +372 53485178 Skype : emddom
2008 Feb 21
2
Finale Notepad 2008 and GetFileName95 Flags
Hello, finale notepad 2008 is a free (as in beer) score writer program which is fairly user-friendly. It can save scores in its own format and as a midi file. The problem is that the file dialog doesn't show any of the file types, it's all blank. It automatically saves in its own format, so I'm not lost, but it's just that saving to midi makes sharing my music easier. Wine
2004 Jun 14
3
dovecot + Fedora core 1
...installed dovecot-0.99.10.5 using the rpm from Dag Wieers, but when I start it all I get is nothing (but none of the processes are running). I checked the config file and set it up (I'm trying to use it with mysql support, but it doesn't work with traditional config) Any ideas -- Pablo Endres <epablo at comvoz.com> ComVoz Communications USA: +1 954 343-2085 Ext 199 Venezuela: +58 212 7713195 Ext 199 Colombia: +57 1 3256840 Ext 199
2000 Jan 28
3
porting OpenSSH to an SX4
...ure. (Refer ssh.c:488). If anyone can shed some light on this struct, or has ported OpenSSH to a similar platform, I'd be very interested to hear from you. Thanks, Niels -- HPC Systems Programmer Information Technology Services, The University of Melbourne, Parkville 3052, Australia Email:n.endres at its.unimelb.edu.au, Phone:+61 3 9344-7995
2004 May 18
2
problem with cdr_odbc
...or in Query -1 > cdr_odbc: Query FAILED Call not logged! > cdr_odbc: Connected to SQL1 > cdr_odbc: Reconnecting to dsn SQL1 > cdr_odbc: Trying Query again! > cdr_odbc: Error in Query -2 > cdr_odbc: Query FAILED Call not logged! -- Pablo Endres <epablo@comvoz.com> ComVoz Comunications
2004 May 20
0
MSSQL2000 + cdr_odbc.c fix (WAS: problem with cdr_odbc)
http://asterisk.bkw.org/diff/cdr_odbc.diff Now this should fix it the proper way. bkw PS: Thanks for the info klasstek! > -----Original Message----- > From: asterisk-dev-admin@lists.digium.com [mailto:asterisk-dev- > admin@lists.digium.com] On Behalf Of Pablo Endres > Sent: Wednesday, May 19, 2004 3:30 PM > To: asterisk-dev@lists.digium.com > Subject: RE: [Asterisk-Dev] problem with cdr_odbc > > Oka I fixed the problem with cdr_odbc. Here's what I did: > > I found that there was a problem with the freetds driver to > MSSQL2000 wi...
2006 Jun 21
2
Theora MMX and Mac OS X Intel
hi, i was trying to enable the mmx code on mac os x. to get to that point one has to replace some inline assembler code: .balign 16 -> .p2align 4 and replace .rept .. .endr with #defines. but to makes things more complicated apple's GAS does not support movsx instructions and thus the following line does not work: " movsx %%di, %%edi \n\t" [ more details at https://trac.xiph.org/browser/trunk/theora/lib/ x86_32/dsp_mmx.c#L443 ] if anyone h...
2005 Sep 05
2
[PATCH][1/6] add a hypercall number for virtual device in unmodified guest
...,7 @@ .long do_ni_hypercall /* 25 */ .long do_mmuext_op .long do_acm_op /* 27 */ + .long do_virtual_device_op /* virutal device op for VMX */ .rept NR_hypercalls-((.-hypercall_table)/4) .long do_ni_hypercall .endr _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2020 Aug 21
0
[PATCH v1 1/5] kernel/resource: make release_mem_region_adjustable() never fail
...rity as it was added, - * this function never fails. It might only fail if resources - * have to be adjusted or split. We'll ignore the error, as - * removing of memory cannot fail. - */ - ret = release_mem_region_adjustable(&iomem_resource, start, size); - if (ret) { - resource_size_t endres = start + size - 1; - - pr_warn("Unable to release resource <%pa-%pa> (%d)\n", - &start, &endres, ret); - } -} - static int __ref try_remove_memory(int nid, u64 start, u64 size) { int rc = 0; @@ -1753,7 +1733,7 @@ static int __ref try_remove_memory(int nid, u64 star...
2020 Sep 11
0
[PATCH v4 1/8] kernel/resource: make release_mem_region_adjustable() never fail
...rity as it was added, - * this function never fails. It might only fail if resources - * have to be adjusted or split. We'll ignore the error, as - * removing of memory cannot fail. - */ - ret = release_mem_region_adjustable(&iomem_resource, start, size); - if (ret) { - resource_size_t endres = start + size - 1; - - pr_warn("Unable to release resource <%pa-%pa> (%d)\n", - &start, &endres, ret); - } -} - static int __ref try_remove_memory(int nid, u64 start, u64 size) { int rc = 0; @@ -1777,7 +1757,7 @@ static int __ref try_remove_memory(int nid, u64 star...
2005 Feb 05
3
Help - Getting an error when trying to add prio to tables....
Hi, I am getting the errors given below, when I am trying to add the prio to any table. What can be the problem and how can i resolve it.... Kindly help [root /root]# ip rule RTNETLINK answers: Invalid argument Dump terminated [root /root]# ip rule list RTNETLINK answers: Invalid argument Dump terminated [root /root]# ip rule list table main "ip rule show" need not eny arguments.
2015 Sep 04
0
nhanesA - easy retrieval and import of NHANES data
...#39;s a link to the package: https://cran.r-project.ohg/web/packages/nhanesA/ <https://cran.r-project.org/web/packages/nhanesA/> install.packages("nhanesA") will get you started. Hopefully it will be useful for clinical research and general data exploration. Sincerely, Christopher Endres [[alternative HTML version deleted]]
2015 Sep 04
0
nhanesA - easy retrieval and import of NHANES data
...#39;s a link to the package: https://cran.r-project.ohg/web/packages/nhanesA/ <https://cran.r-project.org/web/packages/nhanesA/> install.packages("nhanesA") will get you started. Hopefully it will be useful for clinical research and general data exploration. Sincerely, Christopher Endres [[alternative HTML version deleted]]
2004 May 18
0
oh323.conf
Does anyone know about a good documentation on the oh323.conf file. There are a bunch of paramters that I don't understand. Thanks in advance Pablo -- Pablo Endres <epablo@comvoz.com> ComVoz Comunications
2004 May 22
1
Asterisk-oh323 0.6.1 Compiling problem
Hi, i'm having another problem I can't work out - make for x in wrapper asterisk-driver; do make -C $x all || exit 1 ; done make: *** No rule to make target `ccflags'. Stop. make: *** No rule to make target `ccflags'. Stop. make[1]: Entering directory `/usr/src/asterisk-oh323-0.6.1/wrapper' ./check_ver /usr/src/pwlib pwlib ./check_ver /usr/src/openh323 openh323 g++ -Wall
2004 May 24
1
Cisco & Asterisk
All, I have access to a Cisco AS5300 w/ 4 T-1's and a Cisco 3600 with no boards. I was wondering if it would be possible some how to Have one of these Ciscos in-between our sip phones and the asterisk server so that we could use G729 Codec. Sip Phones (7960's & ATA's) via G729 -->Cisco Gateway-->Asterisk via G711. Any ideas? Has anybody done such an implementation or know