Displaying 20 results from an estimated 100000 matches similar to: "STMSDK COM object initialization"
2007 May 18
2
TE212P octastic initialization failure
Hi,
I'm trying to get a TE212 working on a Dell PowerEdge 1850 running
Debian etch using the latest release of libpri (1.4.0), zaptel (1.4.2.1)
and asterisk (1.4.4). The initilization of the Octasic echo canceller
seems to fail when the wct4xxp module is loaded.
[...]
VPM450: echo cancellation for 64 channels
Failed to open chip, code 00103017!
VPM450: Failed to initialize
[...]
By looking
2009 Apr 07
0
[LLVMdev] Patch: MSIL backend global pointers initialization
Artur,
> OK, I just need the same signature for both of those instructions.
Both are callinsts of same function, isn't that enough? Since it's a
variadic function there is also a bitcast to proper type. So, looking
for type of callee (not result, but function type!) you'll obtain the
real "signature" of callee and if you'll strip all pointer cast you'll
obtain the
2009 Apr 07
3
[LLVMdev] Patch: MSIL backend global pointers initialization
Hello Anton
> %1 = tail call i32 (i8*, ...)* @printf(i8* noalias getelementptr ([16 x
> > i8]* @.str, i32 0, i32 0), i32 %0) nounwind
> > %10 = call i32 (i8*, ...)* @printf(i8* noalias getelementptr ([11 x i8]*
> > @.str2, i32 0, i32 0), i32 5) nounwind
> >
> > Instruction::isSameOperationAs() returns false for those two. Is it a
> > bug or I misunderstood
2014 Sep 25
3
/etc/init.d CentOS 7
There is a README file on CentOS 7 in /etc/init.d
that says
Note that traditional init scripts continue to function on a systemd
system. An init script /etc/rc.d/init.d/foobar is implicitly mapped
into a service unit foobar.service during system initilization
So I dropped my file in the above directory, rebooted and my item did not
start.
doing "systemctl list-unit-files | grep
2002 Nov 29
2
Obtaining the variable names of a glm object
Is names(model1$coef) what you're looking for?
-----Original Message-----
From: Kenneth Cabrera [mailto:krcabrer at epm.net.co]
Sent: 29 November 2002 10:36
Cc: R-help at stat.math.ethz.ch
Subject: [R] Obtaining the variable names of a glm object
Hi, R users!
Suppose I make a model like this:
2007 Dec 04
1
How can I use Adehabitat to obtain an .asc object with the predicted values of a niche model?
Dear all,
I'm using the package adehabitat in R to import several .asc files
(=matrix),
and also create a kasc object (=dataframe) with all of them.
The main idea is to use this kasc object to map the predicted values of
climate-matching model for an overall area. However, I don't know how to
proceed: Do I have to project the model (already stored in R) onto the kasc
object directly, or
2009 Apr 15
2
[LLVMdev] Patch: MSIL backend global pointers initialization
Hello,
> So, looking for type of callee (not result, but function type!) you'll
> obtain the
> real "signature" of callee and if you'll strip all pointer cast you'll
> obtain the "declaration" (=variadic) type of the callee.
Maybe I misunderstood something but I just get the variadic declaration not
the real "signature", like this:
const
2016 Dec 30
2
ADS domain member: winbind fails
Am 2016-12-30 um 17:01 schrieb Rowland Penny via samba:
> If everything is setup as above you should be able to join the gentoo
> domain member to the domain and then start the nmbd, smbd and winbind
> deamons.
sad to say:
leave and join works without a problem, but then ->
winbindd.service - Samba Winbind daemon
Loaded: loaded (/usr/lib64/systemd/system/winbindd.service;
2009 Jul 26
1
obtain names of variables and data from glm object
Suppose we have some glm object such as:
myglm <- glm( y ~ x, data=DAT)
Is there an elegant way--or the "right way" within the R way of thinking--to
obtain the names of the response variable, the predictor variables, and the
dataset, as character strings?
For instance, suppose the "right way" was to use the (currently fictitious)
functions theresponse(), thepredictors(),
2004 Nov 28
1
use of file.show() under linux session....
Hi all,
I know this is a stupid question, but I can't display a text file in a
separate console window under a R session in X11 (gnome with MDK 9.2).
I use R 2.0.0. When I enter :
> file.show("/path/to/my/file/filename.txt" ,pager="gnome-terminal")
the new window opens and then I just obtain the blinking cursor after
the console prompt :-(
I always obtain the same
2007 May 28
2
S4 object slot of type 'call'
I'm using an S4 object with a slot of type 'call': I would like to be able to initialize
it with something like NULL or NA (indicating that there is no information in the slot)
but the value should comply with the fact that it must be of type call.
Is there any simple way to obtain this?
Thanks for any hint,
Roberto
--
<r/>
| Roberto Brunelli - [scientist at Fondazione
2004 May 05
2
Kerberos case sensitive with Mac OS X on Samba 3.0.x
Hi List,
I'm having an issue between Samba and OS X with regards to Kerberos authentication to a Samba AD member server.
I'm using local UNIX accounts and entries in the passdb instead of Windind on the samba server, ie create account by adding
to /etc/passwd then smbpasswd -a username. From an OS X client system if I obtain a ticket for user "UserA" like
kinit
2005 May 23
1
Soekris net45xx initialization hang
I'm working with a Soekris net45xx SBC and I'm experiencing problems
using any syslinux code (syslinux, pxelinux, extlinux) above version
2.20. I'm interfacing with the Soekris via the serial console port,
which is the primary bios console. I've tried different configurations
with setting serial in the config file, but no change (though I dont
even thing it's getting to reading
2009 Aug 21
5
httpd - mysql - paypal.com.tar - hacker
Everyone,
This morning I received a notice from PayPal that one of our sites got
hacked and was spoofing a PayPal web site.
When I checked the the site, I was surprised to find they were correct.
About 5 days a go we had a server that got hacked and somehow the file
paypal.com.tar got uploaded to our server and then stored in a a
subdirectory of /var/www/.
I had previously started a mysqld
2012 Aug 08
1
How the libvirtd connect to qemud in source codes?
Hi, I meet a question when reading the libvirt source codes. Could you help me? Coz I plan to link libvirt to a Android Emulator based on QEMU, knowing how the libvirtd connect to qemud is important. I trace the code as following: libvirtd.c contains all the initilization of libvirt daemon, then calling function named qemuRegister to qemu_driver.c which contains three methods:int
2010 Nov 30
3
how to 'delete' an object from an association collection in-memory only
Hi,
My Rails app offers opportunities to try out models on a ''what-if''
basis, where dependent associations can be modified to obtain
alternative results for the parent. Is there a way to delete/destroy
the member of a collection so that I can play around with the
accordingly modified parent in memory, without actually committing the
destruction of the collection member to the
2005 May 25
2
time-ordered object list
It's often useful to view objects in time order.
In Splus I can do this with
> objects.summary(order = "dataset.date")
which delivers this sort of thing ...
data.class storage.mode extent object.size dataset.date
reference data.frame list 25 x 4 1700 2004.09.13
15:43
x data.frame list 15 x 4 1175
2004 May 06
1
FW: Kerberos case sensitive with Mac OS X on Samba 3.0.x
This was blocked with both good and bad log output due to the size limit on attachments
so I've removed the log from the successfull authentication. I think its pretty obvious
whats going on from the failed log,
thanks Andy.
-----Original Message-----
From: ww m-pubsyssamba
Sent: 06 May 2004 10:32
To: 'Jeremy Allison'; 'samba@lists.samba.org'
Subject: RE: [Samba] Kerberos
2002 Sep 12
2
smbclient & server list
I'm using smbclient to obtain server list for particular workgroup/domain.
Let say 'testserv1' is master browser for domain 'TEST', so command is:
smbclient -L testserv1 -U%
It works fine with Samba 2.2.3a:
Sharename Type Comment
--------- ---- -------
Error returning browse list: ERRDOS - ERRnoaccess (Access denied.)
Server
2000 Sep 26
1
Object modification date
R-users:
Can someone tell me how to obtain the date and time an object was last
modified in R?
I'm using version 1.1.1 for Windows.
thanks
--
Jack Lewis Redwood Sciences Laboratory
707-825-2929 voice Pacific Southwest Research Station
707-825-2901 fax USDA Forest Service
jl7001 at axe.humboldt.edu