apache, profptd, nvidia....

2006-01-05 Thread Ronny Machado C.
Hi list, 

I've just installed my brand new freeBSD 6.0 (AMD64), I've been having the 
following problems: 

*   When I try to bring Apache21 up, I get the followiong message: [Thu Jan 
05 14:15:10 2006] [warn] (2)No such file or directory: Failed to enable the 
'httpready' Accept Filter
*   the same with proftpd:
*- getaddrinfo '' error: hostname nor servname provided, or not known
*- warning: unable to determine IP address of ''
*- error: no valid servers configured
*- Fatal: error processing configuration file 
'/usr/local/etc/proftpd.conf'
*   The above mentioned file exists: -rw-r--r--  1 root  wheel  2397 Jan  5 
10:33 /usr/local/etc/proftpd.conf

The other questions are: Can I have a proper driver for my nvidia g-forece 5200 
in AMD46 arch? and how can I enable my ca0106 sound card?



Greeting from .CL,

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


CA0106

2005-10-26 Thread Ronny Machado C.
Hello list, 

I've been trying to make my soundcard working but with no success, my card is 
supossed to work with the emu10k1 driver, I've kldoaded it but with no results 
at all, I mean, the driver is loaded and the sound module too, but I don't have 
any sound device, (no mixer, or dsp, pcm, etc...)

Here's some info

[EMAIL PROTECTED]:12:0:class=0x040100 card=0x10061102 chip=0x00071102 
rev=0x00 hdr=0x00
vendor   = 'Creative Labs'
device   = 'CA0106-DAT Audigy LS'
class= multimedia
subclass = audio


thanks in advance




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


Procedures

2005-10-21 Thread Ronny Machado C.
Hi list


I'm new to freebsd, I come from Linux world, and I dont´t fully understand some 
procedures: 

*   How can I get some daemons working at boot time? In Linux you can do it 
via rc.* directories and S* scripts, but in freeBSD I don't know how, I've put 
scripts in rc.d but they don't execute at boot time, Is there a way to do it 
via rc.conf?
*   When I do a ps -fe | grep some-process I don't get any answer, so I 
can't realise if a process is running, I've got to do a top to get to it
*   My sound card is a Sound Blaster Live!, I've tried to load it by means 
of kldload emu10k1, it worked but I can't get it to work. Honestly I haven't 
configured MYKERNEL since I still don't understand the process. 
*   How can I list the modules in the kernel?
*   I'd like to know if the following messages are due to some failure or  
they are normal, and if the noip problem is produced by the ppp warnings
Oct 18 12:22:13 nostromo noip2[707]: Can't 
gethostbyname for dynupdate.no-ip.com
Oct 18 12:22:13 nostromo noip2[707]: Can't get our 
visible IP address from dynupdate.no-ip.com
Oct 18 12:23:01 nostromo ppp[217]: tun0: Warning: 
deflink: Reducing configured MRU from 1500 to 1492
Oct 18 12:25:06 nostromo ppp[217]: tun0: Warning: 
deflink: Reducing configured MRU from 1500 to 1492
Oct 18 12:27:11 nostromo ppp[217]: tun0: Warning: 
deflink: Reducing configured MRU from 1500 to 1492


Well, that's all folks...thanks in advance

greeting from .CL


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


RE: Starting with FreeBSD [rc.conf, ps(1) options, kernel modules, and other stuff] (was: Re: Procedures)

2005-10-21 Thread Ronny Machado C.
thanks a lot Giorgos...you were very kind...

ronny

-Mensaje original-
De: Giorgos Keramidas [mailto:[EMAIL PROTECTED]
Enviado el: Viernes, 21 de Octubre de 2005 8:00
Para: Ronny Machado C.
CC: freebsd-questions@freebsd.org
Asunto: Starting with FreeBSD [rc.conf, ps(1) options, kernel modules,
and other stuff] (was: Re: Procedures)


On 2005-10-21 08:30, Ronny Machado C. [EMAIL PROTECTED] wrote:
 Hi list
 I'm new to freebsd, I come from Linux world, and I dont?t fully
 understand some procedures:

 * How can I get some daemons working at boot time? In Linux you can do
 it via rc.* directories and S* scripts, but in freeBSD I don't know
 how, I've put scripts in rc.d but they don't execute at boot time, Is
 there a way to do it via rc.conf?

By setting options in the ``/etc/rc.conf'' file.  The full list of
available options is listed with a fair bit of comments in
``/etc/defaults/rc.conf'' and is documented extensively in the
rc.conf(5) manpage.

 * When I do a ps -fe | grep some-process I don't get any answer, so
 I can't realise if a process is running, I've got to do a top to get
 to it

The -ef options are not doing what you think.  They work on Linux,
Solaris and other UNIXes that follow the System-V 'style', but not
in BSD.  Try -aux instead:

# ps -aux | grep some-process

or even better, if you're just looking for a short list of PIDs and
names, use pgrep(1):

# pgrep -l some-process

 * My sound card is a Sound Blaster Live!, I've tried to load it by
 means of kldload emu10k1, it worked but I can't get it to
 work. Honestly I haven't configured MYKERNEL since I still don't
 understand the process.

Not sure about that.  I never worked with an SB Live!.

 * How can I list the modules in the kernel?

With kldstat(8).

 * I'd like to know if the following messages are due to some failure
 or they are normal, and if the noip problem is produced by the ppp
 warnings

 Oct 18 12:22:13 nostromo noip2[707]: Can't gethostbyname for 
 dynupdate.no-ip.com
 Oct 18 12:22:13 nostromo noip2[707]: Can't get our visible IP address from 
 dynupdate.no-ip.com

This is a DNS resolution problem.  We'd have to know a bit more about
your network connection to the world, and your existing DNS setup to
answer if this is normal.

 Oct 18 12:23:01 nostromo ppp[217]: tun0: Warning: deflink: Reducing 
 configured MRU from 1500 to 1492
 Oct 18 12:25:06 nostromo ppp[217]: tun0: Warning: deflink: Reducing 
 configured MRU from 1500 to 1492
 Oct 18 12:27:11 nostromo ppp[217]: tun0: Warning: deflink: Reducing 
 configured MRU from 1500 to 1492

That's mostly harmless.

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


RE: Procedures

2005-10-21 Thread Ronny Machado C.
Thanks Erik...very helpful advices...


ronny

-Mensaje original-
De: Erik Norgaard [mailto:[EMAIL PROTECTED]
Enviado el: Viernes, 21 de Octubre de 2005 10:23
Para: Ronny Machado C.
CC: freebsd-questions@freebsd.org
Asunto: Re: Procedures


On Fri, 21 Oct 2005, Ronny Machado C. wrote:

 * How can I get some daemons working at boot time? In Linux you can do it 
 via rc.* directories and S* scripts, but in freeBSD I don't know how, I've 
 put scripts in rc.d but they don't execute at boot time, Is there a way to do 
 it via rc.conf?

Two options: The easy one is to put your script in 
/usr/local/etc/rc.d, if it's executable and ends in .sh it will be 
run at startup.

Alternatively try to create your script so it uses /etc/rc.subr - 
see the other startup scripts for samples - and enable it in 
/etc/rc.conf

 * When I do a ps -fe | grep some-process I don't get any answer, so I 
 can't realise if a process is running, I've got to do a top to get to it

I use 'ps -ax'

 * My sound card is a Sound Blaster Live!, I've tried to load 
 it by means of kldload emu10k1, it worked but I can't get it to 
 work. Honestly I haven't configured MYKERNEL since I still don't 
 understand the process.

No need to build a kernel, just load the right modules. I don't 
know which is right for your card, but you can try them one by 
one. They are all named snd_

 * How can I list the modules in the kernel?

kldstat

 * I'd like to know if the following messages are due to some 
 failure or  they are normal, and if the noip problem is produced 
 by the ppp warnings
   Oct 18 12:22:13 nostromo noip2[707]: Can't 
 gethostbyname for dynupdate.no-ip.com
   Oct 18 12:22:13 nostromo noip2[707]: Can't get our 
 visible IP address from dynupdate.no-ip.com
   Oct 18 12:23:01 nostromo ppp[217]: tun0: Warning: 
 deflink: Reducing configured MRU from 1500 to 1492
   Oct 18 12:25:06 nostromo ppp[217]: tun0: Warning: 
 deflink: Reducing configured MRU from 1500 to 1492
   Oct 18 12:27:11 nostromo ppp[217]: tun0: Warning: 
 deflink: Reducing configured MRU from 1500 to 1492


Dunno, I suspect that you can't do name lookups or that no-ip has 
not registered your host. Maybe it expired becuase your script 
that updates no-ip didn't run too long?

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


resolv.conf

2005-08-16 Thread Ronny Machado C.
Hi list,

I'm new to FreeBSD, and this is the first time I configure a FreeBSD box. Ok, 
let's get to the point: my problem is with DNS resolution, form some reason the 
resolv.conf changes after some time (10  to 20 minutes), from my DNS IP to the 
rl0 IP. Does any one know why? My machine is an AMD64/FreeBSD 5.3 with PPPoE 
for an ADSL connection, 


greetings from .CL, 

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


RE: resolv.conf

2005-08-16 Thread Ronny Machado C.
yep bro...that's it...

-Mensaje original-
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nombre de
Lowell Gilbert
Enviado el: Martes, 16 de Agosto de 2005 10:02
Para: Ronny Machado C.
CC: freebsd-questions@freebsd.org
Asunto: Re: resolv.conf


Ronny Machado C. [EMAIL PROTECTED] writes:

 Hi list,
 
 I'm new to FreeBSD, and this is the first time I configure a FreeBSD box. Ok, 
 let's get to the point: my problem is with DNS resolution, form some reason 
 the resolv.conf changes after some time (10  to 20 minutes), from my DNS IP 
 to the rl0 IP. Does any one know why? My machine is an AMD64/FreeBSD 5.3 with 
 PPPoE for an ADSL connection, 

You are using DHCP on rl0, with a lease of an hour or less?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]