Re: Triple booted, no mouse with in 5.4 :(

2005-06-25 Thread Denny White

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



On Fri, 24 Jun 2005, Bill Schoolcraft wrote:


Hello Family,

I was totally stoked to get my first 64-bit PC, an AMD/Athlon and it
came with Windows-XP Pro, and I did what I always do and that's to then
install Linux then FreeBSD.  All my machines work great like this with
the Linux bootloader doing the booting of WinXP/Linux/FreeBSD.

The thing that bums me out is that the mouse works with WinXP and
SuSE-9.3 but there is no luck with the mouse with FreeBSD-5.4, KDE came
up just fine though.

Per postings to the web I have added and removed and added the line to
/boot/device.hints of:

hint.acpi.0.disabled=1

I also enabled and disabled ACPI in the BIOS too on various
attempts.

I have ran:  Xorg -configure and ran the file that it generated with
really bad results then deleted the generated file and made sure
/etc/X11 was empty and with no apparent config file got a great display
of kde when I started KDE, what file it used I don't know.  I ran a
trace on startx (with a .xinitrc file containing startkde) and I
could not seem to determine it.  I'm still used to /etc/X11/XF86Config
but there is none in the new 5.4

So, I really tried to find some solution to this and more or less hit a
brick wall.

Thanks in advance for any help on this.

__
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]



What I'm writing is very basic, but I just got an answer
to a question where I'd forgotten a very basic thing, so
don't get insulted. I may be way off base, being a relative
newbie, but if so, it'll at least probably get a quicker
response from somewhere else. :)

1) Are you still running GENERIC kernel?

2) Do you have /dev/psm0?

3) Do you have, in /etc/rc.conf

   moused_enable=YES?

4) Do you have, in your kernel config file,

   # atkbdc0 controls both the keyboard and the PS/2 mouse
 device psm # PS/2 mouse

5) Do you show something like this in dmesg?

   psm0: PS/2 Mouse irq 12 on atkbdc0
   psm0: model IntelliMouse, device ID 3

6) I know when you don't have /etc/X11/xorg.conf, X will
   still probe  try to come up with a working solution,
   but as to where it stores it's settings, unless in the
   afore mentioned file, I don't know.

7) And if, after running without an xorg.conf file, it does
   have one it generated, does it have anything like this?

# Identifier and driver

Identifier  Mouse1
Driver  mouse
Option ProtocolAuto
Option Device  /dev/sysmouse

8) There have been other posts about xorg.conf problems
   recently. As I said, if you don't configure it yourself,
   it'll try to probe  come up with something. I guess it's
   having trouble with your mouse, though, which, btw, you
   didn't mention what kind of mouse. Did you check the hardware
   compat list?  Hope some of this helped.

Denny White


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (FreeBSD)

iD8DBQFCvPvsy0Ty5RZE55oRAqXuAJ9AlZQPVix4Wlbyznuo27/Vt/JPOgCgmlsP
Zc0l1pdCB1IOwexObMWmSbE=
=yUMc
-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: firewall on FreeBSD

2005-06-25 Thread mess-mate
...snip...
| 
| Personally, I like the quick keyword of the OpenBSD firewall, (but not 
enough to bother 
| installing it.)
| 
| Paul Schmehl ([EMAIL PROTECTED])

I've a firewall/router/proxy with openbsd and think to replace it
with freebsd 5.4
Do you mean freebsd's PF don't support the 'quick' keyword ??
Thought PF on freebsd and openbsd was identical, isn't ?


mess-mate   
--
What I tell you three times is true.
-- Lewis Carroll
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cacti updates

2005-06-25 Thread Dmitry Mityugov
On 6/24/05, Hornet [EMAIL PROTECTED] wrote:
 Hello,
 
 Since the new security release of cacti yesterday. I was wondering how
 do I update the port?
 I tried portupdgrade cacti -F but that did not seem to do anyhing.
 
 A freind said that I needed to:
 cvsup
 make
 make deinstall
 make reinstall
 
 Is there no way to patch it?

I just upgraded my ports tree and there is indeed the latest version
of this tool there. What's wrong with cvsup approach? Guess you can
also download and install the binaries directly with pkg_add -r.

-- 
Dmitry

We live less by imagination than despite it - Rockwell Kent, N by E
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


About Mirror ...

2005-06-25 Thread mansour ameri
Dear sir
our company want's to get FreeBSD mirror website is
IRAN.Becuas there are many ISP and company server that
work on freebsd.
Our Server is freebsd by 1000GB transfer/month

thank's
mansour ameri
Front domain 


__
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: Triple booted, no mouse with in 5.4 :(

2005-06-25 Thread Bill Schoolcraft

Note: forwarded message attached.




 
Yahoo! Sports 
Rekindle the Rivalries. Sign up for Fantasy Football 
http://football.fantasysports.yahoo.com---BeginMessage---
--- Denny White [EMAIL PROTECTED] wrote:
 
 What I'm writing is very basic, but I just got an answer
 to a question where I'd forgotten a very basic thing, so
 don't get insulted. I may be way off base, being a relative
 newbie, but if so, it'll at least probably get a quicker
 response from somewhere else. :)

First off Denny, thanks for answering my email for help.  Here goes..
 
 1) Are you still running GENERIC kernel?

YES

 2) Do you have /dev/psm0?

YES
 
 3) Do you have, in /etc/rc.conf
 
 moused_enable=YES?

Yes, manually entered it.
 
 4) Do you have, in your kernel config file,
 
 # atkbdc0 controls both the keyboard and the PS/2 mouse
   device  psm # PS/2 mouse

YES

 5) Do you show something like this in dmesg?
 
 psm0: PS/2 Mouse irq 12 on atkbdc0
 psm0: model IntelliMouse, device ID 3
 

Yes, actually here is what it says:

psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: model IntelliMouse Explorer, device ID 4

 6) I know when you don't have /etc/X11/xorg.conf, X will
 still probe  try to come up with a working solution,
 but as to where it stores it's settings, unless in the
 afore mentioned file, I don't know.
 

I'd love to see the file it generates for X looks great when I leave
it alone and startkde with no files.

 7) And if, after running without an xorg.conf file, it does
 have one it generated, does it have anything like this?

I can't seem to find the one it's using, here are the results of a
seach I did.  I had one file in my home directory from another machine
but that file is not named valid for use, here is the seach results.

liam# find / -name xorg.c*

/usr/X11R6/man/man5/xorg.conf.5.gz
/usr/X11R6/lib/X11/config/xorg.cf
/usr/X11R6/lib/X11/getconfig/xorg.cfg
/usr/X11R6/lib/X11/xorg.conf.eg
/usr/home/wiliweld/xorg.conf.new

 
 # Identifier and driver
 
  Identifier   Mouse1
  Driver   mouse
  Option ProtocolAuto
  Option Device  /dev/sysmouse
 
 8) There have been other posts about xorg.conf problems
 recently. As I said, if you don't configure it yourself,
 it'll try to probe  come up with something. I guess it's
 having trouble with your mouse, though, which, btw, you
 didn't mention what kind of mouse. Did you check the hardware
 compat list?  Hope some of this helped.

The mouse I'm using works fine in another 32bit 5.4 machine and here is
the seach path results:

[EMAIL PROTECTED] ~]- find / -name xorg.c* -print
/usr/X11R6/man/man5/xorg.conf.5.gz
/usr/X11R6/lib/X11/config/xorg.cf
/usr/X11R6/lib/X11/getconfig/xorg.cfg
/usr/X11R6/lib/X11/xorg.conf.eg
/root/xorg.conf.new

And inside the last file there is the mouse settings of:

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/sysmouse
EndSection

I'll keep hacking Denny, thanks

 
 Denny White
 
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.1 (FreeBSD)
 
 iD8DBQFCvPvsy0Ty5RZE55oRAqXuAJ9AlZQPVix4Wlbyznuo27/Vt/JPOgCgmlsP
 Zc0l1pdCB1IOwexObMWmSbE=
 =yUMc
 -END PGP SIGNATURE-
 




 
Yahoo! Sports 
Rekindle the Rivalries. Sign up for Fantasy Football 
http://football.fantasysports.yahoo.com
---End Message---
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Gnome2 Hangs at Splash Screen

2005-06-25 Thread Dmitry Mityugov
On 6/25/05, Lawrence Petrykanyn [EMAIL PROTECTED] wrote:
 Hi!
 
 I can't seem to get Gnome2 to work.  I installed FreeBSD 5.4
 from scratch, installed Xorg (it works fine, I can get into Xterm) and ran
 CVS (for both source and ports) and portupgrade several times.   When I try
 to startx either as root or as a user, I get the initial Gnome 2.10 Splash
 Screen but nothing else.  The mouse works fine.  When I Ctl+Alt+Backspace to
 get out, there are no error messages.  I did a make deinstall for Gnome2,
 then a make install clean but nothing changed.
 
 I have googled this but have found nothing.  Any advice,
 suggestions or comments would be appreciated.

How does your .xinitrc file look like?

-- 
Dmitry

We live less by imagination than despite it - Rockwell Kent, N by E
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: firewall on FreeBSD

2005-06-25 Thread Roland Smith
On Sat, Jun 25, 2005 at 08:42:24AM +0200, mess-mate wrote:

 I've a firewall/router/proxy with openbsd and think to replace it
 with freebsd 5.4
 Do you mean freebsd's PF don't support the 'quick' keyword ??
 Thought PF on freebsd and openbsd was identical, isn't ?

I don't know if they're identical, but PF does support the 'quick'
keyword on FreeBSD.

Roland
-- 
R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text.
public key: http://www.xs4all.nl/~rsmith/pubkey.txt


pgpf2HW9SdKtK.pgp
Description: PGP signature


Re: Triple booted, no mouse with in 5.4 :(

2005-06-25 Thread Denny White

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



On Sat, 25 Jun 2005, Bill Schoolcraft wrote:


--- Denny White [EMAIL PROTECTED] wrote:


What I'm writing is very basic, but I just got an answer
to a question where I'd forgotten a very basic thing, so
don't get insulted. I may be way off base, being a relative
newbie, but if so, it'll at least probably get a quicker
response from somewhere else. :)


First off Denny, thanks for answering my email for help.  Here goes..


1) Are you still running GENERIC kernel?


YES


2) Do you have /dev/psm0?


YES


3) Do you have, in /etc/rc.conf

moused_enable=YES?


Yes, manually entered it.


4) Do you have, in your kernel config file,

# atkbdc0 controls both the keyboard and the PS/2 mouse
  devicepsm # PS/2 mouse


YES


5) Do you show something like this in dmesg?

psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: model IntelliMouse, device ID 3



Yes, actually here is what it says:

psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: model IntelliMouse Explorer, device ID 4


6) I know when you don't have /etc/X11/xorg.conf, X will
still probe  try to come up with a working solution,
but as to where it stores it's settings, unless in the
afore mentioned file, I don't know.



I'd love to see the file it generates for X looks great when I leave
it alone and startkde with no files.


7) And if, after running without an xorg.conf file, it does
have one it generated, does it have anything like this?


I can't seem to find the one it's using, here are the results of a
seach I did.  I had one file in my home directory from another machine
but that file is not named valid for use, here is the seach results.

liam# find / -name xorg.c*

/usr/X11R6/man/man5/xorg.conf.5.gz
/usr/X11R6/lib/X11/config/xorg.cf
/usr/X11R6/lib/X11/getconfig/xorg.cfg
/usr/X11R6/lib/X11/xorg.conf.eg
/usr/home/wiliweld/xorg.conf.new



# Identifier and driver

 Identifier Mouse1
 Driver mouse
 Option ProtocolAuto
 Option Device  /dev/sysmouse

8) There have been other posts about xorg.conf problems
recently. As I said, if you don't configure it yourself,
it'll try to probe  come up with something. I guess it's
having trouble with your mouse, though, which, btw, you
didn't mention what kind of mouse. Did you check the hardware
compat list?  Hope some of this helped.


The mouse I'm using works fine in another 32bit 5.4 machine and here is
the seach path results:

[EMAIL PROTECTED] ~]- find / -name xorg.c* -print
/usr/X11R6/man/man5/xorg.conf.5.gz
/usr/X11R6/lib/X11/config/xorg.cf
/usr/X11R6/lib/X11/getconfig/xorg.cfg
/usr/X11R6/lib/X11/xorg.conf.eg
/root/xorg.conf.new

And inside the last file there is the mouse settings of:

Section InputDevice
   Identifier  Mouse0
   Driver  mouse
   Option  Protocol auto
   Option  Device /dev/sysmouse
EndSection

I'll keep hacking Denny, thanks



Sorry couldn't have been of more help. I almost
fell asleep here, reading the man page on Xorg.
At this point, that's my best suggestion. Hope
you get it fixed.
Denny White


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (FreeBSD)

iD8DBQFCvSity0Ty5RZE55oRAvBSAJ9Ad2hiAoC9tDogky4UxgPeoJIPUgCgwtQy
iQzKVbbll0AuM6HKRqODciY=
=Z2du
-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: Portupgrade in Xfree86 pkg failed

2005-06-25 Thread Dejan Lesjak
Warren wrote:

 On Fri, 24 Jun 2005 9:11 pm, Daniel O'Connor wrote:
 On Fri, 24 Jun 2005 20:35, Warren wrote:
  ln
  -s
  /usr/ports/graphics/xfree86-dri/work/xc/programs/Xserver/hw/xfree86/os-su
 pp ort/linux/drm/xf86drmRandom.c xf86drmRandom.c
  rm -f xf86drmSL.c
  ln
  -s
  /usr/ports/graphics/xfree86-dri/work/xc/programs/Xserver/hw/xfree86/os-su
 pp ort/linux/drm/xf86drmSL.c xf86drmSL.c
  make: don't know how to make /drm.h. Stop
  *** Error code 2
 
  Stop in /usr/ports/graphics/xfree86-dri/work/xc/lib/GL.
  *** Error code 1
 
  Stop in /usr/ports/graphics/xfree86-dri.

 What commanad did you run?
 
 portupgrade -aDk -m BATCH=yes

After this command that seems to skip ports that fail, what version of imake-4 
and XFree86-4-libraries do you have installed?


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


Re: firewall on FreeBSD

2005-06-25 Thread Erik Nørgaard

mess-mate wrote:

I've a firewall/router/proxy with openbsd and think to replace it
with freebsd 5.4
Do you mean freebsd's PF don't support the 'quick' keyword ??
Thought PF on freebsd and openbsd was identical, isn't ?


It's a port, pf on FBSD 5.4 is the same as pf on OBSD 3.6, AFAIK. So if 
your OBSD is the latest or updated after 3.6, then you might have 
functionalities not supported yet on FBSD.


The basic stuff is all the same, I don't think anyone could survive 
without 'quick', just as 'pass' and 'block' are supported on both 
platforms :-)


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]


upgrading all ports

2005-06-25 Thread Dick Hoogendijk
I want to do a portupgrade on all installed ports.

What's the right way?
portupgrade -arR ?
or
portupgrade -a ?

I hesitate and don't want to screw up my machine.

-- 
dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.11-stable ++ FreeBSD 5.4
+ Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: upgrading all ports

2005-06-25 Thread [EMAIL PROTECTED]
On Sat, 25 Jun 2005 13:22:56 +0200
Dick Hoogendijk [EMAIL PROTECTED] wrote:

 I want to do a portupgrade on all installed ports.
 
 What's the right way?
   portupgrade -arR ?
   or
   portupgrade -a ?
 
 I hesitate and don't want to screw up my machine.

do you want to upgrade all upgradable ports on your machine ?

i use portmanager -u   and/or   portupgrade -arvy

i've started using portmanager since i've read good things about it many
times, and it does indeed handle dependencies better than portupgrade

however, if portmanager ends up with errors i use e.g. portupgrade -rf
postgrey* to correct those errors

i like the combination of both

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


Re: upgrading all ports

2005-06-25 Thread Erik Nørgaard

Dick Hoogendijk wrote:

I want to do a portupgrade on all installed ports.

What's the right way?
portupgrade -arR ?
or
portupgrade -a ?

I hesitate and don't want to screw up my machine.

portupgrade isn't suitable for upgrading the entire machine, even though 
you do recursive and Recursive.


It is much faster to deinstall everything and then installing from 
ground up. And it is far more secure in not screwing up.


I recommend writing down a list of apps you need to be happy, deinstall 
everything and then install those apps. Dependencies comes along fine, 
and then whatever remains can be installed as needed.


Anyway, the worst that can happen is that you will screw up some user 
app's - ok this is bad - but your system won't require a reinstall :-)


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]


Is this a safe way to multi-home a mail server?

2005-06-25 Thread Doug Lee
I have a machine on two DSL networks: a /29 and a /28 provided by
different ISPS (why is a long story).  The machine acts as a mail
server (sendmail) as well as a NAT server for an internal network.
Both DSL nets arrive at one interface card, and the LAN is on the
other card.  I have added one of the DSL nets as the main net for the
external interface and the other DSL net as an alias via ifconfig.

Two questions:

1.  Can I have both host IPs (one from each DSL net) as A records in
DNS for the mail server's name--e.g.,

mail.my.domain  IN A 1.2.3.4
mail.my.domain  IN A 5.6.7.8

and expect mail to arrive at the machine regardless of which network
is working at any given time?  (Part of the long story is that we're
having serious trouble with one or the other network at various times
and are trying, temporarily at least, to stay afloat by using
whichever is better at the moment.)  Both host IPs have correct
(identical) reverse DNS.

2.  Is there a way, via routed or other means, to cause the machine to
figure out automatically which net to use for default traffic?  It
would be wonderful if natd could keep up with this too, but there I
suspect I'm asking for the moon...

Thanks much for any responses.  Please Cc me.


-- 
Doug Lee   [EMAIL PROTECTED]http://www.dlee.org
BART Group [EMAIL PROTECTED]   http://www.bartsite.com
I before E, except after C, or when sounded like A, as in neighbor
and weigh, except for when weird foreign concierges seize neither
leisure nor science from the height of society.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Need help with DSL setup in FreeBSD 5.4

2005-06-25 Thread anand srikantaiah
 Hi i am using FreeBSD 5.4 from past few weeks, i am new to this but eager 
to learn.
 I was using RedHat 7.3 for past 1 Year ans now switched to FreeBSD. I am 
not able to configure my DSL conectin can any one help please
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FTP

2005-06-25 Thread Ron
You could try this:

ftp ftp.freebsd.org
Trying 2001:4f8:0:2::e...
ftp: connect to address 2001:4f8:0:2::e: No route to host
Trying 62.243.72.50...
Connected to ftp.freebsd.org.
220-ftp.FreeBSD.org NcFTPd Server (licensed copy) ready.
220-The FreeBSD mirror at TDC, in Aarhus, Denmark, Europe
220-
220-Contact: [EMAIL PROTECTED]
220-
220-Use wisely.
220-
220-
220-
220-Please check the below URL to see if you have a closer mirror,
220-especially during releases of new versions of FreeBSD, the load
220-on this server can be quite high, and it's likely that you will
220-get better transfer rates from your local mirror.
220-
220-http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html
220-
220-Specifically should all mirrors not mirroring directly from the master
220-repository choose a different host than this to mirror from, for the
220-reasons mentioned above, I should also add that all tier 1 mirrors have
220-exactly the same access to the master repository as ftp.FreeBSD.org
220-
220-

Regards, Ron de Bruijn


On 6/25/05, -«:terror:»- [EMAIL PROTECTED] wrote:
 Hello,
  On your FTP servers that host all of the FreeBSD releases and such, are 
 these servers using FreeBSD as their OS? If so, what FTP server program is 
 being used?
  Thanks.
 
 -- 
 «†£(r)(r)Ø(r)
 
 IMPORTANT NOTICE:
 This e-mail and any attachment to it is intended only to be read or used by
 the named addressee. It is confidential and may contain legally privileged
 information. No confidentiality or privilege is waived or lost by any
 mistaken transmission to you. If you receive this e-mail in error, please
 immediately delete it from your system and notify the sender. You must not
 disclose, copy or use any part of this e-mail if you are not the intended
 recipient.

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

Re: Need help with DSL setup in FreeBSD 5.4

2005-06-25 Thread Crucis
Are you using adsl? If so, cd to /usr/ports/net/qadsl and read the makefile

On 6/25/05, anand srikantaiah [EMAIL PROTECTED] wrote:
 
 Hi i am using FreeBSD 5.4 from past few weeks, i am new to this but eager
 to learn.
 I was using RedHat 7.3 for past 1 Year ans now switched to FreeBSD. I am
 not able to configure my DSL conectin can any one help please
 ___
 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: Intel SE7320VP2 board + Marvell 88E8050 nic.

2005-06-25 Thread jaco
Hello all,

OK, I did not get any feedback on my previous post about this topic.
Doesn't anyone know if FreeBSD supports this hardware, or ?

I know now for a fact that the Marvell NIC is NOT supported, but what
about the rest of the hardware, like the RAID controller, etc?

Must I maybe post more information about this board? I mean, it's like an
entry level Intel server board, I just want to hear from somebody that is
using it that it actually works with FreeBSD (well, excluding the second
NIC of course. ;))

Anyone? Even if it is just Do not buy that, it will not work.

Thank you in advance.

---Jaco

Hi all,

I am not quite sure if this question belongs on freebsd-questions@ or
freebsd-current@ , but I will try here first.

Does anyone know the status of the support for Marvell gigabit nic's ?
Escpecially the ones that is shipped with the Intel SE7320VP2 Server board
which is Marvell 88E8050.

I read in the archives that somebody is busy working on it, but I can not
seem to locate any more info on this.

Basically I do not care if there is support for 1000Mbit, I just want to
use the card, even if it is in 100Mbit mode. :)

I want to use this on 5.4-STABLE or maybe 6-CURRENT, seeing that 6-CURRENT
is more or less stable (well, way more than 5-CURRENT was in the early
days anyway :P ).

Does anyone perhaps know if this is possible?

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


Re: Need help with DSL setup in FreeBSD 5.4

2005-06-25 Thread Crucis
You might want to try installing qadsl then.. and try running it

On 6/25/05, anand srikantaiah [EMAIL PROTECTED] wrote:
 
 Yes i am using ADSL
 
 On 6/25/05, Crucis [EMAIL PROTECTED] wrote: 
  
  Are you using adsl? If so, cd to /usr/ports/net/qadsl and read the 
  makefile
  
   On 6/25/05, anand srikantaiah  [EMAIL PROTECTED] wrote:
  
   Hi i am using FreeBSD 5.4 from past few weeks, i am new to this but 
   eager 
   to learn.
   I was using RedHat 7.3 for past 1 Year ans now switched to FreeBSD. I 
   am
   not able to configure my DSL conectin can any one help please 
   ___
   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]


make buildworkd fails

2005-06-25 Thread Gregory Nou

Hi !

I'm currently using a 6.0-current  :
FreeBSD myhost 6.0-CURRENT FreeBSD 6.0-CURRENT #1: Thu Jun  9 00:12:03 
CEST 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYKERNEL  i386


When making buildworld, I get this :

(makeinfo), uid0 : exited on signal 11 on the current screen, and the 
attached problem.txt on the console running the make buildworld (lots of 
Too many errors before, so I don't know what exactly went wrong) .


My last cvsup is from today morning, but I have this problem for at 
least 2 weeks, since a update went wrong. (even if I repaired with a 
5.3-release CD-ROM)


What should I do ?

Thanks

--
Grégory


Too many errors!  Gave up.
Too many errors!  Gave up.
*** Signal 11

Stop in /usr/src/gnu/usr.bin/texinfo/doc.
*** Error code 1

Stop in /usr/src/gnu/usr.bin/texinfo.
*** Error code 1

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

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

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

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

Stop in /usr/src.
zsh: exit 1 make buildworld

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

Re: firewall on FreeBSD

2005-06-25 Thread Andrew L. Gould
On Saturday 25 June 2005 05:19 am, Erik Nørgaard wrote:
 mess-mate wrote:
  I've a firewall/router/proxy with openbsd and think to replace it
  with freebsd 5.4
  Do you mean freebsd's PF don't support the 'quick' keyword ??
  Thought PF on freebsd and openbsd was identical, isn't ?

 It's a port, pf on FBSD 5.4 is the same as pf on OBSD 3.6, AFAIK. So
 if your OBSD is the latest or updated after 3.6, then you might have
 functionalities not supported yet on FBSD.

 The basic stuff is all the same, I don't think anyone could survive
 without 'quick', just as 'pass' and 'block' are supported on both
 platforms :-)

 Cheers, Erik

Minor correction:  pf is built into the kernel by default in FreeBSD 
5.4.  I think this started with FreeBSD 5.3.  It may still be in the 
ports system; but that would be for use in FreeBSD 4* and earlier 
versions of 5*.

Have a great weekend!

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


Re: Is this a safe way to multi-home a mail server?

2005-06-25 Thread Jerry Bell
I believe the problem you are going to run into is with outbound routing. 
You're only able to have one default route, which will point you out one
dsl router or the other.  If the ISP that is your default dies, then your
traffic isn't going anywhere.  Depending on what problems the ISP's are
having, you may able to overcome the problem by using dynamic routing from
the routers to the BSD server.  If you can get that to work, you're most
of the way there.

The other problem I see is that when everything is working good and
traffic comes in on the secondary ISP, your return traffic is going to be
sent out the default route, not necessarily the one that came in.  This
may be a problem if your ISP's are performing egress filtering, preventing
IP's that aren't their own from leaving out of their network (this is a
good practice, btw).  If you can either work out an arrangement with the
ISP's on the filtering (if it exists) or you can set things up such that
mail doesn't come into the secondary ISP unless the primary is down, and
you have dymanic routing set up, I think this will work pretty well.

Jerry
http://www.syslog.org
 I have a machine on two DSL networks: a /29 and a /28 provided by
 different ISPS (why is a long story).  The machine acts as a mail
 server (sendmail) as well as a NAT server for an internal network.
 Both DSL nets arrive at one interface card, and the LAN is on the
 other card.  I have added one of the DSL nets as the main net for the
 external interface and the other DSL net as an alias via ifconfig.

 Two questions:

 1.  Can I have both host IPs (one from each DSL net) as A records in
 DNS for the mail server's name--e.g.,

   mail.my.domain  IN A 1.2.3.4
   mail.my.domain  IN A 5.6.7.8

 and expect mail to arrive at the machine regardless of which network
 is working at any given time?  (Part of the long story is that we're
 having serious trouble with one or the other network at various times
 and are trying, temporarily at least, to stay afloat by using
 whichever is better at the moment.)  Both host IPs have correct
 (identical) reverse DNS.

 2.  Is there a way, via routed or other means, to cause the machine to
 figure out automatically which net to use for default traffic?  It
 would be wonderful if natd could keep up with this too, but there I
 suspect I'm asking for the moon...

 Thanks much for any responses.  Please Cc me.


 --
 Doug Lee   [EMAIL PROTECTED]http://www.dlee.org
 BART Group [EMAIL PROTECTED]   http://www.bartsite.com
 I before E, except after C, or when sounded like A, as in neighbor
 and weigh, except for when weird foreign concierges seize neither
 leisure nor science from the height of society.
 ___
 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: Portupgrade in Xfree86 pkg failed

2005-06-25 Thread Warren
 After this command that seems to skip ports that fail, what version of
 imake-4 and XFree86-4-libraries do you have installed?


 Dejan

What ever is the latest version as i did a CVSUP and portupgrade as of 24 June 
2005 and the above port is the only one that failed.
-- 
Yours Sincerely
Shinjii
http://www.shinji.nq.nu
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Portupgrade in Xfree86 pkg failed

2005-06-25 Thread Dejan Lesjak
On Saturday 25 of June 2005 15:10, Warren wrote:
  After this command that seems to skip ports that fail, what version of
  imake-4 and XFree86-4-libraries do you have installed?
 
 
  Dejan

 What ever is the latest version as i did a CVSUP and portupgrade as of 24
 June 2005 and the above port is the only one that failed.

You can check with pkg_info(1). You should have imake-4.5.0. The 
file /usr/X11R6/lib/X11/config/X11.tmpl should include the following:

#ifndef DRMIncludesDir
#define DRMIncludesDir $(XF86OSSRC)/shared/drm/kernel
#endif

If it does not, you should (re)install devel/imake-4 port.


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


Re: FreeBSD mini-ITX

2005-06-25 Thread Z.C.B.
On Wed, 22 Jun 2005 14:43:38 -0700
Benjamin Keating [EMAIL PROTECTED] wrote:

 I've been eyeing up these mini-ITX boards - would like to make a
 quite little file server. Does anyone here run a mini-ITX board
 (what model)? Does it work out of the box? Anything not supported?
 I'd go for one of VIA's as AMD's and others are still a little new
 and pricey. Recommend a shop to purchase from (in the US)?


I have a ASUS A7V400-MX. I use it for a router and it works rather
nicely, but does run unusually hot for some reason. Got a 1.3GHz
Durron in it and it runs at 64C idle, with the case open and a good
heat sink.

As for a place to shop, I've found newegg.com to be nice.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: matlab mex files on FreeBSD

2005-06-25 Thread cali


- Original Message - 
From: cali [EMAIL PROTECTED]

To: freebsd-questions@freebsd.org
Sent: Tuesday, June 21, 2005 4:47 PM
Subject: matlab mex files on FreeBSD


Has anyone managed to get matlab mex files compiling and running properly 
with matlab on FreeBSD?


I'm still interested in this question because I don't know if my solution 
below totally solves the problem.


I suppose the problem is that matlab is a Linux binary and matlab is 
running in Linux ABI mode, but the compiler is compiling to FreeBSD 
native, or something?


It's obvious that this was the problem, one can fix it by changing the 
compilers pointed to

in the glnx86 section of

/compat/linux/usr/local/matlab/bin/mexopts.sh

to

CC='/compat/linux/usr/bin/cc'
CXX='/compat/linux/usr/bin/g++'

and possibly

FC='/compat/linux/usr/bin/f77' (not sure if this is necessary because I 
didn't try compiling fortran files yet)


Just changing the compiler seems to work, at least for simple files anyway. 
If anyone else has experience, please let me know.


Cali 


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


Re: FreeBSD mini-ITX

2005-06-25 Thread Z.C.B.
On Sat, 25 Jun 2005 08:51:42 -0500
Z.C.B. [EMAIL PROTECTED] wrote:

 On Wed, 22 Jun 2005 14:43:38 -0700
 Benjamin Keating [EMAIL PROTECTED] wrote:
 
  I've been eyeing up these mini-ITX boards - would like to make a
  quite little file server. Does anyone here run a mini-ITX board
  (what model)? Does it work out of the box? Anything not supported?
  I'd go for one of VIA's as AMD's and others are still a little new
  and pricey. Recommend a shop to purchase from (in the US)?
 
 
 I have a ASUS A7V400-MX. I use it for a router and it works rather
 nicely, but does run unusually hot for some reason. Got a 1.3GHz
 Durron in it and it runs at 64C idle, with the case open and a good
 heat sink.
 
 As for a place to shop, I've found newegg.com to be nice.

N/M just noticed the question was about mini-itx, not micro-atx. ^_^
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: firewall on FreeBSD

2005-06-25 Thread mess-mate
Andrew L. Gould [EMAIL PROTECTED] wrote:
| On Saturday 25 June 2005 05:19 am, Erik Nørgaard wrote:
|  mess-mate wrote:
|   I've a firewall/router/proxy with openbsd and think to replace it
|   with freebsd 5.4
|   Do you mean freebsd's PF don't support the 'quick' keyword ??
|   Thought PF on freebsd and openbsd was identical, isn't ?
| 
|  It's a port, pf on FBSD 5.4 is the same as pf on OBSD 3.6, AFAIK. So
|  if your OBSD is the latest or updated after 3.6, then you might have
|  functionalities not supported yet on FBSD.
| 
|  The basic stuff is all the same, I don't think anyone could survive
|  without 'quick', just as 'pass' and 'block' are supported on both
|  platforms :-)
| 
|  Cheers, Erik
| 
| Minor correction:  pf is built into the kernel by default in FreeBSD 
| 5.4.  I think this started with FreeBSD 5.3.  It may still be in the 
| ports system; but that would be for use in FreeBSD 4* and earlier 
| versions of 5*.
| 
| Have a great weekend!
| 
| Andrew Gould
| 
The openbsd version is 3.5.
Can i porting the pf config file to freebsd ?
great weekend to.

mess-mate   
--
There is a 20% chance of tomorrow.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Let's update FreeBSD vs Linux vs Windows XP

2005-06-25 Thread Fafa Hafiz Krantz

Hello!

We've all tried advocating FreeBSD by showing our friends the
infamous http://people.freebsd.org/~murray/bsd_flier.html comparison.
But despite its excellent, it has lost its integrity because its age.
Many things have changed since then, and on behalf of all those who
enjoy advocating FreeBSD: It's time we bring the truth out.

What do you all say? Instead of bugging Mr Murray Stokely about
updating it, why don't we just update it in this thread? If everybody
could contribute their bit of truth, I am willing to compile it into a
nicely written (and designed*) sequence of TXT, HTML and PDF and post
it back here. It is very important to get this situation straight.
So we all know where we stand. 

I have put an easier version of the comparison up at:

http://www.home.no/hedhnta/versus.txt

So please post corrections referring to each paragraph.
It would also be nice to include Mac OS X in this comparison.

* In line with:
  http://identity.berkeley.edu/downloads/ucb_design_style.pdf

Thank you all!
Now let's get down to work!

--

Fafa Hafiz Krantz
  Research Designer @ http://www.bleed.no


-- 
___
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm

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


Re: Need help with DSL setup in FreeBSD 5.4

2005-06-25 Thread Mario Hoerich
# anand srikantaiah:
  I was using RedHat 7.3 for past 1 Year ans now switched to FreeBSD. I am 
 not able to configure my DSL conectin can any one help please

Since you're a bit sparse on details, I can only suggest to read
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ppp-and-slip.html

My own /etc/ppp/ppp.conf looks like this:

  tdsl:
set device PPPoE:ed0
set MTU 1492
set MRU 1492
set dial
set crtscts off
set speed sync
accept lqr
disable deflate
disable pred1
disable vjcomp
disable acfcomp
disable protocomp
disable ipv6cp
set log Chat Connect Radius Phase LCP IPCP CCP Warning Error Alert
set ifaddr 10.0.0.1/0 10.10.10.20/0 0.0.0.0 0.0.0.0
add default HISADDR
set login
set authname  username 
set authkey   password
 
Maybe this'll get you started.
Mario
-- 
 Für Gegner der Reform wird ein Wagen, der an die Wand gefahren
  wurde, nicht dadurch wieder flott, dass man zwei seiner Räder
  für intakt erklärt.
   -- Hermann Unterstöger, SZ, über die Rechtschraipreform
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


CVS Problems

2005-06-25 Thread Robert Slade
Hiya,

I'm trying to update to 6.0-CURRENT and I am having some problems with
this. I have read the handbook etc, but when I run cvsup, it deletes the
/usr/src tree rather than updating it. I have src-all uncommented. I am
using a uk mirror so that maybe the problem.

Basically, can someone give me some guidance as what I should have in
the supfile, particularly the tag= and what host I should use.

Rob

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


Re: CVS Problems

2005-06-25 Thread Giorgos Keramidas
On 2005-06-25 14:51, Robert Slade [EMAIL PROTECTED] wrote:
 Hiya,

 I'm trying to update to 6.0-CURRENT and I am having some problems with
 this. I have read the handbook etc, but when I run cvsup, it deletes the
 /usr/src tree rather than updating it. I have src-all uncommented. I am
 using a uk mirror so that maybe the problem.

Show us your supfile, so we can see what differences it has from:
/usr/share/examples/cvsup/standard-supfile

 Basically, can someone give me some guidance as what I should have in
 the supfile, particularly the tag= and what host I should use.

Yes.  Use the example supfiles provided in /usr/share/examples/cvsup:

# cvs up -g -L 2 -h CVSUPX.FREEBSD.ORG 
/usr/share/examples/cvsup/standard-supfile

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


Re: Let's update FreeBSD vs Linux vs Windows XP

2005-06-25 Thread Giorgos Keramidas
On 2005-06-25 09:23, Fafa Hafiz Krantz [EMAIL PROTECTED] wrote:

 Hello!

 We've all tried advocating FreeBSD by showing our friends the
[...]

PLEASE STOP CROSS-POSTING TO MULTIPLE LISTS.

This is either advocacy stuff, and should appear in freebsd-advocacy and *ONLY*
there, or a question and should appear *ONLY* here, in freebsd-questions.

It cannot be both, though, so DO NOT cross-post.

Thanks, in advance.

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


Re: CVS Problems

2005-06-25 Thread Robert Slade
On Sat, 2005-06-25 at 15:21, Giorgos Keramidas wrote:
 On 2005-06-25 14:51, Robert Slade [EMAIL PROTECTED] wrote:
  Hiya,
 
  I'm trying to update to 6.0-CURRENT and I am having some problems with
  this. I have read the handbook etc, but when I run cvsup, it deletes the
  /usr/src tree rather than updating it. I have src-all uncommented. I am
  using a uk mirror so that maybe the problem.
 
 Show us your supfile, so we can see what differences it has from:
 /usr/share/examples/cvsup/standard-supfile
 
  Basically, can someone give me some guidance as what I should have in
  the supfile, particularly the tag= and what host I should use.
 
 Yes.  Use the example supfiles provided in /usr/share/examples/cvsup:
 
 # cvs up -g -L 2 -h CVSUPX.FREEBSD.ORG 
 /usr/share/examples/cvsup/standard-supfile
 
Giorgos,

Thanks,

It looks like the problem was with using a uk host. Moving to the to the
main sites seems to have worked at least it's running now. I'm trying it
with tag=. Hopefully this will give me what I need. 

Rob

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


RE: Portupgrade in Xfree86 pkg failed

2005-06-25 Thread Ted Mittelstaedt

Warren,

  Why are you building xfree86?  FreeBSD 5.4 uses Xorg.  It's
just about the same code just different licensing.  I don't think the
FreeBSD
core is bothering to keep the xfree86 port working on FreeBSD 5.X
just FreeBSD 4.11

Ted

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Warren
Sent: Friday, June 24, 2005 4:17 AM
To: Daniel O'Connor
Cc: freebsd-stable@freebsd.org; freebsd-questions@freebsd.org
Subject: Re: Portupgrade in Xfree86 pkg failed


On Fri, 24 Jun 2005 9:11 pm, Daniel O'Connor wrote:
 On Fri, 24 Jun 2005 20:35, Warren wrote:
  ln
  -s
 
/usr/ports/graphics/xfree86-dri/work/xc/programs/Xserver/hw/xfre
e86/os-su
 pp ort/linux/drm/xf86drmRandom.c xf86drmRandom.c
  rm -f xf86drmSL.c
  ln
  -s
 
/usr/ports/graphics/xfree86-dri/work/xc/programs/Xserver/hw/xfre
e86/os-su
 pp ort/linux/drm/xf86drmSL.c xf86drmSL.c
  make: don't know how to make /drm.h. Stop
  *** Error code 2
 
  Stop in /usr/ports/graphics/xfree86-dri/work/xc/lib/GL.
  *** Error code 1
 
  Stop in /usr/ports/graphics/xfree86-dri.

 What commanad did you run?

portupgrade -aDk -m BATCH=yes
 What version of FreeBSD are you running?
5.4-STABLE
 When did you last cvsup your ports tree?
Just before doing PortUpgrade before sending the 1st email
 Did you read /usr/ports/UPDATING?
cant say as i did.

--
Yours Sincerely
Shinjii
http://www.shinji.nq.nu
___
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]


updating perl

2005-06-25 Thread dave
Hello,
Trying to update my perl port from 5.8.6 to 5.8.7. The updating of perl
itself went fine, but all the dependent ports on it like swatch, php, etc.
previously referenced modules that were included in 5.8.6, now they're not
working. What extra step do i do?
Thanks.
Dave.

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


Re: updating perl

2005-06-25 Thread John Webster
Read /usr/ports/UPDATING:

20050624:
  AFFECTS: users of lang/perl5.8
  AUTHOR: [EMAIL PROTECTED]

  lang/perl5.8 has been updated to 5.8.7.  You should update
  everything depending on perl.  The easiest way to do that is
  to use perl-after-upgrade script supplied with lang/perl5.8.
  Please see its manual page for details.



--On Saturday, June 25, 2005 12:45:37 -0400 dave [EMAIL PROTECTED] wrote:

 Hello,
 Trying to update my perl port from 5.8.6 to 5.8.7. The updating of perl
 itself went fine, but all the dependent ports on it like swatch, php, etc.
 previously referenced modules that were included in 5.8.6, now they're not
 working. What extra step do i do?
 Thanks.
 Dave.
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 





pgpjECJ5RqTXO.pgp
Description: PGP signature


Re: updating perl

2005-06-25 Thread Dick Hoogendijk
On 25 Jun John Webster wrote:
 Read /usr/ports/UPDATING:
 
 20050624:
   AFFECTS: users of lang/perl5.8
   AUTHOR: [EMAIL PROTECTED]
 
   lang/perl5.8 has been updated to 5.8.7.  You should update
   everything depending on perl.  The easiest way to do that is
   to use perl-after-upgrade script supplied with lang/perl5.8.
   Please see its manual page for details.

In other words:

run perl-after-upgrade (note the remarks)
run perl-after-upgrade -f (to make the changes)

Never updated a perl version easier before!
What a relief.. this script :-)

-- 
dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.11-stable ++ FreeBSD 5.4
+ Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: upgrading all ports

2005-06-25 Thread Kirk Strauser
On Saturday 25 June 2005 06:36 am, Erik Nørgaard wrote:

 It is much faster to deinstall everything and then installing from
 ground up. And it is far more secure in not screwing up.

On toy systems, maybe.  I've got 654 ports installed on the machine I'm typing 
this on, and I assure you that it's much, much faster to selectively upgrade 
a few of them rather than starting over from scratch.
-- 
Kirk Strauser


pgpXBLDkTdhIz.pgp
Description: PGP signature


ndis0 dhcp question

2005-06-25 Thread Bryan Maynard
Hello all! :-D

I have a Linksys WPC11 ver.4 wireless NIC. I got it setup using ndisgen (very
cool tool by the way). Now when kldload /root/rtl8180_sys.ko (the location of
my wireless kernel object) dmesg shows this:

ndis0: Realtek RTL8180 Wireless LAN (Mini-)PCI NIC port 0x1000-0x10ff mem 0x88
00-0x880001ff irq 11 at device 0.0 on cardbus1
ndis0: NDIS API version: 5.1
ndis0: Ethernet address: 00:0f:66:cf:10:7e
ndis0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps

and when I run ifconfig -a I get this:

::My onboard ethernet NIC
xl0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
options=9RXCSUM,VLAN_MTU
inet6 fe80::204:76ff:fe48:9301%xl0 prefixlen 64 scopeid 0x1
inet 192.168.1.101 netmask 0xff00 broadcast 192.168.1.255
ether 00:04:76:48:93:01
media: Ethernet autoselect (100baseTX full-duplex)
status: active

::I don't know what this is. . .
plip0: flags=108810POINTOPOINT,SIMPLEX,MULTICAST mtu 1500

::Loopback device
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
inet 127.0.0.1 netmask 0xff00
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3

::My Linksys WPC11 ver.4
ndis0: flags=8802BROADCAST,SIMPLEX,MULTICAST mtu 1500
ether 00:0f:66:cf:10:7e
media: IEEE 802.11 Wireless Ethernet autoselect
status: no carrier
ssid 
channel -1 authmode OPEN powersavemode OFF powersavesleep 100
rtsthreshold 2312 protmode CTS
wepmode OFF weptxkey 1

I have several questions, but I'll ask them one at a time. . .

I have a Linksys WRT54G Wireless Router. Currently my onboard NIC is what I use
to access the net and stuff. How do I assign an IP address - and any other
needed parameters - to my wireless NIC, activate it, and use it instead of (or
along with) my onboard ethernet NIC?

I know about using ifconfig interface name blah blah blah, but what paramaters
do I pass and where do I get them?

Thanks,

Bryan
-- 
Open Source: by the people, for the people.




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


Re: Portupgrade in Xfree86 pkg failed

2005-06-25 Thread Mark Linimon
On Sat, Jun 25, 2005 at 09:14:26AM -0700, Ted Mittelstaedt wrote:
   Why are you building xfree86?  FreeBSD 5.4 uses Xorg.  It's
 just about the same code just different licensing.  I don't think the
 FreeBSD core is bothering to keep the xfree86 port working on FreeBSD 5.X
 just FreeBSD 4.11

I'm sorry, but this is wrong on almost all counts.  The default X
server that is installed by the base for 5.4 is indeed xorg, but
both XFree and xorg are being actively maintained.  A great deal of
work goes into keeping both X servers working on the active source
branches.

As for the licensing meta-fiasco, see the FAQ or use Google to find
out more; this has been hashed and re-hashed and re-re-hashed here,
and in other venues, many times.

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


Triple booted, no mouse with in 5.4/amd64 (update..)

2005-06-25 Thread Bill Schoolcraft
Hello Family,

I forgot to add that this mouse is working fine (at the same time) on
FreeBSD-5.4/32bit too via the KVM switch, along with two other OS's.

Thanks




__ 
Discover Yahoo! 
Find restaurants, movies, travel and more fun for the weekend. Check it out! 
http://discover.yahoo.com/weekend.html 
---BeginMessage---
Hello Family,

I was totally stoked to get my first 64-bit PC, an AMD/Athlon and it
came with Windows-XP Pro, and I did what I always do and that's to then
install Linux then FreeBSD.  All my machines work great like this with
the Linux bootloader doing the booting of WinXP/Linux/FreeBSD.

The thing that bums me out is that the mouse works with WinXP and
SuSE-9.3 but there is no luck with the mouse with FreeBSD-5.4, KDE came
up just fine though.

Per postings to the web I have added and removed and added the line to
/boot/device.hints of:

hint.acpi.0.disabled=1

I also enabled and disabled ACPI in the BIOS too on various
attempts.

I have ran:  Xorg -configure and ran the file that it generated with
really bad results then deleted the generated file and made sure
/etc/X11 was empty and with no apparent config file got a great display
of kde when I started KDE, what file it used I don't know.  I ran a
trace on startx (with a .xinitrc file containing startkde) and I
could not seem to determine it.  I'm still used to /etc/X11/XF86Config
but there is none in the new 5.4

So, I really tried to find some solution to this and more or less hit a
brick wall.  

Thanks in advance for any help on this.

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

perl directories

2005-06-25 Thread Dick Hoogendijk
I have a question about the directories under /usr/local/lib/perl5

[system: freebsd-4.11-stable]

I installed the latest perl 5.8.7 and did everything mentioned in
/usr/ports/UPDATING (so all's well ;-))
Great script :: (perl-after-upgrade) !!

But looking into /usr/local/lib/perl5 I see a lot of dirs that are there
but probably can be deleted.

If I understand correctly the following dirs can be removed:

perl5/5.00503
perl5/5.8.6

perl5/site_perl/5.005
perl5/site_perl/5.8.5
perl5/site_perl/5.8.6

Is there _any_ reason to keep those dirs around now perl is at version
5.8.7 ?

-- 
dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.11-stable ++ FreeBSD 5.4
+ Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD mini-ITX

2005-06-25 Thread Dmitry Mityugov
On 6/25/05, Z.C.B. [EMAIL PROTECTED] wrote:
 On Wed, 22 Jun 2005 14:43:38 -0700
 Benjamin Keating [EMAIL PROTECTED] wrote:
 
  I've been eyeing up these mini-ITX boards - would like to make a
  quite little file server. Does anyone here run a mini-ITX board
  (what model)? Does it work out of the box? Anything not supported?
  I'd go for one of VIA's as AMD's and others are still a little new
  and pricey. Recommend a shop to purchase from (in the US)?
 
 
 I have a ASUS A7V400-MX. I use it for a router and it works rather
 nicely, but does run unusually hot for some reason. Got a 1.3GHz
 Durron in it and it runs at 64C idle, with the case open and a good
 heat sink.

What heat sink, what model?

Just in case I need to buy one. Just to know what to avoid.

-- 
Dmitry

We live less by imagination than despite it - Rockwell Kent, N by E
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


commandline audio volume?

2005-06-25 Thread Louis LeBlanc
Silly question, I know, but I can't seem to find the commandline audio
volume adjustment command.

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

Van Roy's Law:
  Honesty is the best policy - there's less competition.


pgpBp652dz7ct.pgp
Description: PGP signature


Re: commandline audio volume?

2005-06-25 Thread Dominique Goncalves
Hi,

man mixer :)

Regards

On 6/25/05, Louis LeBlanc [EMAIL PROTECTED] wrote:
 Silly question, I know, but I can't seem to find the commandline audio
 volume adjustment command.
 
 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
 
 Van Roy's Law:
   Honesty is the best policy - there's less competition.
 
 
 


-- 
There's this old saying: Give a man a fish, feed him for a day. Teach
a man to fish, feed him for life.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: commandline audio volume?

2005-06-25 Thread cali

Silly question, I know, but I can't seem to find the commandline audio
volume adjustment command.


mixer volume L:R

to set the left volume to L and the right volume to R, note that a colon 
separates the L and the R. Also, just type mixer to see what else can be 
changed. This worked for me anyway, not sure if the interface has changed 
since.


cali 


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


Re: upgrading all ports

2005-06-25 Thread Dick Hoogendijk
On 25 Jun Kirk Strauser wrote:
 On Saturday 25 June 2005 06:36 am, Erik Nørgaard wrote:
 
  It is much faster to deinstall everything and then installing from
  ground up. And it is far more secure in not screwing up.
 
 On toy systems, maybe.  I've got 654 ports installed on the machine
 I'm typing this on, and I assure you that it's much, much faster to
 selectively upgrade a few of them rather than starting over from
 scratch.

I agree. Normally I go over usr/ports/UPDATING and handle the 'problem'
cases. After that I do parts, like portupgrade -rR 'XFree86*', etc..
Never a problem. Sometimes I forget to use the -m BATCH=yes option and
that's no fun. Options I really want are in my pkgtools.conf zo I don't
need the selection screens.. I see no harm in using this -m switch like
someone else wrote in this list.

-- 
dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.11-stable ++ FreeBSD 5.4
+ Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: simpler boot loader

2005-06-25 Thread Frank Knobbe
On Sun, 2005-06-05 at 13:39 +0200, Wojciech Puchar wrote:
 something like for NetBSD - just load one ELF file from disk and that's 
 all.
 
 FreeBSD /boot/loader and it's script are overcomplicated.

What complicates the normal boot process is that the kernel requires a
pre-boot environment to be set up. That's what the various loader steps
do, mainly loader.

About a year ago I tried to hack a Cobalt RAQ so that it would boot the
BSD kernel. The problem is that the Cobalt has Linux in the BIOS... it
boots straight into a Linux boot loader which then loads the Linux
kernel (in ELF format I believe). Replacing that Linux kernel with the
FreeBSD kernel does not work. I had tried to hack boot2 and loader so
that it can be run from the Linux loader (in ELF format) and then set up
the pre-boot environment and load and execute the kernel. However, my
x86 assembler skills suck (in a previous life I did 65xx and 68xxx, but
not x86). The loader segfaults every time and I had tabled the project.

The interim solution for me was to have the Cobalt boot into VMware
which then run FreeBSD. The performance kinda sucks and I would prefer
to run BSD directly, so eventually I'd like to revisit that.

In closing, I'm not aware of an easy way (without major hacks) to boot
the FreeBSD kernel as a single file. You can try to look at the code for
boot2 and loader write an ELF binary that does the same and loads
FreeBSD. If you get something together, *please* let me know.

Cheers,
Frank



signature.asc
Description: This is a digitally signed message part


Problems with libcom_err_p.a

2005-06-25 Thread Vittorio De Martino
Having the following in 
in stable-supfile:
*default release=cvs tag=RELENG_5_4
in ports-supfile:
default release=cvs tag=.

I've just run (I've been using 5.4 since the very beginning and updated it 
every month roughly)

# 1.  `cd /usr/src'   (or to the directory containing your source tree).
# 2.  `make update'
# 3.  `make buildworld'
# 4.  `make buildkernel KERNCONF=LAPTOP5 # My own configuration working 
 
unchanged since 5.3
# 5.  `make installkernel KERNCONF=LAPTOP5 
# 6.  `reboot'(in single user mode: boot -s from the loader prompt).
# 7.  `mergemaster -p'
# 8.  `make installworld'

Now while executing  the command 8 it all stops complaining :
.
install -C -o root -g wheel -m 
444  /usr/src/include/rpc/auth.h /usr/src/include/rpc/auth_unix.h 
/usr/src/include/rpc/clnt.h /usr/src/include/rpc/clnt_soc.h 
/usr/src/include/rpc/clnt_stat.h /usr/src/include/rpc/nettype.h 
/usr/src/include/rpc/pmap_clnt.h /usr/src/include/rpc/pmap_prot.h 
/usr/src/include/rpc/pmap_rmt.h /usr/src/include/rpc/raw.h 
/usr/src/include/rpc/rpc.h /usr/src/include/rpc/rpc_msg.h 
/usr/src/include/rpc/rpcb_clnt.h /usr/src/include/rpc/rpcent.h 
/usr/src/include/rpc/rpc_com.h /usr/src/include/rpc/svc.h 
/usr/src/include/rpc/svc_auth.h /usr/src/include/rpc/svc_soc.h 
/usr/src/include/rpc/svc_dg.h /usr/src/include/rpc/types.h 
/usr/src/include/rpc/xdr.h /usr/src/include/rpc/auth_des.h 
/usr/src/include/rpc/des.h /usr/src/include/rpc/des_crypt.h 
/usr/src/include/rpc/auth_kerb.h /usr/src/include/rpc/rpcb_prot.x 
rpcb_prot.h /usr/include/rpc
=== lib
=== lib/csu/i386-elf
install -o root -g wheel  -m 444 crt1.o crti.o crtn.o gcrt1.o /usr/lib
=== lib/libcom_err
install -C -o root -g wheel -m 444   libcom_err.a /usr/lib
install -C -o root -g wheel -m 444   libcom_err_p.a /usr/lib
install: libcom_err_p.a: No such file or directory
*** Error code 71

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

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

...

A research in the internet has been of no avail. 

What should I do?

Vittorio

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


ATA drive locking FreeBSD 5.4 system

2005-06-25 Thread Rod Person
I just add a 160GB ATA133 drive to my system. On this system I have an IDE DVD 
burner on IDE channel 1. The 160GB drive is on IDE channel 2. When ever I try 
to copy any data from the DVD drive to the 160GB hard drive the system locks 
up. All I can do is a hard reboot.

I have the follow sysctl in my loader.conf

hw.ata.ata_dma=1
hw.ata.atapi_dma=1
hw.ata.wc=1

I've tried to set hw.ata.wc=0 an hw.ata.ata_dma=0, but still the machine 
locks.

The machine is an older dual PIII and the IDE busses max rate is UDMA33. All 
the other drives on the system are SCSI U160 and I have no problem copying to 
the drives from the DVD drive.

Anyone have suggestions or a way around this other than only using the SCSI 
drvie to copy from the DVD?? Otherwise, It look as though I'll need a new 
machine for the ata133 drive because all my PCI slots are filled!!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: redundant ethernet adapters - fault tolerance?

2005-06-25 Thread Frank Knobbe
On Thu, 2005-06-09 at 10:17 +0200, Martin Pála wrote:
 Is ethernet adapter HA supported in FreeBSD?
 
 For example on linux it is possible to select active-pasive mode of
 ethernet bonding module (linux alternative). This works perfectly
 (only one interface is active at a time, the other is backup).

I achieved a similar set up (two NIC's and two switches, meshed against
2 routers). My solution as a bit easier. I selected one NIC as the
primary interface. Then I have a script running in the background that
pings the router every 5 seconds. If it does not get a reply it does a
second ping, and should that fail too it does the following:
- it deletes the IP address(es) from the primary interface
- it shuts the primary interface down
- it deletes the default route
- it brings the secondary interface up
- it assigns the IP address(es) to the secondary inteface
- it sets the default route

That's the easy part. Then the script also does:
- runs sed over /etc/rc.conf and replace the primary interface names
with the secondary ones
- runs sed over /etc/ipnat.rules
- runs sed over /etc/ipf.rules
- writes the ipf state table
- runs the ipfs tools on the state and NAT file to change the primary
i/f name to the secondary
- clears the ipfilter state and rule table
- reloads the ipfilter rules
- reloads the ipfilter state and NAT tables

It then swaps interface definitions and resumes the loop, pinging the
router the again.

Works like a charm. Any router, switch or NIC can fail, and the system
will automatically fail-over, even preserving existing TCP sessions in
the firewall state tables.

(Hint: the ipfs tool is broken. I had sent an email to Darren with the
fix. Not sure if that found it's way into the source yet. If you run the
ipfs tools, but can not change interface names, send me an email and
I'll forward the patch to you.)

Cheers,
Frank



signature.asc
Description: This is a digitally signed message part


Re: firewall on FreeBSD

2005-06-25 Thread Paul Schmehl

--On June 25, 2005 8:42:24 AM +0200 mess-mate [EMAIL PROTECTED] wrote:


I've a firewall/router/proxy with openbsd and think to replace it
with freebsd 5.4
Do you mean freebsd's PF don't support the 'quick' keyword ??
Thought PF on freebsd and openbsd was identical, isn't ?

pf on freebsd does support the quick keyword.  The default firewall, 
ipfw, does not.


Paul Schmehl ([EMAIL PROTECTED])
Adjunct Information Security Officer
University of Texas at Dallas
AVIEN Founding Member
http://www.utdallas.edu/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


gkrellm2 install, atk error

2005-06-25 Thread Robert Clarey
I'm tryign to install gkrellm2 and after a cvsup i still get a error...

===   gkrellm-2.2.7 depends on executable: gmake - found
===   gkrellm-2.2.7 depends on file: /usr/local/bin/intltool-extract - found
===   gkrellm-2.2.7 depends on executable: pkg-config - found
===   gkrellm-2.2.7 depends on shared library: gnutls-openssl.12 - found
===   gkrellm-2.2.7 depends on shared library: intl - found
===   gkrellm-2.2.7 depends on shared library: atk-1.0.901 - not found
===Verifying install for atk-1.0.901 in /usr/ports/accessibility/atk
===   Returning to build of gkrellm-2.2.7
Error: shared library atk-1.0.901 does not exist
*** Error code 1
Stop in /usr/ports/sysutils/gkrellm2.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Is this a safe way to multi-home a mail server?

2005-06-25 Thread Lars Kristiansen



1.  Can I have both host IPs (one from each DSL net) as A records in
DNS for the mail server's name--e.g.,

mail.my.domain  IN A 1.2.3.4
mail.my.domain  IN A 5.6.7.8

and expect mail to arrive at the machine regardless of which network
is working at any given time?  (Part of the


Might help with the first question:
If you have two A records and someone tries to send mail to your 
mailserver, a random pick is performed and if it cannot connect, delivery 
fails and will be tried later with a new random choose between the A 
records.
On the other hand, if you use two different hostnames with same priority in 
MX record it will choose one random and try the other if it fails.




2.  Is there a way, via routed or other means,



--
Med vennlig hilsen
Lars Kristiansen

A D V E N T U R A S
Tlf: 22 20 59 90
Fax: 22 20 59 91
[EMAIL PROTECTED]
http://www.adventuras.no

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


Re: Managing updates in jails

2005-06-25 Thread Mark Bucciarelli
On Wed, May 18, 2005 at 06:29:42PM +0200, Ruben Bloemgarten wrote:
 What I find a lot easier is to use freebsd-update for the base system
 updates and, after having mount_nullfs'd /usr/ports from the host system
 onto the jailed systems, portsnap and portupgrade. 
 - host system : freebsd-update/portsnap/portupgrade
Jailed system : freebsd-update/portupgrade

Thanks Ruben.

I have a couple follow-up questions.

(1) When do you run cvsup?

I don't understand the relationship between cvsup and portupgrade.  As I
understand things, portupgrade fetches the latest tarball of the given
port.   If this is indeed the case, why does the portupgrade man page have
a tip that says be sure to run portsdb -Uu everytime you cvsup?   This tip
suggests that you should run cvsup as part of the portupgrade routine.

(2) What value do you use for the base parameter in your cvsup file?

Should these bookkeeping files be shared between the jail and the
mothership?

Thanks,

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


Re: commandline audio volume?

2005-06-25 Thread Maximiliano Combina
On Sat, 2005-06-25 at 14:56 -0400, Louis LeBlanc wrote:
 Silly question, I know, but I can't seem to find the commandline audio
 volume adjustment command.
 
 Lou

aumix


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


Re: updating perl

2005-06-25 Thread Chris
Dick Hoogendijk wrote:
 On 25 Jun John Webster wrote:
 
Read /usr/ports/UPDATING:

20050624:
  AFFECTS: users of lang/perl5.8
  AUTHOR: [EMAIL PROTECTED]

  lang/perl5.8 has been updated to 5.8.7.  You should update
  everything depending on perl.  The easiest way to do that is
  to use perl-after-upgrade script supplied with lang/perl5.8.
  Please see its manual page for details.
 
 
 In other words:
 
 run perl-after-upgrade (note the remarks)
 run perl-after-upgrade -f (to make the changes)
 
 Never updated a perl version easier before!
 What a relief.. this script :-)
 

HA! It seems my Amavis/SA sure dont like it. I had to backpeddle perl so
the mail server would work.

-- 
Best regards,
Chris

The man who has no more problems is out of the game.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Portupgrade in Xfree86 pkg failed

2005-06-25 Thread Ted Mittelstaedt


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Mark Linimon
Sent: Saturday, June 25, 2005 11:25 AM
To: Ted Mittelstaedt
Cc: Daniel O'Connor; freebsd-stable@freebsd.org; Warren;
freebsd-questions@freebsd.org
Subject: Re: Portupgrade in Xfree86 pkg failed


On Sat, Jun 25, 2005 at 09:14:26AM -0700, Ted Mittelstaedt wrote:
   Why are you building xfree86?  FreeBSD 5.4 uses Xorg.  It's
 just about the same code just different licensing.  I don't think the
 FreeBSD core is bothering to keep the xfree86 port working on
FreeBSD 5.X
 just FreeBSD 4.11

I'm sorry, but this is wrong on almost all counts.  The default X
server that is installed by the base for 5.4 is indeed xorg, but
both XFree and xorg are being actively maintained.


I'm sorry to step on the toes of the port maintainer but instead
of complaining about it you need to respond to the realitites.  And
the reality is this:

ln
-s
/usr/ports/graphics/xfree86-dri/work/xc/programs/Xserver/hw/xfree86/os-su
pport/linux/drm/xf86drmRandom.c
xf86drmRandom.c
rm -f xf86drmSL.c
ln
-s
/usr/ports/graphics/xfree86-dri/work/xc/programs/Xserver/hw/xfree86/os-su
pport/linux/drm/xf86drmSL.c
xf86drmSL.c
make: don't know how to make /drm.h. Stop
*** Error code 2

Stop in /usr/ports/graphics/xfree86-dri/work/xc/lib/GL.
*** Error code 1

Stop in /usr/ports/graphics/xfree86-dri.

If you really believe that XFree86 is being actively maintained, then
answer the original poster, quit bitching about what I'm saying.  What
do you think maintainence is?

A great deal of
work goes into keeping both X servers working on the active source
branches.


The 4.X source branch isn't really active anymore.

As for the licensing meta-fiasco, see the FAQ or use Google to find
out more; this has been hashed and re-hashed and re-re-hashed here,
and in other venues, many times.


If the licensng was a non-issue then xorg wouldn't exist.

Personally I deplore the move to xorg based on the simple requirement
of xfree86 for recognition in their new license - this was the
same bunch of bullcrap that the GPL bigots were using to throw rocks
at the BSD license years ago.

But the plain fact of the matter is that the Open Source community
isn't going to tolerate what xfree86 tried doing, and the users of
open source, which is you and I, are not served by splitting development
between 2 forks of X Windows.  The amount of new video hardware that is
coming out and needs drivers is increasing, drivers are getting more and
more complex to write, and manufacturers are just as bad as they always
have been about assisting in video driver development.  The sooner that
xfree86 goes away and dies the better for the community in the long
run.

We just had a big thread on making FreeBSD easier to use for the
average person - and now your claiming that it's a -good- thing
to have two completely different X Windows distributions?!?!  How
exactly does this HELP with the complexity issue - unless the goal is
to make FreeBSD even more complicated?

Ted


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


PartitionMagic question

2005-06-25 Thread Iavor Raytchev
I am installing FreeBSD on a laptop with Windows XP Pro. I created empty 
space with PartitionMagic and installed FreeBSD there making the FreeBSD 
partition with the FreeBSD partition utility in the install.


I took the drive geometry from PartitionMagic as the BIOS does not tell 
it (ThinkPad X30). The installation went well and both OS boot well.


When I run PartitionMagic it reported 3 errors - different LBA and CHS 
values - the errors are on the first sector of the FreeBSD partitions 
and on the first sectors of the next two partitions (seeing from the 
LBA). PartitionMagic says in all 3 cases that the LBA and CHS values are 
different. In all 3 cases the CHS value is the same - 15483887 (drive 
geometry is 5168/240/63). After PartitionMagic repairs the errors 
everything is OK. Both OS boot well.


My questions are -

a) does somebody know why the errors appear?

b) is the installation safe after the errors are fixed?

PartitionMagic is listed officially as installation preparation utility 
and I assume it should be safe to use it afterwards, apart from touching 
the FreeBSD partition.


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


Re: Portupgrade in Xfree86 pkg failed

2005-06-25 Thread Warren
On Sun, 26 Jun 2005 7:45 am, Ted Mittelstaedt wrote:
 But the plain fact of the matter is that the Open Source community
 isn't going to tolerate what xfree86 tried doing, and the users of
 open source, which is you and I, are not served by splitting development
 between 2 forks of X Windows.  The amount of new video hardware that is
 coming out and needs drivers is increasing, drivers are getting more and
 more complex to write, and manufacturers are just as bad as they always
 have been about assisting in video driver development.  The sooner that
 xfree86 goes away and dies the better for the community in the long
 run.

I dont want to get in the middle of a pissing contest yous seem to have going 
as to who is right or wrong or which X should be kept. The fact is i simply 
wished to know why the pkg was failing and how to correct it, nothing more 
nothing less.

-- 
Yours Sincerely
Shinjii
http://www.shinji.nq.nu
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Portupgrade in Xfree86 pkg failed

2005-06-25 Thread Warren
 You can check with pkg_info(1). You should have imake-4.5.0. The
 file /usr/X11R6/lib/X11/config/X11.tmpl should include the following:

 #ifndef DRMIncludesDir
 #define DRMIncludesDir $(XF86OSSRC)/shared/drm/kernel
 #endif

 If it does not, you should (re)install devel/imake-4 port.

I actually have imake-6.8.1 
-- 
Yours Sincerely
Shinjii
http://www.shinji.nq.nu
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Portupgrade in Xfree86 pkg failed

2005-06-25 Thread Mark Linimon
On Sat, Jun 25, 2005 at 02:45:45PM -0700, Ted Mittelstaedt wrote:
 I'm sorry to step on the toes of the port maintainer but instead
 of complaining about it you need to respond to the realitites.

In general I would rather do that than argue, yes.

 make: don't know how to make /drm.h. Stop
 *** Error code 2
 
 If you really believe that XFree86 is being actively maintained, then
 answer the original poster, quit bitching about what I'm saying.

Actively maintained means having updates tested on the build cluster
and committed when the majority of ports upgrade successfully.  It does
not mean every port necessarily is going to work in every single
configuration, since there are a large number of interdependent parts.

Have you filed a PR about this?  query-pr shows no match for 'drm'.

fwiw, the most recent update to x11/XFree86-4/Makefile was on
2005/06/15 02:39:58 to update to 4.5.0 and shows that 8 different
PRs were closed by the commit.

 The 4.X source branch isn't really active anymore.

This is news to me.  AFAIK we are still requesting all our port
maintainers to keep things working on 4.X whenever possible.

 Personally I deplore the move to xorg based on the simple requirement
 of xfree86 for recognition in their new license

Sigh.  I'm really not going to go over this for the Nth time on the
mailing lists.  The licensing issue was the final straw in a long-running
situation that had more to do with who was able to commit what to the
XFree repository.  Please go do the research on the web, this has a
years-long history behind it.

 the users of open source, which is you and I, are not served by
 splitting development between 2 forks of X Windows.

You are entitled to your opinion.  Others disagree, and quite strongly
so.   There are multiple versions of many other things in the ports tree,
as well.

 We just had a big thread on making FreeBSD easier to use for the
 average person - and now your claiming that it's a -good- thing
 to have two completely different X Windows distributions?!?!

As long as we have people who are demanding that both servers work:
yes.  If people want something that's the easiest to use, then they
should go with the current default.  We already have a group of
users who have no wish to change to xorg (for their own reasons), and
as long as that is the case and there are maintainer cycles to do it,
then we'll do both.

Finally, the initial question would have probably gotten a better
answer if posted to the freebsd-x11 mailing list, where the maintainers
of the X servers tend to hang out, and any further discussion of these
issues ought to migrate there as well.

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


Re: PartitionMagic question

2005-06-25 Thread Alex Zbyslaw

Iavor Raytchev wrote:

When I run PartitionMagic it reported 3 errors - different LBA and CHS 
values - the errors are on the first sector of the FreeBSD partitions 
and on the first sectors of the next two partitions (seeing from the 
LBA). PartitionMagic says in all 3 cases that the LBA and CHS values 
are different. In all 3 cases the CHS value is the same - 15483887 
(drive geometry is 5168/240/63). After PartitionMagic repairs the 
errors everything is OK. Both OS boot well.


My questions are -

a) does somebody know why the errors appear?

b) is the installation safe after the errors are fixed?


I can't tell you why PM reports these errors except to say that it has 
done it to me on every disk I have ever used it on (all of 3 :-)).  
However, I always choose to ignore PM and *not* let it fix anything.  
Everything works perfectly for me without being fixed so I'd rather 
not take the risk.


--Alex

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


Re: Portupgrade in Xfree86 pkg failed

2005-06-25 Thread Dejan Lesjak
On Sunday 26 of June 2005 00:44, Warren wrote:
  You can check with pkg_info(1). You should have imake-4.5.0. The
  file /usr/X11R6/lib/X11/config/X11.tmpl should include the following:
 
  #ifndef DRMIncludesDir
  #define DRMIncludesDir $(XF86OSSRC)/shared/drm/kernel
  #endif
 
  If it does not, you should (re)install devel/imake-4 port.

 I actually have imake-6.8.1

This is imake from Xorg distribution. You need to replace it with the one from 
XFree86. The following command should do the trick:

portupgrade -o devel/imake-4 imake-6\*


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


RE: Portupgrade in Xfree86 pkg failed

2005-06-25 Thread Ted Mittelstaedt


-Original Message-
From: Mark Linimon [mailto:[EMAIL PROTECTED]
Sent: Saturday, June 25, 2005 3:51 PM
To: Ted Mittelstaedt
Cc: Mark Linimon; Daniel O'Connor; freebsd-stable@freebsd.org; Warren;
freebsd-questions@freebsd.org
Subject: Re: Portupgrade in Xfree86 pkg failed


On Sat, Jun 25, 2005 at 02:45:45PM -0700, Ted Mittelstaedt wrote:
 I'm sorry to step on the toes of the port maintainer but instead
 of complaining about it you need to respond to the realitites.

In general I would rather do that than argue, yes.

 make: don't know how to make /drm.h. Stop
 *** Error code 2
 
 If you really believe that XFree86 is being actively maintained, then
 answer the original poster, quit bitching about what I'm saying.

Actively maintained means having updates tested on the build cluster
and committed when the majority of ports upgrade successfully.  It does
not mean every port necessarily is going to work in every single
configuration, since there are a large number of interdependent parts.

Have you filed a PR about this?  query-pr shows no match for 'drm'.


It's not a problem I have since I use xorg on 5.X

As a matter of fact I just installed xfree86 a week ago, from scratch,
on a new 4.11 system, from a ports tree that I cvsupped, with no
problems.

So I don't have an answer for the OP as to why his xfree86 setup
doesen't build.  But I have no problems in building xorg on FreeBSD 5,
the OP indicated he was using FreeBSD 5, and FreeBSD 5 comes with
a prebuilt binary of xorg.  So a very logical question is
to ask the OP why he is going at cross-currents and using xfree86
on 5.  If his answer had been something that indicated that xfree86
was not a dependency for what he was doing, then once again, the
quickest fix would be to simply tell him to stop using
xfree86 and build xorg.

I don't have any particular bias against xfree86.  I do not agree with
fracturing the X development effort between 2 virtually identical
projects - but as I didn't have any vote in that happening, I am
forced to deal with the aftermath.  And so I'm going to do that from
a self-interest point of view.  And the best solution for me and
for just about everyone in Open Source is to choose between xfree86 or
xorg, and for just about everyone to choose the same choice, and let
the other project die off from neglect.  The FreeBSD Project chose xorg,
so I will chose xorg.  Maybe they chose wrong and xorg will die and
xfree86 will continue - if that happens I'll deal with it then.

If there was significant product differentiation between xfree86 and
xorg, then there would be a reason to keep both.  Right now there is
not and with the difficulty in X development, there won't soon be. 

fwiw, the most recent update to x11/XFree86-4/Makefile was on
2005/06/15 02:39:58 to update to 4.5.0 and shows that 8 different
PRs were closed by the commit.

 The 4.X source branch isn't really active anymore.

This is news to me.  AFAIK we are still requesting all our port
maintainers to keep things working on 4.X whenever possible.


OK, then schedule another RELEASE.

If you knew anything about the history of FreeBSD you would know that
4.X should have ended years ago.  I know Rod Grimes personally and
he was one of the founders, and he said that what happened with 4 was
never the way it was intended.

Here's the litmus test - would you pull a popular port if it breaks on 4
but not on 5?  'nuff said.


 the users of open source, which is you and I, are not served by
 splitting development between 2 forks of X Windows.

You are entitled to your opinion.  Others disagree, and quite strongly
so.  

The FreeBSD project agrees with me, if they did not then they would
have rewritten the installer to make it optional which one to pick.


Finally, the initial question would have probably gotten a better
answer if posted to the freebsd-x11 mailing list, where the maintainers
of the X servers tend to hang out, and any further discussion of these
issues ought to migrate there as well.


I agree with that.

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


RE: Portupgrade in Xfree86 pkg failed

2005-06-25 Thread Dejan Lesjak
Ted Mittelstaedt wrote:

 
 
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Mark Linimon
Sent: Saturday, June 25, 2005 11:25 AM
To: Ted Mittelstaedt
Cc: Daniel O'Connor; freebsd-stable@freebsd.org; Warren;
freebsd-questions@freebsd.org
Subject: Re: Portupgrade in Xfree86 pkg failed


On Sat, Jun 25, 2005 at 09:14:26AM -0700, Ted Mittelstaedt wrote:
   Why are you building xfree86?  FreeBSD 5.4 uses Xorg.  It's
 just about the same code just different licensing.  I don't think the
 FreeBSD core is bothering to keep the xfree86 port working on
FreeBSD 5.X
 just FreeBSD 4.11

XFree86 should build and work fine on FreeBSD 5.4. If it doesn't I would like 
to know and will try to fix the problem.

I'm sorry, but this is wrong on almost all counts.  The default X
server that is installed by the base for 5.4 is indeed xorg, but
both XFree and xorg are being actively maintained.
 
 
 I'm sorry to step on the toes of the port maintainer but instead
 of complaining about it you need to respond to the realitites.  And
 the reality is this:
 
 ln
 -s
 /usr/ports/graphics/xfree86-dri/work/xc/programs/Xserver/hw/xfree86/os-su
 pport/linux/drm/xf86drmRandom.c
 xf86drmRandom.c
 rm -f xf86drmSL.c
 ln
 -s
 /usr/ports/graphics/xfree86-dri/work/xc/programs/Xserver/hw/xfree86/os-su
 pport/linux/drm/xf86drmSL.c
 xf86drmSL.c
 make: don't know how to make /drm.h. Stop
 *** Error code 2
 
 Stop in /usr/ports/graphics/xfree86-dri/work/xc/lib/GL.
 *** Error code 1
 
 Stop in /usr/ports/graphics/xfree86-dri.
 
 If you really believe that XFree86 is being actively maintained, then
 answer the original poster, quit bitching about what I'm saying.  What
 do you think maintainence is?

I have already answered to that on questions@ and to OP. If you encountered 
the same error, this would be caused by either out of date imake or imake 
from Xorg distribution. You can solve the problem by installing up to date 
devel/imake-4 port.

A great deal of
work goes into keeping both X servers working on the active source
branches.

 
 The 4.X source branch isn't really active anymore.

There are commits still being made on RELENG_4 branch and people are still 
using it. Ports tree is so far still supported on RELENG_4 branch. Security 
team intends to support this branch at least until January 31, 2007.

As for the licensing meta-fiasco, see the FAQ or use Google to find
out more; this has been hashed and re-hashed and re-re-hashed here,
and in other venues, many times.

 
 If the licensng was a non-issue then xorg wouldn't exist.

The reason for Xorg existence are not licensing issues.

 Personally I deplore the move to xorg based on the simple requirement
 of xfree86 for recognition in their new license - this was the
 same bunch of bullcrap that the GPL bigots were using to throw rocks
 at the BSD license years ago.

The move to Xorg as default X11 implementation in ports was not made on 
licensing base.

 We just had a big thread on making FreeBSD easier to use for the
 average person - and now your claiming that it's a -good- thing
 to have two completely different X Windows distributions?!?!  How
 exactly does this HELP with the complexity issue - unless the goal is
 to make FreeBSD even more complicated?

We also support two kerberos implementations, three different ghostcripts a 
number of desktop environments, just as example. I really don't see how this 
could be bad or how it complicates things. I could see where asking end user 
which X11 or which ghostscript he wants to use would be making things 
complicated, but there is one default to get out of the box. The alternatives 
are there for people who want to use those.


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


Re: Portupgrade in Xfree86 pkg failed

2005-06-25 Thread Warren
I use XFree86 as it was what i was using when i upgraded the machine from 4.x 
to use 5.x and i personally prefer it, nothing more nothing less and untill 
such time as Xfree86 is no longer maintained willi entertain the idea of 
moving to Xorg.

Now  may i please be removed from your CC's .. i only wished to know what was 
the problem and possibly how to correct it, nothing more nothing less. I dont 
wish to be apart of this needless discussion.

-- 
Yours Sincerely
Shinjii
http://www.shinji.nq.nu
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Portupgrade in Xfree86 pkg failed

2005-06-25 Thread Ted Mittelstaedt


-Original Message-
From: Dejan Lesjak [mailto:[EMAIL PROTECTED]
Sent: Saturday, June 25, 2005 4:19 PM
To: Ted Mittelstaedt
Cc: freebsd-questions@freebsd.org; Mark Linimon; Warren
Subject: RE: Portupgrade in Xfree86 pkg failed


Ted Mittelstaedt wrote:



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Mark Linimon
Sent: Saturday, June 25, 2005 11:25 AM
To: Ted Mittelstaedt
Cc: Daniel O'Connor; freebsd-stable@freebsd.org; Warren;
freebsd-questions@freebsd.org
Subject: Re: Portupgrade in Xfree86 pkg failed


On Sat, Jun 25, 2005 at 09:14:26AM -0700, Ted Mittelstaedt wrote:
   Why are you building xfree86?  FreeBSD 5.4 uses Xorg.  It's
 just about the same code just different licensing.  I don't
think the
 FreeBSD core is bothering to keep the xfree86 port working on
FreeBSD 5.X
 just FreeBSD 4.11

XFree86 should build and work fine on FreeBSD 5.4. If it
doesn't I would like
to know and will try to fix the problem.

I'm sorry, but this is wrong on almost all counts.  The default X
server that is installed by the base for 5.4 is indeed xorg, but
both XFree and xorg are being actively maintained.


 I'm sorry to step on the toes of the port maintainer but instead
 of complaining about it you need to respond to the realitites.  And
 the reality is this:

 ln
 -s

/usr/ports/graphics/xfree86-dri/work/xc/programs/Xserver/hw/xfre
e86/os-su
 pport/linux/drm/xf86drmRandom.c
 xf86drmRandom.c
 rm -f xf86drmSL.c
 ln
 -s

/usr/ports/graphics/xfree86-dri/work/xc/programs/Xserver/hw/xfre
e86/os-su
 pport/linux/drm/xf86drmSL.c
 xf86drmSL.c
 make: don't know how to make /drm.h. Stop
 *** Error code 2

 Stop in /usr/ports/graphics/xfree86-dri/work/xc/lib/GL.
 *** Error code 1

 Stop in /usr/ports/graphics/xfree86-dri.

 If you really believe that XFree86 is being actively maintained, then
 answer the original poster, quit bitching about what I'm saying.  What
 do you think maintainence is?

I have already answered to that on questions@ and to OP. If you
encountered
the same error, this would be caused by either out of date
imake or imake
from Xorg distribution. You can solve the problem by installing
up to date
devel/imake-4 port.

A great deal of
work goes into keeping both X servers working on the active source
branches.


 The 4.X source branch isn't really active anymore.

There are commits still being made on RELENG_4 branch and
people are still
using it. Ports tree is so far still supported on RELENG_4
branch. Security
team intends to support this branch at least until January 31, 2007.


Yes, that is why I said isn't really active

Active means a release is planned and the branch has a future. That
branch
is in maintainence mode at this time.

As for the licensing meta-fiasco, see the FAQ or use Google to find
out more; this has been hashed and re-hashed and re-re-hashed here,
and in other venues, many times.


 If the licensng was a non-issue then xorg wouldn't exist.

The reason for Xorg existence are not licensing issues.

 Personally I deplore the move to xorg based on the simple requirement
 of xfree86 for recognition in their new license - this was the
 same bunch of bullcrap that the GPL bigots were using to throw rocks
 at the BSD license years ago.

The move to Xorg as default X11 implementation in ports was not made on
licensing base.


Well then I feel better that the Project made the right choice in going
with xorg.  I still deplore the splitting of X development between
the 2 groups, however.

 We just had a big thread on making FreeBSD easier to use for the
 average person - and now your claiming that it's a -good- thing
 to have two completely different X Windows distributions?!?!  How
 exactly does this HELP with the complexity issue - unless the goal is
 to make FreeBSD even more complicated?

We also support two kerberos implementations, three different
ghostcripts a
number of desktop environments, just as example.

Those are simpler, have less effect on everything else if they go away.

Ted

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


Re: Managing updates in jails

2005-06-25 Thread Alex Zbyslaw

Mark Bucciarelli wrote:


On Wed, May 18, 2005 at 06:29:42PM +0200, Ruben Bloemgarten wrote:
 


What I find a lot easier is to use freebsd-update for the base system
updates and, after having mount_nullfs'd /usr/ports from the host system
onto the jailed systems, portsnap and portupgrade. 
- host system : freebsd-update/portsnap/portupgrade

  Jailed system : freebsd-update/portupgrade
   



Thanks Ruben.

I have a couple follow-up questions.

(1) When do you run cvsup?

   I don't understand the relationship between cvsup and portupgrade.  As I
   understand things, portupgrade fetches the latest tarball of the given
   port.   If this is indeed the case, why does the portupgrade man page have
   a tip that says be sure to run portsdb -Uu everytime you cvsup?   This tip
   suggests that you should run cvsup as part of the portupgrade routine.
 

cvsup is a tool for maintaining a set of checked out files in sync with 
a remote CVS repository without having to use CVS directly.  In the case 
of the ports tree, those files are things like the Makefile, package 
descriptions and patches.  These describe what tarball is needed to 
install a port, how to patch and make it for FreeBSD, and just as 
importantly how to uninstall it.  The tarball is the source code for the 
package, and is not handled by cvsup at all.  If you never install a 
port then the tarball for it never lives on your system.


portupgrade is a tool for automating the installing or upgrading of a 
port, including keeping track of your preferred options 
(/etc/pkgtools.conf) and handling dependencies between ports.


portsdb is a tool for updating /usr/ports/INDEX{-5} and 
/usr/ports/INDEX.db (the latter being created from the former).  The 
index is used when you do e.g. a make search in /usr/ports.  See man 
ports for the details.


If you want the index to be up-to-date after you have run cvsup, then 
you also need to run portsdb -Uu to rebuild it based on the new updates 
you downloaded with cvsup.  There is no requirement to update ports with 
portupgrade after you have run cvsup, and portupgrade does not even 
always need the index to be up-to-date.  However, if you specify a 
portorigin glob e.g. archivers/p5-*, this is apparently looked up in 
the index so it helps if it is up-to-date.


Many people run a cron job to do a cvsup regularly, and at the end of 
that job run portsdb-Uu just so everything is tidy and up-to-date.  The 
when you come to do a portupgrade you know that everything is in sync.


cvsup is also used to keep the system source (/usr/arc) up-to-date, but 
that has nothing to do with portupgrade or portsdb.



(2) What value do you use for the base parameter in your cvsup file?
 

Wherever you want cvsup to keep its bookkeeping files.  I don't specify 
anything so use the default /usr/local/etc/cvsup (the files going into 
the sub-directory sup)



   Should these bookkeeping files be shared between the jail and the
   mothership?
 


No clue, sorry.

--Alex

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


Re: Portupgrade in Xfree86 pkg failed

2005-06-25 Thread Dejan Lesjak
On Sunday 26 of June 2005 01:18, Dejan Lesjak wrote:
 On Sunday 26 of June 2005 00:44, Warren wrote:
   You can check with pkg_info(1). You should have imake-4.5.0. The
   file /usr/X11R6/lib/X11/config/X11.tmpl should include the following:
  
   #ifndef DRMIncludesDir
   #define DRMIncludesDir $(XF86OSSRC)/shared/drm/kernel
   #endif
  
   If it does not, you should (re)install devel/imake-4 port.
 
  I actually have imake-6.8.1

 This is imake from Xorg distribution. You need to replace it with the one
 from XFree86. The following command should do the trick:

 portupgrade -o devel/imake-4 imake-6\*

That should be

portupgrade -fo devel/imake-4 imake-6\*

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


RE: Portupgrade in Xfree86 pkg failed

2005-06-25 Thread Ted Mittelstaedt

If you had mentioned in the beginning that this system was upgraded
from 4 you would have never spawned this discussion.  Since you don't
like the discussion perhaps that is a lesson to you to make more
complete questions, no?

Ted

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Warren
Sent: Saturday, June 25, 2005 4:26 PM
To: Dejan Lesjak
Cc: Mark Linimon; freebsd-questions@freebsd.org; Ted Mittelstaedt
Subject: Re: Portupgrade in Xfree86 pkg failed


I use XFree86 as it was what i was using when i upgraded the 
machine from 4.x 
to use 5.x and i personally prefer it, nothing more nothing 
less and untill 
such time as Xfree86 is no longer maintained willi entertain 
the idea of 
moving to Xorg.

Now  may i please be removed from your CC's .. i only wished to 
know what was 
the problem and possibly how to correct it, nothing more 
nothing less. I dont 
wish to be apart of this needless discussion.

-- 
Yours Sincerely
Shinjii
http://www.shinji.nq.nu
___
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: Portupgrade in Xfree86 pkg failed

2005-06-25 Thread Warren
On Sun, 26 Jun 2005 9:33 am, Ted Mittelstaedt wrote:
 If you had mentioned in the beginning that this system was upgraded
 from 4 you would have never spawned this discussion.  Since you don't
 like the discussion perhaps that is a lesson to you to make more
 complete questions, no?

 Ted

If thats what you want to believe, who am i to argue :)
-- 
Yours Sincerely
Shinjii
http://www.shinji.nq.nu
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: firewall on FreeBSD

2005-06-25 Thread Alex Zbyslaw

Paul Schmehl wrote:


--On June 25, 2005 8:42:24 AM +0200 mess-mate [EMAIL PROTECTED] wrote:



I've a firewall/router/proxy with openbsd and think to replace it
with freebsd 5.4
Do you mean freebsd's PF don't support the 'quick' keyword ??
Thought PF on freebsd and openbsd was identical, isn't ?

pf on freebsd does support the quick keyword.  The default 
firewall, ipfw, does not.


This makes no sense to me.  The two firewalls work very differently.

In pf, each rule is always processed on every packet and the last rule 
matching determines the action.  quick terminates the rule matching 
and forces the quick rule to be, in effect, the final rule (assuming 
the packet matched it).


ipfw does not match every rule for every packet, rather is processes 
down the rules until the packet matches one with a terminating action 
such as accept or deny.  No quick keyword is needed.


--Alex



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


Re: commandline audio volume?

2005-06-25 Thread Maximiliano Combina
On Sat, 2005-06-25 at 14:56 -0400, Louis LeBlanc wrote:
 Silly question, I know, but I can't seem to find the commandline audio
 volume adjustment command.
 
 Lou

try aumix

regards
maxi

--
Plantalta random fortune:
Turbio turbio como la caca.
(maXlo)

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


Chop off end of file

2005-06-25 Thread Svein Halvor Halvorsen

I have a ~70GB, of which the last ~50GB is garbage. I know exactly at what 
byte I want to cut the file, but I do not have enough free diskspace to do 
a 

   dd if=orig of=pre bs=... count=


Is it possible to just chop off the end of a file, without making a copy 
of its beginning? It's a dv-file, resulting from fwcontrol -R. I left my 
home and forgot about it. When I returned home, the disk was full, and now 
I need to delete the garbage. I know at exactly what byte to cut the 
stream.



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


Re: Chop off end of file

2005-06-25 Thread Dan Nelson
In the last episode (Jun 26), Svein Halvor Halvorsen said:
 I have a ~70GB, of which the last ~50GB is garbage. I know exactly at
 what byte I want to cut the file, but I do not have enough free
 diskspace to do a
 
dd if=orig of=pre bs=... count=
 
 
 Is it possible to just chop off the end of a file, without making a
 copy of its beginning? It's a dv-file, resulting from fwcontrol -R.
 I left my home and forgot about it. When I returned home, the disk
 was full, and now I need to delete the garbage. I know at exactly
 what byte to cut the stream.

Try the truncate command.

-- 
Dan Nelson
[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: Chop off end of file

2005-06-25 Thread Jonathan Chen
On Sun, Jun 26, 2005 at 01:57:33AM +0200, Svein Halvor Halvorsen wrote:
 
 I have a ~70GB, of which the last ~50GB is garbage. I know exactly at what 
 byte I want to cut the file, but I do not have enough free diskspace to do 
 a 
 
dd if=orig of=pre bs=... count=
 
 
 Is it possible to just chop off the end of a file, without making a copy 
 of its beginning?

truncate(1) is your friend.
-- 
Jonathan Chen  |  To do is to be  -- Nietzsche
[EMAIL PROTECTED] |  To be is to do  -- Sartre 
   |  Scooby do be do -- Scooby
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Chop off end of file

2005-06-25 Thread Svein Halvor Halvorsen

* Svein Halvor Halvorsen [2005-06-26 01:57 +0200]
  Is it possible to just chop off the end of a file, without making a copy 


I figured it out. Seems truncate(1) was it. 


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


Re: Chop off end of file

2005-06-25 Thread Svein Halvor Halvorsen

* Dan Nelson [2005-06-25 19:01 -0500]
  Try the truncate command.


* Jonathan Chen [2005-06-26 12:02 +1200]
  truncate(1) is your friend.


Thanks! I just figured this myself, after remembering that this operation 
is called to truncate. (Not easy when english is not one's first language)

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


Re: Managing updates in jails

2005-06-25 Thread Mark Bucciarelli
On Sun, Jun 26, 2005 at 12:31:42AM +0100, Alex Zbyslaw wrote:
 Mark Bucciarelli wrote:

I don't understand the relationship between cvsup and portupgrade.

 cvsup is a tool for maintaining a set of checked out files in sync with 
 a remote CVS repository without having to use CVS directly.  In the case 
 of the ports tree, those files are things like the Makefile, package 
 descriptions and patches.  

Ahhh ... light bulb goes off.

Thanks for your detailed post!

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


IPNAT / IPF / rdr issue

2005-06-25 Thread Andy Sutcliffe
I am having problems accessing internal resources (such as a web
server) from other internal clients when going from internal client -
public address - internal resource.  For example, when I attempt to
reach 'mydomain.com' from client machine X, the connection is refused
(I am of course, able to reach the web server through the internal
IP), however, I am able to access the web server via that URL from an
external network.  I have 'mydomain.com' pointed towards the external
IP of my gateway which in turn relays it to the internal web server. 
I have included the pertinent contents of /etc/ipnat.rules as well as
my /etc/ipf.conf file.  I am at a loss at this point...can anyone
point me in the right direction ?

Thanks in advance,
  - andy ( andy dot sutcliffe at gmail dot com)

Gateway:
  OS:FreeBSD 5.4
  Firewall: IPFilter
  Port Forwarding: IPNAT
  External eth: dc0
  Internal eth: ed0 (10.0.0.0)

Web Server
  OS: FreeBSD 5.4
 WWW: Apache 2.0

Client Machine(s)
  OS: Windows XP, FreeBSD, Linux

I have the following in /etc/ipnat.rules:

# innernet
map dc0 10.0.0.0/16 - 0.0.0.0/32 portmap tcp/udp 4:65000
map dc0 10.0.0.0/16 - 0.0.0.0/32

# www
rdr dc0 0.0.0.0/0 port 80 - 10.0.0.3 port 80

I have the following in /etc/ipf.conf:
#
# No restrictions on Inside LAN Interface for private network
# Not needed unless you have LAN
#

pass out quick on ed0 all
pass in quick on ed0 all

#
# No restrictions on Loopback Interface
#
pass in quick on lo0 all
pass out quick on lo0 all

#
# Interface facing Public Internet (Outbound Section)
# Interrogate session start requests originating from behind the
# firewall on the private network
# or from this gateway server destine for the public Internet.
#

# Allow out access to my ISP's Domain name server.
# xxx must be the IP address of your ISP's DNS.
# Dup these lines if your ISP has more than one DNS server
# Get the IP addresses from /etc/resolv.conf file
pass out quick on dc0 proto tcp from any to 67.43.192.6 port = 53
flags S keep state
pass out quick on dc0 proto udp from any to 67.43.192.6 port = 53 keep state
pass out quick on dc0 proto tcp from any to 137.118.1.33 port = 53
flags S keep state
pass out quick on dc0 proto udp from any to 137.118.1.33 port = 53 keep state

# Allow out access to my ISP's DHCP server for cable or DSL networks.
# This rule is not needed for 'user ppp' type connection to the
# public Internet, so you can delete this whole group.
# Use the following rule and check log for IP address.
# Then put IP address in commented out rule  delete first rule
pass out quick on dc0 proto udp from any to 67.43.192.6 port = 67 keep state


# Allow out non-secure standard www function
pass out quick on dc0 proto tcp from any to any port = 80 flags S keep state
pass out quick on dc0 proto tcp from any to any port = 81 flags S keep state

# Allow out secure www function https over TLS SSL
pass out quick on dc0 proto tcp from any to any port = 443 flags S keep state

# Allow out send  get email function
pass out quick on dc0 proto tcp from any to any port = 110 flags S keep state
pass out quick on dc0 proto tcp from any to any port = 25 flags S keep state

# Allow out Time
pass out quick on dc0 proto tcp from any to any port = 37 flags S keep state

# Allow out nntp news
pass out quick on dc0 proto tcp from any to any port = 119 flags S keep state

# Allow out gateway  LAN users non-secure FTP ( both passive  active modes)
# This function uses the IPNAT built in FTP proxy function coded in
# the nat rules file to make this single rule function correctly.
# If you want to use the pkg_add command to install application packages
# on your gateway system you need this rule.
pass out quick on dc0 proto tcp from any to any port = 21 flags S keep state

# Allow out secure FTP, Telnet, and SCP
# This function is using SSH (secure shell)
pass out quick on dc0 proto tcp from any to any port = 22 flags S keep state

# Allow out non-secure Telnet
pass out quick on dc0 proto tcp from any to any port = 23 flags S keep state

# Allow out FBSD CVSUP function
pass out quick on dc0 proto tcp from any to any port = 5999 flags S keep state

# Allow out ping to public Internet
pass out quick on dc0 proto icmp from any to any icmp-type 8 keep state

# Allow out whois for LAN PC to public Internet
pass out quick on dc0 proto tcp from any to any port = 43 flags S keep state

# Block and log only the first occurrence of everything
# else that's trying to get out.
# This rule enforces the block all by default logic.
block out log first quick on dc0 all


Installing sqlite and pysqlite in home directory

2005-06-25 Thread Shahthureen Khan
Hi, 
I am newbie to unix/FreeBSD. I want to install sqlite
and pysqlite on my home directory of my FreeBSD shell
account (they usually only allow person programs to
installed there). I have got the files from FreeBSD
ports and unpacked them. However, I can't seem to
figure out how to get install in my home directory
instead of trying to go to /var/db/ports/sqlite3 and
asking to switch to root. I have been searching google
for few hours and haven't found anything too useful.
Any help would be appericiated.

-Thanks

__
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]


ifconfig does not show ath0 wireless network card

2005-06-25 Thread ali ali
I bought a new wireless network card listed under freebsd's supported
hardware which is 'DLINK Air Plus Xtreme G DWD-G520'.

The DWD-G520 is an atheros wireless network card. So I recompiled my
freebsd kernel with the following options:-

device ath
device ath_hal
device wlan

But I still dont see ath0 interface when I execute the 'ifconfig' command.

dmesg | grep ath shows the following:-
server# dmesg | grep ath 
npx0: math processor on motherboard 
ath0: Atheros 5212 mem 0xdfff-0xdfff irq 11 at device 9.0 on pci0 
ath0: [GIANT-LOCKED] 
ath0: unable to attach hardware; HAL status 13 
device_attach: ath0 attach returned 6


Why this wireless network card is not working? And how to make it
work? I googled but didnt find any usefull answer, I hope to get
usefull answers this time

Note that I am not yet a member of freebsd's mailing lists, so please
send answers to my email [EMAIL PROTECTED]



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


RE: IPNAT / IPF / rdr issue

2005-06-25 Thread fbsd_user
Your using the public ip address of your gateway box from the
private LAN.
In this mode NAT and thus your rdr rule is never evoked. Your
request never exits your private network. The gateway system knows
himself by that public ip address.
What you should be doing is using the www.domainname.com so the
request has to go to your ISP DNS server to get your public ip
address, then it will enter on the external interface and be
nated/rdr to correct location.
There is nothing wrong with your ipfilter configuration, your just
using the wrong URL.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Andy
Sutcliffe
Sent: Saturday, June 25, 2005 9:01 PM
To: freebsd-questions@freebsd.org
Subject: IPNAT / IPF / rdr issue


I am having problems accessing internal resources (such as a web
server) from other internal clients when going from internal
client -
public address - internal resource.  For example, when I attempt to
reach 'mydomain.com' from client machine X, the connection is
refused
(I am of course, able to reach the web server through the internal
IP), however, I am able to access the web server via that URL from
an
external network.  I have 'mydomain.com' pointed towards the
external
IP of my gateway which in turn relays it to the internal web server.
I have included the pertinent contents of /etc/ipnat.rules as well
as
my /etc/ipf.conf file.  I am at a loss at this point...can anyone
point me in the right direction ?

Thanks in advance,
  - andy ( andy dot sutcliffe at gmail dot com)

Gateway:
  OS:FreeBSD 5.4
  Firewall: IPFilter
  Port Forwarding: IPNAT
  External eth: dc0
  Internal eth: ed0 (10.0.0.0)

Web Server
  OS: FreeBSD 5.4
 WWW: Apache 2.0

Client Machine(s)
  OS: Windows XP, FreeBSD, Linux

I have the following in /etc/ipnat.rules:

# innernet
map dc0 10.0.0.0/16 - 0.0.0.0/32 portmap tcp/udp 4:65000
map dc0 10.0.0.0/16 - 0.0.0.0/32

# www
rdr dc0 0.0.0.0/0 port 80 - 10.0.0.3 port 80

I have the following in /etc/ipf.conf:
#
# No restrictions on Inside LAN Interface for private network
# Not needed unless you have LAN
#

pass out quick on ed0 all
pass in quick on ed0 all

#
# No restrictions on Loopback Interface
#
pass in quick on lo0 all
pass out quick on lo0 all

#
# Interface facing Public Internet (Outbound Section)
# Interrogate session start requests originating from behind the
# firewall on the private network
# or from this gateway server destine for the public Internet.
#

# Allow out access to my ISP's Domain name server.
# xxx must be the IP address of your ISP's DNS.
# Dup these lines if your ISP has more than one DNS server
# Get the IP addresses from /etc/resolv.conf file
pass out quick on dc0 proto tcp from any to 67.43.192.6 port = 53
flags S keep state
pass out quick on dc0 proto udp from any to 67.43.192.6 port = 53
keep state
pass out quick on dc0 proto tcp from any to 137.118.1.33 port = 53
flags S keep state
pass out quick on dc0 proto udp from any to 137.118.1.33 port = 53
keep state

# Allow out access to my ISP's DHCP server for cable or DSL
networks.
# This rule is not needed for 'user ppp' type connection to the
# public Internet, so you can delete this whole group.
# Use the following rule and check log for IP address.
# Then put IP address in commented out rule  delete first rule
pass out quick on dc0 proto udp from any to 67.43.192.6 port = 67
keep state


# Allow out non-secure standard www function
pass out quick on dc0 proto tcp from any to any port = 80 flags S
keep state
pass out quick on dc0 proto tcp from any to any port = 81 flags S
keep state

# Allow out secure www function https over TLS SSL
pass out quick on dc0 proto tcp from any to any port = 443 flags S
keep state

# Allow out send  get email function
pass out quick on dc0 proto tcp from any to any port = 110 flags S
keep state
pass out quick on dc0 proto tcp from any to any port = 25 flags S
keep state

# Allow out Time
pass out quick on dc0 proto tcp from any to any port = 37 flags S
keep state

# Allow out nntp news
pass out quick on dc0 proto tcp from any to any port = 119 flags S
keep state

# Allow out gateway  LAN users non-secure FTP ( both passive 
active modes)
# This function uses the IPNAT built in FTP proxy function coded in
# the nat rules file to make this single rule function correctly.
# If you want to use the pkg_add command to install application
packages
# on your gateway system you need this rule.
pass out quick on dc0 proto tcp from any to any port = 21 flags S
keep state

# Allow out secure FTP, Telnet, and SCP
# This function is using SSH (secure shell)
pass out 

Supported Hardware

2005-06-25 Thread Juan Palacios
Hello,

 Anyone know what modems free bsd supports? Is pc
bsd and free bsd from the same company? guy? Which is
better?
I know its in beat mode thou, pc bsd that's. So
where's the modem compatibility list? Does it support
intel 537 pci modem? thanks ...list please :(



 
Yahoo! Sports 
Rekindle the Rivalries. Sign up for Fantasy Football 
http://football.fantasysports.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Starting 'phpMyAdmin'

2005-06-25 Thread Gerard Seibert
I have Apache2 installed. I placed the following entry in the 'httpd.conf' 
file:


Alias /phpmyadmin/ /usr/local/www/phpMyAdmin/

That was based on the instructions I received when I installed the program 
via the ports system.


The problem I am having is that I cannot seem to start the program from 
the web browser. I do not know what I am doing wrong. Can someone else who 
runs this program clue me in on how to start it.


I do have a site hosted for me in which I simply type:

http://mysite.com/pma

and the program will start. I have tried all sorts of combinations with it 
hosted on my computer, but without results.


--
Thanks!

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


5.4 kernel ccd driver

2005-06-25 Thread Casey Scott
Has ccd driver support been removed from the 5.4 kernel? Below caused me to 
ask the question. 

ccdconfig ccd0c 1 0 ad2e ad3e
ccdconfig: Provider not found
or possibly kernel and ccdconfig out of sync


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


Re: IPNAT / IPF / rdr issue

2005-06-25 Thread Andy Sutcliffe
I tried that as well, but am still getting the same 'connection
refused' error from the web browser on the local client machine.

On 6/25/05, fbsd_user [EMAIL PROTECTED] wrote:
 Your using the public ip address of your gateway box from the
 private LAN.
 In this mode NAT and thus your rdr rule is never evoked. Your
 request never exits your private network. The gateway system knows
 himself by that public ip address.
 What you should be doing is using the www.domainname.com so the
 request has to go to your ISP DNS server to get your public ip
 address, then it will enter on the external interface and be
 nated/rdr to correct location.
 There is nothing wrong with your ipfilter configuration, your just
 using the wrong URL.
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Andy
 Sutcliffe
 Sent: Saturday, June 25, 2005 9:01 PM
 To: freebsd-questions@freebsd.org
 Subject: IPNAT / IPF / rdr issue
 
 
 I am having problems accessing internal resources (such as a web
 server) from other internal clients when going from internal
 client -
 public address - internal resource.  For example, when I attempt to
 reach 'mydomain.com' from client machine X, the connection is
 refused
 (I am of course, able to reach the web server through the internal
 IP), however, I am able to access the web server via that URL from
 an
 external network.  I have 'mydomain.com' pointed towards the
 external
 IP of my gateway which in turn relays it to the internal web server.
 I have included the pertinent contents of /etc/ipnat.rules as well
 as
 my /etc/ipf.conf file.  I am at a loss at this point...can anyone
 point me in the right direction ?
 
 Thanks in advance,
   - andy ( andy dot sutcliffe at gmail dot com)
 
 Gateway:
   OS:FreeBSD 5.4
   Firewall: IPFilter
   Port Forwarding: IPNAT
   External eth: dc0
   Internal eth: ed0 (10.0.0.0)
 
 Web Server
   OS: FreeBSD 5.4
  WWW: Apache 2.0
 
 Client Machine(s)
   OS: Windows XP, FreeBSD, Linux
 
 I have the following in /etc/ipnat.rules:
 
 # innernet
 map dc0 10.0.0.0/16 - 0.0.0.0/32 portmap tcp/udp 4:65000
 map dc0 10.0.0.0/16 - 0.0.0.0/32
 
 # www
 rdr dc0 0.0.0.0/0 port 80 - 10.0.0.3 port 80
 
 I have the following in /etc/ipf.conf:
 #
 # No restrictions on Inside LAN Interface for private network
 # Not needed unless you have LAN
 #
 
 pass out quick on ed0 all
 pass in quick on ed0 all
 
 #
 # No restrictions on Loopback Interface
 #
 pass in quick on lo0 all
 pass out quick on lo0 all
 
 #
 # Interface facing Public Internet (Outbound Section)
 # Interrogate session start requests originating from behind the
 # firewall on the private network
 # or from this gateway server destine for the public Internet.
 #
 
 # Allow out access to my ISP's Domain name server.
 # xxx must be the IP address of your ISP's DNS.
 # Dup these lines if your ISP has more than one DNS server
 # Get the IP addresses from /etc/resolv.conf file
 pass out quick on dc0 proto tcp from any to 67.43.192.6 port = 53
 flags S keep state
 pass out quick on dc0 proto udp from any to 67.43.192.6 port = 53
 keep state
 pass out quick on dc0 proto tcp from any to 137.118.1.33 port = 53
 flags S keep state
 pass out quick on dc0 proto udp from any to 137.118.1.33 port = 53
 keep state
 
 # Allow out access to my ISP's DHCP server for cable or DSL
 networks.
 # This rule is not needed for 'user ppp' type connection to the
 # public Internet, so you can delete this whole group.
 # Use the following rule and check log for IP address.
 # Then put IP address in commented out rule  delete first rule
 pass out quick on dc0 proto udp from any to 67.43.192.6 port = 67
 keep state
 
 
 # Allow out non-secure standard www function
 pass out quick on dc0 proto tcp from any to any port = 80 flags S
 keep state
 pass out quick on dc0 proto tcp from any to any port = 81 flags S
 keep state
 
 # Allow out secure www function https over TLS SSL
 pass out quick on dc0 proto tcp from any to any port = 443 flags S
 keep state
 
 # Allow out send  get email function
 pass out quick on dc0 proto tcp from any to any port = 110 flags S
 keep state
 pass out quick on dc0 proto tcp from any to any port = 25 flags S
 keep state
 
 # Allow out Time
 pass out quick on dc0 proto tcp from any to any port = 37 flags S
 keep state
 
 # Allow out nntp news
 pass out quick on dc0 proto tcp from any to any port = 119 flags S
 keep state
 
 # Allow out gateway  LAN users non-secure FTP ( both passive 
 active modes)
 # This function uses the IPNAT built in FTP proxy function coded in
 # the nat rules file to make this single 

RE: IPNAT / IPF / rdr issue

2005-06-25 Thread John Brooks
Implement a 'split-horizon' dns setup. Clients on the internal network
are served the internal address for the resource and never need to
traverse the gateway. External hosts are served from the authoritative
nameservers as is currently happening.

I set up such a system a couple weeks ago with tinydns, took about 30
minutes, and was fairly easy.

Alternately you could use each internal computer's hosts file with
a setting of the internal address for the resource. Can get complicated
keeping everything in sync. Tinydns works much better. Bind also has a
split-horizon capability, but then bind is not permitted to exist in any
of my networks or systems (personal choice, but let's not go there ;-) ).

google for tinydns and split-horizon for howto's.

--
John Brooks
[EMAIL PROTECTED]

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Andy Sutcliffe
 Sent: Saturday, June 25, 2005 8:01 PM
 To: freebsd-questions@freebsd.org
 Subject: IPNAT / IPF / rdr issue


 I am having problems accessing internal resources (such as a web
 server) from other internal clients when going from internal client -
 public address - internal resource.  For example, when I attempt to
 reach 'mydomain.com' from client machine X, the connection is refused
 (I am of course, able to reach the web server through the internal
 IP), however, I am able to access the web server via that URL from an
 external network.  I have 'mydomain.com' pointed towards the external
 IP of my gateway which in turn relays it to the internal web server.
 I have included the pertinent contents of /etc/ipnat.rules as well as
 my /etc/ipf.conf file.  I am at a loss at this point...can anyone
 point me in the right direction ?

 Thanks in advance,
   - andy ( andy dot sutcliffe at gmail dot com)

 Gateway:
   OS:FreeBSD 5.4
   Firewall: IPFilter
   Port Forwarding: IPNAT
   External eth: dc0
   Internal eth: ed0 (10.0.0.0)

 Web Server
   OS: FreeBSD 5.4
  WWW: Apache 2.0

 Client Machine(s)
   OS: Windows XP, FreeBSD, Linux

 I have the following in /etc/ipnat.rules:

 # innernet
 map dc0 10.0.0.0/16 - 0.0.0.0/32 portmap tcp/udp 4:65000
 map dc0 10.0.0.0/16 - 0.0.0.0/32

 # www
 rdr dc0 0.0.0.0/0 port 80 - 10.0.0.3 port 80

 I have the following in /etc/ipf.conf:
 #
 # No restrictions on Inside LAN Interface for private network
 # Not needed unless you have LAN
 #

 pass out quick on ed0 all
 pass in quick on ed0 all

 #
 # No restrictions on Loopback Interface
 #
 pass in quick on lo0 all
 pass out quick on lo0 all

 #
 # Interface facing Public Internet (Outbound Section)
 # Interrogate session start requests originating from behind the
 # firewall on the private network
 # or from this gateway server destine for the public Internet.
 #

 # Allow out access to my ISP's Domain name server.
 # xxx must be the IP address of your ISP's DNS.
 # Dup these lines if your ISP has more than one DNS server
 # Get the IP addresses from /etc/resolv.conf file
 pass out quick on dc0 proto tcp from any to 67.43.192.6 port = 53
 flags S keep state
 pass out quick on dc0 proto udp from any to 67.43.192.6 port = 53
 keep state
 pass out quick on dc0 proto tcp from any to 137.118.1.33 port = 53
 flags S keep state
 pass out quick on dc0 proto udp from any to 137.118.1.33 port =
 53 keep state

 # Allow out access to my ISP's DHCP server for cable or DSL networks.
 # This rule is not needed for 'user ppp' type connection to the
 # public Internet, so you can delete this whole group.
 # Use the following rule and check log for IP address.
 # Then put IP address in commented out rule  delete first rule
 pass out quick on dc0 proto udp from any to 67.43.192.6 port = 67
 keep state


 # Allow out non-secure standard www function
 pass out quick on dc0 proto tcp from any to any port = 80 flags S
 keep state
 pass out quick on dc0 proto tcp from any to any port = 81 flags S
 keep state

 # Allow out secure www function https over TLS SSL
 pass out quick on dc0 proto tcp from any to any port = 443 flags
 S keep state

 # Allow out send  get email function
 pass out quick on dc0 proto tcp from any to any port = 110 flags
 S keep state
 pass out quick on dc0 proto tcp from any to any port = 25 flags S
 keep state

 # Allow out Time
 pass out quick on dc0 proto tcp from any to any port = 37 flags S
 keep state

 # Allow out nntp news
 pass out quick on dc0 proto tcp from any to any port = 119 flags
 S keep state

 # Allow out gateway  LAN users non-secure FTP ( both passive 
 active modes)
 # This function uses the IPNAT built in FTP proxy function coded in
 # the nat 

RE: IPNAT / IPF / rdr issue

2005-06-25 Thread John Brooks
unless I'm completely misunderstanding this...  sending packets
out thru the gateway from the inside only to turn around and come 
back in thru the same gateway is not going to fly. if you can get
that to work please let me know how.

--
John Brooks
[EMAIL PROTECTED] 

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of fbsd_user
 Sent: Saturday, June 25, 2005 9:12 PM
 To: Andy Sutcliffe; freebsd-questions@freebsd.org
 Subject: RE: IPNAT / IPF / rdr issue
 
 
 Your using the public ip address of your gateway box from the
 private LAN.
 In this mode NAT and thus your rdr rule is never evoked. Your
 request never exits your private network. The gateway system knows
 himself by that public ip address.
 What you should be doing is using the www.domainname.com so the
 request has to go to your ISP DNS server to get your public ip
 address, then it will enter on the external interface and be
 nated/rdr to correct location.
 There is nothing wrong with your ipfilter configuration, your just
 using the wrong URL.
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Andy
 Sutcliffe
 Sent: Saturday, June 25, 2005 9:01 PM
 To: freebsd-questions@freebsd.org
 Subject: IPNAT / IPF / rdr issue
 
 
 I am having problems accessing internal resources (such as a web
 server) from other internal clients when going from internal
 client -
 public address - internal resource.  For example, when I attempt to
 reach 'mydomain.com' from client machine X, the connection is
 refused
 (I am of course, able to reach the web server through the internal
 IP), however, I am able to access the web server via that URL from
 an
 external network.  I have 'mydomain.com' pointed towards the
 external
 IP of my gateway which in turn relays it to the internal web server.
 I have included the pertinent contents of /etc/ipnat.rules as well
 as
 my /etc/ipf.conf file.  I am at a loss at this point...can anyone
 point me in the right direction ?
 
 Thanks in advance,
   - andy ( andy dot sutcliffe at gmail dot com)
 
 Gateway:
   OS:FreeBSD 5.4
   Firewall: IPFilter
   Port Forwarding: IPNAT
   External eth: dc0
   Internal eth: ed0 (10.0.0.0)
 
 Web Server
   OS: FreeBSD 5.4
  WWW: Apache 2.0
 
 Client Machine(s)
   OS: Windows XP, FreeBSD, Linux
 
 I have the following in /etc/ipnat.rules:
 
 # innernet
 map dc0 10.0.0.0/16 - 0.0.0.0/32 portmap tcp/udp 4:65000
 map dc0 10.0.0.0/16 - 0.0.0.0/32
 
 # www
 rdr dc0 0.0.0.0/0 port 80 - 10.0.0.3 port 80
 
 I have the following in /etc/ipf.conf:
 #
 # No restrictions on Inside LAN Interface for private network
 # Not needed unless you have LAN
 #
 
 pass out quick on ed0 all
 pass in quick on ed0 all
 
 #
 # No restrictions on Loopback Interface
 #
 pass in quick on lo0 all
 pass out quick on lo0 all
 
 #
 # Interface facing Public Internet (Outbound Section)
 # Interrogate session start requests originating from behind the
 # firewall on the private network
 # or from this gateway server destine for the public Internet.
 #
 
 # Allow out access to my ISP's Domain name server.
 # xxx must be the IP address of your ISP's DNS.
 # Dup these lines if your ISP has more than one DNS server
 # Get the IP addresses from /etc/resolv.conf file
 pass out quick on dc0 proto tcp from any to 67.43.192.6 port = 53
 flags S keep state
 pass out quick on dc0 proto udp from any to 67.43.192.6 port = 53
 keep state
 pass out quick on dc0 proto tcp from any to 137.118.1.33 port = 53
 flags S keep state
 pass out quick on dc0 proto udp from any to 137.118.1.33 port = 53
 keep state
 
 # Allow out access to my ISP's DHCP server for cable or DSL
 networks.
 # This rule is not needed for 'user ppp' type connection to the
 # public Internet, so you can delete this whole group.
 # Use the following rule and check log for IP address.
 # Then put IP address in commented out rule  delete first rule
 pass out quick on dc0 proto udp from any to 67.43.192.6 port = 67
 keep state
 
 
 # Allow out non-secure standard www function
 pass out quick on dc0 proto tcp from any to any port = 80 flags S
 keep state
 pass out quick on dc0 proto tcp from any to any port = 81 flags S
 keep state
 
 # Allow out secure www function https over TLS SSL
 pass out quick on dc0 proto tcp from any to any port = 443 flags S
 keep state
 
 # Allow out send  get email function
 pass out quick on dc0 proto tcp from any to any port = 110 flags S
 keep state
 pass out quick on dc0 proto tcp from any to any port = 25 flags S
 keep state
 
 # Allow out Time
 pass out quick on dc0 proto tcp from any to any 

RE: IPNAT / IPF / rdr issue

2005-06-25 Thread fbsd_user
Do you have your mydomain.com in the /etc/hosts file on the gateway?
All your clients are on the LAN behind the gateway correct.
Do you have static IP from your ISP?
Are you using a dynamic DNS service?
Explain you cabling layout of your network.

-Original Message-
From: Andy Sutcliffe [mailto:[EMAIL PROTECTED]
Sent: Saturday, June 25, 2005 10:36 PM
To: [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Subject: Re: IPNAT / IPF / rdr issue


I tried that as well, but am still getting the same 'connection
refused' error from the web browser on the local client machine.

On 6/25/05, fbsd_user [EMAIL PROTECTED] wrote:
 Your using the public ip address of your gateway box from the
 private LAN.
 In this mode NAT and thus your rdr rule is never evoked. Your
 request never exits your private network. The gateway system knows
 himself by that public ip address.
 What you should be doing is using the www.domainname.com so the
 request has to go to your ISP DNS server to get your public ip
 address, then it will enter on the external interface and be
 nated/rdr to correct location.
 There is nothing wrong with your ipfilter configuration, your just
 using the wrong URL.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Andy
 Sutcliffe
 Sent: Saturday, June 25, 2005 9:01 PM
 To: freebsd-questions@freebsd.org
 Subject: IPNAT / IPF / rdr issue


 I am having problems accessing internal resources (such as a web
 server) from other internal clients when going from internal
 client -
 public address - internal resource.  For example, when I attempt
to
 reach 'mydomain.com' from client machine X, the connection is
 refused
 (I am of course, able to reach the web server through the internal
 IP), however, I am able to access the web server via that URL from
 an
 external network.  I have 'mydomain.com' pointed towards the
 external
 IP of my gateway which in turn relays it to the internal web
server.
 I have included the pertinent contents of /etc/ipnat.rules as well
 as
 my /etc/ipf.conf file.  I am at a loss at this point...can anyone
 point me in the right direction ?

 Thanks in advance,
   - andy ( andy dot sutcliffe at gmail dot com)

 Gateway:
   OS:FreeBSD 5.4
   Firewall: IPFilter
   Port Forwarding: IPNAT
   External eth: dc0
   Internal eth: ed0 (10.0.0.0)

 Web Server
   OS: FreeBSD 5.4
  WWW: Apache 2.0

 Client Machine(s)
   OS: Windows XP, FreeBSD, Linux

 I have the following in /etc/ipnat.rules:

 # innernet
 map dc0 10.0.0.0/16 - 0.0.0.0/32 portmap tcp/udp 4:65000
 map dc0 10.0.0.0/16 - 0.0.0.0/32

 # www
 rdr dc0 0.0.0.0/0 port 80 - 10.0.0.3 port 80

 I have the following in /etc/ipf.conf:
 #
 # No restrictions on Inside LAN Interface for private network
 # Not needed unless you have LAN
 #

 pass out quick on ed0 all
 pass in quick on ed0 all

 #
 # No restrictions on Loopback Interface
 #
 pass in quick on lo0 all
 pass out quick on lo0 all

 #
 # Interface facing Public Internet (Outbound Section)
 # Interrogate session start requests originating from behind the
 # firewall on the private network
 # or from this gateway server destine for the public Internet.
 #

 # Allow out access to my ISP's Domain name server.
 # xxx must be the IP address of your ISP's DNS.
 # Dup these lines if your ISP has more than one DNS server
 # Get the IP addresses from /etc/resolv.conf file
 pass out quick on dc0 proto tcp from any to 67.43.192.6 port = 53
 flags S keep state
 pass out quick on dc0 proto udp from any to 67.43.192.6 port = 53
 keep state
 pass out quick on dc0 proto tcp from any to 137.118.1.33 port = 53
 flags S keep state
 pass out quick on dc0 proto udp from any to 137.118.1.33 port = 53
 keep state

 # Allow out access to my ISP's DHCP server for cable or DSL
 networks.
 # This rule is not needed for 'user ppp' type connection to the
 # public Internet, so you can delete this whole group.
 # Use the following rule and check log for IP address.
 # Then put IP address in commented out rule  delete first rule
 pass out quick on dc0 proto udp from any to 67.43.192.6 port = 67
 keep state


 # Allow out non-secure standard www function
 pass out quick on dc0 proto tcp from any to any port = 80 flags S
 keep state
 pass out quick on dc0 proto tcp from any to any port = 81 flags S
 keep state

 # Allow out secure www function https over TLS SSL
 pass out quick on dc0 proto tcp from any to any port = 443 flags S
 keep state

 # Allow out send  get email function
 pass out quick on dc0 proto tcp from any to any port = 110 flags S
 keep state
 pass out quick on dc0 proto tcp from 

psm0: [GIANT-LOCKED]

2005-06-25 Thread Bill Schoolcraft
Hello Family,

Well, now I just had one more question about the FreeBSD-5.4/amd64
system I'm trying to get the mouse working on. I booted in verbose
mode and spotted the following in dmesg:


[EMAIL PROTECTED] ~]- dmesg|grep psm0

psm0: current command byte:0047
psm0: PS/2 Mouse flags 0x2000 irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model IntelliMouse Explorer, device ID 4-00, 5 buttons
psm0: config:2000, flags:0008, packet size:4
psm0: syncmask:08, syncbits:00



Does anyone have any idea what the GIANT-LOCKED comment means?

Thanks again everyone.

__
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: firewall on FreeBSD

2005-06-25 Thread Giorgos Keramidas
On 2005-06-26 00:40, Alex Zbyslaw [EMAIL PROTECTED] wrote:
 Paul Schmehl wrote:
 pf on freebsd does support the quick keyword.  The default
 firewall, ipfw, does not.

 This makes no sense to me.  The two firewalls work very differently.

 In pf, each rule is always processed on every packet and the last rule
 matching determines the action.  quick terminates the rule matching
 and forces the quick rule to be, in effect, the final rule (assuming
 the packet matched it).

 ipfw does not match every rule for every packet, rather is processes
 down the rules until the packet matches one with a terminating action
 such as accept or deny.  No quick keyword is needed.

You describe very nicely the way rules are matched by two of the three
different firewalls available on FreeBSD.  The description, being very
correct, *does* make sense.

Why do you say that ``This makes no sense to you''?

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


Re: Starting 'phpMyAdmin'

2005-06-25 Thread Bill Campbell
On Sat, Jun 25, 2005, Gerard Seibert wrote:
I have Apache2 installed. I placed the following entry in the 'httpd.conf' 
file:

Alias /phpmyadmin/ /usr/local/www/phpMyAdmin/

That was based on the instructions I received when I installed the program 
via the ports system.

The problem I am having is that I cannot seem to start the program from 
the web browser. I do not know what I am doing wrong. Can someone else who 
runs this program clue me in on how to start it.

Unless it's changed in apache2, you need to have index.php in
your DirectoryIndex for the directory (and have mod_php installed
of course :-).

Bill
--
INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Software LLC
UUCP:   camco!bill  PO Box 820; 6641 E. Mercer Way
FAX:(206) 232-9186  Mercer Island, WA 98040-0820; (206) 236-1676
URL: http://www.celestial.com/

Government spending?  I don't know what it's all about.  I don't know
any more about this thing than an economist does, and, God knows, he
doesn't know much.
-- Will Rogers
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Portupgrade in Xfree86 pkg failed

2005-06-25 Thread Ted Mittelstaedt


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Warren
Sent: Saturday, June 25, 2005 4:35 PM
To: freebsd-questions@freebsd.org
Cc: Dejan Lesjak; Ted Mittelstaedt; Mark Linimon
Subject: Re: Portupgrade in Xfree86 pkg failed


On Sun, 26 Jun 2005 9:33 am, Ted Mittelstaedt wrote:
 If you had mentioned in the beginning that this system was upgraded
 from 4 you would have never spawned this discussion.  Since you don't
 like the discussion perhaps that is a lesson to you to make more
 complete questions, no?

 Ted

If thats what you want to believe, who am i to argue :)

It was just a question, not a statement.  No I guess, then.  Figures.

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


Re: Supported Hardware

2005-06-25 Thread Kevin Kinsey

Juan Palacios wrote:


Hello,

Anyone know what modems free bsd supports? Is pc
bsd and free bsd from the same company? guy? Which is
better?
I know its in beat mode thou, pc bsd that's. So
where's the modem compatibility list? Does it support
intel 537 pci modem? thanks ...list please :(
 



Hello, Juan!

The FreeBSD Project (it's a 'loosely-knit' but
rather large and highly-skilled group of
professionals who work for the Project
in their spare time) maintains a hardware
compatability list on the project's web site.
For the latest release (5.4) on all architectures, see:

http://www.freebsd.org/releases/5.4R/hardware.html

If you use the i386 architecture (most
people do; these are the IBM-PC compatible
machines and 'clones', if you will), then your
reading should probably start at:

http://www.freebsd.org/releases/5.4R/hardware-i386.html

I've not heard of pcbsd.  It's likely that pcbsd is using
FreeBSD code (or OpenBSD or NetBSD code) in their
product.  FreeBSD is free, and they could legally
do that (AAMOF, I'd consider it pretty smart)

As for the specific modem you mention, I can't say
for sure.  Conventional wisdom has always been
no internal (Win)modems, but I'm sure I'm way behind
on my knowledge in this area.  For one thing, not all
internal modems are Winmodems; some have an
onboard processing unit, but these are increasingly
less prevalent today.  I'm not sure if I've ever seen
one that wasn't an old 14.4Kbps unit

Secondly, and on a better note:  if the modem
has a Lucent chipset, a third-party port exists
to assist the system in using the card.

Finally, there have recently been efforts to
create a sort of Windows emulation layer
for network cards*; I don't know if a similar
effort for modems is underway or not, or if
it is even possible.

Good luck with FreeBSD!

Kevin Kinsey

*For the rest of the world reading this:  Yes,
I'm referring to ndis(4); yes, it's technically
a wrapper, and no, I don't have any idea whether
something like that could be going on for modems
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


newfs question

2005-06-25 Thread Casey Scott
I am in the process of moving a software RAID volume (ccd)  from a 4.x machine 
to a 5.x machine. I can not get anything to write to the drive.  I want to 
just rebuild the stripe from scratch and have successfully done a ccdconfig. 
However, newfs failed to write to the drive. 

newfs: /dev/ccd0: failed to open disk for writing

Any suggestions? 

Thanks

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


gzip from ports vs gzip from system

2005-06-25 Thread Norberto Meijome

Hi there,
I had to install gzip from ports as gzip from base system doesn't seem 
to support 2GB files. Now I find myself with a set of gzip utils in 
/usr/bin/ (system) and one in /usr/local/ (ports).


Is there a command equivalent to use.perl ports for gzip, os by 
default the ports version is used? Couldnt find one, nor a setting for 
make.conf or rc.conf.


Yes, i could have made the base of the port = /usr rather than 
/usr/local but i though that would modify too much..


This is a 4.11 server.

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


Re: gzip from ports vs gzip from system

2005-06-25 Thread Dan Nelson
In the last episode (Jun 26), Norberto Meijome said:
 Hi there,
 I had to install gzip from ports as gzip from base system doesn't seem 
 to support 2GB files. Now I find myself with a set of gzip utils in 
 /usr/bin/ (system) and one in /usr/local/ (ports).

I have never had any problems with gzip and files over 2gb.  Do you
have an example?

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


  1   2   >