CentOS 5 :: Nautilus Does Not Stop Automounted NFS From Unmounting?
Jun 22, 2010
A client is having a problem with a recently installed CentOS 5.5 x86_64 Virtual Machine (under VMware ESX 3.5). The problem is reported by the user as "Nautilus windows closing after a time when looking at data from the NFS server".
The folders the user is using are in a file system that is NFS mounted from a Solaris 10 file server cluster (VCS). These are mounted using autofs. These are direct mounts as in:
$ grep ^/- /etc/auto.master
/- /etc/auto.direct
$ cat /etc/auto.direct
/opt/user-data fileserver:/export/org/data/something/something
I have reproduced the problem by logging in and opening a number of folders using Nautilus under /opt/user-data. After a while, all Nautilus folder windows that are under /opt/user-data will close and when this occurs you can see from the command line that autofs has unmounted the area from the file server.
This should not occur because Nautilus having a window open should count as the folder being in use and should stop autofs from unmounting it. I don't know if this is an autofs or Nautilus bug but I suspect it's a Nautilus bug in it not keeping some kind of access open on the folder. System information:
The system was updated at install time. /boot/grub/grub.conf has "divider=10" appended to the kernel line.VMware Tools are installed. NTP is also configured and steps the time to UTC at boot if required (maybe this is overkill). autofs and Nautilus versions are:
$ rpm -qa | egrep autofs|kernel|nautilus | sort
autofs-5.0.1-0.rc2.143.el5.x86_64
kernel-2.6.18-194.3.1.el5.x86_64
kernel-2.6.18-194.el5.x86_64
nautilus-2.16.2-7.el5.x86_64
[Code]...
View 6 Replies
ADVERTISEMENT
Dec 19, 2010
- Nautilus open in browser mode (the default)?- I click the eject symbol to unmount a usb stick in the side pane.- The annoying red exclamation police light looking thing pops up telling me that nautilus crashed.- Not only is the usb stick unmounted, but the device file also disapears (e.g. no longer listed by fdisk).- This problem does NOT occur when I use other methods to unmount (e.g. umount on command line, or right-click on desktop icon and select eject action), only when I click the eject symbol in the nautilus side pane
View 2 Replies
View Related
Nov 1, 2010
10.10 MMeerkat - When I use a USB-stick or external hard drive, I don't get the "unmount" option but instead it says "safely remove drive".When I click this, Nautilus immediately crashes and is gone.Is this a known bug in 10.10?
View 5 Replies
View Related
Feb 28, 2010
Gnome version 2.28.1 with kernel 2.6.31-14 on an Ubuntu 9.10 Karmic box.I'm wondering how usb drives, etc get automounted in gnome now days. Thought it might be fusermount, but no.Gnome-mount is not installed. Perhaps it is via AL or udev, but what commands control it? I've found posts that talk about using gnome-mount, but these are outdated as this package isn't even installed by default anymore.I would like to unmount certain volumes via the command line, but without having root privileges as gnome is doing by clicking in nautilus. I would like to do the equivalent from the command line.
Are there any command lines commands that will allow me to do this (not talking about pmount which is not installed)?Also, is there a way to prevent automounting of just certain devices, but not all? I have a USB with 7 different things on it (a "built-in" CD for some reason for windoz users, the original NTFS, and 5 linux partitions). I really only want one of the linux partitions (an XFS for DVD isos) to automount but not all the others. I would like not to have to disable ALL automounting as in:
Code:
$ gconftool-2 -s /apps/nautilus/preferences/media_automount --type=bool false
$ gconftool-2 -s /apps/nautilus/preferences/media_automount_open --type=bool false
View 5 Replies
View Related
Oct 25, 2010
I have an external DVD burner hooked up to an EEE PC 701SD. The disk has worked on a dell desktop computer, and a 701 (the first eee pc which I built the install on) without a problem, however when I boot up the install disk on the 701SD, I get a message telling me it's unable to download the kickstart file. It's being set to cdrom:/ks.cfg, which should work, but it isn't.... This exact same disk just did a full install on the 701 15 minutes before I ran it on this computer.
View 8 Replies
View Related
Mar 9, 2010
I had a corrupted superblock in my RAID boot drive (/dev/md0), which I fixed with fsck in Recovery Mode.
However, after rebooting, the same boot-up problem (hanging for hours) persists. When I re-enter Recovery Mode to examine the boot drive, I found its superblock was corrupted again (which I fixed again using fsck).
Is there a proper reboot procedure which is gentle on the boot drive, such that it doesn't corrupt it? Or, is something else amiss?
View 1 Replies
View Related
Feb 10, 2010
I like having Maximus working on my netbook for most programs. There are a few I found it annoying for and I was able to successfully tell Maximus to exclude them (Tomboy and the terminal).
However, I can't figure out what the window name for Nautilus is to tell Maximus to exclude it. I've tried Nautilus and nautilus (not sure if case matters)..
View 1 Replies
View Related
Nov 5, 2010
How does one go about stopping Nautilus from managing the desktop? I want to use Conky, but every time I click on the desktop, it disappears. (Don't refer me to the supposed fixes by changing "own_window_type" because that's not what I want, it doesn't work) I don't use my desktop for any icons and I have no wallpaper, it's just #131313. Does anyone know how I can eliminate the file manager from managing the desktop so I may use Conky? (I have had similar problems on different distros with different file managers controlling the desktop, so I assume stopping Nautilus from managing the desktop will solve it this time)
View 5 Replies
View Related
Jun 9, 2010
I'm running
Opensuse 11.2
Kernel Linux 2.6.31.12-0.2-desktop
GNOME 2.28.2
I have an instance of Nautilus File Browser that will not close or be killed, and it always opens to the same directory, kdenlive in my home directory.
Rebooting, logging out and in as someone else, then logging back in again as myself doesn't stop it. And, I'm afraid to uninstall Nautilus. I've tried Re-installing it to no avail.
View 4 Replies
View Related
Jun 9, 2010
I'm running
Opensuse 11.2
Kernel Linux 2.6.31.12-0.2-desktop
GNOME 2.28.2
I have an instance of Nautilus File Browser that will not close or be killed, and it always opens to the same directory, kdenlive in my home directory. I'm a newbie and have already googled. Rebooting, logging out and in as someone else, then logging back in again as myself doesn't stop it. And, I'm afraid to uninstall Nautilus. I've tried Re-installing it to no avail.
View 4 Replies
View Related
Feb 12, 2011
How to call Nautilus file browser with root permissions? "sudo nautilus" does not work. Under Ubuntu there is a command:
"gksu nautilus"
but this does not work in CentOS either.
View 2 Replies
View Related
Feb 19, 2011
I used Squeeze live disc to verify that it supports my laptop fully. Squeeze was able to detect and load my USB WD Passport 250GB drive. I installed the OS and now the same drive isn't automounted. Every time I plugin the drive I see following message:
Unable to mount Data-istan
Error mounting: mount exited with exit code 1: helper failed with:
mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
My drive is named Data-istan. I faced some other issues but found help on Wiki but couldn't find help related to this topic. I intend to put all my experience on Wiki. FYI, I have ntfs3g package already installed.
View 5 Replies
View Related
Aug 6, 2010
I've been experiencing that my md array md0 is not being automounted during boot for strange reason Checking up the boot log I saw: md: md0 switched to read-write mode. And after boot, checking out /proc/mdstat :
# cat /proc/mdstat
Personalities : [raid1]
md0 : active (auto-read-only) raid1 sdb1[0] sdc1[1]
976759936 blocks [2/2] [UU]
While auto-read-only mode I cannot mount md0 So if I put
[Code]....
It gets mounted perfect... But its pretty bad that it doesnt automount, since is a linux server running Debian Lenny with kernel 2.6.32-2 and on that array (not root) there are virtual machines KVM images that should also boot after system load.
View 3 Replies
View Related
May 15, 2011
boot partition was not being automounted after booting into Fedora 13, yet I was still installing updates, including kernel updates. What has ended up happening is I have old kernels (from removed/outdated packages) that still live in my boot partition, and the new kernels (from my updates) live on the root filesystem under the /boot directory. So when I reboot, grub only sees the old kernels.To demonstrate this, here are some lists.These are the contents of my actual boot partition (grub sees these):
Code:
vmlinuz-2.6.34.7-56.fc13.i686 (packaged not installed)
vmlinuz-2.6.34.7-61.fc13.i686 (packaged not installed)
[code]....
View 3 Replies
View Related
May 28, 2010
this might not seem a big issue but I'd really like to know whether it's possible to stop Nautilus from unfocusing windows when pressing on an item in another windows and draging it to the first one. For example, I want to move a file from one window to another. I click the middle mouse button on that item and drag it to the first one which looses it's focus so often it's quite irritating.
View 6 Replies
View Related
Jan 14, 2010
Ubuntu 9.10. I have a problem - when I mount other partitions of my hdd or the system automounts usb disks these are mounted in /media directory with permissions 0700. So there are two problems there:
- When I switch user on my desktop to another that user can't read data from the usb disks
- I can't share data through network because smbd doesnot have read permissions on the created mount points
I think editing /etc/fstab is wrong way, there would be more right way to change permissions on mount point. I tried to change/add parameters umask, allow_other in gconf-editor (/system/storage/default_options, subsections vfat and ntfs-3g) but that does not show any results. Article [URL] recommends Open Places → Computer. Every volume except the generic File system one should have a Drive and Volume tab in its properties dialog where you can set mount options. But I did not find those tabs. Where should I set option to mount usb disks with permissions rwx for every user of my system?
View 9 Replies
View Related
Jul 20, 2011
I have an Olympus D-560 ZOOM. I used to be able to download pictures from the camera with: SuSE, Fedora, early Ubuntu, etc. (I still can mount and download from my camera on these systems.) I now have Ubuntu 10.04LTS and no longer is my camera recognised. I cannot make sense of the forum threads on this topic, dating back to Ubuntu 8.0-something, that generally ramble on for endless pages without reaching a sensible conclusion (it's a bug, it's not a bug, it's because of gphoto2, it's a gvfs problem, etc.). So maybe there is a definitive answer why my camera that works on other linux will not work on Ubuntu, and maybe by now there is a real fix that does not involve me rebooting my laptop into an old linux distro.
`mount' shows the camera never gets automounted. Manually `mount /dev/sdb1 /media/camera' sometimes hangs and never completes, or sometimes answers immediately `mount: /dev/sdb1 is not a valid block device'. Output in /var/log is below.What's going on, and how can I fix it? I do not use, and I do not want to use, fstop, gphoto, gimp or any other specific software to access my camera (I have tried to download using these anyway and nothing works), I just want to mount the camera as though it were a flash drive in the same manner I have always done. Remember, this does not happen on other distros or early Ubuntu.Here is the relevant output notations in /var/log/messages and /var/log/syslog.
Jul 20 14:34:17 grace kernel: [12402.825779] usb 5-1: new full speed USB device using uhci_hcd and address 11
Jul 20 14:34:18 grace kernel: [12403.013923] usb 5-1: configuration #1 chosen from 1
[code]....
View 9 Replies
View Related
Jun 4, 2011
I'm using Debian Testing & it does not automount any external usb devices.
Here's what I've checked:
gconf-edit->app->nautilus->preferences->media_automount: checked
gconf-editor->desktop->gnome->volume_manager->automount_drives & automount_media:checked
[code]....
View 13 Replies
View Related
Nov 10, 2010
I'm running Fedora 14, with a SATA interface CD/DVD drive and I'm attempting to run an installation script on a CD for an embedded Linux learning kit.Logged in as root (su), I receive:bash : /media/EmbeddedLinux/install_tools Permission DeniedI have searched and see similar situations on the web, but not exactly the same.I cannot resolve this issue using chmod, and find no relevant exec rights set in /etc/fstab.Using mount I find the (automounted) CD drive on /dev/sr0.I've searched quite a bit but never could find the thread that was supposedly listed in this forum.I understand that I should be able to copy the contents of the folder to my machine, then execute, but if possible I would prefer to address the real cause, not go around it.Also, where on earth will I find the location of whatever is affecting the ability to execute from an automounted media?
View 5 Replies
View Related
Mar 3, 2009
I seem to be having an issue with iptables, every so often the server starts loosing packets and then goes off completley, if I manage to login to ssh I can stop iptables and this resolves the problem, however it keeps doing this. Is it possible to stop anything being added to iptables?
View 6 Replies
View Related
Mar 27, 2010
I've recently installed Centos 5.3. Each time the pc starts KDE starts automaticaly, how can I remove that? I dont want to uninstall KDE, I just want to begin in the konsole and start KDE only if I need it.
View 5 Replies
View Related
Aug 9, 2010
I been trying to install the Nvidia driver for my recently installed centos desktop but I could not find the services that I can stop. I have a gnome. did try gdm, xdgm etc etc but no luck how do I stop the x server service ? so that I can install the driver.
View 3 Replies
View Related
Jun 14, 2011
Server with Centos 5.6 stop boot up for about 90 minutes. He stop:
SELinux: Disabled at runtime.
SELinux: Unregistering netfilter hooks
audit(1307803697.466:2): selinux=0 auid=4294967295 ses=4294967295
[Code]...
View 1 Replies
View Related
Jan 9, 2010
I was wondering if anyone else has noticed the following behavior lately. Sometimes, when I enter a directory, during the generation of thumbnails nautilus freezes up with 100% cpu use. It has to be killed. It will then happen whenever I try to enter that specific directory with nautilus (although access with Konqueror or command-line is fine). Turning off the previews allows nautilus to enter that directory (usually... once even that didn't work). If I create a new directory and move all the files from the troublesome directory into the new directory, I can enter the new directory with nautilus and it works fine, even with thumbnails turned on. I can even rename that directory to the same name as the problematic one had and it will work. Long ago this behavior used to happen very rarely, then it seemed to be fixed, and now it is happening again but fairly frequently.
I was just wondering if anyone else has experienced this and, if so, do they know what is causing it? A simple solution is to turn off thumbnails but I'd prefer another solution.
View 2 Replies
View Related
Jul 29, 2009
Just installed 5.3/gnome.I am on pc/desktop with only wired internet connection via routerto dsl-modem. The OS sets-up the "eth0" automatically.For just this type of setup what services can I disable and uncheck ? In System>Admin.>Services I unchecked and disabled bluetooth,isdn,pcscd and sshd. Should I disable sendmail, avahi-daemon, portmap,rpcidmapd,rpcgssd and.apmd(no laptop)? Goal is to minimize unneeded services and improve security. The wiki article on securing CentOS did not cover this.Under System>Security Level Configuration I allow ftp,Mail(smtp), and WWW(HTTP). Is the ftp allowed ok for my pc/desktop?
View 3 Replies
View Related
Oct 24, 2009
Beryl 2.0-1 was working fine with my driver NVIDIA-Linux-x86_64-185.18.31-pkg2 and twinview in xorg...after yum update to 5.4 is no more, here are my files
# beryl
* Beryl system compatiblity check
Detected xserver : NVIDIA
Checking Display :0.0 ...
Checking for XComposite extension : passed (v0.3)
Checking for XDamage extension : passed
[code]...
View 1 Replies
View Related
Jul 16, 2010
I have downloaded CENTOS 5.5 32-bits ISO and burnt in a CD. While trying to install it in VMplayer, the installation is started automatically without asking me to input anything.
How can I stop the auto installation? Or I have downloaded a wroing image?
View 5 Replies
View Related
Oct 19, 2010
I am running Centos5 on my webserver and suddenly the keyboard stop working. I don't want to reformat. Can anyone help me fix that problem.
View 4 Replies
View Related
Jun 18, 2011
my mouse is not being seen so I need to log in without the xsession autostarting to get a cmd line login.
my account will not let me login with my passd so the console is my only access with root but i cannot do anything withourt a mouse.
1. How can i get logged in?
2. How can I stop xsession from autostarting on a reboot once i get loged in i can try to remove that setting and boot the box.
3. secure session lets me in but the xterm is not active so I cannot type any commands.
View 5 Replies
View Related
Aug 27, 2011
I just install CentOS 5.6 on my computer. My mouse and keyboard stops working in 2 cases: 1. copy files from usb (FAT and NTFS); 2. update my system (specifically, when downloading update packages). But the system's still working. It seems weird but I can do nothing but reboot every time.
View 3 Replies
View Related