LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Bodhi
User Name
Password
Bodhi This forum is for the discussion of Bodhi Linux.

Notices


Reply
  Search this Thread
Old 03-24-2020, 05:58 PM   #1
derezion
Member
 
Registered: Aug 2018
Distribution: Anything Debian-based
Posts: 81

Rep: Reputation: Disabled
What do I do if Bodhi has been updating for 4 hours


I installed Bodhi 5 AppPack two days ago. I started updating today at 12 noon and now it's almost 4.
It's stuck on "Processing triggers for menu 2.1.47ubuntu2.1"
I'm pretty sure I shutdown in the middle of an update the other day. I've heard doing that can break things.

Now what do I do?

Last edited by derezion; 03-24-2020 at 06:00 PM.
 
Old 03-24-2020, 07:01 PM   #2
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,097
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Sounds like hard drive got stuck. Stuck on configuring with no errors. Might have to do

Code:
sudo apt-get -f install
in terminal

If noticing breakage on a reboot.Maybe I should not have replied. I am not familiar with bohdi and app pack.

Last edited by rokytnji; 03-24-2020 at 07:03 PM.
 
Old 03-24-2020, 07:07 PM   #3
derezion
Member
 
Registered: Aug 2018
Distribution: Anything Debian-based
Posts: 81

Original Poster
Rep: Reputation: Disabled
Okay, I'll look into that command. The AppPack version of Bodhi is just Bodhi with a lot of additional software and not the usual minimalist distro.
 
Old 03-24-2020, 08:21 PM   #4
jglen490
Member
 
Registered: Apr 2002
Location: The next brick house on the right.
Distribution: Kubuntu 18.04, Bodhi 5.0
Posts: 691

Rep: Reputation: 45
Quote:
Originally Posted by derezion View Post
I installed Bodhi 5 AppPack two days ago. I started updating today at 12 noon and now it's almost 4.
It's stuck on "Processing triggers for menu 2.1.47ubuntu2.1"
I'm pretty sure I shutdown in the middle of an update the other day. I've heard doing that can break things.

Now what do I do?
Yeah, that would cause a lot of issues. You could spend a lot of time tracking down a lot of broken packages, bad linkages, half-installed stuff. Actually, you could spend a LOT of time doing that, with zero guarantees. Maybe some good experience, but not necessarily with a complete or stable installation.

Personally, I would save off any personal files and data that I might have stored on the computer, and then I would just re-install. Plan on a lot of time needed for updates. I know, I installed the Bodhi App Pack and was updating for a very long time. Worth it in the end, but a very long process.
 
Old 03-24-2020, 09:08 PM   #5
derezion
Member
 
Registered: Aug 2018
Distribution: Anything Debian-based
Posts: 81

Original Poster
Rep: Reputation: Disabled
Here's a screenshot if it helps.
https://twitter.com/D_Berhe_Gebre/st...038912/photo/1
 
Old 03-24-2020, 09:13 PM   #6
derezion
Member
 
Registered: Aug 2018
Distribution: Anything Debian-based
Posts: 81

Original Poster
Rep: Reputation: Disabled
jglen490, would you say my computer is too old? It came with Windows 7. So the way I look at it I'm using a two year old OS (Bodhi 5) on a eight year old PC (ThinkPad t520). It may as well be a ten year old PC.

Last edited by derezion; 03-24-2020 at 09:17 PM. Reason: Corrected age of PC.
 
Old 03-24-2020, 09:20 PM   #7
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,310
Blog Entries: 28

Rep: Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136
OP, are you using Bohdi's GUI updater?

I have Bohdi in a VM. When I use the Bohdi GUI updater, it does not display any indication that the update is complete. However, if I stop the updater and restart after a reasonable amount of time, it will check for updates, then tell me the system is up-to-date.

This has happened multiple times over a matter of weeks (I do not run the VM every day by any means) with on degradation of performance of the OS.

Last edited by frankbell; 03-24-2020 at 09:22 PM.
 
Old 03-24-2020, 09:29 PM   #8
derezion
Member
 
Registered: Aug 2018
Distribution: Anything Debian-based
Posts: 81

Original Poster
Rep: Reputation: Disabled
Yes I am. I'm using the update with the icon in the "task bar" (eepDater - System Updater.) That's what you mean right? I don't have any important files so I may try what you do.
 
Old 03-24-2020, 09:47 PM   #9
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,310
Blog Entries: 28

Rep: Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136
Well, I use the updater from the Bohdi menu, but I've got a dollar to a doughnut it's the same application.

You could try updating from the command line. I just tried it and it completed successfully:

Code:
sudo apt update && sudo apt upgrade
sudo autoclean
sudo autoremove
 
Old 03-24-2020, 10:29 PM   #10
derezion
Member
 
Registered: Aug 2018
Distribution: Anything Debian-based
Posts: 81

Original Poster
Rep: Reputation: Disabled
Here's a tweet with the last screenshot I took.
https://twitter.com/D_Berhe_Gebre/st...580480/photo/1

I think I'm set. I re-launched the updater and now there's just one update: linux-base.

If I update through CLI will I have to do it that way all the time? I prefer the GUI.

Last edited by derezion; 03-24-2020 at 10:33 PM. Reason: Added a question and additional info.
 
Old 03-24-2020, 11:24 PM   #11
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,310
Blog Entries: 28

Rep: Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136
Thanks for the update.

Personally, I prefer the command line, but that's just me.

The command line is always faster, if you know the commands.

(And, no, I don't always know the commands, not by any means.)

Last edited by frankbell; 03-24-2020 at 11:25 PM.
 
1 members found this post helpful.
Old 03-25-2020, 06:14 AM   #12
jglen490
Member
 
Registered: Apr 2002
Location: The next brick house on the right.
Distribution: Kubuntu 18.04, Bodhi 5.0
Posts: 691

Rep: Reputation: 45
I used the command line also for my post-install updates. Bodhi is not an old distro, although it does have history. What I did say was to allow for plenty of time to get the updates done, because it's difficult to project how long it will take. My laptop took a long time, because it IS an old machine with just 2GB RAM and a Celeron 2840 (IIRC). Yours could take less time, but I have no means to figure that out. Just be patient with it. You could start the update, then come back and check on progress from time to time if you have other important things to do.
 
1 members found this post helpful.
Old 03-25-2020, 10:45 AM   #13
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,388

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
This is a known issue with the old eepdater. It doesnt look like its done even when it is.

It is no longer included in the latest release of bodhi 5.1 - the apppack includes the linux mint updater, which is supposedly really nice.

Non-apppack versions just update with sudo apt update && sudo apt upgrade.

If I were in your position, I'd grab 5.1 apppack and start over, since its such a fresh install anyway.
 
1 members found this post helpful.
Old 03-25-2020, 03:08 PM   #14
derezion
Member
 
Registered: Aug 2018
Distribution: Anything Debian-based
Posts: 81

Original Poster
Rep: Reputation: Disabled
Thanks for all the help everyone.
enigma9o7, I'll try what you said about getting 5.1.
 
Old 03-26-2020, 03:27 PM   #15
derezion
Member
 
Registered: Aug 2018
Distribution: Anything Debian-based
Posts: 81

Original Poster
Rep: Reputation: Disabled
Question Stick with the Bodhi 5.0 updater?

Quote:
Originally Posted by enigma9o7 View Post
If I were in your position, I'd grab 5.1 apppack and start over, since its such a fresh install anyway.

I don't know if this is a unrelated issue for another thread but I'm not sure if I want to install Bodhi 5.1 if it uses the Linux Mint updater. I heard on a YouTube video that the problem with Linux Mint is it doesn't deliver kernel updates automatically.

"New features in Linux Mint 19.2 Cinnamon - Linux Mint"
https://www.linuxmint.com/rel_tina_c...n_whatsnew.php
Says what's new but I don't really understand it.

Here's a video from 2017 that mentions kernel updates and made me wary of Mint (I made the video start when it talks about Mint security)
Linux Mint vs Ubuntu - YouTube
https://youtu.be/wWjX3TltfKg?t=479

I may just stick with Bodhi 5.0 unless anyone can show me how the new updater in 5.1 is superior.

Last edited by derezion; 03-26-2020 at 03:51 PM. Reason: Added a youtube link and description
 
  


Reply

Tags
bodhi, break, updates


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How can I tell how many hours a computer has been running in its life? Brant Linux - Hardware 9 03-06-2023 03:42 AM
LXer: GitHub Has Been Under a Continuous DDoS Attack in the Last 24 Hours LXer Syndicated Linux News 2 03-27-2015 01:59 PM
Grub loading please wait.... error 21 and the system has been this way for hours ekowwitz Linux - Newbie 4 05-17-2010 05:56 AM
My web server has been hacked. SU password has been disabled rcrosoer Linux - Security 11 06-27-2008 02:18 PM
compiling fluxbox it has been over 2 hours nakkaya Linux - Software 14 02-15-2003 12:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Bodhi

All times are GMT -5. The time now is 12:14 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration