OpenSUSE Network :: NFS Mount Of XFS Fails On 11.3

Jan 12, 2011

I've just upgraded to 11.3 (64 bit) and the nfs client does not quite work. I have 3 mounts I try to make, and 2 out of 3 work. The third seems to mount, but shows an empty directory. There are no errors in /var/log/messages on the 11.3 client or the server. The only difference between the 3 mounts that I can see is that the failing mount is of an xfs system. The other two happen to be ext3. Is that visible to the nfs client? Or is that a red herring? I can still mount all 3 just fine from my other opensuse 11.2 systems.

For info, the server is running opensuse 10.3...
Code:
nas:~ # uname -a
Linux nas 2.6.22.19-0.2-default #1 SMP 2008-12-18 10:17:03 +0100 i686 athlon i386 GNU/Linux

View 5 Replies


ADVERTISEMENT

OpenSUSE Network :: Nfs Server On 11.2 - Mount.nfs: Mount System Call Failed

Apr 29, 2010

I've tried to get an opensuse box I have to share a directory via NFS. I've failed each time, but I thought that the third time, I'd enlist some help from the forums, if I could. how do I know that the nfs server and not the client is the problem? Short answer is: I don't! That's why nfs (and many netwrk problems) are laborious, you're troubleshooting needs to take place at both source and desitination. Next question, what do I have set up so far? Well, I did download the nfs server kernel stuff (two months back) and /etc/init.d/nfsserver start seems to get set up OK. No errors and the daemons nfsd, idmapd, mountd area all running. So, I *think* that part is OK. I have the share set up properly in /etc/exportfs and have "exportfs -r" it.

OK, now onto the trickier stuff: the client and iptables. On the client pinging to the nfserver box is perfect, and I have rpcbind running. the reported error is "mount.nfs: mount system call failed" though from experience nfs errors don't mean a whole lot.However, I will go off and check now and see if I need a mountd running on client-side too.Then there's iptables .... ouch, that could be a long and painful trek. I don't see any specific ports being blocked, and it's the iptables that the default v11.2 opensuse came with. I did turn them off and the problem was the same, so whether wishfl thinking or not, I'm hoping it's not an iptables issue.

View 9 Replies View Related

OpenSUSE :: Device Notifier Mount Fails?

Jul 16, 2011

I'm using OpenSuse 11.4 (x86_64) with KDE 4.

It's not possible to mount external USB (ntfs) disks with a non-root user using the Device Notifier or Dolphin. The error is:

Could not mount the following device: MyBook 2

org.freedesktop.UDisks.Error.PermissionDenied: Authentication is required

It is a permission problem; running Dolphin under root and clicking the USB disk mounts it without problems. The same should be possible to an ordinary user. The Update Applet does not work for the same reason (I can only install updates using yast).

Of course, I googled the error and there were a number of possible solutions, which I all tried. That includes allowing the action in the policy and adding the user in AdminIdentities local-authority. The file /usr/share/polkit-1/actions/org.freedesktop.udisks.policy contains "yes" for every option. Needless to say it doesn't make sense and I'm out of options.

View 1 Replies View Related

OpenSUSE Network :: Network Connection Fails To Go Past Router

May 16, 2011

So up until I updated from Opensuse 11.3 to 11.4, I hadn't any issues with my network connection. At least none worth mentioning. Once I installed 11.4, I've had weird issues with varying lengths of connection. Sometimes I can't connect anywhere, sometimes I can only get to the router, sometimes I'm 100%. I'd fiddle with YAST until everything worked. I honestly have no clue whether or not anything I did had any effect.

Enough of the iffy history, here's what's happening now. For the past few weeks up until last night, I have been at 100% connectivity. I never turned off my computer until last night (it just shut itself off, like the cord was unplugged. I dunno what happened, maybe it was my foot, maybe the PSU. I think it has happened before.). When I turned it back on, I was only able to connect as far as my router (192.168.1.1, a D-Link Gaming router that has always been very good to me). I could not make it to my modem (192.168.0.1, a Quest DSL modem. Once I can get here, then usually I'm good to go 100%).

I tried again this afternoon, and no change. I then get the crazy idea to unplug the ethernet cable from it's PCI-card home and return it to the onboard port (which I long ago declared defunct). Immediately after plugging it into that port, I ran "ping 192.168.0.1" and I started getting returns. I open up Firefox and try to load an external page, and nothing happens. I go back to the console that I was pinging from, and it had stopped. I start pinging my router, and no luck. What I conclude from my little experiment is that the router is not at fault.

1. It did not change at all between being at 100% and being at 0% after reboot.
2. I was able to get returns from the modem, past the router, for a brief period of time while using the defunct ethernet port.

Since I never had these problems before updating to 11.4, I'm inclined to believe that it was the update that started these problems.

View 9 Replies View Related

OpenSUSE Install :: Upgrade Fails Because /boot Won't Mount?

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

OpenSUSE Install :: Mount FAT32 Partitions By UUID Fails?

Dec 27, 2009

I have a mounting rack in which I try to plug in various HDDs. Now, all of them have vfat. Blkid returns something like:

/dev/sda7: UUID="4B16-F1E8" TYPE="vfat" The UUID looks abnormally short to me. I found no way to obtain a longer, typical UUID, and when I set Yast2 partitioner to mount by UUID, it sees and it successfully uses the short UUID. Yast2 even adds it to /etc/fstab like this: UUID=4B16-F1E8 /windows/C vfat users,gid=users,umask=0002,utf8=true 0 0 However, this short UUID is useless in /etc/fstab. It doesn't work at boot time and it doesn't work when I try to mount manually. xxxxx:~ # mount /windows/C mount: special device UUID=4B16-F1E8 does not exist. Also, one cannot find these short UUIDs in /dev/disk/by-id/.

For a billion reasons, I really want to mount these FAT32 partitions by UUID. Do I have any way to do it?

View 9 Replies View Related

OpenSUSE Network :: Novell Iprint Client On OpenSUSE Fails

May 10, 2011

Trying to install the Novell iprint client but got the following error message:

My system specifications are as follows:

View 6 Replies View Related

OpenSUSE Network :: DNS Resolution Fails After Crash?

May 20, 2011

My laptop, running OS114, crashed today b/c it ran out of battery. Apparently, apart from the partial loss of an important document, this has wreaked some part of OS.

I can connect to the network w/o problems i.e. I can access the router over it's IP.

I can not, however, open any site in any browser. pinging them does not work too.

the /etc/resolv.conf is blank up to the standard notes from the OS developers. That is, there are no relevant entries there.

I'm using KDE 4.5 with KNetworkmanager, but neither did I find any solution while looking through the menus of KNetworkmanager, nor in Yast "Network".

View 3 Replies View Related

OpenSUSE Network :: IPW2200 Interrupted - NM Fails To Reconnect

Jan 6, 2009

Just having updated from SuSE 10.3 to 11.1 I'm struggling with some network issues. WLAN connection setup with Network manager worked, the connection comes up on login to KDE 3 and works for some time. All of a sudden, the wlan connection fails and reconnection via NM is not possible. The normal wired ethernet stays fully operational and connection is established at plug in of the cable. I tried to track the issue down by browsing through /var/log/NetworkManager but I did not find the answer. A rcnetwork restart brings back a fully operational network including wlan connectionvia NM.

Working connection fails, NM fails to reconnect:
Code:
Jan 6 13:04:30 mars NetworkManager: <info> (eth1): supplicant connection state: scanning -> associating
Jan 6 13:04:30 mars NetworkManager: <info> (eth1): supplicant connection state: associating -> associated
Jan 6 13:04:31 mars NetworkManager: <info> (eth1): supplicant connection state: associated -> 4-way handshake
Jan 6 13:04:31 mars NetworkManager: <info> (eth1): supplicant connection state: 4-way handshake -> group handshake .....

View 3 Replies View Related

OpenSUSE Network :: Kolab Repo Add, But Installation Fails?

Mar 29, 2010

first added the kolab openSUSE11.2 repo

Index of /repositories/server:/php:/applications/openSUSE_11.2

then while trying to install kolab, I got following error

# zypper install kolab
Loading repository data...
Reading installed packages...
'kolab' not found.
Resolving package dependencies...

Nothing to do.

[Code]...

View 1 Replies View Related

OpenSUSE Network :: Mobile Broadband Connection Fails

May 22, 2011

I have a Huawei E173u-2 mobile broadband usb stick. It is recognised as a gsm-modem and shows up as such in the networkManager-plasmoid. I have set up the connection details for my ISP (O2), but I can't connect. When I click on the connection, "signal strength" is shown as well as "operator" (o2 - de). The "connection state" changes to "Preparing to connect", then "Setting network address". Then the modem vanishes and comes up again a few seconds later.

Here is the log (/var/log/messages):

Code:

It seems like there is a connection for about 5 seconds, then the modem hangs up and restarts .

The stick works fine with our windows netbook, so I don't think it is a hardware failure.

How do I get this working?

My system:
opensuse 11.4
kernel 2.6.39-30-desktop (2.6.38 gives the same error)
kde 4.6.3
plasmoid-networkmanagement 0.9.svn1192577-168.6

View 2 Replies View Related

OpenSUSE :: KDE On Network Login - Error - Kstartupconfig4 Does Not Exist Or Fails

Dec 23, 2010

When we try to login using KDE we get the following error

"kstartupconfig4 does not exist or fails. The error code is 3. Check"

If we use IceWM GUI login works fine.

View 1 Replies View Related

OpenSUSE Network :: Knetwork Manager Fails After Virtual Box Install

Aug 15, 2010

I have installed Vbox on 2 systems running Opensuse 11.3 and both have experienced knetworkmanager failure. Knetworkmanager failed after a failed wake up from sleep mod, which also had been working perfectly until this failure. I am wondering if the vbox kernel modules could be causing this isssue. To temporarily fix the problem I am running my network connections through yast networks setting . (which uses the traditional ifup method and everything is working)

View 3 Replies View Related

OpenSUSE Network :: Vsftp: File Upload Fails With Vsf_sysutil_recv_peek

Oct 24, 2010

when uploading a couple of files via ftp, it fails with

[code]...

But when performing this I got FATAL: Module capability not found. So what I'm using is openSuSE11.2 with 2.6.31.14-0.2-default kernel. Vsftp version is 2.0.7-5.2.1 How can I introduce this capability module into the kernel? Or do I not need it?

View 1 Replies View Related

OpenSUSE Wireless :: Network - Repeatedly Fails To Make A Connection

Sep 26, 2010

Having just installed OpenSuse 11.3, NetworkManager identifies my wireless network, but repeatedly fails to make a connection. Without further ado, here are the outputs to commands requested in the first sticky thread:

[Code]....

View 7 Replies View Related

OpenSUSE Wireless :: Yast Fails To Save Network Configurations?

Mar 22, 2011

I've spent two days trying to get this to work to no avail.here is the output of a recommended diagnosis script to start.[URL]

short version is ...
!!! CND0120E: Network card ra0 has no IP address
!!! CND0490E: No access point with your SSID detected on interface ra0

[code]....

View 3 Replies View Related

OpenSUSE Install :: Network Driver - Fails Before The CD Initial Boot Has Finished

Aug 11, 2010

I am attempting a Network installation of openSuse 11.3 on an old desktop which has IBM Boot Manager so that I can boot to one of three OSs, openSuse being the third. Sadly the installation of openSuse fails before the CD initial boot has finished. Looking at the text log of the starting process the problem appears to be a driver and the last line of text where it stalls refers to eata driver.

There are 4 hard drives in the machine, configured as two RAID 1 arrays driven by a DPT 2144W hardware raid card. (Very old but very good). If I Google eata I get a good deal on SCSI raid and DPT cards but I am out of my depth when they say a kernel module is needed.

Another concern is that the RAID arrays are configured using a bootable DOS configuration disk and once this is done they are recognized by other OSs such as eCS and OS/2. The arrays are just treated as single drives so these OS installations do not interfere with the card configuration. I am concerned because I cannot afford to lose the data on the drives but it appears the linux driver might want to rebuild the arrays.

View 3 Replies View Related

OpenSUSE Install :: Mounting Network-shared Drives Fails When Upgrading To 11.4

Mar 14, 2011

I have a D-Link DNS-323 network drive which mounts at multiple points to my filesystem when booting. I had to make some fstab changes when I upgraded from 11.2->11.3 last year, and now the same thing seems to be happening since I've upgraded to 11.4. When I login to my profile the desktop hangs and no icons appear. I cannot open a Nautilus window, or access ALT-F2, however just about every other program works fine. Since I disabled the fstab lines (slightly modified when copied here to generalize):

Code:

#//192.168.123.xxx/SHARED-FOLDER1/User-folder /home/user/Documents cifs guest,_netdev,uid=user,gid=users
#//192.168.123.xxx/SHARED-FOLDER2 /home/user/SHARED-FOLDER2 cifs credentials=/home/user/.scripts/.creds,_netdev,uid=user,gid=users 0 0

the desktop icons load and Nautilus works. Can I adjust my fstab syntax to correct this and get my network drives back? I think last year the issue was in referencing the ".creds" file...

View 4 Replies View Related

OpenSUSE Network :: 11.4 - Firefox Fails To Connect To Internet (Skype Intact)

Jul 26, 2011

I have a Lenovo S10e netbook running a pretty clean version of 32bit opensuse 11.4, with very few standard patches since I installed it all those moons ago. The problem is that firefox cannot connect to the internet, the odd bit is that skype has no such problems. Are there any network related functions that that typically go screwy that might cause such a problem? The netbook really hasn't been used much for tinkering to have 'accumulated' a problem, but I'm about to give it to the extremely non-technical parents in law and cannot have it misbehaving, especially not as they are in a different country.

View 8 Replies View Related

OpenSUSE Network :: Can't Mount Cd / What To Do?

Aug 24, 2010

I am using opensuse11.2 but noticed that I am unable to view the contents of the cd once it is inserted. Checked the contents of mnt directory as well as the media directory but they do not contain anything. I would like to know how to view the contents of the cd once it is inserted. Also i would like to know how to erase the contents of a rewritable dvd once it is inserted into the tray. Is it build into the OS that we can erase the contents of the cd once it is inserted. Please help me as to how I can view the contents of the cd once it is inserted and also how i can erase the contents of a rewritable cd once it is inserted and mounted.

View 2 Replies View Related

OpenSUSE Install :: Fails At "failure To Mount Clich File System"

Dec 19, 2009

I am trying to install 11.2 on a Dell Poweredge 2550 - two processors,all scsi, raid disabled, ATI grahpics. Fails at "failure to mount clich file system" - reboot.

View 9 Replies View Related

OpenSUSE Network :: GRC Failing Firewall Setup / Set Up With Gibson Research Centre, It Fails?

Apr 21, 2011

Before I go any further I must admit that I'm pretty rubbish at setting these up, so please be gentle!

Now my problem; I have a normal desktop pc (I don't want to set it up as a server) but when I check the hardness of my set up with Gibson Research Centre, it fails. It can see ports 22,23,80,443 as closed but still visible.....? I have never had this happen to me before and struggling my way through yast firewall tool, I can find no easy way of sorting this out.

View 9 Replies View Related

OpenSUSE Network :: How To Mount NAS Device

Jan 30, 2010

I'm trying to mount my NAS device via NFS with suse 11.1, but up to now it failed. The NAS does support NFS, but it requires a UID and a user name and up to now I could not figure out the correct nfs mount options for that.

If I just make mount 192.168.0.2:/nas1 /mnt a get the error message "mount.nfs: access denied by server while mounting 192.168.0.2:/nas1". So can somebody please tell me the correct options for user name and user id which the mount should use. And, preferable the correct entry for the etc/fstab file to make this mount being executed automatically during startup. I studied the mount(8) and nfs manpages several times, but I do still have no idea how to make it.

View 9 Replies View Related

OpenSUSE Network :: Cannot Mount The NFS Export

Oct 20, 2010

I am running OpenSuSE 11.3. I cannot mount an export from a Redhat 9 NFS server.I am able to mount the export from RHEL5, Ubuntu, Fedora, Solaris but not OpenSuSE 11.3. This is the command I use from a Ubuntu Karmic box.

mount server:/exportdir /mnt -o vers=3,proto=udp

As I said it works from many other distros, but not sure why no go on this one. Can anyone explain this? Should I submit a bug? I noticed portmap is not used anymore and am wondering if thatmay have anything to do with it. The rpcbind is supposed to handle this from what I read..not sure if this is accurate.

View 4 Replies View Related

OpenSUSE Network :: Unable To Mount The NFS Entries?

Aug 1, 2010

been searching google and forums for about 5 hours now, and can't figure this one out, I have a server running opensuse 11.2 sharing various NFS directories, I have one laptop that is running 11.2 and I have no problem getting my NFS shares from the server.On my other laptop that is running 11.3, I had the shares working at one point, but changed things around and added a new HD to the server, now I can NOT get this thing to work, I have tried everything I could find to read on it. Started and stopped the NFS server and exportfs -a, and checked /var/logs/messages on server and nothing about this laptop (192.168.0.102 suse 11.3) trying to connect.On this laptop, I have deleted all the shares, and tried to re-add them but still get this error everytime.on server /etc/export:

/home/kryptic/ *(rw,no_subtree_check,sync)
/backup/Media/ *(rw,no_subtree_check,sync)
/backup/Dales_Backup/ *(fsid=0,crossmnt,ro,root_squash,sync,no_subtree_check)

[code]...

View 9 Replies View Related

OpenSUSE Network :: Nfs Doesn't Mount At Boot

Aug 17, 2010

I use a RAIDON unit (SL3610/3620-2S-LB2 - set up with RAID1 and NFS) as a file server and want it to mount at boot. My /etc/fstab entry is

10.10.10.2:/mnt/md1/ulimnt /home/uli/ulimnt nfs rw,hard,intr 0 0

But the system does not mount at boot. SO after the system booted up the command (as root) mount -t nfs 10.10.10.2:/mnt/md1/ulimnt /home/uli/ulimnt mounts the system without problems Of course I can add a login script - but why does it not work at boot System is opensuse 11.0 - network with if up

View 6 Replies View Related

OpenSUSE Network :: Ncpmount: No Such Device In Mount(2)

Oct 3, 2010

NCP Mount worked fine in Open Suse 11.2, but fails in 11.3

Using the same script, but after upgrade I just get this error...

ncpmount: No such device in mount(2)

View 4 Replies View Related

OpenSUSE Network :: Mount A Webdav Location?

Feb 25, 2011

How can I mount a webdav location to my 11.3 pc at home so I can access the same files that I do via my ipad while I am on the move.

I have an mobile-me account therefore I use idisk.

I would like idisk mounted so it appears as a folder on my desktop at home, so I can edit the same documents without having to upload and download using a web browser.

is this possible?

the idisk url is https://idisk.me.com/YourMemberName/

View 3 Replies View Related

OpenSUSE Network :: Mount NAS But Only Have Read Only Permission

Sep 11, 2011

I am completely new to Linux and picking things up slowly. I have a question about mounting my NAS NV+. When I mount it, i use the following commands when logged on as user "matt":

sudo mount -t cifs -o rw,username=Matt,password=matt //192.168.2.15/Matts /home/matt/GRUMPY/Matts
sudo mount -t cifs -o rw,username=Matt,password=matt //192.168.2.15/Torrents /home/matt/GRUMPY/Torrents
sudo mount -t cifs -o rw,username=Matt,password=matt //192.168.2.15/Media /home/matt/GRUMPY/Media
sudo mount -t cifs -o rw,username=Matt,password=matt //192.168.2.15/Programs /home/matt/GRUMPY/Programs

GRUMPY is the name of my NAS by the way! It mounts properly, BUT i cannot delete or rename files, so basically the user "matt" has read only privileges, and root has ownership of the mount. How do I go about mounting these so that user "matt" has RW privileges?

When I log on as root user and mount them, I can read and write as required, so this has led me to believe that my problem lies in my permissions for matt when mounting them... I posted on the netgear forum and was asked to try and mount using the following command:

[Code]....

View 9 Replies View Related

OpenSUSE Network :: 11.2M5 Mount T Cifs Terribly Slow

Aug 20, 2009

I used command as followings. nothing special. mount -t cifs //192.168.55.53/windows$/Home /mnt/ -o user=username%password It works well after mounted. But mounting itself takes 1-2 minutes terribly. After mounted successfully, file transfer speed looks to be normal.

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved