Forum

Full Version: Extremely slow USB to USB transfer
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Code:
sudo -i
findmnt /lib/modules
depmod -av && modprobe autofs4 ; echo $?
Code:
xbian@sierra ~ $ sudo -i
[sudo] password for xbian:
root@sierra:~# findmnt /lib/modules
TARGET       SOURCE                     FSTYPE OPTIONS
/lib/modules /dev/mmcblk0p2[/modules/@] btrfs  rw,noatime,compress=lzo,ssd,space
root@sierra:~# depmod -av && modprobe autofs4 ; echo $?
ERROR: could not open directory /lib/modules/3.10.23+: No such file or directory
FATAL: could not search modules: No such file or directory
1
root@sierra:~#
looks like you kernel on /boot is 3.10.23+ … but should not.

apt-get install --reinstall xbian-package-kernel
I just tried that and it gave me the same error message about 'autofs4' as above

Apt-get also recommended installing xbian-package-kernel-headers. I ran that too and got the same error message again

I just tried that and it gave me the same error message about 'autofs4' as above

Apt-get also recommended installing xbian-package-kernel-headers. I ran that too and got the same error message again
Can you provide remote ssh for me to look at it ?
Yeah I can do. I'll need to set up the port forwarding (is it port 21 or 22 you'll need?) and check the ip settings (haven't managed to get DDNS running on my router yet)

I'll dm you the details tomorrow as it's late here now
I have just sent you the details via PM. The DDNS host is working at the minute, but might need updating (not sure how frequently my ISP updates my IP address). Thank you for all your help so far!
I almost lost hope and thought it was some kind of wierd bug. But after I disabled the sync option I can now transfer in 3000kB/s instead of around 700kB/s Smile.

Thanks for sharing
@ciph glad the thread helped Smile
Hi @mk01,

Sorry to resurrect this again. I thought everything was fine after you removed in an fixed the issue regarding upgrading packages. However, I am now getting this message when I ssh into my rip and that reminds me that's the issue I was having before you were looking at that!
Code:
xbian@sierra ~ $ sudo xbian-config
/usr/local/sbin/xbian-config: line 203: /run/lock/xbian-config.gui: No such file or directory
/usr/local/sbin/xbian-config: line 74: _: command not found
/usr/local/sbin/xbian-config: line 74: wrapTxtFn: command not found
/usr/local/sbin/xbian-config: line 75: centerTxtFn: command not found
/usr/local/sbin/xbian-config: line 76: valignTxtFn: command not found
/usr/local/sbin/xbian-config: line 77: showConfirmDlg: command not found
/usr/local/sbin/xbian-config: line 74: _: command not found
/usr/local/sbin/xbian-config: line 74: wrapTxtFn: command not found
/usr/local/sbin/xbian-config: line 75: centerTxtFn: command not found
/usr/local/sbin/xbian-config: line 76: valignTxtFn: command not found
/usr/local/sbin/xbian-config: line 77: showConfirmDlg: command not found

Also what was actually wrong with the the rip that was preventing it from updating the packages? Just curious, I'm guessing most of it will go over my head anyway!

Cheers,
Jingles
@Jingles

this happened on the updated version or this is older backup started now?
Sorry for delayed reply. Yeah recent batches of updates have sorted this ^_^
no problem.

thanks for confirming this.
Pages: 1 2 3
Reference URL's