* [PATCH] Fix in libvirt install.sh
@ 2016-07-14 19:33 Jonatan Schlag
2016-07-14 22:15 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Jonatan Schlag @ 2016-07-14 19:33 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1234 bytes --]
The libvirt daemon was not started after installation because the
initscritp is named 'libvirtd' not like the package 'libvirt'.
Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
---
lfs/libvirt | 2 +-
src/paks/libvirt/install.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/libvirt b/lfs/libvirt
index 5af28cb..6768a72 100644
--- a/lfs/libvirt
+++ b/lfs/libvirt
@@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
SUP_ARCH = i586 x86_64
PROG = libvirt
-PAK_VER = 3
+PAK_VER = 4
DEPS = "libpciaccess libyajl ncat qemu"
diff --git a/src/paks/libvirt/install.sh b/src/paks/libvirt/install.sh
index 2009b0e..c97a18d 100644
--- a/src/paks/libvirt/install.sh
+++ b/src/paks/libvirt/install.sh
@@ -29,7 +29,7 @@ getent passwd libvirt-remote >/dev/null || \
useradd -m -g libvirt-remote -s /bin/bash "libvirt-remote"
extract_files
-start_service --delay 300 --background ${NAME}
+start_service --delay 300 --background libvirtd
ln -svf /etc/init.d/libvirtd /etc/rc.d/rc0.d/K20libvirtd
ln -svf /etc/init.d/libvirtd /etc/rc.d/rc3.d/S70libvirtd
ln -svf /etc/init.d/libvirtd /etc/rc.d/rc6.d/K20libvirtd
--
2.1.4
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Fix in libvirt install.sh
2016-07-14 19:33 [PATCH] Fix in libvirt install.sh Jonatan Schlag
@ 2016-07-14 22:15 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2016-07-14 22:15 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1598 bytes --]
Hi,
the same thing is happening in the uninstall.sh script where the service should
be stopped before being removed from disk.
-Michael
On Thu, 2016-07-14 at 21:33 +0200, Jonatan Schlag wrote:
> The libvirt daemon was not started after installation because the
> initscritp is named 'libvirtd' not like the package 'libvirt'.
>
> Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
> ---
> lfs/libvirt | 2 +-
> src/paks/libvirt/install.sh | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/lfs/libvirt b/lfs/libvirt
> index 5af28cb..6768a72 100644
> --- a/lfs/libvirt
> +++ b/lfs/libvirt
> @@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
> TARGET = $(DIR_INFO)/$(THISAPP)
> SUP_ARCH = i586 x86_64
> PROG = libvirt
> -PAK_VER = 3
> +PAK_VER = 4
>
> DEPS = "libpciaccess libyajl ncat qemu"
>
> diff --git a/src/paks/libvirt/install.sh b/src/paks/libvirt/install.sh
> index 2009b0e..c97a18d 100644
> --- a/src/paks/libvirt/install.sh
> +++ b/src/paks/libvirt/install.sh
> @@ -29,7 +29,7 @@ getent passwd libvirt-remote >/dev/null || \
> useradd -m -g libvirt-remote -s /bin/bash "libvirt-remote"
>
> extract_files
> -start_service --delay 300 --background ${NAME}
> +start_service --delay 300 --background libvirtd
> ln -svf /etc/init.d/libvirtd /etc/rc.d/rc0.d/K20libvirtd
> ln -svf /etc/init.d/libvirtd /etc/rc.d/rc3.d/S70libvirtd
> ln -svf /etc/init.d/libvirtd /etc/rc.d/rc6.d/K20libvirtd
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-07-14 22:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-14 19:33 [PATCH] Fix in libvirt install.sh Jonatan Schlag
2016-07-14 22:15 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox