LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
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 07-10-2019, 11:00 AM   #1
madmax25
Member
 
Registered: Aug 2018
Posts: 348

Rep: Reputation: Disabled
BL4.5-32bit - Moksha outdated?


Today, my old netbook keeps telling me, Moksha is outdated and I'm asked to update my system packages to install Moksha 0.17.4.

I'm offered to be reminded later or never again or just hit OK.

I already tried OK and later, but the message is coming back again after a while.

I did a global update for Bodhi in the terminal, but everything seems to be up to date.

So, what am I supposed to do about this, now, please?

Last edited by madmax25; 07-10-2019 at 11:26 AM.
 
Old 07-10-2019, 11:15 AM   #2
cainakira
LQ Newbie
 
Registered: Dec 2012
Distribution: Bodhi Linux
Posts: 4

Rep: Reputation: Disabled
It's happening on 5.0.0 64-bit too and started today as well
 
Old 07-10-2019, 11:21 AM   #3
JollyRoger1939
Member
 
Registered: Jun 2018
Location: Buckinghamshire, England
Distribution: BodhiLinux
Posts: 52

Rep: Reputation: Disabled
It's telling me (on Bodhi 5.0 64bit) that my version of Enlightenment is outdated.
 
Old 07-10-2019, 11:24 AM   #4
madmax25
Member
 
Registered: Aug 2018
Posts: 348

Original Poster
Rep: Reputation: Disabled
Yes, Enlightenment is mentioned in this message here, as well.

EDIT:
I just refreshed synaptic.
Not sure, yet, if it helped.

Last edited by madmax25; 07-10-2019 at 11:28 AM.
 
Old 07-10-2019, 11:31 AM   #5
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,389

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
My 32-bit 5.0 machine woke itself from sleep to put that message on the screen this morning.

And it's here on my 5.0 64-bit with test version of moksha/efl.

Here's a screenshot of the msg, although my guess is every one already saw this today...
https://i.imgur.com/Ek1rZsS.jpg
 
Old 07-10-2019, 12:15 PM   #6
madmax25
Member
 
Registered: Aug 2018
Posts: 348

Original Poster
Rep: Reputation: Disabled
Seems like refreshing synaptic is the solution for that.
After doing this, the message didn't return, so far.
 
Old 07-10-2019, 12:35 PM   #7
anon242
Member
 
Registered: Oct 2018
Posts: 69

Rep: Reputation: Disabled
Here as well, both computers.
Attached Thumbnails
Click image for larger version

Name:	upnoten.png
Views:	39
Size:	64.9 KB
ID:	30883  
 
Old 07-10-2019, 01:50 PM   #8
the_waiter
Bodhi Developer
 
Registered: Jun 2018
Location: Banská Bystrica, Slovakia
Distribution: Bodhi Linux
Posts: 864

Rep: Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665
Interesting

The same here with BL 3.2.1 with Moksha 0.2.0. We need to check the code. Unfortunately I am on holidays with family. Probably Robert will look at that sooner than me. Anyway we can use "never tell me" option.

http://www.enlightenment.org/ss/e-5d...8.88960503.jpg

EDIT: some first info. At this link you can find the source with update functions
https://github.com/JeffHoogland/moks...bin/e_update.c

Moksha is connecting the e server
url_up = ecore_con_url_new("http://www.enlightenment.org/update.php");
to check the version

Not sure why we can see this for the first time.

Stefan

Last edited by the_waiter; 07-10-2019 at 02:07 PM.
 
Old 07-10-2019, 02:34 PM   #9
EscuelasLinux
LQ Newbie
 
Registered: Jun 2018
Posts: 11

Rep: Reputation: Disabled
I already used the "Never tell me" option, but after some two hours that dialog box appears again :-(
 
Old 07-10-2019, 02:35 PM   #10
the_waiter
Bodhi Developer
 
Registered: Jun 2018
Location: Banská Bystrica, Slovakia
Distribution: Bodhi Linux
Posts: 864

Rep: Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665
Really?

So we need to change the code for removing timer completely.

Stefan

EDIT: moment, I ve just checked the code. The timer is deleted.
if (update_timer) ecore_timer_del(update_timer);
update_timer = NULL;

This is odd indeed

Last edited by the_waiter; 07-10-2019 at 02:36 PM.
 
Old 07-10-2019, 02:48 PM   #11
madmax25
Member
 
Registered: Aug 2018
Posts: 348

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by EscuelasLinux View Post
I already used the "Never tell me" option, but after some two hours that dialog box appears again :-(
Yes, same here.
Obviously, refreshing synaptic didn't fix anything.

What can an ordinary user do to get rid if this message permanently, please?
 
Old 07-10-2019, 03:42 PM   #12
hemlocktree
Member
 
Registered: Aug 2018
Posts: 719

Rep: Reputation: 311Reputation: 311Reputation: 311Reputation: 311
well i have been using my laptop on and off since 4 am and this just popped up too. wondering if maybe it could be a hack or some such or contaminated from this site or some such - ya i know - i read too much alien stuff. man this is weird.... Hopefully Ylee can figure this out while stefan in on vacation - enjoy the vaca Stefan!
 
Old 07-10-2019, 03:43 PM   #13
the_waiter
Bodhi Developer
 
Registered: Jun 2018
Location: Banská Bystrica, Slovakia
Distribution: Bodhi Linux
Posts: 864

Rep: Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665
We need to check if item update.check in config file is set to 0 and saved correctly. Unfortunately I am not able to find how to decode eet file (need Robert). Anyway, I pressed "bother me later" 3 hours ago and I am still without the message.

Stefan

EDIT: success with eet file decoding. Let me look at that.

Last edited by the_waiter; 07-10-2019 at 03:48 PM.
 
Old 07-10-2019, 04:05 PM   #14
the_waiter
Bodhi Developer
 
Registered: Jun 2018
Location: Banská Bystrica, Slovakia
Distribution: Bodhi Linux
Posts: 864

Rep: Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665
OK, this is the method

go to .e/e/config/your_profile_name

eet -d e.cfg config output.txt

now open output.txt in editor and lookup at items at the bottom:
value "update.check" uchar: 1;
value "update.later" uchar: 1;

The first one means the update check will happen and the second one if you pressed "bother me later" or not. Having update.later 0 could be fine. Please check it. Anyway we can change both items to zero values and compile back to e.cfg file.

eet -e e2.cfg config output.txt 1

Try to follow this link for another info
https://it.toolbox.com/blogs/jeffhoo...t-files-101915

This is the only thing I can do in this situation.

Stefan

Last edited by the_waiter; 07-10-2019 at 04:09 PM.
 
Old 07-10-2019, 05:27 PM   #15
hemlocktree
Member
 
Registered: Aug 2018
Posts: 719

Rep: Reputation: 311Reputation: 311Reputation: 311Reputation: 311
updated laptops yesterday yesterday and this situation just started late afternoon. not sure what caused this.
 
  


Reply



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
BL4.5.0 32bit - How to use only 5GHz for WiFi? madmax25 Bodhi 3 02-18-2019 10:50 AM
BL4.5.0-32bit - How to remove unused packages without damaging system? madmax25 Bodhi 13 02-07-2019 10:49 AM
USB device connection overrides Moksha DE's lock screen (Bodhi 4.5.0, Moksha 0.2.1) Kazuhira_x3 Bodhi 1 11-08-2018 02:54 AM
BL4.5.0-64bit - Need command to start Moksha from command line? madmax25 Bodhi 4 10-04-2018 10:30 AM

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

All times are GMT -5. The time now is 07:21 PM.

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