[Samba] Samba Restart -- Re-caching dependency info (mtimes differ)

2006-04-15 Thread Will Strickland
try /sbin/depscan.sh --update
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Samba Restart -- Re-caching dependency info (mtimes differ)

2006-03-10 Thread Richard Broersma Jr
I just updated samba from 3.0.14a to 3.0.21b.
The computer is a Atholon XP running Gentoo Linux Kernel 2.6.15.

Everything works find however, when I restarted samba the following messages 
were displayed:

bash-3.00# /etc/init.d/samba restart
 * Re-caching dependency info (mtimes differ)...
 * samba - stop: smbd ...[ ok ]
 * samba - stop: nmbd ...[ ok ]
 * Re-caching dependency info (mtimes differ)...
 * Re-caching dependency info (mtimes differ)...
 * Re-caching dependency info (mtimes differ)...
 * Re-caching dependency info (mtimes differ)...
 * samba - start: smbd ...   [ ok ]
 * samba - start: nmbd ...

I do not see any logs that suggest something is wrong.  Is this something that 
should be
corrected?

Regards,

Richard Broersma Jr.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] samba restart

2003-06-07 Thread kenneth westelinck
On Linux I always use 'ps fax'
On SunOS I always us 'ps -ef'
This should give you a list of all processes running. If the list is to big,
just pipe it to grep: ps fax | grep nmbd and ps fax | grep smbd. If you're
alsoe using winbindd, don't forget to grep for that as well. There's a
similar thread going on in the list called stability. If you need decent
scripts. it might help poking around in the stability thread. This is a
script kindly taken from Joel Hammer ;)

-8---8---8---8---8---8---8---8---8---8---8---8---8---8--
#!/bin/bash
case $1 in
 start)
  killall smbd
  killall nmbd
/usr/local/samba/bin/smbd -D
/usr/local/samba/bin/nmbd -D
  ;;

 stop)
  killall smbd
  killall nmbd
 ;;
 reload)
 kill -SIGHUP `cat /usr/local/samba/var/locks/smbd.pid`
 kill -SIGHUP `cat /usr/local/samba/var/locks/nmbd.pid`
 ;;
 *)
 echo Usage:
 echo start stop reload
 ;;
esac
exit 0
-8---8---8---8---8---8---8---8---8---8---8---8---8---8--

The location for your pid files and binaries might be different though.

- Original Message - 
From: Raymond Gree [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Friday, June 06, 2003 10:31 PM
Subject: Re: [Samba] samba restart


 [EMAIL PROTECTED] wrote:

 Dude, it's UNIX/Linux. You should never reboot ;)
 That's not normal. Did you try to stop the service and start it again,
like so:
 samba stop
 samba start
 and not
 samba restart
 
 Are you sure the daemons are dead after issueing a samba stop.
 
 
  Raymond Gree [EMAIL PROTECTED] wrote:
 
 Hi,
 
 
 I start to use Samba with difficulties for now but I just blame me
 I have the following problem when I change my smb.conf I reload or
 restart Samba but most of the time my changes are not available
 I have to reboot my server
 is there anything special to do?
 Thanks
 Raymond
 
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba
 
 
 
 
 
 
 I did it also but same result. how can I verify that the deamon is dead
 (ps -A)?





-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] samba restart

2003-06-06 Thread Raymond Gree
Hi,
I start to use Samba with difficulties for now but I just blame me
I have the following problem when I change my smb.conf I reload or 
restart Samba but most of the time my changes are not available
I have to reboot my server
is there anything special to do?
Thanks
Raymond

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] samba restart

2003-06-06 Thread [EMAIL PROTECTED]
Dude, it's UNIX/Linux. You should never reboot ;)
That's not normal. Did you try to stop the service and start it again, like so:
samba stop
samba start
and not
samba restart

Are you sure the daemons are dead after issueing a samba stop.


 Raymond Gree [EMAIL PROTECTED] wrote:

Hi,
I start to use Samba with difficulties for now but I just blame me
I have the following problem when I change my smb.conf I reload or 
restart Samba but most of the time my changes are not available
I have to reboot my server
is there anything special to do?
Thanks
Raymond

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] samba restart

2003-06-06 Thread Raymond Gree
[EMAIL PROTECTED] wrote:

Dude, it's UNIX/Linux. You should never reboot ;)
That's not normal. Did you try to stop the service and start it again, like so:
samba stop
samba start
and not
samba restart
Are you sure the daemons are dead after issueing a samba stop.


Raymond Gree [EMAIL PROTECTED] wrote:

Hi,
 

I start to use Samba with difficulties for now but I just blame me
I have the following problem when I change my smb.conf I reload or 
restart Samba but most of the time my changes are not available
I have to reboot my server
is there anything special to do?
Thanks
Raymond

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba
   



 

I did it also but same result. how can I verify that the deamon is dead 
(ps -A)?

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba