OESF Portables Forum

Model Specific Forums => Gemini PDA => Gemini PDA - Linux => Topic started by: geminifrench on April 11, 2021, 12:18:21 pm

Title: Update linux DEBIAN 9 (stretch) to 10 (buster) & Security updates
Post by: geminifrench on April 11, 2021, 12:18:21 pm
Hello.

Trying to update debian 9 (strech) to 10 (buster). I do this because i want to have the ->security updates<-

I do this :
- sudo -s ( & password)
- nano /etc/apt/sources.list"
- add line :
"
deb http://deb.debian.org/debian buster main
deb http://deb.debian.org/debian buster-updates main
deb http://security.debian.org/debian-security buster/updates main
"
save & exit
-apt update
-apt upgrade
-apt dist-upgrade
-sudo reboot

BUT it's NOT WORKING.
Reboot freeze the gemini. So i made "Fct+Esc" to shutdown.
And if i try to restart with "esc", the screen stop on "gemian booting" image.

So someone had updated debian 9 to 10 with success ?
Or just have security updates working ?
Title: Re: Update linux DEBIAN 9 (stretch) to 10 (buster) & Security updates
Post by: geminifrench on April 11, 2021, 05:00:15 pm
I found a solution to make the reboot.

I had uninstall libreoffice packages with :
sudo -s (& password)
apt remove libreoffice*

The package libreoffice-base doesn't want to uninstall.
So i do:
nano /var/lib/dpkg/status
and remove all entries about the package libreoffice-base
and save.

I changed "/etc/apt/sources.list"
with
"deb http://deb.debian.org/debian buster main contrib non-free
deb http://deb.debian.org/debian buster-updates main contrib non-free
deb http://security.debian.org/debian-security buster/updates main contrib non-free
and make a new apt update & upgrade & full-upgrade

So debian 10 is installed.

I go to /etc/systemd/system.conf
and change DefaulTimeoutStopSec=90s
by DefaulTimeoutStopSec=5s
and save

i enter : systemctl daemon-reload
and
reboot
The system reboot well.

BUT WHEN IT START AGAIN, it stop to "gemian booting" image.
ANY IDEA ?
Title: Re: Update linux DEBIAN 9 (stretch) to 10 (buster) & Security updates
Post by: geminifrench on April 12, 2021, 04:32:21 am
i have forgot to add :
deb http://gemian.thinkglobally.org/buster buster main

and i changed "/etc/apt/sources.list"
by :
"/etc/apt/sources.list.d/multistrap-debian.list"
"/etc/apt/sources.list.d/multistrap-gemian.list"

BUT ALWAYS NOT WORKING
Title: Re: Update linux DEBIAN 9 (stretch) to 10 (buster) & Security updates
Post by: jakfish on April 14, 2021, 10:31:01 am
I admire your efforts!  I would like to do the same thing. The Debian Stretch version of conky is buggy and I would like to upgrade to Buster's version of conky, but when I followed your steps (without "apt upgrade," only "apt install conky-all"), the install threatened to remove all gemian components like gemini-desktop, etc, so I said "no."

I remember with my Sharp Netwalker (ubuntu 9), I could use the source.list for ubuntu 10 to upgrade a few packages, but not a full upgrade--that approach is not working here.

(I posted on your Tutorial thread about your great help--again, thank you)

Jake
Title: Re: Update linux DEBIAN 9 (stretch) to 10 (buster) & Security updates
Post by: geminifrench on April 17, 2021, 05:09:56 am
Happy to have some help  :)

i have no more idea how to do the upgrade to buster. And i don't kown enough this subject to resolve it.
so i had re-install my strech debian gemini to can work (because i realy use my gemini  ;D )

so need other somebody help to find the solution.
Title: Re: Update linux DEBIAN 9 (stretch) to 10 (buster) & Security updates
Post by: jakfish on April 18, 2021, 04:59:48 pm
Sorry I can't be more help.

I must admit, however, I'm having a great time with Stretch/Gemini. I use my Cosmo for my phone, so the Gemini is just for a Linux laptop.

I hadn't turned on my Gemini in a year, and now I'm using Gemian all the time. My poor Netwalker... This is what the Netwalker should've been.

Jake
Title: Re: Update linux DEBIAN 9 (stretch) to 10 (buster) & Security updates
Post by: Varti on April 19, 2021, 05:31:59 am
My poor Netwalker... This is what the Netwalker should've been.
[OT] I didn't buy a Netwalker back in the days, I preferred my Zaurus since it was more compact, but still it was an interesting device. Still hoping to see a new Zaurus, with updated specs, Cosmo-like keyboard and a swivel screen :)

Varti
Title: Re: Update linux DEBIAN 9 (stretch) to 10 (buster) & Security updates
Post by: jakfish on April 19, 2021, 09:58:50 am
Wouldn't that be fun :) I still use my Netwalker just because the form factor was so cool at the time, but the keyboard is maddeningly spongy. Fast typing is not allowed. On the other hand, I'm a terrible typist, so I'm slow and make mistakes with or without a Netwalker :)
Title: Re: Update linux DEBIAN 9 (stretch) to 10 (buster) & Security updates
Post by: geminifrench on April 19, 2021, 04:59:23 pm
I must admit, however, I'm having a great time with Stretch/Gemini. I use my Cosmo for my phone, so the Gemini is just for a Linux laptop.

I hadn't turned on my Gemini in a year, and now I'm using Gemian all the time. My poor Netwalker... This is what the Netwalker should've been.

Jake

Me too ;-)
Only debian on my gemini.
I have a phone for talk and basic things, and my debian gemini for working all the day like an ultra mini laptop always in my 'pocket'.
Title: Re: Update linux DEBIAN 9 (stretch) to 10 (buster) & Security updates
Post by: mibry on April 20, 2021, 05:07:20 am
Sorry I can't be more help.

I must admit, however, I'm having a great time with Stretch/Gemini. I use my Cosmo for my phone, so the Gemini is just for a Linux laptop.

I hadn't turned on my Gemini in a year, and now I'm using Gemian all the time. My poor Netwalker... This is what the Netwalker should've been.

Jake

Have a look here: https://github.com/gemian/gemian/wiki/DebianBuster.

That might help with upgrade to buster.

Regards

Mibry
Title: Re: Update linux DEBIAN 9 (stretch) to 10 (buster) & Security updates
Post by: geminifrench on April 25, 2021, 05:32:14 am
Have a look here: https://github.com/gemian/gemian/wiki/DebianBuster.

That might help with upgrade to buster.

Regards

Mibry

Thanks !  ;)
But i have full re-install my gemini to work with.
So i need to leave someone else find the solution (i need a 2e gemini to experiment and re-flash it  ;D )