search for: glommed

Displaying 20 results from an estimated 26 matches for "glommed".

Did you mean: glommer
2009 Feb 13
2
Asterisk on EC2 cloud computing - price assumptions - your brain needed
I've been involved with getting better data for running Asterisk on the Amazon EC2 cloud computing system. Here are some calculations I've made on costs based on current published prices on Amazon's system. Feel free to tell me that I'm wrong with these calculations - but be specific if you find any problems, as I suspect others may glom onto these figures as gospel and
2008 Sep 16
3
USDT probes in both static library and application
Hi All, I''ve got a problem when I have USDT probes in a static library and in the application code outside of the library. I build the static library containing some USDT probes, glomming everything together (ld -r) before creating the .a file to preserve the probe symbols. This all works fine. I build an application which also has some USDT probes. When I build the application which
2004 Jun 01
1
Bug reporting
On 1 Jun 2004, John Summerfield <john@Corridors.wa.edu.au> wrote: > The jitterbug link on http://rsync.samba.org/nobugs.html no longer works. I > suggest it either be fixed or removed. Thanks, fixed. > You make bug-reporting needlessly difficult, I think. I dislike the need to > subscribe to a mailing-list and potentially receive lots of email that > doesn't interest
2013 Jun 28
2
[LLVMdev] Hi, people, I propose to move Debug and Object File related headers out of Support
On Fri, Jun 28, 2013 at 11:13 AM, Eric Christopher <echristo at gmail.com>wrote: > Going to be interesting layering issues if you do the latter. Then you > have CodeGen depending upon DebugInfo instead of just a header in > Support. > Well, the issue is that LLVM's "libraries" are really not fine grained due to our build system/source tree layout, so we end up
2009 Aug 13
0
[fdo] Announce: Linux Desktop Testing Project (LDTP) 1.7.0 released
Greetings all, We are proud to announce the release of LDTP 1.7.0. This release features number of important breakthroughs in LDTP as well as in the field of Test Automation. This release note covers a brief introduction on LDTP followed by the list of new features and major bug fixes which makes this new version of LDTP the best of the breed. Useful references have been included at the end of
2013 Jul 04
0
[LLVMdev] Hi, people, I propose to move Debug and Object File related headers out of Support
LLVM is a modularized software system, so I hope it's was modularized, And ELF.h is definitely belongs to Object by classification, The things that confused me is the ELF.h was placed under Support and don't know why. Indeed, I checked that those source codes that include ELF.h also include files under Object folder, so that's the reason to move ELF.h from Support to Object. 2013/6/29
2004 Oct 03
0
FW: Broadvoice
I can receive incoming calls. I can see via sip debug that I am communicating with BV just fine. When I call a BV number it goes through just fine. When I call any other # I get: "We're sorry your call can not be completed at this time. Please hang up and try your call again later" Broadvoice tech support does not see any errors and they see that I am registered just fine. I have
2012 Mar 07
1
wine creates weird pref file for mac program
i recently installed wine and now find that with a regular mac program (a music program called sing&see) it somehow gloms onto it and screws it up so it opens but won't do anything--and there is a "wine" menu item next to the regular sing&see menu. i've uninstalled wine as per the directions in the wiki. but it keeps somehow still recreating a pref file in the library
2012 Mar 07
0
more on Re: wine creates weird pref file for mac program
just to follow up, i should say i haven't the faintest idea how this works. i was prompted to install wine while downloading a minor program form the web and just clicked "ok." i now see on the forum that it's all very complicated and there's all sorts of setup to properly install wine. which of course i didn't do. i dont' really need it and just want it gone, but
2012 Mar 07
0
ignore previous: Re: wine creates weird pref file for mac program
problem solved--it was my inadvertently deleting X11 that screwed everything up. so ignore previous. thanks, ds On Wed, Mar 7, 2012 at 2:51 PM, daniel smith <dss1209 at gmail.com> wrote: > i recently installed wine and now find that with a regular mac program (a > music program called sing&see) it somehow gloms onto it and screws it up so > it opens but won't do
2013 Oct 14
2
setuid or other ideas
Everyone, I am working on a Centos 5.9 system. I have an need to be able to activate a piece of software from /etc/smrsh that is activated when sendmail delivers the e-mail to this piece of software. I would like this piece of software to take on the user and group identities that are different than 'mail' which is what happens now. I want to use a user and group that is not root), so
2013 Jun 28
0
[LLVMdev] Hi, people, I propose to move Debug and Object File related headers out of Support
Going to be interesting layering issues if you do the latter. Then you have CodeGen depending upon DebugInfo instead of just a header in Support. -eric On Fri, Jun 28, 2013 at 11:08 AM, 罗勇刚(Yonggang Luo) <luoyonggang at gmail.com> wrote: > For example, > ELF.h MachO.h and COFF.h > should moved into Object directory with new name. > and Dwarf.h should moved into DebugInfo
2011 Mar 15
5
apache service start problem
hello list!! I have developed a custom apache module for my company that setups up our own particular config of httpd and php in order to run our sites.. However, there is one wrinkle. It take two puppet runs to start the httpd service with this module and we''d like to get that down to one run! The reason seems to be that we have our own custom ssl vhost conf that we use called
2013 Jun 28
3
[LLVMdev] Hi, people, I propose to move Debug and Object File related headers out of Support
For example, ELF.h MachO.h and COFF.h should moved into Object directory with new name. and Dwarf.h should moved into DebugInfo directory. 2013/6/29 Eric Christopher <echristo at gmail.com>: > Where would you like to move them? > > -eric > > On Fri, Jun 28, 2013 at 10:38 AM, 罗勇刚(Yonggang Luo) > <luoyonggang at gmail.com> wrote: >> From my point of view, the
2007 Jul 06
4
JOINS clobbering ids or other fields.
I just found this ticket because I noticed the same issue. http://dev.rubyonrails.org/ticket/6251 The official response was that it''s not a bug because when you use :joins you are "riding close to the metal". But I''m at a loss as to figure out why this behavior even needs to exist. Every table (except HABTM links) in a typical Rails app is going to have an id
2012 Sep 11
4
[PATCH] libxl: Tolerate xl config files missing trailing newline
I wrote: > Also I wrote: > > However, xl fails on config files which are missing the final > > newline. This should be fixed for 4.2. > > My patch for this didn''t make it into 4.2 RC4. Should this go into 4.2.0 or be held for 4.2.1 (or is it not 4.2.x material at all) ? Ian. From: Ian Jackson <ian.jackson@eu.citrix.com> Subject: [PATCH] libxl: Tolerate xl
2004 Nov 22
9
asterisk gui?
hello is there a gui that would allow me to configure everything from phones, to extentions, to voice mail to basicly everything that asterisk can do? I did go to www.voip-info.org and none of the guis I saw there do the trick and the ones that come close aren't downloadable just wanted to see status on this thanks hank ---------------------------------------- My Inbox is protected by
2019 Nov 07
0
[PATCH v2 02/15] mm/mmu_notifier: add an interval tree notifier
On Wed, Nov 06, 2019 at 04:23:21PM -0800, John Hubbard wrote: > On 10/28/19 1:10 PM, Jason Gunthorpe wrote: [...] > > /** > > * enum mmu_notifier_event - reason for the mmu notifier callback > > @@ -32,6 +34,9 @@ struct mmu_notifier_range; > > * access flags). User should soft dirty the page in the end callback to make > > * sure that anyone relying on
2007 Apr 30
25
escape regex code
hello, i wondered if it would not be interesting to have some filters function in puppet like filter_integer(), filter_prelregex, filter_text, filter_email or such so we can validate and make our defines a little more foolproof :) i particulary see filter_regex as usefull in quite a lot of exec that manipulates text files. What do you think about this ? -- Cordialement, Ghislain
2019 Nov 07
5
[PATCH v2 02/15] mm/mmu_notifier: add an interval tree notifier
On 10/28/19 1:10 PM, Jason Gunthorpe wrote: ... > include/linux/mmu_notifier.h | 98 +++++++ > mm/Kconfig | 1 + > mm/mmu_notifier.c | 533 +++++++++++++++++++++++++++++++++-- > 3 files changed, 607 insertions(+), 25 deletions(-) > > diff --git a/include/linux/mmu_notifier.h b/include/linux/mmu_notifier.h > index 12bd603d318ce7..51b92ba013ddce