search for: unwieldy

Displaying 20 results from an estimated 221 matches for "unwieldy".

2005 Oct 05
0
Unwieldy outbound macro
..., outbound dial commands are made using a macro call as follows: Macro (outbound,number_to_dial,callerid_to_present,gateway1,gateway2,gateway3,gate way4) The final gateway defined is nearly always a fallback to PSTN if none of the IAX or SIP gateways are working. The problem is, its an incredibly unwieldy macro that's horrible to edit if I want to add a new gateway to the thing. Looking through the documentation for macro programming, I couldn't find the equivalent of a 'shift' statement you'd find in other programming languages. Can a kind soul suggest how I might tidy it up?...
2007 Sep 19
3
MacOS X packages newer than 0.23.0...?
Hi all, Does anyone know where I can get a new MacOS X package with puppet...? The newest one on reductivelabs site is 0.23.0... -- Med venlig hilsen Juri Rischel Jensen Fab:IT ApS Vesterbrogade 50 DK-1620 København Tlf: 70 202 407 / Fax: 33 313 640 www.fab-it.dk / juri@fab-it.dk
2008 Mar 18
2
Wine wiki cleanup
Over time, the Wine wiki front page grew rather unwieldy, so I split the developer information off into two new pages, leaving only a simplified front page behind, mostly aimed at users. It's radically simpler. Hopefully it'll be more welcoming to new users. Comments?
2008 Aug 12
4
[LLVMdev] CLR or C++/CLI interface to IR building API
Hi Our front end is written in a CLR language, and we're currently interacting with the middle/back-end by writing out .ll files. This was convenient to get started with, but they're getting to a "huge and unwieldy" stage now. I was wondering if anyone's attempted writing proxy/wrapper C++/CLI classes so that the IR API can be used directly from managed languages. Any tips/pointers/code/stories of horrible failure? thanks, scott
2019 Nov 08
2
[PATCH 01/13] compiler.h: Split {READ, WRITE}_ONCE definitions out into rwonce.h
On Fri, Nov 8, 2019 at 6:01 PM Will Deacon <will at kernel.org> wrote: > > In preparation for allowing architectures to define their own > implementation of the 'READ_ONCE()' macro, move the generic > '{READ,WRITE}_ONCE()' definitions out of the unwieldy 'linux/compiler.h' > and into a new 'rwonce.h' header under 'asm-generic'. Adding Christian Borntr?ger to Cc, he originally added the READ_ONCE()/WRITE_ONCE() code. I wonder if it would be appropriate now to revert back to a much simpler version of these helpers for any...
2019 Nov 08
2
[PATCH 01/13] compiler.h: Split {READ, WRITE}_ONCE definitions out into rwonce.h
On Fri, Nov 8, 2019 at 6:01 PM Will Deacon <will at kernel.org> wrote: > > In preparation for allowing architectures to define their own > implementation of the 'READ_ONCE()' macro, move the generic > '{READ,WRITE}_ONCE()' definitions out of the unwieldy 'linux/compiler.h' > and into a new 'rwonce.h' header under 'asm-generic'. Adding Christian Borntr?ger to Cc, he originally added the READ_ONCE()/WRITE_ONCE() code. I wonder if it would be appropriate now to revert back to a much simpler version of these helpers for any...
2014 Dec 02
2
[LLVMdev] Making llvm-objdump more like GNU objdump
At least for now, I don’t expect it to become all that unwieldy. Any behavioral differences should be easily separable into different classes and source files. If as things progress it becomes obvious that there’s really not much of anything in common other than the general nature of the tools, it’s easy to split them apart. -Jim > On Dec 1, 2014, at 5:20...
2015 Jun 04
2
Mesh and scalability
...that explains just how exactly the ?full mesh routing? works? It seems to me that if Node B is supposed to be able to send stuff directly to Node C (instead of Node A), Node B needs to know where Node C is. Does this mean that each Node has to have a complete network map? This seems to become very unwieldy with larger deployments. How far does tinc reasonably scale up, in terms of nodes? Also, what happens if some of those Nodes keep changing their IP address, e.g. because they are on laptops moving from WiFi hotspot to hotspot, and the like? (I?m new to this; I?m trying to figure out whether tinc...
2020 Jun 30
2
[PATCH 02/18] compiler.h: Split {READ, WRITE}_ONCE definitions out into rwonce.h
On Tue, Jun 30, 2020 at 7:37 PM Will Deacon <will at kernel.org> wrote: > > In preparation for allowing architectures to define their own > implementation of the READ_ONCE() macro, move the generic > {READ,WRITE}_ONCE() definitions out of the unwieldy 'linux/compiler.h' > file and into a new 'rwonce.h' header under 'asm-generic'. > > Acked-by: Paul E. McKenney <paulmck at kernel.org> > Signed-off-by: Will Deacon <will at kernel.org> > --- > include/asm-generic/Kbuild | 1 + > include/a...
2007 Oct 08
2
safe zfs-level snapshots with a UFS-on-ZVOL filesystem?
I had some trouble installing a zone on ZFS with S10u4 (bug in the postgres packages) that went away when I used a ZVOL-backed UFS filesystem for the zonepath. I thought I''d push on with the experiment (in the hope Live Upgrade would be able to upgrade such a zone). It''s a bit unwieldy, but everything worked reasonably well - performance isn''t much worse than straight ZFS (it gets much faster with compression enabled, but that''s another story). The only fly in the ointment is that ZVOL level snapshots don''t capture unsynced data up at the FS level. The...
2014 Dec 03
3
[LLVMdev] Making llvm-objdump more like GNU objdump
...as a model for hooking it up for ELF files. But the real work of the call backs are very specific to each type of object file. > > Kev > > On Dec 1, 2014, at 5:24 PM, Jim Grosbach <grosbach at apple.com> wrote: > >> At least for now, I don’t expect it to become all that unwieldy. Any behavioral differences should be easily separable into different classes and source files. If as things progress it becomes obvious that there’s really not much of anything in common other than the general nature of the tools, it’s easy to split them apart. >> >> -Jim >> >...
2018 Feb 09
6
1.39 proposal: Let's split up the libguestfs git repo and tarballs
My contention is that the libguestfs git repository is too large and unwieldy. There are too many separate, unrelated projects and as a result of that the source has too many dependencies and takes too long to build and test. The project divides (sort of) naturally into layers -- the library, the bindings, the various virt tools -- and could be split along those lines into...
2008 Aug 13
0
[LLVMdev] CLR or C++/CLI interface to IR building API
...ott Graham <scott.llvm at h4ck3r.net> wrote: > Hi > > Our front end is written in a CLR language, and we're currently > interacting with the middle/back-end by writing out .ll files. This > was convenient to get started with, but they're getting to a "huge and > unwieldy" stage now. > > I was wondering if anyone's attempted writing proxy/wrapper C++/CLI > classes so that the IR API can be used directly from managed > languages. Any tips/pointers/code/stories of horrible failure? > > thanks, > scott > ________________________________...
2006 Jul 13
1
fixtures getting a little hard to manage
...t''ll affect the tests and everything blows up. I''ve taken to creating the a specific state for each test that needs one, i.e. before I assert anything, I''ll create new objects from scratch so I don''t have to use fixtures. This is fine for simple tests but gets unwieldy when I''m testing associations between multiple objects. Just wondering how other people manage situations like this? alan
2004 Jul 13
2
SIP simultaneous registry possible workaround (was Re: New Asterisk bounty: SIP simultaneous registry)
Andrew Kohlsmith wrote: >I wasn't talking about bandwidth but rather lengthy >Dial() commands... > >exten => s,1,Dial(SIP/someuser&SIP/someuser&SIP ...... > >kind of thing... seems awfully unwieldy. That's why you would stick the members into a global variable [globals] DIYCALLGROUP => SIP/111&SIP/112&SIP113 etc. then dial using Dial(${DIYCALLGROUP},...) Also, you can use the callgroup feature in sip.conf [111] ... callgroup=1 callerid="Member 1"<12345>...
2012 Jan 13
1
Hiera - Any advice on getting started?
my data is getting unwieldy . . . any advice on migrating to hiera? Thanks! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe...
2006 Mar 17
2
Controller/View Organization (Newbie Question)
...o have two IDs at once -- one for the dog and one into the auxiliary table -- maybe set up routing to allow /dogs/3/show_training_session/4 or /dogs/ show_training_session/3/4 or something along those lines. This seems "clean" but I can also see this class getting way too big and unwieldy with all of these methods. The biggest possibility of all is that I am missing some glorious way Rails has for handling this sort of situation, and someone can set me straight with a link to a web page or API doc ;) Either way, I would be extremely grateful for any input you might have. Tha...
2015 Nov 04
2
navigation mode(s) in rgl
...e that is a always-present structure, but other tools must have rules to specify where the pivot point is - either intersecting a data element or somewhere in the scene. The data-centric mode is fine for small scenes with a limited scope, but when the extent covered by data is large it's quite unwieldy to focus in on specific parts of the scene. I know this could be controlled by pushing/popping elements in the scene but the navigation mode obviously offers more flexibility. Thank you. Cheers, Mike. [[alternative HTML version deleted]]
2010 Apr 20
1
Hostbased authentication and certificates
...a cursory examination of the source code, it doesn't look like hostbased authentication takes advantage of certificates other than to authenticate the server. Is that correct? In cluster environments, hostbased authentication is still useful but the size of the ssh_known_hosts file can become unwieldy in large clusters. As an example, a few months back a colleague mentioned that in some cases where the node being logged into was under a high load, the login grace time had expired before the ssh_known_hosts file had been fully parsed. In cases where compute nodes use the same boot image and thus...
2013 Jul 24
1
Perform task on error
...table -> scan Execution halted ), I want the R script to call an external script that will e-mail the user telling them that an error has occurred. I do not want to use try-catch blocks because I want this to happen no matter what/where the error, and because the script is large and it would be unwieldy to try to catch specific things. Is this possible, and if so, how? Thank you very much in advance for any help! -- View this message in context: http://r.789695.n4.nabble.com/Perform-task-on-error-tp4672258.html Sent from the R help mailing list archive at Nabble.com.