Processed: Bug #916980 in flash-kernel marked as pending

2018-12-20 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #916980 [flash-kernel] flash-kernel: Please support Hardkernel's Odroid 
HC1/HC2 boards
Added tag(s) pending.

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



Bug#916980: flash-kernel: Please support Hardkernel's Odroid HC1/HC2 boards

2018-12-20 Thread Benjamin Drung
Package: flash-kernel
Version: 3.96
Severity: normal
Tags: patch

Dear Maintainer,

please support Hardkernel's Odroid HC1/HC2 boards. Odroid HC1 board is based on
Odroid XU4 board, but it has no HDMI, no eMMC, no built-in USB3.0 hub, no
extension port pins, and no GPIO button. USB3.0 ports are used for built-in
JMicron USB to SATA bridge and Gigabit R8152 ethernet chips. HC1 uses only
passive cooling.

The kernel ships a different device tree blob for it. I have successfully
tested following flash-kernel configuration:

Machine: Hardkernel Odroid HC1
Kernel-Flavors: armmp armmp-lpae
DTB-Id: exynos5422-odroidhc1.dtb
Boot-Script-Path: /boot/boot.scr
U-Boot-Script-Name: bootscr.uboot-generic
Required-Packages: u-boot-tools

The Odroid HC2 uses the same hardware, but a bigger case to allow mounting a
3.5" drive instead of a 2.5" drive. The Linux kernel does not provide a HC2 DTB
so the HC1 DTB is also used for the Odroid HC2. So this flash-kernel
configuration should also support the Odroid HC2.

-- 
Benjamin Drung
Debian & Ubuntu Developer



Re: Bug#833116: fgetty: Incorrect keystroke interpretation

2018-12-20 Thread Dmitry Bogatov


[2018-12-19 10:42] Ricardo Peliquero 
> Anton Zinoviev 
> Wed, 5 Dec 2018 21:29:10 +0200:
> 
> > On Wed, Dec 05, 2018 at 08:56:16AM +, Dmitry Bogatov wrote:
> 
> > Suppose that we have a working bash shell with UTF-8 console where ñ 
> > displays properly.  Then try this:
> > 
> > LANG=C bash # run a subshell in a non-UTF8 locale
> > 
> > If you press ñ, you will see (arg: 1).  The programs (including a 
> > subshell) also work incorrectly because the locale is not UTF8.
> > 
> 
> Reproduced with expected result (within both login and login1 ttys).

I got idea. No code in fgetty calls setlocale(3), while all tools from
src:shadow use setlocale(LC_ALL, ""). Maybe it could help?

Anton, could you please clarify, how locale is set up by this function
call if process inhereted no locale-related variables.

Maybe it would be better to call setlocale(LANG, "C.UTF-8") in login
process, that execs shell?

> [...]



Bug#916843: desktop-experience

2018-12-20 Thread andrew glaeser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Now something else seems to be going wrong, as this is turning into an
enormous success-story, namely about the debian-desktop, see
attachment.[detst-desktop-e17.txt.xz]
But how was it possible to fit everything into a 5GB filesystem-root??
Thanks to statistical lzo compression!!
-BEGIN PGP SIGNATURE-

iF0EARECAB0WIQTF9uNaslvnJpWt8kXn6sEfJS3nCwUCXBvT2QAKCRDn6sEfJS3n
C2uGAJ4qPPiv4fjuya5BcnbpBhK9ahMFhgCeOy4Xs9AQFAt0Qwt8lFcsUnr2d7E=
=P+q+
-END PGP SIGNATURE-


detst-desktop-e17.txt.xz
Description: application/xz


Bug#916843: installed system not usable

2018-12-20 Thread Steve McIntyre
On Thu, Dec 20, 2018 at 01:56:39PM +0100, andrew glaeser wrote:
>Steve McIntyre  wrote:
>> 
>> I've been bitten by this myself, so I recognise the symptoms.
>> 
>> You've logged in and used "su" to switch to root. We've recently
>> switched to using the "su" provided by the util-linux source package
>> instead of the older one from shadow, and this is a consequence of
>> that change. To change environment properly, you need to use "su -"
>> instead.
>
>Well, I guess then it really is a minor issue only, I would have tried to fix
>the path-variable next, bit if you have another solution it is fine for me,
>even better, if you want.
>Does this have to go into the release-notes anyway?

Yes, it probably should. I'm not sure if it's there already, I need to
check.

>Other thing, that caught my attention was, that you obviously have to wait a
>few minutes upon reboot, until you can log in with SSH. Is this actually
>intended to be this way:
>
>> andrew@a68n:~$ ssh user@detst
>> ssh: connect to host detst port 22: Connection refused
>> andrew@a68n:~$ ssh user@detst
>> ssh: connect to host detst port 22: Connection refused
>> andrew@a68n:~$ ssh user@detst
>> ssh: connect to host detst port 22: Connection refused
>> andrew@a68n:~$ ssh user@detst
>> ssh: connect to host detst port 22: Connection refused
>> andrew@a68n:~$ ssh user@detst
>> ssh: connect to host detst port 22: Connection refused
>> andrew@a68n:~$ ssh user@detst
>> Linux detst 4.18.0-3-amd64 #1 SMP Debian 4.18.20-2 (2018-11-23) x86_64

That's a separate issue. *Maybe* a lack of entropy (see [1]), but it
could be other things too. Check your logs for related messages maybe?

[1] 
https://daniel-lange.com/archives/152-Openssh-taking-minutes-to-become-available,-booting-takes-half-an-hour-...-because-your-server-waits-for-a-few-bytes-of-randomness.html

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
"...In the UNIX world, people tend to interpret `non-technical user'
 as meaning someone who's only ever written one device driver." -- Daniel Pead



Processed: severity

2018-12-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 916843 minor
Bug #916843 [installation-reports] installation-report: Buster testing on Dell 
DX0D thin-client without non-free section
Severity set to 'minor' from 'normal'
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
916843: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916843
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#916843: installed system not usable

2018-12-20 Thread andrew glaeser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, 20 Dec 2018 11:29:28 +
Steve McIntyre  wrote:

> Hi Andrew,
> 
> On Thu, Dec 20, 2018 at 11:23:55AM +0100, andrew glaeser wrote:
> >>
> >> root@detst:/home/user# init 0
> >> bash: init: command not found
> >> root@detst:/home/user# shutdown -h now
> >> bash: shutdown: command not found
> >> root@detst:/home/user# ls
> >> reportbug-installation-report-20181219-847-hn9d0g_o
> >> root@detst:/home/user# aptitude update && aptitude upgrade
> >> Get: 1 http://security.debian.org/debian-security buster/updates
> >> InRelease [38.3 kB] Get: 2 http://ftp2.de.debian.org/debian buster
> >> InRelease [154 kB] Get: 3 http://ftp2.de.debian.org/debian buster/main
> >> amd64 Packages.diff/Index [27.9 kB] Get: 4
> >> http://ftp2.de.debian.org/debian buster/main Translation-en.diff/Index
> >> [27.9 kB] Get: 5 http://ftp2.de.debian.org/debian buster/contrib amd64
> >> Packages.diff/Index [27.8 kB] Get: 6 http://ftp2.de.debian.org/debian
> >> buster/contrib Translation-en.diff/Index [27.8 kB] Get: 7
> >> http://ftp2.de.debian.org/debian buster/main amd64 Packages
> >> 2018-12-19-1410.32.pdiff [1,102 B] Get: 8
> >> http://ftp2.de.debian.org/debian buster/main amd64 Packages
> >> 2018-12-19-2010.27.pdiff [4,334 B] Get: 9
> >> http://ftp2.de.debian.org/debian buster/main amd64 Packages
> >> 2018-12-20-0210.19.pdiff [33.2 kB] Get: 10
> >> http://ftp2.de.debian.org/debian buster/main Translation-en
> >> 2018-12-19-1410.32.pdiff [824 B] Get: 11
> >> http://ftp2.de.debian.org/debian buster/main amd64 Packages
> >> 2018-12-20-0210.19.pdiff [33.2 kB] Get: 12
> >> http://ftp2.de.debian.org/debian buster/main Translation-en
> >> 2018-12-20-0210.19.pdiff [5,705 B] Get: 13
> >> http://ftp2.de.debian.org/debian buster/contrib amd64 Packages
> >> 2018-12-20-0210.19.pdiff [2,765 B] Get: 14
> >> http://ftp2.de.debian.org/debian buster/main Translation-en
> >> 2018-12-20-0210.19.pdiff [5,705 B] Get: 15
> >> http://ftp2.de.debian.org/debian buster/contrib Translation-en
> >> 2018-12-20-0210.19.pdiff [31 B] Get: 16 http://ftp2.de.debian.org/debian
> >> buster/contrib amd64 Packages 2018-12-20-0210.19.pdiff [2,765 B] Get: 17
> >> http://ftp2.de.debian.org/debian buster/contrib Translation-en
> >> 2018-12-20-0210.19.pdiff [31 B] Fetched 351 kB in 8s (45.5 kB/s) Current
> >> status: 5 (+5) upgradable, 916 (+29) new. Resolving dependencies... The
> >> following NEW packages will be installed: libhunspell-1.7-0{a} The
> >> following packages will be REMOVED: libhunspell-1.6-0{u} The following
> >> packages will be upgraded: adwaita-icon-theme enchant gpgv
> >> libenchant1c2a libgpg-error0 The following packages are RECOMMENDED but
> >> will NOT be installed: libgpg-error-l10n 5 packages upgraded, 1 newly
> >> installed, 1 to remove and 0 not upgraded. Need to get 12.5 MB/12.7 MB
> >> of archives. After unpacking 52.2 kB will be used. Do you want to
> >> continue? [Y/n/?] Get: 1 http://ftp2.de.debian.org/debian buster/main
> >> amd64 enchant amd64 1.6.0-11.1+b1 [18.7 kB] Get: 2
> >> http://ftp2.de.debian.org/debian buster/main amd64 libenchant1c2a amd64
> >> 1.6.0-11.1+b1 [69.8 kB] Get: 3 http://ftp2.de.debian.org/debian
> >> buster/main amd64 libgpg-error0 amd64 1.33-3 [70.6 kB] Get: 4
> >> http://ftp2.de.debian.org/debian buster/main amd64 gpgv amd64 2.2.12-1
> >> [583 kB] Get: 5 http://ftp2.de.debian.org/debian buster/main amd64
> >> adwaita-icon-theme all 3.30.1-1 [11.7 MB] Fetched 12.5 MB in 1s (10.2
> >> MB/s) Reading changelogs... Done dpkg: warning: 'ldconfig' not found in
> >> PATH or not executable dpkg: warning: 'start-stop-daemon' not found in
> >> PATH or not executable dpkg: error: 2 expected programs not found in
> >> PATH or not executable Note: root's PATH should usually
> >> contain /usr/local/sbin, /usr/sbin and /sbin E:
> >> Sub-process /usr/bin/dpkg returned an error code (2) dpkg: warning:
> >> 'ldconfig' not found in PATH or not executable dpkg: warning:
> >> 'start-stop-daemon' not found in PATH or not executable dpkg: error: 2
> >> expected programs not found in PATH or not executable Note: root's PATH
> >> should usually contain /usr/local/sbin, /usr/sbin and /sbin
> >> root@detst:/home/user#   
> 
> I've been bitten by this myself, so I recognise the symptoms.
> 
> You've logged in and used "su" to switch to root. We've recently
> switched to using the "su" provided by the util-linux source package
> instead of the older one from shadow, and this is a consequence of
> that change. To change environment properly, you need to use "su -"
> instead.
> 

Well, I guess then it really is a minor issue only, I would have tried to fix
the path-variable next, bit if you have another solution it is fine for me,
even better, if you want.
Does this have to go into the release-notes anyway?
Other thing, that caught my attention was, that you obviously have to wait a
few minutes upon reboot, until you can log in with SSH. Is this actually
intended to be this way:

> andrew@a68n:~$ 

Bug#916843: installed system not usable

2018-12-20 Thread Steve McIntyre
Hi Andrew,

On Thu, Dec 20, 2018 at 11:23:55AM +0100, andrew glaeser wrote:
>>
>> root@detst:/home/user# init 0
>> bash: init: command not found
>> root@detst:/home/user# shutdown -h now
>> bash: shutdown: command not found
>> root@detst:/home/user# ls
>> reportbug-installation-report-20181219-847-hn9d0g_o
>> root@detst:/home/user# aptitude update && aptitude upgrade
>> Get: 1 http://security.debian.org/debian-security buster/updates InRelease
>> [38.3 kB] Get: 2 http://ftp2.de.debian.org/debian buster InRelease [154
>> kB] Get: 3 http://ftp2.de.debian.org/debian buster/main amd64
>> Packages.diff/Index [27.9 kB] Get: 4 http://ftp2.de.debian.org/debian
>> buster/main Translation-en.diff/Index [27.9 kB] Get: 5
>> http://ftp2.de.debian.org/debian buster/contrib amd64 Packages.diff/Index
>> [27.8 kB] Get: 6 http://ftp2.de.debian.org/debian buster/contrib
>> Translation-en.diff/Index [27.8 kB] Get: 7 http://ftp2.de.debian.org/debian
>> buster/main amd64 Packages 2018-12-19-1410.32.pdiff [1,102 B] Get: 8
>> http://ftp2.de.debian.org/debian buster/main amd64 Packages
>> 2018-12-19-2010.27.pdiff [4,334 B] Get: 9 http://ftp2.de.debian.org/debian
>> buster/main amd64 Packages 2018-12-20-0210.19.pdiff [33.2 kB] Get: 10
>> http://ftp2.de.debian.org/debian buster/main Translation-en
>> 2018-12-19-1410.32.pdiff [824 B] Get: 11 http://ftp2.de.debian.org/debian
>> buster/main amd64 Packages 2018-12-20-0210.19.pdiff [33.2 kB] Get: 12
>> http://ftp2.de.debian.org/debian buster/main Translation-en
>> 2018-12-20-0210.19.pdiff [5,705 B] Get: 13 http://ftp2.de.debian.org/debian
>> buster/contrib amd64 Packages 2018-12-20-0210.19.pdiff [2,765 B] Get: 14
>> http://ftp2.de.debian.org/debian buster/main Translation-en
>> 2018-12-20-0210.19.pdiff [5,705 B] Get: 15 http://ftp2.de.debian.org/debian
>> buster/contrib Translation-en 2018-12-20-0210.19.pdiff [31 B] Get: 16
>> http://ftp2.de.debian.org/debian buster/contrib amd64 Packages
>> 2018-12-20-0210.19.pdiff [2,765 B] Get: 17 http://ftp2.de.debian.org/debian
>> buster/contrib Translation-en 2018-12-20-0210.19.pdiff [31 B] Fetched 351
>> kB in 8s (45.5 kB/s) Current status: 5 (+5) upgradable, 916 (+29) new.
>> Resolving dependencies... The following NEW packages will be installed:
>> libhunspell-1.7-0{a} The following packages will be REMOVED:
>> libhunspell-1.6-0{u} The following packages will be upgraded:
>> adwaita-icon-theme enchant gpgv libenchant1c2a libgpg-error0 The following
>> packages are RECOMMENDED but will NOT be installed: libgpg-error-l10n 5
>> packages upgraded, 1 newly installed, 1 to remove and 0 not upgraded. Need
>> to get 12.5 MB/12.7 MB of archives. After unpacking 52.2 kB will be used.
>> Do you want to continue? [Y/n/?] Get: 1 http://ftp2.de.debian.org/debian
>> buster/main amd64 enchant amd64 1.6.0-11.1+b1 [18.7 kB] Get: 2
>> http://ftp2.de.debian.org/debian buster/main amd64 libenchant1c2a amd64
>> 1.6.0-11.1+b1 [69.8 kB] Get: 3 http://ftp2.de.debian.org/debian buster/main
>> amd64 libgpg-error0 amd64 1.33-3 [70.6 kB] Get: 4
>> http://ftp2.de.debian.org/debian buster/main amd64 gpgv amd64 2.2.12-1 [583
>> kB] Get: 5 http://ftp2.de.debian.org/debian buster/main amd64
>> adwaita-icon-theme all 3.30.1-1 [11.7 MB] Fetched 12.5 MB in 1s (10.2 MB/s)
>> Reading changelogs... Done dpkg: warning: 'ldconfig' not found in PATH or
>> not executable dpkg: warning: 'start-stop-daemon' not found in PATH or not
>> executable dpkg: error: 2 expected programs not found in PATH or not
>> executable Note: root's PATH should usually
>> contain /usr/local/sbin, /usr/sbin and /sbin E: Sub-process /usr/bin/dpkg
>> returned an error code (2) dpkg: warning: 'ldconfig' not found in PATH or
>> not executable dpkg: warning: 'start-stop-daemon' not found in PATH or not
>> executable dpkg: error: 2 expected programs not found in PATH or not
>> executable Note: root's PATH should usually
>> contain /usr/local/sbin, /usr/sbin and /sbin root@detst:/home/user# 

I've been bitten by this myself, so I recognise the symptoms.

You've logged in and used "su" to switch to root. We've recently
switched to using the "su" provided by the util-linux source package
instead of the older one from shadow, and this is a consequence of
that change. To change environment properly, you need to use "su -"
instead.

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
"I've only once written 'SQL is my bitch' in a comment. But that code 
 is in use on a military site..." -- Simon Booth



Processed: reassign 916892 to debian-installer

2018-12-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 916892 debian-installer 20181220
Bug #916892 [debian-instaler] [l10n] Updated Spanish translation for d-i
Warning: Unknown package 'debian-instaler'
Bug reassigned from package 'debian-instaler' to 'debian-installer'.
No longer marked as found in versions 20181220.
Ignoring request to alter fixed versions of bug #916892 to the same values 
previously set
Bug #916892 [debian-installer] [l10n] Updated Spanish translation for d-i
There is no source info for the package 'debian-installer' at version 
'20181220' with architecture ''
Unable to make a source version for version '20181220'
Marked as found in versions 20181220.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
916892: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916892
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: severity

2018-12-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 916843 normal
Bug #916843 [installation-reports] installation-report: Buster testing on Dell 
DX0D thin-client without non-free section
Severity set to 'normal' from 'important'
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
916843: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916843
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#916843: desktop-task not installable

2018-12-20 Thread andrew glaeser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


> root@detst:/home/user# tasksel
> tasksel: apt-get failed (100)
> root@detst:/home/user# ping www.debian.org
> PING www.debian.org (5.153.231.4) 56(84) bytes of data.
> 64 bytes from senfter.debian.org (5.153.231.4): icmp_seq=1 ttl=47 time=40.8
> ms 64 bytes from senfter.debian.org (5.153.231.4): icmp_seq=2 ttl=47
> time=39.1 ms ^C
> --- www.debian.org ping statistics ---
> 2 packets transmitted, 2 received, 0% packet loss, time 2ms
> rtt min/avg/max/mdev = 39.080/39.935/40.791/0.878 ms
> root@detst:/home/user# aptitude search task
> p   ant-contrib-cpptasks- C/C++ compilation tasks for
> Ant. p   astro-tasks - Debian Astronomy Pure Blend
> (tasksel tasks) p   blends-tasks- Debian Pure
> Blends tasks for new installation p   debichem-tasks  -
> DebiChem tasks for tasksel p   education-tasks - Debian
> Edu tasks for tasksel p   electronics-tasks   - Debian
> Electronics tasks for tasksel p   fusioninventory-agent-task-collect  -
> collect task support for FusionInventory p
> fusioninventory-agent-task-deploy   - software deployment support for
> FusionInvento p   fusioninventory-agent-task-esx  - ESX and ESXi
> inventory for FusionInventory Ag p   fusioninventory-agent-task-network  -
> network device discovery for FusionInventory p
> games-tasks - Debian Games tasks for tasksel p
> gis-tasks   - Debian GIS tasks for tasksel v
> google-tasks-sync   - p
> hamradio-tasks  - Debian Hamradio Tasks v
> icedove-google-tasks-sync   - p
> junior-tasks- Debian Jr. tasks for tasksel p
> libaether-ant-tasks-java- Aether Ant Tasks p
> libcastor-anttasks-java - Data binding framework for Java (XML,
> Objects p   libfusioninventory-agent-task-deplo - transitional dummy
> package p   libfusioninventory-agent-task-esx-p - transitional dummy
> package p   libfusioninventory-agent-task-netin - transitional dummy
> package p   libfusioninventory-agent-task-netwo - transitional dummy
> package p   libfusioninventory-agent-task-snmpq - transitional dummy
> package p   libgettext-ant-tasks-java   - Java classes for
> internationalization (i18n) p   libkpimgapitasks5   -
> library to integrate with Google Tasks servic p
> libmono-microsoft-build-tasks-v4.0- - Mono Microsoft.Build.Tasks.v4.0
> library (for p   libmono-system-threading-tasks-data - Mono
> System.Threading.Tasks.Dataflow library p
> libmono-tasklets4.0-cil - Mono Tasklets library (for CLI 4.0)
> p   libmono-xbuild-tasks4.0-cil - Mono Mono.XBuild.Tasks library
> (for CLI 4.0) p   libtask-kensho-all-perl - provides all
> Task::Kensho tasks (metapackage) p   libtask-kensho-async-perl   -
> provides modules recommended for Task::Kensho p
> libtask-kensho-cli-perl - provides modules recommended for
> Task::Kensho p   libtask-kensho-config-perl  - provides modules
> recommended for Task::Kensho p   libtask-kensho-dates-perl   -
> provides modules recommended for Task::Kensho p
> libtask-kensho-dbdev-perl   - provides modules recommended for
> Task::Kensho p   libtask-kensho-email-perl   - provides modules
> recommended for Task::Kensho p   libtask-kensho-excelcsv-perl-
> provides modules recommended for Task::Kensho p
> libtask-kensho-exceptions-perl  - provides modules recommended for
> Task::Kensho p   libtask-kensho-hackery-perl - provides modules
> recommended for Task::Kensho p   libtask-kensho-logging-perl -
> provides modules recommended for Task::Kensho p
> libtask-kensho-moduledev-perl   - provides modules recommended for
> Task::Kensho p   libtask-kensho-oop-perl - provides modules
> recommended for Task::Kensho p   libtask-kensho-perl -
> recommended modules for Enlightened Perl deve p
> libtask-kensho-scalability-perl - provides modules recommended for
> Task::Kensho p   libtask-kensho-testing-perl - provides modules
> recommended for Task::Kensho p   libtask-kensho-toolchain-perl   -
> provides modules recommended for Task::Kensho p
> libtask-kensho-webcrawling-perl - provides modules recommended for
> Task::Kensho p   libtask-kensho-webdev-perl  - provides modules
> recommended for Task::Kensho p   libtask-kensho-xml-perl -
> provides modules recommended for Task::Kensho p
> libtask-weaken-perl - module for ensuring that a platform
> has weake p   libtaskmanager6 - Plasma Workspace for
> KF5 library p   live-task-base  - Live base environment
> support p   live-task-cinnamon  - Live environment support
> for Cinnamon p   live-task-extra - Live extra
> 

Processed: severity

2018-12-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 916843 important
Bug #916843 [installation-reports] installation-report: Buster testing on Dell 
DX0D thin-client without non-free section
Severity set to 'important' from 'minor'
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
916843: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916843
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#916843: installed system not usable

2018-12-20 Thread andrew glaeser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

> root@detst:/home/user# init 0
> bash: init: command not found
> root@detst:/home/user# shutdown -h now
> bash: shutdown: command not found
> root@detst:/home/user# ls
> reportbug-installation-report-20181219-847-hn9d0g_o
> root@detst:/home/user# aptitude update && aptitude upgrade
> Get: 1 http://security.debian.org/debian-security buster/updates InRelease
> [38.3 kB] Get: 2 http://ftp2.de.debian.org/debian buster InRelease [154
> kB] Get: 3 http://ftp2.de.debian.org/debian buster/main amd64
> Packages.diff/Index [27.9 kB] Get: 4 http://ftp2.de.debian.org/debian
> buster/main Translation-en.diff/Index [27.9 kB] Get: 5
> http://ftp2.de.debian.org/debian buster/contrib amd64 Packages.diff/Index
> [27.8 kB] Get: 6 http://ftp2.de.debian.org/debian buster/contrib
> Translation-en.diff/Index [27.8 kB] Get: 7 http://ftp2.de.debian.org/debian
> buster/main amd64 Packages 2018-12-19-1410.32.pdiff [1,102 B] Get: 8
> http://ftp2.de.debian.org/debian buster/main amd64 Packages
> 2018-12-19-2010.27.pdiff [4,334 B] Get: 9 http://ftp2.de.debian.org/debian
> buster/main amd64 Packages 2018-12-20-0210.19.pdiff [33.2 kB] Get: 10
> http://ftp2.de.debian.org/debian buster/main Translation-en
> 2018-12-19-1410.32.pdiff [824 B] Get: 11 http://ftp2.de.debian.org/debian
> buster/main amd64 Packages 2018-12-20-0210.19.pdiff [33.2 kB] Get: 12
> http://ftp2.de.debian.org/debian buster/main Translation-en
> 2018-12-20-0210.19.pdiff [5,705 B] Get: 13 http://ftp2.de.debian.org/debian
> buster/contrib amd64 Packages 2018-12-20-0210.19.pdiff [2,765 B] Get: 14
> http://ftp2.de.debian.org/debian buster/main Translation-en
> 2018-12-20-0210.19.pdiff [5,705 B] Get: 15 http://ftp2.de.debian.org/debian
> buster/contrib Translation-en 2018-12-20-0210.19.pdiff [31 B] Get: 16
> http://ftp2.de.debian.org/debian buster/contrib amd64 Packages
> 2018-12-20-0210.19.pdiff [2,765 B] Get: 17 http://ftp2.de.debian.org/debian
> buster/contrib Translation-en 2018-12-20-0210.19.pdiff [31 B] Fetched 351
> kB in 8s (45.5 kB/s) Current status: 5 (+5) upgradable, 916 (+29) new.
> Resolving dependencies... The following NEW packages will be installed:
> libhunspell-1.7-0{a} The following packages will be REMOVED:
> libhunspell-1.6-0{u} The following packages will be upgraded:
> adwaita-icon-theme enchant gpgv libenchant1c2a libgpg-error0 The following
> packages are RECOMMENDED but will NOT be installed: libgpg-error-l10n 5
> packages upgraded, 1 newly installed, 1 to remove and 0 not upgraded. Need
> to get 12.5 MB/12.7 MB of archives. After unpacking 52.2 kB will be used.
> Do you want to continue? [Y/n/?] Get: 1 http://ftp2.de.debian.org/debian
> buster/main amd64 enchant amd64 1.6.0-11.1+b1 [18.7 kB] Get: 2
> http://ftp2.de.debian.org/debian buster/main amd64 libenchant1c2a amd64
> 1.6.0-11.1+b1 [69.8 kB] Get: 3 http://ftp2.de.debian.org/debian buster/main
> amd64 libgpg-error0 amd64 1.33-3 [70.6 kB] Get: 4
> http://ftp2.de.debian.org/debian buster/main amd64 gpgv amd64 2.2.12-1 [583
> kB] Get: 5 http://ftp2.de.debian.org/debian buster/main amd64
> adwaita-icon-theme all 3.30.1-1 [11.7 MB] Fetched 12.5 MB in 1s (10.2 MB/s)
> Reading changelogs... Done dpkg: warning: 'ldconfig' not found in PATH or
> not executable dpkg: warning: 'start-stop-daemon' not found in PATH or not
> executable dpkg: error: 2 expected programs not found in PATH or not
> executable Note: root's PATH should usually
> contain /usr/local/sbin, /usr/sbin and /sbin E: Sub-process /usr/bin/dpkg
> returned an error code (2) dpkg: warning: 'ldconfig' not found in PATH or
> not executable dpkg: warning: 'start-stop-daemon' not found in PATH or not
> executable dpkg: error: 2 expected programs not found in PATH or not
> executable Note: root's PATH should usually
> contain /usr/local/sbin, /usr/sbin and /sbin root@detst:/home/user# 
-BEGIN PGP SIGNATURE-

iF0EARECAB0WIQTF9uNaslvnJpWt8kXn6sEfJS3nCwUCXBttuwAKCRDn6sEfJS3n
C643AKC4n31erd/V+z6uhPJAm5KuNFY4swCdHdgMxKHZNEt2gSpNtquVdqrdCCM=
=5GnU
-END PGP SIGNATURE-