LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 10-27-2018, 01:09 PM   #1
Stella456
Member
 
Registered: Sep 2013
Posts: 219

Rep: Reputation: 82
Error: Timeout was reached


Installed Bodhi a number of times on a number of machines recently. Today though a new install is getting the above line when doing updates. It's the same ISO I've been using all along (and it's Bodhi 4 legacy) but I did burn it to a new usb - so that's the only difference (plus a different machine of course).

Any idea what's going on - if I do sudo apt-get update or upgrade, get Error: Timeout was reached - at the end. If I use eepdater it just tells me I'm up to date.
 
Old 10-28-2018, 03:38 AM   #2
rfanch3r
LQ Newbie
 
Registered: Oct 2018
Posts: 8

Rep: Reputation: Disabled
Yeah I would like to know the fix for this as well, I just reinstalled 4.5 because 5.0 does not work on the same device and started to see this error when upgrading my apps.

sudo /usr/lib/packagekit/packagekitd --verbose
01:23:09 PackageKit dlopening '/usr/lib/x86_64-linux-gnu/packagekit-backend/libpk_backend_aptcc.so'
Failed to load the backend: opening module aptcc failed : /usr/lib/x86_64-linux-gnu/packagekit-backend/libpk_backend_aptcc.so: symbol _ZN9pkgSystem9LockInnerEv, version APTPKG_5.0 not defined in file libapt-pkg.so.5.0 with link time reference

I found a really old post on some blog but the resolution does not work

sudo apt-get install libapt-pkg4.12=1.1.1bodhi1 apt=1.1.1bodhi1 apt-transport-https=1.1.1bodhi1 apt-utils=1.1.1bodhi1

Last edited by rfanch3r; 10-28-2018 at 03:44 AM.
 
Old 10-29-2018, 08:41 PM   #3
rfanch3r
LQ Newbie
 
Registered: Oct 2018
Posts: 8

Rep: Reputation: Disabled
206 views and no one knows the solution to this?
 
Old 10-29-2018, 08:52 PM   #4
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
it isn't a fix, but i recently installed lnav to view system log files. since i am not well versed in that language at all, it is handy that the error messages are red. i believe the default is to show syslog, but it can be used to look at others if needed. maybe seeing some of those error messages will provide further clues as to what is going on?
 
Old 10-29-2018, 09:12 PM   #5
rfanch3r
LQ Newbie
 
Registered: Oct 2018
Posts: 8

Rep: Reputation: Disabled
@cordx Well that's a neat app!! However, it shows the same error only it was easier to find and see than what I pasted above, that took some searching to find.
 
1 members found this post helpful.
Old 10-29-2018, 09:49 PM   #6
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
@rfanch3r sorry to hear it wasn't more help. i stumbled into lnav when my moksha started throwing weird errors a few months ago. in the end it was my hdd that was dying so lnav wasn't a whole lot of help with mine either.

i was playing around with synaptic package manager earlier and your question got me wondering if maybe some of the packages you have listed (or even apt itself) might show up with problems that it could fix? for example, when i right-click on apt itself, one of the suggestions at the bottom is to install aptitude. never used it myself, but i thought i read somewhere (just found a link) that it was a front end for apt:

https://help.ubuntu.com/lts/serverguide/aptitude.html
 
Old 10-29-2018, 10:05 PM   #7
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
of course a working frontend to a backend that refuses to load may be a moot point. it might be able (though i think it would be easier to see in synaptic) to show you broken or misconfigured packages.
 
Old 10-30-2018, 03:22 AM   #8
rfanch3r
LQ Newbie
 
Registered: Oct 2018
Posts: 8

Rep: Reputation: Disabled
Well it only showed up after I did an apt update/upgrade
 
Old 10-30-2018, 07:28 AM   #9
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
i noticed one of the packages in my update this week was for apt. any chance you have a backup you can go back to and see if that helps?
 
Old 10-30-2018, 07:21 PM   #10
rfanch3r
LQ Newbie
 
Registered: Oct 2018
Posts: 8

Rep: Reputation: Disabled
I don't think there is a way to roll an app back via apt. It would be nice if the dev team could make some comment regarding this. Is this a known issue? Are you ignoring this because its now legacy?
 
Old 10-31-2018, 02:46 AM   #11
rbtylee
Bodhi Developer
 
Registered: Jun 2018
Location: Ladson, SC US
Distribution: Bodhi
Posts: 454

Rep: Reputation: 437Reputation: 437Reputation: 437Reputation: 437Reputation: 437
This is not a known issue and I haven't been ignoring this because it is legacy or 4.5 or any other reason. I can't duplicate it and am unsure what is wrong. All I could do is google the error you are getting and repeat what I read on the internet. I don't like doing that ...
 
1 members found this post helpful.
Old 11-02-2018, 06:37 PM   #12
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
Quote:
Originally Posted by rfanch3r View Post
I don't think there is a way to roll an app back via apt.
i was hoping maybe you had an offline backup that you could revert to. in case this is still an issue, i found this article that talks about using the --reinstall flag for apt. not sure if that will work with a broken apt backend.

https://debian-administration.org/ar..._fix_problems.

if that doesn't work, there is another suggestion on that page about using dpkg to purge the install and then it can also be used to clean install since i am assuming apt will not be functional. i found my most recent installed packages in /var/cache/apt/archives in their original .deb files. if it were me, i would copy those to a different location to make sure they aren't removed by a purge (not sure exactly how that all works. i would think they stay before autoremove, but just to be safe) if you do in fact decide to go the purge route. /var/log/apt/history.log.1.gz was where my log for that upgrade was. after gunzip i was able to see all of the packages that were in the /archives directory.

this page talks about how to install a .deb with dpkg then fix dependencies (if it works then) with apt:

https://unix.stackexchange.com/quest...kg-i-or-by-apt

Last edited by cordx; 11-03-2018 at 06:28 AM. Reason: fixing links
 
Old 11-02-2018, 07:47 PM   #13
bobl01
Member
 
Registered: Oct 2018
Location: South West England
Distribution: Bodhi; Manjaro
Posts: 101

Rep: Reputation: 68
I don't know if this is related or not. I've been using eepDater for all my updates, and it's been sort of freezing. I say sort of, because the Cylon eye is still sweeping back and forth, but progress has stopped. However, when you click the info button on eepDater, there is a message after the row of dashes which normally signifies that the update has finished:

-----------------------------
Error: CRI:eina_log ../src/bin/win.c:1762 win_new() unknown log domain -1.
original message level for: WRN

In the Terminology window, it often seems on a Processing triggers line, such as this:
Processing triggers for libc-bin (2.27-3ubuntu1) ...
 
1 members found this post helpful.
Old 11-03-2018, 05:46 PM   #14
RonCam
Member
 
Registered: Dec 2008
Posts: 138

Rep: Reputation: 52
Quote:
Originally Posted by bobl01 View Post
... I've been using eepDater for all my updates, and it's been sort of freezing. I say sort of, because the Cylon eye is still sweeping back and forth, but progress has stopped. ...
I have seen that but assumed Moshka was going to sleep during the update, since after 'clicking around' a bit, the big green check mark would eventually appear in the eepDater window.
 
1 members found this post helpful.
Old 11-07-2018, 11:47 AM   #15
Stella456
Member
 
Registered: Sep 2013
Posts: 219

Original Poster
Rep: Reputation: 82
Still getting it on a new install from my original dvd burned with bodhi 4. Just ignoring it for now!
 
  


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
[SOLVED] nslookup error - ;; connection timed out; no servers could be reached gauravgoel1989 Linux - Networking 12 08-26-2014 11:59 AM
connection timeout; no servers could be reached for node2 hendry Linux - Laptop and Netbook 3 07-23-2013 01:27 AM
pdnsd error : T_NAPTR: buffer limit reached psubhadra Linux - Networking 3 11-23-2009 10:56 AM
DNS Error ;; Connection timed out ; no servers could be reached pooriya Linux - Networking 9 10-11-2009 07:16 AM
CUPS Quota Limit Reached ERROR Frame360 Linux - Newbie 4 03-09-2007 01:49 AM

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

All times are GMT -5. The time now is 05:28 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