search for: boondoggl

Displaying 7 results from an estimated 7 matches for "boondoggl".

Did you mean: boondoggle
2017 Jul 10
2
chkconfig madness CentOS 7
...stuck with these as-is. Here's my problem: Error unpacking rpm package chkconfig-1.7.2-1.el7.x86_64 error: unpacking of archive failed on file /etc/init.d: cpio: rename chkconfig-1.3.61-4.el7.x86_64 was supposed to be removed but is not! I can't update the entire system because of this boondoggle and I can't come up with a way to resolve this safely on a running system. WTH is going on, and why is this a problem? And how the devil do I fix it? -- Mark Haney Network Engineer at NeoNova 919-460-3330 option 1 mark.haney at neonova.net www.neonova.net
2024 Jan 09
1
using Paraview "in-situ" with R?
.../discourse.paraview.org/t/does-or-can-paraview-support-streaming-input/13637/9 While R does have a lot of plotting features, it seems like an excellent tool to interface to R allowing visualization without a bunch of temp files or Is anyone aware of anyone doing this interface or reasons its a boondoggle? Thanks. ?Mike Marchywka? 44 Crosscreek Trail Jasper GA 30143 was 306 Charles Cox Drive? Canton, GA 30115 470-758-0799 404-788-1216?
2024 Jan 10
2
using Paraview "in-situ" with R?
...-or-can-paraview-support-streaming-input/13637/9 > > While R does have a lot of plotting features, > it seems like an excellent tool to interface to R allowing visualization without > a bunch of temp files or > > Is anyone aware of anyone doing this interface or reasons its a boondoggle? > > Thanks. > > > > Mike Marchywka > 44 Crosscreek Trail > Jasper GA 30143 > was 306 Charles Cox Drive Canton, GA 30115 > 470-758-0799 > 404-788-1216 >
2017 Jul 10
0
chkconfig madness CentOS 7
...s my problem: > > Error unpacking rpm package chkconfig-1.7.2-1.el7.x86_64 > error: unpacking of archive failed on file /etc/init.d: cpio: rename > chkconfig-1.3.61-4.el7.x86_64 was supposed to be removed but is not! > > > I can't update the entire system because of this boondoggle and I can't come up with a way to resolve this safely on a running system. WTH is going on, and why is this a problem? And how the devil do I fix it? /etc/init.d should be a symlink to /etc/rc.d/init.d. Someone must have created that directory after removing the symlink. You probably need t...
2017 Jul 11
1
chkconfig madness CentOS 7
...t;> Error unpacking rpm package chkconfig-1.7.2-1.el7.x86_64 >> error: unpacking of archive failed on file /etc/init.d: cpio: rename >> chkconfig-1.3.61-4.el7.x86_64 was supposed to be removed but is not! >> >> >> I can't update the entire system because of this boondoggle and I can't come up with a way to resolve this safely on a running system. WTH is going on, and why is this a problem? And how the devil do I fix it? > /etc/init.d should be a symlink to /etc/rc.d/init.d. Someone must have created that directory after removing the symlink. You probably ne...
2006 Mar 31
0
HELP! native mysql bindings on windows/cygwin
...I tried putting the mysql.so in cygwin C:\cygwin\lib\ruby\1.8\i386-cygwin and in the windows directory. The performance I see is terrible, so I don?t think it took. Is there a command to see if the native mysql bindings are being used? Any suggestion would be greatly appreciated! phil http://boondoggle.wordpress.com -- Posted via http://www.ruby-forum.com/.
2017 Mar 03
2
Optionally using value numbering in Simplify*
On Fri, Mar 3, 2017 at 12:39 PM, Friedman, Eli <efriedma at codeaurora.org> wrote: On 3/3/2017 11:51 AM, Daniel Berlin via llvm-dev wrote: So i have a testcase (see PR31792, and cond_br2.llin GVN) that current GVN can simplify because it replaces instructions as it goes. It's an example of a larger issue that pops up quite a lot I would appreciate thoughts on what to do about it it