Bug 752724
Summary: | Update (14->16) fails after reboot with "error: cannot open Packages database" | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Michael Styer <michael> | ||||
Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 16 | CC: | anaconda-maint-list, dekela, jonathan, vanmeeuwen+fedora | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-11-15 15:02:32 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Michael Styer
2011-11-10 08:55:52 UTC
I am having this issue as well. Upgrading from f15 to f16 using preupgrade. /tmp/anaconda.log, /tmp/syslog, and /tmp/storage.log from the installation environment would help. Thanks. You mean from the Fedora 14 (or 15, in Dekel's case) environment, right? I'll get those tonight. Created attachment 532980 [details]
Log files
I didn't have /tmp/syslog or /tmp/anaconda.log. I did have, in /var/log:
* anaconda.log
* anaconda.storage.log
* anaconda.yum.log
* anaconda.syslog
* anaconda.xlog
* anaconda.program.log.
I've attached those. Hope they're helpful; happy to provide any more information needed.
Actually, I meant from the installation environment. However, I think a more important piece of information is: Do you have /var on a separate partition or logical volume? Aha. OK, I haven't figured out how to get to the installation environment -- the installation fails with the error above, and then I don't have console access, as far as I can tell. Is there another way I can get log files from the installation environment? I don't actually know where the installation environment is, but if you point me to it I'll be happy to look. Anyway, yes, I have /var on a separate logical volume: $ mount /dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) devpts on /dev/pts type devpts (rw,gid=5,mode=620) tmpfs on /dev/shm type tmpfs (rw) /dev/mapper/VolGroup00-LogVol02 on /home type ext3 (rw) /dev/mapper/VolGroup00-LogVol04 on /tmp type ext3 (rw) /dev/mapper/VolGroup00-LogVol05 on /opt type ext3 (rw) /dev/mapper/VolGroup00-LogVol01 on /usr type ext3 (rw) /dev/sda3 on /boot type ext3 (rw) /dev/mapper/VolGroup00-LogVol03 on /var type ext3 (rw) none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw) Is that a problem? Yeah, there's a bug about that in F16 unfortunately. You'll need to use the updates image referenced in the bug I'm marking this one as a dupe of. *** This bug has been marked as a duplicate of bug 748119 *** OK, sounds like that's it. Thanks for the info; I'll try the image in the other bug. |