Re: which reader/tablet/

2013-06-12 Thread ito
Hi,

Have you seen Project Gutenberg.  There are alot of books there that are
out of print and published in a variety of formats.  I have gotten stuff
onto a older kindle (black and white) with the cable that it comes with
(usb) plugged into the computer, in windows to kindle, dragging and
dropping to the drive.

Other than that I think its much easier (and transparent) in common
usage with wifi or cellular plan. Just navigate and select I would
guess.   

I looked around on the web and found some stuff that might be of
interest to you,

there was a thread ( it appears ) on this list last year about the
potential of using FreeBSD on tablets:

http://freebsd.1045724.n5.nabble.com/Vivaldi-Tablet-td5593818.html

Also there is a text to speech add-on for firefox.

https://addons.mozilla.org/en-us/firefox/addon/text-to-voice/

Anyway,

checked a bit thought it might help.


 a5'



  On Sun, 2013-06-09 at 20:13 -0700, Gary Kline wrote:
>   guys,
> 
>   most of you know that im physically disabled.  anyway, the
>   disability extends to my speech and is why the cellphone I 
>   have is datged and never got upgraded.  
> 
>   Anyway ... whilei dont need a new cell, I =have= been eyeing 
>   something that I can buy ebooks and have the player/reader/
>   have the text {ASCII =only=} read to me.  I would google up 
>   something, but I dont even know what to search for.   can I put
>   freebsd on these tablet devices?  if I bought, say, WAR AND PIECE
>   or something out of copyright  { schopenhauer or marcus aurelius }
>   that is in text, how do I get it to whatever tablet I have?  
>   right now we've got cable and I use the telco for my server.
>   I know that works, but it is only good for my computer network.
> 
>   but say I wanted to keep things simple and buy some kind of kindle
>   or nook.  how does amazon.com or bn.com get their new ebooks onto
>   my reader?
> 
>   thanks in advance,
> 
>   gary
> 
> 
> 


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: troubleshooting network settings

2006-05-28 Thread Kouji Ito
Sorry.
(1) Commented /etc/inetd.conf
 #sshstream  tcp nowait  root/usr/sbin/sshd  sshd -i -4
(2) Add /etc/rc.conf
 sshd_enable="YES"
(3) Send HUP signal to inetd
 # pkill -HUP inetd
(4) Start sshd
 # cd /etc/rc.d
 # sh sshd start
(5) Try ssh login
 # ssh -l user_name localhost
How about?

I tryed .

inchiki# ifconfig -a
fxp0: flags=8843 mtu 1500
options=b
inet6 fe80::208:dff:fe87:be0d%fxp0 prefixlen 64 scopeid 0x1
inet 0.0.0.0 netmask 0xff00 broadcast 0.255.255.255
ether 00:08:0d:87:be:0d
media: Ethernet autoselect (none)
status: no carrier
lo0: flags=8049 mtu 16384
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
inet 127.0.0.1 netmask 0xff00
tun0: flags=8010 mtu 1500

fxp0 is down.
lo0 is up.

inchiki# ps -ax | grep sshd
 1003  ??  Is 0:00.03 /usr/sbin/sshd

sshd is running.

inchiki# ssh -l kouji localhost
Password:XX
 :
 :
%
logged in at kouji user.





Malcolm Fitzgerald wrote:
>> Malcolm Fitzgerald wrote:
>>
>>> I am running freeBSD v6.0 security on a home network behind an adsl 
>>> router.
>>> I cannot connect to localhost from a browser (apache is running!)
>>> I cannot connect to localhost port 22 (KPackage tries to use ssh)
>>> What can cause these problems? How can I troubleshoot them?
>>> I am very new to freeBSD, so part of my question is "where do I 
>>> begin?". I have a copy of Complete freeBSD beside me but can't get 
>>> the magical incantations right. Suggestions appreciated.
> 
> 
> 
> On 29/05/2006, at 10:58 AM, Kouji Ito wrote:
> 
>> Check /etc/rc.conf
>> inetd_enable="YES"
> 
> 
> I added that line. No change after rebooting
> 
>> Check /etc/inetd.conf
>> sshstream  tcp nowait  root/usr/sbin/sshd  sshd -i -4
> 
> 
> It is now uncommented. Every line in that file was commented out
> No change after rebooting
> 
> malcolm
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "[EMAIL PROTECTED]"
> 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: troubleshooting network settings

2006-05-28 Thread Kouji Ito


Check /etc/rc.conf
inetd_enable="YES"

Check /etc/inetd.conf
sshstream  tcp nowait  root/usr/sbin/sshd  sshd -i -4

Malcolm Fitzgerald wrote:

I am running freeBSD v6.0 security on a home network behind an adsl router.

I cannot connect to localhost from a browser (apache is running!)
I cannot connect to localhost port 22 (KPackage tries to use ssh)

What can cause these problems? How can I troubleshoot them?

I am very new to freeBSD, so part of my question is "where do I begin?". 
I have a copy of Complete freeBSD beside me but can't get the magical 
incantations right. Suggestions appreciated.


malcolm

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: when 5.5

2006-05-11 Thread Kouji Ito

Kris Kennaway wrote:


Next week or so, now that 6.1 is out.

Kris

Good news for [me|us]!!
Thank you very much.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: when 5.5

2006-05-11 Thread Kouji Ito

Hello,
I wait very much,too, but it is not readily released.
If there is a detailed person for circumstances in
5.5-RELEASE situation, please teach it.

Perttu Laine wrote:

Just wondering if someone knows when 5.5-RELEASE will be out?



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: trouble booting 5.4 installation media (repost)

2005-07-14 Thread Ito Kazumitsu
Hi,

On Fri May 27 02:27:35 PDT 2005, dave dmehler26 at woh.rr.com wrote:

> Didn't get a response so i'm going to try this again. I'm trying to do a
> fresh install of 5.4 on a test machine, which previously ran 5.3 just fine.
> I'm doing the install via a serial terminal as this box is headless and off
> of an nfs server which i've also prepared identically to 5.3. I have made
> the three floppies, boot.flp and the two kern*.flp disks, then mounted
> boot.flp and created a boot.config file on it with "-h" so i get output on
> serial port1. All this works fine, i am prompted to switch disks to the two
> kern* disks, again no problems. When i put in boot.flp after being prompted
> after kern2.flp i get a repeating error, which is below from sysinstall and
> the process goes no further. At first i thought it was a problem with the
> downloaded iso image, so i checked the md5 signatures, they matched, then i
> rewrote the floppy in question, on 4 different disks with the same result.
> 
> Insert boot floppy and press Enter
> /acpi.ko text=0x414fc data=0x1dc4+0x112c syms=[0x4+0x7670+0x4+0x9d05]
> zf_read: fill error
> 
> spec_getpages:(md0) I/O read failure: (error=5) bp 0xc94fb9ec vp 0xc1d42d68
>size: 36864, resid: 36864, a_count: 36864, valid: 0x0
>nread: 0, reqpage: 0, pindex: 459, pcount: 9
> vm_fault: pager read error, pid 1 (sysinstall)

I experienced the same problem while trying to install 5.4-RELEASE.
I also made many sets of floppy disks and got the same result.

I thought there must be some problem in 5.4-RELEASE, but Google search
for "zf_read fill error" made me convinced that the problem existed in
my floppy disks, and not in 5.4-RELEASE.

So I made boot.flp and kern*.flp on another machine. Then the installation
went without problem!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


problem with login.access

2002-10-19 Thread ako ito
my login.access was working perfectly with 4.6-stable
(not allowing users to login via telnet/ssh but
allowing them only on ftp) but after upgrading to
4.7-stable -- somehow, users can now login thru
telnet/ssh with the same login.access settings that i
have before . did i miss something on the upgrade
that i should edit in /etc files ?

== sample setting on my login.access tab ==
-:1stUser:ALL
-:2ndUser:ALL
== end sample ==

the above setting blocks all login attempts on my box
using telnet/ssh but allows ftp access.

but after the upgrade i noticed users could login thru
telnet/ssh.

any help will be greatly apprciated.

__
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message