Displaying 20 results from an estimated 4000 matches similar to: "2.4 ballpark release date?"
2023 Dec 05
1
upgrade ununtu 20.04 -> 22.04 and samba 4.18 -> 4.19
>How did you upgrade ?
>If I remember correctly, both 20.04 and 22.04 come with 4.15.13 (latest Samba version available), so could it be that the upgrade from 20.04 to
>22.04 managed to install unrequired packages ?
I did a do-release-upgrade first to go from 20.04 to 22.04, and then updated my /etc/apt/sources.list.d/mjt.list to go from focal/samba-4.18 to jammy/samba-4.19. I also
2023 Mar 26
1
Announcing r2u: 20k CRAN binaries for Ubuntu 22.04 + 20.04
The r2u repository [1] has been providing CRAN packages as Ubuntu binaries
(with *full* and *complete* dependency resolution) since last May. It is
being served from a well-connect Internet2 mirror thanks to the University of
Illinois making it *fast*.
By relying on the bspm package [2], it can access the 20k binaries (all of
CRAN, essentially, and around 240 BioConductor packages for the two
2023 May 05
1
Opus: No translation path after upgrade ubuntu focal => jammy
Hey!
I just upgraded our machines from Ubuntu focal to jammy.
A separate package asterisk-opus does not exist any more.
https://launchpad.net/ubuntu/+source/asterisk-opus/+changelog
It looks like this is now included in the default packages.
Required modules are loaded:
*CLI> module show like opus
Module Description Use Count Status
2023 Dec 04
2
Unable to add the CRAN apt repository
I just upgraded from Linux Mint 20 to 21 and am no longer able to add the CRAN
Ubuntu repository to my list of repositories. ?I am getting:
$> sudo /usr/bin/add-apt-repository "deb
https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release -cs)-cran40/"
$> sudo apt update
Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease
Hit:2 http://archive.ubuntu.com/ubuntu jammy
2023 Dec 05
3
upgrade ununtu 20.04 -> 22.04 and samba 4.18 -> 4.19
05.12.2023 17:21, Joachim Lindenberg via samba:
> I just upgraded one of my DCs ununtu 20.04 -> 22.04 and samba 4.18 -> 4.19, but the Dc is not yet working again.
>
> systemctl status samba-ad-dc shows:
>
> Dec 05 12:48:39 cobra samba[749]: [2023/12/05 12:48:39.562920, 0] ../../source4/samba/service_task.c:36(task_server_terminate)
> Dec 05 12:48:39 cobra samba[749]:
2024 Jul 08
2
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
Hi All,
I am building a Docker image that uses Ubuntu 22.04 and am having issues installing the latest version of R (R 4.4.1). The current R version is 4.1.2:
:/# apt-cache policy r-base-core
r-base-core:
Installed: 4.1.2-1ubuntu2
Candidate: 4.1.2-1ubuntu2
Version table:
*** 4.1.2-1ubuntu2 500
500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
100
2024 Jul 08
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
Lauren, here?s my Dockerfile I use to build r-base from the repos, it builds on both Arm64 (Mac with Apple M2 chip) and Amd64 (AWS m5.4xlarge instance running Ubuntu 24.04). I rebuilt the docker image this morning and it builds fine with R 4.4.1
The last RUN is for installing a bit of custom configuration as well as the base of Bio Conductor.
Hope this helps (I also have a Dockerfile for
2008 Dec 04
1
ballpark perf. numbers
Was wondering if anyone's got some ballpark performance numbers
that they can share. It would be great to see some basic numbers,
nothing formal. Even if it's just observations
from a system you manage or monitor.
I'd be most interested to see how a single server with multiple
clients performs. Throughput, reads/writes and if possible a
rough view of server memory and cpu per byte
2023 Dec 05
1
upgrade ununtu 20.04 -> 22.04 and samba 4.18 -> 4.19
On Tue, 5 Dec 2023 15:21:50 +0100
Joachim Lindenberg via samba <samba at lists.samba.org> wrote:
> I just upgraded one of my DCs ununtu 20.04 -> 22.04 and samba 4.18 ->
> 4.19, but the Dc is not yet working again.
How did you upgrade ?
If I remember correctly, both 20.04 and 22.04 come with 4.15.13 (latest
Samba version available), so could it be that the upgrade from 20.04 to
2023 Dec 04
1
Unable to add the CRAN apt repository
Thanks! ?"jammy" made it work. ?
For some reason, ?lsb_release -cs is returning "victoria" rather than "jammy",
and
$> sudo apt update
Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
Ign:2 http://packages.linuxmint.com victoria InRelease
Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
Hit:4 http://packages.linuxmint.com victoria
2023 Jul 14
1
updated samba 4.18 & 4.17 packages for debian & ubuntu to address trust issue with windows 10/11 update 07/2023
Replying here as well, since this is a frequent question.
I uploaded the updated samba packages to the official debian archives
in parallel with updating my repository - exactly the same source
packages as are used to build samba for my repository. 4.18 should
already be available on sid/unstable, I think. In trixie/testing it
will migrate within 5 days if nothing other breaks.
Updated bookworm
2023 Dec 04
1
Unable to add the CRAN apt repository
On Mon, 04 Dec 2023 13:41:47 -0500
Steve Gutreuter <sgutreuter at gmail.com> wrote:
> $> sudo /usr/bin/add-apt-repository "deb
> https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release
> -cs)-cran40/"
Looks like `lsb_release -cs` returns a Mint codename for you.
Thankfully, since we know that Linux Mint 21 is based on Ubuntu 22.04
"Jammy Jellyfish", it
2023 Jul 14
1
updated samba 4.18 & 4.17 packages for debian & ubuntu to address trust issue with windows 10/11 update 07/2023
First, thanks so much for doing this.
I used Louis's packages previously and was in a quandary about what to do when those stopped getting updates. Having you fill that gap has been super nice.
Thanks!
?
Second.
I'm on Ubuntu (22.04)
I'm currently using your MJT repo.
?
I note you list official debian repos that are part of the official debian system...
And that would perhaps be better
2024 Jul 08
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
No sure why you?re doubting me but if one would like the minimal Dockerfile following the CRAN recommendations at https://cloud.r-project.org/bin/linux/ubuntu/, one would simply do
FROM ubuntu:22.04
USER root
ENV DEBIAN_FRONTEND noninteractive
## Configure Ubuntu for R install
RUN apt update \
&& apt install -y --no-install-recommends \
software-properties-common \
gnupg2 \
2020 Jun 16
2
Password mismatch after upgrade to Ubuntu Focal
>>>>> "Jeffrey" == Jeffrey van Doesburg <jeffrey at bit.nl> writes:
Jeffrey> On Mon, 2020-06-15 at 12:24 +0200, Jeffrey van Doesburg wrote:
>> Hi!
>>
>> Today I upgraded one of our Dovecot servers from Ubuntu 18.04 to
>> Ubuntu
>> 20.04. After the upgrade I have login issues because the password
>> didn't match.
>>
2023 Jan 05
1
Up to date dovecot packages on Ubuntu 22.4LTS
On Thu, Jan 05, 2023 at 12:54:38AM +0100, Gerben Wierda wrote:
> I just found out that Ubuntu Linux 22.04 LTS has a dovecot apt package that is 2.3.16. Debian 11 (stable) is at dovecot 2.3.13 with apt. if I looked correctly. Dovecot itself is at 2.3.20.
>
> That surprised me (I am new to the Linux distro and package management world) as Ubuntu 22.04 is a Long-Time Support version, and I
2020 Nov 14
2
Samba broken after dist-upgrade in Ubuntu 20.04?
Sure. Here they are:
root at cobra:/var/log/samba# cat /etc/apt/sources.list
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://de.archive.ubuntu.com/ubuntu focal main restricted
# deb-src http://de.archive.ubuntu.com/ubuntu focal main restricted
## Major bug fix updates produced after the final release of the
##
2020 Apr 21
0
NEW Samba 4.12.1 and Ubuntu 20.04 (only amd64)
Hai guys,
I hope everybody is doing well and keeping safe.
A bit ahead in schedule off the release of Ubuntu 20.04 Focal Fossa in 2 days.
Since i dont have time in the next days, i've prepaired them now.
I've added new packages for Ubuntu 20.04 Samba 4.12.1 only amd64 packages. ( sources available offcourse in repo )
I've included the following patches from Bugzilla
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
2020 Jun 15
0
Password mismatch after upgrade to Ubuntu Focal
On Mon, 2020-06-15 at 12:24 +0200, Jeffrey van Doesburg wrote:
> Hi!
>
> Today I upgraded one of our Dovecot servers from Ubuntu 18.04 to
> Ubuntu
> 20.04. After the upgrade I have login issues because the password
> didn't match.
>
> I also installed Dovecot on a clean Ubuntu 20.04 server with the same
> configuration files. And here I also got the password match