similar to: installation problem

Displaying 20 results from an estimated 40000 matches similar to: "installation problem"

2018 Feb 12
0
[PATCH] customize, sysprep, v2v: handle Kali Linux as Debian
Kali Linux is a Debian derivative, so add basic support for it by using most of the Debian code paths. The only exception is the crypto algorithm for passwords in passwd, which is always assumed as SHA512 (as Kali Linux is relatively new). --- customize/firstboot.ml | 2 +- customize/hostname.ml | 2 +- customize/password.ml | 2 +-
2017 Aug 08
1
Re: [PATCH v11 08/10] daemon: Implement inspection of Linux and other Unix-like operating systems.
On Monday, 31 July 2017 17:40:57 CEST Richard W.M. Jones wrote: > +(* Parse a os-release file. > + * > + * Only few fields are parsed, falling back to the usual detection if we > + * cannot read all of them. > + * > + * For the format of os-release, see also: > + * http://www.freedesktop.org/software/systemd/man/os-release.html > + *) > +let rec parse_os_release
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
2018 Feb 12
2
[PATCH] inspect: recognize the Kali Linux distribution (RHBZ#1544227)
Read the information from os-release, and make it behave like a Debian distribution (i.e. using dpkg, and apt). --- daemon/inspect_fs.ml | 2 ++ daemon/inspect_fs_unix.ml | 1 + daemon/inspect_types.ml | 2 ++ daemon/inspect_types.mli | 1 + generator/actions_inspection.ml | 4 ++++ 5 files changed, 10 insertions(+) diff --git a/daemon/inspect_fs.ml
2015 Mar 12
0
Requirement for pandoc 1.12.3 in R 3.1.3
----- Original Message ----- > From: "John Nash" <profjcnash at gmail.com> > To: "Prof Brian Ripley" <ripley at stats.ox.ac.uk>, r-devel at r-project.org > Sent: Thursday, March 12, 2015 8:15:42 AM > Subject: Re: [Rd] Requirement for pandoc 1.12.3 in R 3.1.3 > > Thanks Brian. > > Indeed, the vignette is in markdown form. When I updated my
2018 Jun 11
0
samba problem with version upgrade - restated
I am consolidating and restating this problem as thus far I have received no answer from the group as to how to correct this problem. I have two linux mint systems on my network and use samba to share data between them.  I am in the process of upgrading one of them from linux mint maya to linux mint sylvia, which also upgrades smbd from 3.6.25 to 4.3.11-Ubuntu and encountering behavior
2013 Apr 15
1
idea: "hybrid" iso images?
In order to create a bootable CentOS installation USB thumb drive, there are several steps one must follow.? The process often involves using a Windows box, which can be kinda annoying. The Linux Mint distro has what they call a "Hybrid" iso image. ?(see: ? http://community.linuxmint.com/tutorial/view/744 ) This image can be written to a thumb drive and used for installation simply by
2012 May 28
2
Wine 1.4 removes gnome-common & mate-common (link)
Hello all. Recently upgraded to Mint 13 MATE and have been following this forum post:http://forums.linuxmint.com/viewtopic.php?f=47&t=102684&p=585069&hilit=wine+mint+13+mate#p585069 Installing wine 1.4 appears to remove mate-common and gnome-common and a few other packages, playonlinux also removes the same. I don't know what damage this does but vincent on the Mint forums
2015 Mar 12
2
Requirement for pandoc 1.12.3 in R 3.1.3
Thanks Brian. Indeed, the vignette is in markdown form. When I updated my system to R 3.1.3 I ran update.packages() and this seems to have upset things (including R-studio processing of markdown files). I tried removing rmarkdown and reverting to an older version so that my sessionInfo() is Loading required package: rmarkdown > sessionInfo() R version 3.1.3 (2015-03-09) Platform:
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
2015 Mar 20
0
Debian Jessie AD DC w. BIND9 : DNS update fails for debian squeezy member server
On 20/03/15 18:28, Timo Altun wrote: > Yes, it was/is an NT-4 style PDC with Samba 3.2.5 on lenny. I did a > clean install of jessie and installed samba 4.1.17 from jessie > repositories. Is there a better way? > > Strangely the domain join, shares and users did work before on the > squeezy member against the Samba4 AD DC with security = domain and no > keytab defined, nor
2015 May 31
0
Installing TMAP in R Studio on Linux Mint
On Sun, May 31, 2015 at 3:33 PM, Abed W. Ayyad <abdulhadi.ayyad at uclmail.net> wrote: > Dear Dirk et al, > > What I've tried is to install libgeos-dev: > sudo apt-get install libgeos-dev > I had no problem installing tmap on my Linux Mint 17.1 system: $ cat /etc/lsb-release DISTRIB_ID=LinuxMint DISTRIB_RELEASE=17.1 DISTRIB_CODENAME=rebecca
2010 Nov 28
2
Lineage 2 Can't start
Hello!! i'm new in this Linux wave, im trying to run Lineage2 in Linux Mint 9 (Isadora) but it can't run, it show me this on the Terminal. juancarlos at linuxmint /host/Program Files/NCsoft/Lineage II/system $ wine L2.exe fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot err:module:attach_process_dlls "Engine.dll" failed to initialize, aborting
2020 Aug 24
0
[PATCH v2v] Add ALT support
From: Mikhail Gordeev <obirvalger@altlinux.org> --- v2v/convert_linux.ml | 49 +++++++++++++++++++++++++++++++++++++++++++ v2v/convert_linux.mli | 2 +- 2 files changed, 50 insertions(+), 1 deletion(-) diff --git a/v2v/convert_linux.ml b/v2v/convert_linux.ml index a871d754f4..5ae83a2f66 100644 --- a/v2v/convert_linux.ml +++ b/v2v/convert_linux.ml @@ -52,6 +52,7 @@ let convert (g :
2011 Oct 26
3
My Ruby on Rails procedures and projects
Check out the Ruby on Rails page on my web site at: http://jasonhsu.com/ror.html I''ve included my procedure for installing Ruby on Rails in Linux Mint Debian Edition. That''s right, I''m no longer dependent on Ubuntu or Ubuntu-based Linux distros for developing Ruby on Rails applications. Linux Mint Debian Edition offers the smoothness and user-friendliness of its
2019 Jan 31
0
Samba and UFW
On Thu, 31 Jan 2019 17:11:00 +0000 Rowland Penny via samba <samba at lists.samba.org> wrote: > On Thu, 31 Jan 2019 11:43:37 -0500 > <mmcg29440 at frontier.com> wrote: > > > OK Guys this where we are now. The hostname on the Mint 19.1 PC was > > a combination of the user name and the PC model. I changed it to > > "radio". That plus the user name
2014 Aug 07
1
Cran instructions for adding mirrors
Folks, I used the cran instructions for installing R on Linux Mint Maya (here: http://cran.r-project.org/bin/linux/debian/). Things went well but I got the following error messages: > ERROR###ERROR###ERROR###ERROR###ERROR###ERROR###ERROR > W:Failed to fetch http://cran.mirrors.hoobly.com/dists/raring-backports/main/binary-i386/Packages 404 Not Found > , W:Failed to fetch
2015 Jul 21
0
' --enable-R-shlib' problem when setting up R-devel in Linux Mint 17.1 64-bit
> On 21 Jul 2015, at 13:13 , Dirk Eddelbuettel <edd at debian.org> wrote: > > > You somehow boxed yourself into a corner, out of which you now seem to have > escaped, which is good. The proper sequence (svn checkout ...; configure > ...; make ...) will work no matter what name you give the directory you work > in. > You may want to avoid building in the source
2017 Feb 24
0
[PATCH 2/2] v2v: document Convert_linux as more generic
Make the documentation in Convert_linux more generic than just Enterprise distros using RPM. Also, rename the name of the module from "enterprise-linux" to simply "linux". --- v2v/convert_linux.ml | 10 +++++----- v2v/virt-v2v.pod | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/v2v/convert_linux.ml b/v2v/convert_linux.ml index 7d65516..05da590
2015 Mar 20
2
Debian Jessie AD DC w. BIND9 : DNS update fails for debian squeezy member server
Yes, it was/is an NT-4 style PDC with Samba 3.2.5 on lenny. I did a clean install of jessie and installed samba 4.1.17 from jessie repositories. Is there a better way? Strangely the domain join, shares and users did work before on the squeezy member against the Samba4 AD DC with security = domain and no keytab defined, nor created. The only thing that didn't work, was setting the dns record