Displaying 20 results from an estimated 168 matches for "evidencing".
Did you mean:
evidencia
2009 Sep 25
4
DAHDI disconnect supervision timing
Ok so this is officially driving me crazy. I have an Asterisk 1.6.1.6
install with DAHDI/DAHDI tools (latest) and an OpenVOX TDM400 card with 1
FXO port and 1 FXS port. I have a POTS line from my phone company attached
to the POTS line.
I have asked for "disconnect supervision" to be provisioned on my line and
they claim to have added it. However, my scenario is as follows:
I receive a
2023 Oct 27
2
Permissions issue on domain member server (samba as an appliance)
Hi,
We have a rat's nest of windows servers all sharing little bits of
storage which I'm trying to consolidate on one biggish linux server. I've
install a fresh Ubuntu 22.04 and samba 4.15 that comes standard. I've also
joined the domain using autorid as the backend and users are getting UID
and GIDs correctly as evidenced by wbinfo -i USER and id USER. I've also
mapped a
2014 Jun 23
2
Wheezy Dovecot workarounds
Hi all,
In switching from Ubuntu to Debian Wheezy (7.5 64bit, network install),
I'm finding some surprises in getting Dovecot to work.
PROBLEM:
As installed, the package manager doesn't give you the dovecot
executable.
WORKAROUND:
To install the dovecot executable, you need to follow these
instructions:
http://wiki2.dovecot.org/HowTo/DebianStable
PROBLEM:
Even when you install
2013 Mar 12
0
[LLVMdev] help decompiling x86 ASM to LLVM IR
On 3/12/2013 11:55 AM, James Courtier-Dutton wrote:
> I already know how to handle the case you describe.
> I am not converting ASM to LLVM IR without doing quite a lot of analysis first.
> 1) I can already tell if a register is refering to a pointer or an
> integer based on how it is used. Does it get de-referenced or not? So,
> I would know that "p" is a pointer.
What if
2012 Jun 20
5
puppet windows exec successful but not really
have the following in my manifest to delete old uninstall directories and
logs
using exec since we don''t have tidy for windows yet
{code}
exec { ''CleanupOldUninstallDirs'':
command => ''C:\Windows\system32\forfiles.exe -p "C:\Windows" -m
"$NtUninstall*" -d -65 -c "cmd /c dev /F /S /Q @path"'',
}
2023 Oct 27
2
Permissions issue on domain member server (samba as an appliance)
These are my notes. I?d rather use xattr and configure shares from windows.
http://samba.bigbird.es/doku.php?id=samba:configuring-shares
Also, have you assigned privileges ?
http://samba.bigbird.es/doku.php?id=samba:server-privileges
Using autorid as the idmap backend has some limitations. I recommend using rid.
Regards.
On 27 Oct 2023 at 20:08 +0100, Greg Dickie via samba <samba at
2006 Jan 27
2
Getting gem rdoc via ri?
Guys,
I''m working with the new RadRails release (0.5.3), which has a very
nifty inclusion of ri courtesy of RDT.
Problem is, although I''ve generated rdoc for all installed gems with
"gem rdoc --all", it''s not accessible through ri. I see some posts here
and there about rimport...is this still the necessary way to incorporate
the rails rdoc into ri?
2005 Apr 02
0
Centos 4 & Cisco 350 MiniPCI Wireless
I have an IBM Thinkpad with this beastie in it. The card was
immediately recognized and uses the airo driver. No matter what I do, I
can't get it to successfully connect to my WAP. Sometimes it sees the
access point (as evidenced by an iwlist wifi0 scan seeing the network)
and sometimes I can actually get it to connect ( as evidenced by the
iwlist command showing the WAP ID).
2005 Feb 21
1
apcupsd on CentOS
Has anyone tried running apcupsd on CentOS with a usb UPS? Just curious
since I'm putting together a system like this and I noticed in the
apcupsd docs it say:
"Linux 2.4 series kernels older than 2.4.22 do not bind the USB device
to the proper driver. This is evidenced by /proc/bus/usb/devices listing
the UPS correctly but it will have "driver=(none)" instead of
2007 Jan 11
1
maximum likelihood, 1st and 2nd derivative
Hi guys again, it seems I haven't been doing the maximum likelihood
estimation correctly. I quote below, can someone explain to me please what
does it mean that the 2nd and 3rd derivatives of the function equals zero
and how to compute that in R.
"We have our initial estimated, subjective parameters for the gamma mixture
and we have our likelihood that is the mixture of negative
2004 Jul 29
1
Kudos to the R support team
Hi there,
I just wanted to take a quick second to thank everyone who maintains this
service- just in case you don't hear it enough, there are a plethora of people
who rely on this service (as evidenced by the help archives), and even if they
don't say it, are greatly thankful for what you do here. Not only are you
providing a service to people who are learning R, but indeed helping
2020 Jun 20
3
Blog article about the state of CentOS
On 20/06/20 3:29 am, Johnny Hughes wrote:
> How is this going to be fixed .. Welcome to CentOS Stream
>
> Stream will be , once it is fully implemented, the ACTUAL development of
> RHEL the 'next point release' on git.centos.org in the open.
So basically stream is a testing ground for RHEL. It's not actually a
rebuild of RHEL since it's what comes *before* RHEL, not
2012 May 17
1
Job opportunity in Beijing, China at Xian-Janssen Pharmaceutical Ltd
The Quantitative Decision Strategies group at Janssen Research & Development, Johnson & Johnson, is looking for a candidate to represent QDS in Beijing, China in the subsidiary company of Xian-Janssen Pharmacetical Ltd. The basic requirements for this candidate are 1) 3+ years experience in a quantitative field, but not necessarily pharmaceutical; 2) PhD in statistics or related field
2013 Mar 12
4
[LLVMdev] help decompiling x86 ASM to LLVM IR
On 12 March 2013 16:39, Óscar Fuentes <ofv at wanadoo.es> wrote:
>
> This is not possible, except for specific cases.
>
> Consider this code:
>
> long foo(long *p) {
> ++p;
> return *p;
> }
>
> The X86 machine code would do something like
>
> add %eax, 4
>
> for `++p', but for x86_64 it would be
>
> add %rax, 8
>
> But you
2018 Sep 13
1
Re: [PATCH v2 nbdkit 4/5] tests: Use a generic cleanup mechanism instead of explicit trap.
On 9/13/18 11:09 AM, Richard W.M. Jones wrote:
> Thanks: Eric Blake for the suggestion here:
> https://www.redhat.com/archives/libguestfs/2018-September/msg00069.html
> ---
I'm glad the idea worked!
> +# cleanup_fn f [args]
> +#
> +# A generic trap handling function. This runs the function f + args
Not just functions, but any command name...
> +# when the script
2005 Feb 19
2
Memory Fragmentation in R
I have a data set of roughly 700MB which during processing grows up to
2G ( I'm using a 4G linux box). After the work is done I clean up (rm())
and the state is returned to 700MB. Yet I find I cannot run the same
routine again as it claims to not be able to allocate memory even though
gcinfo() claims there is 1.1G left.
At the start of the second time
===============================
2005 Feb 19
2
Memory Fragmentation in R
I have a data set of roughly 700MB which during processing grows up to
2G ( I'm using a 4G linux box). After the work is done I clean up (rm())
and the state is returned to 700MB. Yet I find I cannot run the same
routine again as it claims to not be able to allocate memory even though
gcinfo() claims there is 1.1G left.
At the start of the second time
===============================
2006 Aug 24
5
TreeCtrl background?
On my windows build, I just noticed that the background of my TextCtrl''s
is grey by default, and when I try to set the default style I get the error:
TestTextCtrl.rb:15:in `set_default_style'': undefined method `'' for
#<Wxruby2::TextCtrl:0x360a0c4> (NoMethodError)
from TestTextCtrl.rb:15:in `initialize''
from TestTextCtrl.rb:24:in
2007 Sep 18
1
Mongrel Upload Progress progress method returns Content-Length: 0
Running into a strange bug using the mongrel upload progress plugin
handler, sitting in front of a simple mongrel.
The bug appears on an old Xserve (mac OS X 10.3.9 powerpc), but not on
my macbook pro, or even a generic 686 linux box.
http://pastie.textmate.org/98341
The gist of the pastie above shows that attempts through the browser
and curl are actually hitting the filesController, as
2007 May 03
1
Connections rejected in DUNDi requests
Greetings list,
Wondering if anyone's come across this before.
I've configured a couple of our servers with a "privatedundi" context to allow calls to still flow between extensions even if they're registered to different servers . The DUNDi lookups seem to work fine, evidenced by the following on the originating server:
-- Called