Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
nfs e lentezza nel mount (risolto)
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
JacoMozzi
l33t
l33t


Joined: 12 May 2003
Posts: 645
Location: Giubiasco world(EU(CH(TI)))

PostPosted: Wed Sep 17, 2003 5:44 pm    Post subject: nfs e lentezza nel mount (risolto) Reply with quote

Ciao a tutti.
Avevo già configurato il pc che ha le dir condivise con nfs. Quando avevo la mandrake su questo pc, il tutto si montava tranquillamente con un
Code:
mount server:/dir /miadir
e soprattutto in un lampo. Ora che ho la gento au questo pc, ho un problema. QUando do il mount, ci mette 5 min prima di montarmi la risorsa condivisa. Cosa può essere il problema??
Grazie mille a tutti per l'aiuto :D
Ciao
Jaco


Last edited by JacoMozzi on Sat Sep 20, 2003 11:34 am; edited 1 time in total
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Wed Sep 17, 2003 8:39 pm    Post subject: Reply with quote

Prova a guardare se gentoo stacca e riattacca il cavo di rete... :)

A parte gli scherzi, devi guardare nei files di log...

In genere, tempi lunghi per i servizi sono problemi di risoluzione dei nomi...
_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
JacoMozzi
l33t
l33t


Joined: 12 May 2003
Posts: 645
Location: Giubiasco world(EU(CH(TI)))

PostPosted: Thu Sep 18, 2003 12:17 pm    Post subject: Reply with quote

Stasera appena arrivo alla mia casupola provo...
Thx mille Cerri
Ciao
Jaco :D
Back to top
View user's profile Send private message
JacoMozzi
l33t
l33t


Joined: 12 May 2003
Posts: 645
Location: Giubiasco world(EU(CH(TI)))

PostPosted: Thu Sep 18, 2003 4:58 pm    Post subject: Reply with quote

Ecco ciò che ho nei log quando tento di montare qcosa:
Code:

Sep 18 20:41:21 amd nfs warning: mount version older than kernel
Sep 18 20:43:11 amd portmap: server localhost not responding, timed out
Sep 18 20:45:01 amd portmap: server localhost not responding, timed out
Sep 18 20:45:01 amd lockd_up: makesock failed, error=-5
Sep 18 20:46:51 amd portmap: server localhost not responding, timed out


Non riesco a capire, il server ha mantenuto la stessa configurazione. Ho provato a pingare localhost ma nn ci sono problemi né sul client, né sul server.
Strano xché alla fine si riesce a montare....:roll:
Grazie mille
Ciao
Jaco


Ps:l'orario é sballato nel bios
Back to top
View user's profile Send private message
shev
Bodhisattva
Bodhisattva


Joined: 03 Feb 2003
Posts: 4084
Location: Italy

PostPosted: Thu Sep 18, 2003 5:18 pm    Post subject: Reply with quote

JacoMozzi wrote:

Code:

Sep 18 20:41:21 amd nfs warning: mount version older than kernel
Sep 18 20:43:11 amd portmap: server localhost not responding, timed out
Sep 18 20:45:01 amd portmap: server localhost not responding, timed out
Sep 18 20:45:01 amd lockd_up: makesock failed, error=-5
Sep 18 20:46:51 amd portmap: server localhost not responding, timed out



L'errore dovrebbe essere in quei time out che scattano, ovviamente rallentano le operazioni. Su google mi pare ci sia parecchia roba a riguardo, guarda se questo thread può servirti, mi sembra interessante (è un po' datato ma gli errori sono quelli). Oppure aspetta l'onniscente Cerri ;)
_________________
Se per vivere ti dicono "siediti e stai zitto" tu alzati e muori combattendo
Back to top
View user's profile Send private message
JacoMozzi
l33t
l33t


Joined: 12 May 2003
Posts: 645
Location: Giubiasco world(EU(CH(TI)))

PostPosted: Thu Sep 18, 2003 6:15 pm    Post subject: Reply with quote

Thx.
Avevo già visto quel tread Shev ed é per questo che ho aggiunto che loopback funzia :D
Grazie 1k
Ciao
Jaco
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Thu Sep 18, 2003 6:56 pm    Post subject: Reply with quote

Mi sembra strano che portmap ti vada in timeout in localhost.
Assicurati:
1) di averlo installato;
2) di avere localhost nel file /etc/hosts.

Fai, dopo queste verifiche:
Code:
# netstat -anp | grep port

_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
JacoMozzi
l33t
l33t


Joined: 12 May 2003
Posts: 645
Location: Giubiasco world(EU(CH(TI)))

PostPosted: Fri Sep 19, 2003 1:27 pm    Post subject: Reply with quote

Quote:
1) di averlo installato;

Ok
Quote:
2) di avere localhost nel file /etc/hosts.

ok
Ecco il client:
Code:

amd giakomino # netstat -anp | grep port
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      3531/portmap       
udp        0      0 0.0.0.0:111             0.0.0.0:*                           3531/portmap


ed il server
Code:

pentium giakomino # netstat -anp | grep port
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      26100/portmap       
udp        0      0 0.0.0.0:111             0.0.0.0:*                           26100/portmap

Grazie mille Cerri
Ciao
Jaco
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Fri Sep 19, 2003 8:20 pm    Post subject: Reply with quote

Controlla che in /etc/hosts.allow portmap sia permesso per localhost o 127.0.0.1 e che il device "lo" sia "UP".
_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
JacoMozzi
l33t
l33t


Joined: 12 May 2003
Posts: 645
Location: Giubiasco world(EU(CH(TI)))

PostPosted: Sat Sep 20, 2003 11:33 am    Post subject: Reply with quote

Grazie mille Cerri era proprio quello, ho aggiunto portmap: localhost in /etc/hosts.allow e adesso funzia.
Thx
Ciao
Jaco :D
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Sat Sep 20, 2003 12:32 pm    Post subject: Reply with quote

8)
_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum