search for: headscratch

Displaying 11 results from an estimated 11 matches for "headscratch".

2006 May 23
3
ez-where headscratch
Hi there, I''m puzzled by this apparently simple query I can''t manage to reassemble using ez_where plugin. cond = Caboose::EZ::Condition.new :my_table do start_on < Time.now any {end_on > Time.now; end_on.nil?} end I keep getting the following result : >> cond.to_sql => ["my_table.start_on < ? AND (my_table.end_on > ?)", Tue May 23
2018 Aug 07
2
setting up a RODC
On Tue, 7 Aug 2018 17:44:37 +0200 Stefan Kania via samba <samba at lists.samba.org> wrote: > Hi Andrej, > > then it works, but on a "normal" addc it works without "-U ". This is probably because you will be running the command from the RODC on the RWDC. > > One more Question: > When I do a "host -t srv _ldap._tcp.example.net" I only see
2019 Apr 10
0
[RFC PATCH 00/12] s390: virtio: support protected virtualization
...r to architecture documentation - or > > will at least some of that be published?) > > > > I can put documentation on my TODO list. This cover letter was also > supposed to provide a bird's-eye view on what needs to be done. Some comments in the code to prevent further headscratching are also a good idea. > > > > > > > The series is structured in incremental fashion: some of the changes > > > are overridden by following patches. The main reason why is that > > > this is how I developed. But I think it ain't bad for the didactic &...
2006 Jan 29
0
strange performance issue
...ckup:dial) exten => _X.,n(pickup),Answer exten => _X.,n,Echo exten => _X.,n(dial),Dial(SIP/looptest/$[ ${EXTEN} + 1]) ...ping-pong dialing beween two servers. On one of the servers, system- and user load was low and fine, but on the other, system load was around 50%(!). After a little headscratching and debugging, i found this from oprofile: http://pastebin.ca/39007, and mr Underwood asked me if I was seeing excessive network traffic. The box has two NICs, and one of them is connected to a 'mirror' port on the cisco switch, spewing all traffic from all ports into there. So,...
2006 Feb 20
0
White Noise on TDM22B FXO Channels (newbie)
After many days of headscratching, I finally have a TDM22B that passes the wctdm Freshmaker register test (fix: disable ACPI in BIOS). In the meantime, I had set up an SPA-3000, and had that routing my PSTN line to * quite nicely. When I move this line to an * FXO port, is works very irregularly. About 40% of the time, th...
2014 Oct 24
3
[Bug 982] New: vfork() in xtables.c can corrupt stack
...gv[0], argv); 369 370 /* not usually reached */ 371 exit(1); modprobe pointed to a non-existant program /sbin/modprobe, so execv() always failed. Not a problem in itself on our platform, as the kernel modules are pre-loaded before iptables-restore is run, but it took a bit of headscratching to track this down, as a stack frame was corrupted, leading to failures quite a while after the function containing this code had returned! Relevant caution in man 2 vfork: "The vfork() function has the same effect as fork(2), except that the behavior is undefined if the process...
2018 Jan 18
2
Handling a long-running agi on hangup-handler?
I know that hangup handlers ( https://wiki.asterisk.org/wiki/display/AST/Hangup+Handlers) have to finish quickly. So it's no surprise that my speech to text agi which takes 8 seconds gets killed. However, can anyone think of a way round this? So, once the caller has hung up, I need to take one of the channel variables, and pass it to a python agi script which then does speech to text.
2009 Apr 07
2
Running an R script from Delphi 7
Gentlepersons: A long time ago I used to be able to start R (version 2.6.1) from a Delphi 7 program and run a script by using a procedure like the following: function StartRAndWait (CommandLine : string) : Boolean; var Proc_info: TProcessInformation; Startinfo: TStartupInfo; ExitCode: longword; CreateOK : Boolean; begin Result := False; { Initialize the structures }
2001 Oct 10
4
Weird feature when creating function lists with apply
Hi R-fellows, can anyone explain this weird feature? I am trying to create a list of functions with apply, and it appears that there is something strange going on when the function evaluates the argument a. When I duplicate a into a local variable b, the result changes !?! Any pointers? Thank in advance. Cheers, Uffe # Create a function which returns a function > f1 <- function(a)
2013 Jan 20
20
ActiveRecord::Persistence.increment! requires a row lock to ensure isolated updates
The method is here: https://github.com/rails/rails/blob/master/activerecord/lib/active_record/persistence.rb#L288. The method takes the in-memory attribute value and increments it by the specified amount. A safer approach (from an isolation standpoint) would be to let the database determine the value. Instead of telling the database what value to persist in the database, the SQL can written
2003 Dec 01
0
No subject
...samba.org?subject=unsubscribe> List-Archive: http://lists.samba.org/pipermail/samba/ Ah yes, it works perfectly now :) Thank you very much, Alan Evetts On Fri, Jun 22, 2001 at 09:48:34AM +0200, Schupp Alex wrote: > Hi Alan > > Had the same problem and solved it after some extended headscratching. > I dont know why, but it seems to me that the CP850.TXT is > not correct in my case: > Win2K SP1 english, but with german locale > samba pre-3 from about 2 weeks ago > > smb.conf: > client code page = 850 > > Following is my codepage file i use now. > > You...