Bug 122087
| Summary: | nautilus does not run | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Rafael J. Wysocki <rjwysocki> | ||||||
| Component: | nautilus | Assignee: | Alexander Larsson <alexl> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | |||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | rawhide | CC: | manolo | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2006-02-21 19:02:53 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
Rafael J. Wysocki
2004-04-30 11:32:11 UTC
Created attachment 99862 [details]
good fstab for nautilus
I have been able to run nautilus... Digging into gentoo lists it seems to be a hard to track problem which possibly involves glibc and/or nptl ... and only shows on x86_64 architecture. There is a workaround that seems to work (at least it works for me) you have to edit /etc/fstab and comment out lines for floppy, cdrom, etc... until you get nautilus to run. Here (attached) is my /etc/fstab that makes it run well. The funny thing is that if I change the last line from /dev/fd0 /mnt/floppy auto noauto 0 0 to /dev/fd0 /mnt/floppy auto noauto,owner 0 0 then nautilus crashes again! ;-/ Created attachment 99863 [details]
I also changed this ...
Maybe this is also needed
Forgot to say, my hardware is AMD64 processor Asus k8v de luxe motherboard and several pata/sata disks 1,2 Gb RAM P.S. I was fed up from using KDE (which otos works flawlessly...) Does anyone have a backtrace of the crash (with symbols)? links I found sofar http://forums.gentoo.org/viewtopic.php?t=157179 http://bugzilla.gnome.org/show_bug.cgi?id=138986 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=122662 <---- this is surely related! Here is my fstab file for reference: [csm@stealth csm]$ cat /etc/fstab LABEL=/ / ext3 defaults 1 1 LABEL=/boot /boot ext3 defaults 1 2 none /dev/pts devpts gid=5,mode=620 0 0 none /dev/shm tmpfs defaults 0 0 LABEL=/home /home ext3 defaults 1 2 LABEL=/opt /opt ext3 defaults 1 2 none /proc proc defaults 0 0 none /sys sysfs defaults 0 0 LABEL=/usr /usr ext3 defaults 1 2 LABEL=/usr/local /usr/local ext3 defaults 1 2 LABEL=/var /var ext3 defaults 1 2 /dev/hdc3 swap swap defaults 0 0 /dev/hda5 swap swap defaults 0 0 /dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0 /dev/cdrom1 /mnt/cdrom1 udf,iso9660 noauto,owner,kudzu,ro 0 0 /dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0 *** This bug has been marked as a duplicate of 123807 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |