PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : SAMBA not working - HDMU 11592 Spark7162 - Amiko ALien2



ibero96
08.11.2013, 11:50
SAMBA not working on HDMU 11592 (at least - may not work on others) Spark7162 for Amiko Alien2 - from the log;


Alien-2:/tmp#
Alien-2:/tmp# cat smb.log
[2013/11/08 10:41:25, 0] lib/interface.c:load_interfaces(229)
WARNING: no network interfaces found
[2013/11/08 10:41:25, 0] smbd/server.c:main(986)
standard input is not a socket, assuming -D option
Alien-2:/tmp#

and the working network interface is;


Alien-2:/tmp# ifconfig
eth0 Link encap:Ethernet HWaddr 30:00:0A:009F
inet addr:192.168.2.105 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::3200:aff:fe00:99f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:172871 errors:0 dropped:0 overruns:0 frame:0
TX packets:7045 errors:4 dropped:0 overruns:0 carrier:4
collisions:0 txqueuelen:1000
RX bytes:12815666 (12.2 MiB) TX bytes:983071 (960.0 KiB)
Interrupt:134

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:80 errors:0 dropped:0 overruns:0 frame:0
TX packets:80 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:6984 (6.8 KiB) TX bytes:6984 (6.8 KiB)

Alien-2:/tmp


contents of smb.conf;
Alien-2:/tmp# cat /etc/samba/smb.conf
[global]
interfaces = eth0
load printers = no
guest account = root
log file = /tmp/smb.log
security = share
netbios name = Alien2
server string = HDMU
workgroup = NEWBURY
encrypt passwords = yes
[media]
comment = Media Files
path = /media
read only = no
public = yes
guest ok = yes
Alien-2:/tmp#



Anyone else have this problem and/or have a fix?

Andy

ibero96
10.11.2013, 16:09
Nobody else trying to use SAMBA on Alien/Alien2? Can't believe no one else has seen this!

As an aside SAMBA works fine on the PKT Hyperion V2 image (haven't tried V3 yet) so clearly it's some sort of issue with the HDMU image or the plugin version on the HDMU server.

Any information on how to fix this (if it's fixable) gratefully received

Andy

ibero96
30.11.2013, 18:14
Nobody else trying to use SAMBA on Alien/Alien2? Can't believe no one else has seen this!

As an aside SAMBA works fine on the PKT Hyperion V2 image (haven't tried V3 yet) so clearly it's some sort of issue with the HDMU image or the plugin version on the HDMU server.

Any information on how to fix this (if it's fixable) gratefully received

Andy

So - installed HDMU_11759_E2_spark7162_211_git_5570 (http://images.hdmedia-universe.com/spark7162/HDMU_11759_E2_spark7162_211_git_5570_nodebug_mix_F lash.zip) and still no working SAMBA on Alien-8900 or Alien2 - same problem as documented above. I assume this must work on other HDMU SH4 based systems? Anyone any ideas on how to fix this for the Amiko boxes???

Andy

macmanolo
30.11.2013, 18:38
You have to install server 3.0 from network plugins, and then turn it in: Settings / System / Network to samba works.

ibero96
01.12.2013, 09:45
Well as the logs above show that's exactly what's been done - but as you can also see there is a problem with the binaries because they can't detect the network interface.......

The PKT Hyperion images do have a working SAMBA so I can only assume that there is an issue with the HDMU image (for the Amiko aliens at least) ..... I suppose I can try and find the source and compile it myself -.....


Andy

suchmich1983
01.12.2013, 13:45
Change this in your global SAMBA conf:

interfaces = eth0
to this:

interfaces = 192.168.2.105

Restart Samba... should work then...

ibero96
01.12.2013, 19:20
Thanks for the idea - but already tried that and same problem - looks like could be a compile time problem or missing library...... the nfs server part of this package (server 3.0 from the plugins server) works properly....

Not a show stopper but would be nice to get this to work - at the moment I have to export /hdd/movie via nfs, mount it on a Linux server and then share it from there to the Windows network.

Andy

suchmich1983
01.12.2013, 20:54
Then try:


interfaces = 192.168.2.105/24

ibero96
02.12.2013, 15:53
Bingo - it works!

Thanks for the help, really appreciate your time and patience helping out here. Thanks again....


Andy