Superb quality and spec AB-Com PULSe 4K SE only £99! FREE UK DELIVERY! 4K UHD, Enigma 2, Multiboot 4 images & more!...
Superb quality and spec AB-Com PULSe 4K Rev II Twin Satellite tuner only £149! FREE UK DELIVERY! 4K UHD, Enigma 2, SATA HDD facility, Multiboot 4 images & more!...

[VU+ Uno4KSE] Samba not installing

HeadBanger

Forum Supporter
Donated Member
Joined
Mar 8, 2020
Messages
33
Reaction score
0
Points
0
Samba fails to start and will not download. It was working on previous 6.6 versions but I’m not sure which one it stopped working with.

I have tried a fresh instal and same issue - I grabbed a screenshot per attached.
Any help greatly appreciated.

HB
 

Attachments

  • IMG_5578.webp
    IMG_5578.webp
    38.2 KB · Views: 18
Do you have to remove it first from plugins feed RED button to remove .?

Then download plugins again to install.

Where were you getting it as think its default on new images?
 
Should be installed, menu/setup/network/utilities/samba
 
Do you have to remove it first from plugins feed RED button to remove .?

Then download plugins again to install.

Where were you getting it as think its default on new images?

I have tried uninstalling and then loading the plugins again but Samba does not appear for download at all.

HB
 
Should be installed, menu/setup/network/utilities/samba

Yes, that’s how it used to work for me but not any more for the last 3 or so versions. Even with a fresh instal and not restoring configs Samba does not work anymore (I did set network password).

Any idea what the message is telling me in screenshot on post 1?

Thanks,
HB
 
Last edited:
I prefer to install samba via putty. It doesn't even need a reboot.

Code:
#!/bin/bash
opkg update
opkg install packagegroup-base-smbfs-server
exit 0
 
I prefer to install samba via putty. It doesn't even need a reboot.

Code:
#!/bin/bash
opkg update
opkg install packagegroup-base-smbfs-server
exit 0

Thank you but this fails too:

Downloading http://www.openvix.co.uk/feeds/openvix/release/6.6/vuuno4kse/vuuno4k se/Packages.gz.
Updated source 'openvix-vuuno4kse'.
Downloading http://www.openvix.co.uk/feeds/openvix/release/6.6/vuuno4kse/vuuno4k se_3rdparty/Packages.gz.
* opkg_download_backend: Failed to download http://www.openvix.co.uk/feeds/open vix/release/6.6/vuuno4kse/vuuno4kse_3rdparty/Packages.gz, wget returned 4.
root@vuuno4kse:~# opkg install packagegroup-base-smbfs-server
Installing samba (4.15.13) on root.
Downloading http://www.openvix.co.uk/feeds/openvix/release/6.6/vuuno4kse/cortexa 15hf-neon-vfpv4/samba_4.15.13-r5_cortexa15hf-neon-vfpv4.ipk.
Installing packagegroup-base-smbfs-server (1.0) on root.
Downloading http://www.openvix.co.uk/feeds/openvix/release/6.6/vuuno4kse/vuuno4k se/packagegroup-base-smbfs-server_1.0-r0_vuuno4kse.ipk.
Configuring samba.
Adding system startup for /etc/init.d/samba.
Starting Samba: smbd/usr/sbin/smbd: error while loading shared libraries: libnet api.so.1: cannot open shared object file: No such file or directory
wsdd.
Configuring packagegroup-base-smbfs-server.
root@vuuno4kse:~#

How do I create/correct smbd/usr/sbin/smbd using PuTTY so I can try again please?

Thanks
HB
 
do you have at least a directory called samba under etc ?
 
do you have at least a directory called samba under etc ?

Sorry I'm not experienced with telnet but I can follow instructions. What command do I need to input on PuTTY for my VU+ to tell me please?
And if it does not exist, how do I create it?

Thanks,
HB
 
why do you not use simple program as DCC ? Then you can immediatly see directorys and copy from PC etc
 
why do you not use simple program as DCC ? Then you can immediatly see directorys and copy from PC etc

I've never heard of DCC! So this will provide a direct view on a Windows PC that I can edit without Samba working?

HB
 
yes because yoy FTp to the and from the box DCC_E2 - 2.40 .You will need to make a profile there with config of your box and login with the set password
 
yes because yoy FTp to the and from the box DCC_E2 - 2.40 .You will need to make a profile there with config of your box and login with the set password

OK thanks I'll give that a go later.
And if it doesn't exist should I manually create it and then try running the package installer over telnet again? I don't want to mess anything further up!

HB
 
if itis the same for mips and arm boxes then i can send you backup of my directory.Had problems with samba not starting in the past because a line in config was changed
 
if itis the same for mips and arm boxes then i can send you backup of my directory.Had problems with samba not starting in the past because a line in config was changed

So fresh instal. Samba not working again.
Created samba directory and then used telnet to download packages again. Samba still won't start.
Enter telnet command to start and still not working - see attached screenshot of the error.

I don't get how and why it fails on a fresh instal. Any ideas?

Thanks,
HB
 

Attachments

  • vuplus.webp
    vuplus.webp
    6.8 KB · Views: 11
maybe look in etc/samba/smb-user.conf if this is right:

[global]
# include = /etc/samba/distro/smb-secure.conf
disable netbios = No

Then reboot box.Worked for me a few updates ago
 
A shared library is missing.

Check if with putty if you have the package libnetapi1 installed

~# opkg list-installed | grep libnet

If not

~# opkg install libnetapi1


Greetz
/Kalel
 
Samba has often been an issue and one of our members (sadly deceased) often fixed this issue.
its probably not much help, but the samba config setup is slightly different on the next OE-A version and worked first time for me …. Its just not ready for general building at the moment.
 
A shared library is missing.

Check if with putty if you have the package libnetapi1 installed

~# opkg list-installed | grep libnet

If not

~# opkg install libnetapi1


Greetz
/Kalel

It says that it is - version 4.5.13 r5

Absolutely stumped :(

HB

HB
 
maybe look in etc/samba/smb-user.conf if this is right:

[global]
# include = /etc/samba/distro/smb-secure.conf
disable netbios = No

Then reboot box.Worked for me a few updates ago

Changed to = No
But still no joy unfortunately.

Thanks for your help and suggestions.

HB
 

OpenViX Feeds Status

Back
Top