search for: python3.8

Displaying 20 results from an estimated 21 matches for "python3.8".

Did you mean: python3.6
2020 May 31
2
samba-tool domain classicupgrade fails to import users or groups from NT domain
I am attempting to migrate a Slackware server with Samba 4.12.3 from an NT style domain to AD. I have done this about 7-8 times on other servers in the past following the instructions on Samba's wiki. This time however, the upgrade process is failing completely to import any users or groups from the NT domain. I have enclosed below the output of the classicupgrade command - I can't
2020 Jun 02
0
samba-tool domain classicupgrade fails to import users or groups from NT domain
On 31/05/20 23:16, Sebastian Arcus via samba wrote: > I am attempting to migrate a Slackware server with Samba 4.12.3 from an > NT style domain to AD. I have done this about 7-8 times on other servers > in the past following the instructions on Samba's wiki. This time > however, the upgrade process is failing completely to import any users > or groups from the NT domain.
2020 Nov 13
2
Joining Samba to Upgraded 2003 domain failing
join attempted via sudo samba-tool domain join net.example.com DC -U'NET.EXAMPLE.COM\administrator' --option='idmap_ldb:use rfc2307 = yes failure lines gensec_gssapi: NO credentials were delegated GSSAPI Connection will be cryptographically signed INFO 2020-11-13 09:00:44,891 pid:12210 /usr/local/samba/lib/python3.8/site-packages/samba/join.py #1178: Adding DNS A record
2020 Nov 13
0
Joining Samba to Upgraded 2003 domain failing
On 13/11/2020 19:45, Travis Wenks via samba wrote: > join attempted via > sudo samba-tool domain join net.example.com DC > -U'NET.EXAMPLE.COM\administrator' > --option='idmap_ldb:use rfc2307 = yes The '-U NET.EXAMPLE.COM\administrator' should be either '-U NET\administrator' or just '-U administrator' > > failure lines > > gensec_gssapi:
2020 Jul 23
3
using samba-tool from a domain member other than the DC
On 23/07/2020 19:31, Jason Keltz via samba wrote: > Hi Rowland, > > I'm running smbd on the? DC.? I want to be able to do things like > adding a user, dns entry, etc. from my workstation without logging > into the DC. > > I can't get samba-tool to work with Kerberos, or ldaps, etc. As I said, I cannot get ldaps to work (yet), but: rowland at devstation:~$ sudo
2020 Jul 23
1
using samba-tool from a domain member other than the DC
Top posting. Is this in freenas jail, perhaps? If so, I'd take a long hard look at the underlying environment. Semi off-topic. FreeNAS on FreeBSD has a whole set of really weird issues, IMO. For example; I was trying to get rsync or rdiff-backup to run [not in a jail, but just in the base context] and performance was really terrible and it would bomb for larger file syncs to a remote Linux
2020 Jul 23
0
using samba-tool from a domain member other than the DC
Hi Rowland, ldap doesn't work for me either: > % samba-tool user list -H ldap://dc01.samdom.example.com -k yes > Failed to bind - LDAP client internal error: NT_STATUS_INVALID_PARAMETER > Failed to connect to 'ldap://dc01.samdom.example.com' with backend > 'ldap': LDAP client internal error: NT_STATUS_INVALID_PARAMETER > ERROR(ldb): uncaught exception - LDAP
2020 Nov 14
2
Joining Samba to Upgraded 2003 domain failing
H Rowland Thank you for your insight. I have checked over the article and have found a remnant from the old domain. I think :) Let's assume the domain is travis.com and the samdom is net.travis.com. Under this I have a subdomain called _msdcs so I would think this would be called _msdcs.net.travis.com. In the RSAT DNS tool I right click and try to delete. I get "The DNS domain cannot be
2020 Oct 19
4
Replication issues / local DRS authentication failure
Hello, I've having recurring issues with the second DC in my Samba AD domain. I've demoted/removed the second DC a number of times and re-provisioned it. It'll work for a bit and then replication breaks. Since replication is broken I've been doing the following to remove it: DC-02 systemctl stop samba systemctl disable samba DC-01 samba-tool domain demote
2024 May 24
0
LDAP error 53 LDAP_UNWILLING_TO_PERFORM
good afternoon, when entering into the domain an error occurs, the administrator has all the rights, but for some reason it is not possible to enter this server into the domain, samba 4.19.0, the log is attached GENSEC backend 'gssapi_spnego' registered GENSEC backend 'gssapi_krb5' registered GENSEC backend 'gssapi_krb5_sasl' registered GENSEC backend 'spnego'
2020 Jan 18
3
USB-hotplugging fails with "failed to load cgroup BPF prog: Operation not permitted" on cgroups v2
Hi all, I've disabled cgroups v1 on my system with the kernel boot option "systemd.unified_cgroup_hierarchy=1". Since doing so, USB hotplugging fails to work, seemingly due to a permissions problem with BPF. Please note that the technique I'm going to describe worked just fine for hotplugging USB devices to running domains until this change. Attaching / detaching USB devices
2020 Aug 03
2
State-of-the-art NLP models from R
Hola Diego, Prueba a hacer otra cosa. - Abre una consola y activa ese environment que has creado (r-reticulate) - Y una vez activado escribe "python". Entrarás a la consola de "python". - Ahí, escribe "import transformers" - Si no te devuelve error, es que en el entorno está bien instalado esa librería y por tanto el problema es de acceso desde
2020 Aug 14
0
[libnbd PATCH v2 12/13] wip: api: Give aio_opt_go a completion callback
Squash this into opt_go? into opt_info? Standalone? Testing: why does python not throw an exception: $ ./run nbdsh Welcome to nbdsh, the shell for interacting with Network Block Device (NBD) servers. The ‘nbd’ module has already been imported and there is an open NBD handle called ‘h’. h.connect_tcp ("remote", "10809") # Connect to a remote server. h.get_size ()
2019 Sep 11
0
[PATCH nbdkit] python: Drop support for Python 2.
Starting with nbdkit 1.16, Python >= 3.3 will be required. Python 2 reaches end of life on 2020-01-01: https://python3statement.org/ https://pythonclock.org/ Debian oldoldstable and RHEL 7 have Python 3.4 and 3.6 respectively, so it seems pointless to try to support Python < 3.3 which lacked support for PyUnicode_AsUTF8. --- README | 13 +++++++------ configure.ac
2020 Jan 21
0
Re: USB-hotplugging fails with "failed to load cgroup BPF prog: Operation not permitted" on cgroups v2
On Mon, Jan 20, 2020 at 09:00:15PM +0100, Pol Van Aubel wrote: > Hi, > > Quoting Pavel Hrdina (2020-01-20 14:29:36) > > On Sat, Jan 18, 2020 at 11:17:11PM +0100, Pol Van Aubel wrote: > > > Hi all, > > > > > > I've disabled cgroups v1 on my system with the kernel boot option > > > "systemd.unified_cgroup_hierarchy=1". Since doing
2020 May 29
3
Extended attributes not working on mac
I worked with Netatalk for years and want to switch to Samba now. Currently i use Ubuntu 20.04. and Debian 9 before, i had no issues with netatalk at all. As soon as i try to add a color tag (e.g. yellow) with Mac OS 10.15.5, the tag appears shortly but hides one second later. The file system is ZFS with no special options configured. I tried the Ubuntu package but also the builds from source
2020 Apr 01
1
Missing domain user tickets with winbind
On 01/04/2020 12:20, L.P.H. van Belle via samba wrote: > For that to work, you need to add the CIFS/hostname.fqdn at REALM to the host your logging in. > The COMPUTER$ should hold it. > Allow the computer to delegate the cifs service. ( or all ) Thing is, the OP is trying to use a users ticket to mount, but seems to be doing it as root, which isn't going to work, mainly because
2019 Sep 11
3
[PATCH nbdkit] python: Drop support for Python 2.
This patch proposes to drop support for Python 2 in nbdkit. Rather than abruptly drop it everywhere, my proposal is that we point people to nbdkit 1.14 (the current stable version) if they want to continue with Python 2 plugins, while gently reminding them of the upcoming Python 2.7 end of life announcement. Libnbd never supported Python 2. Libguestfs in theory supports Python 2 but I dropped
2020 Feb 13
14
[10.0.0 Release] Release Candidate 2 is here
Hello everyone, Release Candidate 2 was tagged earlier today as llvmorg-10.0.0-rc2. It includes 98 commits since the previous release candidate. Source code and docs are available at https://prereleases.llvm.org/10.0.0/#rc2 and https://github.com/llvm/llvm-project/releases/tag/llvmorg-10.0.0-rc2 Pre-built binaries will be added as they become available. Please file bug reports for any issues
2020 Jan 21
2
Re: USB-hotplugging fails with "failed to load cgroup BPF prog: Operation not permitted" on cgroups v2
Hi, Quoting Pavel Hrdina (2020-01-21 12:53:49) > On Mon, Jan 20, 2020 at 09:00:15PM +0100, Pol Van Aubel wrote: > > Hi, > > > > Quoting Pavel Hrdina (2020-01-20 14:29:36) > > > On Sat, Jan 18, 2020 at 11:17:11PM +0100, Pol Van Aubel wrote: > > > > Hi all, > > > > > > > > I've disabled cgroups v1 on my system with the kernel