WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Samba configuration  (Read 4874 times)

Offline 43str4ng3r

  • Newbie
  • *
  • Posts: 9
Samba configuration
« on: May 21, 2017, 08: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

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Samba configuration
« Reply #1 on: May 21, 2017, 08:20:21 AM »
the libtirpc extension is missing

Offline 43str4ng3r

  • Newbie
  • *
  • Posts: 9
Re: Samba configuration
« Reply #2 on: May 21, 2017, 08: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?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Samba configuration
« Reply #3 on: May 21, 2017, 08:36:23 AM »
the samba extension was compiled against an earlier version of libtirpc, I'll try to take a look at it tomorrow.

Offline 43str4ng3r

  • Newbie
  • *
  • Posts: 9
Re: Samba configuration
« Reply #4 on: May 21, 2017, 08: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.  ;)

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: Samba configuration
« Reply #5 on: May 21, 2017, 04: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.
Download a copy and keep it handy: Core book ;)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Samba configuration
« Reply #6 on: May 22, 2017, 01:54:39 AM »
updated samba extension posted

Offline 43str4ng3r

  • Newbie
  • *
  • Posts: 9
Re: Samba configuration
« Reply #7 on: May 22, 2017, 04:38:40 AM »
updated samba extension posted

It's working.

Thanks Jaunito.  ;)

43S