Displaying 20 results from an estimated 29 matches for "defenitively".
Did you mean:
defenitely
2009 Apr 01
0
[LLVMdev] Type operator defenition
Hello,
When I was poking arround my llvm code, I realised that given a Type
there isn't a seperate container for the type operator functions.
Am I correct?
If so, wouldn't it make more sence to provide a container to put
the objects operator function in to reduce the overhead of
going through each non operator function to find the operator
function defined for it??
The reason for this
2009 Jun 15
1
S4: Bug in group method defenition ("Compare")
Dear UseRs,
Setting methods for groups ("compare" in this case) does not work
properly. Once one method is set ,redefining it or even removing does not
change the behavior:
setClass("foo"
,representation(range="numeric")
)
#[1] "foo"
setMethod("Compare",c(e1="ANY",e2="foo"),
function(e1,e2){
browser()
2005 Jul 28
8
dialplan defenition
Hello list,
Im writing my dial plan, in witch every SIP phone begins with 74 and has
more 3 numbers (like 74XXX).
So, I want to route all 74XXX calls to my sip channel. For this I wrote
this line:
exten => s,1,Dial(SIP/74118@193.136.252.5,30,r)
but this way all calls go to 74118@193.136.252.5 .....
Then I tried:
exten => s,1,Dial(SIP/${EXTEN}@193.136.252.5,30,r)
but this way, the
2006 Sep 25
4
Beginner question: select cases
Hello all,
I hope i chose the right list as my question is a beginner-question.
I have a data set with 3 colums "London", "Rome" and "Vienna" - the
location is presented through a 1 like this:
London Rome Vienna q1
0 0 1 4
0 1 0 2
1 0 0 3
....
....
....
I just want to calculate the means of a variable q1.
I tried following script:
# calculate the mean
2009 Dec 24
7
nested variables
Hi all!
I have quation: how i may use nested variables/facts? For example, I
have variable $iface. It''s variable declared in node brakets, and, use
with defenition. iface may be eth0, eth1(Linux), em0, ...
<freebsd>, ...
is fact:
facter | grep eth0 | grep mac
macaddress_eth0 => 54:52:00:3D:CB:40
We don''nt know name of $iface in our module (to generate network
2006 Sep 10
3
HFSC traffic loss bug, kernel 2.6.16.24
Hello,
I have finally managed to understand HFSC up to a level which allowed me to
create a QoS script which maintains low VoIP latency while running stuff
like eMule.
Unfortunately, HFSC seems to have a severe bug.
Why do I consider this as a bug defenitely?
Well, my script runs without any errors, then QoS works perfectly for some
hours, no error messages in kernel log.
Then randomly the
2010 Sep 17
2
Jumbo packets and xen
We are utilizing the xen hypervisor on nexenta with ISCSI as our
method of communication with the guests (currently ubuntu but could be
moving to centos). Obviously jumbo packet support would be nice to have.
The last time I see that on the xen roadmap
http://wiki.xensource.com/xenwiki/XenRoadMap . Is there a canonical
place that spells out if jumbo frames are now supported or still on the
2006 Apr 15
7
New to rails - scaffold command , how to get related items?
Ahoy,
I was able to follow the tutorials and build a simple to-do list program
with Items and Categories and have the related tables link up w/ the
default "scaffold :Items" command plus custom defenitions.
Then I erased all of that and tried rebuilding the program using the
ruby script/generate scaffold Item (and category) command.
Now the templates look like
"
<% for
2017 Mar 14
2
Please dogfood LLD
On Tue, Mar 14, 2017 at 12:07 PM, Mark Kettenis <mark.kettenis at xs4all.nl>
wrote:
> > Date: Tue, 14 Mar 2017 11:39:22 -0700
> > From: Rui Ueyama via llvm-dev <llvm-dev at lists.llvm.org>
> >
> > Hi all,
> >
> > LLVM 4.0.0 is out, and I can say that LLD/ELF is now ready for production
> > use at least for x86-64 (and probably for AArch64 and
2007 Nov 30
6
Why ''xm console'' not works sometimes?
Hello,
I''m using Red Hat AS 5 with Xen 3.0, and sometimes ''xm console'' does not
work, the most of times when I''m trying to connect one full-virt machine
with different arch from server, for example:
[root@xen-5 ~]# xm list
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 1933 8
2004 May 29
0
Browsing speed becomes slow
Hi all,
I hv installed Linux 7.2 for proxy.
PC config: P-II, 128MB RAM, 20 GB HDD.
MY LAN is mixed with 10 & 100 MBPS switches.
I hv a band width of 64K Broad Band.
25 Users are browsing thro'' this proxy. If all the users start browsing,
Browser displays half the page & stops over there.
Users visit the image sites like fpg.com, corbis.com etc.
The Squid is not so
2007 Dec 17
1
Xen console hangs
Hello,
I''m running XEN 3.0.3 on RHEL5 2.6.18-53.1.4.el5xen. I used to start the
vm with "xm create myvm -c". I see the boot during a couple of second,
then, it freeze.
The console is freezed, not the vm, a couple of second later, I can ssh
the vm without any problem.
"xm console myvm" also display a freezed state. This is an extrat of the
console :
# xm
2006 Nov 28
2
Advanced Menu features
Hi All,
I hope to find some time to work on the Advanced menu system. I
personally no longer have a need for it (changed jobs). Since I dont
want to spend time doing stuff which will not be useful, I would to
know what features you would like.
What I have in my list are
* Eliminate the need to compile each menu into its own .c32 file
* Eliminate #define constants in menu.h which impose various
2005 Feb 18
1
Calls directed via queue to unavailable device result in call acceptance
When working with call queues, if an agent is logged in via
AgentCallbackLogin and the extension they are registered at becomes
"unavailable" (from a bad connection, or something of the like), calls
routed to that extension seemed to be accepted by it, so if the next action
for that extension is to go to voicemail, the caller in the queue is sent to
the extensions voicemail. Even worse,
2005 Nov 17
2
Building S4-classes, documents
Hello,
I have some troubles when building S4-class packages.
All my (S4-)code works well (without building a package).
When building a package, in the R prompt after
checking S3 generic/method consistency
Following error occurs:
Fehler: Kann R Kode in Packet 'AddNoise' nicht laden (~Error: Can not
load R code from package 'AddNoise')
(and there are some warnings after the
2024 May 28
1
Async Query Directory (for VFS)
Thanks Ralph. Unfortunately that option doesn?t quite solve it.
However even if it did, it?d still be good to add Async support for such queries. If there is WIP then I can look into finishing off the code myself. Can you point me to any branch that has this WIP? Looking through Samba source3 internals, it looks somewhat straightforward to add primitive support along the lines of Async pread,
2005 Feb 23
2
Trouble installing TE405P with asterisk@home
I successfully installed asterisk@home 0.6, but when i try to load the
wct4xxp module for the TE405P I just got, I get the following:
Found TE410P at base address fb7ffc00, remapped to e0220c00
TE410P version c01a009b
Tried to load 1c8ac800 into 00000000, but got 188ac800 instead
Tried to load 1c8ac000 into 00000001, but got 188ac000 instead
Tried to load 07fc07fc into 00000002, but got 03fc07fc
2010 Dec 17
2
installing package from source with Linux
Dear list,
this may not be related to R but rather to my OS, but I do not
understand the issue of compiling R packages deeply enough to figure out
the exact cause of the problem.
I am trying to install a R package from source as it is not yet
available under Cran (Rssa, downloaded here: https://github.com/asl/rssa).
Running
sudo R CMD INSTALL asl-rssa-6f458e4.tar.gz
from the console
2004 Dec 18
1
Setting up asterisk for one user in private ip NAT.
Hi.
I've just bought SIP telephony service from a Swedish telco.
I've managed to make and receive calls with kphone.
Now I want to set up asterisk to be able to add fancy features like
voice mail and recording conversations. But first I
have to get the basic setup right. I'm running asterisk and kphone on
the same machine, behind at NAT-router.
When I make a call (from my regular
2004 Oct 28
0
Winbind problm
HI,
I met problm with windbind.
Everything seems to work fine samba 3.0.7 - ldap - ssl
But in can not change user password account from windows workstation.
I investigate and find
Wbinfo -t
checking the trust secret via RPC calls failed
error code was NT_STATUS_UNSUCCESSFUL (0xc0000001)
Could not check secret
Wbinfo - u
Error looking up domain users
Wbinfo -g
Just