Displaying 20 results from an estimated 700 matches similar to: "Samba-4.11 AD DC dnsupdate fails"
2020 May 15
2
R 4.0.0
On Friday, 15 May 2020 11.33.26 WEST I?aki Ucar wrote:
> The rationale behind the user settings is that the user dir is not
> controlled by the system, so versioning it is the only way to avoid
> breakage. For the system library, there are better tools to prevent
> that.
Do you know the difference between theory and practice? :-)
In theory they are equal but in practice... :-)
>
2020 Jun 04
1
Samba-4.11 AD DC provisioning fails
I decided to restart the provisioning process. I stopped the samba_server,
deleted /usr/local/etc/smb4.conf and /var/db/samba4. I then decided to do an
interactive provisioning and this is the result:
[root at smb4-1 ~ (master)]# ll /var/samba4 ; ll /usr/local/etc/smb4.conf
ls: /var/samba4: No such file or directory
ls: /usr/local/etc/smb4.conf: No such file or directory
[root at smb4-1 ~
2020 May 19
5
FTS-lucene errors : language not available for stemming
I'm getting some log errors with clucene that I am having no luck tracking down on the interwebs.
Errors:
May 19 05:05:16 indexer-worker(gessel at blackrosetech.com)<62971><aPAEI3zLw17A/QAA0J78UA:EF25M3zLw1779QAA0J78UA>: Error: lucene index /mail/blackrosetech.com/gessel//lucene-indexes: IndexWriter::addDocument() failed (#4): language not available for stemming
May 19 05:05:16
2020 Jun 02
2
samba-tool dns query
Samba-4.11.8 on FreeBSd-12.1p5
How does one list all of the actual DNS records for Samba administered zones,
forward and reverse?
When I use the dns query option of samba-tool I get a summary but no detail:
samba-tool dns query localhost brockley.harte-lyne.ca @ ALL -U administrator
Password for [BROCKLEY\administrator]:
Name=, Records=3, Children=0
SOA: serial=1, refresh=900, retry=600,
2020 Jun 03
1
samba-tool dns query
On Tue, June 2, 2020 11:13, Rowland penny wrote:
> On 02/06/2020 16:03, James B. Byrne via samba wrote:
>> Samba-4.11.8 on FreeBSd-12.1p5
>>
>> How does one list all of the actual DNS records for Samba administered zones,
>> forward and reverse?
>>
> Try:
>
> samba-tool dns query localhost brockley.harte-lyne.ca
> brockley.harte-lyne.ca ALL -U
2020 Jun 08
2
Samba AD-DC on FreeBSD-12.1 Jail
I decided to scrap everything and restart from the very beginning.
I created a new jail.
I installed samba410 samba-nsupdate py37-dnspython as these are current.
I provisioned a domain:
samba-tool domain provision --adminpass=INstall166 --dns-backend=SAMBA_INTERNAL
--dnspass=INstall166 --domain=BROCKLEY --host-name=SMB4-1
--host-ip=192.168.8.166 --option="bind interfaces only=yes"
2020 May 15
0
R 4.0.0
On Sat, 16 May 2020 at 00:49, Jos? Ab?lio Matos <jamatos at fc.up.pt> wrote:
>
> If we take the example from python where I have installed versions from python
> 3.4 to 3.9 (that is yet in alpha stage).
>
> # rpm -qf /usr/bin/python3.?
> python34-3.4.10-10.fc32.x86_64
> python35-3.5.9-1.fc32.x86_64
> python36-3.6.10-2.fc32.x86_64
> python37-3.7.7-1.fc32.x86_64
>
2020 May 15
2
R 4.0.0
On Thursday, 14 May 2020 23.58.02 WEST I?aki Ucar wrote:
> But we still have to rebuild the packages anyway, and this setup
> doesn't force us to actually rebuild them, nor the user to update
> them. So a user could end up with R major.minor and a bunch of
> packages installed in some major.minor-1 path that are just junk. Or
> the other way around: a bunch of packages updated
2020 Jun 25
0
samba-4.10.15 - Unable to demote secodary DC
I am testing DC administration using samba-4.10.15 on FreeBSD-12.1p6 and have
run across this:
[root at smb4-2 ~ (master)]# samba-tool domain join BROCKLEY.HARTE-LYNE.CA DC
-U"BROCKLEY\administrator"
INFO 2020-06-25 14:26:10,692 pid:47306
/usr/local/lib/python3.7/site-packages/samba/join.py #104: Finding a writeable
DC for domain 'BROCKLEY.HARTE-LYNE.CA'
INFO 2020-06-25
2020 Nov 20
2
Confusing errors when attempting to run samba in AD DC mode
Hey All,
I don't know what's wrong, or what I may have done wrong, but I THOUGHT I followed all the correct steps to setup samba, and it's not working. Here's what I did:
D/L latest samba code (4.13.1) & extract
install dependencies
./configure --prefix=/usr/local --enable-fhs
(enable-fhs was required to get configure to run through completely)
make
make install
cp
2019 Nov 19
0
Re: [PATCH v2 00/11] rvh-upload: Various fixes and cleanups
On Mon, Nov 18, 2019 at 11:53:39PM +0200, Nir Soffer wrote:
>This series extract oVirt SDK and imageio code to make it eaiser to follow the
>code and improve error handing in open() and close().
>
>Tested with virt-v2v master.
>
>Changes since v1:
>- Rebase on merged patches from v1
>- Fix regression introduced by "rhv-upload: Fix cleanup after errors"
>-
2019 Nov 19
0
Re: [PATCH v2 00/11] rvh-upload: Various fixes and cleanups
On Tue, Nov 19, 2019 at 01:14:23PM +0200, Nir Soffer wrote:
>On Tue, Nov 19, 2019 at 11:17 AM Martin Kletzander <mkletzan@redhat.com> wrote:
>>
>> On Mon, Nov 18, 2019 at 11:53:39PM +0200, Nir Soffer wrote:
>> >This series extract oVirt SDK and imageio code to make it eaiser to follow the
>> >code and improve error handing in open() and close().
>> >
2019 Nov 19
0
Re: [PATCH v2 00/11] rvh-upload: Various fixes and cleanups
On Tue, Nov 19, 2019 at 02:24:11PM +0200, Nir Soffer wrote:
>On Tue, Nov 19, 2019 at 2:16 PM Martin Kletzander <mkletzan@redhat.com>
>wrote:
>
>> On Tue, Nov 19, 2019 at 01:14:23PM +0200, Nir Soffer wrote:
>> >On Tue, Nov 19, 2019 at 11:17 AM Martin Kletzander <mkletzan@redhat.com>
>> wrote:
>> >>
>> >> On Mon, Nov 18, 2019 at
2020 Aug 02
2
State-of-the-art NLP models from R
Estimados compañeros:
Estoy interesado en el NLP, así que,
al hallar el post State-of-the-art NLP models from R
<https://blogs.rstudio.com/ai/posts/2020-07-30-state-of-the-art-nlp-models-from-r/>,
gracias a Carlos Ortega, me puse con ilusión a leerlo. Sin embargo, tengo
problemas con lo más básico, la instalación del paquete *transformers*. No
puedo
2019 Nov 19
2
Re: [PATCH v2 00/11] rvh-upload: Various fixes and cleanups
On Tue, Nov 19, 2019 at 11:17 AM Martin Kletzander <mkletzan@redhat.com> wrote:
>
> On Mon, Nov 18, 2019 at 11:53:39PM +0200, Nir Soffer wrote:
> >This series extract oVirt SDK and imageio code to make it eaiser to follow the
> >code and improve error handing in open() and close().
> >
> >Tested with virt-v2v master.
> >
> >Changes since v1:
>
2020 Jul 22
0
samba-tool domain backup offline stalls
On Wed, July 22, 2020 12:35, James B. Byrne wrote:
> FreeBSD-12.1p7 jail running Samba-4.10.15 on ZFS.
>
> When I run 'samba-tool domain backup offline targetdir=/tmp' I see this:
>
> running backup on dirs: /var/db/samba4/private /var/db/samba4 /usr/local/etc
> Starting transaction on /var/db/samba4/private/secrets
>
I tried the backup online option instead and
2020 Jul 09
1
DC replications of FreeBSD samba-4.10.15
Following the wiki replication guide precisely I got to this step.
[root at smb4-2 ~ (master)]# rsync -XAavz --delete-after
smb4-1.brockley.harte-lyne.ca:/var/db/samba4/sysvol/ /var/db/samba4/sysvol/
receiving file list ... done
./
brockley.harte-lyne.ca/
. . .
brockley.harte-lyne.ca/scripts/
sent 142 bytes received 1,683 bytes 3,650.00 bytes/sec
total size is 182 speedup is 0.10
[root at
2020 Oct 25
2
GPO fail and sysvol perm errors
On Sun, Oct 25, 2020 at 4:02 PM Rowland penny via samba
<samba at lists.samba.org> wrote:
> What do you mean by 'working domain' and 'non-working domain' ?
> Do you have two domains ?
Different sites, different companies, not related. The working one was
also a classic upgrade but earlier on, pre 4.6.x. Just using it to
compare.
> I am also trying to understand why
2020 Jul 07
0
How to delete an unwanted NS record
On 07/07/2020 20:00, James B. Byrne via samba wrote:
> I have this on the DC smb4-1.brockley.harte-lyne.ca:
>
> samba-tool dns query localhost brockley.harte-lyne.ca brockley.harte-lyne.ca
> ALL -U administrator
> Password for [BROCKLEY\administrator]:
> Name=, Records=6, Children=0
> SOA: serial=7, refresh=900, retry=600, expire=86400, minttl=3600,
>
2019 Nov 19
2
Re: [PATCH v2 00/11] rvh-upload: Various fixes and cleanups
On Tue, Nov 19, 2019 at 2:16 PM Martin Kletzander <mkletzan@redhat.com>
wrote:
> On Tue, Nov 19, 2019 at 01:14:23PM +0200, Nir Soffer wrote:
> >On Tue, Nov 19, 2019 at 11:17 AM Martin Kletzander <mkletzan@redhat.com>
> wrote:
> >>
> >> On Mon, Nov 18, 2019 at 11:53:39PM +0200, Nir Soffer wrote:
> >> >This series extract oVirt SDK and imageio