search for: cludging

Displaying 20 results from an estimated 24 matches for "cludging".

Did you mean: kludging
2010 Jun 22
0
Working cludge [Re: SSOAP fails with .types[[1]] : subscript out of bounds]
Hi, so, last post from here unless I can provide any more input to fix the upstream package. On Tue, 2010-06-22 at 10:02 +0200, Steffen Neumann wrote: > So I got a bit further, the reason for the error is > that the WSDL *does not have* any <wsdl:types>...</wsdl:types>, I created a local copy and inserted a dummy <wsdl:types>...</wsdl:types> element. Then, my
2006 Mar 11
2
ActiveRecord increment confusion
Part of my application counts the number of times a link was clicked. The Link.click function should increment the @link.clicks attribute. I assumed def click @link = Link.find(params[:id]) if @link.increment(''clicks'') redirect_to @link.url else flash[:error] = ''Could not update clicks'' redirect_to :action =>
2004 Aug 06
1
Fallback behaviour
Hi: I'm looking at Icecast's fallback behaviour, particularly with the fallback override fuctionality that's in SVN Icecast. Everything works well *if* you connect the client whilst the primary stream is connected. When that source drops out, you fall through to the backup, and you get pulled forward when it reconnects. All well and good. But if you try to connect when the
2003 Aug 02
1
Cross Platform Mixers and LibAO
Hello Vorbis Developers. I'm in the proccess of writing an OggVorbis audio player using libao and libvorbisfile. I've greatly appreciated the simplicity of the API and good documentation with the souce of the libraries. I've descided that I really want a mixer on my player, and I'm unsure how to best go about it. LibAO (unless I'm absolutely blind) doesn't
2007 Aug 12
4
freebsd ports provider
I''d like to clarify some points about the ports/package system in FreeBSD. I apoligize ahead of time if this is Both packages and ports use the pkgdb system. This isn''t some lame cludge; it''s by design, and the reason is really quite simple. Packages are built from the ports collection. The only real difference between them is the mode of delivery. When you run
2004 May 04
2
OT: Latest Linux Real player
...ked on. I tried extracting the URL and playing it, but it gave a vague, non-specific error message (not surprising when I'm not really getting the UI it was designed for). Ultimately I'm looking for a text-mode interface to the latest Linux player for Real content, but I'll settle for cludging with XVFB if I have to (that's what we used to do before TRplayer came along). I'm guessing that HelixPlayer is probably the go, but this stuff doesn't seem very intuitive. The real.com site has a sucky javascript front page and I'd rather not have to mess with that in my non-javas...
2006 Jul 20
11
Any good alternative to single-table-inheritance?
I''m looking to implement model inheritance in a new application. Is there any good alternative to single-table-inheritance? -- -Alder
2004 Sep 10
0
[Flac-users] Re: my flac -t issue: next approach
It can but is probably not as nice as youwould like. flac -t *.flac if errorlevel 1 goto fail goto exit :fail echo Danger Will Robinson! Flac files failed integrity check. :exit For this reason cygwin and its bash for windows does a lot more. Notes on the batch file fragment above: if errorlevel 1 goto actually means if errorlevel 1 or greater so don't try if errorlevel 0 since it will
2006 Oct 22
0
Further QEMU 0.8.2 testing with sparcv8plus
This screen shot shows the full command and the Windows 98 boot : http://www.blastwave.org/dclarke/stuff/thin/qemu_082_sparcv8plus_win98_boot.png the disk is recognized as blank and a partition gets created fine then format http://www.blastwave.org/dclarke/stuff/thin/qemu_082_sparcv8plus_win98_fmtC.png there are minor graphics cludges during the install
2009 Apr 21
2
QuickBooks Enterprise DB Server
Anyone running this POS on CentOS and can spare some info? Support is useless, and it's just not working:)I am not getting a qbdir.dat file created, and the error log is, well, empty! jlc
2006 May 31
1
Creating Multiple Child objects on a single form
I''ve been trying to solve this for the last few hours and I have something that is working now but I''m curious if there isn''t a better ''right'' way to do it since this seems a bit of a cludge to me, but I haven''t find a better way to make it work. The models are as follows: Goals, which have multiple objectives. Goals also have multiple
2008 Jun 26
2
Data matrix of all possible response patterns
I am looking for a way to generate a data matrix that contains all possible response patterns for 10 binary items. This should produce a matrix with 10 rows (representing 10 items) and 1024 columns (representing 2^10 possible response patterns). Does anyone know of code that would produce such a matrix? Thanks! Sarah Depaoli
2005 May 09
1
Configuring SPA-3000 As A Trunk
We have just posted a review of the Sipura SPA-3000 with a complete setup guide for using the device as a trunk to Asterisk. It is easy to setup and works as good as any Zaptel setup and includes an ATA. It really is one cool device! http://www.geekgazette.com/index.php?option=com_content <http://www.geekgazette.com/index.php?option=com_content&task=view&id=28>
2008 Oct 16
2
DAHDI and wait 'w'
-- Attempting call on DAHDI/1wwwwww for smvoice_callprogress at smvoice-dialout:1 (Retry 1) [Oct 16 14:36:42] WARNING[16408]: chan_dahdi.c:8132 dahdi_request: Unknown option 'w' in '1wwwwww' [Oct 16 14:36:43] WARNING[16408]: chan_dahdi.c:1481 dahdi_enable_ec: Unable to enable echo cancellation on channel 1 (No such device) Does DAHDI not know about the W ??? I think zaptel used
2005 Jan 12
1
Samba on Snap
Hi, We have a snap server 4400 which is running Samba and which we have successfully added to our Samba domain which is running on a Sun. However, when we save a file on the Snap server, the unix owner/group are set incorrectly to the values 20111 and 20002. A file saved on the Sun server has the correct unix owner/group. Consequently, the file save on the snap server cannot be edited at the
2004 Aug 06
0
OT: Latest Linux Real player
...ked on. I tried extracting the URL and playing it, but it gave a vague, non-specific error message (not surprising when I'm not really getting the UI it was designed for). Ultimately I'm looking for a text-mode interface to the latest Linux player for Real content, but I'll settle for cludging with XVFB if I have to (that's what we used to do before TRplayer came along). I'm guessing that HelixPlayer is probably the go, but this stuff doesn't seem very intuitive. The real.com site has a sucky javascript front page and I'd rather not have to mess with that in my non-javas...
2004 Sep 10
2
[Flac-users] Re: my flac -t issue: next approach
| yes, the exit code will be 1 if any of the flac files failed | testing, else 0 (i.e. if all of them passed). Thank you, Josh! Now the only trick is to see whether command.com can do anything with that information.
2011 Apr 26
3
Opinion wanted: metadata in HTTP requests
I'm thinking it might be an interesting idea to pass ipappend-style metadata (and quite possibly additional information, e.g. obtained from DMI) when making a http request, but I'm not 100% sure about the best way to do it. Options are pretty much: 1. some kind of metavariables in either the configuration file or in the filename syntax. + very general. - cumbersome for the
2015 Mar 16
0
Docs strategy and tactics [RFC]
On 03/12/2015 03:59 PM, Karsten Wade wrote: > I've been thinking for a little while, and talking with people, about > what would be a good documentation strategy for the CentOS Project. > > == tl;dnr aka Summary > > This is a proposal around creating new, short-format > documentation about doing cool new things on top of CentOS > Linux. These docs would support the work
2007 Feb 09
6
1.2.4 symbols
Hi, Everything compiled correctly for the ocfs2 package, but so far the modules will not load with the "well known" module symbol error. FATAL: Error inserting ocfs2 (/lib/modules/2.6.16.27-0.6-smp/kernel/fs/ocfs2/ocfs2.ko): Unknown symbol in module, or unknown parameter (see dmesg) Okay not sure what is up here, any suggestions? BTW, this is the correct module location and I