Displaying 20 results from an estimated 200 matches similar to: "How to Cross compile Samba Source"
2013 May 27
2
Stack Overflow
Guys,
Program stack is getting overflowed when I create and destroy encoder instance continuously for around 30 times. How can I ensure stack is completely freed when I destroy the encoder instance? I tried with VAR_ARRAYS. But Its giving me errors while I try to compile. I suppose VAR_ARRAYS allocates local variables as arrays so that they could go on to stack and finally when we leave the
2004 May 11
0
guest account problem ....
Dear All,
I am trying to see smbclient resolves workgroup available.
I find that it only resolves, if I put guest account as root, user.
Otherwise for other user I created for samba, it returns with error ....as
below
added interface ip=10.8.1.102 bcast=10.8.1.255 nmask=255.255.255.0
added interface ip=127.0.0.1 bcast=127.0.0.255 nmask=255.255.255.0
Password:
session setup failed: Call
2016 Sep 02
2
Dovecot 2.2.25 fails on SSL
Aki Tuomi wrote:
>>>> ldd /usr/local/Dovecot-2.2.25/lib/dovecot/libdcrypt_openssl.so
>>>> linux-gate.so.1 => (0x00dca000)
>>>> libcrypto.so.1.0.0 => not found
>>>> ...
>
> Well, then it leaves only option of using /etc/ld.so.conf
> so basically add your libssl location there.
You can also affect where shared
2012 Apr 12
2
[LLVMdev] Question::ARM simulation and cross compilation.
Hello,
I'm trying to evaluate the performance improvement of instruction scheduling on one of the inorder ARM processor, I was looking for ARM simulator and I found two (Simplescalar/ARM and SimIt-ARM)
The code generated using llvm-2.9 and llvm-gcc and gcc 3.2.
I used these command :
$ llvm-gcc -O3 -o test1.bc -c --emit-llvm test1.c
$ llc -O3 -o test1.s -march=arm test1.bc -mcpu=strongarm110
2013 May 27
0
Stack Overflow
Did you try replacing the create() with separate malloc() and init()
steps. If so, which of the two was causing the problems?
BTW, you need a C99 compiler for VAR_ARRAYS to work, although you may be
able to use USE_ALLOCA.
Jean-Marc
On 05/27/2013 08:36 AM, Fezin E T wrote:
> Guys,
>
> Program stack is getting overflowed when I create and destroy encoder
> instance continuously for
2012 Jun 12
1
SAP ABAP Consultant available
[1]Click here to unsubscribe if you no longer wish to receive our emails
Hello,
We have an excellent consultant, Pritesh Agrawal - SAP ABAP . Below is
his/her quick profile for your review.
Pritesh Agrawal - SAP ABAP -
Rate: Open Total Exp: 9+ Available: immediate Relocation: OPEN
Over 9.5 years of work experience in SAP R/3 technical, functional and
2004 Mar 14
2
Feature request
Hi,
I have a small problem, I want to specify the SSH password via the command
line:
root at bla:~# ssh -dmypassword user at host
I know this is insecure and normally it is better to use key based
authentication to log into the remote system without specifying a password,
but in my case, this is not a possibility.
So would you accept a patch to add a new command line option (suggestion: -d)
2004 Oct 07
2
Samba with winbindd AD Group access limit problem
I'm running Samba 3.0.2 on Solaris using winbindd to allow me to security
tailor access to subdirectories on a Samba share. We assign the
subdirectories within a Samba share to an Active Directory group name. This
generally works fine but I am having user access issues from the Win2K / Win
XP workstations that have mapped the share. The problem seems to be related
to the number of groups /
2002 Jun 13
3
error: "printing subsystem unavailable" when trying t o print test page to samba server
I had that happen to me on w2k. Your spooler service is stopped. I had an
invalid print driver entry in Samba and when I printed to any of the
printers on my Samba server it would cause the service to stop.
To fix it I replaced the printer tdb's and re-installed the drivers.
Josh
-----Original Message-----
From: Klopf, Tom [mailto:Tom.Klopf@mms.gov]
Sent: Wednesday, June 12, 2002
2013 Jan 15
2
removing loops from code in making data.frame
Dear all,
I am working on an author network and to do so I have to arrange a data.frame (tutu) crossing author names (rows) per publication number (column). The participation of the author to a study is indicated by a 1 and 0 otherwise.
I have a vector (xaulist) of all the names of authors and a data.frame (tata) with all the publications in row and the authors in columns. I have writen a loop
2009 Oct 03
1
ad 2003 & nss_ldap produce: smbd/service.c:make_connection_snum(1003): Permission denied
Hello all,
since some weeks I try to get the following configuration working
Windows 2003 AD (no R2!!) with SFU 3.5
Red Hat Enterprise Linux Server release 5.4 (Tikanga) with
Samba (samba-3.0.33-3.14.el5)
nss_ldap (nss_ldap-253-21.el5)
So I wanted to implement the following setup:
http://us5.samba.org/samba/docs/man/Samba-HOWTO-Collection/idmapper.html#id2607783
The main reason using this
2007 Feb 26
1
Cross-compiling for ARM with 3.0.24
Hello all,
I am attempting to cross-compile Samba 3.0.24 for the ARM
platform using on an Ubuntu Dapper box using arm-linux-gcc 3.4.0. I
am using the following script to call configure:
#!/bin/bash
ac_cv_func_prctl=no
linux_getgrouplist_ok=no
./configure --without-krb5 --without-ldap --without-ads --disable-cups
--without-swat --prefix=/home/tropem/samba-build --host=arm-linux
2017 Jul 18
2
CentOS for PowerPC Board ( Freescale T2080) with U-Boot
Hello,
I got CentOS for PPC64 from this link
<http://mirror.centos.org/altarch/7/isos/ppc64/> but it uses grub. I want
to use CentOS on a PowerPC Freescale T2080 board with U-Boot as the boot
loader. Is it available?
Thanks and regards
Jaytirth S. Khairatkar | Assistant Manager
--------------------------------------------------------------------------
--------------------------
2017 Jan 20
4
How to handle INT8 data
Well I definitely cannot use them as numeric because join is the main
reason of those identifiers.
About int64 and bit64 packages, it's not a solution, because I am
releasing a dataset for external users. I cannot ask them to install a
package in order to exploit them.
I have to be very carefull when releasing the data. If a user just use
read.csv functions, they by default cast the
2005 Mar 09
1
R CMD check errors
Hello,
I wrote a library which seems to work on my PC, and on different Unix
systems.
As it is written in the "Writing R Extensions" manual, I execute a R CMD
check on my library.
I have always the same errors messages:
* checking S3 generic/method consistency ... WARNING
Error in .try_quietly({ : Error in library(package, lib.loc = lib.loc,
character
.only = TRUE,
2004 Sep 29
5
Warning: number of items to replace is not a multiple of replacement length
What does this warning mean precisely?
Is there any reason to care about it?
Can I Avoid it by another way of programming?
Thank you in advance.
2012 Nov 29
2
Data Cleaning -New user coming from SAS
Hello, this is my first post. I have a large CSV file where I need to fill in
the 1st and 2nd column with a Loan # and Account name that would be found in
a line of text : like this: ,,Loan #:,ML-113-07,Account Name:, Quilting
Boutique,,,,,,,,,,,
I would like to place the Loan #: ML-113-07 in the first column and the
account name quilting boutique in the second column. If possible I would
also
2006 Mar 01
9
ajax doesn''t show at the right place
Hi,
I use link_to_remote to create a link to trigger an
ajax, things work fine, a new rhtml is created,
however, the newly created rhtml doesn''t replace my
old zone, it shows instead on top of my old
zone...Does someone know why???
my code is like
<table>
<tr><td colspan="2"><a href="#" onclick="new
Ajax.Updater(''zone1'',
2012 Apr 12
4
help from community
Dear All Greetings,
i am admin for ISP two years now, relay emails for more than 300 companies
(CentOS/Postfix). Relaying more than 10,000 messages every hours
successfully. no one has ever compliant for non delivery. but i cannot
relay to this domain. The servers responsible for accepting messages are
rejecting. i have given the whole log for experts to monitor.
it is something out of control,
2011 Jun 07
1
How Dovecot 2 create folders and subfolders ( MBOX format ) with TB ?
Hello
When creating new IMAP folder with thunderbird and Dovecot
configured with the std MBOX format dovecot create a file in
mbox format and so it is not possible to create a subfolder of
this folder.
If you ask to create a NEW subfolder of the form : TOTO/TATA
Dovecot create a directory TOTO containing a mbox file TATA.
Very useful :-)
I suppose the "/" separator is parsed by