LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 05-26-2017, 11:10 AM   #1
bobkatz
LQ Newbie
 
Registered: Jan 2010
Distribution: Whatever's in my Thecus 5500!
Posts: 22

Rep: Reputation: 1
Fedora 26 messed me up with failed update (no surprise). Any help?


Fedora 26 (no surprise) messed up several things while trying to install updates on a reboot. It got up to 93%. I waited an hour and gave up and restarted and the troubles began.

--- smb will not connect to a server. It won't see the server.

---- I know that network is working. ifconfig is showing things are good. I can ssh to a server, no problem.

--- when I go to the gui "activities/files it asks for my password in order to view files! It's never done that before. Very broken.

--- can't display settings at all, won't go to them, just spins the cursor.

So something's very broken. I don't think it's the kernel because dnf says there's nothing to upgrade. Going back to previous kernel of Fedora 26 doesn't fix the situation. I know I'm on the bleeding edge but I chose Fedora 26 for very specific reasons and I have to live with it until it matures.

Does anyone have any suggestions on what to do? I'm kicking myself in the can for not having made a clone BEFORE I did the update so a whole bunch of things I've done to get the app backuppc working and configured would be thrown to the wind. I could painfully install Fedora 26 fresh again from scratch and then rsync selective items from a clone but I dread that.

I'm so pissed :-(. Any ideas? Thanks in advance.
 
Old 05-26-2017, 08:00 PM   #2
Doug G
Member
 
Registered: Jul 2013
Posts: 749

Rep: Reputation: Disabled
You know Fedora 26 is only an Alpha release at the moment? The Beta isn't out yet, and it's another month or so to the actual release.

https://communityblog.fedoraproject....ates-schedule/
 
Old 05-27-2017, 12:43 AM   #3
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by bobkatz View Post
Any ideas?
Hi...

Honestly, unless someone here knows how to specifically fix the individual issues you've mentioned, it's probably best to back up everything you want to save and then reinstall Fedora 26 from scratch.

Regards...
 
Old 05-27-2017, 07:30 AM   #4
bobkatz
LQ Newbie
 
Registered: Jan 2010
Distribution: Whatever's in my Thecus 5500!
Posts: 22

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by ardvark71 View Post
Hi...

Honestly, unless someone here knows how to specifically fix the individual issues you've mentioned, it's probably best to back up everything you want to save and then reinstall Fedora 26 from scratch.

Regards...

I agree. In fact, I already gave up, though I'll follow this thread if anyone has any fixes for the issues if they come up again. I'm in the process of reinstalling and configuring Fedora 26 from scratch. I knew it was alpha and I was willing to take the risks. I should never have accepted an update without first cloning. Those are the practices that an alpha user must follow, as well as being willing to accept loss of data. I think I'll get another SSD as a third clone.

Thanks for your help!


Bob
 
Old 05-27-2017, 06:13 PM   #5
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,153

Rep: Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125
Perfect opportunity to implement snapshot as I mentioned in your other thread.
 
1 members found this post helpful.
Old 06-12-2017, 07:07 AM   #6
jens
Senior Member
 
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,465

Rep: Reputation: 299Reputation: 299Reputation: 299
Quote:
Originally Posted by bobkatz View Post
Fedora 26 (no surprise) messed up several things while trying to install updates on a reboot. It got up to 93%. I waited an hour and gave up and restarted and the troubles began.
Start with rebuilding your RPM database:
Code:
# rm -f /var/lib/rpm/__db*
# rpm --rebuilddb
... next it should work OK again.

PS: It's a known issue in libdb (https://bugzilla.redhat.com/show_bug.cgi?id=1394862) and fixed in libdb-5.3.28-21 (Fedora 24, 25 and 26).

Last edited by jens; 06-12-2017 at 07:39 AM.
 
Old 06-12-2017, 01:51 PM   #7
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by bobkatz View Post
Thanks for your help!
You're welcome

Regards...
 
Old 06-12-2017, 04:19 PM   #8
jens
Senior Member
 
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,465

Rep: Reputation: 299Reputation: 299Reputation: 299
Please don't just demolish your system (as recommended by others). The steps I posted above should just work.
 
Old 06-13-2017, 09:56 AM   #9
bobkatz
LQ Newbie
 
Registered: Jan 2010
Distribution: Whatever's in my Thecus 5500!
Posts: 22

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by jens View Post
Start with rebuilding your RPM database:
Code:
# rm -f /var/lib/rpm/__db*
# rpm --rebuilddb
... next it should work OK again.

PS: It's a known issue in libdb (https://bugzilla.redhat.com/show_bug.cgi?id=1394862) and fixed in libdb-5.3.28-21 (Fedora 24, 25 and 26).
Thanks, Jens. Well, that's great to know! If it ever happens to me again. But anyway, in absence of your information, I bit the bullet and reinstalled my entire Fedora 25, upgraded to 26 and now I'm back in business ;-)
 
Old 06-15-2017, 08:31 AM   #10
jens
Senior Member
 
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,465

Rep: Reputation: 299Reputation: 299Reputation: 299
Quote:
Originally Posted by bobkatz View Post
Thanks, Jens. Well, that's great to know! If it ever happens to me again. But anyway, in absence of your information, I bit the bullet and reinstalled my entire Fedora 25, upgraded to 26 and now I'm back in business ;-)
Apologizes for being a bit late, but I still find it unacceptable/disappointing from my fellow LQ-members to recommend a fresh install for a rather unproblematic (and well known) bug that hit most people and was easy to fix.

Anyway, glad you have it running again

Last edited by jens; 06-15-2017 at 08:33 AM.
 
  


Reply

Tags
fedora26



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
LXer: Surprise Android 'KitKat' update fixes nasty OpenSSL vuln LXer Syndicated Linux News 0 06-20-2014 09:02 PM
[SOLVED] Fedora 19 Update FAILED Ztcoracat Fedora 8 01-03-2014 07:34 PM
does failed using urpmi messed up my "Install Software" / "mandrake update" ??? sirpelidor Mandriva 1 11-02-2003 09:00 PM

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

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