public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* bind listening on 1 ip address
@  Raul A. Gallegos
   ` Geoff Shang
   ` Speakup With Kernel Compile Richard Wells
  0 siblings, 2 replies; 13+ messages in thread
From: Raul A. Gallegos @  UTC (permalink / raw)
  To: Speakup Mailing-list

Hi gang.  Does anyone know off hand how to tell bind to listen on only 1
ip address?  I can't find it in the bind book anywhere and it's probably
something real easy.  I have a machine with eth0 as an external internet
address while eth1 has an internal lan address.  I want bind to only
listen on the external one.  When I start it up normally it's listening
on both.

Any help is appreciated.

-- 
We are writing this e-mail to inform you that the mail server is down.
Please do not call the help desk for assistance.  To see the progress of
any outage refer to your e-mail notifications.
Raul A. Gallegos - http://www.asmodean.net


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

* Re: bind listening on 1 ip address
   bind listening on 1 ip address Raul A. Gallegos
@  ` Geoff Shang
     ` Raul A. Gallegos
   ` Speakup With Kernel Compile Richard Wells
  1 sibling, 1 reply; 13+ messages in thread
From: Geoff Shang @  UTC (permalink / raw)
  To: Speakup Mailing-list

Hi:

Well, you could use the hosts.allow and hosts.deny files to control access
to your DNS.  but I'm curious why you'd want outside people to be able to
use your DNS server but not the internal LAN.  Not that there's not a good
reason for this, it's just that I can't think of one.

Geoff.



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

* Re: bind listening on 1 ip address
   ` Geoff Shang
@    ` Raul A. Gallegos
  0 siblings, 0 replies; 13+ messages in thread
From: Raul A. Gallegos @  UTC (permalink / raw)
  To: speakup

Geoff Shang said the following on Wed, Jan 23, 2002 at 08:12:41AM +1000:
> Hi:
> 
> Well, you could use the hosts.allow and hosts.deny files to control access
> to your DNS.  but I'm curious why you'd want outside people to be able to
> use your DNS server but not the internal LAN.  Not that there's not a good
> reason for this, it's just that I can't think of one.

Actually.  The problem I was having was the the primary dns was not
successfully transfering zones to the secondary salve server and by
looking at the logs it said the transfer was tiing out.  I was thinking
it was trying to use the external IP instead of the internal one and
wanted to make sure it was not being blocked somehow.  I only wanted to
do that for troubleshooting.  It turns out I didn't open port 53 on the
firewall.  So after calling myself an idiot for overlooking that and
seeing everything work as expected I just took a break.  Sometimes you
get to a point where little easy things become hard when you've been
working on 4 projects all at once.

Thanks for the suggestion though.  Take care.

-- 
We are writing this e-mail to inform you that the mail server is down.
Please do not call the help desk for assistance.  To see the progress of
any outage refer to your e-mail notifications.
Raul A. Gallegos - http://www.asmodean.net


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

* Speakup With Kernel Compile
   bind listening on 1 ip address Raul A. Gallegos
   ` Geoff Shang
@  ` Richard Wells
     ` Kirk Wood
                     ` (3 more replies)
  1 sibling, 4 replies; 13+ messages in thread
From: Richard Wells @  UTC (permalink / raw)
  To: speakup

Is it possible to update Speakup without compiling the kernel? I have a
stable kernel but I want to get the latest features into it hopefully
without compiling it.

Thanks


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



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

* Re: Speakup With Kernel Compile
   ` Speakup With Kernel Compile Richard Wells
@    ` Kirk Wood
     ` Geoff Shang
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 13+ messages in thread
From: Kirk Wood @  UTC (permalink / raw)
  To: speakup

On Tue, 22 Jan 2002, Richard Wells wrote:
> Is it possible to update Speakup without compiling the kernel? I have a
> stable kernel but I want to get the latest features into it hopefully
> without compiling it.

No. That is the short answer. The longer answer is that because speakup is
a part of the kernel and the only way to add code to a kernel is to patch
the source and recompile you must recompile. That being said, there is no
reason to fear this. First, having a stable kernel is no huge feat. IT is
really quite simple. Second, if you compiled your current kernal then you
merely need to patch it, run make oldconfig (which then asks only new
questions) and compile away. You can skip the part of making the modules
since you haven't any need for more of them. 

=======
Kirk Wood
Cpt.Kirk@1tree.net

Nowlan's Theory:
        He who hesitates is not only lost, but several miles from
        the next freeway exit.




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

* Re: Speakup With Kernel Compile
   ` Speakup With Kernel Compile Richard Wells
     ` Kirk Wood
@    ` Geoff Shang
     ` Gregory Nowak
     ` Raul A. Gallegos
  3 siblings, 0 replies; 13+ messages in thread
From: Geoff Shang @  UTC (permalink / raw)
  To: speakup

Hi:

You do have to recompile the kernel in order to update speakup, as speakup
is part of the kernel and it's not possible to only compile bits of the
kernel.  However, unless it's clearly stated, you don't have to update your
kernel version to take advantage of speakup updates.

** IMPORTANT **: As of Monday, speakup CVS was broken for the 2.2.x
kernels.  this may have been fixed, but I don't know that it has so you
have been warned.  Kirk would like to see this fixed, but he's away all
this week so it almost certainly won't happen till he gets back, if it's
not happened already.

Geoff.




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

* Re: Speakup With Kernel Compile
   ` Speakup With Kernel Compile Richard Wells
     ` Kirk Wood
     ` Geoff Shang
@    ` Gregory Nowak
     ` Raul A. Gallegos
  3 siblings, 0 replies; 13+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: speakup

No.
Greg


On Tue, Jan 22, 2002 at 09:44:11PM -0500, Richard Wells wrote:
> Is it possible to update Speakup without compiling the kernel? I have a
> stable kernel but I want to get the latest features into it hopefully
> without compiling it.
> 
> Thanks
> 
> 
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup


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

* Re: Speakup With Kernel Compile
   ` Speakup With Kernel Compile Richard Wells
                     ` (2 preceding siblings ...)
     ` Gregory Nowak
@    ` Raul A. Gallegos
       ` A dumb question Angelo Sonnesso
  3 siblings, 1 reply; 13+ messages in thread
From: Raul A. Gallegos @  UTC (permalink / raw)
  To: speakup

Richard Wells said the following on Tue, Jan 22, 2002 at 09:44:11PM -0500:
> Is it possible to update Speakup without compiling the kernel? I have a
> stable kernel but I want to get the latest features into it hopefully
> without compiling it.
> 
> Thanks


No.  You will have to recompile.  If you have a stable kernel and it's
configured then hopefully you saved your .config file in /usr/src/linux
.  When I find a good configuration I copy the file to config-raul or
something like that.  Then I run checkout from
/usr/src/linux/driver/char/speakup.  Update speakup, then run make
mrproper which will clober your .config file.  This is why you want to
have a backup of it.  ONce make mrproper is done copy your backed up
config file to .config and run make oldconfig.  Then make dep; make
bzImage.

HTH.


-- 
We are writing this e-mail to inform you that the mail server is down.
Please do not call the help desk for assistance.  To see the progress of
any outage refer to your e-mail notifications.
Raul A. Gallegos - http://www.asmodean.net


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

* Play Station 2 and Linux
       ` A dumb question Angelo Sonnesso
@        ` David Arocho
           ` charles crawford
         ` A dumb question Gregory Nowak
  1 sibling, 1 reply; 13+ messages in thread
From: David Arocho @  UTC (permalink / raw)
  To: speakup

[-- Attachment #1: Type: text/plain, Size: 1441 bytes --]

Thought some of you might find this of interest.
>From the Langa Newsletter:
==========
7) Turn A PlayStation2 Into A Linux PC?

Hi Fred, I don't know if you've heard, but Sony plans to release the PS2
Linux kit
it's been testing in Japan here in the US. It should be fun to see what
people do
with this. There's already one website (in Japanese) I found that's
apparently running
off of a PS2. That site is here
http://yoshi.sytes.net/
The kit's said to cost something like $200 dollars and among other things
will include
a 40gig HD, USB keyboard, and USB mouse. I can see myself jammin' to some
MP3's on
the home stereo, checking mail, watching TV, and surfing the web all while
kicked
back in the La-Z-Boy already! ) ---Greg Mathews

It's interesting indeed, Greg. This sort of thing has been tried before,
but game
consoles never had quite enough oomph to function well as PCs. Now, that's
changed.

The Sony plans are hazy: The official "PS2Linux" home page (
http://www.ps2linux.com/ )
says:

The Linux Kit is designed exclusively for the Japanese model of "PS2",
SCPH-10000,SCPH-15000
and SCPH-18000. Since these models are for domestic use in Japan, the Linux
Kit is
only available in Japan. At this point, there is no plan to release the
Linux Kit
for non-Japanese model of "PS2".  Overseas delivery is not available.

But there's lots more info here:
http://www.google.com/search?q=ps2+linux

Click to email this item to a friend

[-- Attachment #2: Type: message/rfc822, Size: 1491 bytes --]

From: "Angelo Sonnesso" <asonnesso@coastalnet.com>
To: <speakup@braille.uwo.ca>
Subject: A dumb question
Date: Wed, 23 Jan 2002 18:56:35 -0800
Message-ID: <003e01c1a483$21431500$6778f5cd@angeloso>

How do you get Linux to connect to your isp via modem?
I have configured the network using pppsetup.
I asume that you have to connect to the isp, and then bring up pine...
Am I off base?
I have an internal modem, but I was told that it would work under Linux.
Thanks


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

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

* A dumb question
     ` Raul A. Gallegos
@      ` Angelo Sonnesso
         ` Play Station 2 and Linux David Arocho
         ` A dumb question Gregory Nowak
  0 siblings, 2 replies; 13+ messages in thread
From: Angelo Sonnesso @  UTC (permalink / raw)
  To: speakup

How do you get Linux to connect to your isp via modem?
I have configured the network using pppsetup.
I asume that you have to connect to the isp, and then bring up pine...
Am I off base?
I have an internal modem, but I was told that it would work under Linux.
Thanks



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

* Re: A dumb question
       ` A dumb question Angelo Sonnesso
         ` Play Station 2 and Linux David Arocho
@        ` Gregory Nowak
  1 sibling, 0 replies; 13+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: speakup

You are assuming correctly. I'd recommend reading the ppp howto if you haven't done so already. And your question is not a dumb one. You'll find a few of the same questions in the list archives.
Greg


On Wed, Jan 23, 2002 at 09:56:35PM -0500, Angelo Sonnesso wrote:
> How do you get Linux to connect to your isp via modem?
> I have configured the network using pppsetup.
> I asume that you have to connect to the isp, and then bring up pine...
> Am I off base?
> I have an internal modem, but I was told that it would work under Linux.
> Thanks
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup


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

* Re: Play Station 2 and Linux
         ` Play Station 2 and Linux David Arocho
@          ` charles crawford
             ` Kirk Wood
  0 siblings, 1 reply; 13+ messages in thread
From: charles crawford @  UTC (permalink / raw)
  To: speakup

Dave,

	This idea of play station 2 being a Linux box is fascinating.
Would anyone care to speculate on what it would take to make a software
synthesizer for speech like Microsoft SAPI?  It seems to me that if we
could get speakup for example into the system at the get go, then we would
get over one big barrier to accceptance within the blind user community.

-- Charlie Crawford.




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

* Re: Play Station 2 and Linux
           ` charles crawford
@            ` Kirk Wood
  0 siblings, 0 replies; 13+ messages in thread
From: Kirk Wood @  UTC (permalink / raw)
  To: speakup

On Thu, 24 Jan 2002, charles crawford wrote:
> 	This idea of play station 2 being a Linux box is fascinating.
> Would anyone care to speculate on what it would take to make a software
> synthesizer for speech like Microsoft SAPI?  It seems to me that if we
> could get speakup for example into the system at the get go, then we would
> get over one big barrier to accceptance within the blind user community.

No speculation is needed here. It would take a butt load of work that is
already in progress to finnish up. For that to happen quickly many more
hours of volunteer work need to be done. If it was to happen really
quickly, those hours would need to come from another person.

There is work beign done on a software synth in linux. Also, speakup would
need a major change that may happen some year down the road (unless that
magical volunteer surfaces and chooses to do that work).

=======
Kirk Wood
Cpt.Kirk@1tree.net

Nowlan's Theory:
        He who hesitates is not only lost, but several miles from
        the next freeway exit.




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

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

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 bind listening on 1 ip address Raul A. Gallegos
 ` Geoff Shang
   ` Raul A. Gallegos
 ` Speakup With Kernel Compile Richard Wells
   ` Kirk Wood
   ` Geoff Shang
   ` Gregory Nowak
   ` Raul A. Gallegos
     ` A dumb question Angelo Sonnesso
       ` Play Station 2 and Linux David Arocho
         ` charles crawford
           ` Kirk Wood
       ` A dumb question Gregory Nowak

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