Re: whi?

2005-11-25 Thread AK
Why not just say no while it's doing that? Then when you want to switch the
CDs, say yes and it then starts installing the apps from that one.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Does FreeBSD 6.0 fully support PCI-Express?

2005-11-25 Thread Ted Mittelstaedt


-Original Message-
From: Micah [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 24, 2005 8:11 AM
To: Ted Mittelstaedt
Cc: Hans Nieser; freebsd-questions@freebsd.org
Subject: Re: Does FreeBSD 6.0 fully support PCI-Express?



 Micah, if this has changed, please cite where.  I myself also
happen to
 have a system with an onboard nvidia card so I really am interested,
 not just trying to flame-bait.

I think I understand your claim.  Source code with an open source
license is not Open Source unless it is actively maintained by someone
and has freely available specs.

No, not exactly.  This is a special case with device drivers.

A simple standalone program that does not interface with hardware, if
it's source is open with an open source license, it's open source,
even if it is not actively maintained, and even if nobody has published
a flowchart or logic diagram that indicates how the code works.

Such a program can be modified or maintained by anyone, if they are
competent enough.

But device drivers are different cases, because even if the source
is open, and licensed as open, unless you are able to determine
how the hardware works from looking at the source code, it really
isn't open source because nobody can modify it.  Nobody that is,
except someone who has the hardware technical documentation.  And
that documentation is not something Nvidia gives out, even under
NDA.

The author of NV, Mark, is an Nvidia employee, so he has access
to this data and can modify the driver.  But nobody else can
modify the driver who doesen't work for Nvidia.  Thus it's
immaterial - for a device driver - if source is open or not or
source is licensed as open source or not, because other people
are prevented from working on the driver.

It would be like if I patented a software algorithim and released
open source for it, then started suing everyone for patent
violations who simply used that source. (NOT copyright violations)
Kind of like Unisys and the .gif file format.

Under that criteria, I guess NV isn't
open source.


There's an open source organization which is trying to establish
branding on the name open source who has a bunch of criterian
that they claim a program license must meet to be termed open source
I don't hold with that, but if you do I do not think that the source
for the nv driver meets their criterian either.

I view a program as being open source based on what the copyright
holder intends with it.  For example, I don't have a problem with
a copyright holder claiming copyright on a program then writing a license
that only permits people to download the source and compile it
and use it in their own projects, or for custom projects they
are doing for other people, but prohibits people from compiling
binaries of the program then selling those binaries as standalone
programs, or using the source in software that they are selling
standalone binaries of.  To me, that is open source but to
a lot of people it isn't.  To GNU it isn't, but rather than
writing a license that bars selling software, they wrote a
license that requires source to be provided if you do sell the
software, in the hopes that this would kill enthusiasm among
people for selling open source.  Goals of GNU and the hypothetical
copyright holder are the same, but approach to that goal is
different - thus GNU claims it's own stuff is open source and
the hypothetical copyright holders stuff isn't.

Ted

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


RE: Mozilla Firefox - anyone succeeded in installing?

2005-11-25 Thread Ted Mittelstaedt

firefox is one of those programs that you need a current ports tree.

When I'm installing a system that I want to run firefox on, what I do is
I install the release, WITHOUT xorg, and without ports, then cvsup ports,
then compile xorg, then compile firefox.

Ted

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
Odhiambo Washington
Sent: Thursday, November 24, 2005 8:19 AM
To: freebsd-questions@freebsd.org
Subject: Mozilla Firefox - anyone succeeded in installing?



All attempts at compiling firefox on 5.4-STABLE fail at the same point:


c++ -o nsDNSService2.o -c  -DMOZILLA_INTERNAL_API
-DOSTYPE=\FreeBSD5\ -DOSARCH=\FreeBSD\
-DBUILD_ID=00 -DIMPL_NS_NET -I./../../base/s
rc  -I../../../dist/include/xpcom
-I../../../dist/include/string -I../../../dist/include/pref
-I../../../dist/include/unicharutil -I../../../dist
/include/necko -I../../../dist/include
-I/usr/local/include/nspr -I/usr/local/include
-I/usr/local/include  -I../../../dist/sdk/include -I/usr/X1
1R6/include   -fPIC  -I/usr/X11R6/include -I/usr/local/include
-I/usr/X11R6/include  -I/usr/X11R6/include -fno-rtti
-fno-exceptions -Wall -Wconv
ersion -Wpointer-arith -Wcast-align -Woverloaded-virtual
-Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor
-Wno-long-long -O2 -fno-strict-alia
sing -pipe -fshort-wchar -pipe  -DNDEBUG -DTRIMMED -O
-I/usr/X11R6/include -I/usr/local/include  -I/usr/X11R6/include
 -I/usr/X11R6/include -DMO
ZILLA_CLIENT -include ../../../mozilla-config.h nsDNSService2.cpp
In file included from nsDNSService2.h:40,
 from nsDNSService2.cpp:38:
nsHostResolver.h:95: error: ISO C++ forbids declaration of
`PRAddrInfo' with no type
nsHostResolver.h:95: error: expected `;' before '*' token
nsHostResolver.h: In member function `PRBool
nsHostRecord::HasResult() const':
nsHostResolver.h:99: error: `addr_info' undeclared (first use
this function)
nsHostResolver.h:99: error: (Each undeclared identifier is
reported only once for each function it appears in.)
nsHostResolver.h: At global scope:
nsHostResolver.h:209: error: `PRAddrInfo' has not been declared
nsHostResolver.h:209: error: ISO C++ forbids declaration of
`parameter' with no type
nsDNSService2.cpp: In member function `virtual nsresult
nsDNSRecord::GetCanonicalName(nsACString_internal)':
nsDNSService2.cpp:98: error: 'class
nsDerivedSafensHostRecord' has no member named 'addr_info'
nsDNSService2.cpp:99: error: 'class
nsDerivedSafensHostRecord' has no member named 'addr_info'
nsDNSService2.cpp:99: error: `PR_GetCanonNameFromAddrInfo'
undeclared (first use this function)
nsDNSService2.cpp: In member function `virtual nsresult
nsDNSRecord::GetNextAddr(PRUint16, PRNetAddr*)':
nsDNSService2.cpp:115: error: 'class
nsDerivedSafensHostRecord' has no member named 'addr_info'
nsDNSService2.cpp:116: error: 'class
nsDerivedSafensHostRecord' has no member named 'addr_info'
nsDNSService2.cpp:116: error: `PR_EnumerateAddrInfo' undeclared
(first use this function)
nsDNSService2.cpp: In member function `PRUint16
nsDNSService::GetAFForLookup(const nsACString_internal)':
nsDNSService2.cpp:537: error: `PR_AF_UNSPEC' undeclared (first
use this function)
gmake[4]: *** [nsDNSService2.o] Error 1
gmake[4]: Leaving directory
`/usr/ports/www/firefox-devel/work/mozilla/netwerk/dns/src'
gmake[3]: *** [libs] Error 2
gmake[3]: Leaving directory
`/usr/ports/www/firefox-devel/work/mozilla/netwerk/dns'
gmake[2]: *** [libs] Error 2
gmake[2]: Leaving directory
`/usr/ports/www/firefox-devel/work/mozilla/netwerk'
gmake[1]: *** [tier_9] Error 2
gmake[1]: Leaving directory `/usr/ports/www/firefox-devel/work/mozilla'
gmake: *** [default] Error 2
*** Error code 2

Stop in /usr/ports/www/firefox-devel.




-Wash

http://www.netmeister.org/news/learn2quote.html

--
+==+
|\  _,,,---,,_ | Odhiambo Washington[EMAIL PROTECTED]
Zzz /,`.-'`'-.  ;-;;,_ | Wananchi Online Ltd.   www.wananchi.com
   |,4-  ) )-,_. ,\ (  `'-'| Tel: +254 20 313985-9  +254 20 313922
  '---''(_/--'  `-'\_) | GSM: +254 722 743223   +254 733 744121
+==+
My theology, briefly, is that the universe was dictated but not
signed.
   -- Christopher Morley
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.13.7/181 - Release Date:
11/24/2005


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


Re: Mozilla Firefox - anyone succeeded in installing?

2005-11-25 Thread Alistair Sutton
On 24/11/05, Odhiambo Washington [EMAIL PROTECTED] wrote:

 All attempts at compiling firefox on 5.4-STABLE fail at the same point:


 c++ -o nsDNSService2.o -c  -DMOZILLA_INTERNAL_API -DOSTYPE=\FreeBSD5\ 
 -DOSARCH=\FreeBSD\ -DBUILD_ID=00 -DIMPL_NS_NET -I./../../base/s
 rc  -I../../../dist/include/xpcom -I../../../dist/include/string 
 -I../../../dist/include/pref -I../../../dist/include/unicharutil 
 -I../../../dist
 /include/necko -I../../../dist/include -I/usr/local/include/nspr 
 -I/usr/local/include -I/usr/local/include  -I../../../dist/sdk/include 
 -I/usr/X1
 1R6/include   -fPIC  -I/usr/X11R6/include -I/usr/local/include  
 -I/usr/X11R6/include  -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall 
 -Wconv
 ersion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth 
 -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -O2 
 -fno-strict-alia
 sing -pipe -fshort-wchar -pipe  -DNDEBUG -DTRIMMED -O  -I/usr/X11R6/include 
 -I/usr/local/include  -I/usr/X11R6/include  -I/usr/X11R6/include -DMO
 ZILLA_CLIENT -include ../../../mozilla-config.h nsDNSService2.cpp
 In file included from nsDNSService2.h:40,
  from nsDNSService2.cpp:38:
 nsHostResolver.h:95: error: ISO C++ forbids declaration of `PRAddrInfo' with 
 no type
 nsHostResolver.h:95: error: expected `;' before '*' token
 nsHostResolver.h: In member function `PRBool nsHostRecord::HasResult() const':
 nsHostResolver.h:99: error: `addr_info' undeclared (first use this function)
 nsHostResolver.h:99: error: (Each undeclared identifier is reported only once 
 for each function it appears in.)
 nsHostResolver.h: At global scope:
 nsHostResolver.h:209: error: `PRAddrInfo' has not been declared
 nsHostResolver.h:209: error: ISO C++ forbids declaration of `parameter' with 
 no type
 nsDNSService2.cpp: In member function `virtual nsresult 
 nsDNSRecord::GetCanonicalName(nsACString_internal)':
 nsDNSService2.cpp:98: error: 'class nsDerivedSafensHostRecord' has no 
 member named 'addr_info'
 nsDNSService2.cpp:99: error: 'class nsDerivedSafensHostRecord' has no 
 member named 'addr_info'
 nsDNSService2.cpp:99: error: `PR_GetCanonNameFromAddrInfo' undeclared (first 
 use this function)
 nsDNSService2.cpp: In member function `virtual nsresult 
 nsDNSRecord::GetNextAddr(PRUint16, PRNetAddr*)':
 nsDNSService2.cpp:115: error: 'class nsDerivedSafensHostRecord' has no 
 member named 'addr_info'
 nsDNSService2.cpp:116: error: 'class nsDerivedSafensHostRecord' has no 
 member named 'addr_info'
 nsDNSService2.cpp:116: error: `PR_EnumerateAddrInfo' undeclared (first use 
 this function)
 nsDNSService2.cpp: In member function `PRUint16 
 nsDNSService::GetAFForLookup(const nsACString_internal)':
 nsDNSService2.cpp:537: error: `PR_AF_UNSPEC' undeclared (first use this 
 function)
 gmake[4]: *** [nsDNSService2.o] Error 1
 gmake[4]: Leaving directory 
 `/usr/ports/www/firefox-devel/work/mozilla/netwerk/dns/src'
 gmake[3]: *** [libs] Error 2
 gmake[3]: Leaving directory 
 `/usr/ports/www/firefox-devel/work/mozilla/netwerk/dns'
 gmake[2]: *** [libs] Error 2
 gmake[2]: Leaving directory 
 `/usr/ports/www/firefox-devel/work/mozilla/netwerk'
 gmake[1]: *** [tier_9] Error 2
 gmake[1]: Leaving directory `/usr/ports/www/firefox-devel/work/mozilla'
 gmake: *** [default] Error 2
 *** Error code 2

 Stop in /usr/ports/www/firefox-devel.

Upgrade your devel/nspr port. (I think that is the one to do anyway,
memory is a bit hazy this morning).

Al
--
GPG/PGP: http://www.no-dns-yet.org.uk/~everlone/pubkey.gpg
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Whi?

2005-11-25 Thread Uncle Deejy-Pooh
Message: 38
Date: Fri, 25 Nov 2005 03:42:39 -0500
From: AK [EMAIL PROTECTED]
Subject: Re: whi?
To: freebsd-questions@freebsd.org
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=us-ascii

Why not just say no while it's doing that? Then when you want to switch the
CDs, say yes and it then starts installing the apps from that one.

Indeed, so. But why has someone gone to all the extra programming 
trouble to 
interrupt ( ! ) an install routine this way ? Is there a dependency issue, 
one wonders ? If the head honcho who wrote the install routine could 
enlighten us, it will save this issue from turning into a Ted  Chad :}

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


Re: so much clock interrupts?!

2005-11-25 Thread Kris Kennaway
On Fri, Nov 25, 2005 at 07:45:03AM +0100, Markus Trippelsdorf wrote:
 On Thu, Nov 24, 2005 at 03:43:59PM -0500, Kris Kennaway wrote:
  On Thu, Nov 24, 2005 at 07:40:40AM +, Markus Trippelsdorf wrote:
   On 2005-11-24, Wojciech Puchar [EMAIL PROTECTED] wrote:
that's what i see in systat with FreeBSD 6.0/i386-SMP
   
   
   540  534   99   pdwak  2000 
cpu0: time
 16825 pdpgs  2000 
cpu1: time
   
   
on FreeBSD 5.3 live CD i have 100 not 2000 times per second
   
isn't it too much?!
   
   Yes it is.
   That's why I have kern.hz=100 in my /boot/loader.conf .
  
  Have you been able to measure a performance benefit from reducing it?
  Have you shown that reducing it does not cause your performance to
  *drop*?  It was increased for a reason..it actually increases
  performance on some workloads.
  
 Yes, I guess it increases performance on a high throughput webserver or
 router that uses polling. 
 But on the Desktop it only increases the overhead without any benefits
 at all. 2000 interrupts per second per core for the timer is a 
 ridiculous high number and I reduce it simply for aesthetic reasons.
 This may be a religious issue and everyone should use what he or she
 seems fitting.

You should do what makes you feel happy, of course :)

Kris


pgppTX8JneGWV.pgp
Description: PGP signature


Re: Troubles getting firmware for ipw (wifi) driver to load [SOLVED]

2005-11-25 Thread Hans Nieser

Hans Nieser wrote:

I found this in the 
portstree at net/ipw-firmware, but it won't install saying:


[EMAIL PROTECTED]:/usr/ports/net/ipw-firmware# make install clean
===  ipw-firmware-1.3_4 ipw(4) support is already included in your tree.
===  Cleaning for ipw-firmware-1.3_4


Turns out all I had to do was make config and disable the option of 
loading the module. Now it continues on and installs the firmwares. I 
guess looking at the error message it's kind of obvious, not sure why I 
couldn't figure this out yesterday.

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


Re: recompiled 6.0 does not boot -- need help !!

2005-11-25 Thread martinko
On Wed, 23 Nov 2005 01:36:48 +0100 (CET), Wojciech Puchar wrote
  boot:
 
  Simply copy the default line and append .old, as in:
 
  boot: 0:ad(0,a)/boot/loader.old
 
 loader.old??? AFAIK loader is not rebuilt while compiling kernel and 
 there is no such file like loader.old created!
 
  Here, you can tell the loader to boot the previous kernel:
 
  OK boot /boot/kernel.old
 
 
 looks better :)


thanks, but the issue is with the loader itself -- it resets my laptop as soon
as it's loaded (by grub installed in gentoo partition).

i'll check and try the other advices i received and will let you all know ...

cheers,

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


RE: License Question

2005-11-25 Thread Ted Mittelstaedt


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Manolo
Fredricks
Sent: Thursday, November 24, 2005 11:27 PM
To: freebsd-questions@freebsd.org
Subject: License Question


  Hi All
   
  I'm new to this forum. I am a bit confused about the FreeBSD 
license and keep getting conflicting answers from different 
people. Would like to know you guys think. Here goes.
   
  If I make modifications to FreeBSD and then distribute it 
(the modified FreeBSD) to others:
   
  1. Must I provide the source code or can I choose not to?

This depends.  What do you mean by FreeBSD  FreeBSD contains
some programs that are not under the BSD license.  For example
the compiler.  That is under the GPL.  If you modify the
compiler the GPL license says you must distribute the mods.

Anyone doing what you propose would presumably be not so lazy
that they would not actually read the source code they are
working on, it will say at the beginning of the code what
license it is under.

Read the FreeBSD website it contains some text of some of
the licenses.  Read the text.  The text will tell you what is
allowable and what is not.  If you still have questions
about the licensing ON A SPECIFIC SOURCE FILE or questions
on A SPECIFIC LICENSE then come here and ask.

Otherwise, asking general questions like you are doing is
just looking to cause trouble.  There is no get out of jail
free card in the FreeBSD licensing that covers every source
file.  You do indeed have to actually do the work of looking
at everything you are linking into, the source files of it,
and check their licenses.

Effort has been made to try to get the base system as unencumbered
as possible, but this has mainly been done with the idea of
not causing problems for users when they compile programs and
run them under FreeBSD for their organization or for other
people, and not making companies selling FreeBSD binaries have
to spend months rewriting critical parts of the system.
It is a different ballgame when you are proposing 
taking source in the FreeBSD distribution and modifying it then
distributing only the modified binaries.  There are many
companies doing this, but all of them had to vet their source
the same way you are going to have to do.  Sorry, but there
is no free lunch here, you cannot just assume everything in
FreeBSD is covered under the FreeBSD license.

Ted

PS  Keep one other thing in mind.  If you make mods to
the FreeBSD files and do not contribute your changes
back, you are going to have to be forever rewriting your
mods when a new FreeBSD version comes out.  If however
you contribute your mods back, and they are accepted,
(some mods are not accepted) then you will be freed from the
burden of having to maintain them.  What is more important
is that you will get advice and direction from the core as
to where they intended to go with FreeBSD, and this will
help you to avoid writing mods that later have to be 
extensively rewritten.

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


devfs problem at bootup 6.0R

2005-11-25 Thread Enrique Ayesta Perojo
Hello, i have the next problem with devfs. It's a FreeBSD 6.0 RELEASE (but the 
problem is there since the first available beta versions). I want to use an 
ATA dvd rewriter as SCSI. I have added the ATAPI/CAM and if i do a:

camcontrol devlist

i can see correctly the devices

BENQ DVD DD DW1620 B7W9  at scbus1 target 0 lun 0 (pass0,cd0)
TOSHIBA DVD-ROM SD-M1612 X004at scbus1 target 1 lun 0 (pass1,cd1)

In /etc/devfs.conf I have the next lines:

linkcd0 cdrom
linkcd0 dvd
permcd0 0666
permcd1 0666
permpass0   0666
permpass1   0666
permxpt00666


But it seems that at boot time /etc/rc.d/devfs is not correctly launched, so i 
have only access to those devices as root. If i want to have acces to them as 
a normal user i have to launch /etc/rc.d/devfs by hand as root, so i don't 
have any problem.

I see a suspicious boot up messages with cd0 and cd1, the detection is 
accomplised at the end of the boot process, but in another machines is 
detected much before, at least that's what i see on another machines with a 
similar configuration

Any clue on what happens?

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


Re: Whi ?

2005-11-25 Thread Uncle Deejy-Pooh
Indeed, so. But why has someone gone to all the extra programming 
trouble to 
interrupt ( ! ) an install routine this way ? Is there a dependency issue, 
one wonders ? If the head honcho who wrote the install routine could 
enlighten us, it will save this issue from turning into a Ted  Chad :}

Answer to my own dumb-ass question:
Don't install the Ports. Then, on my software selection, everything is on CD2.
When install is complete, just mkdir /usr/ports  cvsup the ports-supfile. 
That will be the three-hundreth and  time I've done an install. Soon I'll 
know my arse from my elbow !
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Windows/FreeBSD VPNs

2005-11-25 Thread Nathan Vidican

Hexren wrote:

I need to set up a VPN so a remote windows client can access some
Samba shares.  All of the documentation I've found are for FreeBSD to
FreeBSD tunnels, not for a client connecting directly.  Pointers to
documentation?





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



-

In your situation I tried openvpn and found it very comfortable to set
up and maintain. There is a freebsd port and packages for some systems
are avaiable. (that includes MS Windows)

http://openvpn.net/

Regards
Hexren

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




MPD - also in the ports collection, does PPTP and IPSEC tunnels, you do not need 
anything for windows 2000 upwards to connect, though you will need an add-on to 
win98 dial-up-networking to do ipsec. Fairly straight-forward install, runs 
clean, and documentation available.


--
Nathan Vidican
[EMAIL PROTECTED]
Windsor Match Plate  Tool Ltd.
http://www.wmptl.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: defaultroute

2005-11-25 Thread Nathan Vidican

Steve Bertrand wrote:
 




Is there a way after changing the value
defaultroute in /etc/rc.conf that freebsd accepts the change 
without restarting?



# /etc/netstart

Should also reload network settings for you.

Steve





Thanks...

Efren Bravo.



__
Renovamos el Correo Yahoo! 
Nuevos servicios, más seguridad

http://correo.yahoo.es
___
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]





BE VERY VERY CAREFUL DOING THAT! - the user asked how to modify default route as 
runtime, changing a route won't typically lock you out of a machine if your only 
way in is via ssh... but if you reload the network config and there's an error, 
watch out. Not something for the faint-of-heart if your machine is colocated 
somewhere. - Word to the wise, change as little as you have to and only what you 
need to when dealing with networking interfaces and you don't have direct 
keyboard access to the machine.


--
Nathan Vidican
[EMAIL PROTECTED]
Windsor Match Plate  Tool Ltd.
http://www.wmptl.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: umapfs file system

2005-11-25 Thread Mario Hoerich
# Valerio daelli:

[ compiling umapfs ]
 ../../../fs/umapfs/umap_vfsops.c:56: error: prototype declaration
 ../../../fs/umapfs/umap_vfsops.c: In function `umapfs_root':
 ../../../fs/umapfs/umap_vfsops.c:300: error: 'td' redeclared as different
 kind of symbol
 ../../../fs/umapfs/umap_vfsops.c:298: error: previous definition of 'td' was
 here
 *** Error code 1
 
 Do you think is still supported?

Quoting from mount_umapfs(8):
| BUGS
|  THIS FILE SYSTEM TYPE IS NOT YET FULLY SUPPORTED (READ: IT DOESN'T WORK)
|  AND USING IT MAY, IN FACT, DESTROY DATA ON YOUR SYSTEM.  USE AT YOUR OWN
|  RISK.  BEWARE OF DOG.  SLIPPERY WHEN WET.
|
|  This code also needs an owner in order to be less dangerous - serious
|  hackers can apply by sending mail to [EMAIL PROTECTED] and announcing
|  their intent to take it over.

Basically, I think that's a no.

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


Re: abcde ripping to mp3 and ogg using different folders

2005-11-25 Thread Lowell Gilbert
Don't top-post, please.

Dave [EMAIL PROTECTED] writes:

 Hi,
 What abcde does is first rips the files to wav then encodes them
 to the indicated format. What i've got mine doing is encoding to both
 .mp3 and .ogg, now it places the files in the same folder, only with
 different extensions .mp3 and .ogg respectively. What i'd like is to
 keep the mp3's where they are and to create the same folder as the
 mp3's are in with a .ogg extension and put the .ogg files in
 there. I'm a bit new to shell scripting, can you get me pointed in the
 right direction?

Off the top of my head:

cd $targetDirectory
mkdir -p ../ogg
for fil in *.ogg ; do mv $fil ../ogg/. ; done
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Unresolved symbol in libdri.a (X.org)

2005-11-25 Thread Mario Hoerich
# Louis LeBlanc:
 First my config:
 OS: 5.4-RELEASE-p8
 X.org version: xorg-6.8.2 (built from ports)
 video driver: nvidia-driver-1.0.7676_1 (built from ports)
 
 
 My xorg.conf (only including what I suspect is relevant:
 
 Section Module
 Load dbe
 Load extmod
 Load dri
  ^^
Remove this from you xorg.conf (see below why).


 Symbol __glXgetActiveScreen from module 
 /usr/X11R6/lib/modules/extensions/libdri.a is unresolved!

This is the result of the 'Load dri'-line above.

DRI is hardware accelleration for several *non-nVidia*-GPUs.
If you're using the nVidia-driver, DRI is useless.

In this particular case, libdri.a needs to resolve the
external symbol __glXgetActiveScreen, which simply isn't 
provided by nVidia's /usr/X11R6/lib/libGL.so. [1]

HTH,
Mario

_
[1]:  try:  objdump -T libGL.so | grep glX

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


Re: recompiled 6.0 does not boot -- need help !!

2005-11-25 Thread Bartosz Fabianowski

thanks, but the issue is with the loader itself


Telling it to use loader.old should definitely work around that problem. 
Unless, of course, the problem lies within something that starts even 
earlier. In this case, you could always use a 6.0 CD to restore the 
original, working, files.


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


Re: Upgrade a firmware under FreeBSD

2005-11-25 Thread Lowell Gilbert
Guillaume R. [EMAIL PROTECTED] writes:

 Hello
 Since a long time I've got a problem with my burner which is :
 cd0: PIONEER DVD-RW DVR-K13AS 1.11 .
 Cdrecord writes something like: cannot load media while there is a
 media inside which works find on another burner.
 So now I decided to use the last chance: the firmware. I found a newer
 than mine on the constructor website. The matter is that it's a .exe
 Does anyone know if it's possible in any way to upgrade a firmware
 under freebsd?

If all you have is a DOS executable, you can't run it under FreeBSD.
FreeDOS is usually good enough for BIOS upgrades, though, so a quick
reboot with a floppy may do it.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Package upgrade

2005-11-25 Thread Lowell Gilbert
David Miao [EMAIL PROTECTED] writes:

 Hi list,
 
 I have already installed 'python-2.4.1_3.tbz' package from FreeBSD6.0
 i386 disc 2, may I use below command to install the up-to-date python
 2.4.2 without uninstall old version in advance?
 
 # cd /usr/ports/lang/python  (I have downloaded the latest CVS tree)
 # make install clean
 
 or
 
 # pkg_add -r python

You need to delete the old one before installing the new one.  
portupgrade or portmanager will take care of these aspects for you.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


openoffice pkg

2005-11-25 Thread eoghan

Hello
Im attempting to install the openoffice package and need to use a  
template cos it fills /var and then fails. I have used:

pkg_add -r -t /max/tmp/instmp.XX openoffice
but it still writes to /var?
Anyone ideas what im doing wrong?
Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: dvd-ripping to iso on freebsd ...

2005-11-25 Thread RW
On Friday 25 November 2005 03:26, user wrote:
 Hello,

 What is a tool I can use on FreeBSD to rip dvd movies to _iso_ ?

 Every document I see refers to vobcopy, which is not what I want, as I
 want single-file iso dumps of the dvd.

The port sysutils/dvdbackup will backup a dvd to your harddrive. You can then 
either burn the directory, or create an iso, by the normal means described in 
the handbook.

I've copied a few this way, but the last couple I tried came out as 8GB and I 
gave up and transcoded them instead, as I didn't fancy burning any dual-layer 
coasters. I'd be intested to know whether such disks really are DVD9, or 
whether this is some form  of copy-protection, IIRC there was a trick with 
cross-linking that did that on some software CDs. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: so much clock interrupts?!

2005-11-25 Thread cpghost
On Fri, Nov 25, 2005 at 07:45:03AM +0100, Markus Trippelsdorf wrote:
 Yes, I guess it increases performance on a high throughput webserver or
 router that uses polling. 
 But on the Desktop it only increases the overhead without any benefits
 at all. 2000 interrupts per second per core for the timer is a 
 ridiculous high number and I reduce it simply for aesthetic reasons.

I'm also wondering wether 1000 Hz on a Soekris net4801 (Geode 266 MHz)
won't be overkill. I'm planning to migrate some of them from 5.4 to 6.0,
and doubting wether to change the new default to its more conservative
previous setting of 100 Hz.

 This may be a religious issue and everyone should use what he or she
 seems fitting.

On slow CPUs, it may not be merely a religious issue. :)

 Markus

-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Trouble installing fvwm2

2005-11-25 Thread Igor Robul
On Wed, Nov 23, 2005 at 10:57:54AM -0500, Louis LeBlanc wrote:
 Ivan, I do know that with kdm, I had to link my ~/.fvwm/fvwm2rc file
 to ~/.fvwm2rc in order to have it recognized when starting from kdm.
 Starting it from xdm didn't seem to require that, but for whatever
 reason, kdm did.  Perhaps this might be useful when setting up the
 ~/.xsession as suggested by Mike?  Fvwm2 has a -f parameter that lets

Also you can have your old .xinitrc and select Custom as session type
in KDM, which I use at home.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Wireless Acces Point

2005-11-25 Thread Erik Osterholm
On Thu, Nov 24, 2005 at 05:11:04PM -0500, Tim Holmes wrote:
 
 I just picked up a LinkSys WMP55AG, and installed it.  I added the 
 wlan and ath options to the kernel and rebuilt it with out fail.
 I'm running 5.4-STABLE, and this machine is my gateway.  It already
 had 2 NICs to handle this.  I know want it to handle any wireless
 traffic as well.
 
 I've searched for Wireless Access Point HOW-TOs, and they all seem
 to have out dated information.  Suggesting commands that are
 depreciated.  None of them show how to set this up in /etc/rc.conf
 either, so everything runs at boot.
 
 Does anybody have a recent HOW-TO that will help me set this and 
 wireless security up?  Or any sort of notes anybody's used in the past.
 
 Thanks in advance for the help.
 
 Happy Holidays!
 tdh

I just did this on FreeBSD 6.0, so maybe my experiences can help.

My setup:  

  ziggy
 --- wireless __
inet | |==| wifinet|
-|fbsd |  --
 | 6.0 |--| wirednet   |
 ---   wired  --

ziggy serves DHCP over the wired and wireless links, and gets dhcp
from inet.  Obviously I have two nics and a wireless card, which
happens to use the Atheros chipset.

In my rc.conf, I set up my wireless card:

ifconfig_ath0=ssid airport01 media autoselect mode 11g mediaopt \
 hostap wepmode on wepkey `cat /etc/wepkey` channel 1 up
ifconfig_ath0_alias0=inet 192.168.1.1 netmask 255.255.255.0

and I enable ziggy as a gateway (I assume you're doing this already
anyway):
gateway_enable=YES


Then I bridge my wireless and wired connections.  I use the new
if_bridge, which isn't available in 5.4.  You could probably use
netgraph bridging or the deprecated kernel bridge interface.  An
example of netgraph bridging is in
/usr/share/examples/netgraph/ether.bridge 

Once the interfaces are bridged, you should be golden.  I run dhcpd on
ath0 to server DHCP on my wired and wireless lans.


Of course, the important part is the bridge.  You could assign the IP
to your wired and bridge the wireless to that just fine, if you
already have some of that set up.

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


How to get best results from FreeBSD-questions

2005-11-25 Thread Greg Lehey

How to get the best results from FreeBSD questions.
===

Last update $Date: 2005/08/10 02:21:44 $

This is a regular posting to the FreeBSD questions mailing list.  If
you got it in answer to a message you sent, it means that the sender
thinks that at least one of the following things was wrong with your
message:

- You left out a subject line, or the subject line was not appropriate.
- You formatted it in such a way that it was difficult to read.
- You asked more than one unrelated question in one message.
- You sent out a message with an incorrect date, time or time zone.
- You sent out the same message more than once.
- You sent an 'unsubscribe' message to FreeBSD-questions.

If you have done any of these things, there is a good chance that you
will get more than one copy of this message from different people.
Read on, and your next message will be more successful.

This document is also available on the web at
http://www.lemis.com/questions.html.

=

Contents:

I:Introduction
II:   How to unsubscribe from FreeBSD-questions
III:  Should I ask -questions or -hackers?
IV:   How to submit a question to FreeBSD-questions
V:How to answer a question to FreeBSD-questions

I: Introduction
===

This is a regular posting aimed to help both those seeking advice from
FreeBSD-questions (the newcomers), and also those who answer the
questions (the hackers).

   Note that the term hacker has nothing to do with breaking
   into other people's computers.  The correct term for the latter
   activity is cracker, but the popular press hasn't found out
   yet.  The FreeBSD hackers disapprove strongly of cracking
   security, and have nothing to do with it.

In the past, there has been some friction which stems from the
different viewpoints of the two groups.  The newcomers accused the
hackers of being arrogant, stuck-up, and unhelpful, while the hackers
accused the newcomers of being stupid, unable to read plain English,
and expecting everything to be handed to them on a silver platter.  Of
course, there's an element of truth in both these claims, but for the
most part these viewpoints come from a sense of frustration.

In this document, I'd like to do something to relieve this frustration
and help everybody get better results from FreeBSD-questions.  In the
following section, I recommend how to submit a question; after that,
we'll look at how to answer one.

II:  How to unsubscribe from FreeBSD-questions
==

When you subscribed to FreeBSD-questions, you got a welcome message
from [EMAIL PROTECTED]  In this message, amongst
other things, it told you how to unsubscribe.  Here's a typical
message:

  Welcome to the freebsd-questions@freebsd.org mailing list!

If you ever want to unsubscribe or change your options (eg, switch to
or from digest mode, change your password, etc.), visit your
subscription page at:

  http://lists.freebsd.org/mailman/options/freebsd-questions/[EMAIL PROTECTED]
  
(obviously, substitute your mail address for [EMAIL PROTECTED]).  You can
also make such adjustments via email by sending a message to:

  [EMAIL PROTECTED]
  
with the word 'help' in the subject or body (don't include the
quotes), and you will get back a message with instructions.

You must know your password to change your options (including
changing the password, itself) or to unsubscribe.
  
Normally, Mailman will remind you of your freebsd.org mailing list
passwords once every month, although you can disable this if you
prefer.  This reminder will also include instructions on how to
unsubscribe or change your account options.  There is also a button on
your options page that will email your current password to you.

  Here's the general information for the list you've
  subscribed to, in case you don't already have it:

  FREEBSD-QUESTIONS   User questions
  This is the mailing list for questions about FreeBSD.  You should not
  send how to questions to the technical lists unless you consider the
  question to be pretty technical.

Normally, unsubscribing is even simpler than the message suggests: you
don't need to specify your mail ID unless it is different from the one
which you specified when you subscribed.

If Majordomo replies and tells you (incorrectly) that you're not on
the list, this may mean one of two things:

  1.  You have changed your mail ID since you subscribed.  That's where
  keeping the original message from majordomo comes in handy.  For
  example, the sample message above shows my mail ID as
  [EMAIL PROTECTED]  Since then, I have changed it to
  [EMAIL PROTECTED]  If I were to try to remove [EMAIL PROTECTED] from
  the list, it would fail: I would have to specify the name with
  which I joined.

  2.  You're subscribed to a mailing list which is subscribed to
  

The Complete FreeBSD: errata and addenda

2005-11-25 Thread Greg Lehey
The trouble with books is that you can't update them the way you can a web page
or any other online documentation.  The result is that most leading edge
computer books are out of date almost before they are printed.  Unfortunately,
The Complete FreeBSD, published by O'Reilly, is no exception.  Inevitably, a
number of bugs and changes have surfaced.

The Complete FreeBSD has been through a total of five editions, including its
predecessor Installing and Running FreeBSD.  Two of these have been reprinted
with corrections.  I maintain a series of errata pages.  Start at
http://www.lemis.com/errata-4.html to find out how to get the errata
information.

Have you found a problem with the book, or maybe something confusing?  Please
let me know: I'm constantly updating it.

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


Cleaning-up stale PID files on reboot

2005-11-25 Thread RW
I start mlnet, the daemon part of mldonkey, from it's local rc.d script on 
bootup. If mlnet isn't shutdown properly, it leaves behind a pid file that 
prevents the daemon  running until I notice and manually delete the file. 

What's the best way to deal with this? I was wondering if there is some 
standard place to clean-up after an improper shutdown. 

Is mlnet doing something wrong?  I don't get the same problem with other 
daemons.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD network install using PXEGrub

2005-11-25 Thread Steve Finkelstein
Hi all,

I have successfully implemented a solution to install FreeBSD over the
network using pxeboot and Alfred's guide on;

http://people.freebsd.org/~alfred/pxe/en_US.ISO8859-1/articles/pxe/article.html

I'm trying to take this further one step by allowing the installation
of various supported operating systems over the network using pxegrub.
 I was wondering if anyone was successful using
dhcp+tftp+pxegrub/nbgrub to successfully bootstrap a FreeBSD system?

My issue originally declares itself once trying to chainload another bootloader,

  Booting 'FreeBSD 4.11 PXE'  
  
kernel
/tftpboot/boot/loader 
  
 Error 24: Attempt to
access block outside partition
  
   Press any key to continue...

my dhcp options look okay,

##For PXE BSD 4.11 get it from pxe1
next-server x.x.x.x ;
option root-path x.x.x.x:/usr/local/export/pxe;
filename grub/pxegrub;
}

My apologies ahead of time if this is better suited on a Grub mailing
list;  I was hoping some of the experts here have also simulated a
similar solution.

Thanks again and happy holidays!

Best,

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


CVSup doubts

2005-11-25 Thread Efren Bravo
Hi,

I'm trying to configure CVSup to download only
ports but I've several doubts about it. I took
/usr/share/examples/ports-supfile file. (freeBSD
6.0 RELEASE-i386)
  
1- When I update a specific port, only is updated
his skeleton or his binary files are downloaded
too?  
  
2- For instance if I'm just interested in
updating  /usr/ports/net ports, do I do it
commenting the ports-all line and comment out
ports-net line?  
  
3- I don't have the /usr/ports/net-im folder, Can
I add the line ports-net-im, to download his
content?

Thanks...



Efren Bravo.



__ 
Renovamos el Correo Yahoo! 
Nuevos servicios, más seguridad 
http://correo.yahoo.es
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: USB mouse problem

2005-11-25 Thread Lowell Gilbert
miri yun [EMAIL PROTECTED] writes:

 problem USB mouse OS FreeBSD 6.0-RELEASE i maked command
   moused -p /dev/sysmouse -t auto
 vidcontrol -m on only make nothink.
   On   5.1-RELEASE no problem

Is moused actually running?
Is there a /dev/sysmouse?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


verrevpath -- ipfw: unknown argument ``not''

2005-11-25 Thread Mark Edwards
I am trying to implement the verrevpath suggestion in the ipfw man  
page, as follows:


 The verrevpath option could be used to do automated anti- 
spoofing by

 adding the following to the top of a ruleset:

   ipfw add deny ip from any to any not verrevpath in


However, when I try to add the rule, I get an error:


lilbuddy:~ paimin$ ipfw add deny ip from any to any not verrevpath in
ipfw: unknown argument ``not''


Can someone tell what is causing this syntax to fail?  Thanks!

--
Mark Edwards


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


Questions regarding wlan, ipw and project evil

2005-11-25 Thread Hans Nieser

Hello,

I have been trying to get my Intel PRO/Wireless 2100 NIC working with WPA 
with FreeBSD 6.0-RELEASE, but am left with a few questions that I couldn't 
find clear answers to.


- It seems that when I put ipw in my kernel instead of loading it as a 
module, it won't will not attach to my NIC (no ipw0 to be found in my 
dmesg). When I load ipw as a module however it does attach to my NIC as 
ipw0. Is this normal? As the module seems to work ok, it doesn't really 
pose a problem but it does make me wonder.


- Somewhat similar as my question above (except that it's the other way 
around), I wanted to move wlan/wlan_* from my kernel to modules (so I 
could keep all the wifi stuff together in one place), but it seems I can't 
load wlan as a module. Putting wlan_load=YES in my loader.conf doesn't 
make it load on boot nor can I manually load it with kldload wlan (it says 
File exists), it's not there when I do kldstat, but it's definitely not 
in my kernel either. Does wlan _have_ to be in the kernel? The wlan_* 
modules do load fine, by the way.


- I read on the website of the author of the ipw driver that it doesn't 
support WPA, is this still true and if so, is there any chance of it 
eventually supporting it, or should I just go out and get a NIC that does 
work with WPA under FreeBSD 6.0? Does Project Evil support WPA? or does it 
depend on the ndis driver used?

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


Viewing Programs Running From CRON

2005-11-25 Thread Gerard Seibert
I have asked many dumb questions before, and this will no doubt add to
the list.

Scenario:

I start a program from CRON. As an example, let us use
/sysutils/portmanager. Now this program is being run in the background.
How do I get it to run in the foreground so that I can view what it is
doing, and or stop it if I want to? If I succeed in that maneuver, can I
place it in the background again?

I hope that I am explaining this correctly.

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


can't build apache2 + openssl 0.9.8 beta to get around 0.9.7 problems

2005-11-25 Thread Jeff D. Hamann
I've been trying to build the apache2 port with the openssl 0.9.8 beta (becuase 
I keep getting errors with the port built with the 0.9.7i openssl port when 
attempting to start apache2. 

I'm working on FreeBSD6 -amd64 (trying to get 
apache+openssl+subversion+postgresql+blah,blah,blah working):

bobby# uname -a
FreeBSD bobby.. 6.0-RELEASE FreeBSD 6.0-RELEASE #1: Fri Nov 18 
10:47:37 PST 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  amd64


making all in tools...
===  Installing for openssl-stable-0.9.7i
===   Generating temporary packing list
===  Checking if security/openssl already installed
===   An older version of security/openssl is already installed 
(openssl-beta-0.9.8a)
  You may wish to ``make deinstall'' and install this port again
  by ``make reinstall'' to upgrade it properly.
  If you really wish to overwrite the old port of security/openssl
  without deleting it first, set the variable FORCE_PKG_REGISTER
  in your environment or the make install command line.
*** Error code 1

Stop in /usr/ports/security/openssl.
*** Error code 1

Stop in /usr/ports/www/apache2.
bobby# 

Since I've installed openssl-beta-0.9.8a and don't want to build apache2 with 
0.9.7i, how can I tell apache to use the newest port?

I can get the openssl 0.9.8 port to build just fine and the apache2 port to 
build with the openssl-0.9.7i port, but I can't get apache2 to build with the 
openssl-0.9.8a port. I was searching in the Makefile for apache2 and found the 
following line:

# patch files   
  
EXTRA_PATCHES+= ${FILESDIR}/build-fix-openssl_beta

and I'm not sure how (or if) this applies to my situation. And since the port 
isn't older (I don't know if it really is or isn't), I've decided not to 
force the registration. 

and the version command in openssl yields, 

bobby# openssl 
OpenSSL version
OpenSSL 0.9.7e-p1 25 Oct 2004
OpenSSL 

which I don't think is correct either, is it?


Any help would be great. 
Jeff. 

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


Re: Viewing Programs Running From CRON

2005-11-25 Thread Alex Zbyslaw

Gerard Seibert wrote:


I have asked many dumb questions before, and this will no doubt add to
the list.

Scenario:

I start a program from CRON. As an example, let us use
/sysutils/portmanager. Now this program is being run in the background.
How do I get it to run in the foreground so that I can view what it is
doing, and or stop it if I want to? If I succeed in that maneuver, can I
place it in the background again?
 

I'm not aware of any way to do what you are asking, though maybe it can 
be done though /proc, I'm not sure.  See man procfs if you want to 
experiment.


Instead, why don't you make the cron job redirect output to a file e.g.
   /sysutils/portmanager 21 | tee /tmp/portmanager

That way you can do a tail -f on /tmp/portmanager and still get the 
output mailed you as normal.  If you don't want to be mailed the output 
then just use  in place of | tee.


If more than one such job might run at once then you'll have to find 
some way to name the file differently for each run.  Calling it 
/tmp/portmanager.$$ would probably work as each invocation should be run 
using a different shell process.  I haven't tested this :-(


--Alex

PS Background isn't really an accurate description of the process 
running from cron.  What you are trying to do is to see STDOUT and 
STDERR from some process which is unrelated to the interactive shell you 
are running.  A background process, as you've probably come across it, 
is a process run from your shell but which doesn't stop you interacting 
with the shell.  In this case the shell is able to send STDOUT and 
STDERR from the process to your terminal, but the job run from cron has 
no such terminal.  A better description would be a daemon.  Probably not 
explained very well, and no doubt someone can correct the details.


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


FreeBSD Torrent Tracker

2005-11-25 Thread Allen D. Tate
I am looking for recommendations for torrent trackers (other than BNBT)
to run on FreeBSD 6. I would like to use one that requires a user to
login before (s)he can download a torrent. Thanks in advance.




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
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: CVSup doubts

2005-11-25 Thread Jonathan Chen
On Fri, Nov 25, 2005 at 07:38:34PM +0100, Efren Bravo wrote:
 Hi,
 
 I'm trying to configure CVSup to download only
 ports but I've several doubts about it. I took
 /usr/share/examples/ports-supfile file. (freeBSD
 6.0 RELEASE-i386)
   
 1- When I update a specific port, only is updated
 his skeleton or his binary files are downloaded
 too?  

Only the ports skeleton is updated. If you want to update/upgrade
your installed ports, you have to use something like
sysutils/portupgrade.

 2- For instance if I'm just interested in
 updating  /usr/ports/net ports, do I do it
 commenting the ports-all line and comment out
 ports-net line?  

 3- I don't have the /usr/ports/net-im folder, Can
 I add the line ports-net-im, to download his
 content?

It's always safer to use ports-all, as most ports have dependencies on
ports outside its immediate tree. If you don't update all dependancies
you almost always have trouble building your desired port.

Cheers.
-- 
Jonathan Chen [EMAIL PROTECTED]
--
 A person should be able to do a small bit of everything,
specialisation is for insects
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


broken openssl on freebsd60

2005-11-25 Thread Jeff D. Hamann
I should preface this with I'm not sure if this is correct but I've got a 
server running that doesn't make exstensive use of openssl and everything 
seems to run alright for the apps I've been running...


so,

I've been trying to install a new server using the openssl port and keep 
finding problems with the openssl libs...


$ pwd
/usr/local/lib
$ ls -la libssl*
-rw-r--r--  1 root  wheel  516602 Nov 26 12:23 libssl.a
lrwxr-xr-x  1 root  wheel  11 Nov 26 12:23 libssl.so - libssl.so.4
-r--r--r--  1 root  wheel  318507 Nov 26 12:23 libssl.so.4
lrwxr-xr-x  1 root  wheel  12 Sep 16 09:59 libssl3.so - libssl3.so.1
-r-xr-xr-x  1 root  wheel  155344 Sep 16 10:00 libssl3.so.1
$

should those be:

lrwxr-xr-x  1 root  wheel  12 Sep 16 09:59 libssl3.so - libssl.so.3
-r-xr-xr-x  1 root  wheel  155344 Sep 16 10:00 libssl.so.3

or some such thing, because when I attempt to start something like 
postgresql81, I get:


$ psql
/libexec/ld-elf.so.1: Shared object libssl.so.3 not found, required by 
psql

$

I need to get the following apps running on the new FREEBSD 6.0 machine:

1) openssl

then,

2) apache2
3) subversion
4) uw-imap
5) postgresql81 or postgresql80+postgis
6) php

etc, etc, etc and I'm concerned that none of those will work with the 
current status of openssl on freebsd 6.0. I'm running


$ uname -a
FreeBSD bobby.xxx.xxx 6.0-RELEASE FreeBSD 6.0-RELEASE #1: Fri Nov 18 
10:47:37 PST 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC 
amd64

$

and need to know if I should downgrade to an older version of freebsd (I've 
been running 4.4 forever now and while it continues to perform well, I need 
to start adding features and functionality and too many ports simply don't 
show up there anymore).


When I attempt to install apache2, I get the following:

bobby# make install
===   apache-2.0.55 depends on file: /usr/local/lib/libcrypto.so.3 - not 
found
===Verifying install for /usr/local/lib/libcrypto.so.3 in 
/usr/ports/security/openssl

===  Installing for openssl-stable-0.9.7i
===   Generating temporary packing list
===  Checking if security/openssl already installed
===   An older version of security/openssl is already installed 
(openssl-beta-0.9.8a)

 You may wish to ``make deinstall'' and install this port again
 by ``make reinstall'' to upgrade it properly.
 If you really wish to overwrite the old port of security/openssl
 without deleting it first, set the variable FORCE_PKG_REGISTER
 in your environment or the make install command line.
*** Error code 1

Stop in /usr/ports/security/openssl.
*** Error code 1

Stop in /usr/ports/www/apache2.
bobby#

When I attempt to install postgresql81-server (hopefully that's the one that 
contains postgis as well), I get the following:


bobby# pwd
/usr/ports/databases/postgresql81-server
bobby# make
/libexec/ld-elf.so.1: Shared object libssl.so.3 not found, required by 
pg_config
===  postgresql-server-8.1.0 is marked as broken: the port wants 
postgresql81-client but you have postgresql-client installed.

bobby#

I'll need to get this server up and running by the end of the year and don't 
know what would be the smartest decision to move forward.


Help?
Jeff. 



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


Re: recompiled 6.0 does not boot -- need help !!

2005-11-25 Thread martinko

Bartosz Fabianowski wrote:
loader.old??? AFAIK loader is not rebuilt while compiling kernel and 
there is no such file like loader.old created!



It is installed with world and not kernel then. Sorry for getting that 
wrong, I didn't check. But it makes no difference to the original poster 
because he reinstalled both world and kernel:


  i recompiled kernel (and world) and it does not boot anymore.

Of course, the handbook recommends installing a new kernel and rebooting 
before installing world, but people keep doing it differently ;).


- Bartosz


i did follow the handbook ... (though i might not be precise with my 
wording above)


m.

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


Re: so much clock interrupts?!

2005-11-25 Thread Wojciech Puchar


I'm also wondering wether 1000 Hz on a Soekris net4801 (Geode 266 MHz)
won't be overkill. I'm planning to migrate some of them from 5.4 to 6.0,


probably not.

my 400Mhz PII works almost as fast with HZ=1000 and HZ=100 - tested today


and doubting wether to change the new default to its more conservative
previous setting of 100 Hz.


This may be a religious issue and everyone should use what he or she
seems fitting.


On slow CPUs, it may not be merely a religious issue. :)


Markus


-cpghost.

--
Cordula's Web. http://www.cordula.ws/
___
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: MX freebsd

2005-11-25 Thread Francisco Reyes

dick hoogendijk writes:


Any idea how long it takes until the MX freebsd mailservers know that
my mail relay has changed? It's three days ago now that I changed my MX
records and still mail for nagual.st is routed to my old mx
mailservers. 



dig nagual.st mx


;;; QUESTION SECTION:
;nagual.st. IN  MX

;; ANSWER SECTION:
nagual.st.  86400   IN  MX  10 mx1.mailhop.org.
nagual.st.  86400   IN  MX  20 mx2.mailhop.org.


bc

86400/3600
24


Should only take a day based on the results above.

The command to see your XM settings is
dig url mx 
___

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


FreeBSD on a Compaq Presario R4125

2005-11-25 Thread NuclearDog
(Sent once already. Trying one more time.)

I have been trying to get FreeBSD installed on my Compaq Presario
R4125 for a while now. I have tried:

 - FreeBSD 5.2.1 (i386)
 - FreeBSD 5.3 (i386)
 - FreeBSD 5.4 (i386)
 - FreeBSD 6.0 (i386)
 - FreeBSD 6.0 (amd64)

I have tried safe mode, and booting with ACPI disabled. I have tried
setting hint.atkbd.0.flags to 0x1, 0x8 and 0x9. I have tried booting
with:

hw.acpi.skip_timer_override=1
hint.acpi.0.disabled=1
hint.atkbd.0.flags=0x9

And it still hangs.

It hangs immediately upon selecting an option from the boot loader,
except escaping to the boot prompt. Attempting that will cause it to
hang after typing 'boot'.

To clarify, by 'hang' I mean the little spinner spins maybe two times
then stops on '-' and the computer quits responding.

Any help at all is appreciated,
- ND
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrading to pgsql 8.1 via ports

2005-11-25 Thread Francisco Reyes

Pat Maddox writes:


 Should I use postgresql81-server now instead? 


Yes.


What do I need
to do in order to upgrade my system to use pgsql 8.1?


I believe you  need to go a pg_dumpall all to copy data. Also keep a copy of 
your postgresql.conf and pg_hba.conf


If you don't have any dependencies on the postgresql ports you can 
pg_dumpall, delete porst, install new ones. If you have dependencies you 
need to use portupgrade or something like it.


As another poster suggested if using portupgrade you will need to use the 
-o flag. 
___

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


Re: troubles with apcupsd (basic setup)

2005-11-25 Thread Dan O'Connor
 
 My config file:
 
 UPSNAME APC_BACKUPS_650

 UPSCABLE 940-0020B
 UPSTYPE dumb
 DEVICE /dev/cuaa0
 LOCKFILE /var/spool/lock
 
 ONBATTERYDELAY 10
 
 BATTERYLEVEL 20

 MINUTES 5
 TIMEOUT 600
 



Nope.  Same thing.


Well, first off, try setting UPSTYPE to apcsmart
then just set UPSCABLE to smart...

~Dan

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


Re: MX freebsd

2005-11-25 Thread Beecher Rintoul
On Friday 25 November 2005 03:43 pm, Francisco Reyes wrote:
 dick hoogendijk writes:
  Any idea how long it takes until the MX freebsd mailservers know that
  my mail relay has changed? It's three days ago now that I changed my MX
  records and still mail for nagual.st is routed to my old mx
  mailservers.
 
 dig nagual.st mx

 ;;; QUESTION SECTION:
 ;nagual.st. IN  MX

 ;; ANSWER SECTION:
 nagual.st.  86400   IN  MX  10 mx1.mailhop.org.
 nagual.st.  86400   IN  MX  20 mx2.mailhop.org.

 bc

 86400/3600
 24


 Should only take a day based on the results above.

 The command to see your XM settings is
 dig url mx

Did you update the serial number when you changed the MX record?
Servers downline will not see the changes otherwise.

Beech

---
Beech Rintoul - System Administrator - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | NorthWind Communications
\ / - NO HTML/RTF in e-mail  | 201 East 9th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \ 
---













pgpVj8HCfBY2O.pgp
Description: PGP signature


Re: MX freebsd

2005-11-25 Thread Glenn Dawson

At 04:53 PM 11/25/2005, Beecher Rintoul wrote:

On Friday 25 November 2005 03:43 pm, Francisco Reyes wrote:
 dick hoogendijk writes:
  Any idea how long it takes until the MX freebsd mailservers know that
  my mail relay has changed? It's three days ago now that I changed my MX
  records and still mail for nagual.st is routed to my old mx
  mailservers.
 
 dig nagual.st mx

 ;;; QUESTION SECTION:
 ;nagual.st. IN  MX

 ;; ANSWER SECTION:
 nagual.st.  86400   IN  MX  10 mx1.mailhop.org.
 nagual.st.  86400   IN  MX  20 mx2.mailhop.org.

 bc

 86400/3600
 24


 Should only take a day based on the results above.

 The command to see your XM settings is
 dig url mx

Did you update the serial number when you changed the MX record?
Servers downline will not see the changes otherwise.


Actually, the serial number is only used by the slave servers for a 
particular zone to decide whether or not a zone transfer is needed.


-Glenn



Beech

---
Beech Rintoul - System Administrator - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | NorthWind Communications
\ / - NO HTML/RTF in e-mail  | 201 East 9th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \
---














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


Re: so much clock interrupts?!

2005-11-25 Thread RW
On Friday 25 November 2005 06:45, Markus Trippelsdorf wrote:
   2000 interrupts per second per core for the timer is a
 ridiculous high number and I reduce it simply for aesthetic reasons.
 This may be a religious issue and everyone should use what he or she
 seems fitting.

If you think in a wider perspective, and consider the number of cpu cycles per 
interrupt on historical and embedded cpus, 2000 Hz is pretty conservative. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Portmanager 0.3.9 asserting

2005-11-25 Thread Wes Santee

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Just updated to portmanager 0.3.9 from 0.3.7 and now every command
(except --help) is causing an assert:

$ sudo portmanager --version

rParseCommandLine 0.3.9_1

$ sudo portmanager --status
MGdbRead error: unable to open file /usr/local/share/portmanager/pkgtools.db
system message: No such file or directory
Assertion failed: (0), function MGdbRead, file MGdbRead.c, line 65.
Abort trap: 6 (core dumped)

Sure enough, there is no pkgtools.db.  Since this doesn't get installed
with the port, I'm assuming it's supposed to be dynamically created.

Just using the default pm-020.conf file installed with the updated port:

$ sudo cp pm-020.conf.SAMPLE pm-020.conf

Anyone else having problems?  I'm on 6.0-RELEASE, BTW.

Cheers,
- -Wes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (MingW32)

iQIVAwUBQ4fNLYrq8W17hxGfAQj/lw//R/AzvgyR1xaxCq8j6jaJqxQeq+X1SEL9
YgV3FXkcZC9SmqWbWaFxRBfsXJ1w9h516Y0wIUOMANme+Ee5Vx8AQ6w/AxP9O88+
pyAaUEKSjrub43m0krPL9hW6gELg8K1KqxKopbVNxdELg8d46WVTXSNnwR+NIR1a
cWqu9CmNpjlKHdmj+Ub4X6K7z85H9/t3elECn+fqBC2iNgrD1PPrmhi9+S0Jm9SR
dGBt1PNv4GhTFfbGLXC/xeHnPrlAnBvgGBIoA2NE5Hull6KWNJ7febXkyAn3Vie2
B5jLNA9tX1bCvSPwOgbSOCTOG5T+Qri8LPC//JjMtSy0lVwNJiXH/YLBqThIlODA
3QFeFDanITVIoHVLLjbhCey11SixJskqryWXQyB+vZi7MVTTeYYx9Jbrr0ww1gpd
061w3EiRQwwoVTM6RlbyDC4SjEkK3ljaRTPJ14qivHgouO7lAPlBE+nuNJvuVS3C
HA1T4TqmmZino2fvlwAe3Ld43pWPcZW5t9Kt9KZb20uLMgYW27PH62m+wSGPGlYl
F2FBNjKhbZfWNFaxGA0bjxC3EPbmPI4ggub1189EEz7cXGViGy65ldvd73TvIzn4
i2OAE1saEdCAsj7QrfQSnJ/muFHdx7q1lu+OtpWrQVDOB90rYWZkYAiVV1ENRC9c
LZ4j0RDyLl8=
=+oq0
-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: Portmanager 0.3.9 asserting

2005-11-25 Thread Michael C. Shultz
On Friday 25 November 2005 18:49, Wes Santee wrote:
 Just updated to portmanager 0.3.9 from 0.3.7 and now every command
 (except --help) is causing an assert:

 $ sudo portmanager --version

 rParseCommandLine 0.3.9_1

 $ sudo portmanager --status
 MGdbRead error: unable to open file
 /usr/local/share/portmanager/pkgtools.db system message: No such file or
 directory
 Assertion failed: (0), function MGdbRead, file MGdbRead.c, line 65.
 Abort trap: 6 (core dumped)

 Sure enough, there is no pkgtools.db.  Since this doesn't get installed
 with the port, I'm assuming it's supposed to be dynamically created.

 Just using the default pm-020.conf file installed with the updated port:

 $ sudo cp pm-020.conf.SAMPLE pm-020.conf

 Anyone else having problems?  I'm on 6.0-RELEASE, BTW.

 Cheers,
 -Wes

0.3.9_1 is trying to load pkgtools.conf, its not supposed to if ruby isn't 
installed or pkgtools.conf is missing so looks like you found a bug.
Will check it out and post a patch asap.

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


How to find system call in kernel source code?

2005-11-25 Thread David Kelly
The sendfile(2) function is apparently a kernel system call. I've  
find /usr/src -type f -exec grep -il sendfile {} \; and several  
variations yet not found where the code which performs sendfile() is  
located. Is system call 393. Guessing I'm just missing the dispatch  
table.


This is also related to P/R bin/89100. At least for me, RELENG_6  
fails to send files greater than 4 GB after a few hours or days on  
the disk. Freshly copied files work fine. No problem copying the file  
with cp. And md5 confirms the contents have not changed.


Built a special ftpd with -g compiler flag. Am not good enough with  
gdb to breakpoint a forked child, which apparently ftpd -D does  
immediately. So sprinkled enough printf's to confirm sendfile() is  
coming up short, is restarted, and errs finally producing the  
premature EOF error message. Yet I've done enough that I'm  
confident the arguments are being passed properly and of sufficient  
size.


The files are between 4G and 8G and when the failure occurs the  
transfer is always filesize modulo 4G. Exactly as if a 4 byte length  
truncated. But strange in that it works on a new file today but  
doesn't after the file is a few hours or days old. Once a file is old  
enough to fail all files on that filesystem written before it also  
fail. Not related to timestamp as cp -p will repair the file  
temporarily.


No errors in /var/log/messages or dmesg. No errors manually launching  
fsck to check the filesystems. And everything but the sendfile()  
system call seems to work.


--
David Kelly N4HHE, [EMAIL PROTECTED]

Whom computers would destroy, they must first drive mad.

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


RE: MX freebsd

2005-11-25 Thread Steve Bertrand

 Any idea how long it takes until the MX freebsd mailservers 
 know that my mail relay has changed? It's three days ago now 
 that I changed my MX records and still mail for nagual.st is 
 routed to my old mx mailservers. Mail arrives (luckely) 
 because those servers are still operational, but...(?) When 
 are the dns servers for the freebsd mailservers updated?

Here's what I have, a near full output. Are all your name servers
running on dynamic DNS? Could the lookups be coming from a stale DNS
cache?

What are the results that you are looking for? What are the results that
are incorrect? Have you done a dig against all your nameservers to
ensure they are all accurate? Are you running an MX cluster? Are your
secondary DNS servers reflecting the same records as the primar(ies)?

ie:

# dig @myprimary.dns.server mx mydomain.com
# dig @mysecondary.dns.server mx mydomain.com
# dig @mythird.dns.server mx mydomain.com
# ..3..4...and 5

At minimum, we need to know the original (old) IP, and the proper (new)
IP of your MX records:

pearl# dig mx nagual.st

;  DiG 8.3  mx nagual.st 
;; res options: init recurs defnam dnsrch
;; got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 53494
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 5, ADDITIONAL: 11
;; QUERY SECTION:
;;  nagual.st, type = MX, class = IN

;; ANSWER SECTION:
nagual.st.  1D IN MX10 mx1.mailhop.org.
nagual.st.  1D IN MX20 mx2.mailhop.org.

;; AUTHORITY SECTION:
nagual.st.  1D IN NSns2.mydyndns.org.
nagual.st.  1D IN NSns3.mydyndns.org.
nagual.st.  1D IN NSns4.mydyndns.org.
nagual.st.  1D IN NSns5.mydyndns.org.
nagual.st.  1D IN NSns1.nagual.st.

;; ADDITIONAL SECTION:
mx1.mailhop.org.1H IN A 63.208.196.176
mx1.mailhop.org.1H IN A 63.208.196.175
mx2.mailhop.org.1H IN A 204.13.250.92
mx2.mailhop.org.1H IN A 204.13.249.91
mx2.mailhop.org.1H IN A 204.13.249.92
mx2.mailhop.org.1H IN A 204.13.250.91
ns2.mydyndns.org.   21h2m56s IN A   204.13.249.82
ns3.mydyndns.org.   10h26m41s IN A  63.209.15.211
ns4.mydyndns.org.   10h26m41s IN A  213.155.150.206
ns5.mydyndns.org.   9h14m46s IN A   63.208.196.93
ns1.nagual.st.  1D IN A 82.74.2.186

 
 --
 dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE
 ++ Running FreeBSD 6.0 ++ The Power to Serve
 + 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]
 

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


inetd.conf becomes blank after reboot

2005-11-25 Thread Jayesh Jayan
Hi,

On some of the machine where I have FreeBSD 5.4, /etc/inetd.conf becomes a
blank file soon after reboot.

I have kept a copy of the file and when the service fails after reboot I
restore the backup and restart the inetd service.

What I need to check, to solve this issue. How can this be solved
permanently ? Please also let me know the logs which I can check to find the
exact issue.

Please guide 

--
Jayesh Jayan

The box said Requires Windows 95, NT, or better, so I installed Linux.

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


How do I use the 3dm2 CLI without a web browser ?

2005-11-25 Thread Joe Schmoe
Hi,

Let's play a game.  Let's imagine for just one second
that I am not a fucking asshole.  Let's imagine that I
do not want to manage my _disk drive arrays_ over a
fucking web interface like a fucking little child.

Let's pretend that I am a grown person, and not some
bright-blinkenlights sourceforge groupie, and that I
just want to run a command on the command line and get
information over STDIO.  Remember STDIO ?  No, of
course you don't - you're too busy loading KDE on your
powerbook because you're too cool to use OSX, but too
much of a fag not to run apple.

With me so far ?  Now let's say I have a 3ware array. 
I want to see whether it is working or not.  I am used
to using mlxcontrol.  If nothing is wrong IT RETURNS
FUCKING ZERO.  Yeah - that's right - no GUI, no aqua
colored desktop, and no fucking mascot.  It just
returns fucking zero.  Or aaccli (you know, the app
that won't quit on ctrl-D ? - yeah, that one) at least
I can run it over ssh.

So I install /usr/ports/sysutils/3dm ... and ... what
?  HTML files ? gif files ?  png files ?  Look
assholes, if I wanted a bunch of HTML and GIF and PNG
files on my server, I would wget a porn site.

So, now that I have mucked up my system with all of
your STUPID CRAP /cameron, I run:

3dm2

Nothing.  It does nothing, and now I have a 3dm2
process running in the background (presumably this is
the web server for the I just lernd linux!@ crowd
and middle management)

There is no man page.  There is no HOWTO.  There is
nothing but a bunch of HTML pages and pictures.  Fuck
you 3ware, fuck you dead. /tim_may

So.  My question.  Is there a way to run 3dm2 on the
command line, that doesn't start a daemon, that
doesn't require a web browser, and that will give me
information over STDIO and allow me to delete all the
garbage that that port installed ?

Thanks in advance!



__ 
Start your day with Yahoo! - Make it your home page! 
http://www.yahoo.com/r/hs
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


gmirror comments and questions (causes panic)

2005-11-25 Thread Elliot Finley
I'm on 6-Stable as of yesterday.  I've been playing around with gmirror and
overall I'm very impressed.

I created a mirror with three components:

gmirror label -v -b round-robin test twed12
gmirror insert -v test twed13
gmirror insert -v test twed14

in the man page for gmirror the synopsis for the label and insert commands
are:

gmirror label [-hnv] [-b balance] [-s slice] name prov ...
gmirror insert [-hiv] [-p priority] name prov ...

which means that it's calling twed12, twed13, twed14 the providers.
presumably test would be the consumer.  But when I do a gmirror list, I get
(shortened):

Providers:
1. Name: mirror/test

Consumers:
1. Name: twed12
2. Name: twed13
3. Name: twed14

which means that it's calling twed12, twed13 and twed14 the consumers.  So
that is a little confusing.  twed12 already had data on it, so I mounted it
on /mnt and waited for 13 and 14 to finish syncing.  I wanted to try using a
disk image as a backup for a simulated data update so that I could roll back
to the image if need be.  I did a:

gmirror remove -v test twed12

so I could use 12 as the backup image.  I made changes to the mirror and
then:

gmirror remove -v test twed13
gmirror remove -v test twed14
gmirror status

which caused the machine to panic.  I know that's not the right procedure,
but maybe gmirror could be changed to warn against removing the last
component of a mirror, or possibly handle it in a better way.

I booted back up and recreated the mirror using twed12 as the first
component, thus restoring the mirror to it's pre-upgrade state.  So the
disk-image-as-a-backup worked very well.

I was impressed with the fact that when I rebooted in the middle of a
gmirror syncronize, it started where it left off rather than starting over.

so here's the big question; if I have the boot disk mirrored with gmirror,
is it possible to remove a component of the mirror before a major upgrade
and use it as a backup just in case the upgrade catastrophically fails.  If
so, what would be the correct procedure?  This would all need to be remote
without physical access to the machine of course.

Thanks in advance for any info/pointers/rtfm.
Double thanks for gmirror, it is a fine piece of software.

Elliot

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


Re: How do I use the 3dm2 CLI without a web browser ?

2005-11-25 Thread Glenn Dawson

At 09:26 PM 11/25/2005, Joe Schmoe wrote:

Hi,


expletive(s) deleted

3ware has a command line utility, it's not in ports, but you can 
download it from their web site.


You didn't mention which 3ware product you are using, or which 
version of FreeBSD you have, but I suspect that this will probably work:

http://www.3ware.com/support/download_9.2.1.1.asp?SNO=525

-Glenn


Thanks in advance!



__
Start your day with Yahoo! - Make it your home page!
http://www.yahoo.com/r/hs
___
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]


Unable to install on large hard drive

2005-11-25 Thread Christopher Kelley
Up until now, I've installed FreeBSD on smaller drives ( 15 gig), but I 
recently had to replace the HD in my windows machine, so I got a larger 
hard drive with the idea of installing fBSD on it as well and dual 
booting that machine.


The motherboard is an Asus A7V133, and the hard drive is a Maxtor 
4D040H2 40 gig HD.  The motherboard supports LBA, so I'm led to believe 
(though googling) that the HD size isn't a problem. fBSD correctly 
recognizes the HD when booting. I am attempting to install FreeBSD 
6.0-Release, I haven't tried any of the 5.x versions to see if the 
results are the same.


I have a small partition for the windows system that is 5 gig, a large 
partition for programs and data that is 18 gig, and around 15 gig left 
for fBSD.  The installer squawks about the drive geometry, and says it 
will use a more sane geometry.  I set up the slices and it doesn't 
squawk about writing them, and then attempts to install the system.  I 
immediately get an error Write failure on transfer! and it can't seem 
to write anything to the drive.


The good news is, it isn't harming my windows partitions.  I can easily 
boot back into windows and everything there works.


I did look through the manual and searched a bit on google, but I'm not 
having much luck finding even suggestions of what to try.  Does anyone 
have any suggestions?


Christopher

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


RE: Unable to install on large hard drive

2005-11-25 Thread Steve Bertrand

 I have a small partition for the windows system that is 5 
 gig, a large partition for programs and data that is 18 gig, 
 and around 15 gig left for fBSD.  The installer squawks about 
 the drive geometry, and says it will use a more sane 
 geometry.  I set up the slices and it doesn't squawk about 
 writing them, and then attempts to install the system.  I 
 immediately get an error Write failure on transfer! and it 
 can't seem to write anything to the drive.
 

This may be the wrong approach, but what exactly are you feeding to the
installer in regards to space per filesystem?

ie:

- 250m (for /)
- xxxm (for swap)
- xm (for /usr)
- etc etc

I've ignored those errors in the past, and have had no difficulty. This
has occurred since the 4.x days for me. Mind you, I never have (and god
willing) never will run a Windows system alongside FBSD, but perhaps
trying to feed it what you want for the most of the filesystems, and
when you get to the last, just accept the default block amount that FBSD
provides you with, and let it use the rest.

 The good news is, it isn't harming my windows partitions.  I 
 can easily boot back into windows and everything there works.

I'd suggest backing up your data on the Windows partition(s) if you have
anything crutially important (especially if you are not familiar with
recovering data), before you keep hammering at it.

Steve

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