Displaying 9 results from an estimated 9 matches for "dwres".
Did you mean:
dares
2016 May 04
1
Re: [PATCH 2/2] customize: Improve the error messages when package manager is unknown or unsupported.
...ns(-)
>
> diff --git a/customize/customize_run.ml b/customize/customize_run.ml
> index 83e70a6..c0e1e44 100644
> --- a/customize/customize_run.ml
> +++ b/customize/customize_run.ml
> @@ -94,7 +94,7 @@ exec >>%s 2>&1
> in
>
> (* http://distrowatch.com/dwres.php?resource=package-management *)
> - let guest_install_command packages =
> + let rec guest_install_command packages =
> let quoted_args = String.concat " " (List.map quote packages) in
> match g#inspect_get_package_management root with
> | "apk"...
2016 May 04
3
[PATCH 1/2] inspection: Set package manager to "unknown" if parsing major version failed (RHBZ#1332025).
In cases where parsing the release file failed and so we have an
obviously incorrect major version number, don't try to infer the
package manager from the major version number.
In the bug report, parsing the /etc/redhat-release file of a CentOS
7.1 guest failed, so major version was set to 0, and the package
manager was inferred as "up2date". virt-customize then failed with a
2016 May 04
0
[PATCH 2/2] customize: Improve the error messages when package manager is unknown or unsupported.
...1 file changed, 14 insertions(+), 5 deletions(-)
diff --git a/customize/customize_run.ml b/customize/customize_run.ml
index 83e70a6..c0e1e44 100644
--- a/customize/customize_run.ml
+++ b/customize/customize_run.ml
@@ -94,7 +94,7 @@ exec >>%s 2>&1
in
(* http://distrowatch.com/dwres.php?resource=package-management *)
- let guest_install_command packages =
+ let rec guest_install_command packages =
let quoted_args = String.concat " " (List.map quote packages) in
match g#inspect_get_package_management root with
| "apk" ->
@@ -116,10 +116,1...
2011 Nov 08
2
CentOS 6 yum Groupinstall vs Manual install
Gentlemen,
I have a question regarding yum groupinstall vs just using yum install.
I have been reading tutorials online (for example how to run a Centos
LAMP). Most of the tutorials have examples to install httpd, mysql, etc
using yum install httpd....
The reason for this e-mail is that I noticed in yum grouplist that there
is an option to install Web Server, MySQL database server, etc.
2018 Oct 18
4
What are the differences between systemd and non-systemd Linux distros?
...one?s done this, despite having over 7 years to react, dating from systemd?s deployment as the default init system in Fedora. Why not?
The closest thing I?m aware of in the Linux world is Devuan, which was low in popularity a year ago and has been dropping ever since:
https://distrowatch.com/dwres.php?resource=popularity
According to the same stats, CentOS is pretty stable, which I find appropriate. :)
> Also one might ask: What centre?
In this case, the one currently headquartered in Raleigh, NC, USA.
If you want a different centre, pick one, or be your own. That?s why we have sever...
2018 Oct 18
1
What are the differences between systemd and non-systemd Linux distros?
...ite having over 7 years to react, dating from systemd?s deployment as the default init system in Fedora. Why not?
>
> The closest thing I?m aware of in the Linux world is Devuan, which was low in popularity a year ago and has been dropping ever since:
>
> https://distrowatch.com/dwres.php?resource=popularity
>
> According to the same stats, CentOS is pretty stable, which I find appropriate. :)
>
>> Also one might ask: What centre?
>
> In this case, the one currently headquartered in Raleigh, NC, USA.
>
> If you want a different centre, pick one, or...
2005 May 07
6
New to CentOS, is this a safe bet?
I know this may be a stupid place to ask, but I have to ask. I'm looking
for a new Linux distro to use and support. I've been a loyal purchaser
of SuSE Linux Pro for the last 3 years. I've paid my $90 loyally, in
part because I wanted money to actually go to someone working on OSS,
but also because I thought it was a good bargain, to get a quality,
tested distro for that cost.
The
2018 Oct 17
2
What are the differences between systemd and non-systemd Linux distros?
On Oct 17, 2018, at 10:03 AM, Mark Rousell <mark.rousell at signal100.com> wrote:
>
> launchd is not being forced on them as systemd is in practice
Try doing without launchd on macOS.
If you think that?s irrelevant, count the number of MacBooks at the next FreeBSD conference you attend.
For an init system to gain sufficient momentum, it must be the default, with no easy way to
2014 Mar 18
2
[PATCH] customize: Move virt-customize-related code to a separate
There's not going to be an easy way to present this patch. It's huge
and interconnected.
Anyway, what it does is lay the groundwork for a new tool which I'm
calling 'virt-customize'. virt-customize is virt-builder, but without
the part where it downloads a template from a respository. Just the
part where it customizes the template, that is, installing packages,
editing