whiskerz007 / proxmox_tuya-convert_container

MIT License
85 stars 37 forks source link

Cannot download debian strech, is license truly needed #2

Closed drogfild closed 5 years ago

drogfild commented 5 years ago

Hi, Found your nice script. But I'm getting an error that I cannot get past. Tried to google but only found info that it might relate to fact that I don't have a license for proxmox. But is that truly needed?

root@pve:~# bash -c "$(wget -qO - https://raw.githubusercontent.com/whiskerz007/proxmox_tuya-convert_container/master/create_container.sh)" -s local-lvm Get:1 http://security.debian.org stretch/updates InRelease [94.3 kB] Ign:2 http://ftp.fi.debian.org/debian stretch InRelease Get:3 http://ftp.fi.debian.org/debian stretch-updates InRelease [91.0 kB] Hit:4 http://ftp.fi.debian.org/debian stretch Release Ign:6 https://enterprise.proxmox.com/debian/pve stretch InRelease Err:7 https://enterprise.proxmox.com/debian/pve stretch Release 401 Unauthorized Reading package lists... Done E: The repository 'https://enterprise.proxmox.com/debian/pve stretch Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. ERROR: 100@29: A failure has occured.

whiskerz007 commented 5 years ago

@drogfild The problem you are having is caused by not having a subscription and trying to update Proxmox using the enterprise repository. Follow this link and run the commands to correct this error.

drogfild commented 5 years ago

Thanks for guiding Proxmox noob! I'll try that and report back.

drogfild commented 5 years ago

After commands from your link this provision works fine. Maybe that link should be included in documentation? Thanks!