Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: mk on July 21, 2015, 05:07:27 AM

Title: davfs2 in piCore 6.x repo
Post by: mk on July 21, 2015, 05:07:27 AM
Hey guys,

I tried to mount a shared WebDAV folder on my RasPi running PiCore 6.0...

The only problem: davfs2 is missing from the repo for arvs6/TinyCore 6.x.
I tried the one from the 5.x repo, without any usable results, obviously.

Adding davfs2 to the repo or recommending me any usable alternative would really help, so thanks a lot in advance!

MK
Title: Re: davfs2 in piCore 6.x repo
Post by: mocore on July 21, 2015, 05:36:31 AM

Perhaps not much help (?idk?) but FYI the source and an extension 'build' script can be found in
 http://tinycorelinux.net/5.x/armv6/tcz/src/davfs2/

so you could if you like, try building davfs2 for/on pi core 6.x ..

Title: Re: davfs2 in piCore 6.x repo
Post by: bmarkus on July 21, 2015, 07:29:25 AM
davfs2.tcz added to armv6/armv7 6.x repo
Title: Re: davfs2 in piCore 6.x repo
Post by: bmarkus on July 23, 2015, 08:05:51 AM
Any feedback on the extension?
Title: Re: davfs2 in piCore 6.x repo
Post by: mk on August 07, 2015, 01:15:01 AM
First of all, thanks for your help! I´m sorry I couldn´t get back to you earlier as I wasn´t at home...

I still cannot properly install davfs2. When calling
Code: [Select]
tce-load -wi davfs2 I get
Code: [Select]
mount: mounting /dev/loop14 on /tmp/tcloop/filesystems-3.12.36-piCore+ failed: Invalid argument.
Title: Re: davfs2 in piCore 6.x repo
Post by: mk on August 07, 2015, 03:57:37 AM
Could the problem be that tce-load -wi davfs2 seems to mount on filesystems-3.12.36... but in the tree-view of the tcz it demepnds on filesystems-3.18.10... ?
Title: Re: davfs2 in piCore 6.x repo
Post by: mocore on August 07, 2015, 06:13:46 AM
The problem is IMHO you have no free space in  tce/optional

Eather because you filled it up OR because you flashed a new image  and did not expand the second partition !

At least that was the problem i just had with loading tce and geting 'failed: Invalid argument'
Also using 'tce-load' shows 'wget: short write' ....

Try
Code: [Select]
df /tce/sysconfig/tcedir/
Title: Re: davfs2 in piCore 6.x repo
Post by: bmarkus on August 07, 2015, 07:25:25 AM
davfs2.tcz installs fine on a clean piCore-6.1 system.
Title: Re: davfs2 in piCore 6.x repo
Post by: mk on August 13, 2015, 11:50:16 PM
Yes it does! I found my mistake: my piCore was still on 6.0, after an upgrade to 6.1 everything works fine. Thanks ;)
Title: Re: davfs2 in piCore 6.x repo
Post by: bmarkus on August 13, 2015, 11:57:07 PM
Thanks for feedback...