You are not logged in.

#1 2005-02-04 16:18:26

matto
Member
From: Münster/germany
Registered: 2004-06-03
Posts: 88
Website

2 problems, nfs and unreal tournament

Hi there, i have a notebook which runs debian sid and want to share files between my archlinux desktop pc and this notebook via nfs!!
my ip is 192.168.1.55 and the notebooks is 192.168.1.44
archlinu should be the server. in my /etc/exports is written:
/mnt/tempo  192.168.1.0/255.255.255.0(rw,no_root_squash,sync)
and in my /etc/rc.conf
NFS_SERVER="yes"
DAEMONS=(syslog-ng hotplug network netfs portmap nfslock nfsd crond alsamixer gd
m)

when i type on the notebook
mount /mnt/hansa i get :
mount: RPC: Programm nicht registriert
(program not regitred or something like that)
in the etc/fstab:
192.168.1.55:/mnt/tempo /mnt/hansa nfs rw,nolock,users,noauto 0 0


and my second problem is running unreal tounament does not work, i have not the game of the year edition. Installation works fine but running ut gives:

[matto@hANsA ~]$ /usr/local/bin/ut
Unreal engine initialized
Bound to SDLDrv.so
Joystick [0] : Unknown Joystick
SDLClient initialized.
Bound to Render.so
Lighting subsystem initialized
Rendering initialized
LoadMap: Entry
Bound to Fire.so
Case-insensitive search: Botpack -> ..SystemBotPack.u
Bound to IpDrv.so
Game class is 'UTIntro'
Level is Level Entry.MyLevel
Bringing Level Entry.MyLevel up for play (0)...
InitGame: 
Base Mutator is Entry.Mutator0
Browse: CityIntro.unr?Name=Player?Class=Botpack.TMale2?team=255?skin=SoldierSkin
s.blkt?Face=SoldierSkins.Othello
LoadMap: CityIntro.unr?Name=Player?Class=Botpack.TMale2?team=255?skin=SoldierSki
ns.blkt?Face=SoldierSkins.Othello
Case-insensitive search: genfluid -> ..TexturesGenFluid.utx
Collecting garbage
Purging garbage
-0.0ms Unloading: Package Render
Garbage: objects: 16419->16416; refs: 224671
Game class is 'UTIntro'
Level is Level CityIntro.MyLevel
Bringing Level CityIntro.MyLevel up for play (0)...
InitGame: ?Name=Player?Class=Botpack.TMale2?team=255?skin=SoldierSkins.blkt?Face
=SoldierSkins.Othello
Base Mutator is CityIntro.Mutator1
Initialized moving brush tracker for Level CityIntro.MyLevel
Created and initialized a new SDL viewport.
Bound to UWeb.so
Team 255
Login: Player
Case-insensitive search: SoldierSkins -> ..TexturesSoldierskins.utx
appError called:
fread failed: BufferCount=-4977305 Error=1
Executing UObject::StaticShutdownAfterError
Executing USDLClient::ShutdownAfterError
Executing USDLViewport::ShutdownAfterError
Signal: SIGIOT [iot trap]
Aborting.
Exiting.
Name subsystem shut down
[matto@hANsA ~]$ 

i searched a lot with goolge but nothing really hepls :-/

greetings matto


// DAMNiAM //

Offline

#2 2005-02-04 16:59:06

FUBAR
Member
From: Belgium
Registered: 2004-12-08
Posts: 1,029
Website

Re: 2 problems, nfs and unreal tournament

Is portmap running on the laptop? If you get an RPC-error with NFS, it's usually got something to do with portmap.


A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.

Offline

#3 2005-02-04 17:35:53

matto
Member
From: Münster/germany
Registered: 2004-06-03
Posts: 88
Website

Re: 2 problems, nfs and unreal tournament

Hi!
I am sure portmap deamon and nfs-common deamon are running. i still get this error. or is it an server sided error?
greetings matto

::EDIT::
ok, it IS an error from the notebook!
i tested mounting on the server itself:
mount -t nfs 192.168.1.55:/mnt/tempo /mnt/tests/
works fine!!!! but umount prints this:
umount /mnt/tests/
Bad UMNT RPC: RPC: Program/version mismatch; low version = 3, high version = 3


// DAMNiAM //

Offline

#4 2005-02-08 09:33:00

cactus
Taco Eater
From: t͈̫̹ͨa͖͕͎̱͈ͨ͆ć̥̖̝o̫̫̼s͈̭̱̞͍̃!̰
Registered: 2004-05-25
Posts: 4,622
Website

Re: 2 problems, nfs and unreal tournament

I'm having trouble with nfs too. I am wondering if it is a kernel 2.4 vs kernel 2.6 thing. I am trying to mount a 2.6 nfs share on a 2.4 kernel client. It is actually causing the nfs daemon to "catch signal 15. restarting.."

*scratches head*


"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍

Offline

#5 2005-02-08 13:17:18

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: 2 problems, nfs and unreal tournament

Kernel version shouldn't make a difference - it certainly doesn't in my case. I have a Debian sarge server running 2.4.27, and exporting to a number of machines running 2.6.9, including an Arch laptop. The laptop just has portmap and netfs in the rc.conf daemons array.

Offline

#6 2005-02-08 14:44:47

matto
Member
From: Münster/germany
Registered: 2004-06-03
Posts: 88
Website

Re: 2 problems, nfs and unreal tournament

Hi again!
both, my dedian sid laptop nd my arch linux pc have 2.6.10 kernels i think and the laptop still does not want to mount the shared directories... mybe it is caused by iptables blocking something??
matto


// DAMNiAM //

Offline

#7 2005-02-09 16:16:21

matto
Member
From: Münster/germany
Registered: 2004-06-03
Posts: 88
Website

Re: 2 problems, nfs and unreal tournament

ok i finally ended up using vsftp deamon to share files (like it is told in arch wiki)
but i still have a problem with unreal tournament ... :-/
matto


// DAMNiAM //

Offline

#8 2005-02-09 16:32:49

cactus
Taco Eater
From: t͈̫̹ͨa͖͕͎̱͈ͨ͆ć̥̖̝o̫̫̼s͈̭̱̞͍̃!̰
Registered: 2004-05-25
Posts: 4,622
Website

Re: 2 problems, nfs and unreal tournament

fixed my nfs issue. musta not been holding my mouth just so.


"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍

Offline

Board footer

Powered by FluxBB