Fedora Servers :: Nfs Mount After Upgrade To F14?
Feb 8, 2011
I have upgraded one of the computers on my network to Fedora 14 (previously Mandriva 2010.1). There's a directory on another machine that I want to mount on this one. The directory can be mounted OK on two other machines in the network (including one running Fedora 13) and, before the upgrade could be mounted on this one, so the nfs server is OK.
If I try to mount manually I get the following:
[root@lipwig Documents]# mount -v 192.168.8.4:/backup /mnt/librarian/
mount: no type was given - I'll assume nfs because of the colon
mount.nfs: timeout set for Tue Feb 8 12:17:00 2011
mount.nfs: trying text-based options 'vers=4,addr=192.168.8.4,clientaddr=192.168.8.12'
mount.nfs: mount(2): Operation not permitted
mount.nfs: trying text-based options 'addr=192.168.8.4'
mount.nfs: prog 100003, trying vers=3, prot=6
[Code]...
/etc/hosts has the names and ip addresses of all the machines on the network so the reverse dns lookup (which I have fallen foul of in past years) shouldn't be an issue. So I'm kind of out of ideas. I don't recall there being any problem accessing this mount with Fedora 13 .
View 9 Replies
ADVERTISEMENT
Nov 21, 2009
Quote:
I've upgraded to fedora12 from fedora11 using preupgrade.
The process was successfull till the first boot, where I got above error message.
View 1 Replies
View Related
May 6, 2009
FC9 (fresh install) can't NFS mount from Solaris 10 machine called NFSServer.# uname -a Linux myFC9 2.6.27.19-78.2.30.fc9.x86_64.Firewalls and iptables disabled on both hosts. On the client side myFC9 is trying to NFS mount NFSServer:/opt/sysadmin as read-only. On the NFSServer side the filesystem is exported read-only and "visible" as with show-mount.
View 2 Replies
View Related
Aug 13, 2010
I had everything working okay, but suddenly I couldn't mount an NFS share from one specific machine to another specific machineIn detail, I have a server (machine 'S') with a share '/big' exported. All hosts on the subnet (ie, 192.168.1.0/24) have rw access . A client machine, 'A', can mount the share S:/big. But client machine 'B' cannot. Not only are they on the same subnet, but this had been working for quite awhile. Also, I have another client 'C' and it can still mount the server's S:/big share.
When I say that 'B' cannot mount S:/big, what really happens is that the mount call just hangs for a long time (10min+). There is nothing in dmesg or /var/log/messages either.I don't think I did anything that would have changed this. The lines in '/etc/exports' are still the same. Machine 'B' has complete net access to 'S' (ping, ssh, etc), and 'B' can even mount samba shares on 'S'. Just not nfs.
View 2 Replies
View Related
Jun 1, 2010
I am trying to mount /NFS as nfs mountpoint on two servers ( A & B ) having OS OEL 5. After mounting the nfs filesystem, both of them behave normally for around 10 mins and after that the NFS file handle become stale and the mountpoints dont respond. While executing df -kh, the output hang out and the /var/log/messages show the following message:
May 27 15:48:56 earth mountd[3078]: Cannot export /NFS, possibly unsupported filesystem or fsid= required
May 28 04:04:20 earth kernel: nfs: server nas not responding, still trying
May 28 10:11:51 earth kernel: nfs: server nas not responding, still trying
The fstab entries for /NFS mountpoint on both servers is :
nas:/NFS /NFS nfs rw,bg,hard,nointr,tcp,nfsvers=3,timeo=600,rsize=32 768,wsize=32768,acti
meo=0 1 2
/etc/export entries on both server is :
/NFS *(rw,sync,no_wdelay,insecure_locks,no_root_squash)
View 4 Replies
View Related
Dec 9, 2009
I have an exported (via NFS) file system that contains other sub-mounted file systems (eg, DVD drives, ISO files, etc). While the sub-mounts show up locally, they aren't visible when the parent mount is exported.
In /etc/exportfs, the nohide option is specified for that export.
What else do I need to do?
View 3 Replies
View Related
Apr 2, 2011
This morning my NFS shares mount but permissions are all NOBODY NOBODY. If I ssh to the server to check the drive(s) permissions are all as they should be! Exports there are fine as is my local fstab. I hope I am just suffering and update glitch because they usually go-away in a subsequent update.
I just spent an hour and a half trying to track it down with no success - time to give up before I do real damage (to which I am prone ).
fc14 on both
View 14 Replies
View Related
Jan 23, 2010
Setting of my NFS as following and I am failed to mount client and get connected the both computer using Fedora 11; server ~(tower) and client (note book)
NFS Server setting ...
root@tomcat shylock_1]# cat /etc/sysconfig/iptables
# Firewall configuration written by system-config-firewall
# Manual customization of this file is not recommended.
*filter .....
Please make note selinux demon has been disabled.
On Client Side:
file : /etc/exports EMPTY
file : /etc/hosts.allow EMPTY
file :/etc/hosts.deny EMPTY
[root@eagle shylock_1]# cat /etc/sysconfig/iptables
# Firewall configuration written by system-config-firewall
# Manual customization of this file is not recommended.
*filter .....
After making several attempt I cannot mount share on client. What I am missing here? OR is there problem with F11 with NFS server? While throwing everything including sink... I ran tcpdump on server while issuing mount command from client; I got following tcp dump.
01:14:57.142977 IP eagle.xxxxx.co.uk.38684 > tomcat.xxxx.co.uk.sunrpc: S 593790635:593790635(0) win 5840 <mss 1460,sackOK,timestamp 38407834 0,nop,wscale 6>
01:14:57.143033 IP tomcat.xxxxx.co.uk > eagle.xxxxx.co.uk: ICMP host tomcat.xxxxx.co.uk unreachable - admin prohibited, length 68
01:15:02.142293 arp who-has eagle.xxxxx.co.uk tell tomcat.xxxxx.co.uk
01:15:02.142431 arp reply eagle.xxxxx.co.uk is-at 00:10:a7:04:d0:0d (oui Unknown)
Which reflect that client (computer - eagle) trying to make call on Server - tomcat but failing. We have a router which also server DHCP Server and issue IP but server has static IPs.
View 2 Replies
View Related
Aug 19, 2011
I have two mount points that used to work. I have them defined as cifs shares in fstab, and they map to a Windows machine, which I am able to ping from my Fedora machine, but for some reason I get a mount error 2, and the destination is not accessible. The man page doesn't really give any troubleshooting steps. Since I am mounting by IP address (which as I said has worked before), nothing has changed, although the IP address did change, which I updated in the fstab file to the new IP address (and since I have reserved this new IP address so it can't change again!)
I ran a test and shared a folder from another one of my computers, and added a line in fstab to auto-mount that, and I get a "permission denied" error 13, which is different than the error 2 I get on the other 2 shares. What should I be looking for as far as actual connectivity between the machines? I have verified that the windows machine is on and I can access the same shares from another computer.
Update: Added the host and IP address to my hosts file, and replaced the IP address with the name, and still get the same error. Also, the share name has a space in it, so I replace that with a "�40" space character (which worked in the past). I tried replacing that with an actual space, and putting quotes around the URL, but then I get a "bad URL" error.
[Code]..
View 5 Replies
View Related
Aug 19, 2011
I have just been gifted with a Linux dedicated server for the next six months, with an option to renew after that time has expired, and I'd like to set it up for FTP/P2P use. I do have some familiarity with Fedora from work, but only as a pre-installed desktop OS. The company providing the server has asked me to choose a OS, so of course I picked the one with which I already have some knowledge. They've also asked me to provide partition and mount point information, and it's here that I'm having some problems. I've spent most of my free time today reading everything I could about partitioning for a server, and I'm still not comfortable making this decision on my own.
The server comes with two drives - one 500GB and one 1TB, and 8GB RAM. My thinking is to use the 500GB drive for the OS, and the 1TB for media storage. I know I still have a good bit of learning to do, but I just want to get the blasted thing set up so I can get on with the hands-on part of figuring out how it works.
View 14 Replies
View Related
Oct 5, 2009
These are the settings on my server, which has a static ip:
Code:
[tim@computim ~]$ cat /etc/exports
/media/cavern 192.168.1.*(rw,sync)
Code:
[tim@computim ~]$ cat /etc/hosts.deny
portmap:ALL
mountd:ALL
rquotad:ALL
statd:ALL
lockd:ALL
Code:
[tim@computim ~]$ cat /etc/hosts.allow
portmap: 192.168.1.2/100
lockd: 192.168.1.2/100
rquotad: 192.168.1.2/100
mountd: 192.168.1.2/100
statd: 192.168.1.2/100
When I try to mount the disk from my client machine I get the error:
Code:
[tim@localhost ~]$ sudo mount -t nfs 192.168.1.10:/media/cavern /media/cavern
mount.nfs mount system call failed
Thinking the problem might be due to iptables I tried the following command as recommended by a book I found on google:
Code:
sudo iptables -A INPUT -i wlan0 -f -j ACCEPT
didn't help so tried disabling the firewall - still getting the error
Both machines are running FC11 - should i be using nfs4?
View 7 Replies
View Related
Sep 17, 2010
I export a folder via NFS service.I able to mount this NFS share in another Linux machine.The folder has many files.The ownership of these files aren't belong to single user. There are more than 10 different users' files in the folder.I am trying to migrate all these files to another folder. When I use "cp -a", the new files' ownership are all reset to the logon user.
Both NFS server and client machine has exactly same copy of users/groups as these 2 machines refer to same LDAP directory service. When use "ls -al" to list the NFS share in client, I can see the files ownership is exactly the same as the NFS server.Is that possible to preserve the ownership of files while doing such migration? The "cp -a" fail to deliver the job.
View 3 Replies
View Related
Nov 13, 2010
I hope this is the right section, it looks like though. I have a small nas ( via artigo a2000 ) with 2 sata hd 1tb each with raid 1 and lvm on top configured and working great.
sda1 and sdb1 ==> md0 raid1 for /boot
sda2 and sdb2 ==> md1 raid1 for swap
sda3 and sdb3 ==> md2 raid1 as physical volume then volume group and lvs on top ( / is a logial volume of these )
I wish to upgrade the current fedora 12 32bit installation I have on it doing a fresh install. But because I have a lot of data on md2 ( 600GB worth ) which I don't want to copy across somewhere else first, I need to know how ( i am pretty sure i can ) to mount md2 during the installation. This way I can use the data I already have on it.
View 3 Replies
View Related
Feb 6, 2010
I run a headless Ubuntu 8.04 server, which acts as a web, email and file server. I am sticking with 8.04 as it is a LTS release and will upgrade to the next LTS when it is released.
I have two external USB drives, that I need to mount at boot. I have been using /etc/fstab up until now, with the following entries:
Code:
However, as I gather from doing searches is quite common, occasionally I get an error during boot (causing the system to drop to a recovery shell) because the USB drives take time to wake up and the system hasn't found them by the time it reads /etc/fstab.
From doing searches, it seems there is nothing you can do to fstab to fix this, so you need to mount them using an rc.local script instead, using:
Code:
The problem is, as I have two USB drives, their /dev/sdxx location changes between boots. I thus want to use UUID codes as I do in fstab, however I haven't found anything about this.
Does anyone know how I can use the mount command and UUID to mount a drive in rc.local and what options I have to use the mount the drive with the same options that I am using in my fstab entry? Obvisouly, I can't refer back to fstab using the mount command, because then I will still get the boot error issue if they are listed in fstab. And there is no space internally for the USB drives as there is already two internal drives.
View 3 Replies
View Related
Apr 4, 2011
Linux box info: root@mytestbox:~# uname -a Linux mytestbox 2.6.32-30-generic-pae #59-Ubuntu SMP Tue Mar 1 23:01:33 UTC 2011 i686 GNU/Linux
Windows box info: Windows Server 2008 SP2 Enterprise I've verified via --verbose output that mount.cifs is indeed processing the passed on options.
root@mytestbox:~# mount -t cifs //10.1.1.10/Test /root/testwin --verbose -o credentials=/root/testcreds,rw,nocase,noperm,noacl,nounix,noserverin o,iocharset=utf8,file_mode=0777,dir_mode=0777
[Code]...
Yet, when I type mount all it reports is (rw,mand). The share works just fine, and I can see the masking (all files are showing as rwxrwxrwx as expected etc) but mount is not listing the options?!
Is this normal expected behavior? Is there a bug report on this? I've google'd to the best of my capabilities and could not locate any such information which is why I decided to hit the forums prior to filing a bug.
View 1 Replies
View Related
Mar 26, 2009
just as the title states i need to upgrade my os from fc4 to fc10 first let me say i have no physical access to the box. all i have is root ssh access to it. So i need to know the best way of upgrading that will be safe. before i do the upgrade the server will be backed up so i will not loose any files. if the upgrade fails the data center will reload the os with what i need on it. but i would rather not have to format.
View 6 Replies
View Related
Nov 25, 2009
Automatic upgrade ver 10 to 11 Have a large drive that is shared over Windows domain.This was renamed from /media/drive/ to /media/7534179143A7E34 All the users in Windows domain can not access the files or folders on the Fedora server - Samba setup. Why was the deive renamed and is this causing problems. I reshared the folders on the drive but still cannot access the drive. Where do I start to fault find please.
View 2 Replies
View Related
Jan 20, 2009
I have a HP ProLiant DL580 G2 running a freah install of Fedora 9. After doing all updates and re-booting the sys monitor only shows 3.7gb of memory with actual 8gb installed.
Not sure what is going on. Current kernel version is: 2.6.27.9-73 fc9 .i686
I was under the impression that F9 was a PAE kernel. But doesn't look like it to me?
Do I need to upgrade to Fedora 10? Or install a PAE kernel?
If a new kernel, what do I do? I'm new to Fedora 9 and big iron servers.
View 14 Replies
View Related
Nov 28, 2009
I can not use nfs from F10 client to F12 server. nfs mount on F10 to F12 times out anf nfs4 mount gives "mount.nfs4: mounting localhost:/home failed, reason given by server: No such file or directory" I have tried to close firewall and set selinux to permissive mode on both client and server with same result. Samba works fine. On server [root@flokipal ~]# mount -t nfs4 localhost:/home /media/tonlist mount.nfs4: mounting localhost:/home failed, reason given by server: No such file or directory
but
[root@flokipal ~]# mount -t nfs localhost:/home /media/tonlist
[root@flokipal ~]#
works
View 3 Replies
View Related
May 7, 2011
I just upgraded to mediawiki-1.16.4-58.fc13.x86_64 on my fedora box and did:
Code:
Now I get 403 Forbidden message when I access.
I find several config files related to mediawiki, and modified them, but I still see 403.
View 4 Replies
View Related
Jul 8, 2009
I'm having a problem getting BIND to start after doing the FC10->FC11 upgrade. Others have been reporting some bad symbolic links, but this isn't that problem. I've searched the forums here, but I don't see anything like this anywhere.
Here's what I see:
Code:
[root@atomu etc]# /etc/init.d/named start
Starting named: [FAILED]
So, no error message. Logs read as follows:
Code:
Jul 8 00:38:00 atomu named[2414]: starting BIND 9.6.1-RedHat-9.6.1-2.fc11 -u named
Jul 8 00:38:00 atomu named[2414]: built with '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--target=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc'
[code]....
View 4 Replies
View Related
Mar 22, 2010
Alright, so I upgraded my old fedora 10 server to Fedora 11 with a netinstall CD, but now service httpd restart is broken. I already had to delete the old config file and reinstall apache, but now I can't restart it. I can kill it and then start it manually, but it never stops the running instance and fails to bind the port. I know it's because /var/run/httpd/htpd.pid is in the wrong place, which would be /var/run/httpd.pid, but do I have to make a symlink every time I want to restart it? I edited all the config files to point to the right place, but the system does not honor them. What do I do?
View 3 Replies
View Related
Jun 27, 2011
I upgraded from 2.6.38 to 2.6.39. I booted up my laptop and it gave me this:
Code:
View 9 Replies
View Related
Jan 3, 2011
I just upgraded from ubuntu 10.04 to 10.10 and now my Fujifilm Finepix JV won't mount. I plugged it in and some sort of error code, maybe code 60, and some thing about not being able to lock or unlock the device...i clicked it away too fast to see what it said, figuring the camera would mount right next try, but no. Also the error message won't come up anymore,only that once. nothing happens when i plug the camera in, except the camera goes into USB mode.
View 2 Replies
View Related
May 3, 2010
I have an LG DVD+RW and an older DVD drive...FSTAB contains the following:
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
I see a cdrom0 in "Places", but get the following error when access:
"Unable to mount cdrom0. mount: no medium found on /dev/sr0"
I do see the following mount points in the filesystem under media:
/media/cdrom0
/media/cdrom1
I assum my fstab entry is incorrect... not sure how to resolve though. I'd like to get my DVD+RW working, so I can burn a Live CD and re-install from scratch instead of upgrade.
View 8 Replies
View Related
Jun 14, 2010
I'm running ubuntu Lucid Lynx on an asus K50IJ series laptop. I'd had jaunty before and made a fresh install of lucid. My CD drive had been fine in jaunty, but doesn't mount any more in lucid. I have found numerous threads with promising-looking titles, but they either do not match my problem or their solutions don't work for me.
This is my situation: The disc will turn for a bit after inserting, then stop. During that, the little light on the drive will flash a few times, then wink out. So I guess the power supply's fine.
[Code]....
View 6 Replies
View Related
Mar 10, 2011
a few days a go I got Samba messed up and I decided to just reinstall Ubuntu. Ubuntu resides on an 80GB drive and I have 2 1.0 TB drives that I use for storage. At one time (pre-Ubuntu) they were connected to a VIA SATA RAID card and I had them on a software RAID under Windows XP. Both worked absolutely fine under Ubuntu 10.04 (which had bee progressively upgraded from the original install of 9.04.
Now, both drives have been given the same label, and neither one will mount because the file system type is reported as "via_raid_array" rather than the EXT4 that they both should be. TestDisk can read them and identifies the partition as a Linux partition, and the data seems to be there. I have even reformatted one of them and still, it will not mount.
View 3 Replies
View Related
Sep 17, 2010
Its annoying to unmount my flash drive twice.. its not a major problem actually but its kinda annoying , its whenever i plug-in my flash drive.. everything works well except when i need to un-mount it.. I usually unmount it twice using right-click of the mouse, then it mounts itself back, so i have to unmount it again.. Is there any way to control this? How do i setup the auto-mount option for USB flash drives?
View 1 Replies
View Related
Jan 17, 2010
Basically, I have no trouble booting off a really old kernel like 2.6.18-6. If I try to boot off the newest one installed with Lenny, I get errors such as "mounting /dev/ on /root/dev failed...ditto for /sys on /root/sys" almost as if it's failing to find the drive. This finishes up with "target filesystem doesn't have /sbin/init" and I'm dropped into a busybox shell.It's an ordinary SATA drive, which is being used as an OS drive only. It seems as if something has changed with the newer kernel, but I have no idea where to start or what to look for.
View 3 Replies
View Related
Jul 21, 2010
I was running openSUSE 11.2 on a Dell Studio with a mirrored disk. The upgrade to 11.3 went well it seemed until it got to the point of installing the new bootloader. Then it couldn't mount /boot. Otherwise it seemed to go OK though.It completed and rebooted. I see a very brief flash of the word GRUB on the reboot, but then the screen blanks and I get the BIOS messages again.How can I now install GRUB so that I can boot. I had a similar issue with 11.2 in the past, and was able to repair GRUB using 11.2's DVD's "Repair Installation" which had tools to reinstall GRUB.11.3's DVD is missing this option.I'd prefer not to do a fresh install as then I will have a lot of OS setup to repeat (Samba, Apache, Trac, etc.....)
View 9 Replies
View Related