search for: python3.10

Displaying 15 results from an estimated 15 matches for "python3.10".

2024 Jun 15
1
Users appears as SID instead of their own name.
Helo Rowland. I think I won't be able to thank you enough for everything you are doing for me. I've tried and seems to run fine. But finally it throws an error and performs a rollback for all changes on AD. This is the transcript for the messages. root at montsec:/usr/local/samba/etc# samba-tool domain join DOMAINNAME DC -U"administrator" INFO 2024-06-15
2024 Jun 15
1
Users appears as SID instead of their own name.
On Sat, 15 Jun 2024 12:52:10 +0200 Josep Maria Gorro via samba <samba at lists.samba.org> wrote: > Helo Rowland. > > I think I won't be able to thank you enough for everything you are > doing for me. > > I've tried and seems to run fine. But finally it throws an error and > performs a rollback for all changes on AD. > This is the transcript for the
2024 Jun 15
1
Users appears as SID instead of their own name.
On Sat, 15 Jun 2024 11:11:09 +0200 Josep Maria Gorro via samba <samba at lists.samba.org> wrote: > Helo Rowland > > Thanks for your response. > > I'm using Centos7 as AD server. > At this time I'm trying to compile another server with Ubuntu 22.04 > and Samba 4.20.1. Can I suggest Debian bookworm with Samba from backports instead, this will get you a very
2023 Oct 25
1
Linux/Windows Domain Controller
So. I've builded 4.19.2 from source. building worked fine and I've configured like the following: ./configure \ ?? ?--sbindir=/usr/local/sbin \ ?? ?--bindir=/usr/local/bin \ ?? ?--sysconfdir=/etc/samba \ ?? ?--mandir=/usr/share/man \ ?? ?--systemd-install-services \ ?? ?--with-systemddir=/lib/systemd/system \ ?? ?--enable-selftest \ ?? ?--disable-cups I ran make quicktest with
2023 Oct 30
1
Linux/Windows Domain Controller
Hi together, did nobody before joined a Windows Functional Level 2016 Domain with Samba 4.19? Am 10/25/23 um 13:58 schrieb matti.kaupenjohann via samba: > So. I've builded 4.19.2 from source. building worked fine and I've > configured like the following: > > ./configure \ > ?? ?--sbindir=/usr/local/sbin \ > ?? ?--bindir=/usr/local/bin \ > ??
2024 Mar 03
2
Migrate
Dear all. I currently have a Centos7 box running Samba 4.6.5. I would like to increase functional level to latest one. For this reason I created another box (Ubuntu 22.04) with 4.18.9. The plan was to define Ubuntu box as an additional AD server. Once have replica of the AD, move FSMO from Centos to Ubuntu, demote the Centos server and finally increase functional level. On Ubuntu, checked
2023 Oct 19
1
Linux/Windows Domain Controller
Am 18.10.23 um 23:27 schrieb Matti Kaupenjohann via samba: > Yes I've red this section and the docu is saying no FL above 2008. Might > be caused by incompleted docu? So far I understand if we don't use >4.19 > we will not be able to use FL 2016 which is necessary since our DC WIN22 > is configured as FL2016? Yes you MUST usee 4.19 ;-) > > On 18.10.23 19:10,
2024 Jul 15
2
reticulate + virtual environments
Hi, I am using reticulate and a virtual environment (not conda) to run Python scripts from RStudio. However, when I try to use my own (existing) virtual environment, reticulate does not use it. If I run my scripts, the installed modules (e.g., py_install("pandas", "mmstat4.hu.data")) are not found. I believe this happens because reticulate is using r-reticulate instead of
2024 Jul 15
1
reticulate + virtual environments
Have you tried https://rstudio.github.io/reticulate/ ? Generally speaking, complex nonstandard package specific questions such as yours rarely get a reply here -- there are 20,000+ packages (and counting) after all! As reticulate was created by and integrated with RStudio/Posit, I would think their site and help resources might be a better venue. Of course, if you don't use RStudio, you may
2023 Jan 12
0
Samba-tool Error creating new GPO
There's a bug open against opensuse of an error occurring when creating a gpo via samba-tool. This only happens against a Samba addc (not Windows), and I can't reproduce it in the samba test environment (against master for 4.17.4). The original bug is here: https://bugzilla.opensuse.org/show_bug.cgi?id=1206475 > samba-tool gpo create "Global Message2" -U Administrator
2024 Jul 10
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
Hi Dirk, Thank you so much for looking into this when you got home. I greatly appreciate it. I was actually in the midst of writing to everyone the following message: ?. ?. ?. Hi All, I have some good news. ? My docker image is now up-to-date with R version 4.4.1. I first had to clear a bunch of unused data using docker system prune ?force. Apparently, it cleared over 32.53 gigs of data, and
2024 Jul 10
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
Lauren, little oversight from my Dockerfile, if you want to follow the CRAN steps and get the R from the cloud.r-project.org server, you want to replace && add-apt-repository -y "ppa:marutter/rrutter4.0" With && add-apt-repository "deb https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release -cs)-cran40/" The ppa repo is Michael Rutter personal repo
2024 Jul 11
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
Hi Marco, Thank you for the follow up email. In the line below, do I replace $(lsb-release -cs) with jammy (Ubuntu 22.04) or leave it alone: Add-apt-repository ?deb https://cloud.r-project.org/bin/linux/ubuntu jammy-cran40/? It?s good to know about installations for Bioconductor. I am not currently using it, but I may need it in the future for other projects. Br, Lauren -- Lauren J. Gerber
2024 Jul 10
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
Lauren, I am now back home where looking into these things is a little easier. From your first email to me, I started off with the selenium container you mentioned as your starting point. And that basically is your issue. It is a 'high-level' container, and it sets a user. (Essentially) all other Dockerfiles you have seen and been pointed at are 'lower-level' and operate as root
2024 Jul 11
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
Yes, keep the $(lsb-release -cs) there. This allows you to change the version of the OS without having to change anything else (for instance we are migrating all of our docker to 24.04 LTS right now, so we only have to modify the FROM entry and all of our Dockerfile will still work). From: Gerber, Lauren J <lauren.gerber at helsinki.fi> Date: Thursday, July 11, 2024 at 2:21?AM To: