Author Topic: Samba 3 for DM7000  (Read 937 times)

0 Members and 1 Guest are viewing this topic.

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
Samba 3 for DM7000
« on: March 20, 2010, 08:00:10 PM »
Samba 3 for DM7000
Samba 3 for DM7000


1. Installation Gemini 4.1
2. / (e.g. move var folder on USB stick)
Blue Panel -> 3 Extras / Settings -> Var folder -> to / var / mnt / usb / gemini / var
3. Setting up swap space (for example on a USB stick)
Blue Panel -> 3 Extras / Settings -> File Swap
4. Dreambox and PC host records match each other
Dreambox: / etc / hosts
PC: C: \ WINDOWS \ system32 \ drivers \ etc \ hosts
127.0.0.1 localhost dreambox # <- here dreambox Add
180.26.150.22 dm7000 # <- here your own IP address, adding

5. tar file transfer samba30_dm7000.tar on dreambox and unzip:
cd / var
gzip-d samba30_dm7000.tar.gz
tar xvpf samba30_dm7000.tar
rm samba30_dm7000.tar

-rwxr-xr-x 0 / 0 43 2007-11-08 09:00:04. / tuxbox / start_enigma
drwxr-xr-x 0 / 0 0 2007-11-08 08:58:46. / samba
drwxr-xr-x 0 / 0 0 2007-11-08 09:26:41. / samba / private
-rw ------- 0 / 0 102 2007-11-08 09:24:14. / samba / private / smbpasswd
-rw-r - r - 0 / 0 703 2007-11-04 14:23:13. / samba / smb.conf
drwxr-xr-x 0 / 0 0 2007-11-08 08:58:46. / samba / am
-rwxr-xr-x 0 / 0 1086664 2007-11-04 14:05:39 ./samba/bin/nmbd_7000
-rwxr-xr-x 0 / 0 3077280 2007-11-04 14:05:38 ./samba/bin/smbd_7000
-rwxr-xr-x 0 / 0 1491 1970-01-01 01:10:40. / samba / bin / samba.sh
drwxr-xr-x 0 / 0 0 2007-11-08 08:58:46. / samba / lib
-rwxr-xr-x 0 / 0 777744 1970-01-01 01:02:23 ./samba/lib/libc.so.6
lrwxr-xr-x 0 / 0 0 2007-11-08 09:28:11. / bin / samba -> .. / samba / am / samba.sh

Note:
start_enigma the file is with me that samba automatically at each reboot
starts - works, but am not sure whether the file for any
something else is needed.

6. Adjustments smb.conf
[global]
load printers = no
guest account = root
log file = / tmp / smb.log
security = share
server string = dm7000 <- as entry / etc / hosts
workgroup = HOME <- like working on PC
netbios name = dm7000 <- as entry / etc / hosts
client code page = 850
character set = iso8859-1
case sensitive = yes
preserve case = yes
short preserve case = yes

7. Start / Stop
either: restart the Dreambox
or: samba samba start or stop

8. Review process:
ps
471 root 2328 S / var/samba/bin/smbd_7000
474 root 2312 S / var/samba/bin/smbd_7000
475 root 1592 S / var/samba/bin/nmbd_7000