Forum
Extremely slow USB to USB transfer - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Configuration (/forum-17.html)
+--- Thread: Extremely slow USB to USB transfer (/thread-1515.html)

Pages: 1 2 3


RE: Extremely slow USB to USB transfer - mk01 - 19th Jan, 2014 03:48 AM

Code:
sudo -i
findmnt /lib/modules
depmod -av && modprobe autofs4 ; echo $?



RE: Extremely slow USB to USB transfer - Jingles - 21st Jan, 2014 07:09 AM

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:~#



RE: Extremely slow USB to USB transfer - mk01 - 25th Jan, 2014 05:14 PM

looks like you kernel on /boot is 3.10.23+ … but should not.

apt-get install --reinstall xbian-package-kernel


Extremely slow USB to USB transfer - Jingles - 25th Jan, 2014 09:54 PM

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


RE: Extremely slow USB to USB transfer - mk01 - 26th Jan, 2014 12:11 AM

Can you provide remote ssh for me to look at it ?


Extremely slow USB to USB transfer - Jingles - 26th Jan, 2014 09:38 AM

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


RE: Extremely slow USB to USB transfer - Jingles - 27th Jan, 2014 09:40 AM

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!


RE: Extremely slow USB to USB transfer - ciph - 27th Jan, 2014 04:01 PM

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


Extremely slow USB to USB transfer - Jingles - 27th Jan, 2014 06:08 PM

@ciph glad the thread helped Smile


RE: Extremely slow USB to USB transfer - Jingles - 12th Feb, 2014 06:20 AM

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


RE: Extremely slow USB to USB transfer - mk01 - 24th Mar, 2014 02:46 PM

@Jingles

this happened on the updated version or this is older backup started now?


Extremely slow USB to USB transfer - Jingles - 5th Apr, 2014 03:44 AM

Sorry for delayed reply. Yeah recent batches of updates have sorted this ^_^


RE: Extremely slow USB to USB transfer - mk01 - 5th Apr, 2014 07:20 AM

no problem.

thanks for confirming this.