Samba service displayed as stop! but is running.

flemse

Neuer User
Mitglied seit
14 Mrz 2007
Beiträge
95
Punkte für Reaktionen
0
Punkte
0
Hi

Just made a new Freetz svn 1999, all i running, but samba is displayed as stopped on the "Freetz - Services" pages. why?

The command ps:
730 root 3116 S N smbd -D -s /mod/etc/smb.conf

//Flemming
 

Anhänge

  • freetz1.jpg
    freetz1.jpg
    72 KB · Aufrufe: 20
same for me on one you my two 7270.

on the other one it works well. (both have exactly the same smb.conf)

in /var/run is a smbd.pid with the right id nevertheless.

maybe a complete reset (configs etc. too) might help, but since it's no severe error, i can live with it.
 
Samba in svn is dead. Taka a look here
 
compiling samba works with:

Code:
cd source/samba-3.0.24/source
make clean

then a make in freetz dir will compile samba successfully. and with this version i have no problems (samba web-interface works too) on one box and the mentioned problem above on another.

it would be good to know how the webinterface determines if a process is running or not. clicking on "start" says it's already running, so it seems to be only a problem with the webinterface on special configs
 
Thanks.

Then it must be a error in the init.d script. I know i have not installed "nmbd" because i deselected it when making my "make menuconfig".

Thanks for the info.

Code:
status)
 if [ -s "/var/run/smbd.pid" ] && [ -s "/var/run/nmbd.pid" ]; then
       echo 'running'
 else
      echo 'stopped'
 fi
//Flemming
 
Kostenlos!

Neueste Beiträge

Statistik des Forums

Themen
248,866
Beiträge
2,303,227
Mitglieder
378,522
Neuestes Mitglied
Christian_B70