Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug#796882: hyperv-daemons: include debian specific versions of hv_get* scripts

154 views
Skip to first unread message

Christoph Martin

unread,
Aug 25, 2015, 8:40:03 AM8/25/15
to
Package: hyperv-daemons
Version: 4.1.4-2~bpo8+1
Severity: normal

hv_kvp_daemon gives the following errors:

hv_kvp_daemon[941]: sh: 1: hv_get_dns_info: not found
hv_kvp_daemon[941]: sh: 1: hv_get_dhcp_info: not found
hv_kvp_daemon[941]: sh: 1: hv_get_dns_info: not found
hv_kvp_daemon[941]: sh: 1: hv_get_dhcp_info: not found

These scripts are missing from the package.
Debian should include there own disto specific versions of this scripts.

Examples are in the linux-tools source in the directory tools/hv/

Yours
Christoph

-- System Information:
Debian Release: 8.1
APT prefers stable-updates
APT policy: (700, 'stable-updates'), (700, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages hyperv-daemons depends on:
ii init-system-helpers 1.22
ii libc6 2.19-18

hyperv-daemons recommends no packages.

hyperv-daemons suggests no packages.

-- no debconf information

Bastian Blank

unread,
Aug 25, 2015, 2:30:04 PM8/25/15
to
On Tue, Aug 25, 2015 at 02:27:46PM +0200, Christoph Martin wrote:
> These scripts are missing from the package.

Much worse, it uses popen() and therefor sh -c to execute this scripts,
while being a security sensitive service.

Bastian

--
It is necessary to have purpose.
-- Alice #1, "I, Mudd", stardate 4513.3

Debian Bug Tracking System

unread,
Nov 21, 2015, 12:30:02 AM11/21/15
to
Processing control commands:

> tags -1 +patch
Bug #796882 [hyperv-daemons] hyperv-daemons: include debian specific versions of hv_get* scripts
Added tag(s) patch.

--
796882: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=796882
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

Hideki Yamane

unread,
Nov 21, 2015, 12:30:02 AM11/21/15
to
control: tags -1 +patch

Hi,

On Tue, 25 Aug 2015 14:27:46 +0200 Christoph Martin <mar...@uni-mainz.de> wrote:
> hv_kvp_daemon[941]: sh: 1: hv_get_dns_info: not found
> hv_kvp_daemon[941]: sh: 1: hv_get_dhcp_info: not found
> hv_kvp_daemon[941]: sh: 1: hv_get_dns_info: not found
> hv_kvp_daemon[941]: sh: 1: hv_get_dhcp_info: not found
>
> These scripts are missing from the package.
> Debian should include there own disto specific versions of this scripts.
>
> Examples are in the linux-tools source in the directory tools/hv/

patch taken from ubuntu package


--
Hideki Yamane <hen...@debian.or.jp>
hyperv.patch

Bastian Blank

unread,
Nov 21, 2015, 5:30:02 AM11/21/15
to
On Sat, Nov 21, 2015 at 02:20:53PM +0900, Hideki Yamane wrote:
> patch taken from ubuntu package

Not acceptable. Stick to one language, not three. No new Python 2
stuff. No networkd support. PEP8 for the Python part.

> +# Output: The script prints the string "Enabled" to stdout to indicate
> +# that DHCP is enabled on the interface. If DHCP is not enabled,
> +# the script prints the string "Disabled" to stdout.

This needs to be tristate output.

Regards,
Bastian

--
Sometimes a feeling is all we humans have to go on.
-- Kirk, "A Taste of Armageddon", stardate 3193.9

Hideki Yamane

unread,
Nov 28, 2015, 6:00:03 PM11/28/15
to
On Sat, 21 Nov 2015 10:22:03 +0000
Bastian Blank <wa...@debian.org> wrote:
> > patch taken from ubuntu package
>
> Not acceptable. Stick to one language, not three. No new Python 2
> stuff. No networkd support. PEP8 for the Python part.

Okay, but Isn't hv_get_dns_info okay for it, at least?


--
Regards,

Hideki Yamane henrich @ debian.or.jp/org
http://wiki.debian.org/HidekiYamane

Debian Bug Tracking System

unread,
Apr 30, 2021, 8:40:02 AM4/30/21
to
Processing control commands:

> tags -1 + moreinfo
Bug #796882 [src:linux] hyperv-daemons: include debian specific versions of hv_get* scripts
Added tag(s) moreinfo.

--
796882: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=796882

Salvatore Bonaccorso

unread,
Apr 30, 2021, 8:40:03 AM4/30/21
to
control: tags -1 + moreinfo

On Tue, Aug 25, 2015 at 02:27:46PM +0200, Christoph Martin wrote:
> Package: hyperv-daemons
> Version: 4.1.4-2~bpo8+1
> Severity: normal
>
> hv_kvp_daemon gives the following errors:
>
> hv_kvp_daemon[941]: sh: 1: hv_get_dns_info: not found
> hv_kvp_daemon[941]: sh: 1: hv_get_dhcp_info: not found
> hv_kvp_daemon[941]: sh: 1: hv_get_dns_info: not found
> hv_kvp_daemon[941]: sh: 1: hv_get_dhcp_info: not found
>
> These scripts are missing from the package.
> Debian should include there own disto specific versions of this scripts.
>
> Examples are in the linux-tools source in the directory tools/hv/

This should have been resolved in 4.5.1-1, when we got own init and
systemd service units, is this correct?

Regards,
Salvatore

Debian Bug Tracking System

unread,
May 3, 2021, 6:30:02 AM5/3/21
to
Your message dated Mon, 3 May 2021 12:21:14 +0200
with message-id <20210503102...@lorien.valinor.li>
and subject line Re: Bug#796882: hyperv-daemons: include debian specific versions of hv_get* scripts
has caused the Debian Bug report #796882,
regarding hyperv-daemons: include debian specific versions of hv_get* scripts
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
0 new messages