public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* samba
@  doc
   ` samba Luke Yelavich
  0 siblings, 1 reply; 19+ messages in thread
From: doc @  UTC (permalink / raw)
  To: Speakup

I'm looking for a tutorial on using samba.  
Doc Wright
http://wrightplaceinc.net
If we can't look at ourselves, and ask, why? 
then where does the learning start?



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: samba
   samba doc
@  ` Luke Yelavich
  0 siblings, 0 replies; 19+ messages in thread
From: Luke Yelavich @  UTC (permalink / raw)
  To: doc, Speakup is a screen review system for Linux.

On Sat, Sep 25, 2004 at 09:29:14PM EST, doc wrote:
> I'm looking for a tutorial on using samba.  

What exactly do you want to do with it? Do you simply want to share a few files
over the network, or do you want to set up a domain controller for managing
several systems?

Check the documentation that comes with Samba. There is a lot there that should
get you started. I think just about everything from the simple sharing, to the
domain stuff is covered.

Luke


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: samba
     ` samba Juan Hernandez
       ` samba Tony Baechler
@      ` Kerry Hoath
  1 sibling, 0 replies; 19+ messages in thread
From: Kerry Hoath @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

You need a homes share, add a homes share in under swat otherwise home 
directories won't share.

Samba never never never shares something by default except for the ipc$ 
share, if you want home directories shared create a share for them.
Here is an example to work from, make sure you
are happy with the create and directory create masks.


[homes]
read only=no
browsable=no
create mask=0770
directory create mask=0700
valid users=%s

----- Original Message ----- 
From: "Juan Hernandez" <blindmagik@gmail.com>
To: "'Speakup is a screen review system for Linux.'" 
<speakup@braille.uwo.ca>
Sent: Saturday, May 16, 2009 6:13 PM
Subject: RE: samba


> Hi there, below is my smb.conf, I use swat.  The drive 1, 2 and 3 shares
> work great, but the users can't see their home dirs
>
> Thanks
>
> # Samba config file created using SWAT
> # from UNKNOWN ( )
> # Date: 2009/05/16 02:35:40
> [global]
> workgroup = middle_earth
> server string = Xion File Server
> passdb backend = tdbsam
> log file = /var/log/samba/log.%m
> max log size = 50
> cups options = raw
> [printers]
> comment = All Printers
> path = /var/spool/samba
> printable = Yes
> browseable = No
> [drive 1]
> comment = drive 1 storage area - audio books
> path = /usr/drive1
> valid users = juan, patty, tony, shaun, angie
> read only = No
> acl check permissions = No
> acl map full control = No
> create mask = 0660
> security mask = 0660
> directory mask = 0771
> directory security mask = 0771
> [drive 2]
> comment = drive 2 storage area - music library
> path = /usr/drive2
> valid users = juan, patty, tony, shaun, angie
> read only = No
> create mask = 0660
> force create mode = 0777
> directory mask = 0777
> [drive 3]
> comment = drive 3 storage area - misc stuff
> path = /usr/file_share
> valid users = juan, patty, tony, shaun, angie
> read only = No
> create mask = 0777
> directory mask = 0777
>
>
>
> Juan Hernandez
> juanhernandez98@gmail.com
> 858-699-2105
>
> -----Original Message-----
> From: speakup-bounces@braille.uwo.ca 
> [mailto:speakup-bounces@braille.uwo.ca]
> On Behalf Of Tony Baechler
> Sent: Friday, May 15, 2009 4:10 AM
> To: Speakup is a screen review system for Linux.
> Subject: Re: samba
>
> Hi,
>
> It would help to see your smb.conf.  Is /home set up as a share?  Is it
> hidden or browsable?  Are you using swat?  You should be able to go into
> swat and add a share.  The Debian default is to allow hidden access to 
> home
> directories.
>
> Juan Hernandez wrote:
>> I have a fedora server setup but when I login, I can't see my home
>> directory.  the three public shares I setup are there and completely
>> accessible.  what can I check? or what do you think I've done wrong?
>>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: samba
     ` samba Juan Hernandez
@      ` Tony Baechler
       ` samba Kerry Hoath
  1 sibling, 0 replies; 19+ messages in thread
From: Tony Baechler @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

It looks like you don't have /home added as a share, so of course they 
won't see home dirs because they're not listed in smb.conf.  You would 
need to read the smb.conf (5) man page, but basically you want to add a 
[homes] share which will automatically change to the current user's home 
dir.  Debian does that by default but apparently Fedora doesn't.  I'm 
also in the San Diego area.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* RE: samba
   ` samba Tony Baechler
@    ` Juan Hernandez
       ` samba Tony Baechler
       ` samba Kerry Hoath
  0 siblings, 2 replies; 19+ messages in thread
From: Juan Hernandez @  UTC (permalink / raw)
  To: 'Speakup is a screen review system for Linux.'

Hi there, below is my smb.conf, I use swat.  The drive 1, 2 and 3 shares
work great, but the users can't see their home dirs

Thanks

# Samba config file created using SWAT
# from UNKNOWN ( )
# Date: 2009/05/16 02:35:40
[global]
workgroup = middle_earth 
server string = Xion File Server
passdb backend = tdbsam
log file = /var/log/samba/log.%m
max log size = 50
cups options = raw
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No
[drive 1]
comment = drive 1 storage area - audio books
path = /usr/drive1
valid users = juan, patty, tony, shaun, angie
read only = No
acl check permissions = No
acl map full control = No
create mask = 0660
security mask = 0660
directory mask = 0771
directory security mask = 0771
[drive 2]
comment = drive 2 storage area - music library
path = /usr/drive2
valid users = juan, patty, tony, shaun, angie
read only = No
create mask = 0660
force create mode = 0777
directory mask = 0777
[drive 3]
comment = drive 3 storage area - misc stuff
path = /usr/file_share
valid users = juan, patty, tony, shaun, angie
read only = No
create mask = 0777
directory mask = 0777
 


Juan Hernandez
juanhernandez98@gmail.com
858-699-2105

-----Original Message-----
From: speakup-bounces@braille.uwo.ca [mailto:speakup-bounces@braille.uwo.ca]
On Behalf Of Tony Baechler
Sent: Friday, May 15, 2009 4:10 AM
To: Speakup is a screen review system for Linux.
Subject: Re: samba

Hi,

It would help to see your smb.conf.  Is /home set up as a share?  Is it
hidden or browsable?  Are you using swat?  You should be able to go into
swat and add a share.  The Debian default is to allow hidden access to home
directories.

Juan Hernandez wrote:
> I have a fedora server setup but when I login, I can't see my home 
> directory.  the three public shares I setup are there and completely 
> accessible.  what can I check? or what do you think I've done wrong?
>   

_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: samba
   samba Juan Hernandez
@  ` Tony Baechler
     ` samba Juan Hernandez
  0 siblings, 1 reply; 19+ messages in thread
From: Tony Baechler @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hi,

It would help to see your smb.conf.  Is /home set up as a share?  Is it 
hidden or browsable?  Are you using swat?  You should be able to go into 
swat and add a share.  The Debian default is to allow hidden access to 
home directories.

Juan Hernandez wrote:
> I have a fedora server setup but when I login, I can't see my home
> directory.  the three public shares I setup are there and completely
> accessible.  what can I check? or what do you think I've done wrong?
>   


^ permalink raw reply	[flat|nested] 19+ messages in thread

* samba
@  Juan Hernandez
   ` samba Tony Baechler
  0 siblings, 1 reply; 19+ messages in thread
From: Juan Hernandez @  UTC (permalink / raw)
  To: 'Speakup is a screen review system for Linux.'

hi all,        
 
I have a fedora server setup but when I login, I can't see my home
directory.  the three public shares I setup are there and completely
accessible.  what can I check? or what do you think I've done wrong?
 
Thanks.
 
Juan
 
 

Juan Hernandez

E-Mail:  juanhernandez98@gmail.com

Mobile:  (619)-261-2568 (Text messages are ok)

Web site:  http://www.blindwiz.info <http://www.blindwiz.info/> 

Follow me on twitter, http://www.twitter.com/blindwiz 

 

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: samba
         ` samba Raul A. Gallegos
           ` samba doc
@          ` Janina Sajka
  1 sibling, 0 replies; 19+ messages in thread
From: Janina Sajka @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Thanks, Raul. Far more direct and elegant than my instructions.

Raul A. Gallegos writes:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> chkconfig swat on
> 
> 
> Doc said the following on Fri, Oct 28, 2005 at 11:08:01PM -0600:
> > You forgot to tell me how to enable swat.I tried looking in 'man' but found
> > it more confusing.
> - --
> Raul A. Gallegos ... IliwSsmc
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.7 (GNU/Linux)
> 
> iD8DBQFDY4cyqqqqyw8Or2IRAig7AJ44crnCSmWGLXNJnYaBVKFXq7K35wCggML5
> ldcXSNRk4ooUUvDgfefFA8Y=
> =Yxna
> -----END PGP SIGNATURE-----
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup

-- 

Janina Sajka				Phone: +1.240.715.1272
Partner, Capital Accessibility LLC	http://www.CapitalAccessibility.Com

Marketing the Owasys 22C talking screenless cell phone in the U.S. and Canada--Go to http://www.ScreenlessPhone.Com to learn more.

Chair, Accessibility Workgroup		Free Standards Group (FSG)
janina@freestandards.org		http://a11y.org


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: samba
       ` samba doc
         ` samba Raul A. Gallegos
@        ` Janina Sajka
  1 sibling, 0 replies; 19+ messages in thread
From: Janina Sajka @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

I think I did tell you, but my explanation was likely too cryptic.

There's a file in /etc/xinetd.d/ called swat that you need to edit. That
files contains a line that says:

disable         = yes

Change the yes to no and save the file.

Next step is to restart xinetd as follows:

service xinetd restart

Lastly, you need to use a browser on the machine running Samba to access
the Samba configuration files through swat. You cannot use a different
machine, at least not at first.

So, use lynx, it's perfectly usable for swat:

lynx http://localhost:901


doc writes:
> You forgot to tell me how to enable swat.I tried looking in 'man' but found
> it more confusing.
>   I don't suffer from insanity, I enjoy every minute of it
> robert Doc Wright
> http://www.wrightplaceinc.net
> msn
> godfearer15@hotmail.com
> 
> 
> ----- Original Message ----- 
> From: "Janina Sajka" <janina@rednote.net>
> To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
> Sent: Thursday, October 27, 2005 2:32 PM
> Subject: Re: samba
> 
> 
> > Samba is already included with Fedora, even your older FC2. If you did
> > the 'everything' install, you already have it installed.
> >
> > Best way to get going with Samba is via it's web interface, swat. You do
> > need to enable it. Check for swat under /etc/xinetd.d/. Once you enable
> > it in that file, restart xinetd as follows:
> >
> > service xinetd restart
> >
> > Then use:
> >
> > lynx http://localhost:901
> >
> >
> > doc writes:
> > > A newby here. I'm running an old copy of fedora core 2.  Where can I
> find
> > > samba and what is the best way to install?
> > >   I don't suffer from insanity, I enjoy every minute of it
> > > robert Doc Wright
> > > http://www.wrightplaceinc.net
> > > msn
> > > godfearer15@hotmail.com
> > >
> > >
> > > ----- Original Message ----- 
> > > From: "MICHAEL MCDONALD" <MMCDONALD@aph.org>
> > > To: <speakup@braille.uwo.ca>
> > > Sent: Wednesday, October 26, 2005 2:06 PM
> > > Subject: Synthesizer Manuals
> > >
> > >
> > > > Does anyone know where I can find manuals for the different
> synthesizers
> > > > speakup supports??  I've found one for double talk and I'm going to
> need
> > > > to start to find some more information for other synthesizers so I can
> > > > implement indexing correctly.
> > > >
> > > > Thanks,
> > > > Michael McDonald
> > > > APH
> > > >
> > > >
> > > > _______________________________________________
> > > > Speakup mailing list
> > > > Speakup@braille.uwo.ca
> > > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > >
> > >
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
> > -- 
> >
> > Janina Sajka Phone: +1.240.715.1272
> > Partner, Capital Accessibility LLC http://www.CapitalAccessibility.Com
> >
> > Marketing the Owasys 22C talking screenless cell phone in the U.S. and
> Canada--Go to http://www.ScreenlessPhone.Com to learn more.
> >
> > Chair, Accessibility Workgroup Free Standards Group (FSG)
> > janina@freestandards.org http://a11y.org
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup

-- 

Janina Sajka				Phone: +1.240.715.1272
Partner, Capital Accessibility LLC	http://www.CapitalAccessibility.Com

Marketing the Owasys 22C talking screenless cell phone in the U.S. and Canada--Go to http://www.ScreenlessPhone.Com to learn more.

Chair, Accessibility Workgroup		Free Standards Group (FSG)
janina@freestandards.org		http://a11y.org


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: samba
         ` samba Raul A. Gallegos
@          ` doc
           ` samba Janina Sajka
  1 sibling, 0 replies; 19+ messages in thread
From: doc @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

thanks, I found it in  a book called, "Learn Linux in 24 hours", right after
asking the question.  So far I've yet to connect to my network.  I can surf
the net though.
  If we can't look at ourselves, and ask, why? then where does the learning
start?
robert Doc Wright
http://www.wrightplaceinc.net
msn
godfearer15@hotmail.com


----- Original Message ----- 
From: "Raul A. Gallegos" <raul@asmodean.net>
To: <speakup@braille.uwo.ca>
Sent: Saturday, October 29, 2005 8:29 AM
Subject: Re: samba


> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> chkconfig swat on
>
>
> Doc said the following on Fri, Oct 28, 2005 at 11:08:01PM -0600:
> > You forgot to tell me how to enable swat.I tried looking in 'man' but
found
> > it more confusing.
> - --
> Raul A. Gallegos ... IliwSsmc
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.7 (GNU/Linux)
>
> iD8DBQFDY4cyqqqqyw8Or2IRAig7AJ44crnCSmWGLXNJnYaBVKFXq7K35wCggML5
> ldcXSNRk4ooUUvDgfefFA8Y=
> =Yxna
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: samba
       ` samba doc
@        ` Raul A. Gallegos
           ` samba doc
           ` samba Janina Sajka
         ` samba Janina Sajka
  1 sibling, 2 replies; 19+ messages in thread
From: Raul A. Gallegos @  UTC (permalink / raw)
  To: speakup

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

chkconfig swat on


Doc said the following on Fri, Oct 28, 2005 at 11:08:01PM -0600:
> You forgot to tell me how to enable swat.I tried looking in 'man' but found
> it more confusing.
- --
Raul A. Gallegos ... IliwSsmc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.7 (GNU/Linux)

iD8DBQFDY4cyqqqqyw8Or2IRAig7AJ44crnCSmWGLXNJnYaBVKFXq7K35wCggML5
ldcXSNRk4ooUUvDgfefFA8Y=
=Yxna
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: samba
     ` samba Janina Sajka
       ` samba doc
       ` samba doc
@      ` doc
         ` samba Raul A. Gallegos
         ` samba Janina Sajka
  2 siblings, 2 replies; 19+ messages in thread
From: doc @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

You forgot to tell me how to enable swat.I tried looking in 'man' but found
it more confusing.
  I don't suffer from insanity, I enjoy every minute of it
robert Doc Wright
http://www.wrightplaceinc.net
msn
godfearer15@hotmail.com


----- Original Message ----- 
From: "Janina Sajka" <janina@rednote.net>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Thursday, October 27, 2005 2:32 PM
Subject: Re: samba


> Samba is already included with Fedora, even your older FC2. If you did
> the 'everything' install, you already have it installed.
>
> Best way to get going with Samba is via it's web interface, swat. You do
> need to enable it. Check for swat under /etc/xinetd.d/. Once you enable
> it in that file, restart xinetd as follows:
>
> service xinetd restart
>
> Then use:
>
> lynx http://localhost:901
>
>
> doc writes:
> > A newby here. I'm running an old copy of fedora core 2.  Where can I
find
> > samba and what is the best way to install?
> >   I don't suffer from insanity, I enjoy every minute of it
> > robert Doc Wright
> > http://www.wrightplaceinc.net
> > msn
> > godfearer15@hotmail.com
> >
> >
> > ----- Original Message ----- 
> > From: "MICHAEL MCDONALD" <MMCDONALD@aph.org>
> > To: <speakup@braille.uwo.ca>
> > Sent: Wednesday, October 26, 2005 2:06 PM
> > Subject: Synthesizer Manuals
> >
> >
> > > Does anyone know where I can find manuals for the different
synthesizers
> > > speakup supports??  I've found one for double talk and I'm going to
need
> > > to start to find some more information for other synthesizers so I can
> > > implement indexing correctly.
> > >
> > > Thanks,
> > > Michael McDonald
> > > APH
> > >
> > >
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> -- 
>
> Janina Sajka Phone: +1.240.715.1272
> Partner, Capital Accessibility LLC http://www.CapitalAccessibility.Com
>
> Marketing the Owasys 22C talking screenless cell phone in the U.S. and
Canada--Go to http://www.ScreenlessPhone.Com to learn more.
>
> Chair, Accessibility Workgroup Free Standards Group (FSG)
> janina@freestandards.org http://a11y.org
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: samba
     ` samba Janina Sajka
       ` samba doc
@      ` doc
       ` samba doc
  2 siblings, 0 replies; 19+ messages in thread
From: doc @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

I get an eror message that states, "unable to connect to localhost:901"

  I don't suffer from insanity, I enjoy every minute of it
robert Doc Wright
http://www.wrightplaceinc.net
msn
godfearer15@hotmail.com


----- Original Message ----- 
From: "Janina Sajka" <janina@rednote.net>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Thursday, October 27, 2005 2:32 PM
Subject: Re: samba


> Samba is already included with Fedora, even your older FC2. If you did
> the 'everything' install, you already have it installed.
>
> Best way to get going with Samba is via it's web interface, swat. You do
> need to enable it. Check for swat under /etc/xinetd.d/. Once you enable
> it in that file, restart xinetd as follows:
>
> service xinetd restart
>
> Then use:
>
> lynx http://localhost:901
>
>
> doc writes:
> > A newby here. I'm running an old copy of fedora core 2.  Where can I
find
> > samba and what is the best way to install?
> >   I don't suffer from insanity, I enjoy every minute of it
> > robert Doc Wright
> > http://www.wrightplaceinc.net
> > msn
> > godfearer15@hotmail.com
> >
> >
> > ----- Original Message ----- 
> > From: "MICHAEL MCDONALD" <MMCDONALD@aph.org>
> > To: <speakup@braille.uwo.ca>
> > Sent: Wednesday, October 26, 2005 2:06 PM
> > Subject: Synthesizer Manuals
> >
> >
> > > Does anyone know where I can find manuals for the different
synthesizers
> > > speakup supports??  I've found one for double talk and I'm going to
need
> > > to start to find some more information for other synthesizers so I can
> > > implement indexing correctly.
> > >
> > > Thanks,
> > > Michael McDonald
> > > APH
> > >
> > >
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> -- 
>
> Janina Sajka Phone: +1.240.715.1272
> Partner, Capital Accessibility LLC http://www.CapitalAccessibility.Com
>
> Marketing the Owasys 22C talking screenless cell phone in the U.S. and
Canada--Go to http://www.ScreenlessPhone.Com to learn more.
>
> Chair, Accessibility Workgroup Free Standards Group (FSG)
> janina@freestandards.org http://a11y.org
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: samba
   ` samba doc
     ` samba Janina Sajka
@    ` Chris Norman
  1 sibling, 0 replies; 19+ messages in thread
From: Chris Norman @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

I "think" that if you install fedora core 4 it comes with it.

Don't quote me on that, but I think it's right.

HTH,

Chris Norman
<!-- chris.norman4@ntlworld.com -->
----- Original Message ----- 
From: "doc" <talmidim@wrightplaceinc.net>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Wednesday, October 26, 2005 9:44 PM
Subject: samba


>A newby here. I'm running an old copy of fedora core 2.  Where can I find
> samba and what is the best way to install?
>  I don't suffer from insanity, I enjoy every minute of it
> robert Doc Wright
> http://www.wrightplaceinc.net
> msn
> godfearer15@hotmail.com
>
>
> ----- Original Message ----- 
> From: "MICHAEL MCDONALD" <MMCDONALD@aph.org>
> To: <speakup@braille.uwo.ca>
> Sent: Wednesday, October 26, 2005 2:06 PM
> Subject: Synthesizer Manuals
>
>
>> Does anyone know where I can find manuals for the different synthesizers
>> speakup supports??  I've found one for double talk and I'm going to need
>> to start to find some more information for other synthesizers so I can
>> implement indexing correctly.
>>
>> Thanks,
>> Michael McDonald
>> APH
>>
>>
>> _______________________________________________
>> Speakup mailing list
>> Speakup@braille.uwo.ca
>> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
> -- 
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.1.361 / Virus Database: 267.12.5/149 - Release Date: 25/10/2005
>
> 



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: samba
     ` samba Janina Sajka
@      ` doc
       ` samba doc
       ` samba doc
  2 siblings, 0 replies; 19+ messages in thread
From: doc @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

As usual thanks for all your help.

  I don't suffer from insanity, I enjoy every minute of it
robert Doc Wright
http://www.wrightplaceinc.net
msn
godfearer15@hotmail.com


----- Original Message ----- 
From: "Janina Sajka" <janina@rednote.net>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Thursday, October 27, 2005 2:32 PM
Subject: Re: samba


> Samba is already included with Fedora, even your older FC2. If you did
> the 'everything' install, you already have it installed.
>
> Best way to get going with Samba is via it's web interface, swat. You do
> need to enable it. Check for swat under /etc/xinetd.d/. Once you enable
> it in that file, restart xinetd as follows:
>
> service xinetd restart
>
> Then use:
>
> lynx http://localhost:901
>
>
> doc writes:
> > A newby here. I'm running an old copy of fedora core 2.  Where can I
find
> > samba and what is the best way to install?
> >   I don't suffer from insanity, I enjoy every minute of it
> > robert Doc Wright
> > http://www.wrightplaceinc.net
> > msn
> > godfearer15@hotmail.com
> >
> >
> > ----- Original Message ----- 
> > From: "MICHAEL MCDONALD" <MMCDONALD@aph.org>
> > To: <speakup@braille.uwo.ca>
> > Sent: Wednesday, October 26, 2005 2:06 PM
> > Subject: Synthesizer Manuals
> >
> >
> > > Does anyone know where I can find manuals for the different
synthesizers
> > > speakup supports??  I've found one for double talk and I'm going to
need
> > > to start to find some more information for other synthesizers so I can
> > > implement indexing correctly.
> > >
> > > Thanks,
> > > Michael McDonald
> > > APH
> > >
> > >
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> -- 
>
> Janina Sajka Phone: +1.240.715.1272
> Partner, Capital Accessibility LLC http://www.CapitalAccessibility.Com
>
> Marketing the Owasys 22C talking screenless cell phone in the U.S. and
Canada--Go to http://www.ScreenlessPhone.Com to learn more.
>
> Chair, Accessibility Workgroup Free Standards Group (FSG)
> janina@freestandards.org http://a11y.org
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: samba
   ` samba doc
@    ` Janina Sajka
       ` samba doc
                       ` (2 more replies)
     ` samba Chris Norman
  1 sibling, 3 replies; 19+ messages in thread
From: Janina Sajka @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Samba is already included with Fedora, even your older FC2. If you did
the 'everything' install, you already have it installed.

Best way to get going with Samba is via it's web interface, swat. You do
need to enable it. Check for swat under /etc/xinetd.d/. Once you enable
it in that file, restart xinetd as follows:

service xinetd restart

Then use:

lynx http://localhost:901


doc writes:
> A newby here. I'm running an old copy of fedora core 2.  Where can I find
> samba and what is the best way to install?
>   I don't suffer from insanity, I enjoy every minute of it
> robert Doc Wright
> http://www.wrightplaceinc.net
> msn
> godfearer15@hotmail.com
> 
> 
> ----- Original Message ----- 
> From: "MICHAEL MCDONALD" <MMCDONALD@aph.org>
> To: <speakup@braille.uwo.ca>
> Sent: Wednesday, October 26, 2005 2:06 PM
> Subject: Synthesizer Manuals
> 
> 
> > Does anyone know where I can find manuals for the different synthesizers
> > speakup supports??  I've found one for double talk and I'm going to need
> > to start to find some more information for other synthesizers so I can
> > implement indexing correctly.
> >
> > Thanks,
> > Michael McDonald
> > APH
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup

-- 

Janina Sajka				Phone: +1.240.715.1272
Partner, Capital Accessibility LLC	http://www.CapitalAccessibility.Com

Marketing the Owasys 22C talking screenless cell phone in the U.S. and Canada--Go to http://www.ScreenlessPhone.Com to learn more.

Chair, Accessibility Workgroup		Free Standards Group (FSG)
janina@freestandards.org		http://a11y.org


^ permalink raw reply	[flat|nested] 19+ messages in thread

* samba
   Synthesizer Manuals MICHAEL MCDONALD
@  ` doc
     ` samba Janina Sajka
     ` samba Chris Norman
  0 siblings, 2 replies; 19+ messages in thread
From: doc @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

A newby here. I'm running an old copy of fedora core 2.  Where can I find
samba and what is the best way to install?
  I don't suffer from insanity, I enjoy every minute of it
robert Doc Wright
http://www.wrightplaceinc.net
msn
godfearer15@hotmail.com


----- Original Message ----- 
From: "MICHAEL MCDONALD" <MMCDONALD@aph.org>
To: <speakup@braille.uwo.ca>
Sent: Wednesday, October 26, 2005 2:06 PM
Subject: Synthesizer Manuals


> Does anyone know where I can find manuals for the different synthesizers
> speakup supports??  I've found one for double talk and I'm going to need
> to start to find some more information for other synthesizers so I can
> implement indexing correctly.
>
> Thanks,
> Michael McDonald
> APH
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: samba
   samba lobap
@  ` Charles Crawford
  0 siblings, 0 replies; 19+ messages in thread
From: Charles Crawford @  UTC (permalink / raw)
  To: speakup

Win XP is not too friendly with it's use of anything.  Just try to find 
something like where the default gateway gets put in.

-- charlie.
At 07:18 PM 10/2/03 -0400, you wrote:
>Rej: Have you tried to modify smb.conf by replacing:
>security = user
>with:
>security = share
>
>It might help.
>Win xp is not too friendly in its use with samba.
>
>Later,
>Pawel.
>
>
>
>_______________________________________________
>Speakup mailing list
>Speakup@braille.uwo.ca
>http://speech.braille.uwo.ca/mailman/listinfo/speakup



^ permalink raw reply	[flat|nested] 19+ messages in thread

* samba
@  lobap
   ` samba Charles Crawford
  0 siblings, 1 reply; 19+ messages in thread
From: lobap @  UTC (permalink / raw)
  To: speakup

Rej: Have you tried to modify smb.conf by replacing:
security = user
with:
security = share

It might help.
Win xp is not too friendly in its use with samba.

Later,
Pawel.




^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 samba doc
 ` samba Luke Yelavich
  -- strict thread matches above, loose matches on Subject: below --
 samba Juan Hernandez
 ` samba Tony Baechler
   ` samba Juan Hernandez
     ` samba Tony Baechler
     ` samba Kerry Hoath
 Synthesizer Manuals MICHAEL MCDONALD
 ` samba doc
   ` samba Janina Sajka
     ` samba doc
     ` samba doc
     ` samba doc
       ` samba Raul A. Gallegos
         ` samba doc
         ` samba Janina Sajka
       ` samba Janina Sajka
   ` samba Chris Norman
 samba lobap
 ` samba Charles Crawford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).