Re: Updating freebsd without cvsup

2005-09-19 Thread Kevin Kinsey

vittorio wrote:



Well, after thourough examination and a word with the network administrator I 
learnt that my FreeBSD 5.4 client cannot resolve the name (and the IP too) of 
portsnap.daemonology.net because it is behind a firewall and a proxy (which 
-by the way - I had already defined via both $HTTP_PROXY and $http_proxy; as 
I stated in so doing "make install" under a port works flawlessly downloading 
whatever is needed!).
According to the admin (windows 2000 network) portsnap is not able to use the 
name resolution of the proxy as other programs like browsers can and relies 
on the nameservers in /etc/resolv.conf only.

Any idea for this poor newbie?
Ciao
Vittorio 
 




$ echo "72.21.59.250 portsnap.daemonology.net" >> /etc/hosts

---maybe??  I doubt Colin will move it anytime soon (but I've been wrong 
many

times before...)

HTH,

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


RE: Sendmail not listening correctly

2005-09-19 Thread Glenn Dawson

At 10:01 PM 9/19/2005, Mike Loiterman wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Sendmail is running

# grep sendmail_submit_enable /etc/defaults/rc.conf
 sendmail_submit_enable="YES"# Start a localhost-only MTA for mail
submission


I think the key words above are "localhost-only".

Is sendmail_enable also set to "YES"?

-Glenn



- --
Mike Loiterman
grantADLER
Tel: 630-302-4944
Fax: 773-442-0992
Email: [EMAIL PROTECTED]
PGP Key: 0xD1B9D18E


-BEGIN PGP SIGNATURE-
Version: PGP Desktop 9.0.2 (Build 2424)
Comment: Secured by PGP 9.0.2

iQA/AwUBQy+XrWjZbUnRudGOEQIq1QCeJqqe4gM5qRiDhYA6LRkrHYO9iKMAnAiV
GPBWBUHB4OKyFruLaQGIP1M5
=f1pT
-END PGP SIGNATURE-
___
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: Updating freebsd without cvsup

2005-09-19 Thread vittorio
Alle 18:27, venerdì 16 settembre 2005, Ashley Moran ha scritto:
> Vittorio wrote:
> > Thanks.
> > I've just compiled the portsnap sources and put the following
> > in /usr/local/etc/portsnap.conf:
> >
> > # Defaults:
> > WORKDIR=/usr/local/portsnap
> > PORTSDIR=/usr/ports
> > KEYPRINT=9b5feee6d69f170e3dd0a2c8e469ddbd64f13f978f2f3aede40c98633216c330
> > URL=http://portsnap.daemonology.net
> >
> > BUT
> >
> > # portsnap fetch
> > Fetching
> > public key... failed.
> >
> > What's wrong with the original key in the
> > portsnap.conf.sample file?
> >
> > Thanks again
> > Vittorio
>
> The key is fine.  Perhaps you need to run portsnap as
>
> # HTTP_PROXY= portsnap fetch
>
> to get round your proxy
>

Well, after thourough examination and a word with the network administrator I 
learnt that my FreeBSD 5.4 client cannot resolve the name (and the IP too) of 
portsnap.daemonology.net because it is behind a firewall and a proxy (which 
-by the way - I had already defined via both $HTTP_PROXY and $http_proxy; as 
I stated in so doing "make install" under a port works flawlessly downloading 
whatever is needed!).
According to the admin (windows 2000 network) portsnap is not able to use the 
name resolution of the proxy as other programs like browsers can and relies 
on the nameservers in /etc/resolv.conf only.
Any idea for this poor newbie?
Ciao
Vittorio 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Is there anyway to mount linux xfs filesystems in 5.4

2005-09-19 Thread jdonahue
This is something really important if I am going to use FreeBSD more.
I need to mount my Gentoo linux which I have on XFS & REISERFS partitions.
-- 
SoCalRocks
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Sendmail not listening correctly

2005-09-19 Thread Peter Matulis
--- Mike Loiterman <[EMAIL PROTECTED]> wrote:

> I tried doing a:
> 
> #cd /etc/mail && make stop && killall -9 sendmail

Use the ps command to ensure sendmail is not running.  Use kill 

> The config file I'm using is made from $hostname.cf.  That's where I make
> all my changes.

Altering cf files directly is frowned upon.  I can't help you there.
 
> I don't know why but somehow there is something else listening on 25 but I
> can't figure out what:
> 
> # sockstat | grep sendmail 
> # cd /etc/mail && make start 
> Starting: sendmail sendmail-clientmqueue. 
> # sockstat | grep sendmail 
>  smmspsendmail   727   3  dgram  -> /var/run/log 
>  root sendmail   724   3  dgram  -> /var/run/logpriv 
>  root sendmail   724   4  tcp4   *:25  *:* 
>  root sendmail   724   5  tcp6   *:25  *:*

I have never used these commands.  This should be enough:

$ netstat -naf inet

Make sure there is no sendmail listening (port 25 or 587).

> # tail -f /var/log/maillog



Looks like you either have a botched cf file or there is some other daemon 
interference.  Is
this a new install?  What have you done/installed/configured relating to mail 
software? 
Rebuilt the system?  Compiled kernel?

--
Peter






__ 
Find your next car at http://autos.yahoo.ca
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Turning PC speaker on and off

2005-09-19 Thread Kevin Kinsey

Rem P Roberti wrote:


How does one go about enabling and disabling the PC speaker?

Thanks,

Rem




Hmm, could be more than one way; the one I
know of:

$ mixer speaker 0:0

You might try "mixer" with no args at first
to make sure which device you're looking
at, but AFAIK "speaker" is the PC speaker
you are referring to.

HTH,

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


Re: two questions in one

2005-09-19 Thread Erik Nørgaard

steve lasiter wrote:

My web server is up and running well and I can test
all by going to 192.168.0.2 from any internal
workstation, but if I try to go to www.mywebsite.com
from any internal workstation, which maps to the
66.190.xxx.xxx IP directed to web server port 80 as it
should, my attempt will time out. If I run next door
to my buddies and hit it from his PC I get there just
fine. I can't understand this since I'm using the
www.mywebsite.com name instead of an IP address. It
seems the gateway should not be affecting me, right?
How do I get around this or solve it? I don't want to
have to go next door everytime I need to make sure my
site is accessible from the web.


Sounds like a DNS lookup problem, check /etc/hosts and /etc/resolv.conf 
on the different hosts and try to do host lookup on the different hosts.


If you get different ip then there you have it.


One other quick issue. When FTPing from within my LAN
it is horribly slow. It was fast after initial install
but something happened without my intervention. I've
tried two different servers, proftpd currently and
pureftp previously. If I ftp outside my LAN it's
lightning fast. Any ideas are appreciated.


You are ftp'ing LAN-Internet right? Are you sure that some other user is 
not sucking up your connection with p2p? On the gateway you can see 
which states are in the firewall, assuming you have a statefull firewall 
ruleset. Ntop on the gateway should be a great tool also.


Also, ftp and firewalls generally is troublesome, maybe you changed a 
rule in the firewall just a littlebit?


Cheers, Erik

--
Ph: +34.666334818   web: http://www.locolomo.org
S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt
Subject ID:  A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9
Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Examples of IPFtest?

2005-09-19 Thread Bob Perry
On Mon, 2005-09-19 at 10:33 -0400, Lowell Gilbert wrote:
> Bob Perry <[EMAIL PROTECTED]> writes:
> 
> > Recently set up a firewall using ipf and apparently ran into a problem
> > with FTP sites.  Received error, "No route to host" while fetching files
> > located on ftp sites during portupgrade and also was unable to open the
> > FreeBSD FTP Server (550 Could not accept passive data connection-timed
> > out.)  Had no problem once I disabled the firewall.
> > 
> > I noticed there was a test utility called ipftest available but the man
> > page didn't help me understand how it functions.  Has anyone utilized
> > this utility?  Is there a site that is more informative than the man
> > page?
> > 
> > In the mean time, I do remember scanning an article on active FTP vs
> > passive FTP which may be a good "next step" given the browser error
> > message 550.
> 
> The ipf section in the Handbook has a whole subsection on dealing with FTP.

Read a lot today and when I went back to the handbook, everything seemed
to fall into place.   Not sure I understand it all yet, but...

Thanks,
Bob

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


RE: Sendmail not listening correctly

2005-09-19 Thread Mike Loiterman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

> First, keep in mind that these parameters only define how sendmail starts
when the system is rebooted.
>
> Second, stop any sendmail processes.
>
> Third, start sendmail with the correct cf (config) file.  It should be
/etc/mail/freebsd.cf. 
> It is created from /etc/mail/freebsd.mc.  The former is for sendmail only
(do not peek) and the
> latter is for you to read.  When submit_only is ON, freebsd.submit.cf
(generated from
> freebsd.submit.mc) is used.  You should investigate the mc files and learn
how to generate cf files from them.

I tried rebooting and that's when I get those errors.

I tried doing a:

#cd /etc/mail && make stop && killall -9 sendmail

The config file I'm using is made from $hostname.cf.  That's where I make
all my changes.

I don't know why but somehow there is something else listening on 25 but I
can't figure out what:

# sockstat | grep sendmail 
# cd /etc/mail && make start 
Starting: sendmail sendmail-clientmqueue. 
# sockstat | grep sendmail 
 smmspsendmail   727   3  dgram  -> /var/run/log 
 root sendmail   724   3  dgram  -> /var/run/logpriv 
 root sendmail   724   4  tcp4   *:25  *:* 
 root sendmail   724   5  tcp6   *:25  *:* 
# tail -f /var/log/maillog
 Sep 20 00:38:18 eisenhower sm-mta[724]: daemon MTA: problem creating SMTP
socket 
 Sep 20 00:38:23 eisenhower sm-mta[724]: NOQUEUE: SYSERR(root):
opendaemonsocket: daemon MTA: cannot bind: Address already in use 
 Sep 20 00:38:23 eisenhower sm-mta[724]: daemon MTA: problem creating SMTP
socket 
 Sep 20 00:38:28 eisenhower sm-mta[724]: NOQUEUE: SYSERR(root):
opendaemonsocket: daemon MTA: cannot bind: Address already in use 
 Sep 20 00:38:28 eisenhower sm-mta[724]: daemon MTA: problem creating SMTP
socket 
 Sep 20 00:38:33 eisenhower sm-mta[724]: NOQUEUE: SYSERR(root):
opendaemonsocket: daemon MTA: cannot bind: Address already in use 
 Sep 20 00:38:33 eisenhower sm-mta[724]: daemon MTA: problem creating SMTP
socket 
 Sep 20 00:38:38 eisenhower sm-mta[724]: NOQUEUE: SYSERR(root):
opendaemonsocket: daemon MTA: cannot bind: Address already in use 
 Sep 20 00:38:38 eisenhower sm-mta[724]: daemon MTA: problem creating SMTP
socket 
 Sep 20 00:38:38 eisenhower sm-mta[724]: NOQUEUE: SYSERR(root):
opendaemonsocket: daemon MTA: server SMTP socket wedged: exiting 


- --
Mike Loiterman
grantADLER
Tel: 630-302-4944
Fax: 773-442-0992
Email: [EMAIL PROTECTED]
PGP Key: 0xD1B9D18E


-BEGIN PGP SIGNATURE-
Version: PGP Desktop 9.0.2 (Build 2424)
Comment: Secured by PGP 9.0.2

iQA/AwUBQy+g6WjZbUnRudGOEQL8LQCfSuoZCCvz0AGj1dclCldTq8RYx88Anicn
o2FjMQn8VCB5/2UkCcoRGcmI
=tmEQ
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Sendmail not listening correctly

2005-09-19 Thread Peter Matulis
--- Mike Loiterman <[EMAIL PROTECTED]> wrote:

This looks to me like the correct combination (to be put in /etc/rc.conf):

> sendmail_enable="YES"
> sendmail_submit_enable="NO"

> I get the following errors in my messages.log
> 
> NOQUEUE: SYSERR(root): opendaemonsocket: daemon MTA: server SMTP socket
> wedged: exiting

First, keep in mind that these parameters only define how sendmail starts when 
the system is
rebooted.

Second, stop any sendmail processes.

Third, start sendmail with the correct cf (config) file.  It should be 
/etc/mail/freebsd.cf. 
It is created from /etc/mail/freebsd.mc.  The former is for sendmail only (do 
not peek) and the
latter is for you to read.  When submit_only is ON, freebsd.submit.cf 
(generated from
freebsd.submit.mc) is used.  You should investigate the mc files and learn how 
to generate cf
files from them.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Sendmail not listening correctly

2005-09-19 Thread Mike Loiterman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

When I put any of the following combinations in rc.conf:

sendmail_enable="YES"
sendmail_submit_enable="YES"

sendmail_enable="YES"
sendmail_submit_enable="NO"

sendmail_enable="YES"

I get the following errors in my messages.log

NOQUEUE: SYSERR(root): opendaemonsocket: daemon MTA: server SMTP socket
wedged: exiting

- --
Mike Loiterman
grantADLER
Tel: 630-302-4944
Fax: 773-442-0992
Email: [EMAIL PROTECTED]
PGP Key: 0xD1B9D18E


-BEGIN PGP SIGNATURE-
Version: PGP Desktop 9.0.2 (Build 2424)
Comment: Secured by PGP 9.0.2

iQA/AwUBQy+avmjZbUnRudGOEQKh+QCfTGQO4moTBmvE6sBrIB68YNGtedwAn3F0
NpW3bm/69JRIqISzaOCt1NES
=L9QB
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Sendmail not listening correctly

2005-09-19 Thread Mike Loiterman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Sendmail is running

# grep sendmail_submit_enable /etc/defaults/rc.conf 
 sendmail_submit_enable="YES"# Start a localhost-only MTA for mail
submission

- --
Mike Loiterman
grantADLER
Tel: 630-302-4944
Fax: 773-442-0992
Email: [EMAIL PROTECTED]
PGP Key: 0xD1B9D18E


-BEGIN PGP SIGNATURE-
Version: PGP Desktop 9.0.2 (Build 2424)
Comment: Secured by PGP 9.0.2

iQA/AwUBQy+XrWjZbUnRudGOEQIq1QCeJqqe4gM5qRiDhYA6LRkrHYO9iKMAnAiV
GPBWBUHB4OKyFruLaQGIP1M5
=f1pT
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Sendmail not listening correctly

2005-09-19 Thread Peter Matulis
--- Mike Loiterman <[EMAIL PROTECTED]> wrote:

> I'm trying to setup my mail server, but sendmail is only listening on the
> local interface:
> 
>  # netstat -an | grep 25 
>  tcp4   0  0  127.0.0.1.25   *.*LISTEN

$ grep sendmail_submit_enable /etc/defaults/rc.conf

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Sendmail not listening correctly

2005-09-19 Thread Mike Loiterman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Using:
FreeBSD 5.4-RELEASE
Sendmail 8.13.3

I'm trying to setup my mail server, but sendmail is only listening on the
local interface:

 # netstat -an | grep 25 
 tcp4   0  0  127.0.0.1.25   *.*LISTEN

I can do:

# telnet localhost 25

And sendmail answers correctly.  But, if, from another machine within my
network,

# telnet 192.168.1.22 25

I get a connection refused.  Additionally, the sendmail logs show nothing of
the connectcion attempt.

How can I get it to listen on all interfaces and why am I having to do this?
I have setup sendmail on many other FreeBSD boxes and have never had this
problem.

- --
Mike Loiterman
grantADLER
Tel: 630-302-4944
Fax: 773-442-0992
Email: [EMAIL PROTECTED]
PGP Key: 0xD1B9D18E


-BEGIN PGP SIGNATURE-
Version: PGP Desktop 9.0.2 (Build 2424)
Comment: Secured by PGP 9.0.2

iQA/AwUBQy+P9GjZbUnRudGOEQLwiQCfdJGjVT8vjgyJGhQ6ciEJiJZhpSUAn3NK
DFDTFa0x+P/MR+2l+Zz7bDOh
=5qhT
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: two questions in one

2005-09-19 Thread Peter Clutton
On 9/20/05, steve lasiter <[EMAIL PROTECTED]> wrote: 
> 
> 
> My web server is up and running well and I can test
> all by going to 192.168.0.2  from any internal
> workstation, but if I try to go to www.mywebsite.com
> from any internal workstation, which maps to the
> 66.190.xxx.xxx IP directed to web server port 80 as it
> should, my attempt will time out. If I run next door
> to my buddies and hit it from his PC I get there just
> fine. 

  Sounds like your clients aren't set up correctly with DNS to me. Are they 
pointing to DNS server, is it serving?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FreeBSD 6.0 Features

2005-09-19 Thread Ansar Mohammed
Where can we find a list of the features of FreeBSD 6.0?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Installing 5.4 BSD

2005-09-19 Thread Peter Clutton
 If I stayed with the default
> > then the system found acd0 to load the base distribution otherwise it 
> would not load the
> > base distribution or even find the acd0. Any ideas!!!
> 
> 
> As I said already, verify that your 5.4 install CD is not corrupted.
> 
> Kris
> 
> Kris sounds correct. I actually had a similar problem loading 
distributions, and downloading a new cd was all it took. Having the same 
problems on multiple machines would also point to that.
 You also might have downloaded the "Mini" disc for minimum install, that's 
probably not what you want, download the first disc.


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

Re: CUPS, Foomatic, and HPIJS?

2005-09-19 Thread [EMAIL PROTECTED]
Quoting Bob Johnson <[EMAIL PROTECTED]>:

> On 9/16/05, Eric Pretorious <[EMAIL PROTECTED]> wrote:
>
> > What do I have to do to install/use HPIJS without devoting my life
> > to
> > becoming a FreeBSD+CUPS expert?! (Setting up CUPS+foomatic+HPIJS
> > was a
> > breeze under Gentoo!)
>
> I find that apsfilter is a lot easier to install and configure than
> is
> CUPS, and it appears that the HPIJS driver got installed on my system
> when I installed apsfilter.  I don't use CUPS unless I really need
> the
> Internet Printing Protocol.
>
> - Bob

Eric:

I had the same problem when I moved from gentoo to freebsd, (which is
only about two weeks ahead of you considering that is why I joined this
list in the first place.

im not sure if you are working from ports or not, but I chose to do
prebuilt packages, just to get the system going

I did a pkg_add -r ghostscript-gnu (not sure if this is required or not.
then I did a pkg_add -r cups
then pkg_add -r foomatic-db
pkg_add -r foomatic-db-engine
pkg_add -f foomatic-filters

(please note I couldnt find a "meta" package that installs everything)

then I did a pkg_add -r hpijs

and that was all I needed to get cups running with my hp laserjet 1100
printer.

Rance

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


Re: Starting kdm

2005-09-19 Thread Eric Schuele

stan wrote:

I'm trying to figure out the current way (on a 4.11 STABLE machine)
of having kdm startup on boot. Surpisingly neither the handbook,
nor a Google search really led me anywhere on this, and I don't
see a script for this in /usr/local/etc/rc.d

Do I put it in /etc/tys? If so what's teh proper invocation?



Handbook reads (I assume it applies to 4.11 as well):

5.7.3.1 The KDE Display Manager
...

...
Now, make sure kdm is listed in /etc/ttys to be started at the next 
bootup. To do this, simply follow the instructions from the previous 
section on XDM and replace references to the /usr/X11R6/bin/xdm program 
with /usr/local/bin/kdm.


"Previous Section" reads:
5.6.2 Using XDM

The XDM daemon program is located in /usr/X11R6/bin/xdm. This program 
can be run at any time as root and it will start managing the X display 
on the local machine. If XDM is to be run every time the machine boots 
up, a convenient way to do this is by adding an entry to /etc/ttys. For 
more information about the format and usage of this file, see Section 
21.3.2.1. There is a line in the default /etc/ttys file for running the 
XDM daemon on a virtual terminal:


ttyv8   "/usr/X11R6/bin/xdm -nodaemon"  xterm   off secure

By default this entry is disabled; in order to enable it change field 5 
from off to on and restart init(8) using the directions in Section 
21.3.2.2. The first field, the name of the terminal this program will 
manage, is ttyv8. This means that XDM will start running on the 9th 
virtual terminal.



HTH


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


Re: Changing Console Video Modes

2005-09-19 Thread Gunter Wambaugh
I haven't kept up with the responses, so I apologize if this is  
duplicate info.  I don't think 1024x768 is possible for FreeBSD < 6.

My /etc/rc.conf has:
font8x16="m.fnt"
allscreens_flags="132x25"
And that yields a decent screen (Not as good as what we get in GNU/ 
Linux mind you).  The m.fnt is from slackware (I think).  And I think  
your kernel needs

options VESA
options SC_PIXEL_MODE
for this to work.

I don't recall where I found this script--maybe it would be of some  
use to you.

http://www.six-two.net/~gunter/vc.sh

I use bash as my shell and put an alias to ls for colors.
~/.bashrc:
alias ls='ls -FG'

On Sep 18, 2005, at 1:06 PM, Harout S. Hedeshian wrote:


Users,

This is my first time on this list so I hope I am  
posting in the
right place. I have been a Linux user for some time and I am trying  
out

FreeBSD as some people recommended it. In my previous Mandrake (now
Mandriva) Linux system, I could pass a kernel parameter in the LILO
configuration file to set the console video mode (like "vga=xxx").  
I ran it
at 1024x768 and sometimes 1280x1024 (depending on the computer) to  
allow
more text on the console. I am trying to do the same for my FreeBSD  
system.

A quick Google search brought up this tutorial:
http://www.mostgraveconcern.com/freebsd/. But, I'm not sure it does  
what I
want. It takes parameters in terms of character-cell dimensions and  
not
pixel dimensions. My question is, how do you tell the kernel to use  
1024x768
as the video mode without having to deal with fonts? Is there an  
easy way to

do it, or am I crazy to even ask?



Oh, and one more thing, in Linux, the console is colorful. For  
example, if
you type "ls", directories are blue, executables are green,  
symlinks are
teal etc. Is there a way to make the console (or at least ls)  
colorful in

FreeBSD?



Thanks,

Harout Hedeshian






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


Re: My CD Writers are detected as CD-ROM

2005-09-19 Thread Greg 'groggy' Lehey
On Monday, 19 September 2005 at 18:15:59 -0400, John Do wrote:
> Anyone know how to fix this?

No, not if you don't say what your problem is.

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers.


pgp7Ir2XLRWFw.pgp
Description: PGP signature


Turning PC speaker on and off

2005-09-19 Thread Rem P Roberti
How does one go about enabling and disabling the PC speaker?

Thanks,

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


Starting kdm

2005-09-19 Thread stan
I'm trying to figure out the current way (on a 4.11 STABLE machine)
of having kdm startup on boot. Surpisingly neither the handbook,
nor a Google search really led me anywhere on this, and I don't
see a script for this in /usr/local/etc/rc.d

Do I put it in /etc/tys? If so what's teh proper invocation?

-- 
U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong 
Terror 
- New York Times 9/3/1967
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: X.org

2005-09-19 Thread Guillermo Garcia-Rojas
here it is: (from Sept 13th, it doesn't create another since that date)

(**) FontPath set to 
"/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TT
F/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(--) Chipset SIS630/730 found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffe0 - 0x (0x20) MX[B](B)
[1] -1 0 0x0010 - 0x3fff (0x3ff0) MX[B]E(B)
[2] -1 0 0x000f - 0x000f (0x1) MX[B]
[3] -1 0 0x000c - 0x000e (0x3) MX[B]
[4] -1 0 0x - 0x0009 (0xa) MX[B]
[5] -1 0 0xcfffe000 - 0xcfff (0x2000) MX[B]E
[6] -1 0 0xcfffd000 - 0xcfffdfff (0x1000) MX[B]E
[7] -1 0 0xcfffc000 - 0xcfffcfff (0x1000) MX[B]E
[8] -1 0 0xcfff7000 - 0xcfff7fff (0x1000) MX[B]E
[9] -1 0 0xd000 - 0xcfff (0x0) MX[B]EO
[10] -1 0 0xcfee - 0xcfef (0x2) MX[B](B)
[11] -1 0 0xc000 - 0xc7ff (0x800) MX[B](B)
[12] -1 0 0x - 0x (0x1) IX[B]
[13] -1 0 0x - 0x00ff (0x100) IX[B]
[14] -1 0 0xd400 - 0xd4ff (0x100) IX[B]E
[15] -1 0 0xd800 - 0xd8ff (0x100) IX[B]E
[16] -1 0 0xd000 - 0xd0ff (0x100) IX[B]E
[17] -1 0 0xcc00 - 0xccff (0x100) IX[B]E
[18] -1 0 0xff00 - 0x (0x100) IX[B]E
[19] -1 0 0xac00 - 0xac7f (0x80) IX[B](B)
(II) resource ranges after probing:
[0] -1 0 0xffe0 - 0x (0x20) MX[B](B)
[1] -1 0 0x0010 - 0x3fff (0x3ff0) MX[B]E(B)
[2] -1 0 0x000f - 0x000f (0x1) MX[B]
[3] -1 0 0x000c - 0x000e (0x3) MX[B]
[4] -1 0 0x - 0x0009 (0xa) MX[B]
[5] -1 0 0xcfffe000 - 0xcfff (0x2000) MX[B]E
[6] -1 0 0xcfffd000 - 0xcfffdfff (0x1000) MX[B]E
[7] -1 0 0xcfffc000 - 0xcfffcfff (0x1000) MX[B]E
[8] -1 0 0xcfff7000 - 0xcfff7fff (0x1000) MX[B]E
[9] -1 0 0xd000 - 0xcfff (0x0) MX[B]EO
[10] -1 0 0xcfee - 0xcfef (0x2) MX[B](B)
[11] -1 0 0xc000 - 0xc7ff (0x800) MX[B](B)
[12] 0 0 0x000a - 0x000a (0x1) MS[B]
[13] 0 0 0x000b - 0x000b7fff (0x8000) MS[B]
[14] 0 0 0x000b8000 - 0x000b (0x8000) MS[B]
[15] -1 0 0x - 0x (0x1) IX[B]
[16] -1 0 0x - 0x00ff (0x100) IX[B]
[17] -1 0 0xd400 - 0xd4ff (0x100) IX[B]E
[18] -1 0 0xd800 - 0xd8ff (0x100) IX[B]E
[19] -1 0 0xd000 - 0xd0ff (0x100) IX[B]E
[20] -1 0 0xcc00 - 0xccff (0x100) IX[B]E
[21] -1 0 0xff00 - 0x (0x100) IX[B]E
[22] -1 0 0xac00 - 0xac7f (0x80) IX[B](B)
[23] 0 0 0x03b0 - 0x03bb (0xc) IS[B]
[24] 0 0 0x03c0 - 0x03df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.1.0
ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/libint10.a
(II) Module int10: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(II) SIS(0): initializing int10
(==) SIS(0): Write-combining range (0xa,0x2) was already clear
(==) SIS(0): Write-combining range (0xc,0x4) was already clear
(II) SIS(0): Primary V_BIOS segment is: 0xc000
(==) SIS(0): Write-combining range (0x0,0x1000) was already clear
(II) SIS(0): VESA BIOS detected
(II) SIS(0): VESA VBE Version 3.0
(II) SIS(0): VESA VBE Total Mem: 8192 kB
(II) SIS(0): VESA VBE OEM: SiS
(II) SIS(0): VESA VBE OEM Software Rev: 1.0
(II) SIS(0): VESA VBE OEM Vendor:
(II) SIS(0): VESA VBE OEM Product:
(II) SIS(0): VESA VBE OEM Product Rev:
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(II) SIS(0): VESA VBE DDC supported
(II) SIS(0): VESA VBE DDC Level 2
(II) SIS(0): VESA VBE DDC transfer in appr. 1 sec.
(II) SIS(0): VESA VBE DDC read successfully
(==) SIS(0): Write-combining range (0x0,0x1000) was already clear


Xorg detected your mouse at device /dev/sysmouse.
Please check your config if the mouse is still not
operational, as by default Xorg tries to autodetect
the protocol.

Your xorg.conf file is /root/xorg.conf.new

To test the server, run 'X -xf86config /root/xorg.conf.new'

On 9/19/05, Garrett Cooper <[EMAIL PROTECTED]> wrote:
> 
> Guillermo Garcia-Rojas wrote:
> 
> >On 9/15/05, Garrett Cooper <[EMAIL PROTECTED]> wrote:
> >
> >
> >>On Sep 15, 2005, at 12:40 PM, Guillermo Garcia-Rojas wrote:
> >>
> >>
> >>
> >>>I'm using FreeBSD 6.0-BETA4 and I'm having some troubles with
> >>>X.org  xonfiguration, I have 
> a SiS 630/730
> >>>
> >>>
> >>video card and
> >>
> >>
> >>>my mouse doesn't work on
> >>>console. When I launch "startx" the screen goes blank 

Re: two questions in one

2005-09-19 Thread Peter Matulis

--- steve lasiter <[EMAIL PROTECTED]> wrote:



> My web server is up and running well and I can test
> all by going to 192.168.0.2 from any internal
> workstation, but if I try to go to www.mywebsite.com
> from any internal workstation, which maps to the
> 66.190.xxx.xxx IP directed to web server port 80 as it
> should, my attempt will time out.

How are you redirecting your requests?  It is probably
due to the fact that a TCP handshake is not being allowed
to complete because the server is responding to the client
but the client is is expecting a response from the firewall.
This is common in your arrangement.  Sniff traffic with
tcpdump on the various hosts and provide us with more
details.

> If I run next door
> to my buddies and hit it from his PC I get there just
> fine. I can't understand this since I'm using the
> www.mywebsite.com name instead of an IP address. It
> seems the gateway should not be affecting me, right?
> How do I get around this or solve it? I don't want to
> have to go next door everytime I need to make sure my
> site is accessible from the web.

Sign up for a free shell account on an internet-based
server.

> One other quick issue. When FTPing from within my LAN
> it is horribly slow. It was fast after initial install
> but something happened without my intervention. I've
> tried two different servers, proftpd currently and
> pureftp previously. If I ftp outside my LAN it's
> lightning fast. Any ideas are appreciated.

With the ifconfig utility, check the configuration of the
involved network adapters.  In particular, look for duplex
and half-duplex.

--
Peter






__ 
Find your next car at http://autos.yahoo.ca
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: problem with IPF rules - (problem solved but i'm still confused)

2005-09-19 Thread jonas
On Mon, 19 Sep 2005 23:20:09 +0200
Erik Nørgaard <[EMAIL PROTECTED]> wrote:

> jonas wrote:
> > adding a 'keep state' to the 'pass in'-rules solved this problem.
> > but i still do not understand why it didn't work before, because
> > outgoing traffic was allowed with
> > "pass out quick on ng0 from any to any keep state"
> > i'ld really prefer to know what's going on there :)
> > 
> > any ideas?
> 
> It would help if you would post your ruleset and not the readout,
> it's easier to read. Secondly, it is posible to compile ipf with
> default block - post the default action also.
> 
> Cheers, Erik

/etc/ipf.rules:

### ng0
# allow anything out to the internet
pass out quick on ng0 from any to any keep state

# allow http, https, ssh
pass in log quick on ng0 proto tcp from any to 128.176.0.0/16 port = 80
keep state
pass in log quick on ng0 proto tcp from any to 128.176.0.0/16 port =
443 keep state
pass in log quick on ng0 proto tcp from any to 128.176.0.0/16 port = 22
keep state
pass in log quick on ng0 proto udp from any to 128.176.0.0/16 port = 22
keep state

# outgoing bittorrent data
pass in quick on ng0 proto tcp from any to 128.176.0.0/16 port = 5

# block anything else
block in quick on ng0 proto tcp from any to any port = 111
block in quick on ng0 all

### rl1
# allow pptp-dialout
pass out quick on rl1 from any to 172.16.0.1 keep state
# allow GRE-traffic
pass in quick on rl1 from 172.16.0.1 to 172.16.0.0/16

# block anything else
block in quick on rl1 all
block out quick on rl1 all


IPF is still compiled with default accept (like said in the orig. post)
i didn't have time to recompile it yet and i didn't think this made
sense if too much got blocked anyway ;)

with this config everything works as i want. but why do i need the 'keep
state' to make the webserver accessible?

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


Re: Installing 5.4 BSD

2005-09-19 Thread Kris Kennaway
On Mon, Sep 19, 2005 at 03:18:03PM -0700, Dixit, Viraj wrote:
> In regard to the same problem below, I was able to install the system 5.3 but 
> not 5.4 and only if I use the default options for partitions. I could not 
> choose
> my own options to change the size of the /usr & /var volumes. If I stayed 
> with the default 
> then the system found acd0 to load the base distribution otherwise it would 
> not load the 
> base distribution or even find the acd0. Any ideas!!!
> VJ

As I said already, verify that your 5.4 install CD is not corrupted.

Kris


pgp43T9VztNG3.pgp
Description: PGP signature


Re: Skipping/Stuttering Sound in XMMS

2005-09-19 Thread John Do
To play XMMS with libmad you need to get the xmms-mad
port

The main thing that solved the problem was turning up
the buffers for all output codecs in XMMS.

It also helped to go to the KDE sound system and raise
that sound buffer and enable high priority.

I still can't play MIDI files though but I'll make a
new e-mail about that to avoid confusion

As a side note libmad does have a little bit of
stuttering and it seems the buffer was the issue with
libmpg123

--- John Do <[EMAIL PROTECTED]> wrote:

> So does anyone have any ideas about how to enable my
> soundcard to play MIDI sounds and fix the XMMS
> stuttering issue?
> 
> Your help is welcomed and appreciated don't be
> shythanks :)
> 
> --- John Do <[EMAIL PROTECTED]> wrote:
> 
> > I even copied libmad.so into
> > /usr/X11R6/lib/xmms/Input
> > 
> > where all the other XMMS Input modules are and
> with
> > a
> > restart it still doesn't show :(
> > 
> > 
> > --- John Do <[EMAIL PROTECTED]> wrote:
> > 
> > > Does anyone know how to load and configure
> another
> > > MP3
> > > player instead of lib123.so in XMMS?
> > > 
> > > I have libmad and others installed but I have no
> > > other
> > > options for MP3 playing other than lib123
> > > 
> > > I still can't figure out how to enable MIDI
> sounds
> > > for
> > > my soundcard 
> > > 
> > > 
> > > --- John Do <[EMAIL PROTECTED]> wrote:
> > > 
> > > > The plugin makes sense.I think it is the
> > MP123
> > > > plugin that I'm using and the other players
> that
> > > > don't
> > > > skip must be using some other plugin
> > > > 
> > > > I'll try to install and use libMAD like you
> > > > recommend
> > > > 
> > > > Thanks
> > > > --- Garrett Cooper <[EMAIL PROTECTED]>
> > > > wrote:
> > > > 
> > > > > 
> > > > > On Sep 18, 2005, at 5:18 PM, John Do wrote:
> > > > > 
> > > > > > Does anyone know why the sound skips and
> > often
> > > > > > stutters in XMMS?
> > > > > >
> > > > > > I don't seem to have this problem in other
> > > > random
> > > > > > media players in FreeBSD.
> > > > > >
> > > > > > I'm also wondering why it won't show MIDI
> > > > support
> > > > > even
> > > > > > though it is detected for PCM sound.  I
> have
> > > an
> > > > > old
> > > > > > Soundblaster Live Card
> > > > > >
> > > > > > Thanks for your help guys
> > > > > 
> > > > >  Are you playing MP3s and if so, are you
> > > using
> > > > > the MAD vs MP123  
> > > > > plugin? I forget which caused a problem in
> > > Linux,
> > > > > but I think if you  
> > > > > use the libMAD it shouldn't stutter (or
> maybe
> > it
> > > > was
> > > > > vice versa).
> > > > > -Garrett
> > > > >
> > ___
> > > > > freebsd-questions@freebsd.org mailing list
> > > > >
> > > >
> > >
> >
>
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > > > > To unsubscribe, send any mail to
> > > > > "[EMAIL PROTECTED]"
> > > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > >
> > >
> >
>
__
> > > > 
> > > > Find your next car at http://autos.yahoo.ca
> > > >
> ___
> > > > freebsd-questions@freebsd.org mailing list
> > > >
> > >
> >
>
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > > > To unsubscribe, send any mail to
> > > > "[EMAIL PROTECTED]"
> > > > 
> > > 
> > > 
> > > 
> > >   
> > > 
> > >   
> > >   
> > >
> >
>
__
> > > 
> > > Find your next car at http://autos.yahoo.ca
> > > ___
> > > freebsd-questions@freebsd.org mailing list
> > >
> >
>
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > > To unsubscribe, send any mail to
> > > "[EMAIL PROTECTED]"
> > > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> >
>
__
> > 
> > Find your next car at http://autos.yahoo.ca
> > ___
> > freebsd-questions@freebsd.org mailing list
> >
>
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
> > "[EMAIL PROTECTED]"
> > 
> 
> 
> 
>   
> 
>   
>   
>
__
> 
> Find your next car at http://autos.yahoo.ca
> 







__ 
Find your next car at http://autos.yahoo.ca
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: gmake/make dependency problem

2005-09-19 Thread Harlan Stenn
Thanks very much!

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


Re: Segmentation fault when building kdelibs

2005-09-19 Thread Charles Swiger

On Sep 19, 2005, at 6:16 PM, Pat Maddox wrote:

Happens in different spots, so I guess it's a hardware problem.  But
what exactly am I looking for?  Is it bad ram, a bad disk?  How do I
find out what's messed up?


CPU cooling or bad memory are likely culprits.

Run memtest.org's checker overnight and see what that finds.  memtest  
is also available as a port, I think, but I burned the .iso image  
they have and use that as a standalone bootable checker.  If you have  
name-brand hardware, people like Dell and whatnot offer a diagnostics  
floppy or CD which can do useful testing, too...


--
-Chuck

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


Re: gmake/make dependency problem

2005-09-19 Thread Giorgos Keramidas
On 2005-09-19 19:00, Harlan Stenn <[EMAIL PROTECTED]> wrote:
> I'm confused.
>
> I believe that:
>
>  a: b
>
> means that 'a' depends on 'b', and if 'b' has a later timestamp than 'a'
> then the rule will be invoked to produce a new 'a' from  whatever is
> done with 'b'.
>
> In this case, 'a' is ntpd-opts.c, and 'b' is ntpd-opts.def.
>
> As can be seen on your system and mine:
>
> > It seems that ntpd-opts.c has a timestamp 1 minute after ntpd-opts.def,
>
> which means it is up-to-date with respect to its dependencies.

True.  I was confused when I posted my previous reply.  With the tarball
you posted, I can run make(1) with -ddm and see what you mean:

  1 % flame:/home/keramida/ws/ntp/obj/ntpq$ make -ddm
  2 % Caching done
  3 % Caching /usr/share/mk...done
  4 % expanding "sys.mk".../usr/share/mk/sys.mk
  5 % Searching for /etc/make.conf...Looking for "/etc/make.conf"...Caching 
18:38:48 Sep 12, 2005 for /etc/make.conf
  6 % Searching for /etc/make.conf...Looking for "/etc/make.conf"...got it (in 
mtime cache)
  7 % Searching for bsd.compat.mk...failed.
  8 % Searching for bsd.compat.mk...failed.
  9 % Searching for bsd.compat.mk.../usr/share/mk...here...returning 
/usr/share/mk/bsd.compat.mk
 10 % Searching for bsd.cpu.mk...failed.
 11 % Searching for bsd.cpu.mk...failed.
 12 % Searching for bsd.cpu.mk.../usr/share/mk...here...returning 
/usr/share/mk/bsd.cpu.mk
 13 % Searching for BSDmakefile...failed.
 14 % Searching for BSDmakefile.../usr/share/mk...failed.
 15 % Searching for makefile...failed.
 16 % Searching for makefile.../usr/share/mk...failed.
 17 % Searching for ./.deps/ntpq.Po...failed. Trying subdirectories...failed. 
Looking for "./.deps/ntpq.Po"...Caching 01:09:41 Sep 20, 2005 for 
./.deps/ntpq.Po
 18 % Searching for ./.deps/ntpq-opts.Po...failed. Trying 
subdirectories...failed. Looking for "./.deps/ntpq-opts.Po"...Caching 01:09:42 
Sep 20, 2005 for ./.deps/ntpq-opts.Po
 19 % Searching for ./.deps/ntpq-subs.Po...failed. Trying 
subdirectories...failed. Looking for "./.deps/ntpq-subs.Po"...Caching 01:09:41 
Sep 20, 2005 for ./.deps/ntpq-subs.Po
 20 % Searching for .depend...failed.
 21 % Searching for .depend.../usr/share/mk...failed.
 22 % Caching ../../ntp-4.2.0b/ntpq...done
 23 % Searching for ntpq-opts.def.c./../ntp-4.2.0b/ntpq...failed.
 24 % Searching for ntpq-opts.def...failed.
 25 % Examining ntpq-opts.def...Searching for 
ntpq-opts.def./../ntp-4.2.0b/ntpq...here...returning 
../../ntp-4.2.0b/ntpq/ntpq-opts.def
 26 % modified 11:02:16 Aug 30, 2005...up-to-date.
 27 % Examining ntpq-opts.c...non-existent...modified before 
source...out-of-date.
 28 % cd ../../ntp-4.2.0b/ntpq && autogen ntpq-opts.def
 29 % autogen: not found
 30 % *** Error code 127
 31 %
 32 % Stop in /home/keramida/ws/ntp/obj/ntpq.
 33 % flame:/home/keramida/ws/ntp/obj/ntpq$

At line 27 I see that ntpq-opts.c isn't looked up in VPATH.  This may be
a make(1) bug, sorry for the initial confusion.

I've Cc'ed Harti who's been working on make(1) lately.

- Giorgos

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


Re: Recommended AGP Nvidia card?

2005-09-19 Thread Kirk Strauser
On Monday 19 September 2005 16:48, Garrett Cooper wrote:

> 5600/5800's aren't bad. In fact I might get one to replace my old Ti
> 4200 sometime in the near future. But if you want to get the 6200 or
> somewhere around the 6000 series, they are quite a bit better I've heard
> since they aren't overclocked 4000 series cards =).

Thanks.  Do you know of any FreeBSD-specific gotchas, and in particular 
whether RenderAccel works (or is still needed for tolerable performance)?
-- 
Kirk Strauser
The Day Companies
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Installing 5.4 BSD

2005-09-19 Thread Dixit, Viraj
In regard to the same problem below, I was able to install the system 5.3 but 
not 5.4 and only if I use the default options for partitions. I could not choose
my own options to change the size of the /usr & /var volumes. If I stayed with 
the default 
then the system found acd0 to load the base distribution otherwise it would not 
load the 
base distribution or even find the acd0. Any ideas!!!
VJ

 -Original Message-
From:   Dixit, Viraj  
Sent:   Monday, September 19, 2005 1:39 PM
To: freebsd-questions@freebsd.org
Cc: freebsd-questions@freebsd.org
Subject:RE: Installing 5.4 BSD



 -Original Message-
I am trying to install Free BSD 5.4 and I am having all kinds of trouble. Can 
someone steer me the right direction. The system boots up fine and I am going 
through the process fine. I have my partitions done fine as the system creates 
the partitions and gets to sysinstall. At this point I get an error that says 
"Unable to transfer the base distribution from acd0" and that's where it fails. 
If I say no it goes further but cannot make the root password change. If I 
reboot the system it comes to a prompt with boot and fails. I tried on two 
systems with the same result. What am I doing wrong. Also I am making the 
entire disk on the system for Free BSD. Thanks,

VJ

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


Re: Segmentation fault when building kdelibs

2005-09-19 Thread Pat Maddox
On 9/19/05, Charles Swiger <[EMAIL PROTECTED]> wrote:
> On Sep 19, 2005, at 6:04 PM, Pat Maddox wrote:
> >> The obvious question is: does it always fail at the same point?  If
> >> not, then it's almost certainly a hardware problem.  If it does, then
> >> a bit more information on your system would be needed, including how
> >> you updated the ports skeletons, and whether you tried updating them
> >> again since you first saw the problem.  And if you aren't already,
> >> try
> >> using the system compiler to build the port.
> >
> > I've had a couple people suggest that it may be a hardware problem -
> > what should I be looking for?
> 
> Pretty much what was quoted above.  :-)
> 
> If you run the same build twice, does the compiler crash at the same
> place, or in a different place?  If the crash happens somewhere else
> each time, it's probably hardware.
> 
> --
> -Chuck
> 
> 

Happens in different spots, so I guess it's a hardware problem.  But
what exactly am I looking for?  Is it bad ram, a bad disk?  How do I
find out what's messed up?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


My CD Writers are detected as CD-ROM

2005-09-19 Thread John Do
Anyone know how to fix this?

Thanks!






__ 
Find your next car at http://autos.yahoo.ca
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Skipping/Stuttering Sound in XMMS

2005-09-19 Thread John Do
So does anyone have any ideas about how to enable my
soundcard to play MIDI sounds and fix the XMMS
stuttering issue?

Your help is welcomed and appreciated don't be
shythanks :)

--- John Do <[EMAIL PROTECTED]> wrote:

> I even copied libmad.so into
> /usr/X11R6/lib/xmms/Input
> 
> where all the other XMMS Input modules are and with
> a
> restart it still doesn't show :(
> 
> 
> --- John Do <[EMAIL PROTECTED]> wrote:
> 
> > Does anyone know how to load and configure another
> > MP3
> > player instead of lib123.so in XMMS?
> > 
> > I have libmad and others installed but I have no
> > other
> > options for MP3 playing other than lib123
> > 
> > I still can't figure out how to enable MIDI sounds
> > for
> > my soundcard 
> > 
> > 
> > --- John Do <[EMAIL PROTECTED]> wrote:
> > 
> > > The plugin makes sense.I think it is the
> MP123
> > > plugin that I'm using and the other players that
> > > don't
> > > skip must be using some other plugin
> > > 
> > > I'll try to install and use libMAD like you
> > > recommend
> > > 
> > > Thanks
> > > --- Garrett Cooper <[EMAIL PROTECTED]>
> > > wrote:
> > > 
> > > > 
> > > > On Sep 18, 2005, at 5:18 PM, John Do wrote:
> > > > 
> > > > > Does anyone know why the sound skips and
> often
> > > > > stutters in XMMS?
> > > > >
> > > > > I don't seem to have this problem in other
> > > random
> > > > > media players in FreeBSD.
> > > > >
> > > > > I'm also wondering why it won't show MIDI
> > > support
> > > > even
> > > > > though it is detected for PCM sound.  I have
> > an
> > > > old
> > > > > Soundblaster Live Card
> > > > >
> > > > > Thanks for your help guys
> > > > 
> > > >  Are you playing MP3s and if so, are you
> > using
> > > > the MAD vs MP123  
> > > > plugin? I forget which caused a problem in
> > Linux,
> > > > but I think if you  
> > > > use the libMAD it shouldn't stutter (or maybe
> it
> > > was
> > > > vice versa).
> > > > -Garrett
> > > >
> ___
> > > > freebsd-questions@freebsd.org mailing list
> > > >
> > >
> >
>
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > > > To unsubscribe, send any mail to
> > > > "[EMAIL PROTECTED]"
> > > > 
> > > 
> > > 
> > > 
> > >   
> > > 
> > >   
> > >   
> > >
> >
>
__
> > > 
> > > Find your next car at http://autos.yahoo.ca
> > > ___
> > > freebsd-questions@freebsd.org mailing list
> > >
> >
>
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > > To unsubscribe, send any mail to
> > > "[EMAIL PROTECTED]"
> > > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> >
>
__
> > 
> > Find your next car at http://autos.yahoo.ca
> > ___
> > freebsd-questions@freebsd.org mailing list
> >
>
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
> > "[EMAIL PROTECTED]"
> > 
> 
> 
> 
>   
> 
>   
>   
>
__
> 
> Find your next car at http://autos.yahoo.ca
> ___
> freebsd-questions@freebsd.org mailing list
>
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> 







__ 
Find your next car at http://autos.yahoo.ca
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Segmentation fault when building kdelibs

2005-09-19 Thread Charles Swiger

On Sep 19, 2005, at 6:04 PM, Pat Maddox wrote:

The obvious question is: does it always fail at the same point?  If
not, then it's almost certainly a hardware problem.  If it does, then
a bit more information on your system would be needed, including how
you updated the ports skeletons, and whether you tried updating them
again since you first saw the problem.  And if you aren't already,  
try

using the system compiler to build the port.


I've had a couple people suggest that it may be a hardware problem -
what should I be looking for?


Pretty much what was quoted above.  :-)

If you run the same build twice, does the compiler crash at the same  
place, or in a different place?  If the crash happens somewhere else  
each time, it's probably hardware.


--
-Chuck

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


Re: Segmentation fault when building kdelibs

2005-09-19 Thread Pat Maddox
On 19 Sep 2005 16:17:03 -0400, Lowell Gilbert
<[EMAIL PROTECTED]> wrote:
> Pat Maddox <[EMAIL PROTECTED]> writes:
> 
> > I'm trying to upgrade my system, and the build of kdelibs always fails
> > because of some segmentation fault.  I have absolutely no idea what
> > all this means, so I'll try to post as much of the error as I can
> > determine is relevant.  Hopefully somebody can help me out.
> >
> > In file included from kjanuswidget.cpp:24:
> > /usr/X11R6/include/qheader.h:207: internal compiler error: Segmentation 
> > fault
> > Please submit a full bug report,
> > with preprocessed source if appropriate.
> > See http://gcc.gnu.org/bugs.html> for instructions.
> > gmake[3]: *** [kjanuswidget.lo] Error 1
> > gmake[3]: Leaving directory 
> > `/usr/ports/x11/kdelibs3/work/kdelibs-3.4.2/kdeui'
> > gmake[2]: *** [all-recursive] Error 1
> > gmake[2]: Leaving directory 
> > `/usr/ports/x11/kdelibs3/work/kdelibs-3.4.2/kdeui'
> > gmake[1]: *** [all-recursive] Error 1
> > gmake[1]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.4.2'
> > gmake: *** [all] Error 2
> > *** Error code 2
> >
> > Stop in /usr/ports/x11/kdelibs3.
> > ** Command failed [exit code 1]: /usr/bin/script -qa
> > /tmp/portupgrade31298.0 make
> > ** Fix the problem and try again.
> > ** Listing the failed packages (*:skipped / !:failed)
> > ! x11/kdelibs3 (kdelibs-3.4.0_1)(segmentation fault)
> > --->  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
> 
> The obvious question is: does it always fail at the same point?  If
> not, then it's almost certainly a hardware problem.  If it does, then
> a bit more information on your system would be needed, including how
> you updated the ports skeletons, and whether you tried updating them
> again since you first saw the problem.  And if you aren't already, try
> using the system compiler to build the port.
> 

I've had a couple people suggest that it may be a hardware problem -
what should I be looking for?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


two questions in one

2005-09-19 Thread steve lasiter
First let me say I've come a long way with the help of
this community. I now have my local network set up
with several servers, workstations, and firewall with
most  using FreeBSD 5.4. Now here's my current issues.
Maybe I can get input even if these are not so very
BSD specific.

My network consist of a FreeBSD gateway (192.168.0.1)
with two new nic cards, fxp0 to the internet(cable
modem) and fxp1 to my LAN via cisco switch. My
web/mail server is on 192.168.0.2 My static IP is
66.190.xxx.xxx 

My web server is up and running well and I can test
all by going to 192.168.0.2 from any internal
workstation, but if I try to go to www.mywebsite.com
from any internal workstation, which maps to the
66.190.xxx.xxx IP directed to web server port 80 as it
should, my attempt will time out. If I run next door
to my buddies and hit it from his PC I get there just
fine. I can't understand this since I'm using the
www.mywebsite.com name instead of an IP address. It
seems the gateway should not be affecting me, right?
How do I get around this or solve it? I don't want to
have to go next door everytime I need to make sure my
site is accessible from the web.

One other quick issue. When FTPing from within my LAN
it is horribly slow. It was fast after initial install
but something happened without my intervention. I've
tried two different servers, proftpd currently and
pureftp previously. If I ftp outside my LAN it's
lightning fast. Any ideas are appreciated.

Thanks to all again for the great work,

Steve Lasiter


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Recommended AGP Nvidia card?

2005-09-19 Thread Garrett Cooper

Kirk Strauser wrote:

I use an aging MX 400 in my desktop machine (FreeBSD 6.0something) and 
really, *really* want to upgrade to something that supports the RenderAccel 
option.  This machine has become glacially slow since some 
as-yet-undetermined upgrade broken that functionality, but I'd ideally like 
to be able to use X.org's Composite extension as well so simple downgrading 
probably won't help.


Any suggestions for a cheap, well-supported card?

   5600/5800's aren't bad. In fact I might get one to replace my old Ti 
4200 sometime in the near future. But if you want to get the 6200 or 
somewhere around the 6000 series, they are quite a bit better I've heard 
since they aren't overclocked 4000 series cards =).

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


Re: Many name - same IP

2005-09-19 Thread Gerard Seibert
On Mon, 19 Sep 2005 12:32:48 -0400, Aaron Peterson <[EMAIL PROTECTED]>
Replied to: Re: Many name - same IP
With these words of wisdom:

> 
> On 9/19/05, Carstea Catalin <[EMAIL PROTECTED]> wrote:
> > i must setup in zone file
> > 
> > blog1 CNAME blogspot
> > blog2 CNAME blogspot
> > blog3 CNAME blogspot
> > 
> > and in httpd.conf
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> 
> I believe you will want something more like the following:
> 
> NameVirtualHost  66.102.155.101:80
> 
> 
> ServerName blog1.blogspot.com
> DocumentRoot /var/www/blog1
> 
> 
> 
> ServerName blog2.blogspot.com
> DocumentRoot /var/www/blog2
> 
> 
> There is plenty of documentation about Name Based Virtual Hosts on the
> apache.org website.  You should look there for further information. 
> If you use IRC, you can also look for help on irc.freenode.net
> #apache.
> 
> Aaron

*** REPLY SEPARATOR ***
On 9/19/2005 5:24:20 PM Gerard Seibert Replied:

I have gotten by using this configuration.

NameVirtualHost *

DocumentRoot /usr/local/www/data/mysite/htdocs
ServerName  myserver.com



DocumentRoot /usr/local/www/data/my-other-site/htdocs
ServerName  my-other-server.com


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


Re: problem with IPF rules - (problem solved but i'm still confused)

2005-09-19 Thread Erik Nørgaard

jonas wrote:

adding a 'keep state' to the 'pass in'-rules solved this problem.
but i still do not understand why it didn't work before, because
outgoing traffic was allowed with
"pass out quick on ng0 from any to any keep state"
i'ld really prefer to know what's going on there :)

any ideas?


It would help if you would post your ruleset and not the readout, it's 
easier to read. Secondly, it is posible to compile ipf with default 
block - post the default action also.


Cheers, Erik


--
Ph: +34.666334818   web: http://www.locolomo.org
S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt
Subject ID:  A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9
Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


key map chenges if / is read-only

2005-09-19 Thread Erik Nørgaard

Hi,

I have experienced a series of crashes trying to get DV working (that's 
another story) so I wanted to protect my root partition from disk errors 
mounting it read only.


Editing /etc/fstab to:

  /dev/ad0s1a/   ufs ro  1   1
  /dev/ad0s1d/usrufs ro  2   2

I lost my danish.iso keymap. all meta characters was gone, I couldn't 
type a @ and I couldn't get out of X with meta+F1.


Editing the fstab so / and /usr would be mounted rw and rebooting solved 
this - but what is going on?


It should be safer to mount / and /usr ro and AFAIK also give better 
perfomance.


Thanks, Erik

--
Ph: +34.666334818   web: http://www.locolomo.org
S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt
Subject ID:  A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9
Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


maintainers of drivers

2005-09-19 Thread Jim Pazarena

how do you find out who the maintainer is
of a particular driver?

I am interested specifically in the RocketPort
driver?

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


Recommended AGP Nvidia card?

2005-09-19 Thread Kirk Strauser
I use an aging MX 400 in my desktop machine (FreeBSD 6.0something) and 
really, *really* want to upgrade to something that supports the RenderAccel 
option.  This machine has become glacially slow since some 
as-yet-undetermined upgrade broken that functionality, but I'd ideally like 
to be able to use X.org's Composite extension as well so simple downgrading 
probably won't help.

Any suggestions for a cheap, well-supported card?
-- 
Kirk Strauser
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Installing 5.4 BSD

2005-09-19 Thread Kris Kennaway
On Mon, Sep 19, 2005 at 01:38:30PM -0700, Dixit, Viraj wrote:

>  -Original Message-
> I am trying to install Free BSD 5.4 and I am having all kinds of trouble. Can 
> someone steer me the right direction. The system boots up fine and I am going 
> through the process fine. I have my partitions done fine as the system 
> creates the partitions and gets to sysinstall. At this point I get an error 
> that says "Unable to transfer the base distribution from acd0" and that's 
> where it fails. If I say no it goes further but cannot make the root password 
> change. If I reboot the system it comes to a prompt with boot and fails. I 
> tried on two systems with the same result. What am I doing wrong. Also I am 
> making the entire disk on the system for Free BSD. Thanks,

Sounds like you might have downloaded or burned a bad CD.  Verify the
MD5 checksum after downloading, and try burning another one.

Kris

P.S. Please wrap your lines at 70 characters so that your emails may
be easily read.


pgptwHPtIE43F.pgp
Description: PGP signature


Re: Firefox and Flash ...

2005-09-19 Thread Louis LeBlanc
On 09/19/05 09:57 PM, Kiffin Gish sat at the `puter and typed:
> I know I am not the first nor more than likely the last, but I cannot 
> for the life of me get Flash to work in Firefox 1.0.6 on FreeBSD 5.4.
> 
> I've tried everything according to the FreeBSD handbook, mailing lists, 
> etc, but still when there is a page with Flash, poor Firefox chokes and 
> dies.
> 
> One thing interesting I noticed though, which might be a hint, is that 
> if I exit Xfce, logout, login this time as root, fire up Xfce again and 
> then run Firefox, everything works without a hitch, e.g. even 
> flash-based pages don't crash Firefox. Weird.
> 
> What gives?

I assume you have the plugger port installed?  Better yet, install the
plugger-plugins-hubbe port.  It's a meta-port that gets not only the
plugger port, but all those needed for the various media types, like
xanim and mplayer.

The plugin management isn't exactly solid as a rock yet.  Here's a few
places to look:

ls -lCF ~/.plugger:
-r-xr-xr-x  1 leblanc  leblanc  13516 Sep 16 15:50 plugger-5.1.3*
-r-xr-xr-x  1 leblanc  leblanc   9068 Sep 16 15:50 plugger-controller*
-r-xr-xr-x  1 leblanc  leblanc   2905 Sep 16 15:50 plugger-oohelper*
-r--r--r--  1 leblanc  leblanc  18310 Sep 16 19:08 pluggerrc-5.1.3

If you have anything different, make sure your /usr/ports/www/plugger/
port is up to date, clean out ~/.plugger, and as your userid - with the
port built - type 'make local-install'.  This will repopulate
~/.plugger.

Then there's this:
ls -lCF /usr/X11/lib/browser-plugins/
lrwxr-xr-x  1 root  wheel 62 Sep 19 08:34 libjavaplugin_oji.so@ -> 
/usr/local/jdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so
-r-xr-xr-x  1 root  wheel  23952 Sep 16 15:48 npplugger.so*

I know it seems a little sparse, but it does the trick for me.
nplugger.so is the plugger interface, and libjavaplugin_oji.so is, of
course, the java plugin.  You'll want the JDK 1.4.2 port installed
before worrying about this one.

One big hangup I ran into at this point, was not having mplayer
configured right.  Check out `man mplayer` to check out the proper
configuration - pay particular attention to the -vo switch.  Use the
/usr/local/share/mplayer/example.conf file, and modify the various flags
that appear troublesome.  You can figure this out by getting a .wmv or
.mpeg URL and passing it to mplayer from the command line.

If it helps, this is my vo setting:
vo = sdl,x11,xv,gl,gl2

I should probably put gl2 at the beginning though . . .

HTH
Lou
-- 
Louis LeBlanc  FreeBSD-at-keyslapper-DOT-net
Fully Funded Hobbyist,   KeySlapper Extrordinaire :)
Please send off-list email to: leblanc at keyslapper d.t net
Key fingerprint = C5E7 4762 F071 CE3B ED51  4FB8 AF85 A2FE 80C8 D9A2

Finagle's Fourth Law:
  Once a job is fouled up, anything done to improve it only makes
  it worse.


pgpybXVmPO1Iq.pgp
Description: PGP signature


Re: Firefox and Flash ...

2005-09-19 Thread Jerod Prothe
Just a thought, are you using a 64-bit processor?  I remember back in my Linux 
user days that Macromedia was not willing to release a 64-bit version for 
"alternative operating systems"


Kiffin Gish wrote:
I know I am not the first nor more than likely the last, but I cannot 
for the life of me get Flash to work in Firefox 1.0.6 on FreeBSD 5.4.


I've tried everything according to the FreeBSD handbook, mailing lists, 
etc, but still when there is a page with Flash, poor Firefox chokes and 
dies.


One thing interesting I noticed though, which might be a hint, is that 
if I exit Xfce, logout, login this time as root, fire up Xfce again and 
then run Firefox, everything works without a hitch, e.g. even 
flash-based pages don't crash Firefox. Weird.


What gives?


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


RE: Installing 5.4 BSD

2005-09-19 Thread Dixit, Viraj


 -Original Message-
I am trying to install Free BSD 5.4 and I am having all kinds of trouble. Can 
someone steer me the right direction. The system boots up fine and I am going 
through the process fine. I have my partitions done fine as the system creates 
the partitions and gets to sysinstall. At this point I get an error that says 
"Unable to transfer the base distribution from acd0" and that's where it fails. 
If I say no it goes further but cannot make the root password change. If I 
reboot the system it comes to a prompt with boot and fails. I tried on two 
systems with the same result. What am I doing wrong. Also I am making the 
entire disk on the system for Free BSD. Thanks,

VJ

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


Re: hints for troubleshooting poor sound quality.

2005-09-19 Thread George Hartzell
Lowell Gilbert writes:
 > George Hartzell <[EMAIL PROTECTED]> writes:
  > > I've set up an ASUS small form factor machine based around an P4S8L
 > > motherboard.  It's running 6.0BETA4 and Gnome2.12 from the tinderbox
 > > packages.
 > > 
 > > I'm kldload'ing snd_ich and (after getting a helpful pointer to the
 > > gnome FAQ) all of the sounds stuff is working.
 > > 
 > > Here's my problem:
 > > 
 > >   The machine has two mini-jacks, one in the front and one in the
 > >   back.  If I plug a set of headphones into the front jack I hear all
 > >   kinds of clicks and whirs and buzzing.  They seem to correlate with
 > >   drive activity, cd activity, and maybe even the cpu fan.  The
 > >   connector on the back seems quieter, but I still hear a bit of
 > >   noise.
 > > 
 > >   I hear less noise on a set of sony powerer-subwoofer-and-tweeter
 > >   speakers, but it's still noticable.
 > > 
 > > I haven't been able to try another sound device, the only spare card
 > > that I have doesn't fit into the space provided (riser card).
 > > 
 > > I'd appreciate anythoughts about dealing with the noise.  Is this
 > > something electrical w/ the motherboard?  Something about my Freebsd
 > > setup?
 > 
 > Well, yes, it *is* electrical interference on the motherboard.  You
 > may be able to reduce its impact, though.  Reducing the amplifier gain
 > (ogain in the mixer(8) output) may help, for example.  Also, does
 > playing digital audio see this effect, or only playing CDs?  If the
 > latter, you can switch to digital extraction for playing CDs (most
 > software doesn't support it, but some does) and avoid the
 > interference.

Thanks for the feedback.  The noise seems to be there when nothing's
happening, when I'm playing an mp3 from disk (that's what digital
audio, right?), and when I'm directly playing a CD.

Would a pci based sound card be immune from this?  Any recommendations
for one that's not as tall as a sound-blaster LIVE card (space
constraints in the case...).

Thanks,

g.

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


Firefox and Flash ...

2005-09-19 Thread Kiffin Gish
I know I am not the first nor more than likely the last, but I cannot 
for the life of me get Flash to work in Firefox 1.0.6 on FreeBSD 5.4.


I've tried everything according to the FreeBSD handbook, mailing lists, 
etc, but still when there is a page with Flash, poor Firefox chokes and 
dies.


One thing interesting I noticed though, which might be a hint, is that 
if I exit Xfce, logout, login this time as root, fire up Xfce again and 
then run Firefox, everything works without a hitch, e.g. even 
flash-based pages don't crash Firefox. Weird.


What gives?

--
Kiffin Gish
Gouda, The Netherlands

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


Re: sysinstall Hangs When Probing Devices on 5.4

2005-09-19 Thread Greg Barniskis

Drew Tomlinson wrote:
I have run the 4.x versions on this exact same hardware with no 
sysinstall issues.  I upgraded to 5.4 using the installation CD and 
sysinstall ran fine during the install.  However after installing my 
system and doing a full boot, sysinstall just "hangs" at probing on any 
attempt to run from the command line as any user including root.  It 
does not respond to either 'kill' or 'kill -9'.  The only way to get rid 
of the process is a reboot.  Any ideas on why I'm seeing this behavior?  
How can I go about troubleshooting?


Like Garrett, I also have one PC that just takes awhile to come up, 
though most are pretty quick. So, try patience first.


Another suggestion - if you've external USB devices, esp. storage, 
unplug 'em from the PC and see if the system comes up without 'em. I 
had a fun time with an external HD hanging my startups until I 
learned to only attach it after everything else was up. Never did 
figure out exactly why (not enough time to play with it once a 
workaround was presented).


--
Greg Barniskis, Computer Systems Integrator
South Central Library System (SCLS)
Library Interchange Network (LINK)
, (608) 266-6348
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: sysinstall Hangs When Probing Devices on 5.4

2005-09-19 Thread Garrett Cooper

Drew Tomlinson wrote:

I have run the 4.x versions on this exact same hardware with no 
sysinstall issues.  I upgraded to 5.4 using the installation CD and 
sysinstall ran fine during the install.  However after installing my 
system and doing a full boot, sysinstall just "hangs" at probing on 
any attempt to run from the command line as any user including root.  
It does not respond to either 'kill' or 'kill -9'.  The only way to 
get rid of the process is a reboot.  Any ideas on why I'm seeing this 
behavior?  How can I go about troubleshooting?


Thanks,

Drew


   How long do you let it sit? Sometimes it appears as if probing 
devices takes approximately 4-6 minutes on my P4, so if you have slower 
hardware it may take longer.

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


Re: IE in FreeBSD?

2005-09-19 Thread Garrett Cooper

On Mon, 19 Sep 2005, Garrett Cooper wrote:


Frank Jahnke wrote:


On Mon, 2005-09-19 at 10:58 -0700, Ted Mittelstaedt wrote:



And as for basic apps like wordprocessors and such - well I have to
remind
you that you yourself already argued in a previous post that this entire
scenario of yours that your talking about here specifically dealt with
apps that are more complex than that.  In other words the rules of
engagement
you set up for this discussion was specifically NOT home user apps, it
was
complex business apps in a work environment.  Now your dragging in home
users which are a different deal alltogether.  Recall the OP wants to run
IE to deal with vendor websites that are IE specific and already ruled
out
telling the vendors of these busted websites to fuck off (like a home
user
has the freedom to do) since he has to go to them for work.



Uh, Ted?  It really is customary to at least acknowledge and reply to
the proper author.  Mario Hoerich wrote about home apps; I did not.  So
Mario set no such "ground rules." 
Given how this thread appears to have turned into your own personal
soapbox to show heaven knows what, I'll bow out. 
Frank



  Sheesh, the original poster has not replied in eons--so leave the thread 
dead. I would rather not hear someone's whining about OSes and software 
please. I was just providing support and backing up my statements previously, 
but now-like all OS-specific related threads this has now turned into 
flamebait.

  Please take this to another discussion forum or list.
-Garrett


	Sorry, that was a bit harsh to Frank. I was talking primarily of 
Ted since he seems to be perpetuating this discussion as a soapbox for 
himself and his ideals.

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


Re: X.org

2005-09-19 Thread Garrett Cooper

Guillermo Garcia-Rojas wrote:


On 9/15/05, Garrett Cooper <[EMAIL PROTECTED]> wrote:
 


On Sep 15, 2005, at 12:40 PM, Guillermo Garcia-Rojas wrote:

   


I'm using FreeBSD 6.0-BETA4 and I'm having some troubles with
X.org xonfiguration, I have a SiS 630/730 
 


video card and
   


my mouse doesn't work on
console. When I launch "startx" the screen goes blank and the machine
reboots.

This is my xorg.conf file.
 


--
---
Guillermo García Rojas Covarrubias
Director General
SoloBSD
http://SoloBSD.org
 


What does it say in the Xorg logfile?
-Garrett
   





It doesn't log anything bad. I have Xorg.0.log from September 13th and it 
doesn't modify when I run "startx"
At the end of the file it says that Xorg detected my mouse at /dev/sysmouse 
and that my xorg.conf file is /root/xorg.conf.new etc. etc.
 

   What are the last 10-20 lines that it says though? This may be key 
to determining what the issue is with your X.

   Also, what video hardware are you using?
-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: gmake/make dependency problem

2005-09-19 Thread Harlan Stenn
I'm confused.

I believe that:

 a: b

means that 'a' depends on 'b', and if 'b' has a later timestamp than 'a'
then the rule will be invoked to produce a new 'a' from  whatever is
done with 'b'.

In this case, 'a' is ntpd-opts.c, and 'b' is ntpd-opts.def.

As can be seen on your system and mine:

> It seems that ntpd-opts.c has a timestamp 1 minute after ntpd-opts.def,

which means it is up-to-date with respect to its dependencies.

You will also note the VPATH in the Makefile includes the source
directory.

I believe this is a VPATH issues.

Am I missing something?

I appreciate your working with me on this issue.

H
--
> >
> > should show it trying to run autogen to produce ../../ntpd/ntpd-opts.c
> > (which exists and should have "proper" timestamps with respect to its
> > dependencies), and:
> 
> It doesn't though.  ntpd-opts.c depends on ntpd-opts.def, and their
> timestamps are:
> 
> % flame:/home/keramida/ws/ntp/ntp-4.2.0b/obj/ntpd$ make -ndm
> % Examining ntpd-opts.def...modified 11:01:00 Aug 30, 2005...up-to-date.
> % Examining ntpdbase-opts.def...modified 10:57:02 Aug 26, 2005...up-to-date.
> % Examining ntpd-opts.c...non-existent...modified before source...out-of-date
> .
> % cd ../../ntpd && autogen ntpd-opts.def
% update time: 17:38:09 Sep 19, 2005
> % [...]
> % flame:/home/keramida/ws/ntp/ntp-4.2.0b/obj/ntpd$ ls -ld ../../ntpd/ntpd-opt
> s.c ../../ntpd/ntpd-opts.def
> % -r--r--r--  1 keramida  keramida  - 32849 Aug 30 11:02 ../../ntpd/ntpd-opts
> .c
> % -rw-rw-r--  1 keramida  keramida  -  1255 Aug 30 11:01 ../../ntpd/ntpd-opts
> .def
> 
> It seems that ntpd-opts.c has a timestamp 1 minute after ntpd-opts.def,
> and this is what triggers the autogen run.
> 
> >  % gmake ntpd-opts.c
> >
> > should say the target is up-to-date.
> 
> I don't think this is correct.  The obj/ntpd/Makefile file contains:
> 
> % flame:/home/keramida/ws/ntp/ntp-4.2.0b/obj/ntpd$ grep ntpd-opts.def * | cat
>  -n
> %  1  EXTRA_DIST = ntpd-opts.def ntpdbase-opts.def ntpdsim-opts.def $(BUI
> LT_SOURCES)
> %  2  ntpd-opts.c: ntpd-opts.def ntpdbase-opts.def
> %  3  cd $(srcdir) && autogen ntpd-opts.def
> %  4  ntpd.1: ntpd-opts.def ntpdbase-opts.def
> %  5  cd $(srcdir) && autogen -Tagman1.tpl -bntpd ntpd-opts.def
> %  6  ntpd-opts.texi ntpd-opts.menu: ntpd-opts.def
> %  7  -Taginfo.tpl -DLEVEL=section ntpd-opts.def
> % flame:/home/keramida/ws/ntp/ntp-4.2.0b/obj/ntpd$
> 
> The second matched line clearly states that ntpd-opts.c depends on
> ntpd-opts.def and their timestamps are backwards.  make(1) is right in
> this case, IMHO
> 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: moving everything except a directory

2005-09-19 Thread Stefan Farrenkopf

Hello,

you may use find ~ - -exec mv {} 



BTW: your mail is out of date.

best wishes,
Stefan

--On 30. September 2005 17:40:00 -0500 Brian John <[EMAIL PROTECTED]> 
wrote:



Say I am at ~ and I have 10 directories inside named 1, 2, 3, 4 ,5, 6, 7,
8, 9 and 10.  What command can I use to move everything but directory 2?
What if I wanted to move everything but directories 2 and 7?

I'm not sure how to use the mv command to do this in 1 comand.

Thanks

/Brian
___
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: osx-fbsd-winxp

2005-09-19 Thread Garrett Cooper

jonas wrote:


hi!

On Sun, 18 Sep 2005 18:08:20 +0200
Dick Hoogendijk <[EMAIL PROTECTED]> wrote:

[snip]
 


Right. ;-) That one is easy.. But the share needs to be on the fbsd
machine then. Can I also share parts of the XP / OSX to each other or
will this be hard to do. My daughter is on osx, her brother on xp and
they do not always want me (fbsd) in the middle ;-)
   



as osx is based on freebsd... is mount_smbfs still present? if so,
one of the easiest ways should be to share a folder on the windows
machine and the mount it from the osx box (see: man mount_smbfs).

alternatively you could install a nfs client (nfsAxe is one i recall) on
the windows box and use NFS to share files. 
i would prefer this one, since i don't like smb.


after all, why are _you_ trying to find out, how your kids can keep
things secret from you? let them figure out :-P

greetz,
jonas

   Although MacOSX is FreeBSD based, it's somewhat dangerous to deal 
with the non-GUI based UI junk as the Unix commands don't tie into the 
OS very well, IMO.
   That was the only sad thing about OSX for me I discovered, but Apple 
probably thought that people would like to connect to servers via the 
GUI method more than the CLI based command =\.
   If you need scriptability, there're always Applescript and the 
Automator in 10.4 that ties in with Apple's stuff quite nicely.

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


RE: IE in FreeBSD?

2005-09-19 Thread Frank Jahnke
On Mon, 2005-09-19 at 10:58 -0700, Ted Mittelstaedt wrote:

> And as for basic apps like wordprocessors and such - well I have to
> remind
> you that you yourself already argued in a previous post that this entire
> scenario of yours that your talking about here specifically dealt with
> apps that are more complex than that.  In other words the rules of
> engagement
> you set up for this discussion was specifically NOT home user apps, it
> was
> complex business apps in a work environment.  Now your dragging in home
> users which are a different deal alltogether.  Recall the OP wants to run
> IE to deal with vendor websites that are IE specific and already ruled
> out
> telling the vendors of these busted websites to fuck off (like a home
> user
> has the freedom to do) since he has to go to them for work.

Uh, Ted?  It really is customary to at least acknowledge and reply to
the proper author.  Mario Hoerich wrote about home apps; I did not.  So
Mario set no such "ground rules."  

Given how this thread appears to have turned into your own personal
soapbox to show heaven knows what, I'll bow out.  

Frank

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


Re: (no subject)

2005-09-19 Thread Charles Swiger

On Sep 19, 2005, at 2:05 PM, Ean Kingston wrote:

   en ed0

Interface ed0 (someone correct me if I'm wrong it's been a while)


I believe "en" means "enable", just as "di" means "disable".
This controls whether the kernel probes for the device.

--
-Chuck

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


Re: ISA NIC card under 5.4R ??? (WD8003, non-PnP)

2005-09-19 Thread mailtrail

[sorry about the lack of subject line on original post]

On Mon, 19 Sep 2005, Ean Kingston wrote:


On September 19, 2005 01:57 pm, mailtrail wrote:



I needed a quick firewall to guard an ISDN line, so I grabbed a K6/166.
This box only came out of service a couple months ago, having run for
several years on 4.3-stable (set up some time in 2001).



The NIC card that is in it is an ISA bus card, a WD8003 (it was operating
as ed0 in its previous incarnation).  More for amusement than anything
else, I decided to use that card, if I could, with a recent version of
FreeBSD, so I loaded 5.4-R onto it.

I now realize that I no longer have any idea how to tell the kernel how to
find a non-PnP ISA card.

Here is the kernel.conf file from the old box:




   en ed0



Interface ed0 (someone correct me if I'm wrong it's been a while)


So the "en ed0" command above is something along the lines of setting up a 
symbol for the rest of the configuration commands?  Or is it something 
along the lines of a CISCO IOS "interface fe0" command, that says the rest 
of the commands refer to fast ethernet 0?



   po ed0 0x300



Port to interface ed0 id 0x300 (bit of physical memory to access the nic)



   ir ed0 10



IRQ for ed0 is 10



   iom ed0 0xd8000



I/0 memory for ed0 0xd8000 (for direct memory access IIRC)



   f ed0 0



I forgot this one, sorry.




   q


I'm guessing the "q" command is "quit", but I don't know if it means 
"don't pay attention to any further lines in this config file", or if it 
means "that's the end of configuring ed0".  Does anyone remember?



I don't even remember what lines 1 and 5 mean.  How do I set IRQ, memory
address, etc for a non-PnP ISA card under 5.4-R, if that is even possible?
If not possible, is it supported under 4.11?


From a websearch it looks like the kernel config worked just about the 
same at least as late as 4.9-R, but it seems that the only people using 
ISA cards these days are in places like the Czech Republic and other 
places where I can't read the web pages.  I couldn't even find a reference 
to using an ISA card under 5.4.  Anybody know how under 5.4-R?




This isn't critical by any means.  The motherboard has two open PCI slots
on it, so I could just use PCI NIC cards for the firewall, but I am
curious if the old cards can still be used.  I also have a second ISA NIC
card, a WD8013, so it would be somewhat amusing to have this box running a
firewall using those two old NIC cards.  The ISA bus should be able to
easily keep up with 128Kb of traffic; the old version of the box was a
mail- and web-server, and never had problems keeping up with ISDN speeds.

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


Re: (no subject)

2005-09-19 Thread Ean Kingston
On September 19, 2005 01:57 pm, mailtrail wrote:
> I needed a quick firewall to guard an ISDN line, so I grabbed a K6/166.
> This box only came out of service a couple months ago, having run for
> several years on 4.3-stable (set up some time in 2001).
>
> The NIC card that is in it is an ISA bus card, a WD8003 (it was operating
> as ed0 in its previous incarnation).  More for amusement than anything
> else, I decided to use that card, if I could, with a recent version of
> FreeBSD, so I loaded 5.4-R onto it.
>
> I now realize that I no longer have any idea how to tell the kernel how to
> find a non-PnP ISA card.
>
> Here is the kernel.conf file from the old box:
>
>
>en ed0
Interface ed0 (someone correct me if I'm wrong it's been a while)
>po ed0 0x300
Port to interface ed0 id 0x300 (bit of physical memory to access the nic)
>ir ed0 10
IRQ for ed0 is 10
>iom ed0 0xd8000
I/0 memory for ed0 0xd8000 (for direct memory access IIRC)
>f ed0 0
I forgot this one, sorry.
>q

>
> I don't even remember what lines 1 and 5 mean.  How do I set IRQ, memory
> address, etc for a non-PnP ISA card under 5.4-R, if that is even possible?
> If not possible, is it supported under 4.11?
>
> This isn't critical by any means.  The motherboard has two open PCI slots
> on it, so I could just use PCI NIC cards for the firewall, but I am
> curious if the old cards can still be used.  I also have a second ISA NIC
> card, a WD8013, so it would be somewhat amusing to have this box running a
> firewall using those two old NIC cards.  The ISA bus should be able to
> easily keep up with 128Kb of traffic; the old version of the box was a
> mail- and web-server, and never had problems keeping up with ISDN speeds.
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"

-- 
Ean Kingston

E-Mail: ean AT hedron DOT org
URL: http://www.hedron.org/
I am currently looking for work. If you need competent system/network 
administration please feel free to contact me directly.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


What is NFS Square (NFS^2)

2005-09-19 Thread vijay pande
Hi all,
Does any one know what is NFS Square. It is the property of Network File 
System which provides dual namespace in single file system. If anybody knows 
where do I can get the related information?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


(no subject)

2005-09-19 Thread mailtrail
I needed a quick firewall to guard an ISDN line, so I grabbed a K6/166. 
This box only came out of service a couple months ago, having run for 
several years on 4.3-stable (set up some time in 2001).


The NIC card that is in it is an ISA bus card, a WD8003 (it was operating 
as ed0 in its previous incarnation).  More for amusement than anything 
else, I decided to use that card, if I could, with a recent version of 
FreeBSD, so I loaded 5.4-R onto it.


I now realize that I no longer have any idea how to tell the kernel how to 
find a non-PnP ISA card.


Here is the kernel.conf file from the old box:


  en ed0
  po ed0 0x300
  ir ed0 10
  iom ed0 0xd8000
  f ed0 0
  q

I don't even remember what lines 1 and 5 mean.  How do I set IRQ, memory 
address, etc for a non-PnP ISA card under 5.4-R, if that is even possible? 
If not possible, is it supported under 4.11?


This isn't critical by any means.  The motherboard has two open PCI slots 
on it, so I could just use PCI NIC cards for the firewall, but I am 
curious if the old cards can still be used.  I also have a second ISA NIC 
card, a WD8013, so it would be somewhat amusing to have this box running a 
firewall using those two old NIC cards.  The ISA bus should be able to 
easily keep up with 128Kb of traffic; the old version of the box was a 
mail- and web-server, and never had problems keeping up with ISDN speeds.


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


RE: IE in FreeBSD?

2005-09-19 Thread Ted Mittelstaedt


>-Original Message-
>From: Mario Hoerich [mailto:[EMAIL PROTECTED]
>Sent: Sunday, September 18, 2005 10:07 AM
>To: Ted Mittelstaedt
>Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED];
>freebsd-questions@freebsd.org
>Subject: Re: IE in FreeBSD?
>
>
># Ted Mittelstaedt:
>> # On Behalf Of Frank Jahnke
>> >
>> >filled out and saved on a FreeBSD system?
>> >
>>
>> PDF doesn't belong in complex forms that are filled out online.  I use
>> PDF at my job and we use it for one use only - contracts.  A contract
>> must be in paper with a human's signature on it to have any validity
>> whatsoever in a court of law, despite what you may read otherwise.
>
>In Germany, electronic signatures conforming to the conditions in
>§17 SiG ("signature law") and §15 Annex 1 SigV ("signature decree")
>are as valid as a "hard" signature and can (for example) be used for
>communication with government departments.
>
>The world doesn't end on US borders.
>

Sure, try suing someone for $200 in small claims for that - the expert
witness fees to verify to the court that such a signature exists and is
valid will be more than the amount your trying to get.

>
>> >>The Mac isn't
>> >> a gateway to UNIX by any means.  Apple made it easy for
>Mac users to
>> >> continue to be stone stupid, and the Mac users by and
>large chose to
>> >> stay stone stupid.  Apple knows it's customer base that's for sure.
>
>*Shrug*.  I'm a CS + Math student and I've used FreeBSD since 3.3
>(Linux before).  I don't think I'm stone stupid.

Are you aware of that the terminology "by and large" means in that
context?
Perhaps not, maybe the translation to German modified the meaning?

So, your the one in a thousand Mac user that's not stone stupid, an
occurrance that my statement allowed to exist.

>
>
>> >I find this attitude to be very distressing, but remarkably common.
>
>Yup.
>
>> >Sure, users are not as informed as they might be, and they
>can do stupid
>> >things.  But they use the computer as a tool to do certain tasks, and
>> >they shouldn't have to know about how the computer works to
>accomplish
>> >those tasks.
>>
>> Yah yah yah.  I hear the same thing about cars - "we shouldn't need to
>> know how a car works to drive it"  Sure - sounds great.
>
>Cars != computers.  With cars, failure to understand their basic
>features is likely to get people killed.  I don't see that kind
>of risk with ordinary PCs.  The analogy is thus pointless.
>
>You could just as well demand that anyone ever using mathematics
>knows the entire theory behind it.

Hey, you just said the analogy is pointless - then proceed to argue it?
Must be a valid analogy or you wouldn't have proceeded to argue.

>
>> It's like teaching mathematics in school.  You can teach the
>kids to do
>> addition, subtraction, multiplication and division by hand, so they
>> understand what is going on,
>
>No, they don't.  Mathematics in school is nothing but a "desktop"
>for real mathematics.

Why are you continuing to divert focus here?  Let me restate and
rephrase:

"You can teach the kids to do addition, subtraction, multiplication and
division by hand, so they understand what is going on with addition,
subtraction, multiplication and division."

>With just school mathematics, you don't
>understand the slightest thing of what's going on, but you've
>learned how to use it.  The above example is *very* basic (this
>is the stuff you usually learn at the very beginning of your
>first math-lecture at a university), but you won't learn any
>of that in school.  At least not around here.
>
>A more advanced example are integrals.  You learn how to integrate,
>but you haven't got the slightest clue an integral is really defined
>as (from the top of my head)
>
>\int f := \sum_{k=1}^{\infty} f_k
>
>where each f_k is a step function, i.e. an element of the
>vector space \mathcal{F}_{ST}(|R,|R) spanned by the elementary
>functions g_i. That is:
>f_k := \sum_{i=1}^{k} \lamda_i g_i
>with
>g_i(x) := \begin{cases}1 & x \in [a,b[ \\ 0 & otherwise\end{cases}
>
>There's a *lot* of theory behind those few lines and believe me,
>it ain't pretty or simple.  However, there's no reason anyone
>but a mathematician should care about this.

Baloney.  Sure, someone who uses integrals every day to build
or create something does not need to
know the theory well enough to repeat it, or remember enough of it
to understand all of it correctly.

But sometime during the teaching of how to work an integral they should
have been instructed by someone who really understood it and could
help them to form a mental image that would be an analogy of what is
going on.  They should have the general gist of the idea.

Your attitude is reminicent of "Pay no attention to that man behind the
curtain"
from the Wizard of Oz.  It's elitist and snobbish - "oh only us priests
can
understand it you commoners never can so go away and let your betters
handle this"

>
>That's why the "desktop" school mathematics exists.  So people
>who aren't intere

Re: problem with IPF rules - (problem solved but i'm still confused)

2005-09-19 Thread jonas
adding a 'keep state' to the 'pass in'-rules solved this problem.
but i still do not understand why it didn't work before, because
outgoing traffic was allowed with
"pass out quick on ng0 from any to any keep state"
i'ld really prefer to know what's going on there :)

any ideas?

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


Re: gmake can't find Makefile

2005-09-19 Thread Michael Nottebrock
On Sunday, 18. September 2005 18:12, dave wrote:
> Hello,
> I've created my first port. It depended on another port, which i
> uninstalled first, then tried an install of mine. I issued a
> make install
> which pulled in the dependent port and installed it. When it returned to
> the build of my port gmake failed with an error code2, can not find
> Makefile and it stopped. I've confirmed that my Makefile is there, portlint
> shows no errors in it.

It's most probably complaining about a missing Makefile in ${WRKSRC}. Perhaps 
the software in question uses a configure script and you forgot to define 
GNU_CONFIGURE / USE_CONFIGURE?

-- 
   ,_,   | Michael Nottebrock   | [EMAIL PROTECTED]
 (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org


pgpKxAUq4LLnS.pgp
Description: PGP signature


Re: problem with IPF rules - port 80 not accessible

2005-09-19 Thread jonas
On Mon, 19 Sep 2005 17:49:49 +0200
Erik Norgaard <[EMAIL PROTECTED]> wrote:

> jonas wrote:
> 
> > the httpd is not accessible from the internet and i don't understant
> > why, i probably made some stupid mistake in the firewall rules...
> > this is the first time i'm setting up a firewall from scratch.
> 
> Do you at all have access?

i can access the webserver from my LAN and from the university.
ssh from the university doesn't seem to work

> 
> > (any errors in it? outbound internet acces works fine)
> 
> I shall try to disect your ruleset:
> 
> > @1 pass in log quick on ng0 proto tcp from any to 128.176.0.0/16
> > port = 80 @2 pass in log quick on ng0 proto tcp from any to
> > 192.168.0.1/32 port = 443 @3 pass in log quick on ng0 proto tcp
> > from any to 192.168.0.1/32 port = 22 @4 pass in log quick on ng0
> > proto udp from any to 192.168.0.1/32 port = 22 
> 
> Do you see anything strange in the first rule compared to the
> following three? You said ssh worked right?

eh.. well, those other rules where a bit old :) i changed them now to
say 128.176.0.0/16 as well.

> 
> > where rl0 is the LAN interface, rl1 is connected to a DSL-modem,
> > ng0 is the tunnel interface mpd creates, 192.168.0.1 is the IP of my
> > freebsd gateway and 172.16.0.1 is the IP of the PPTP-server (a cisco
> > device i think).
> 
> You should make an ascii sketch, it's far easier to understand which 
> iterface is connected to what and where traffic goes.

ok, i'll try, but don't complain if its crappy :)


 [laptop]
192.168.0.2 (bfe0)
|   
|
  [hub]
|
|
192.168.0.1 (rl0)
[freebsd gateway]
172.16.x.y (rl1)-->DSL-modem->[some gateway]->172.16.0.1
|  172.16.192.2 |
\___PPTP-tunnel_/


128.176.a.b(ng0)
   |
 [ISP-gateway]
128.176.239.193
   |
   [internet]

hmm... 172.16.x.y is the IP i get assigned by DHCP
and the one i reach the pptp-server 172.16.0.1 through 172.16.192.2
128.176.a.b is the IP i get assigned from the pptp-server, so i can
reach the public internet through the gateway 128.176.239.193.
so 128.176.a.b. is my public IP address.

so in fact the traffic goes this way(at least this is how i understand
it):

laptop--->freebsd gateway:(GRE encapsulate)--->172.16.192.2 \
--->172.16.0.1:(unencapsulate)--->128.176.239.193--->internet

and

internet--->128.176.239.193--->172.16.0.1(GRE encapsulate) \
--->172.16.192.2--->freebsd gateway:(unencapsulate)--->laptop

is this correct?


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


Re: Many name - same IP

2005-09-19 Thread Aaron Peterson
On 9/19/05, Carstea Catalin <[EMAIL PROTECTED]> wrote:
> i must setup in zone file
> 
> blog1 CNAME blogspot
> blog2 CNAME blogspot
> blog3 CNAME blogspot
> 
> and in httpd.conf
> 
> 
> 
> 
> 
> 
> 
> 

I believe you will want something more like the following:

NameVirtualHost  66.102.155.101:80


ServerName blog1.blogspot.com
DocumentRoot /var/www/blog1



ServerName blog2.blogspot.com
DocumentRoot /var/www/blog2


There is plenty of documentation about Name Based Virtual Hosts on the
apache.org website.  You should look there for further information. 
If you use IRC, you can also look for help on irc.freenode.net
#apache.

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


Re: Many name - same IP

2005-09-19 Thread Robin Smith
> "Carstea" == Carstea Catalin <[EMAIL PROTECTED]> writes:


Carstea> How make www.blogger.com ( for example ) to have many
Carstea> sub-domains with same IP.  Ex: blog1.blogspot.com -
Carstea> 66.102.155.101 blog2.blogspot.com - 66.102.155.101
Carstea> blog3.blogspot.com - 66.102.155.101 -- this
Carstea> 66.102.155.101 is IP of host blogspot.blogspot.com
Carstea> ...  it is about apache with
Carstea> tag virtual host ?

See  http://httpd.apache.org/docs/1.3/vhosts/name-based.html for 
information on the NameVirtualHost directive.  


Robin Smith  
Department of Philosophy[EMAIL PROTECTED]
Texas A&M UniversityVoice (979) 845-5696
College Station, TX 77843-4237  FAX   (979) 845-0458
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Looking for bsdlabel tutorial

2005-09-19 Thread Ansar Mohammed
Hello, 
It seems that bsdlabel is a bit of rocket science to use.. is there an
easier way to create additional partitions on an existing installation? Or a
step by step bsdabel/disklable tutorial?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Many name - same IP

2005-09-19 Thread Aaron Peterson
On 9/19/05, Carstea Catalin <[EMAIL PROTECTED]> wrote:
> How make www.blogger.com ( for example ) to have many sub-domains with same 
> IP.
> Ex:
> blog1.blogspot.com - 66.102.155.101
> blog2.blogspot.com - 66.102.155.101
> blog3.blogspot.com - 66.102.155.101
> --
> this 66.102.155.101 is IP of host blogspot.blogspot.com
> ...
> it is about apache with tag virtual host ?

First, the authoritative DNS servers for your domain must be
configured to resolve all of the sub-domains to the specified IP
address.  Otherwise your server will never recieve any communication
to begin with.  Then to set up virtual hosting with apache, if you
want one vhost to service all the sub-domains, I believe you can use
the ServerAlias directive in your VirtualHost definition like so:

ServerName blogspot.com
ServerAlias *.blogspot.com

Or set up separate vhost definitions for each sub-domain if you want
them to point to different web directories on your server.

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


Re: Many name - same IP

2005-09-19 Thread Giorgos Keramidas
On 2005-09-19 17:11, Carstea Catalin <[EMAIL PROTECTED]> wrote:
> How make www.blogger.com ( for example ) to have many sub-domains with same 
> IP.
> Ex:
> blog1.blogspot.com - 66.102.155.101
> blog2.blogspot.com - 66.102.155.101
> blog3.blogspot.com - 66.102.155.101
> --
> this 66.102.155.101 is IP of host blogspot.blogspot.com
> ...
> it is about apache with tag virtual host ?

Yes, this is what Apache (and other web servers) calls "name-based
virtual hosting".

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


Many name - same IP

2005-09-19 Thread Carstea Catalin
How make www.blogger.com ( for example ) to have many sub-domains with same IP.
Ex:
blog1.blogspot.com - 66.102.155.101
blog2.blogspot.com - 66.102.155.101
blog3.blogspot.com - 66.102.155.101
-- 
this 66.102.155.101 is IP of host blogspot.blogspot.com
...
it is about apache with tag virtual host ?


Any help would be greatly appreciated.
regards,
Carstea Catalin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: X.org

2005-09-19 Thread Guillermo Garcia-Rojas
On 9/15/05, Garrett Cooper <[EMAIL PROTECTED]> wrote:
> 
> On Sep 15, 2005, at 12:40 PM, Guillermo Garcia-Rojas wrote:
> 
> > I'm using FreeBSD 6.0-BETA4 and I'm having some troubles with
> > X.org xonfiguration, I have a SiS 630/730 
> video card and
> > my mouse doesn't work on
> > console. When I launch "startx" the screen goes blank and the machine
> > reboots.
> >
> > This is my xorg.conf file.
> 
> > --
> > ---
> > Guillermo García Rojas Covarrubias
> > Director General
> > SoloBSD
> > http://SoloBSD.org
> 
> What does it say in the Xorg logfile?
> -Garrett



It doesn't log anything bad. I have Xorg.0.log from September 13th and it 
doesn't modify when I run "startx"
At the end of the file it says that Xorg detected my mouse at /dev/sysmouse 
and that my xorg.conf file is /root/xorg.conf.new etc. etc.

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



-- 
---
Guillermo García Rojas Covarrubias
Director General 
SoloBSD
http://SoloBSD.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


sysinstall Hangs When Probing Devices on 5.4

2005-09-19 Thread Drew Tomlinson
I have run the 4.x versions on this exact same hardware with no 
sysinstall issues.  I upgraded to 5.4 using the installation CD and 
sysinstall ran fine during the install.  However after installing my 
system and doing a full boot, sysinstall just "hangs" at probing on any 
attempt to run from the command line as any user including root.  It 
does not respond to either 'kill' or 'kill -9'.  The only way to get rid 
of the process is a reboot.  Any ideas on why I'm seeing this behavior?  
How can I go about troubleshooting?


Thanks,

Drew

--
Visit The Alchemist's Warehouse
Magic Tricks, DVDs, Videos, Books, & More!

http://www.alchemistswarehouse.com

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


Re: [OBORONA-SPAM] Re: Bluetooth-related question

2005-09-19 Thread Andrew Pogrebennyk
On 19 Sep 2005 10:44:03 -0400
Lowell Gilbert <[EMAIL PROTECTED]> wrote:

> Andrew Pogrebennyk <[EMAIL PROTECTED]> writes:
> 
> > On 18 Sep 2005 09:39:41 -0400
> > Lowell Gilbert <[EMAIL PROTECTED]> wrote:
> > 
> > > Andrew Pogrebennyk <[EMAIL PROTECTED]> writes:
> > > 
> > > > Hi! Recently I've bought USB-Bluetooth-adapter and made the
> > > > following changes to setup it in FreeBSD: added
> > > > ng_ubt_load="YES" to /boot/loader.conf,
> > > > cp'ed /usr/share/examples/netgraph/bluetooth/rc.bluetooth
> > > > to /etc/rc.bluetooth, chmod'ed 555 /etc/rc.bluetooth and
> > > > changed wrote next lines in /etc/rc.local: 
> > > > 
> > > > $ cat /etc/rc.local 
> > > > #!/bin/sh 
> > > > if [ -f /etc/rc.bluetooth ]; 
> > > > then /etc/rc.bluetooth start ubt0 
> > > > fi
> > > > 
> 
> > > Do you have anything else using netgraph?
> > 
> > Nothing at all.
> 
> Since everything works, I'm not too worried about it.  However, you
> could try removing the startup script from running automatically, and
> see whether you still get those messages.  And then whether they still
> happen if you run the script by hand after the system is up.  That
> would tell you a lot.

Thank you, I'm also not worried about that, but I'd like to make one
more note: while I was trying to connect to Internet via GPRS
(unsuccessful yet, but that most of all needs separate discussion), I've
encountered messages like the following (note that they not always
follow each other):

ubt_bulk_out_complete2: ubt0 - Bulk-out xfer failed. TIMEOUT (15)
ng_l2cap_l2ca_discon_req: ubt0l2cap - unexpected L2CA_Disconnect
request message. Channel does not exist, lcid=0

Probably that's related in some way to our discussion, so I decided to
inform about 'em. 

And excuse for my English if it's not perfect, it's not my native
language.
Regards, Andrew
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: osx-fbsd-winxp

2005-09-19 Thread jonas
hi!

On Sun, 18 Sep 2005 18:08:20 +0200
Dick Hoogendijk <[EMAIL PROTECTED]> wrote:

[snip]
> Right. ;-) That one is easy.. But the share needs to be on the fbsd
> machine then. Can I also share parts of the XP / OSX to each other or
> will this be hard to do. My daughter is on osx, her brother on xp and
> they do not always want me (fbsd) in the middle ;-)

as osx is based on freebsd... is mount_smbfs still present? if so,
one of the easiest ways should be to share a folder on the windows
machine and the mount it from the osx box (see: man mount_smbfs).

alternatively you could install a nfs client (nfsAxe is one i recall) on
the windows box and use NFS to share files. 
i would prefer this one, since i don't like smb.

after all, why are _you_ trying to find out, how your kids can keep
things secret from you? let them figure out :-P

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


Re: Sendmail genericstable help, please

2005-09-19 Thread stan
On Mon, Sep 19, 2005 at 02:08:35PM +0300, Giorgos Keramidas wrote:
> On 2005-09-18 22:25, stan <[EMAIL PROTECTED]> wrote:
> > I;m trying to set up a 4.11 STABLE machine to act as the mailhost
> > for a buch of virtual doamins. I'm planning on having "users" on
> > the machien for each user/doaimn pair. I've got the incoming
> > side of this working well with the Sendmail that came with 4.11
> > (Not the ports version if it matters). I've done this with
> > /etc/mail/virtusertable and appropruate configuration in the.mc file.
> >
> > Now, I;m trying to get the outbound side of it workig, and I'm
> > not having much luck.
> >
> > I've crate /etc/mail/genericstable and it looks like this:
> >
> > stan[EMAIL PROTECTED]
> 
> I think you have to use a fully qualified hostname in the left hand
> side too here, i.e.:
> 
>   [EMAIL PROTECTED]   [EMAIL PROTECTED]
> 
> where foo.example.net is your local hostname.
> 
> > I'v also created /etc/mail/generics-domains it looks like this:
> >
> > i-v-o.net
> >
> > I've added the following to both ops2.ivo.net.mc and ops2.ivo.net.submit.mc
> >
> > MASQUERADE_DOMAIN(`ops2.i-v-o.net')
> > FEATURE(`genericstable', `hash -o /etc/mail/genericstable')
> > GENERICS_DOMAIN_FILE(`/etc/mail/generics-domains')
> > FEATURE(`allmasquerade')
> > FEATURE(`masquerade_envelope')
> > FEATURE(`masquerade_entire_domain')
> 
> Remove the -o option from genericstable.  It means that the generics
> table lookup is optional and Sendmail will continue posting the
> messages (probably using the wrong address, as you've discovered) even
> if there's something wrong with your generics table setup
> 
> > I've dome a make ; make install ; make restart sequence in /etc/mail, and
> > I've set up muut to use a From of [EMAIL PROTECTED] Yet still the message
> > (sent from the machine to the machine) contains:
> 
> Setting up mutt is unnecessary.
> 

Thanks for the help.

I thought I'd post as to what I did to finally get this working. 

I had to add the following:

MASQUERADE_AS(i-v-o.net)

Acording to the sendmail docs this needs to be a space seperated list of
domains that we are willing to masqureade for. In addition it appears that
if the domsin(s) you want to masquerade for are ont in
/etc/mail/local-host-names  m then you need to add:

MASQUERADE_DOMAIN(i-v-o.net)

It appears as though this is possible to replace with  something like:

GENERICS_DOMAIN_FILE(`/etc/mail/generics-domains')

Although I have not gotten this to work yet.

Having said all of that, this may just be a hack to get things working.
I'll try your sugestions this evening. I hope they work, as I'd prefer to
have all of this stored in a file that is read at runtime, as oposed to one
that I have to restart sendmail to read (the .mc/.cf files).

Thansk again for the adivce, I'll report back (if only for the archives)
after I try the above sugestiosn.


-- 
U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong 
Terror 
- New York Times 9/3/1967
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: problem with IPF rules - port 80 not accessible

2005-09-19 Thread Erik Norgaard

jonas wrote:


the httpd is not accessible from the internet and i don't understant
why, i probably made some stupid mistake in the firewall rules... this
is the first time i'm setting up a firewall from scratch.


Do you at all have access?


(any errors in it? outbound internet acces works fine)


I shall try to disect your ruleset:

@1 pass in log quick on ng0 proto tcp from any to 128.176.0.0/16 port = 80 
@2 pass in log quick on ng0 proto tcp from any to 192.168.0.1/32 port = 443 
@3 pass in log quick on ng0 proto tcp from any to 192.168.0.1/32 port = 22 
@4 pass in log quick on ng0 proto udp from any to 192.168.0.1/32 port = 22 


Do you see anything strange in the first rule compared to the following 
three? You said ssh worked right?



where rl0 is the LAN interface, rl1 is connected to a DSL-modem, ng0 is
the tunnel interface mpd creates, 192.168.0.1 is the IP of my
freebsd gateway and 172.16.0.1 is the IP of the PPTP-server (a cisco
device i think).


You should make an ascii sketch, it's far easier to understand which 
iterface is connected to what and where traffic goes.


Cheers, Erik
--
Ph: +34.666334818  web: www.locolomo.org
S/MIME Certificate: www.daemonsecurity.com/ca/8D03551FFCE04F06.crt
Subject ID:  9E:AA:18:E6:94:7A:91:44:0A:E4:DD:87:73:7F:4E:82:E7:08:9C:72
Fingerprint: 5B:D5:1E:3E:47:E7:EC:1C:4C:C8:3A:19:CC:AE:14:F5:DF:18:0F:B9
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FREESBIE 1.1

2005-09-19 Thread jonas
hi!

On Mon, 19 Sep 2005 16:55:56 +0200
Gavin McDougall <[EMAIL PROTECTED]> wrote:

> Mark Kane wrote:
> > Gavin McDougall wrote:
> > 
> >>
> >> glm wrote:
> >>
> >>> Hello,
> >>> Can I install FREESBEE 1.1 and then upgrade from the installed 
> >>> FreeBSD 5.3 to 5.4 using the Release CD.
[snip]
> >  From their FAQ:
> > 
> > ---
> > Is there a way to install FreeSBIE on my HD ?
> > 
> > Yes ! Since FreeSBIE 1.1 it's possible to use the BSDInstaller to 
> > install FreeSBIE on your hard drive, and then turn it into FreeBSD 
> > 5.3-STABLE by means of cvsup
> > ---

i'm not sure about the details of this as i never used freesbie, but if
you can turn it into a 'real' 5.3-STABLE i don't see why it shouldn't
be possible to upgrade it to 5.4 by checking out the 5.4 sources and
doing a system rebuild.
check the handbook for upgrading the base system via cvsup, it's pretty
straightforward and the best way to upgrade your system, i think.

(maybe this is also the way the freesbie system is turned into a 5.3-
STABLE? if so, just checkout the 5.4 sources instead of the 5.3
sources, rebuild the kernel as well as the base system and then just
follow the rest of the instructions for turning freesbie into 5.3-
STABLE. BUT it won't hurt to be safe and do it in two steps if you're
unsure. the worst thing that can happen is that you become more
familiar with system upgrading :) )

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


Re: What do these warning messages mean (READ_DMA UDMA ICRC error)?

2005-09-19 Thread bob self

Lowell Gilbert wrote:


bob self <[EMAIL PROTECTED]> writes:

 


I rearanged my hard drives / dvd burner and am now seeing these
messages. The system SEEMS to run ok though.

ad0: WARNING - READ_DMA UDMA ICRC error (retrying request) LBA=119267359
ad0: WARNING - READ_DMA UDMA ICRC error (retrying request) LBA=119267359
ad0: FAILURE - READ_DMA status=51
error=84 LBA=119267359
g_vfs_done():ad0s1f[READ(offset=44958728192, length=45056)]error = 5
vnode_pager_getpages: I/O read error
vm_fault: pager read error, pid 808 (firefox-bin)
ad0: WARNING - READ_DMA UDMA ICRC error (retrying request) LBA=119267359
ad0: WARNING - READ_DMA UDMA ICRC error (retrying request) LBA=119267359
ad0: WARNING - READ_DMA UDMA ICRC error (retrying request) LBA=119267519
   



If it's the same blocks all the time, you may have coincidentally
developed a hard disk problem at the same time.  Much more likely,
though, you've got a problem with the ATA cable for that drive.  Maybe
it has gotten pinched or bent too sharply?


 


I re-seated the cables yet again and havent seen the problem since then.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: beta 5: make buildworld = internal compiler error

2005-09-19 Thread Charles Swiger

On Sep 19, 2005, at 10:58 AM, Björn König wrote:

Chuck Swiger wrote:

bob self wrote:

What causes "internal compiler error"?

CPU overheating?  Bad RAM?  Power supply going bad?


Chuck: I saw this error not for the first time. It always happens  
during the compilation of libstdc++. There must be a kind of  
software error or unfortunate coincidence.


If the compiler error is reproducible, it might be a result of a  
genuine bug in the compiler or something funky with the source code.   
However, if that were the case, you would also see the FreeBSD  
Tinderbox post failure messages with the exact same error.


If the problem is not reproducible, see the above.  :-)

--
-Chuck

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


Re: beta 5: make buildworld = internal compiler error

2005-09-19 Thread bob self

Björn König wrote:


Chuck Swiger wrote:


bob self wrote:


What causes "internal compiler error"?



CPU overheating?  Bad RAM?  Power supply going bad?



Chuck: I saw this error not for the first time. It always happens 
during the compilation of libstdc++. There must be a kind of software 
error or unfortunate coincidence.


Bob: What is your current system. Show uname -rms.

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




# uname -rms:
FreeBSD 6.0-BETA4 i386

Also I tried make buildworld again and it died in EXACTLY the same 
place. I also had an external fan blowing directly on the motherboard  
and drives in case it was an

overheating problem.

c++ -O2 -fno-strict-aliasing -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H 
-I/usr/src/gnu/lib/libstdc++ -I/usr/src/gnu/lib/libstdc++/../
../../contrib/libstdc++/libsupc++ 
-I/usr/src/gnu/lib/libstdc++/../../../contrib/gcc 
-I/usr/src/gnu/lib/libstdc++/../../../contri
b/libstdc++/include -frandom-seed=RepeatabilityConsideredGood 
-fno-implicit-templates -ffunction-sections -fdata-sections  -Wno-
deprecated -c 
/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/src/streambuf-inst.cc

In file included from /usr/obj/usr/src/tmp/usr/include/c++/3.4/string:57,
from 
/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/include/bits/locale_classes.h:47,
from 
/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/include/bits/ios_base.h:47,

from /usr/obj/usr/src/tmp/usr/include/c++/3.4/ios:49,
from 
/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/src/streambuf-inst.cc:35:
/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/include/bits/basic_string.tcc:236: 
internal compiler error: Segmentation f

ault: 11
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
*** Error code 1

Stop in /usr/src/gnu/lib/libstdc++.
*** Error code 1

Stop in /usr/src/gnu/lib.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.



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


problem with IPF rules - port 80 not accessible

2005-09-19 Thread jonas
hi!

i feel kind of stupid about this :( ...
i'm using a freebsd gateway to manage my internet connection, which is
also running a httpd to provide a small website and (in the future ;) )
some system manegement,statistics etc.

the httpd is not accessible from the internet and i don't understant
why, i probably made some stupid mistake in the firewall rules... this
is the first time i'm setting up a firewall from scratch.

i'm running:

FreeBSD router.dbnet 5.4-RELEASE-p7 FreeBSD 5.4-RELEASE-p7
#0: Fri Sep 16 14:36:20 CEST 2005 [EMAIL PROTECTED]:/usr/obj/usr/
src/sys/GENERIC  i386

lighttpd-1.4.3 (ssl) - a light and fast webserver
Build-Date: Sep 17 2005 00:50:23

ipf: IP Filter: v3.4.35 (336)
Kernel: IP Filter: v3.4.35  
Running: yes
Log Flags: 0 = none set
Default: pass all, Logging: available
Active list: 0


i use mpd to establish a pptp-tunnel to my university network (which
routes my traffic to the internet). my mpd version is 3.18.

routing table:

Internet:
DestinationGatewayFlagsRefs  Use  Netif
Expire default128.176.239.193UGS 046442
ng0 127.0.0.1  127.0.0.1  UH  1 2687lo0
128.176.151.169lo0UHS 00lo0
128.176.239.193128.176.151.169UH  10ng0
172.16.0.1 172.16.192.2   UGHS042599rl1
172.16.192/21  link#2 UC  00rl1
172.16.192.2   00:08:7d:e0:98:70  UHLW10rl1
1015 172.16.196.233 127.0.0.1  UGHS00lo0
192.168.0  link#1 UC  00rl0
192.168.0.100:50:fc:5f:c9:ba  UHLW02lo0
192.168.0.200:00:f0:81:f1:75  UHLW044640rl0
841

(any errors in it? outbound internet acces works fine)

my IPF-rules:
@1 pass out log quick on ng0 from any to any keep state
@2 pass out log quick on rl1 from any to 172.16.0.1/32 keep state
@3 block out log quick on rl1 from any to any
@1 pass in log quick on ng0 proto tcp from any to 128.176.0.0/16 port =
80 @2 pass in log quick on ng0 proto tcp from any to 192.168.0.1/32
port = 443 @3 pass in log quick on ng0 proto tcp from any to
192.168.0.1/32 port = 22 @4 pass in log quick on ng0 proto udp from any
to 192.168.0.1/32 port = 22 @5 block in log quick on ng0 proto tcp from
any to any port = 111 @6 block in log quick on ng0 from any to any
@7 pass in log quick on rl1 from 172.16.0.1/32 to 172.16.0.0/16
@8 block in log quick on rl1 from any to any

where rl0 is the LAN interface, rl1 is connected to a DSL-modem, ng0 is
the tunnel interface mpd creates, 192.168.0.1 is the IP of my
freebsd gateway and 172.16.0.1 is the IP of the PPTP-server (a cisco
device i think).

i can access the webserver from an ssh login to a university computer,
but other people tell me, they can't connect to the httpd.
in the logs i can see that their packets to port 80 are passed, but
they don't seem to get any data back.
i'm confused... what am i doing wrong?

btw. you may notice the explicitly closed port 111, this is probably
not necessary because of rule @7, and i'm aware that it's idiotic to
run NFS on a gateway machine. let's not discuss that :) (i don't plan to
leave it on for 'production' use of that machine, but it's holding
some stuff i don't have space to put anyware else at the moment.)

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


Re: sshd port forward

2005-09-19 Thread Ugo Bellavance
Erik Norgaard wrote:
> Ugo Bellavance wrote:
> 
>> No, I get a password prompt from Thunderbird.  I use keys auth, not
>> passwd auth with SSH on this server.  So I think the tunnel is ok, but
>> the server reacts badly on the command to read the actual message.
> 
> 
> Ok, you said you could connect fine on your LAN not using a tunnel? If
> so, I'm puzzled.
> 
> Cheers, Erik
> 

Well, I could connect yesterday.  I'll try agin tonight, but I'm puzzled
as well.  Especially since it cuts my ssh session.

Thanks,

-- 
Ugo

-> Please don't send a copy of your reply by e-mail.  I read the list.
-> Please avoid top-posting, long signatures and HTML, and cut the
irrelevant parts in your replies.

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


Re: beta 5: make buildworld = internal compiler error

2005-09-19 Thread Björn König

Chuck Swiger wrote:

bob self wrote:


What causes "internal compiler error"?


CPU overheating?  Bad RAM?  Power supply going bad?


Chuck: I saw this error not for the first time. It always happens during 
the compilation of libstdc++. There must be a kind of software error or 
unfortunate coincidence.


Bob: What is your current system. Show uname -rms.

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


Re: What do these warning messages mean (READ_DMA UDMA ICRC error)?

2005-09-19 Thread Lowell Gilbert
bob self <[EMAIL PROTECTED]> writes:

> I rearanged my hard drives / dvd burner and am now seeing these
> messages. The system SEEMS to run ok though.
> 
> ad0: WARNING - READ_DMA UDMA ICRC error (retrying request) LBA=119267359
> ad0: WARNING - READ_DMA UDMA ICRC error (retrying request) LBA=119267359
> ad0: FAILURE - READ_DMA status=51
> error=84 LBA=119267359
> g_vfs_done():ad0s1f[READ(offset=44958728192, length=45056)]error = 5
> vnode_pager_getpages: I/O read error
> vm_fault: pager read error, pid 808 (firefox-bin)
> ad0: WARNING - READ_DMA UDMA ICRC error (retrying request) LBA=119267359
> ad0: WARNING - READ_DMA UDMA ICRC error (retrying request) LBA=119267359
> ad0: WARNING - READ_DMA UDMA ICRC error (retrying request) LBA=119267519

If it's the same blocks all the time, you may have coincidentally
developed a hard disk problem at the same time.  Much more likely,
though, you've got a problem with the ATA cable for that drive.  Maybe
it has gotten pinched or bent too sharply?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FREESBIE 1.1

2005-09-19 Thread Gavin McDougall

Mark Kane wrote:

Gavin McDougall wrote:



glm wrote:


Hello,
Can I install FREESBEE 1.1 and then upgrade from the installed 
FreeBSD 5.3 to 5.4 using the Release CD.




Hi there,

I wouldn't think so 'cos FreeSBIE is based on FreeBSD 6.X.



FreeSBIE is based on FreeBSD 5.3. Their last release was on December 6, 
2004 (5.3 came out in November), so it can't be 6.X.



If you want 5.3 or 5.4 then why not just do a normal installation ??



 From their FAQ:

---
Is there a way to install FreeSBIE on my HD ?

Yes ! Since FreeSBIE 1.1 it's possible to use the BSDInstaller to 
install FreeSBIE on your hard drive, and then turn it into FreeBSD 
5.3-STABLE by means of cvsup

---

But I would do what Gavin said and do a real install of 5.4. It's really 
not hard. :)




Huge apologies for giving you the wrong info there Mark, I was thinking 
of another live distro.


FreeSBIE is pretty cool though.

I looked at that FAQ now and it says you can upgrade to 5.3 by using ports.

Do you know how the ports collection works?

I think the ports is the best way of managed packaged and programs that 
I have ever seen.


Maybe you can do as you were wanting to.

Once again, sorry for the mis-information.

Regards,
Gavin

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


Re: Changing Console Video Modes

2005-09-19 Thread Lowell Gilbert
"Harout S. Hedeshian" <[EMAIL PROTECTED]> writes:

>Does anyone know about the video resolution? 

Start with "man vidcontrol" and see if you're happy enough with what
that can do by default.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Sendmail genericstable help, please

2005-09-19 Thread Dan Busarow


On Sunday, September 18, 2005, at 08:25  PM, stan wrote:


I;m trying to set up a 4.11 STABLE machine to act as the mailhost
for a buch of virtual doamins. I'm planning on having "users" on
the machien for each user/doaimn pair. I've got the incoming
side of this working well with the Sendmail that came with 4.11
(Not the ports version if it matters). I've done this with
/etc/mail/virtusertable and appropruate configuration in the.mc file.

Now, I;m trying to get the outbound side of it workig, and I'm
not having much luck.

I've crate /etc/mail/genericstable and it looks like this:

stan[EMAIL PROTECTED]

I'v also created /etc/mail/generics-domains it looks like this:

i-v-o.net

I've added the following to both ops2.ivo.net.mc and 
ops2.ivo.net.submit.mc


MASQUERADE_DOMAIN(`ops2.i-v-o.net')
FEATURE(`genericstable', `hash -o /etc/mail/genericstable')
GENERICS_DOMAIN_FILE(`/etc/mail/generics-domains')
FEATURE(`allmasquerade')
FEATURE(`masquerade_envelope')
FEATURE(`masquerade_entire_domain')



Masquerade is the opposite of what you want to do.  Remove all of the 
masquerade lines and you should be OK


Dan
--
  Dan Busarow 406 287 
2182
  Fish Creek Ventures   
[EMAIL PROTECTED]

  5913 St Hwy 41, Whitehall, MT 59759

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


Re: Congestion-management tools

2005-09-19 Thread Lowell Gilbert
Carstea Catalin <[EMAIL PROTECTED]> writes:

>  i want to use some congestion-management tools to raise the priority
> of a http flow but i don't know how.
>  i use FBSD 4.11-RELEASE, with ipfw enable . 
>  My box is the router of my network.
>  
> ...
>  if u say ALTQ - give me some links for documentation.  


For use with ipfw, try dummynet.  
"man dummynet".
Also, there is information in the Handbook.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: beta 5: make buildworld = internal compiler error

2005-09-19 Thread Chuck Swiger

bob self wrote:

What causes "internal compiler error"?


CPU overheating?  Bad RAM?  Power supply going bad?

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


Re: [OBORONA-SPAM] Re: Bluetooth-related question

2005-09-19 Thread Lowell Gilbert
Andrew Pogrebennyk <[EMAIL PROTECTED]> writes:

> On 18 Sep 2005 09:39:41 -0400
> Lowell Gilbert <[EMAIL PROTECTED]> wrote:
> 
> > Andrew Pogrebennyk <[EMAIL PROTECTED]> writes:
> > 
> > > Hi! Recently I've bought USB-Bluetooth-adapter and made the
> > > following changes to setup it in FreeBSD: added ng_ubt_load="YES"
> > > to /boot/loader.conf,
> > > cp'ed /usr/share/examples/netgraph/bluetooth/rc.bluetooth
> > > to /etc/rc.bluetooth, chmod'ed 555 /etc/rc.bluetooth and
> > > changed wrote next lines in /etc/rc.local: 
> > > 
> > > $ cat /etc/rc.local 
> > > #!/bin/sh 
> > > if [ -f /etc/rc.bluetooth ]; 
> > >   then /etc/rc.bluetooth start ubt0 
> > > fi
> > > 

> > Do you have anything else using netgraph?
> 
> Nothing at all.

Since everything works, I'm not too worried about it.  However, you
could try removing the startup script from running automatically, and
see whether you still get those messages.  And then whether they still
happen if you run the script by hand after the system is up.  That
would tell you a lot.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: gmake/make dependency problem

2005-09-19 Thread Giorgos Keramidas
On 2005-09-19 01:54, Harlan Stenn <[EMAIL PROTECTED]> wrote:
> I could try and post fragments, but I'd probably mess it up.
>
> The full tarball is at:
>
>  http://ntp.isc.org/~stenn/ntp-4.2.0b.tar.gz
>
> and I to duplicate the problem I recommend:
>
>  % tar xzf ...
>  % cd ntp-4.2.0b
>  % mkdir A.foo
>  % cd A.foo
>  % ../configure
>  % make
>
> and it will soon die in ntpd/, at which point:
>
>  % cd ntpd
>  % make -n ntpd-opts.c
>
> should show it trying to run autogen to produce ../../ntpd/ntpd-opts.c
> (which exists and should have "proper" timestamps with respect to its
> dependencies), and:

It doesn't though.  ntpd-opts.c depends on ntpd-opts.def, and their
timestamps are:

% flame:/home/keramida/ws/ntp/ntp-4.2.0b/obj/ntpd$ make -ndm
% Examining ntpd-opts.def...modified 11:01:00 Aug 30, 2005...up-to-date.
% Examining ntpdbase-opts.def...modified 10:57:02 Aug 26, 2005...up-to-date.
% Examining ntpd-opts.c...non-existent...modified before source...out-of-date.
% cd ../../ntpd && autogen ntpd-opts.def
% update time: 17:38:09 Sep 19, 2005
% [...]
% flame:/home/keramida/ws/ntp/ntp-4.2.0b/obj/ntpd$ ls -ld 
../../ntpd/ntpd-opts.c ../../ntpd/ntpd-opts.def
% -r--r--r--  1 keramida  keramida  - 32849 Aug 30 11:02 ../../ntpd/ntpd-opts.c
% -rw-rw-r--  1 keramida  keramida  -  1255 Aug 30 11:01 
../../ntpd/ntpd-opts.def

It seems that ntpd-opts.c has a timestamp 1 minute after ntpd-opts.def,
and this is what triggers the autogen run.

>  % gmake ntpd-opts.c
>
> should say the target is up-to-date.

I don't think this is correct.  The obj/ntpd/Makefile file contains:

% flame:/home/keramida/ws/ntp/ntp-4.2.0b/obj/ntpd$ grep ntpd-opts.def * | cat -n
%  1  EXTRA_DIST = ntpd-opts.def ntpdbase-opts.def ntpdsim-opts.def 
$(BUILT_SOURCES)
%  2  ntpd-opts.c: ntpd-opts.def ntpdbase-opts.def
%  3  cd $(srcdir) && autogen ntpd-opts.def
%  4  ntpd.1: ntpd-opts.def ntpdbase-opts.def
%  5  cd $(srcdir) && autogen -Tagman1.tpl -bntpd ntpd-opts.def
%  6  ntpd-opts.texi ntpd-opts.menu: ntpd-opts.def
%  7  -Taginfo.tpl -DLEVEL=section ntpd-opts.def
% flame:/home/keramida/ws/ntp/ntp-4.2.0b/obj/ntpd$

The second matched line clearly states that ntpd-opts.c depends on
ntpd-opts.def and their timestamps are backwards.  make(1) is right in
this case, IMHO

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


Re: Status of mrprject port

2005-09-19 Thread Lowell Gilbert
stan <[EMAIL PROTECTED]> writes:

> I was building a new machine, and I wanted to install mrprojetc.
> I can't seem to find the port for this. 
> 
> Can anyone tell me th status of this port?

I think it's just changed its name.
See deskutils/planner.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Examples of IPFtest?

2005-09-19 Thread Lowell Gilbert
Bob Perry <[EMAIL PROTECTED]> writes:

> Recently set up a firewall using ipf and apparently ran into a problem
> with FTP sites.  Received error, "No route to host" while fetching files
> located on ftp sites during portupgrade and also was unable to open the
> FreeBSD FTP Server (550 Could not accept passive data connection-timed
> out.)  Had no problem once I disabled the firewall.
> 
> I noticed there was a test utility called ipftest available but the man
> page didn't help me understand how it functions.  Has anyone utilized
> this utility?  Is there a site that is more informative than the man
> page?
> 
> In the mean time, I do remember scanning an article on active FTP vs
> passive FTP which may be a good "next step" given the browser error
> message 550.

The ipf section in the Handbook has a whole subsection on dealing with FTP.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: sshd port forward

2005-09-19 Thread Erik Norgaard

Ugo Bellavance wrote:


No, I get a password prompt from Thunderbird.  I use keys auth, not
passwd auth with SSH on this server.  So I think the tunnel is ok, but
the server reacts badly on the command to read the actual message.


Ok, you said you could connect fine on your LAN not using a tunnel? If 
so, I'm puzzled.


Cheers, Erik

--
Ph: +34.666334818  web: www.locolomo.org
S/MIME Certificate: www.daemonsecurity.com/ca/8D03551FFCE04F06.crt
Subject ID:  9E:AA:18:E6:94:7A:91:44:0A:E4:DD:87:73:7F:4E:82:E7:08:9C:72
Fingerprint: 5B:D5:1E:3E:47:E7:EC:1C:4C:C8:3A:19:CC:AE:14:F5:DF:18:0F:B9
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FREESBIE 1.1

2005-09-19 Thread Mark Kane

Gavin McDougall wrote:


glm wrote:


Hello,
Can I install FREESBEE 1.1 and then upgrade from the installed FreeBSD 
5.3 to 5.4 using the Release CD.



Hi there,

I wouldn't think so 'cos FreeSBIE is based on FreeBSD 6.X.


FreeSBIE is based on FreeBSD 5.3. Their last release was on December 6, 
2004 (5.3 came out in November), so it can't be 6.X.



If you want 5.3 or 5.4 then why not just do a normal installation ??


From their FAQ:

---
Is there a way to install FreeSBIE on my HD ?

Yes ! Since FreeSBIE 1.1 it's possible to use the BSDInstaller to 
install FreeSBIE on your hard drive, and then turn it into FreeBSD 
5.3-STABLE by means of cvsup

---

But I would do what Gavin said and do a real install of 5.4. It's really 
not hard. :)


-Mark

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


Re: sshd port forward

2005-09-19 Thread Ugo Bellavance
Erik Norgaard wrote:
> Ugo Bellavance wrote:
> 
>> Erik Norgaard wrote:
>>
>>> Ugo Bellavance wrote:
>>>
>>>
 I'm connecting from a windows box, using putty.
>>>
>>>
>>>
>>> Ok, this wasn't clear.
>>>
>>>
 in the SSH > Tunnels section of the connexion, there is:

 L80192.168.x.x:80
 L143192.168.x.x:80
>>
>>
>>
>> Typo:  should read: L143192.168.x.x:143
>>
>>
 192.168.x.x is the IP address of the server on which I connect to, and
 that has the dovecot server installed.
>>>
>>>
>>>
>>> Try: L1430 127.0.0.1:143
>>>
>>> You should then be able to connect to your imap server by connecting to
>>> port 1430 on localhost.
>>>
>>> When I tunnel (ok, this is FBSD2FBSD) I use:
>>>
>>> $ ssh -L1430:localhost:143 imap.example.com
>>
>>
>> It does connect, prompts for a password.  When I provide the right
>> password, I can see that there are new message (Thunderbird), but when I
>> click on a message to see it, it doesn't load the message and freezes my
>> ssh session.
> 
> 
> There's no surprise that you get the password prompt for the ssh
> session, it's the establishing of a tunnel that goes wrong.

No, I get a password prompt from Thunderbird.  I use keys auth, not
passwd auth with SSH on this server.  So I think the tunnel is ok, but
the server reacts badly on the command to read the actual message.

> 
> Did you change 192.168.x.x to 127.0.0.1 and L143 to L1430? If not do it,
> and configure thunderbird to connect to localhost:1430.
> 

Yes I did.

> If you speak IMAP you can also telnet localhost:1430 instead of
> reconfiguring thunderbird every time.

Ok

> 
> Cheers, Erik
> 


-- 
Ugo

-> Please don't send a copy of your reply by e-mail.  I read the list.
-> Please avoid top-posting, long signatures and HTML, and cut the
irrelevant parts in your replies.

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


  1   2   >