Displaying 20 results from an estimated 600 matches similar to: "action cache plugin, bad yaml?"
2006 Mar 29
2
Fragment Cache Wackiness
I can''t seem to get the fragment cache to use :file_store. I''d really
appreciate it if someone could point me in the right direction.
Rails 1.1 final, FreeBSD
Observe:
In environment.rb AND production.rb (for good measure, DRY be damned):
ActionController::Base.fragment_cache_store = :file_store,
"/www/apps/localfeeds/directory/tmp/fragmentcache/"
At the console
2015 Mar 03
0
Synchronization problems between Win2k8R2 and samba
On 03/03/15 11:11, Jean-Fran?ois Morcillo wrote:
> Hello,
>
> I have a small test network with a Win2k8R2 DC.
>
> I've added a samba4 as second DC in this network.
> The join seems to run smoothly.
>
> But, after the join, this command: ldapsearch -LLL -x -H
> ldapi://%2Fvar%2Flib%2Fsamba%2Fprivate%2Fldap_priv%2Fldapi -b
> "dc=test,dc=dom"
2015 Mar 03
2
Synchronization problems between Win2k8R2 and samba
Hello,
I have a small test network with a Win2k8R2 DC.
I've added a samba4 as second DC in this network.
The join seems to run smoothly.
But, after the join, this command: ldapsearch -LLL -x -H
ldapi://%2Fvar%2Flib%2Fsamba%2Fprivate%2Fldap_priv%2Fldapi -b
"dc=test,dc=dom" "(SAMAccountName=Administrateur)"
returns some strange results:
? some attributes like unicodePwd
2012 Dec 15
1
virt-resize Fatal error: exception Guestfs.Error("e2fsck_f
We?ve been seeing this a lot lately on generic CentOS 6 rpm installs:
rpm -qa | grep libguestfs
libguestfs-java-1.16.19-1.el6.x86_64
libguestfs-java-devel-1.16.19-1.el6.x86_64
libguestfs-1.16.19-1.el6.x86_64
libguestfs-tools-1.16.19-1.el6.x86_64
libguestfs-javadoc-1.16.19-1.el6.x86_64
libguestfs-devel-1.16.19-1.el6.x86_64
libguestfs-tools-c-1.16.19-1.el6.x86_64
2007 Jul 02
0
trying to get vpb to compile
So I've got a Voicetronix card and it looks like the kernel driver works.
Other than the 0's for ID info.
vpb: Driver Version = 4.0
vpb: major = 251
vpb: tmp [0xfc8fec00] dev->res3 [0xfc8fec00]
vpb: tmp [0xfc8c0000] dev->res2 [0xfc8c0000]
vpb: 1WS Write cycle
vpb: Manufactured 00/00/0000
vpb: Card version 00.00
vpb: Serial number 00000000
vpb: Setting up udev...
vpb:1 V4PCI's
2015 Mar 04
1
Synchronization problems between Win2k8R2 and samba
Le 03/03/2015 12:56, Rowland Penny a ?crit :
> On 03/03/15 11:11, Jean-Fran?ois Morcillo wrote:
>> Hello,
>>
>> I have a small test network with a Win2k8R2 DC.
>>
>> I've added a samba4 as second DC in this network.
>> The join seems to run smoothly.
>>
>> But, after the join, this command: ldapsearch -LLL -x -H
>>
2017 Mar 14
0
Re: virt-customize fail to inject firstboot script when running it from script.
On Mon, Mar 13, 2017 at 11:48:05PM +0200, Keresztes Péter-Zoltán wrote:
> Hello,
>
> We have a nodejs app which is injecting first boot scripts using virt-customize however the exact same commands are working when triggered manually.
>
> Here is the debug output of the commands
Which version of virt-customize? A number of bugs were fixed in this
part of the code in the last
2017 Mar 14
2
Re: virt-customize fail to inject firstboot script when running it from script.
I am running libguestfs version 1.34.2
The issue is the following. When I start the vm with virt-log I see this:
Mar 13 17:33:30 multi6 firstboot.sh[358]: /usr/lib/virt-sysprep/firstboot.sh start
Mar 13 17:33:30 multi6 cron[359]: (CRON) INFO (Running @reboot jobs)
Mar 13 17:33:30 multi6 firstboot.sh[358]: Scripts dir: /usr/lib/virt-sysprep/scripts
Mar 13 17:33:30 multi6 firstboot.sh[358]: ===
2015 Sep 13
2
[Bug 91988] New: nouveau causes complete system hang - SCHED_ERROR CTXSW_TIMEOUT PGRAPH engine fault PBDMA0 ACQUIRE
https://bugs.freedesktop.org/show_bug.cgi?id=91988
Bug ID: 91988
Summary: nouveau causes complete system hang - SCHED_ERROR
CTXSW_TIMEOUT PGRAPH engine fault PBDMA0 ACQUIRE
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: All
Status: NEW
Severity: normal
2006 Aug 08
2
Legacy database migration causing problems during testing.
I''m using rails to build some new functionality into an existing
website and MySQL database system. I know there are ways to set up
models to use the legacy tables and that I should be able to get the
application to run properly with the DB in it''s current state. The
problem that I am having is the database isn''t translating into a
schema that can be inserted into the
2011 Nov 25
2
Multiple Mounts (streams) Managed by Virtual Sound Board
All,
I am looking for a way to manage multiple streams (mounts) by a virtual
sound board. For example:
mount-baltimore.ogg --> virtual channel 1
mount-philly.ogg --> virtual channel 2
mount-pitt.ogg --> virtual channel 3
mount-new-york.ogg --> virtual channel 4
Main Virtual Out (speaker output) --> Physical Channel 1
Any ideas?
Thanks
-winn
-------------- next part
2010 May 16
1
Reading JPEG file, converting to HEX
Colleagues,
I am using R to assemble RTF documents (which are plain text). I need to embed a JPEG graphic that was created with R. I presume that the steps need to be:
a. read the file into R
b. convert the object to HEX format
c. write the converted object to a textfile.
If I read the file into R using readLines, I get the following (only the first 5 lines shown):
> >
2005 Mar 25
4
ajax and clearing the form
Hi
I played a little bit with rails+ajax, works fine...
but how do I reset the form?
I tried:
---
<%= form_remote_tag(:html => {:name => ''form_update''},
:url => :url_new_item_with_ajax,
:update => ''container'',
:loading => "Toggle.display(''new-item''); $(''new-item-desc'').innerHTML =
2003 Nov 24
2
Pressing 0 in Voicemail causes * to hangup
I tried it w/ mine as well and it hung up on me because I just have
Voicemail running not Voicemail2.
It seems as though you have Voicemail2 because it's trying to play the
Unavialable message.
Just a thought though.
Does it do the samething w/
[qout-phillyq]
exten => 0,1,Voicemail(u1)
exten => 0,2,Goto(default,s,1)
Tim Thompson
http://www.amatechtel.com
(806) 722-2227
2017 Mar 13
2
virt-customize fail to inject firstboot script when running it from script.
Hello,
We have a nodejs app which is injecting first boot scripts using virt-customize however the exact same commands are working when triggered manually.
Here is the debug output of the commands
Regards,
Peter
[ 0.0] Examining the guest ...
libguestfs: trace: set_network true
libguestfs: trace: set_network = 0
libguestfs: trace: add_drive
2001 Mar 28
1
UTF-8 patch for Samba 2.0.7
See description in the attached patch.
-------------- next part --------------
This quick hack adds primitive support of UTF-8 as a server 'character
set' to Samba 2.0.7. All file, share and user names are stored on server
in UTF-8, and translated into client code page (not UCS2) on the fly.
Additionally, server string conversion is added. Tested with Chinese and
Russian Windows clients.
2010 Sep 01
1
OdfWeave and Locale
Dear all,
I have a question regarding the odfweave. I created an odt file
(test_input.odt) using OO.o for WIndows XP. The code is generic.
---- Code for odt -----------
\Sexpr{dim(iris)[1]}
<<listofSpecies, echo=FALSE, results=xml>>=
odfItemize(levels(iris$Species))
@
Table 1:
<<Table, echo=FALSE, results=xml>>=
data.frame(N =tapply(iris$Petal.Length, iris$Species,
2002 Nov 18
0
[LLVMdev] Fixed DSGraph iteration, depth first search, etc...
The following now works for me:
const DSNode *N1 = ...;
df_iterator<const DSNode*> X1 = df_begin(N1), XE1 = df_end(N1);
DSNode *N2 = ...;
df_iterator<DSNode*> X2 = df_begin(N2), XE2 = df_end(N2);
You need the following #includes:
#include "Support/DepthFirstIterator.h"
#include "llvm/Analysis/DSGraphTraits.h"
You need this patch:
2019 Jan 07
0
Re: [PATCH] v2v: -o rhv-upload: decouple name of nbdkit python plugin
On Thu, Dec 13, 2018 at 06:58:30PM +0100, Pino Toscano wrote:
> Do not assume that the Python plugin of nbdkit has the same name of the
> Python interpreter.
>
> Use the default upstream name of nbdkit to identify it; downstream
> distributions must adjust this variable, in case they rename the Python
> plugin of nbdkit.
I'm not saying this is wrong, but it does break
2004 Jul 15
17
VoicePulse changes
I'm a bit displeased at the way this happened. I received an email from
VoicePulse. Here's some excerpts:
------------------
>We're sending you this important update so you can take advantage of
improvements we've
>been making to your VoicePulse Connect! service.
>We've been working hard on improving the audio quality and reliability
of your Connect!
>service,