similar to: FYI: CentOS legalese

Displaying 20 results from an estimated 1000 matches similar to: "FYI: CentOS legalese"

2010 Oct 31
3
msg:install the Windows version of Mono to run .NET executab
Hi Wine friends I am trying to install the genie windows software using wine 1.2.1 During the first attempt I recieve this first msg: install the Windows version of Mono to run .NET executables and some lines later this second msg: err:rpc:I_RpcGetBuffer no binding Ok. After googleing I found the two msgs are related and the only way I could find to fix it was to install the mono26 using
2006 Dec 26
1
agi+cepstral driving me nuts
I just got cepstal working fine in the dial plan using code like: exten => 511,5,AGI(cepstral.pl|Welcome to my house finder. At the beep enter your zip code.) The php script it calls is based on the nerdvittles weather one so it calls a webpage which prints to the screen, the nerdvittles code uses system to generate the .wav file then has the dial plan call it via: //php script $retcode2 =
2019 Aug 13
2
DANGER WILL ROBINSON, DANGER
On 09/08/19 18:24, Matthew Wilcox wrote: > On Fri, Aug 09, 2019 at 07:00:26PM +0300, Adalbert Laz?r wrote: >> +++ b/include/linux/page-flags.h >> @@ -417,8 +417,10 @@ PAGEFLAG(Idle, idle, PF_ANY) >> */ >> #define PAGE_MAPPING_ANON 0x1 >> #define PAGE_MAPPING_MOVABLE 0x2 >> +#define PAGE_MAPPING_REMOTE 0x4 > Uh. How do you know page->mapping would
2019 Aug 13
2
DANGER WILL ROBINSON, DANGER
On 09/08/19 18:24, Matthew Wilcox wrote: > On Fri, Aug 09, 2019 at 07:00:26PM +0300, Adalbert Laz?r wrote: >> +++ b/include/linux/page-flags.h >> @@ -417,8 +417,10 @@ PAGEFLAG(Idle, idle, PF_ANY) >> */ >> #define PAGE_MAPPING_ANON 0x1 >> #define PAGE_MAPPING_MOVABLE 0x2 >> +#define PAGE_MAPPING_REMOTE 0x4 > Uh. How do you know page->mapping would
2007 Mar 22
1
Wine and DM Genie
I'm trying to get DM genie to work in my fedora box using wine and I saw you post I was wondering if you have had any luck. I seem to be getting a conflict when it loads the skills it says something about a conflict error let me know if you have any luck
2017 Oct 05
2
Voice/Fax Modem advice
me at tdiehl.org wrote: > On Wed, 4 Oct 2017, hw wrote: > >> Jose Maria Terry Jimenez wrote: >>> El 4/10/17 a las 17:45, david escribi?: >>> >>>> Folks >>>> >>>> A have a PCIe modem (Conexant ChipSet, PCI id = 14f1:2f83. It interfaces to my land-line (POTS) telephone line in the United States. On Windows, I had a good answering
2006 Feb 14
9
Solution for 1 time blast of 200, 000 recorded calls
Hi, I'm helping out with a political campaign and would like to use asterisk to blast out about 200,000 calls with a short message from the candidate. Provider: I'm thinking voipjet may be a good solution? Hardware setup: I will have access to several T-1 lines so I would just want to set up the dialers to limit the number of concurrent calls and so forth. I found teleyapper on
2007 Sep 28
1
Proximity Detection: Motorola Q + Bluetooth + Asterisk
Hi, Can anyone tell me if the Motorola Q has its Bluetooth always on like the IPhone? I want to use the Motorola Q in a Proximity Detection setup like that described on nerdvittles.com. I know the Treo 650 does not work well since the display must be on for the bluetooth to be on and this eats power. Thanks Chuck Bunn
2013 Nov 11
2
Using CentOS Wordpress rpms
Greetings, Apologies for my seeming daft naivete. I'm wondering if there any sort of conventions for using Wordpress on CentOS? Generally until now, I have had users install Wordpress from tarballs on a case-by-case basis. This means that you can have several different versions of WordPress operating on a site. With the RPM you have a version that can be consistent across multiple
2003 Jul 07
2
Legalese. What is stride?
Hello all. I've been playing around with theora since it first entered CVS, and I like what I'm seeing. Today I've been fixing xine's theoraplugin to understand theora_info.frame_{width,height} and theora_info.offset_{x,y}. I only got it working after some experimenting and basically copying the code from player_example. A few questions related to this: 1. What are the legal
2006 Jul 03
2
[Bug 1205] scp back-slash escaping of spaces ignored after username@hostname: tag
http://bugzilla.mindrot.org/show_bug.cgi?id=1205 Summary: scp back-slash escaping of spaces ignored after username at hostname: tag Product: Portable OpenSSH Version: 4.3p2 Platform: ix86 OS/Version: Linux Status: NEW Keywords: low-hanging-fruit Severity: normal Priority: P3
2008 Nov 01
2
antispam plugin problem
Hi people! (Especially Johannes, probably =) I recently switched to DSPAM + antispam plugin combination. Mostly I am happy but there is a problem with calling dspam-exec in order to relearn the messages. Moving messages to spam folder does not work, giving the error message 'Failed to call dspam' to client. I tried to add some debug output and here are the results: This is the output of
2004 Nov 16
2
[LLVMdev] Fixes for windows version
I have some patches of my own: * An improvement on Morten's fix to Signals.cpp. * Undo the breakage to system.vcproj (Signals.cpp was being built twice as a result). * Fix a class/struct inconsistency. * Remove unneeded #includes from win32 fSystem files. I've also determined why VC++ complains about deprecated destructors when using hash_map. Because it's not ANSI (yet),
2014 Feb 11
6
[LLVMdev] make DataLayout a mandatory part of Module
On 5 February 2014 09:45, Philip Reames <listmail at philipreames.com> wrote: > On 1/31/14 5:23 PM, Nick Lewycky wrote: > > On 30 January 2014 09:55, Philip Reames <listmail at philipreames.com> wrote: > >> On 1/29/14 3:40 PM, Nick Lewycky wrote: >> >>> The LLVM Module has an optional target triple and target datalayout. >>> Without them, an
2016 Jan 28
2
Suggestions for cross site domain
Hi James, Command to join: sudo samba-tool domain join int.thevoiceasia.com DC -Uadministrator --realm=int.thevoiceasia.com I can reproduce the problem in the UK and it seems to be something to do with IPv6. As far as I'm aware, although my network switches support IPv6, I have never set it up. I have disabled IPv6 addresses on all the DCs a few days ago. I suppose it is possible
2014 Nov 05
2
[LLVMdev] Inline Symbolication with -gsplit-dwarf
So, after many shenanigans, we finally have -gmlt-like inline summary debug info in .debug_info when using -gsplit-dwarf (see r221306). Hooray \o/ Testing this with asan, it seems to be working: Given a simple example of inlining failure: $ cat asan.cpp __attribute__((always_inline)) inline void func(int* i) { *i = 3; } int main() { func(nullptr); } The failures before this change: #0
2012 Apr 04
1
issue with Digium TDM410P
The TDM410P doesn't support 'hvac', only the obsolete TDM400P supports that option was for the old phones that have a neon light (or equivalent LED+ZENER ciruit). Are other phones off the TDM410P (other than the VTECH) working, or is the Vtech the only model with VMWI available to you. I'm not able to check at the moment, I have copied the asterisk-users list, someone else may
2011 Dec 25
1
is centos bugzilla borked?
I managed to get an account set up on the centos bugzilla, after futzing with it for a half hour, but for the life of me I cannot get to the page where I would enter a new one. my browser just says "transferring data from bugs.centos.org" and sits there with the little thingie going round and round. for an hour or more. disconnect and try again. same thing. I've been trying for over
2008 Sep 14
9
Streaming MoH on 1.4
Hi, I've looked high and low for any changes that streaming MoH needs on Asterisk 1.4 (.21), followed NerdVittle's article about it (http://nerdvittles.com/index.php?p=92) yet nothing worked. After creating dir stream/ and touch stream.mp3, here's my musiconhold.conf [stream] mode=mp3 directory=/var/lib/asterisk/mohmp3/stream stream =>
2009 Aug 04
4
GSSAPI Authentication in v1.2.1
In the release notes for v1.2.2, Timo said: > Found and fixes several v1.2-specific bugs. Hopefully it's now stable > for most people's usage. > > * GSSAPI: More changes to authentication. Hopefully good now. > What were the GSSAPI changes? I am having problems with _some_ of my users using GSSAPI auth. I am using version 1.2.1. The client (thunderbird) reports that the