La ricerca ha trovato 1653 risultati
- gio 30 lug 2020, 18:34
- Forum: Slackware64
- Argomento: problema urgente con let's encrypt
- Risposte: 0
- Visite : 695
problema urgente con let's encrypt
Salve a tutti, ho 2 server slackware64 14.2 su linode, entrambi con tutti gli aggiornamenti stable instalati e certificati ssl di let's encrypt installati con dehydrated come da guida di Alien... oggi noto che hanno smesso di funzionare questi certificati... su firefox dice SSL_ERROR_RX_RECORD_TOO_L...
- mer 25 set 2019, 14:04
- Forum: Gnu/Linux in genere
- Argomento: NFS server
- Risposte: 40
- Visite : 8895
Re: NFS server
niente... funziona solo con la versione 4 ed una sola directory, se provo la versione 3 non va nemmeno così
- ven 20 set 2019, 12:03
- Forum: Gnu/Linux in genere
- Argomento: NFS server
- Risposte: 40
- Visite : 8895
Re: NFS server
ho provato ad aggiungere l'opzione insecure su exports ed ora non crasha subito ma crasha al mount: root@pi4:~# rpc.mountd -F --debug all rpc.mountd: Version 2.3.4 starting rpc.mountd: Received NULL request from 192.168.1.86 rpc.mountd: Received NULL request from 192.168.1.86 rpc.mountd: Received MN...
- ven 20 set 2019, 11:57
- Forum: Gnu/Linux in genere
- Argomento: NFS server
- Risposte: 40
- Visite : 8895
Re: NFS server
senza nemmeno andare sul client... root@pi4:~# rpc.mountd -F --debug all rpc.mountd: Version 2.3.4 starting rpc.mountd: nfsd_fh: inbuf '192.168.1.86 6 \x7b2d04a55f13476aaa661257a28488f2' rpc.mountd: v4root_create: path '/' flags 0x12401 rpc.mountd: v4root_create: path '/mnt' flags 0x10401 Errore di ...
- ven 20 set 2019, 11:45
- Forum: Gnu/Linux in genere
- Argomento: NFS server
- Risposte: 40
- Visite : 8895
Re: NFS server
Codice: Seleziona tutto
root@pi4:~# grep mountd /etc/rc.d/rc.nfsd
if [ -x /usr/sbin/rpc.mountd ]; then
echo " /usr/sbin/rpc.mountd $RPC_MOUNTD_OPTS"
/usr/sbin/rpc.mountd $RPC_MOUNTD_OPTS
killall rpc.mountd 2> /dev/null
- ven 20 set 2019, 11:40
- Forum: Gnu/Linux in genere
- Argomento: NFS server
- Risposte: 40
- Visite : 8895
Re: NFS server
ho riavviato il server ed è partito il demone, ma comunque non funziona root@pi4:/etc/rc.d# reboot The system is going down for reboot NOW!g (pts/0) (Fri Sep 20 11:35:41 2019): root@pi4:/etc/rc.d# Connection to 192.168.1.10 closed by remote host. Connection to 192.168.1.10 closed. bash-5.0$ ssh root...
- ven 20 set 2019, 11:29
- Forum: Gnu/Linux in genere
- Argomento: NFS server
- Risposte: 40
- Visite : 8895
Re: NFS server
è sparito di nuovo stoppando rc.nfsd root@pi4:/etc/rc.d# /etc/rc.d/rc.nfsd stop root@pi4:/etc/rc.d# /usr/sbin/rpc.mountd root@pi4:/etc/rc.d# /etc/rc.d/rc.nfsd start Starting NFS server daemons: /usr/sbin/exportfs -r /usr/sbin/rpc.rquotad /usr/sbin/rpc.nfsd -N 4 8 /usr/sbin/rpc.mountd root@pi4:/etc/r...
- ven 20 set 2019, 11:26
- Forum: Gnu/Linux in genere
- Argomento: NFS server
- Risposte: 40
- Visite : 8895
Re: NFS server
è partito ma non cambia niente root@pi4:/etc/rc.d# ps ax | grep rpc 40 ? I< 0:00 [rpciod] 2891 ? Ss 0:00 /sbin/rpcbind -l 2896 ? Ss 0:00 /sbin/rpc.statd 17047 ? Ss 0:00 /usr/sbin/rpc.rquotad 17059 ? Ss 0:00 /usr/sbin/rpc.mountd 17061 pts/0 S+ 0:00 grep rpc
- ven 20 set 2019, 11:18
- Forum: Gnu/Linux in genere
- Argomento: NFS server
- Risposte: 40
- Visite : 8895
Re: NFS server
Codice: Seleziona tutto
root@pi4:/etc/rc.d# which rpc.mountd
/usr/sbin/rpc.mountd
- ven 20 set 2019, 10:14
- Forum: Gnu/Linux in genere
- Argomento: NFS server
- Risposte: 40
- Visite : 8895
Re: NFS server
sul server: root@pi4:~# ps ax | grep rpc 40 ? I< 0:00 [rpciod] 2891 ? Ss 0:00 /sbin/rpcbind -l 2896 ? Ss 0:00 /sbin/rpc.statd 16799 ? Ss 0:00 /usr/sbin/rpc.rquotad 16981 pts/0 S+ 0:00 grep rpc e sul client: bash-5.0# ps ax | grep rpc 732 ? I< 0:00 [rpciod] 1637 pts/2 S+ 0:00 grep rpc 4023 ? Ss 0:00 ...
- ven 20 set 2019, 9:33
- Forum: Gnu/Linux in genere
- Argomento: NFS server
- Risposte: 40
- Visite : 8895
Re: NFS server
sul server: root@pi4:~# cat /etc/default/nfs # See also /etc/default/rpc # Optional arguments passed to rpc.nfsd. See rpc.nfsd(8) # Turn off v2 and v3 protocol support: #RPC_NFSD_OPTS="-N 2 -N 3" # Turn off v4 protocol support: RPC_NFSD_OPTS="-N 4" # Number of nfs server processes to be started. # T...
- mer 18 set 2019, 16:17
- Forum: Gnu/Linux in genere
- Argomento: NFS server
- Risposte: 40
- Visite : 8895
Re: NFS server
se condivido una sola directory funziona /mnt/wd2 192.168.1.86(rw,fsid=0,no_subtree_check,sync,no_root_squash,anonuid=1000,anongid=1000,insecure,nohide) se condivido entrambe le directory così: /mnt 192.168.1.86(rw,fsid=0,no_subtree_check,sync,no_root_squash,insecure) /mnt/wd1 192.168.1.86(rw,no_sub...
- lun 9 set 2019, 15:33
- Forum: Gnu/Linux in genere
- Argomento: NFS server
- Risposte: 40
- Visite : 8895
Re: NFS server
scusa il ritardo, non ho ricevuto la notifica... sul client: bash-5.0# rpcinfo -p 192.168.1.10 program vers proto port service 100000 4 tcp 111 portmapper 100000 3 tcp 111 portmapper 100000 2 tcp 111 portmapper 100000 4 udp 111 portmapper 100000 3 udp 111 portmapper 100000 2 udp 111 portmapper 10002...
- lun 2 set 2019, 11:03
- Forum: Gnu/Linux in genere
- Argomento: NFS server
- Risposte: 40
- Visite : 8895
Re: NFS server
io vedo da qui: https://docs.slackware.com/howtos:netwo ... irty_setup che è uguale al mio
- dom 1 set 2019, 21:17
- Forum: Gnu/Linux in genere
- Argomento: NFS server
- Risposte: 40
- Visite : 8895
Re: NFS server
/mnt 192.168.1.1/24(rw,fsid=0,no_subtree_check,no_root_squash,hide) /mnt/wd1 192.168.1.1/24(rw,no_subtree_check,sync,no_root_squash,nohide,anonuid=1000,anongid=1000,insecure) /mnt/wd2 192.168.1.1/24(rw,no_subtree_check,sync,no_root_squash,nohide,anonuid=1000,anongid=1000,insecure) bash-5.0# mount -...