---- Le mar., 26 janv. 2021 13:33:53 -0500 Samuel Thibault <samuel.thiba...@gnu.org> écrit ----
> Samuel Thibault, le mar. 26 janv. 2021 19:27:37 +0100, a ecrit: > > > And now I am asking myself is it normal "Skipping acquire of configured > > > file > > > 'main/source/Sources' as repository > > > '[4]http://deb.debian.org/debian-ports sid > > > InRelease' does not seem to provide it"? > > > > That's odd, what is the content of your /etc/apt/sources.list? > > Also, what does the "date" command give you as current time of day? We > have already seen some RTC clock screw-ups, still untracked. You only > need to shut down the VM and start it again to fix it. > > Samuel Sources.list is like the installer have left it (had chosed Germany mirror: deb.debian.org... at least that what the installer made me think): Last login: Tue Jan 26 12:22:38 2021 from 10.0.2.2 paul@debian:~$ cat /etc/apt/sources.list # # deb cdrom:[Debian GNU/Hurd sid _Sid_ - Unofficial hurd-i386 NETINST 20210126-12:41]/ sid main # deb cdrom:[Debian GNU/Hurd sid _Sid_ - Unofficial hurd-i386 NETINST 20210126-12:41]/ unreleased main #deb cdrom:[Debian GNU/Hurd sid _Sid_ - Unofficial hurd-i386 NETINST 20210126-12:41]/ sid main #deb cdrom:[Debian GNU/Hurd sid _Sid_ - Unofficial hurd-i386 NETINST 20210126-12:41]/ unreleased main deb http://deb.debian.org/debian-ports/ sid main deb http://deb.debian.org/debian-ports/ unreleased main deb-src http://deb.debian.org/debian-ports/ sid main # 'unreleased' does not support sources yet # deb-src http://deb.debian.org/debian-ports/ unreleased main # This system was installed using small removable media # (e.g. netinst, live or single CD). The matching "deb cdrom" # entries were disabled at the end of the installation process. # For information about how to configure apt package sources, # see the sources.list(5) manual. paul@debian:~$ su Password: root@debian:/home/paul# apt install neofetch Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: chafa ghostscript gsfonts imagemagick-6-common libchafa0 libde265-0 libheif1 liblqr-1-0 libmagickcore-6.q16-6 libmagickwand-6.q16-6 Suggested packages: ghostscript-x libmagickcore-6.q16-6-extra ... root@debian:/home/paul# neofetch _,met$$$$$gg. paul@debian ,g$$$$$$$$$$$$$$$P. ----------- ,g$$P" """Y$$.". OS: Debian GNU/Hurd bullseye/sid i686-AT386 ,$$P' `$$$. Kernel: 0.9 ',$$P ,ggs. `$$b: Uptime: 4 mins `d$$' ,$P"' . $$$ Packages: 974 (dpkg) $$P d$' , $$P Shell: bash 5.1.4 $$: $$. - ,d$$' Terminal: /dev/ttyp0 $$; Y$b._ _,d$P' GPU: 00:02.0 Vendor 1234 Device 1111 Y$$. `.`"Y$$$$P"' Memory: 165MiB / 2047MiB So it works fine... but the warning on apt-update is there. Also: root@debian:/home/paul# dpkg-reconfigure bash: dpkg-reconfigure: command not found I have been able to install LXDE, startx, and run most applications in Xorg: dillo, mousepad, vim, emacs... but LXTerminal and ordinary terminal, refuse to show anything in their windows... have seen some "walking error". But I had to force down the VM to quit Xorg... and so now the date is ok: root@debian:/home/paul# date Tue 26 Jan 2021 02:17:46 PM EST Sorry for not being able to report date result on first boot. Also... no "more": root@debian:/var/log# whereis less less: /usr/bin/less /bin/less /usr/share/man/man1/less.1.gz root@debian:/var/log# whereis more more: root@debian:/var/log# Although I have to admit fsck did correct some errors after the forced reboot. Warning still present after all that: root@debian:/var/log# apt update Hit:1 http://deb.debian.org/debian-ports sid InRelease Hit:2 http://deb.debian.org/debian-ports unreleased InRelease Reading package lists... Done Building dependency tree Reading state information... Done All packages are up to date. W: Skipping acquire of configured file 'main/source/Sources' as repository 'http://deb.debian.org/debian-ports sid InRelease' does not seem to provide it (sources.list entry misspelt?) root@debian:/var/log#