Displaying 20 results from an estimated 500 matches similar to: "smb.conf filepaths"
2015 Feb 18
1
Runing Samba on Raspi - was: Re: ps aux | grep smbd
Can Samba 4.1.x be compiled fully static?
On Wed, Feb 18, 2015 at 3:43 AM, Peter Serbe <peter at serbe.ch> wrote:
> Jed Evnull schrieb am 17.02.2015 23:14:
>
> [Static cross-compile of Samba]
> > The static 3.2.15 works fine on the pi, but fails under android since it
> > can't find user root or guest. But that's another issue, I don't expect
> any
>
2014 Aug 30
1
help compiling samba
I'm compiling samba-3.6.22 for android with the sourcery arm-2010q1
compiler. The compile itself goes fine, but when I copy smbd to my device
it's not recognized as a binary. I get the error
sh: ./smbd: No such file or directory
file under linux tells me:
smbd: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV),
dynamically linked (uses shared libs), for GNU/Linux 2.6.16, not
2014 Oct 13
1
static compile
Grr why is this so hard? Compiling samba-3.6.24 for android using the
sourcery toolchain. Dropbear and busybox went w/o a hitch. I've googled the
hell out of this, nothing I've found has helped.
Here's my config:
./configure --without-krb5 \
--without-ldap \
--without-ads \
--disable-cups \
--enable-swat=no \
--enable-static=yes \
--disable-shared \
--with-winbind=no \
2015 Feb 27
2
relocated tmp dir
I'm getting error messages when a connection is attempted:
smbd/service.c:make_connection_snum(633)
'[original location]/var/tmp' does not exist or is not a directory, when
connecting to [IPC$]
The original binaries have been moved to a new directory.
The locations for :
pid directory
log file
smb passwd file
private dir
lock dir
have been specified in smb.conf. What can I do
2015 Feb 27
2
relocated tmp dir
As I said, the original binaries. I need to know if I can override this
error with a smb.conf directory directive, just as you can override other
compiled-in directories.
On Fri, Feb 27, 2015 at 11:28 AM, Marc Muehlfeld <mmuehlfeld at samba.org>
wrote:
> Hallo Jed,
>
> Am 27.02.2015 um 17:06 schrieb Jed Evnull:
> > I'm getting error messages when a connection is
2015 Feb 17
2
Runing Samba on Raspi - was: Re: ps aux | grep smbd
>
>
> From: Rowland Penny <rowlandpenny at googlemail.com>
> To: samba at lists.samba.org
> Cc:
> Date: Tue, 17 Feb 2015 09:29:18 +0000
> Subject: Re: [Samba] ps aux | grep smbd
> On 17/02/15 05:14, Jed Evnull wrote:
>
>> I recently compiled samba-3.2.15 for a Raspberry Pi V2 and while it seems
>> to be working fine, when I ps aux | grep smbd I'm
2015 Feb 17
2
ps aux | grep smbd
I recently compiled samba-3.2.15 for a Raspberry Pi V2 and while it seems
to be working fine, when I ps aux | grep smbd I'm shown two or three
successively numbered smbd jobs. The smbd log isn't showing anything weird,
what's up with this?
2015 Feb 17
2
ps aux | grep smbd
Hello Rowland
Am 17.02.2015 um 06:14 schrieb Jed Evnull:
> I recently compiled samba-3.2.15 for a Raspberry Pi V2 and while it
> seems to be working fine, when I ps aux | grep smbd I'm shown two or
> three successively numbered smbd jobs. The smbd log isn't showing
> anything weird, what's up with this?
Everything is fine. smbd create child processes, like when users or
2015 Jan 30
2
Multiple samba instances
Has anyone tried this to setup a AD DC and Memberserver on one machine?
https://wiki.samba.org/index.php/Multiple_Server_Instances
Is it possible to provision a domain in one instance to have a DC?
Sounds interesting to me.
2006 Mar 28
2
Virtual Servers Workaround?
Hello all,
I am in a situation where I need Samba to be a DC server (logons and
file/printer services) for multiple domains - from a single machine.
The documentation states that "Only the primary server can be a domain
member or a domain controller."
Are there any work arounds for this?
Research at:
http://us1.samba.org/samba/docs/man/Samba3-HOWTO/cfgsmarts.html#id263984
5
Cheers,
2015 Mar 17
4
Domain controller in a chroot
Le 17/03/2015 15:40, Peter Serbe a ?crit :
> Hi S?bastien,
>
> S?bastien Le Ray schrieb am 17.03.2015 14:15:
>
>> So even with two interfaces and bind interfaces only you cannot do it? Sad
> I am by no means an *nix epert. Maybe it is possible - but I don't know
> anyone how ever talked about doing something like that. And given the
> _very_ limited resources, You
2012 Oct 18
1
Samba4 - multiple forest hosting?
Can I configure Samba4 in such a way that I have two separate **forests**
on a single machine? let?s say one for CompanyA and other for companyB?
So essentially does Samba4 support multiple server instances like Samba3 as
described here http://wiki.samba.org/index.php/Multiple_Server_Instances?
If it does not yet, are there any known blockers in supporting this or it?s
just a question of time
2013 Feb 27
0
How to specify ff object filepaths when reading a CSV file into a ff data frame.
Really old subject?, so, all my apologizes for digging up
but, since I also ran into this? maybe this hack can be useful to someone
I propose monkey patching here:
library(ff)
my.as.ffdf.data.frame <- function (x, vmode = NULL, col_args = list(), ...)
{
rnam <- attr(x, "row.names")
if (is.integer(rnam)) {
if (all(rnam == seq_along(rnam)))
rnam <- NULL
else
2010 Dec 24
1
How to specify ff object filepaths when reading a CSV file into a ff data frame.
Hi,
The read.csv.ffdf function in package ff will create the ff object
physical file in the default directories, I am trying to let the files
created in the paths users specify, I think the point is to make use
of the asffdf_args parameter,
I have a test CSV file named D:\rtemp\fftest.csv, the content of the
file is as following:
col1,col2,col3
1,"amber",2.4
2,"linda",4.5
2011 Aug 16
2
Directly replace smb.
Hi,all,
I have a redhat linux of 2.6.24 kernel(x86_64), which smb is 3.0, I
want to upgrade it, but the system doesn't have gcc development and no
rpm, that means I can't upgrade the smb on this machine.So I compile the
new samba on other machine and copy necessary files and replace them on
my target machine and checked:
smbd -V
nmbd -V
winbind -V
are all the right version, but
2011 Aug 16
1
Directly replace smb. [Scanned]
----- Original Message -----
From: yyq at eisoo.com
Sent: Tue, 8/16/2011 12:06pm
To: samba at lists.samba.org
Subject: [Samba] Directly replace smb. [Scanned]
Hi,all,
I have a redhat Linux of 2.6.24 kernel(x86_64), which smb is 3.0, I
want to upgrade it, but the system doesn't have gcc development and no
rpm, that means I can't upgrade the smb on this machine.So I compile
2010 Jun 29
5
What‘s the best operating system suggest for Asterisk 1.6.2.9
hi, list
i want to know what is the best OS for install Asterisk 1.6.2.9,
which should work properly on working system.
i want to use CentOS5.2 or CentOS 5.4. Which is better and stable?
Thanks for your help.
--
Thanks for your supporting,
have a nice day.
Sucan
2005 Jun 06
2
what happened to smbclient?
I noticed lots of smbclient options are missing in Samba 3.0.14a when
compared to 3.0.13 - notably, all user/authentication options - so I can't
connect now as a specified user anymore.
Is it just my build, or is it "official"?
Samba 3.0.14a:
# smbclient --usage
Usage: [-?] [-?|--help] [--usage] [-R|--name-resolve NAME-RESOLVE-ORDER]
[-M|--message HOST] [-I|--ip-address IP]
2014 Dec 02
2
Multiple samba servers with AD integration
On Tue, 2 Dec 2014, Rowland Penny wrote:
> I think I understand what you are trying to do, you have an initial smb.conf
> which calls 2 other nearly identical smb.conf's and you want to run three
> different samba servers on the same machine. I don't think this is going to
> work, I am fairly sure you can only run once instance of samba on a machine.
> What you can do,
2007 Mar 20
5
Problem with 02 domains on a single PDC
Hi all.
I have 01 Samba-LDAP Server running 02 domains on separated networks.
----------------
| SERVER |
----------------
| |
| |
ADMIN LABI
When I try to join the ADMIN domain, the machine joins the LABI domain. When
I stop the LABI domain, the machine can join the ADMIN domain normally.
Does anyone know how to fix this?
Thanks.
My configuration files are