PINE64
Haven't seen updates in a while - 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: Haven't seen updates in a while (/showthread.php?tid=18406)



Haven't seen updates in a while - Zebulon Walton - 06-24-2023

It's been at least a week since I've seen any Mobian updates. Just tried again, but there's still nothing.

Code:
[root@mobian apt]$ apt-get update && apt-get upgrade
Hit:1 http://deb.debian.org/debian bookworm InRelease
Hit:2 http://repo.mobian-project.org bookworm InRelease
Reading package lists... Done           
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Does something need to be changed in /etc/apt/sources.list? Currently mine looks like this:

Code:
deb http://deb.debian.org/debian bookworm main non-free contrib non-free-firmware

There is also a file /etc/apt/sources.list.d/extrepo_mobian.sources which contains:

Code:
Uris: http://repo.mobian-project.org/
Components: main non-free
Types: deb deb-src
Architectures: amd64 arm64 armhf
Suites: bookworm
Signed-By: /var/lib/extrepo/keys/mobian.asc

In a sense I'm not really complaining since the phone is working pretty well for my purposes and updates can go wrong. I'm just hoping that they may eventually fix some of the rough edges.


RE: Haven't seen updates in a while - mdk - 06-24-2023

(06-24-2023, 01:10 PM)Zebulon Walton Wrote: It's been at least a week since I've seen any Mobian updates. Just tried again, but there's still nothing.

That's what we call Debian stable, you know,it's stable Smile))

See https://blog.mobian.org/posts/2023/06/10/bookworm/


RE: Haven't seen updates in a while - zetabeta - 06-24-2023

basically you need to choose between bookworm and trixie, https://blog.mobian.org/posts/2023/06/10/bookworm/ .

if staying with bookworm, then bookworm-security is needed.

this is my fresh mobian bookworm installation after release.

Code:
# if bookworm
mobian@mobian:~$ cat /etc/apt/sources.list
deb http://deb.debian.org/debian bookworm main
deb http://security.debian.org/ bookworm-security main
mobian@mobian:~$ cat /etc/apt/sources.list.d/mobian.list
deb http://repo.mobian.org/ bookworm main non-free-firmware



RE: Haven't seen updates in a while - Zebulon Walton - 06-24-2023

(06-24-2023, 01:39 PM)mdk Wrote: That's what we call Debian stable, you know,it's stable Smile))

See https://blog.mobian.org/posts/2023/06/10/bookworm/

RIght! Smile However this is the first time I've seen no updates for any length of time. Probably because Debian 12 is now officially released, hadn't thought of that.

(06-24-2023, 01:41 PM)zetabeta Wrote: basically you need to choose between bookworm and trixie, https://blog.mobian.org/posts/2023/06/10/bookworm/ .

if staying with bookworm, then bookworm-security is needed.

Thanks, I'll probably stay with "stable" unless I hear one of the issues I'm still seeing (like no volume control on calls and bluetooth audio not working) is supposed to be fixed. (I did try pipewire - volume controls worked but audio routing was totally screwed up, so I went back to pulseaudio.)

I'll update my apt sources to include bookworm-security.