* Script to access the reflector
@ Georgina Joyce
` Kaare Dehard
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Georgina Joyce @ UTC (permalink / raw)
To: Speakup List
Hi All
I wondered if someone could browse the following script and tell me why
permission is denied even though it has a value of 755.
#!/bin/sh
export SPEAKFREE_LWL="lwl.braille.uwo.ca"
export SPEAKFREE_ID="Georgina Joyce : gena@gena.uklinux.net : 07951196268 :
UK"
sfspeaker -j &
sfspeaker -j -p4074 &
sfmike lwl.braille.uwo.ca:4074
killall sfspeaker
Gena
gena@visson.freeserve.co.uk g.joyce@uclan.ac.uk
http://www.visson.freeserve.co.uk
Mobile Telephone Number 07951 196268
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Script to access the reflector
Script to access the reflector Georgina Joyce
@ ` Kaare Dehard
` Geoff Shang
` Frank Carmickle
2 siblings, 0 replies; 6+ messages in thread
From: Kaare Dehard @ UTC (permalink / raw)
To: speakup
think you forgot the port 4070?? can't swear to the port number though!
-----Original Message-----
From: speakup-admin@braille.uwo.ca
[mailto:speakup-admin@braille.uwo.ca]On Behalf Of Georgina Joyce
Sent: Thursday, February 08, 2001 5:26 PM
To: Speakup List
Subject: Script to access the reflector
Hi All
I wondered if someone could browse the following script and tell me why
permission is denied even though it has a value of 755.
#!/bin/sh
export SPEAKFREE_LWL="lwl.braille.uwo.ca"
export SPEAKFREE_ID="Georgina Joyce : gena@gena.uklinux.net : 07951196268 :
UK"
sfspeaker -j &
sfspeaker -j -p4074 &
sfmike lwl.braille.uwo.ca:4074
killall sfspeaker
Gena
gena@visson.freeserve.co.uk g.joyce@uclan.ac.uk
http://www.visson.freeserve.co.uk
Mobile Telephone Number 07951 196268
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Script to access the reflector
Script to access the reflector Georgina Joyce
` Kaare Dehard
@ ` Geoff Shang
` Georgina Joyce
` Frank Carmickle
2 siblings, 1 reply; 6+ messages in thread
From: Geoff Shang @ UTC (permalink / raw)
To: Speakup List
Hi:
Script looks fine to me. Can you give us the exact error message? What
command is being denied permission?
Geoff.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Script to access the reflector
Script to access the reflector Georgina Joyce
` Kaare Dehard
` Geoff Shang
@ ` Frank Carmickle
` Georgina Joyce
2 siblings, 1 reply; 6+ messages in thread
From: Frank Carmickle @ UTC (permalink / raw)
To: Speakup List
Well it has nothing to do with the script. It has to do with perditions
on the audio device. Make sure that root owns them and that the group
audio owns them. Then you can put yourself in the audio group.
Frank
Frank Carmickle
phone: 412 761-9568
email: frankiec@dryrose.com
On Thu, 8 Feb 2001, Georgina Joyce wrote:
> Hi All
>
> I wondered if someone could browse the following script and tell me why
> permission is denied even though it has a value of 755.
>
> #!/bin/sh
> export SPEAKFREE_LWL="lwl.braille.uwo.ca"
> export SPEAKFREE_ID="Georgina Joyce : gena@gena.uklinux.net : 07951196268 :
> UK"
> sfspeaker -j &
> sfspeaker -j -p4074 &
> sfmike lwl.braille.uwo.ca:4074
> killall sfspeaker
>
>
> Gena
>
> gena@visson.freeserve.co.uk g.joyce@uclan.ac.uk
>
> http://www.visson.freeserve.co.uk
>
> Mobile Telephone Number 07951 196268
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Script to access the reflector
` Frank Carmickle
@ ` Georgina Joyce
0 siblings, 0 replies; 6+ messages in thread
From: Georgina Joyce @ UTC (permalink / raw)
To: speakup
Hi
Cheers.
Gena
gena@visson.freeserve.co.uk g.joyce@uclan.ac.uk
http://www.visson.freeserve.co.uk
Mobile Telephone Number 07951 196268
-----Original Message-----
From: speakup-admin@braille.uwo.ca
[mailto:speakup-admin@braille.uwo.ca]On Behalf Of Frank Carmickle
Sent: 09 February 2001 02:54
To: Speakup List
Subject: Re: Script to access the reflector
Well it has nothing to do with the script. It has to do with perditions
on the audio device. Make sure that root owns them and that the group
audio owns them. Then you can put yourself in the audio group.
Frank
Frank Carmickle
phone: 412 761-9568
email: frankiec@dryrose.com
On Thu, 8 Feb 2001, Georgina Joyce wrote:
> Hi All
>
> I wondered if someone could browse the following script and tell me why
> permission is denied even though it has a value of 755.
>
> #!/bin/sh
> export SPEAKFREE_LWL="lwl.braille.uwo.ca"
> export SPEAKFREE_ID="Georgina Joyce : gena@gena.uklinux.net : 07951196268
:
> UK"
> sfspeaker -j &
> sfspeaker -j -p4074 &
> sfmike lwl.braille.uwo.ca:4074
> killall sfspeaker
>
>
> Gena
>
> gena@visson.freeserve.co.uk g.joyce@uclan.ac.uk
>
> http://www.visson.freeserve.co.uk
>
> Mobile Telephone Number 07951 196268
>
>
>
> _______________________________________________
> 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] 6+ messages in thread
* RE: Script to access the reflector
` Geoff Shang
@ ` Georgina Joyce
0 siblings, 0 replies; 6+ messages in thread
From: Georgina Joyce @ UTC (permalink / raw)
To: speakup
Hi
Cheers, I'll see what the situation is after I've got the alsa drivers
installed. I just needed confirmation that I was following instruction
correctly and hadn't missed something vital.
Gena
gena@visson.freeserve.co.uk g.joyce@uclan.ac.uk
http://www.visson.freeserve.co.uk
Mobile Telephone Number 07951 196268
-----Original Message-----
From: speakup-admin@braille.uwo.ca
[mailto:speakup-admin@braille.uwo.ca]On Behalf Of Geoff Shang
Sent: 09 February 2001 02:53
To: Speakup List
Subject: Re: Script to access the reflector
Hi:
Script looks fine to me. Can you give us the exact error message? What
command is being denied permission?
Geoff.
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
Script to access the reflector Georgina Joyce
` Kaare Dehard
` Geoff Shang
` Georgina Joyce
` Frank Carmickle
` Georgina Joyce
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).