Displaying 3 results from an estimated 3 matches for "a_password".
Did you mean:
s_password
2000 Jun 16
0
Memory usage in reload_services()
...id of samba root process
#
# Contributor: Tine Smukavec <valentin.smukavec@hermes.si>
# Updated: June 16, 2000
#==============================================================
#
# customize following variables to match your environment
#
conf_file=#path of smb.conf file
user=#a_user
password=#a_password
server=#a_server
ps_opts=#'-e -o pid -o ppid -o rss -o vsz -o comm'
smb_port=#'-p 10206'
max=1000
i=1
processID=$1
while [ $i -le $max ]
do
echo Pass: $i
echo '===================================='
ps $ps_opts | grep $processID
touch $conf_file
kill -1...
2008 Jul 23
1
smbclient does not connect anonymously localy on fresh install
...9.255
netmask=255.255.255.0
added interface lo ip=127.0.0.1 bcast=127.255.255.255 netmask=255.0.0.0
querying * on 192.168.169.255
Got a positive name query response from 192.168.169.170 ( 192.168.169.170 )
192.168.169.170 *<00>
LINUX-SRV:~ #
.
.
. smbclient -L //LINUX-SRV/publique -Uroot_user%a_password
. --------------------------------------------------------
Receiving SMB: Server stopped responding
session setup failed: Call timed out: server did not respond after 20000
milliseconds
.
.
Termin?
2008 May 29
6
RE-export nfs mounted share
Hi
Is there any way to re-export an nfs mounted directory? I am having three
servers runnning on centos4.5 and i am trying to implement nfs share in an
below manner [bcoz there is no alternative way for me to setup nfs share]
HOST A--->>>EXPORTS /prod/data ------->>>HOST B
HOST B ---->>MOUNTED ------>>> /prod/data-----UNDER---/PROD1 [working fine]
HOST B