I18N throubles

2004-07-30 Thread Cleyton Agapito
Hi all,

Please, i need same help, i have same throubles with I18N, i knew
that others peoples have the same question in other lists too, but i
cant find a answer.
Like described in chapter 15 of handbook in administraton level
setup, i created brasil class in /etc/login.conf:

brasil:Brazillian Users Accounts:\
:charset=ISO-8859-1:\
:lang=pt_BR.ISO8859-1:\
:tc=default:

and vipw:

cleyton:(etc):(etc):(etc):brasil:0:0:Cleyton
Agapito:/home/cleyton:/usr/bin/bash

When I login i got the brasil class no found error.

My console terminal is cons25l1 (in /etc/ttys)

The rc.conf is:

font8x16=iso-8x16
font8x14=iso-8x14
font8x8=iso-8x8
keymap=us.iso.acc

When I try compose in console mode i get ´a, ´c,~a, and in xterm
only a beep. I did a file name with these character in konqueror (that
works fine) and they appears like ? in console and xterm.

I´m using a 5.2-RL in a K6-II 550 with sis530 board.

Best regards,

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


Re: I18N throubles

2004-07-30 Thread Cleyton Agapito

Sorry Bill, i didnt have intend. Thanks very much, i will try. Maybe it must to be 
include in handbook too.

Thanks again

Bill Moran wrote:

 Cleyton Agapito [EMAIL PROTECTED] wrote:
 
  I did´t find this stantment in man pages :-(

 http://www.freebsd.org/cgi/man.cgi?query=cap_mkdbapropos=0sektion=0manpath=FreeBSD+5.2-RELEASE+and+Portsformat=html

 Please keep the mailing list CCed.

  Bill Moran wrote:
 
   Cleyton Agapito [EMAIL PROTECTED] wrote:
Hi all,
   
Please, i need same help, i have same throubles with I18N, i knew
that others peoples have the same question in other lists too, but i
cant find a answer.
Like described in chapter 15 of handbook in administraton level
setup, i created brasil class in /etc/login.conf:
   
brasil:Brazillian Users Accounts:\
:charset=ISO-8859-1:\
:lang=pt_BR.ISO8859-1:\
:tc=default:
  
   Did you run cap_mkdb after updating this?
  
and vipw:
   
cleyton:(etc):(etc):(etc):brasil:0:0:Cleyton
Agapito:/home/cleyton:/usr/bin/bash
   
When I login i got the brasil class no found error.
   
My console terminal is cons25l1 (in /etc/ttys)
   
The rc.conf is:
   
font8x16=iso-8x16
font8x14=iso-8x14
font8x8=iso-8x8
keymap=us.iso.acc
   
When I try compose in console mode i get ´a, ´c,~a, and in xterm
only a beep. I did a file name with these character in konqueror (that
works fine) and they appears like ? in console and xterm.
   
I´m using a 5.2-RL in a K6-II 550 with sis530 board.
   
Best regards,
   
Cleyton
  
   --
   Bill Moran
   Potential Technologies
   http://www.potentialtech.com
   ___
   [EMAIL PROTECTED] mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to [EMAIL PROTECTED]
 

 --
 Bill Moran
 Potential Technologies
 http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


modules load

2004-07-28 Thread Cleyton Agapito
Hi,

Sorry if this sound stupid, but i can´t understand yet how FBSD work
with
modules. The Handbook is not so clear about what you must compile
statically in
kernel (like so difference between make and buildkernel procedures), i
suppose
that if you don´t use a feature every time it will be a module (right?),
but i´m a
little disapointed because i must load in loader.conf and they stay
there all the time
or else i can´t find the device on /dev (like fdc.ko), i thought to
unload all unused with
 kldunload but it must be done one by one.
I have many others questions bsd-related  like that but maybe this
is not the right place, the
FAQs are not enough to learn system and others hacker-like are so
difficult! Where can I find
a median list to ask commons operational questions?
I wonder with FBSD, it´s not so easy like linux but is very much
better (my opinion) :-)

Thanks very much,

Cleyton


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


modules dynamically loaded (doubt)

2004-07-26 Thread Cleyton Agapito
Hi all,


I have same modules (fdc.ko, speaker.ko, snd_cmi.ko, etc...) that i
removed
from kernel core (5.2-RL) to be dynamically loaded when need. looks that
device
nodes are created in boot stage, because they aren´t there when i load
module after,
then i must use loader.conf and kldunload one by one (i didn´t find a
option to unload
all unused modules). the devfs wouldn´t load the proper module like it
do with cd9660.ko?
or unload module if idle? what i´m doing wrong?

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


dc0: failed

2004-07-22 Thread Cleyton Agapito
Hi all,

I have a Davicom DM9102 that is getting the message dc0: failed to
force tx and rx to idle state, I thought that cable is with same
problem but there is no throuble in my network and I didn´t find nothing
related in the man page, it´s normal?
Apropos dmesg, What means ata0: [MPSAFE]? (Sorry by this out of
topic question).

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


Re: NAT trouble

2004-07-21 Thread Cleyton Agapito
Hi friends,

I using nat in my home dial connection. The route is fine but my machine is
responding that the network is unrecheable for names, and if I put the DNS
adresses in resolv.conf it works. I did some like that a time ago in a linux
suite (that is getting the same problem after a upgrade), what I missing?

Thanks

Björn Lindström wrote:

 I'm having some trouble to get NAT working on the Internet gateway of my
 home LAN.

 Here's my setup:

 I have compiled a kernel with the following options added:

 options IPFIREWALL
 options IPFIREWALL_VERBOSE
 options IPFIREWALL_VERBOSE_LIMIT=10
 options IPDIVERT

 I have these relevant settings in my rc.conf:

 gateway_enable=YES
 firewall_enable=YES
 firewall_type=OPEN
 natd_enable=YES
 natd_interface=tun0
 natd_flags=-f /etc/natd.conf

 (Where tun0 is the interface of my ADSL connection.)

 My natd.conf only contains this line:

 redirect_port tcp 192.168.0.2:15000 15000

 Now, when I reboot, ipfw show shows this:

 00050   0  0 divert 8668 ip from any to any via tun0
 00100   182   15680 allow ip from any to any via lo0
 00200 0   0 deny ip from any to 127.0.0.0/8
 00300 0   0 deny ip from 127.0.0.0/8 to any
 65000 11015 3073646 allow ip from any to any
 65535 4 236 deny ip from any to any

 Here are the problems:

 * ps ax|grep natd shows that natd is not running.

 * While I still cat get to the gateway from the inside, connections to
   the Net doesn't work, until I 'ipfw delete 00050'.

 I hope someone here has a clue as to what may be wrong with my setup.

 Thanks in advance,

 Björn

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


ext3 mount (safe?)

2004-07-14 Thread Cleyton Agapito
Hi,

I read in list that FBSD doesn´t support ext3 filesystems, but it
can be mounted with ext2fs. It´s safe mount in write mode? I´m afraid of
lost same data of journal and crash my filesystem (I lose once in
Linux).
I have WXP (for my sister, of course), Linux and FBSD 5.2-RELEASE. I
mount the ext3 with ext2fs(ro) and msdosfs(rw); since, I ever get boot
warnings messages of umount not properly in all my slices and the
shutdown give 2 buffers that don´t sync (I think), samething like 13 13
2 2 2 2 2 2 2 2 2 2 2 2, what I did wrong?

Best regards,

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