No Pumps, Weights, Or Exercises for the New Year

2004-01-06 Thread Stephen Larsen






hetde pxcby bvafh hcren pbxcn kqhyv fnlzr bvqlq 
hfkzc jxyttwemoc vdmyw kvigw vcikb pocnk trppc tfuev arqat 
pfndg xltrf arpjb mtaau jyoxv fbwdf shwik aimnj 



[Samba] Application Question

2003-01-12 Thread Stephen Larsen
Hello All,

 I have a question. Has anyone done any work with Samba to create
any modules that would allow the indexing of the files in all the
directories and
sub directories of it's shared folders?
 While you can use a Windows computer to do the search for you through
the find files/folders start menu option, I was wondering if anyone has any
notes
about creating search apps for Samba that can be scheduled via a crontab on
the linux machine.

Steve Larsen

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



Re: [Samba] Application Question

2003-01-12 Thread Stephen Larsen

I'm trying to build a dynamic engine that will create a list of all the
files in the Samba shares as well as the properties of that file. For
example if you right click a Word document or Excel document there is an
extensive amount of information about the file, keyword information, author
etc etc .. I'd like to be able to read that information, as well as the
file path and dynamically update a web enabled search tool. Currently I
have to run a shell script which outputs a text file that I load nto a
mysql db and search on using a php interface. It is neither dynamic and all
it does is list file names and paths. I might have to go to CPAN.org and
dig through the perl mods .. I don't know .. I'd just rather not reinvent
the wheel if someone else has already done work in this area and is willing
to share then I'd be interested.

Steve Larsen





   

Joel Hammer

Joel@HammersHomeTo: Stephen Larsen 
[EMAIL PROTECTED],   
.com[EMAIL PROTECTED] 

Sent by: cc:   

samba-admin@listsSubject: Re: [Samba] Application 
Question 
.samba.org 

   

   

01/12/2003 05:32   

PM 

   

   





Have you looked at updatedb and locate as possible solutions?
What are your trying to do?
Joel
On Sun, Jan 12, 2003 at 05:20:19PM -0500, Stephen Larsen wrote:
 Hello All,

  I have a question. Has anyone done any work with Samba to create
 any modules that would allow the indexing of the files in all the
 directories and
 sub directories of it's shared folders?
  While you can use a Windows computer to do the search for you
through
 the find files/folders start menu option, I was wondering if anyone has
any
 notes
 about creating search apps for Samba that can be scheduled via a crontab
on
 the linux machine.

 Steve Larsen

 --
 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




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



Re: [Samba] SWAT Question

2003-01-05 Thread Stephen Larsen

First Class .. it worked .. thanks so very much.

Steve L
===


   

Ronan Waide

[EMAIL PROTECTED]To: Stephen Larsen 
[EMAIL PROTECTED]  
cc: [EMAIL PROTECTED] 

Sent by: Subject: Re: [Samba] SWAT Question

samba-admin@lists  

.samba.org 

   

   

01/05/2003 08:29   

PM 

   

   





On January 5, [EMAIL PROTECTED] said:
 I am running a Samba Server on a 7.0 Linux machine.
 I am having poor luck in enabling SWAT. As this machine
 has no inetd.conf file but instead has a xinetd.conf file.
 To this file I have added the line:

 swat stream tcp nowait.400 root /usr/sbin/swat swat

 Then rebooted the system, restarted samba.
 Then I've tried to connect to the IP, http://10.0.2.26:901
 and it doesn't display the swat admin page.

 I am not sure what I'm doing wrong.

 Steve L

xinetd.conf is very different to inetd.conf. Rather than editing the
xinetd.conf file directly, put the details of the service into a file
in /etc/xinetd.d/ and format it like this:

# default: on
# description:  swat configures samba
service swat
{
socket_type = stream
protocol= tcp
port= 901
type= UNLISTED
wait= no
user= root
server  = /usr/sbin/swat
server_args = swat
disable = no
}

then restart xinetd (service xinetd restart) and try again.

Note, this is untested. You may need to check the xinetd.conf manual
page to make sure the above is formatted correctly.

Cheers,
Waider.
--
[EMAIL PROTECTED] / Yes, it /is/ very personal of me.

AjD feels frustrated in his attempts to establish the delinitations of
  horror in puppy-burying.
--
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