Ich habe nun auch Samba nah der Anleitung installiert. Doch auch das funktioniert nicht. weiß jemand woran das liegen kann?

Hier ein ps afx;
Code:
[robert@router root]$ ps afx
  PID TTY      STAT   TIME COMMAND
    1 ?        S      0:01 /sbin/init
    2 ?        S      0:00 [keventd]
    3 ?        SN     0:00 [ksoftirqd_CPU0]
    4 ?        S      0:00 [kswapd]
    5 ?        S      0:00 [bdflush]
    6 ?        S      0:00 [kupdated]
    7 ?        S      0:00 [mtdblockd]
   59 ?        S      0:00 telnetd
  225 pts/0    Ss     0:00  \_ -sh
  228 pts/0    R+     0:00      \_ ps afx
   64 ?        S      0:08 httpd vlan1
   71 ?        S      0:00 klogd
   72 ?        S      0:00 dnsmasq
   73 ?        S      0:00 syslogd -m 0 -O /tmp/syslog.log -S -l 7
   74 ?        S      0:00 [khubd]
   82 ?        Ss     0:00 lpd
   84 ?        Ss     0:00 p9100d -f /dev/usb/lp0 0
   88 ?        Ss     0:00 waveservermain
   90 ?        Ss     0:00 rcamdmain
   97 ?        Ss     0:00 pppd file /tmp/ppp/options.wan0
   99 ?        Ss     0:00 infosvr br0
  100 ?        Ss     0:00 watchdog
  101 ?        Ss     0:00  \_ ntp
  110 ?        S      0:00 dropbear
  127 ?        S      0:00 [usb-storage-0]
  128 ?        S      0:00 [scsi_eh_0]
  133 ?        S      0:00 [kjournald]
  139 ?        S      0:00 [kjournald]
  190 ?        S      0:00 upnp -D -L br0 -W ppp0
Transmission Config File:
Code:
#   Configuration
#   NOTE: no spaces around the = sign
#   the config will be sourced (eg. . transmission.conf)

SOURCE=/tmp/hdd/torrent/source
WORK=/tmp/hdd/torrent/work
TARGET=/tmp/hdd/Torrent/target

#MAILFROM=torrent@somedomain.com
MAILOPT="-smail.somedomain.com -f"
USER=admin
GROUP=root
DATE_FORMAT="%d %h %H:%M"

# Transmission daemon variables
PIDFILE=/opt/var/run/transmission.pid
ACTIVE=/tmp/hdd/torrent/active-torrents.txt
HOME=/tmp/hdd/torrent
WATCHDOG=300
LISTENING_PORT=65534
# set SPEED in kB/s or -1 for unlimited
UPLOAD_SPEED=-1
DOWNLOAD_SPEED=-1
#UPLOAD_SPEED=41
#DOWNLOAD_SPEED=180
# change SYSLOG from /tmp/syslog.log to
SYSLOG=/opt/var/log/messages

#Uncomment the following for UPNP NAT traversal
#NAT_TRAVERSAL=--nat-traversal

# Seed torrent after completition (YES or NO)
AUTOSEED="YES"
# If the following limit is reached watchdog will not enqueue new one
MAX_ACTIVE_TORRENTS=10

# Creating graphical log of transfer with gnuplot
# can be very site specific issue. See transmission.cgi
# how this variables are used.
GNUPLOT=/opt/bin/gnuplot
GNUPLOT_COMMAND=${WORK}/transfer.gnuplot
GNUPLOT_DATA=${WORK}/transfer.data
GNUPLOT_OUTPUT=/opt/share/www/transfer.png
HTTP_IMG_LOCATION=../transfer.png
#TZ offset in seconds. Use +- sign. DST manually
TIMEZONE_OFFSET=+3600

#Colors for command line. # comment out if not needed
GREEN="\033[32;1m"
#NC="\033[0m"
#BACK_UP="\033[1K\033[0G"
NORMAL="\033[0m"
WARN="\033[33;1m"
BAD="\033[31;1m"
BOLD="\033[1m"
GOOD="\033[32;1m"
Das Samba Config File:
Code:
service swat
{
        port    = 901
        socket_type     = stream
        wait    = no
        only_from = localhost 192.168.1.1/24
        user    = admin
        server  = /opt/sbin/swat
        log_on_failure  += USERID
        disable =  No
}
Ich hoffe es kann mir helfen.
Danke im Voraus

Gruß Robert