Re: CURRENT buildworld woes

2005-06-19 Thread José de Paula Rodrigues
On 6/19/05, Giorgos Keramidas <[EMAIL PROTECTED]> wrote: > On 2005-06-19 12:28, Jos? de Paula Rodrigues <[EMAIL PROTECTED]> wrote: > > Greetings all, > > > > I have an annoying problem when trying to build world: make depend > > complains about not finding a certain unwind.h, when compiling > > lib

Re: sound driver - low volume problem

2005-06-27 Thread José de Paula Rodrigues
On 6/27/05, Jimmy Kimanzi <[EMAIL PROTECTED]> wrote: > Hi, > > I have FreeBSD 5.4 installed on a laptop running KDE - I've managed to > get the audio working but the volume is very low and I'm not able to > increase it at all .I'm using the driver below ( snd_ich ) : > > > [EMAIL PROTECTED] cat

Re: Problems with crontab

2005-08-05 Thread José de Paula Rodrigues
On 8/5/05, cell <[EMAIL PROTECTED]> wrote: > Hello , i have problem with crontab , i tried to configure crontab for run > command every three days at 5h00 AM.I use this command but i believe it's not > good : > > 0 5 1-31/3 * * rootcd /home/rootfix/Maildir/cur > &&

Supported six-channel sound cards

2005-04-13 Thread José de Paula Rodrigues
Greetings all, As a desktop FreeBSD user, I'd like to know if there is a list of supported 5.1 sound cards somewhere. The Holy Handbook mentions some supported cards, yes, but it doesn't say whether they are supported in 5.1 mode or only plain stereo. My current card, an onboard nForce (A7N8X-E D

How safe is it to mount an ext3 partition?

2005-04-16 Thread José de Paula Rodrigues
How safe is it to mount an ext3 partition from a current (up-to-date Debian Unstable with kernel 2.6) Linux distro? About an year ago I had problems mounting my ext3 partition as ext2, even as read-only; it led to the corruption of the filesystem. Can it be safely done now, with an up-to-date 5.3 F

Re: test test test

2005-04-27 Thread José de Paula Rodrigues
On 4/27/05, Carpenter, Rohan S <[EMAIL PROTECTED]> wrote: > test test test test --- test tets test test > *plonk* ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: changing from dhcp to static ip, changing hostname, etc.

2005-05-16 Thread José de Paula Rodrigues
On 5/17/05, Bagus <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm using FreeBsd 5.3 and I'm switching to a static ip, but am not sure of > all the syntax. > > If not, here's what I had in my rc.conf. > hostname="john" > ifconfig_fxp0="DHCP" > > now I'm hoping to have a > > hostname of bagus.org >

Re: changing from dhcp to static ip, changing hostname, etc.

2005-05-16 Thread José de Paula Rodrigues
I forgot to say, my router is configured as a DNS proxy (probably the default in your setup, too), so I put its address on /etc/resolv.conf: nameserver 192.168.200.254 "man resolv.conf" should enlighten you about what the "search" option does; I don't need it, so my whole resolv.conf file consis

Re: changing from dhcp to static ip, changing hostname, etc.

2005-05-16 Thread José de Paula Rodrigues
On 5/17/05, Foo Ji-Haw <[EMAIL PROTECTED]> wrote: > This brings to mind a question, I've been wanting to ask: > > How does one get the system to read the rc.conf changes without > rebooting the system? > Just restart the appropriate service (usually found in /etc/rc.d or /usr/local/etc/rc.d). __

Re: Editing the boot menu

2005-06-08 Thread José de Paula Rodrigues
On 6/8/05, Paul Schmehl <[EMAIL PROTECTED]> wrote: > When you use FreeBSD's boot manager, you get a menu like this at bootup: > > F1 DOS > F2 FreeBSD > F3 Linux > F4 ?? > F5 Drive 1 > > Default: F2 > > Is there a way to edit the list? Or is that fixed when boot manager is > installed and not co