Hi,

I am trying to install on Debian buster hostapd release on stretch target

This job was ok in december 2018, but now, it seems there is one regression in the package, because :

ansible@srv-authenticator-100:~$ sudo apt install -t buster hostapd
Reading package lists... Done
Building dependency tree
Reading state information... Done
hostapd is already the newest version (2:2.7+git20190128+0c1e29f-2).
0 upgraded, 0 newly installed, 0 to remove and 303 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up hostapd (2:2.7+git20190128+0c1e29f-2) ...
invoke-rc.d: syntax error: unknown option "--skip-systemd-native"
dpkg: error processing package hostapd (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 hostapd
E: Sub-process /usr/bin/dpkg returned an error code (1)
ansible@srv-authenticator-100:~$

My environment is :

ansible@srv-authenticator-100:~$ pstree -an
init
  |-logsave -s /var/log/fsck/checkfs fsck -M -A -a
|-dhclient -4 -v -pf /run/dhclient.eth-admin.pid -lf /var/lib/dhcp/dhclient.eth-admin.leases -I -df /var/lib/dhcp/dhclient6.eth-admin.leases eth-admin |-dhclient -4 -v -pf /run/dhclient.eth-srv.pid -lf /var/lib/dhcp/dhclient.eth-srv.leases -I -df /var/lib/dhcp/dhclient6.eth-srv.leases eth-srv |-dhclient -4 -v -pf /run/dhclient.eth-user.pid -lf /var/lib/dhcp/dhclient.eth-user.leases -I -df /var/lib/dhcp/dhclient6.eth-user.leases eth-user |-dhclient -4 -v -pf /run/dhclient.eth-wifi.pid -lf /var/lib/dhcp/dhclient.eth-wifi.leases -I -df /var/lib/dhcp/dhclient6.eth-wifi.leases eth-wifi
  |-syslog-ng
  |   `-syslog-ng -p /var/run/syslog-ng.pid --no-caps
  |-cron
  |-sshd
  |   `-sshd
  |       `-sshd
  |           `-bash
  |               `-pstree -an
  |-getty 115200 console
  |-getty 38400 tty2
  |-getty 38400 tty3
  `-getty 38400 tty4

Thanks in advance for your help

Reply via email to