Virtualmin module updates

Howdy all,

I’ve just rolled out several module updates:

virtualmin-mailman-6.8
virtualmin-nginx-2.6
virtualmin-nginx-ssl-1.6
virtualmin-sqlite-1.6
virtualmin-vsftpd-1.6

These are minor updates, with bugfixes and language updates.

Cheers,

Joe

There is a problem with the packages:

I’m getting errors on Ubuntu when executing apt update

W: http://software.virtualmin.com/gpl/ubuntu/dists/virtualmin-universal/Release.gpg: Signature by key 31D2B18872EAF68EFB81F81DE8DD3FA0A0BDBCF9 uses weak digest algorithm (SHA1)
E: Failed to fetch http://software.virtualmin.com/gpl/ubuntu/dists/virtualmin-universal/main/binary-amd64/Packages Writing more data than expected (108397 > 103338) [IP: 149.28.242.101 80]
E: Failed to fetch http://software.virtualmin.com/gpl/ubuntu/dists/virtualmin-universal/main/binary-i386/Packages Writing more data than expected (21687 > 20414) [IP: 149.28.242.101 80]

I tried apt clean but it did not help …

The weak key error isn’t something I can fix. You’ve got an old install. You can switch to the new(er) repository instead, which uses a newer key. You’d need to fetch the new key, and import it with apt-key import. Then switch the repo URLs to:

deb http://software.virtualmin.com/vm/6/gpl/apt virtualmin-buster main
deb http://software.virtualmin.com/vm/6/gpl/apt virtualmin-universal main

I’m looking into the other issue. Something broke in the mirror sync process and it’s not syncing anymore, for some reason. I’ll take the misbehaving server out of DNS until I sort it out, so in a few minutes you should be able to apt-get clean and try again.

I guess its what you meant: Software Repository Maintenance . That issue is back again, at least for me and currently.

Cannot upgrade on a freshly installed server with debian 10

root@host2:~# apt-get update
Hit:1 http://asi-fs-n.contabo.net/debian buster InRelease
Hit:2 http://asi-fs-n.contabo.net/debian buster-updates InRelease
Hit:3 http://software.virtualmin.com/vm/6/gpl/apt virtualmin-buster InRelease
Hit:4 http://software.virtualmin.com/vm/6/gpl/apt virtualmin-universal InRelease
Hit:5 http://security.debian.org/debian-security buster/updates InRelease
Reading package lists... Done                          
N: Skipping acquire of configured file 'main/binary-amd64/Packages' as repository 'http://software.virtualmin.com/vm/6/gpl/apt virtualmin-universal InRelease' doesn't support architecture 'amd64'
root@host2:~# apt-get upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  webmin-virtualmin-nginx
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 108 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://software.virtualmin.com/vm/6/gpl/apt virtualmin-universal/main all webmin-virtualmin-nginx all 2.6 [108 kB]
Err:1 http://software.virtualmin.com/vm/6/gpl/apt virtualmin-universal/main all webmin-virtualmin-nginx all 2.6
  File has unexpected size (108206 != 108220). Mirror sync in progress? [IP: 163.172.162.254 80]
  Hashes of expected file:
   - SHA512:eeb0101093aa6907ebac3baf527566a593b45cbe62d4300f2c7886613c1d629bbfb10a78f96f0ca0615506d23fa57026e6b0e10f45df37378c364d9e4e89150d
   - SHA256:0eee763d023bc600671192a5f7dabc17eeb41b26ac90af9cf86d5e32994b90d9
   - SHA1:3f692fdee0ba6f802329ec94eddd79240a46715c [weak]
   - MD5Sum:de7542e8854d5ec6f3afb888022c7e56 [weak]
   - Filesize:108220 [weak]
E: Failed to fetch http://software.virtualmin.com/vm/6/gpl/apt/pool/main/w/webmin-virtualmin-nginx/webmin-virtualmin-nginx_2.6_all.deb  File has unexpected size (108206 != 108220). Mirror sync in progress? [IP: 163.172.162.254 80]
   Hashes of expected file:
    - SHA512:eeb0101093aa6907ebac3baf527566a593b45cbe62d4300f2c7886613c1d629bbfb10a78f96f0ca0615506d23fa57026e6b0e10f45df37378c364d9e4e89150d
    - SHA256:0eee763d023bc600671192a5f7dabc17eeb41b26ac90af9cf86d5e32994b90d9
    - SHA1:3f692fdee0ba6f802329ec94eddd79240a46715c [weak]
    - MD5Sum:de7542e8854d5ec6f3afb888022c7e56 [weak]
    - Filesize:108220 [weak]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.