Displaying 20 results from an estimated 10000 matches similar to: "Samba first time run"
2023 Mar 27
3
Samba first time run
> Op 27 mrt. 2023 om 17:14 heeft Lm Loge via samba <samba at lists.samba.org> het volgende geschreven:
>
> ?Hello,
>
> I just installed samba (very carefully) from the sources on Debian 11.
> 1. I installed the packages for libraries and utilities required to build and install Samba
> (using "bootstrap_generated-dists_debian11_bootstrap.sh", downloaded from
2023 Mar 27
2
Samba first time run
Hello,
I just installed samba (very carefully) from the sources on Debian 11.
1. I installed the packages for libraries and utilities required to
build and install Samba
(using "bootstrap_generated-dists_debian11_bootstrap.sh", downloaded
from the "wiki.samba.org" website).
2. I downloaded the sources
(https://download.samba.org/pub/samba/stable/samba-4.18.0.tar.gz).
3.
2023 Mar 27
2
Samba first time run
@RowlandPenny
And why not may I ask you?
All I'm doing is in the "wiki.samba.org" website pages (see link below
for example), can't it be trusted?
(If not, is there a reliable manual for Samba installation,
administration and use?)
I thought the "make install" command, installed something, as its name
indicates...
It's written in the wiki:
"To install
2023 Mar 27
1
Samba first time run
@WilliamEdwards
The "/usr/local/samba/sbin/samba" command has no output.
root# ps aux | grep samba shows samba is not running.
Thanks.
--
L?a
On 27/03/2023 17:23, William Edwards wrote:
>> Op 27 mrt. 2023 om 17:14 heeft Lm Loge via samba <samba at lists.samba.org> het volgende geschreven:
>>
>> ?Hello,
>>
>> I just installed samba (very carefully)
2023 Mar 28
0
Samba first time run
Ok Rowland, I thank you for your apology.
--
L?a Massiot
2018 Apr 06
4
Two Samba 4 AD DC forest trust
Hello,
My post is about having two Samba 4 AD DC at two different geographical
places and access resources bidirectionnaly through a VPN as summarized in
the schema below.
-------------------------
Geographical site 1
-------------------------
- AD DC: Samba 4.1.4
- LAN_1 IPs: 192.168.1.0/24
- Machines DNS names: <hostname>.company.lan
- Some machines do not move from this site.
- Some
2014 Mar 12
4
Wiki should have Readme First
Many first time users of Samba-4 seem to struggle with the same issues.
I suggest the Wiki should have a Readme First similar like this:
http://www.klaus-hartnegg.de/gpo/14-03-12-samba4.html
It basicly says that Samba 4 can behave either like Samba 3, or as
AD-DC, in which case it should do nothing else. Then it lists the main
differences, limitations, and requirements.
I would love to see a
2002 Feb 08
2
glm with four variables
Hi,
Sorry if this is a very basic question, but when I run this
glm(formula = loge ~ lat + ne + dep, family = gaussian)
summary shows the same formula but results only for the first two variables.
What am I doing wrong?
iago
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
2008 Jul 03
1
lm() question
I have data that looks like
YC Age Num
82 11 2
83 10 0
84 9 8
85 8 21
86 7 49
87 6 18
88 5 79
89 4 28
90 3 273
91 2 175
with a program
mod1=lm(log(Num+1)~YC, data=box44)
plot(log(Num+1)~YC, data=box44, pch=19, xlab="Year Class",
ylab="Loge Number at age", ylim=c(0,6), xlim=c(91,82))
abline(lm(log(Num+1)~YC), col="blue", lwd=2)
summary(mod1)
I need to
2003 Jun 20
2
Samba 2.2.7a - adduser script only worked the first time
I have WinXP machines loging into a samba domain. I am using this add user script:
add user script = useradd -d /dev/null -g 300 -s /bin/false -M %u
This worked beautifully with the first WinXP machine I set up. I immediately
booted up a second machine and got the "Access Denied" error. I have tried two
more computers since and keep getting the same thing but the first machine still
2006 Mar 10
12
[PATCH] Add SCHEDOP_block_on
This patch adds a facility to block on a particular event channel, for
when a domain needs to block, but cannot enable interrupts. A domain
uses the call something like this:
while (1) {
clear_evtchn_pending(evtchn);
if (check_for_data(evtchn))
break;
HYPERVISOR_block_on(evtchn);
}
The clear of the pending is needed to ensure that any subsequent calls
to block_on() don''t
2023 Mar 02
1
transform.data.frame() ignores unnamed arguments when no named argument is provided
On Thu, Mar 2, 2023 at 2:02?PM Antoine Fabri <antoine.fabri at gmail.com>
wrote:
> Thanks and good point about unspecified behavior. The way it behaves now
> (when it doesn't ignore) is more consistent with data.frame() though so I
> prefer that to a "warn and ignore" behaviour:
>
> data.frame(a = 1, b = 2, 3)
>
> #> a b X3
>
> #> 1 1 2 3
2018 Jun 27
3
AD LDAP
Hi,
it there any way how to look into samba ldap in the same way I can look
into OpenLdap via LDAPAdmin, ldap tools etc, when I know OpenLDAP "root" dn
and password? Is there such "root" user for Samba AD LDAP?
We have a lot of scripts based on "ldapsearch" (without authentification)
and "ldapmodify" (with ldap authentification). It would be very
2023 Mar 03
2
transform.data.frame() ignores unnamed arguments when no named argument is provided
>>>>> Gabriel Becker
>>>>> on Thu, 2 Mar 2023 14:37:18 -0800 writes:
> On Thu, Mar 2, 2023 at 2:02?PM Antoine Fabri
> <antoine.fabri at gmail.com> wrote:
>> Thanks and good point about unspecified behavior. The way
>> it behaves now (when it doesn't ignore) is more
>> consistent with data.frame() though so I
2023 Feb 14
2
How to backup data from an installation in order to restore them in a new one?
Hello.
--- Situation ---
I am about to install a new Samba suite (version 4.17.5) on a new Debian
Bullseye machine (B).
I currently have a Samba suite (version is 4.13.2-Debian), with
BIND9_DLZ DNS back end, running on another machine (A).
On machine (A):
- I created users using the "samba-tool user create" command,
- I added computers using the "samba-tool dns add"
2008 Dec 27
1
Zipf fitting using R
Dear R-users,
I am new to R and would like to use it for fitting the zipf distribution to
some numeric data that I have. Here's the snippet that I use:
library(VGAM)
X <- read.table(file("~\\mydata.txt", encoding="latin1"))
w <- as.vector(t((X[2])))
w <- w/sum(w)
y <- (1:length(w))
fit = vglm (y ~ 1, zipf, tra=TRUE, weight=w)
zipf(N=NULL,
2009 Oct 28
3
Lost all script
Hi all,
I just had a rather unpleasant experience. After considerable work I
finally got a script working and set it to run. It had some memory
allocation problems when I came back so I used Windows to stop it.
During that process it told me that the script had been changed and
asked if I wanted to save it. Not being positive that I'd saved the
very last changes I said yes. Now when I
2023 Mar 04
1
transform.data.frame() ignores unnamed arguments when no named argument is provided
I am probably mistaken but it looks to me like the design of much of the data.frame infrastructure not only does not insist you give columns names, but even has all kinds of options such as check.names and fix.empty.names
https://www.rdocumentation.org/packages/base/versions/3.6.2/topics/data.frame
During the lifetime of a column, it can get removed, renamed, transfomed in many ways and so on. A
2008 Aug 08
2
[LLVMdev] llvm.org: out of disk space?
I just tried to update a bugzilla PR, and got the following unpleasant
message:
> Insufficient disk space; try again later Insufficient disk space;
> try again later returntosender: cannot select queue for bugzilla-
> daemon Insufficient disk space; try again later returntosender:
> cannot select queue for postmaster putbody: write error: No space
> left on device Error
2011 Oct 17
2
[LLVMdev] LLVM Euro Conf 2011 Videos?
Renato,
I was wondering when the videos might be uploaded.
The slide material is great!
Thanks!
Joe Abbey
Software Architect
Arxan Technologies, Inc.
1305 Cumberland Ave, Ste 215
West Lafayette, IN 47906
W: 765-889-4756 x2
C: 765-464-9893
jabbey at arxan.com<mailto:jabbey at arxan.com>
www.arxan.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: