PINE64
no "release file"? - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139)
+---- Thread: no "release file"? (/showthread.php?tid=11900)



no "release file"? - HLing - 10-21-2020

I have been getting this error message for a while when i issue
'sudo apt update && sudo apt full-upgrade -y':

E: The repository 'http://security.debian.org bullseye/updates Release' does not have a Release file.
N: Updating from such a repository can 't be done securely, and is therefore disabled by default.

So i would issue:

'sudo apt full-upgrade' instead and it seems to get done.

Am i missing out on anything this way?


RE: no "release file"? - l_gyuri - 10-26-2020

(10-21-2020, 05:03 PM)HLing Wrote: I have been getting this error message for a while when i issue
'sudo apt update && sudo apt full-upgrade -y':

E: The repository 'http://security.debian.org bullseye/updates Release' does not have a Release file.
N: Updating from such a repository can 't be done securely, and is therefore disabled by default.

So i would issue:

'sudo apt full-upgrade' instead and it seems to get done.

Am i missing out on anything this way?
See:
https://www.debian.org/releases/bullseye/errata


RE: no "release file"? - HLing - 10-29-2020

(10-26-2020, 05:59 AM)l_gyuri Wrote:
(10-21-2020, 05:03 PM)HLing Wrote: I have been getting this error message for a while when i issue
'sudo apt update && sudo apt full-upgrade -y':

E: The repository 'http://security.debian.org bullseye/updates Release' does not have a Release file.
N: Updating from such a repository can 't be done securely, and is therefore disabled by default.

So i would issue:

'sudo apt full-upgrade' instead and it seems to get done.

Am i missing out on anything this way?
See:
https://www.debian.org/releases/bullseye/errata

Thank you I_gyuri, I messed up trying.  I realize my etc/apt/sources.list has some questionable entries.  Can someone show me what should be in it? I've managed to add a duplicate line, but prior to that there seems to be some other errors...help!



RE: no "release file"? - dukla2000 - 10-29-2020

(10-29-2020, 03:39 PM)HLing Wrote: ...
Thank you I_gyuri, I messed up trying.  I realize my etc/apt/sources.list has some questionable entries.  Can someone show me what should be in it? I've managed to add a duplicate line, but prior to that there seems to be some other errors...help!

I have:
Code:
$ uname -a
Linux mobian 5.8-sunxi64 #6 SMP Sun Oct 18 12:56:04 UTC 2020 aarch64 GNU/Linux
mobian@mobian:~$ lsb_release -a
No LSB modules are available.
Distributor ID:    Debian
Description:    Debian GNU/Linux bullseye/sid
Release:    testing
Codename:    bullseye
mobian@mobian:~$ cat /etc/apt/sources.list
deb http://deb.debian.org/debian bullseye main
mobian@mobian:~$



RE: no "release file"? - HLing - 10-29-2020

(10-29-2020, 04:09 PM)dukla2000 Wrote:
(10-29-2020, 03:39 PM)HLing Wrote: ...
Thank you I_gyuri, I messed up trying.  I realize my etc/apt/sources.list has some questionable entries.  Can someone show me what should be in it? I've managed to add a duplicate line, but prior to that there seems to be some other errors...help!

I have:
Code:
$ uname -a
Linux mobian 5.8-sunxi64 #6 SMP Sun Oct 18 12:56:04 UTC 2020 aarch64 GNU/Linux
mobian@mobian:~$ lsb_release -a
No LSB modules are available.
Distributor ID:    Debian
Description:    Debian GNU/Linux bullseye/sid
Release:    testing
Codename:    bullseye
mobian@mobian:~$ cat /etc/apt/sources.list
deb http://deb.debian.org/debian bullseye main
mobian@mobian:~$
dukla2000, thank you!  Is that really all we need?! I don't know why but I have in my backup file:

deb http://deb.debian.org/debian bullseye main
deb http://security.debian.org/ bullseye/updates main
deb http://deb.debian.org/debian bullseye-updates main
deb http://deb.debian.org/debian bullseye-proposed-updates main

(!?)