Tiny Core Linux

Tiny Core Extensions => TCE Corepure64 => Topic started by: 43str4ng3r on May 21, 2017, 11:13:43 AM

Title: Samba configuration
Post by: 43str4ng3r on May 21, 2017, 11:13:43 AM
Hi there guys.

Hello to you all in the core linux community.

I'm trying to setup a fileserver using a RAID array and SAMBA on top of the latest corepure64 version.
I managed to create and make the array persistent. Super duper!
I'm having a lot more trouble configuring SAMBA, when i thought it would be the easiest part.

After installing samba.tcz
Code: [Select]
tce-load -wi samba.tcz
I'm trying to run
Code: [Select]
smbd restartbut i always get this
Quote
smbd: error while loading share libraries: libtirpc.so.1: cannot open shared object file: No such file or directory

Is there any dependency missing?

Thanks for your help.
43S
Title: Re: Samba configuration
Post by: Juanito on May 21, 2017, 11:20:21 AM
the libtirpc extension is missing
Title: Re: Samba configuration
Post by: 43str4ng3r on May 21, 2017, 11:25:23 AM
Thanks for the quick reply.

Code: [Select]
tce-load -wi libtirpc.tcz libtirpc-dev.tcz
then

Code: [Select]
smbd restart
and i got the same message...

There's no need for a reboot after "-i" option, right?
Title: Re: Samba configuration
Post by: Juanito on May 21, 2017, 11:36:23 AM
the samba extension was compiled against an earlier version of libtirpc, I'll try to take a look at it tomorrow.
Title: Re: Samba configuration
Post by: 43str4ng3r on May 21, 2017, 11:37:29 AM
the samba extension was compiled against an earlier version of libtirpc, I'll try to take a look at it tomorrow.

Thanks a lot Juanito.  ;)
Title: Re: Samba configuration
Post by: Misalf on May 21, 2017, 07:32:16 PM
Note that if you're using both, the -w and the -i switches together, the extension won't get installed if it was already downloaded.
Title: Re: Samba configuration
Post by: Juanito on May 22, 2017, 04:54:39 AM
updated samba extension posted
Title: Re: Samba configuration
Post by: 43str4ng3r on May 22, 2017, 07:38:40 AM
updated samba extension posted

It's working.

Thanks Jaunito.  ;)

43S