[solved} Zyxel NSA325 - mount.nfs: No such device

This forum is for Marvell Kirkwood devices such as the GoFlex Home/Net, PogoPlug v1/v2, SheevaPlug, and ZyXEL devices.

[solved} Zyxel NSA325 - mount.nfs: No such device

Postby niedi74 » Sat Feb 01, 2014 11:37 pm

hi

some days ago i done upgrade via pacman . now iḿ not longer able to mount nfs on my network

try fresh installation with current ArchLinuxARM-kirkwood-latest.tar.gz and it looks ok. after run upgrade and get new kernel i got when i try to mount
$this->bbcode_second_pass_code('', '
# mount 192.168.0.100:/volume1/software /data/nas/software/
mount.nfs: No such device
')
hier some system info & boot log
$this->bbcode_second_pass_code('', '
Linux alarm 3.12.8-1-ARCH #1 PREEMPT Wed Jan 15 18:07:31 MST 2014 armv5tel GNU/Linux

[root@alarm ~]# pacman -Q nfs-utils
nfs-utils 1.2.9-5


larm systemd-modules-load[62]: Failed to lookup alias 'nfs': Fu

..................
Dec 31 17:00:08 alarm systemd[1]: systemd-modules-load.service: main process exi
Dec 31 17:00:08 alarm systemd[1]: Failed to start Load Kernel Modules.
Dec 31 17:00:08 alarm systemd[1]: Unit systemd-modules-load.service entered fail
Dec 31 17:00:08 alarm systemd[1]: Started Remount Root and Kernel File Systems

............

Dec 31 17:00:08 alarm systemd-udevd[77]: starting version 208
Dec 31 17:00:09 alarm mount[79]: mount: unknown filesystem type 'rpc_pipefs'
Dec 31 17:00:09 alarm systemd[1]: Started udev Kernel Device Manager.
Dec 31 17:00:09 alarm systemd[1]: var-lib-nfs-rpc_pipefs.mount mount process exi
Dec 31 17:00:09 alarm systemd[1]: Failed to mount RPC Pipe File System.
Dec 31 17:00:09 alarm systemd[1]: Dependency failed for RPC GSS-API Client Daemo
Dec 31 17:00:09 alarm systemd[1]: Unit var-lib-nfs-rpc_pipefs.mount entered fail
Dec 31 17:00:09 alarm systemd[1]: Found device /dev/ttyS0.


# mount 192.168.0.100:/volume1/software /data/nas/software/
mount.nfs: No such device

Linux alarm 3.12.8-1-ARCH #1 PREEMPT Wed Jan 15 18:07:31 MST 2014 armv5tel GNU/Linux

[root@alarm ~]# pacman -Q nfs-utils
nfs-utils 1.2.9-5



Dec 31 17:00:08 alarm systemd[1]: Mounting Temporary Directory...
Dec 31 17:00:08 alarm systemd-modules-load[62]: Failed to lookup alias 'nfs': Function not implemented
Dec 31 17:00:08 alarm systemd[1]: Starting Root Slice.

.................

Dec 31 17:00:08 alarm systemd[1]: Mounted Debug File System.
Dec 31 17:00:08 alarm systemd[1]: systemd-modules-load.service: main process exited, code=exited, status=1/FAILURE
Dec 31 17:00:08 alarm systemd[1]: Failed to start Load Kernel Modules.
Dec 31 17:00:08 alarm systemd[1]: Unit systemd-modules-load.service entered failed state.
Dec 31 17:00:08 alarm systemd[1]: Started Remount Root and Kernel File Systems.

..........................

Dec 31 17:00:09 alarm mount[79]: mount: unknown filesystem type 'rpc_pipefs'
Dec 31 17:00:09 alarm systemd[1]: Started udev Kernel Device Manager.
Dec 31 17:00:09 alarm systemd[1]: var-lib-nfs-rpc_pipefs.mount mount process exited, code=exited status=32
Dec 31 17:00:09 alarm systemd[1]: Failed to mount RPC Pipe File System.
Dec 31 17:00:09 alarm systemd[1]: Dependency failed for RPC GSS-API Client Daemon.
Dec 31 17:00:09 alarm systemd[1]: Unit var-lib-nfs-rpc_pipefs.mount entered failed state.
Dec 31 17:00:09 alarm systemd[1]: Found device /dev/ttyS0.
')

have some a tip how to fix it ?

thx
k.
Last edited by niedi74 on Mon Feb 03, 2014 8:44 pm, edited 2 times in total.
niedi74
 
Posts: 14
Joined: Mon Dec 23, 2013 7:32 am

Re: Zyxel NSA325 - mount.nfs: No such device

Postby moonman » Sun Feb 02, 2014 1:24 am

did you reboot after kernel update? We get a lot of posts like this lately. When you update the kernel it can just magically reload the new version from the drive - you do need to reboot.
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: Zyxel NSA325 - mount.nfs: No such device

Postby niedi74 » Sun Feb 02, 2014 9:52 pm

clearly I have rebooted, I have everything set up new to test and make sure that not somethink else cause this issue.

thanks
niedi74
 
Posts: 14
Joined: Mon Dec 23, 2013 7:32 am

Re: Zyxel NSA325 - mount.nfs: No such device

Postby moonman » Mon Feb 03, 2014 2:01 am

I say this because 3.13.x has been in repos for a while, and you seem to be running 3.12.8 so if you did a full update and didn't reboot you would be on the 3.12.8 with the modules from 3.13.x

What is the output of:
$this->bbcode_second_pass_code('', 'ls /usr/lib/modules/')
and
$this->bbcode_second_pass_code('', 'uname -a')
and
$this->bbcode_second_pass_code('', 'modinfo nfs')

if there's an error, try running
$this->bbcode_second_pass_code('', 'depmod') if it doesn't help,
the do a full update with
$this->bbcode_second_pass_code('', 'pacman -Syu')
and reboot. (You should probably do a full update regardless).

Please use [code] tags.
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: Zyxel NSA325 - mount.nfs: No such device

Postby niedi74 » Mon Feb 03, 2014 7:24 pm

hi

here there are . done the upgrade and reboot . but still the same

thx


$this->bbcode_second_pass_quote('', '[')root@alarm ~]# ls /usr/lib/modules/
3.13.1-2-ARCH extramodules-3.13.1--kirkwood


$this->bbcode_second_pass_quote('', '[')root@alarm ~]# uname -a
Linux alarm 3.12.8-1-ARCH #1 PREEMPT Wed Jan 15 18:07:31 MST 2014 armv5tel GNU/Linux


$this->bbcode_second_pass_quote('', '[')root@alarm ~]# modinfo nfs
modinfo: ERROR: Module alias nfs not found.


$this->bbcode_second_pass_quote('', '[')root@alarm ~]# depmod
depmod: ERROR: could not open directory /lib/modules/3.12.8-1-ARCH: No such file or directory
depmod: FATAL: could not search modules: No such file or directory


$this->bbcode_second_pass_quote('', '[')root@alarm ~]# pacman -Syu
:: Synchronizing package databases...
core 163.1 KiB 906K/s 00:00 [######################] 100%
extra 1887.6 KiB 1944K/s 00:01 [######################] 100%
community 2.1 MiB 1625K/s 00:01 [######################] 100%
alarm is up to date
aur 65.3 KiB 640K/s 00:00 [######################] 100%
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...

Packages (4): ldns-1.6.17-1 libldap-2.4.39-1 openssh-6.5p1-1 s-nail-14.5.2-2

Total Download Size: 1.44 MiB
Total Installed Size: 7.08 MiB
Net Upgrade Size: 0.59 MiB

:: Proceed with installation? [Y/n]
niedi74
 
Posts: 14
Joined: Mon Dec 23, 2013 7:32 am
Top

Re: Zyxel NSA325 - mount.nfs: No such device

Postby WarheadsSE » Mon Feb 03, 2014 7:42 pm

Mount your boot partition, and re-install linux-kirkwood.
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: Zyxel NSA325 - mount.nfs: No such device

Postby niedi74 » Mon Feb 03, 2014 8:44 pm

ok, thanks i will remeber this for the future

looks better now

$this->bbcode_second_pass_quote('', '
')uname -a
Linux alarm 3.13.1-2-ARCH #1 PREEMPT Fri Jan 31 23:35:06 MST 2014 armv5tel GNU/Linux
depmod


$this->bbcode_second_pass_quote('', 'd')epmod: ERROR: Module 'hci_vhci' has devname (vhci) but lacks major and minor information. Ignoring.$this->bbcode_second_pass_quote('', '
')

[root@alarm ~]# ls /usr/lib/modules/
3.13.1-2-ARCH extramodules-3.13.1--kirkwood
[root@alarm ~]# modinfo nfs
filename: /lib/modules/3.13.1-2-ARCH/kernel/fs/nfs/nfs.ko.gz
license: GPL
author: Olaf Kirch <okir@monad.swb.de>
alias: nfs4
alias: fs-nfs4
alias: fs-nfs
depends: lockd,sunrpc
intree: Y
vermagic: 3.13.1-2-ARCH preempt mod_unload modversions ARMv5 p2v8
parm: callback_tcpport:portnr
parm: nfs_idmap_cache_timeout:int
parm: nfs4_disable_idmapping:Turn off NFSv4 idmapping when using 'sec=sys' (bool)
parm: max_session_slots:Maximum number of outstanding NFSv4.1 requests the client will negotiate (ushort)
parm: send_implementation_id:Send implementation ID with NFSv4.1 exchange_id (ushort)
parm: nfs4_unique_id:nfs_client_id4 uniquifier string (string)
parm: recover_lost_locks:If the server reports that a lock might be lost, try to recover it risking data corruption. (bool)
parm: enable_ino64:bool
[/quote][/quote]


the mount still not work. need to check why ..
thanks for the support until here
niedi74
 
Posts: 14
Joined: Mon Dec 23, 2013 7:32 am
Top


Return to Marvell Kirkwood

Who is online

Users browsing this forum: No registered users and 4 guests

cron