Amanda-Users

SMBCLIENT program not available

2002-08-06 16:18:30
Subject: SMBCLIENT program not available
From: Martin Schmidt <martin.schmidt AT jielo DOT de>
To: amanda-users AT amanda DOT org
Date: Tue, 6 Aug 2002 22:06:55 +0200
Hi,

i know, I am going to nerve, but it makes me mad, not getting things up, 
things that seem to run otherwise :-( .

My problem (still ):

----------------------------------------------------------------------------------------------------------------------------------
rappelkasten:/daten/amanda # su amanda -c "/usr/sbin/amcheck rappel1"
Amanda Tape Server Host Check
-----------------------------
Holding disk /daten/amanda: 4464676 KB disk space available, that's plenty
NOTE: skipping tape-writable test
Tape DailySet127 label ok
NOTE: info dir 
/var/lib/amanda/DailySet1/curinfo/rappelkasten.schmidt.int/__rumpl_lwd: does 
not exist
NOTE: index dir 
/var/lib/amanda/DailySet1/index/rappelkasten.schmidt.int/__rumpl_lwd: does 
not exist
Server check took 0.066 seconds
 
Amanda Backup Client Hosts Check
--------------------------------
ERROR: rappelkasten.schmidt.int: [This client is not configured for samba: 
//rumpl/lwd]
ERROR: rappelkasten.schmidt.int: [SMBCLIENT program not available]
Client check: 1 host checked in 0.033 seconds, 2 problems found
 
(brought to you by Amanda 2.4.2p2)
----------------------------------------------------------------------------------------------------------------------------------

So I tried smbclient, and it worked fine, I tried
----------------------------------------------------------------------------------------------------------------------------------
smbtar -v -a -s rumpl -u amanda -p amanda -x lwd -t ./rumpl.tar
----------------------------------------------------------------------------------------------------------------------------------
and it worked fine.
Also the backup of a local dir does work.

Whats wrong with amanda ?

My configs :
/var/lib/amanda/.amandahosts:
----------------------------------------------------------------------------------------------------------------------------------
rappelkasten.schmidt.int        amanda
----------------------------------------------------------------------------------------------------------------------------------

/etc/amanda/rappel1/amanda.conf (I cut away some comment lines for this 
mail ):
----------------------------------------------------------------------------------------------------------------------------------
org "DailySet1"         # your organization name for reports
mailto "martin"         # space separated list of operators at your site
dumpuser "amanda"       # the user to run dumps under

inparallel 2            # maximum dumpers that will run in parallel (max 63)
netusage  800 Kbps      # maximum net bandwidth for Amanda, in KB per sec

dumpcycle 1 weeks       # the number of days in the normal dump cycle
runspercycle 5         # the number of amdump runs in dumpcycle days
tapecycle  7 tapes      # the number of tapes in rotation
bumpsize 20 Mb          # minimum savings (threshold) to bump level 1 -> 2
bumpdays 1              # minimum days at each level
bumpmult 4              # threshold = bumpsize * bumpmult^(level-1)
etimeout 300            # number of seconds per filesystem for estimates.
dtimeout 1800           # number of idle seconds before a dump is aborted.
ctimeout 30             # maximum number of seconds that amcheck waits
tapebufs 20
runtapes 1              # number of tapes to be used in a single run of amdump
tapedev "/dev/nst0"     # the no-rewind tape device to be used
rawtapedev "/dev/nst0"  # the raw device to be used (ftape only)
tapetype HP-DAT         # what kind of tape it is (see tapetypes below)
labelstr "^DailySet1[0-9][0-9]*$"       # label constraint regex: all tapes 
must match
holdingdisk hd1 {
    comment "main holding disk"
    directory "/daten/amanda"   # where the holding disk is
    use 2900 Mb         # how much space can we use on it
    chunksize 1Gb       # size of chunk if you want big dump to be
    }
infofile "/var/lib/amanda/DailySet1/curinfo"    # database DIRECTORY
logdir   "/var/lib/amanda/DailySet1"            # log directory
indexdir "/var/lib/amanda/DailySet1/index"      # index directory
define tapetype HP-DAT {
    comment "DAT tape drives"
    length 1930 mbytes
    filemark 111 kbytes
    speed 468 kbytes
}

define dumptype global {
    comment "Global definitions"
}


define dumptype comp-user-tar {
    user-tar
    compress client fast
}

define interface local {
    comment "a local disk"
    use 1000 kbps
}

define interface eth0 {
    comment "10 Mbps ethernet"
    use 800 kbps
}
----------------------------------------------------------------------------------------------------------------------------------

/etc/amanda/rappel1/amanda.conf (I cut away some comment lines for this 
mail ):
----------------------------------------------------------------------------------------------------------------------------------
rappelkasten.schmidt.int        //rumpl/lwd     comp-user-tar
rappelkasten.schmidt.int        /daten/Install  comp-user-tar
----------------------------------------------------------------------------------------------------------------------------------

<Prev in Thread] Current Thread [Next in Thread>