Package: lm-sensors
Version: 1:3.4.0-4

Dear maintainer,

I'm trying  to  install the    lm-sensors package  on  a  running  LXC
container on Debian Stretch V9.8, (arch = amd64)

It seems  that  my environment  is ok, as  shown  in  the  rest of  my
configuration

ansible@srv-owncloud-100:~$ ip route ls
default via 192.168.56.49 dev et-user-test
192.168.54.0/24 dev et-serv-test proto kernel scope link src 192.168.54.54
192.168.56.0/24 dev et-user-test proto kernel scope link src 192.168.56.54
192.168.57.0/24 dev et-admi-test proto kernel scope link src 192.168.57.54
192.168.59.0/24 dev et-wifi-test proto kernel scope link src 192.168.59.54

ansible@srv-owncloud-100:~$ pstree -anp
init,1
|-dhclient,595 -4 -v -pf /run/dhclient.et-admi-test.pid -lf /var/lib/dhcp/dhclient.et-admi-test.leases -I -df /var/lib/dhcp/dhclient6.et-admi-test.leases... |-dhclient,677 -4 -v -pf /run/dhclient.et-serv-test.pid -lf /var/lib/dhcp/dhclient.et-serv-test.leases -I -df /var/lib/dhcp/dhclient6.et-serv-test.leases... |-dhclient,769 -4 -v -pf /run/dhclient.et-user-test.pid -lf /var/lib/dhcp/dhclient.et-user-test.leases -I -df /var/lib/dhcp/dhclient6.et-user-test.leases... |-dhclient,856 -4 -v -pf /run/dhclient.et-wifi-test.pid -lf /var/lib/dhcp/dhclient.et-wifi-test.leases -I -df /var/lib/dhcp/dhclient6.et-wifi-test.leases...
  |-sshd,980
  |   `-sshd,13815
  |       `-sshd,13821
  |           `-bash,13822
  |               `-pstree,14793 -anp
  |-getty,995 38400 tty1
  |-getty,996 38400 tty2
  |-getty,997 38400 tty3
  `-getty,998 38400 tty4

ansible@srv-owncloud-100:~$ cat /etc/debian_version
9.8

ansible@srv-owncloud-100:~$ sudo apt update && sudo apt upgrade
Ign:1 http://ftp.debian.org/debian stretch InRelease
Hit:2 http://ftp.debian.org/debian buster InRelease
Ign:4 http://ftp.debian.org/debian jessie InRelease
Hit:5 http://ftp.debian.org/debian stretch Release
Hit:6 http://ftp.debian.org/debian jessie Release
Ign:3 https://attic.owncloud.com/org/download/repositories/production/Debian_9.0 InRelease Hit:8 http://download.owncloud.org/download/repositories/production/Debian_9.0 Release
Hit:11 http://ftp.fr.debian.org/debian stretch-backports InRelease
Hit:12 http://ftp.fr.debian.org/debian stretch-updates InRelease Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

ansible@srv-owncloud-100:~$ dpkg -l |grep -v ii
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=============================-==============================-============-===============================================================================

ansible@srv-owncloud-100:~$ ls -altr /etc/apt/sources.list.d/debian_apt_v_9_stretch_* -rw-r--r-- 1 root root 957 Apr 22 19:47 /etc/apt/sources.list.d/debian_apt_v_9_stretch_previous.list -rw-r--r-- 1 root root 838 Apr 22 19:47 /etc/apt/sources.list.d/debian_apt_v_9_stretch_current.list -rw-r--r-- 1 root root 849 Apr 22 19:47 /etc/apt/sources.list.d/debian_apt_v_9_stretch_updates.list -rw-r--r-- 1 root root 782 Apr 22 19:47 /etc/apt/sources.list.d/debian_apt_v_9_stretch_update_security.list -rw-r--r-- 1 root root 918 Apr 22 19:47 /etc/apt/sources.list.d/debian_apt_v_9_stretch_next.list -rw-r--r-- 1 root root 847 Apr 22 19:47 /etc/apt/sources.list.d/debian_apt_v_9_stretch_backports.list -rw-r--r-- 1 root root 952 Apr 22 19:47 /etc/apt/sources.list.d/debian_apt_v_9_stretch_owncloud.list

ansible@srv-owncloud-100:~$ cat /etc/apt/sources.list.d/*list |grep -v "#"

deb http://ftp.fr.debian.org/debian/ stretch-backports main contrib non-free
deb http://ftp.debian.org/debian/ stretch main contrib non-free
deb http://ftp.debian.org/debian/ buster main contrib non-free
deb http://download.owncloud.org/download/repositories/production/Debian_9.0/ /
deb http://ftp.debian.org/debian/ jessie main contrib non-free
deb http://ftp.fr.debian.org/debian/ stretch-updates main contrib non-free


About the pining capabilities....

ansible@srv-owncloud-100:~$ ls -altr /etc/apt/preferences.d/preferences_debian_v_9_stretch* -rw-r--r-- 1 root root 1052 Apr 22 19:47 /etc/apt/preferences.d/preferences_debian_v_9_stretch_no_systemd.pref -rw-r--r-- 1 root root 2493 Apr 22 19:48 /etc/apt/preferences.d/preferences_debian_v_9_stretch.pref -rw-r--r-- 1 root root 1161 Apr 22 19:48 /etc/apt/preferences.d/preferences_debian_v_9_stretch_no_dhcpcd5.pref

ansible@srv-owncloud-100:~$ cat /etc/apt/preferences.d/preferences_debian_v_9_stretch* |grep -v "#"

Package: *
Pin: release a=stretch-update
Pin-Priority: 901

Package: *
Pin: release a=stretch
Pin-Priority: 900

Package: *
Pin: release a=stretch-backports
Pin-Priority: -1

Package: *
Pin: release a=jessie
Pin-Priority: 400

Package: *
Pin: release a=testing
Pin-Priority: -1

Package: *
Pin: release a=unstable
Pin-Priority: -1

Package: dhcpcd5
Pin: release *
Pin-Priority: -1

Package: *systemd*
Pin: release *
Pin-Priority: -1

When i launch following command ...

ansible@srv-owncloud-100:~$ sudo apt install lm-sensors
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
lm-sensors : Depends: libsensors4 (>= 1:3.1.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


But it is possible to install Buster release without any others errors


ansible@srv-owncloud-100:~$ sudo apt -t buster install lm-sensors
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
  fancontrol read-edid i2c-tools
The following NEW packages will be installed:
  lm-sensors
0 upgraded, 1 newly installed, 0 to remove and 225 not upgraded.
Need to get 114 kB of archives.
After this operation, 412 kB of additional disk space will be used.
Get:1 http://ftp.debian.org/debian buster/main amd64 lm-sensors amd64 1:3.5.0-3 [114 kB]
Fetched 114 kB in 0s (451 kB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package lm-sensors.
(Reading database ... 36231 files and directories currently installed.)
Preparing to unpack .../lm-sensors_1%3a3.5.0-3_amd64.deb ...
Unpacking lm-sensors (1:3.5.0-3) ...
Setting up lm-sensors (1:3.5.0-3) ...

ansible@srv-owncloud-100:~$


Thanks in advance for your help

Regards

Reply via email to