Displaying 20 results from an estimated 11797 matches for "embedded".
2006 Mar 31
10
Building Asterisk embedded device
Hi,
I want to build a PBX base on Asterisk using an embedded device.
Can anyone please recommend an embedded device I can use for doing so?
I will install linux or freebsd in the device.
Thanks
A
2016 Feb 04
3
Evaluating a port to RTEMS (embedded OS with single address space and no processes)
Am 04.02.2016 um 14:46 schrieb Roland Mainz:
> On Thu, Feb 4, 2016 at 1:40 PM, Christian Mauderer
> <christian.mauderer at embedded-brains.de> wrote:
>> I am searching a SSH server for remote administration of an embedded
>> application running on RTEMS (https://www.rtems.org). This environment
>> has neither virtual memory nor user and kernel space. So this is like an
>> application running in kernel...
2016 Feb 04
3
Evaluating a port to RTEMS (embedded OS with single address space and no processes)
Hello,
I am searching a SSH server for remote administration of an embedded
application running on RTEMS (https://www.rtems.org). This environment
has neither virtual memory nor user and kernel space. So this is like an
application running in kernel mode only.
Would it be possible to run (a very basic version of) OpenSSH in such an
environment using e.g. threads instead o...
2019 Dec 23
1
id map range overlap
...ameters
[global]
dns forwarder = 192.168.100.250
passdb backend = samba_dsdb
realm = KLEY.HIERWECK.DE
server role = active directory domain controller
winbind enum groups = Yes
winbind enum users = Yes
winbind nss info = rfc2307
workgroup = KLEY
rpc_server:tcpip = no
rpc_daemon:spoolssd = embedded
rpc_server:spoolss = embedded
rpc_server:winreg = embedded
rpc_server:ntsvcs = embedded
rpc_server:eventlog = embedded
rpc_server:srvsvc = embedded
rpc_server:svcctl = embedded
rpc_server:default = external
winbindd:use external pipes = true
idmap config kley : range = 100-9999
idmap conf...
2019 Sep 27
2
Compile samba github code and flash the build binary to embedded device
Hi Sir/Madam/Miss,
I am a firmware engineer. I would like to implement file sharing between
embedded device and android phone/ios phone/windows.
I download the samba source code from
https://github.com/samba-team/samba/tree/v4-11-stable with version
v4-11-stable.
I follow the instruction from link :
https://wiki.samba.org/index.php/Build_Samba_from_Source to compile.
I expected the compilation...
2011 Jun 16
4
Controlling stdin and stdout in an embedded R instance
Hello,
I am very new to R but my question is with respect to the C API for
working with an embedded R console. I have been able to start and stop
an embedded R console from within a C program as well as use the API to
execute commands in it. I am seeking a mechanism to individually send
native R commands to an embedded console and then consume the output of
these commands. Specifically, I can...
2016 Jun 14
3
since i added second DC i have some trouble
...= ELEMAY
dns forwarder = 192.168.0.1
passdb backend = samba_dsdb
server role = active directory domain controller
winbind enum groups = Yes
winbind enum users = Yes
winbind nss info = rfc2307
rpc_server:tcpip = no
rpc_daemon:spoolssd = embedded
rpc_server:spoolss = embedded
rpc_server:winreg = embedded
rpc_server:ntsvcs = embedded
rpc_server:eventlog = embedded
rpc_server:srvsvc = embedded
rpc_server:svcctl = embedded
rpc_server:default = external
winbindd:use external pipes...
2016 Jun 14
3
since i added second DC i have some trouble
...backend = samba_dsdb
>> server role = active directory domain controller
>> winbind enum groups = Yes
>> winbind enum users = Yes
>> winbind nss info = rfc2307
>> rpc_server:tcpip = no
>> rpc_daemon:spoolssd = embedded
>> rpc_server:spoolss = embedded
>> rpc_server:winreg = embedded
>> rpc_server:ntsvcs = embedded
>> rpc_server:eventlog = embedded
>> rpc_server:srvsvc = embedded
>> rpc_server:svcctl = embedded
>>...
2002 Jun 06
14
FreeBSD 4.5, Samba 2.2.4_1, W2K client "printer prope rties cannot be displayed"
...om: Kevin Long [mailto:KLong@southlandInd.com]
Sent: Thursday, June 06, 2002 12:15 PM
To: 'samba@lists.samba.org'
Subject: [Samba] FreeBSD 4.5, Samba 2.2.4_1, W2K client "printer properties
cannot be displayed"
(Embedded
image moved Kevin Long <KLong@southlandInd.com>
to file: 06/06/2002 01:15 PM
pic25467.pcx)...
2007 Aug 07
2
Embedded nuls in strings
Hi,
?rawToChar
'rawToChar' converts raw bytes either to a single character string
or a character vector of single bytes. (Note that a single
character string could contain embedded nuls.)
Allowing embedded nuls in a string might be an interesting experiment but it
seems to cause some troubles to most of the string manipulation functions.
A string with an embedded 0:
raw0 <- as.raw(c(65:68, 0 , 70))
string0 <- rawToChar(raw0)
> string0
[1] "ABCD\0F"...
2007 Apr 19
2
FLAC: player with native support for flac embedded pictures
Hi,
I'm looking for an audio player with native support for flac embedded
pictures. I use Amarok (http://amarok.kde.org/) in linux, but I can't find
any player in Windows that has this same native support for embedded flac
pictures.
I hope somebody can help me
thanks in advance!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://...
2012 Apr 28
1
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
...t;>
>>
>> Is the Arch parameter to llvm.codegen really needed? Since codegen
>> happens when lowering the intrinsic, the target architecture must be
>> known. But if the target architecture is known, then it should be
>> available in the triple for the embedded module.
>>
>> Yes. It is better that the target data is set correctly in the embedded
>> module. It is the user's responsibility to do this.
>>
>
> OK. Why don't we require the triple to be set and remove the arch
> parameter again?
I am afraid I didn'...
2017 Apr 29
2
Any progress on write.csv fileEncoding for UTF-16 and UTF-32 ?
...d other text tables, and text in general (including
regular expressions), on Windows 10.
For me, that means dealing with Windows-1252 and UTF-8 encoding, with UTF-16
and UTF-32 as helpful curiosities.
Something as simple as iconv ("\n", to = "UTF-16") causes an error, due to
an embedded nul.
Then there is write.csv (or write.table) with its fileEncoding parameter:
not working correctly for UTF-16 and UTF-32.
Of course, developers are aware of this, for example
[Rd] iconv to UTF-16 encoding produces error due to embedded nulls
(write.table with fileEncoding param)
https://stat...
2008 Jan 12
2
Embedding R
hello all,
is there somewhere a comprehensive documentation for the (C) functions used for embedded R? (e.g. the functions which are used in the directory \tests\Embedding in the R source)
or
Are there somewhere many more examples for this? (especially handover of data between C and embedded R)
thanks,
Alex
--
2024 Sep 07
4
Reading a txt file from internet
...urses/sites/stat501/files/ch15/employee.txt')
Error in make.names(col.names, unique = TRUE) :
invalid multibyte string at '<ff><fe>t'
In addition: Warning messages:
1: In read.table(file = file, header = header, sep = sep, quote = quote, :
line 1 appears to contain embedded nulls
2: In read.table(file = file, header = header, sep = sep, quote = quote, :
line 2 appears to contain embedded nulls
3: In read.table(file = file, header = header, sep = sep, quote = quote, :
line 3 appears to contain embedded nulls
4: In read.table(file = file, header = header, sep...
2018 Nov 28
2
Odd behavior on group membership
...server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc,
drepl, winbindd, ntp_signd, kcc, dnsupdate
template homedir = /home/usuarios/%U
template shell = /bin/bash
wins support = Yes
workgroup = A1
rpc_server:tcpip = no
rpc_daemon:spoolssd = embedded
rpc_server:spoolss = embedded
rpc_server:winreg = embedded
rpc_server:ntsvcs = embedded
rpc_server:eventlog = embedded
rpc_server:srvsvc = embedded
rpc_server:svcctl = embedded
rpc_server:default = external
winbindd:use externa...
2002 Jun 06
10
FreeBSD 4.5, Samba 2.2.4_1, W2K client "printer properties cannot be displayed"
Hello, I have a FreeBSD 4.5-RELEASE box running the SAMBA 2.2.4_1 port. I
have successfully added a printer driver to the unit, and when connecting
from a Windows 2000 client, I get the driver successfully installed. I then
converted the system to a PDC and added a test machine to it's domain. I can
connect to the printer, it downloads drivers, but when I choose printer
properties, I get:
2002 Aug 19
2
embedded spaces in group names
Hello,
Many of our NT domain groups have names that contain embedded spaces, like
"Domain Admins". When I attempt to use winbind and assign rights via those
groups the granting fails. Group names without embedded spaces, like
"Domain_Admins" work fine.
In smb.conf I've tested specifying the name as:
"DOMAIN+Domain Admin"
DOMAI...
2008 Feb 02
16
[patch 00/16] ocfs2: SLES10 compatibility patch queue
Here is the original set of fixes, split out into 14 individual ones.
In addition to splitting them out, I also changed the ones that were
HAS_* to NO_* as requested. The last two patches are needed to build
on openSUSE 10.3 which is based on 2.6.22. I used it as a sanity check
and found those failures.
-Jeff
--
Jeff Mahoney
SUSE Labs
2014 Mar 04
2
How to troubleshoot an ACL error?
..., cldap, kdc, drepl,
winbind, ntp_signd, kcc, dnsupdate, smb
dcerpc endpoint servers = epmapper, wkssvc, rpcecho, samr,
netlogon, lsarpc, spoolss, drsuapi, dssetup, unixinfo, browser,
eventlog6, backupkey, dnsserver, winreg, srvsvc
rpc_server:tcpip = no
rpc_daemon:spoolssd = embedded
rpc_server:spoolss = embedded
rpc_server:winreg = embedded
rpc_server:ntsvcs = embedded
rpc_server:eventlog = embedded
rpc_server:srvsvc = embedded
rpc_server:svcctl = embedded
rpc_server:default = external
idmap_ldb:use rfc2307 = yes...