Re: The nightmarish problem of installing a printer

2010-09-16 Thread Andreas Rudisch
On Fri, 17 Sep 2010 01:45:54 +0100
Chabane HEMDANI  wrote:

> I've search, read, learn, follow instructions about nearly all the
> web-documentation about installing a new printer to work under cups without
> any success. I've  an HP Laser Jet 1018 printer and tools given by package
> print/hplip don't work correctly.
> 
> I'm using FreeBSD 8.1-RELEASE
> I've rebuild a kernel without  ulpt.
> I modified my /etc/rc.conf to enable cupsd and hpiod and  hpssd.
> I modified /etc/devfs.rules like suggested by cups (see pkg_info -D
> cups-base-1.4.4 ).
> I've made many other configurations like that suggested at
> http://diablotins.org/index.php/Imprimer,_hplip
> 

> and finally, I've given to my students the wrong  answer that "no one can
> print under FreeBSD !"

Which is wrong, all you need is a printer, that is _supported_.

> Please where is the problem?

The LaserJet 1018 uses another protocol, so you need aditional software.
Take a look at these sites:
 http://www.openprinting.org/printer/HP/HP-LaserJet_1018
 http://foo2zjs.rkkda.com/

Before buying the next printer, see whether or not it is supported by
Cups http://www.cups.org/ppd.php . Same goes for your students.

Andreas
--
GnuPG key  : 0x2A573565|http://www.gnupg.org/howtos/de/
Fingerprint: 925D 2089 0BF9 8DE5 9166  33BB F0FD CD37 2A57 3565


pgpy4L8v397s2.pgp
Description: PGP signature


Re: The nightmarish problem of installing a printer

2010-09-16 Thread claudiu vasadi
Hello,

First things first, does cups see your printer ? Do you use "lpradmin" or
the web-interface for adding the printer ?
Second, did you try using http://foo2qpdl.rkkda.com/ for the driver ?
Third, can you post error logs ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Support for AIX

2010-09-16 Thread srividya . k
Yes.. But the syntax used in the makefile corresponds to BSD make and 
gmake didnt work.

IBM doesn't support this DCE anymore. 

Thanks much for the help Ross!

Srividya K
Tata Consultancy Services
Mailto: srividy...@tcs.com
Website: http://www.tcs.com

Experience certainty.   IT Services
Business Solutions
Outsourcing




From:
Ross Cameron 
To:
srividy...@tcs.com
Cc:
freebsd-questions@freebsd.org
Date:
09/17/2010 11:14 AM
Subject:
Re: Support for AIX
Sent by:
abal...@gmail.com



Make doesn't handle source code, it just control's the actual build 
process so you don't have to type hundreds of "cc ." lines in a 
console.

Have you tried contacting the current maintainers of DCE for advice?
Maybe a bit of googling

Have you tried verifying the Makefile's format using the "-n" switch ???

I would suggest contacting either IBM or the OpenGroup about this as we're 
just guessing here this is the __FreeBSD__ mailing lists... we can try 
help but honestly the vendors are the right people to ask.




"Opportunity is most often missed by people because it is dressed in 
overalls and looks like work."
Thomas Alva Edison
Inventor of 1093 patents, including:
The light bulb, phonogram and motion pictures.



On Fri, Sep 17, 2010 at 7:05 AM,  wrote:

We have a source code that needs to be compiled. Its the OpenGroup's DCE( 
used as RPC). 
The source code is available , but we are not able to compile it with 
either AIX's make utility or gmake. 

The syntax corresponds to BSD's make. 

Will try getting the make utility from the URL? 

Is there any other make utility. I am not sure if bmake is the exact 
utility we require. 

The makefile has macros as  -- > .if define 
  ---> .if exists 
and all the statements start with ..   GMAKE or AIX make throws errors 
with this make file. 

Will bmake be the right make utility to for above type of source code? 

Srividya K
Tata Consultancy Services
Mailto: srividy...@tcs.com
Website: http://www.tcs.com


Experience certainty.IT Services
   Business Solutions
   Outsourcing
 


From: 
Ross Cameron  
To: 
srividy...@tcs.com 
Cc: 
freebsd-questions@freebsd.org 
Date: 
09/17/2010 12:16 AM 
Subject: 
Re: Support for AIX 
Sent by: 
abal...@gmail.com





On Thu, Sep 16, 2010 at 7:53 AM,  wrote: 
Hi
Is BSD compatible with AIX unix system?( AIX version 6).
We require the make utility of BSD to compile few source programs? 

Are you SURE you need BSD Make?
If so why?

Secondly, it is available from  
http://www.crufty.net/help/sjg/bmake.html
Very simple install instructions on that page too.

Is there any make utility compatible with AIX?  Could you please give us
the URL where we can get the same? 

Yes LOTS,... bmake/nmake/gnu make/etc. etc. etc.
All Make commands are not made alike you need to use the one that 
suits the syntax of the makefile in question.

Judging from the Q that was asked... if the software you want to compile 
is OpenSource look into NetBSD's Pkgsrc system 

=-=-=
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 


not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 


please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you




=-=-=
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you


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


Re: Support for AIX

2010-09-16 Thread Ross Cameron
Make doesn't handle source code, it just control's the actual build process
so you don't have to type hundreds of "cc ." lines in a console.

Have you tried contacting the current maintainers of DCE for advice?
Maybe a bit of googling

Have you tried verifying the Makefile's format using the "-n" switch ???

I would suggest contacting either IBM or the OpenGroup about this as we're
just guessing here this is the __FreeBSD__ mailing lists... we can try
help but honestly the vendors are the right people to ask.




"Opportunity is most often missed by people because it is dressed in
overalls and looks like work."
Thomas Alva Edison
Inventor of 1093 patents, including:
The light bulb, phonogram and motion pictures.



On Fri, Sep 17, 2010 at 7:05 AM,  wrote:

>
> We have a source code that needs to be compiled. Its the OpenGroup's DCE(
> used as RPC).
> The source code is available , but we are not able to compile it with
> either AIX's make utility or gmake.
>
> The syntax corresponds to BSD's make.
>
> Will try getting the make utility from the URL?
>
> Is there any other make utility. I am not sure if bmake is the exact
> utility we require.
>
> The makefile has macros as  -- > .if define
>   ---> .if exists
> and all the statements start with ..   GMAKE or AIX make throws errors with
> this make file.
>
> Will bmake be the right make utility to for above type of source code?
>
> Srividya K
> Tata Consultancy Services
> Mailto: srividy...@tcs.com
> Website: http://www.tcs.com
>
> 
> Experience certainty.IT Services
>Business Solutions
>Outsourcing
> 
>
>
>  From: Ross Cameron  To: srividy...@tcs.com Cc:
> freebsd-questions@freebsd.org Date: 09/17/2010 12:16 AM Subject: Re:
> Support for AIX Sent by: abal...@gmail.com
> --
>
>
>
> On Thu, Sep 16, 2010 at 7:53 AM, <*srividy...@tcs.com*>
> wrote:
> Hi
> Is BSD compatible with AIX unix system?( AIX version 6).
> We require the make utility of BSD to compile few source programs?
>
> Are you SURE you need BSD Make?
> If so why?
>
> Secondly, it is available from  *
> http://www.crufty.net/help/sjg/bmake.html*
> Very simple install instructions on that page too.
>
> Is there any make utility compatible with AIX?  Could you please give us
> the URL where we can get the same?
>
> Yes LOTS,... bmake/nmake/gnu make/etc. etc. etc.
> All Make commands are not made alike you need to use the one that
> suits the syntax of the makefile in question.
>
> Judging from the Q that was asked... if the software you want to compile is
> OpenSource look into NetBSD's Pkgsrc system
>
> =-=-=
> Notice: The information contained in this e-mail
> message and/or attachments to it may contain
> confidential or privileged information. If you are
>
> not the intended recipient, any dissemination, use,
> review, distribution, printing or copying of the
> information contained in this e-mail message
> and/or attachments to it are strictly prohibited. If
> you have received this communication in error,
>
> please notify us by reply e-mail or telephone and
> immediately and permanently delete the message
> and any attachments. Thank you
>
>
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: this is probably a little touchy to ask...

2010-09-16 Thread Adam Vande More
On Wed, Sep 15, 2010 at 11:46 AM,  wrote:

> On Wed, 15 Sep 2010 12:46:35 -0400, Michel Talon 
> wrote:
>
>  Jerry said:
>>
>>  "Starting in Firefox 3.6, you also need the new Java plugin included in
>>> Java 6 Update 15 and above."
>>>
>>
>> OK, this explains why my plugin doesn't work. So the only solution is to
>> use the port firefox35 hoping that other components (flash plugin
>> support) also work in this case.
>
>
Yes, as I said in the second post to the thread.

On Thu, Sep 16, 2010 at 8:37 PM, C. P. Ghost  wrote:


> I don't know about Firefox 3.6 plugins though.
>

It doesn't work, you need the icetea to generate the plugins.  There is
this:  /usr/ports/java/icedtea6-stubs  Looks promising anyways.

There is also this work around.

http://lists.freebsd.org/pipermail/freebsd-java/2010-February/008535.html

Java seems more pervasive than ever in the web enviro at least for sys admin
type stuff.  Today I used it to access a Proxmox install, a Lantronics
spider kvm over IP, and my girlfriend's child had a homework assignment on a
java web app that was broken due to a recent update to her XP's java
runtime.

You can say all you want Java is dead, dying, and/or irrelevant.  I wish you
were right, unfortunately that's not the world many of us live in.

-- 
Adam Vande More
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Support for AIX

2010-09-16 Thread srividya . k
We have a source code that needs to be compiled. Its the OpenGroup's DCE( 
used as RPC).
The source code is available , but we are not able to compile it with 
either AIX's make utility or gmake.

The syntax corresponds to BSD's make.

Will try getting the make utility from the URL?

Is there any other make utility. I am not sure if bmake is the exact 
utility we require.

The makefile has macros as  -- > .if define
  ---> .if exists
and all the statements start with ..   GMAKE or AIX make throws errors 
with this make file.

Will bmake be the right make utility to for above type of source code?

Srividya K
Tata Consultancy Services
Mailto: srividy...@tcs.com
Website: http://www.tcs.com

Experience certainty.   IT Services
Business Solutions
Outsourcing




From:
Ross Cameron 
To:
srividy...@tcs.com
Cc:
freebsd-questions@freebsd.org
Date:
09/17/2010 12:16 AM
Subject:
Re: Support for AIX
Sent by:
abal...@gmail.com



On Thu, Sep 16, 2010 at 7:53 AM,  wrote:
Hi
Is BSD compatible with AIX unix system?( AIX version 6).
We require the make utility of BSD to compile few source programs?

Are you SURE you need BSD Make?
If so why?

Secondly, it is available from  
http://www.crufty.net/help/sjg/bmake.html
Very simple install instructions on that page too.

Is there any make utility compatible with AIX?  Could you please give us
the URL where we can get the same?

Yes LOTS,... bmake/nmake/gnu make/etc. etc. etc.
All Make commands are not made alike you need to use the one that 
suits the syntax of the makefile in question.

Judging from the Q that was asked... if the software you want to compile 
is OpenSource look into NetBSD's Pkgsrc system 

=-=-=
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you


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


The nightmarish problem of installing a printer

2010-09-16 Thread Chabane HEMDANI
 I'm computer science teacher at university of Tizi-ouzou in Algeria. I'm
using FreeBSD since 2007 when I "discover" it by chance when searching in
the Web something about Linux.
 Since that date, I always invited and recommended to my students to install
and use this "magical" and my favorite system.

However, all my students retort me that they have a problem of installing
their printers. I have so this problem, so I can't tell good-bye
definitively to winosor and Linux. I always need them for printing.

I've search, read, learn, follow instructions about nearly all the
web-documentation about installing a new printer to work under cups without
any success. I've  an HP Laser Jet 1018 printer and tools given by package
print/hplip don't work correctly.

I'm using FreeBSD 8.1-RELEASE
I've rebuild a kernel without  ulpt.
I modified my /etc/rc.conf to enable cupsd and hpiod and  hpssd.
I modified /etc/devfs.rules like suggested by cups (see pkg_info -D
cups-base-1.4.4 ).
I've made many other configurations like that suggested at
http://diablotins.org/index.php/Imprimer,_hplip

and finally, I've given to my students the wrong  answer that "no one can
print under FreeBSD !"



Please where is the problem?
Please help me to help others.
Please help me to enlarge the FreeBSD users community.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Need bsd make for AIX

2010-09-16 Thread Chuck Robey

On 09/16/10 20:34, Ivan Voras wrote:

On 09/16/10 08:58, srividy...@tcs.com wrote:

Hi
 Is there any BSD make versions available for AIX platform?
We require the make utility of BSD to compile few source programs.

Is there any make utility compatible with AIX?  Could you please give us
the URL where we can get the same?


FreeBSD's make is an integral part of the FreeBSD file system. It is not
created to be compatible across systems, but it is also not created to
prevent this kind of porting.


Wow.  I disagree.  It's been modified over the years to depend heavily on a set 
of libraries that are available nowhere else but FreeBSD.  This was done (from 
what I can see) in the name of elegance ... because the actual functions ARE 
available elsewhere, but a bunch of modifications need to be added, no possible 
way is it going to compile anywhere else.


I ported it a few years ago to Linux, so I know it can be moved, but it's not a 
trivial job.  Too bad, because it's a fine tool, and all those mods added no 
functionality that I can see.


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


Plextor PX-870A drives

2010-09-16 Thread Robert Ames

I have a couple of Plextor PX-870A drives in different machines
(see below) that I'm trying to use with atapicam.  The drives mostly
work (booting, reading data, etc.) but for whatever reason neither
of them will play audio CDs using the "cdcontrol play" command.
They just sit there.  The drives never spin up.  There are no obvious
errors.  I've tried multiple types of CDs (CD-Rs that I burn and
commercial audio CDs).  I can burn audio CDs using cdrecord that
play in other drives, they just won't play in these drives.  And while
"cdcontrol info" will show me what tracks are on a CD it just
won't play them.  I have a Plextor PX-850A that works fine.  Is
there something incompatible with PX-870A drives and FreeBSD?  I
can provide more info if needed.

FreeBSD 6.4-RELEASE #1: Tue Sep  7 19:36:09 CDT 2010
acd0: DVDR  at ata1-slave UDMA33
acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 
cd0 at ata1 bus 0 target 1 lun 0
cd0:  Removable CD-ROM SCSI-0 device 
cd0: 33.000MB/s transfers
cd0: Attempt to query device size failed: NOT READY, Medium not present - tray 
closed

FreeBSD 8.0-RELEASE #3: Mon Sep  6 16:48:45 CDT 2010
acd0: DVDR  at ata1-master UDMA33
acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 
cd0 at ata0 bus 0 target 0 lun 0
cd0:  Removable CD-ROM SCSI-0 device
cd0: 33.000MB/s transfers
cd0: Attempt to query device size failed: NOT READY, Medium not present - tray 
open

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


Re: How to fix the "keyboard dead" question ?

2010-09-16 Thread Ryan Coleman
I've had similar results on my USB to PS/2 keyboard adapter. If I reconnect the 
bridge device (not necc. have the KB attached to it) it will work.
On Sep 16, 2010, at 8:08 PM, Polytropon wrote:

> On Thu, 16 Sep 2010 16:51:31 -0700 (PDT), zaxis  wrote:
>> 
>> Sometimes after booting freebsd and reaching the slim login screen, i cannot
>> input anything: the keyboard seems to be dead.  Then i have to reboot
>> freebsd and the problem disappear !
> 
> Is this an AT or USB keyboard?
> 
> If it is a USB keyboard: I have similar problems on FreeBSD 7
> (didn't have them before on 5) where the "activation" of the
> USB keyboard sometimes takes up to 2 minutes after system boot
> is complete. Detaching and re-attaching the USB plug sometimes
> helps.
> 
> 
> 
> -- 
> Polytropon
> Magdeburg, Germany
> Happy FreeBSD user since 4.0
> Andra moi ennepe, Mousa, ...
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

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


why is the PHP stuff line "off" by default in ports/lang/php5?

2010-09-16 Thread Gary Kline

Guys,

Tell me if I'm wrong to be ticked off.  I just learned that my website
has been down for weeks.  My KVM switch doesn't work to let me have
control of the console of my server [ns1|ethic].thought.org.  Whether
it was a cheap KVM switch or whether the '09 Dell 550 is defective is
unknown.  I have a new KVM switch.  I do need direct control of the
console for many reasons, but mostly to portupgrad ports.  

In the months since I first got ethic working, everything _but_ X11
worked.  In late August I upgraded apache and php5, rebooted, and
just-assumed {TM} that apache22 was working.  Weeks ago I did read and
edit my non-blog blog; further reason to assume that everything worked.  

A couple hours ago my web server was not running.  I traced it to a
missing libphp5.so.  I checked the makefile and found the php stuff
defaults to "off". ...I am thinking this is a security risk, but most
of us are reasonably sophisticated about such things 

Comments, anybody?

-- 
 Gary Kline  kl...@thought.org  http://www.thought.org  Public Service Unix
The 7.83a release of Jottings: http://jottings.thought.org/index.php
   http://journey.thought.org


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


Re: this is probably a little touchy to ask...

2010-09-16 Thread C. P. Ghost
On Wed, Sep 15, 2010 at 4:08 PM, Jerry  wrote:
> As per the Mozilla site:
>
> "Starting in Firefox 3.6, you also need the new Java plugin included in
> Java 6 Update 15 and above."
>
> FreeBSD does not supply, nor support as far as I can decipher, that
> version or any of the newer versions, the latest being version 6, update
> 21. Nor, as I stated previously, has anyone stated definitively why.

That's one of the problems w.r.t. Java on FreeBSD:  I had to install
openjdk6, which provides at least this level in order to run all services
that Freenet provides (Freenet runs in degraded mode with java/jdk16,
because that version is too old and contains a big XML-related vulnerability).
But java/openjdk6 works just fine with Freenet and almost any Java program
I could throw at it. I don't know about Firefox 3.6 plugins though.

% java -version
openjdk version "1.6.0"
OpenJDK Runtime Environment (build 1.6.0-b20)
OpenJDK 64-Bit Server VM (build 17.0-b16, mixed mode)

-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 "freebsd-questions-unsubscr...@freebsd.org"


Re: How to fix the "keyboard dead" question ?

2010-09-16 Thread Polytropon
On Thu, 16 Sep 2010 16:51:31 -0700 (PDT), zaxis  wrote:
> 
> Sometimes after booting freebsd and reaching the slim login screen, i cannot
> input anything: the keyboard seems to be dead.  Then i have to reboot
> freebsd and the problem disappear !

Is this an AT or USB keyboard?

If it is a USB keyboard: I have similar problems on FreeBSD 7
(didn't have them before on 5) where the "activation" of the
USB keyboard sometimes takes up to 2 minutes after system boot
is complete. Detaching and re-attaching the USB plug sometimes
helps.



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Need bsd make for AIX

2010-09-16 Thread Ivan Voras
On 09/17/10 02:34, Ivan Voras wrote:

> FreeBSD's make is an integral part of the FreeBSD file system. It is not

heh... *operating* system :)


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


Re: make buildkernel pre-build too long

2010-09-16 Thread Alexander Best
On Thu Sep 16 10, David DEMELIER wrote:
> Hi there,
> 
> I can't understand why this part of make buildkernel is so long on my
> amd64 machine (8.1-R)
> 
> make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES |  MKDEP_CPP="cc -E"
> CC="cc" xargs mkdep -a -f .newdep -O2 -frename-registers -pipe
> -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls
> -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes
> -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign
> -fformat-extensions -nostdinc  -I. -I/usr/src/sys
> -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter
> -I/usr/src/sys/contrib/pf -I/usr/src/sys/dev/ath
> -I/usr/src/sys/dev/ath/ath_hal -I/usr/src/sys/contrib/ngatm
> -I/usr/src/sys/dev/twa -I/usr/src/sys/gnu/fs/xfs/FreeBSD
> -I/usr/src/sys/gnu/fs/xfs/FreeBSD/support -I/usr/src/sys/gnu/fs/xfs
> -I/usr/src/sys/contrib/opensolaris/compat -I/usr/src/sys/dev/cxgb
> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h
> -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param
> large-function-growth=1000  -fno-omit-frame-pointer -mcmodel=kernel
> -mno-red-zone  -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx
> -mno-3dnow  -msoft-float -fno-asynchronous-unwind-tables
> -ffreestanding -fstack-protector
> 
> This command takes around 5-6 minutes before continuing, on my i386
> machine (which is really old) it only takes about 20 seconds. The
> kernel configs are almost the same for both machines.

are there any differences in /etc/make.conf?

cheers.
alex

> 
> Do you have any idea?
> 
> Kind regards,
> 
> -- 
> Demelier David

-- 
a13x
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Need bsd make for AIX

2010-09-16 Thread Ivan Voras
On 09/16/10 08:58, srividy...@tcs.com wrote:
> Hi
> Is there any BSD make versions available for AIX platform?
> We require the make utility of BSD to compile few source programs.
> 
> Is there any make utility compatible with AIX?  Could you please give us 
> the URL where we can get the same?

FreeBSD's make is an integral part of the FreeBSD file system. It is not
created to be compatible across systems, but it is also not created to
prevent this kind of porting.

With a command like:

svn co http://svn.freebsd.org/base/head/usr.bin/make

you can fetch the sources for the BSD make. If you have a gcc compiler
installed you can compile the BSD make with a command like:

gcc '-DDEFSHELLNAME="sh"' -o make *.c

Note that the Makefile included with BSD make is in BSD make format so
you need to bootstrap it like in the above command; the quotes around -D
are needed.

There is absolutely no guarantee this will work on your system.

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


How to fix the "keyboard dead" question ?

2010-09-16 Thread zaxis

Sometimes after booting freebsd and reaching the slim login screen, i cannot
input anything: the keyboard seems to be dead.  Then i have to reboot
freebsd and the problem disappear !

>uname -a
FreeBSD mybsd.zsoft.com 8.1-RELEASE FreeBSD 8.1-RELEASE #1: Wed Sep  8
09:07:54 CST 2010
r...@mybsd.zsoft.com:/media/G/usr/obj/media/G/usr/src/sys/MYKERNEL  i386

>dmesg -a | grep -i fail
acpi0: reservation of 0, a (3) failed
acpi0: reservation of 10, 3fde (3) failed

>dmesg -a | grep -i warn
ACPI Warning: Optional field Pm2ControlBlock has zero address or length: 0x 
 
0   0/0x1 (20100331/tbfadt-655)

Sincerely!

-
e^(π⋅i) + 1 = 0
-- 
View this message in context: 
http://old.nabble.com/How-to-fix-the-%22keyboard-dead%22-question---tp29734114p29734114.html
Sent from the freebsd-questions mailing list archive at Nabble.com.

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


Re: running FreeBSD on Windows host

2010-09-16 Thread Gautham Ganapathy
On Mon, Aug 23, 2010 at 8:50 AM, Sergio Tam  wrote:
> 2010/8/23 Matthias Apitz :
>>
>> Hello,
>
> Hi Matthias
>>
>> Any recommendation for the virtualisation software for best performance?
>
> VMware
>
> or Virtual PC
>
> http://www.microsoft.com/Windows/virtual-pc/download.aspx
>
>

Hi

The free VMware server (if still available) was generally much faster
than Virtual PC, but that was sometime back (Solaris SXDE wouldn't
even install under Virtual PC, but worked great with VMware).
Something to do with only user-mode virtualization? Not sure if this
is still true

Gautham
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: (no subject)

2010-09-16 Thread Mario Lobo
On Thursday 16 September 2010 04:18:07 Modulok wrote:
> List,
> 
> I have an old box I want to turn into a file server backup machine.
> Unfortunately, the mainboard has only PATA headers. I do have three
> PCI slots though, so I was looking at a PCI SATA controller card that
> will get along with FreeBSD without a fuss. Nothing fancy, just
> something inexpensive that I can plug a few SATA drives into. Then
> I'll create a graid3 with them, or mess around with ZFS. Anyone using
> something worth a recommendation?
> 
> Thanks!
> -Modulok-
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscr...@freebsd.org"

There are IDE to SATA converters. You plug it directly into the IDE connector 
and on the other end you have a SATA150 plug.

I've been using one here on my home server for about 1,5 years without any 
problem.
-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since 2.2.8 [not Pro-Audio YET!!] (99% winfoes FREE)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Replacing harddrive

2010-09-16 Thread Leslie Jensen



On 2010-09-16 22:43, Leslie Jensen wrote:

Hello list.

My laptop has a 200Gb drive, dual booting W7 and Freebsd 8.0-release-p2.

 From dmesg
ad4: 190782MB  at ata2-master SATA300



Sorry for the noise

Should have used the W option before quitting out from fdisk and disklabel.

/Leslie

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


Replacing harddrive

2010-09-16 Thread Leslie Jensen

Hello list.

My laptop has a 200Gb drive, dual booting W7 and Freebsd 8.0-release-p2.

From dmesg
ad4: 190782MB  at ata2-master SATA300


I've now got a 500Gb drive that I want to install instead.
Cloning the W7 has worked without problems. I starts when I replace the 
disk in the PC.


I put the original drive 200Gb back and I have the new 500Gb drive in a 
ESATA docking station.


Boot into Freebsd, this is in dmesg:

ad8: FAILURE - SET_MULTI status=51 error=4
ad8: 476940MB  at ata4-master SATA300

Does someone know what the failure is about?


Next I do su and starts sysinstall.

In fdisk I create a slice and prees Q for finish.

Exit sysinstall and start it again.

Create my mountpoints with disklabel. I copy the values from the 200Gb 
disk appart from home that I make bigger.



FreeBSD Disklabel Editor

Disk: ad8   Partition name: ad8s3   Free: 0 blocks (0MB)

Part  Mount  Size Newfs   Part  Mount  Size 
Newfs
  -   -     -   
-

ad8s3a/mnt/newroot   1024MB *
ad8s3bswap   4096MB SWAP
ad8s3d/mnt/newtmp2048MB *
ad8s3e/mnt/newvar4096MB *
ad8s3f/mnt/newusr   20480MB *
ad8s3g/mnt/newhome  remaining free space approx 300Gb *



I exit sysinstall and start it again and now the disk is layed out as 
you can see below.




FreeBSD Disklabel Editor

Disk: ad8   Partition name: ad8s4   Free: 0 blocks (0MB)
Disk: ad8   Partition name: ad8s3   Free: 0 blocks (0MB)

Part  Mount  Size Newfs   Part  Mount  Size Newfs
  -   -     -   -
ad8s4d  30866MB *
ad8s3a   1024MB *
ad8s3bswap 4096MB SWAP
ad8s3d   2048MB *
ad8s3e   4096MB *
ad8s3f  20480MB *
ad8s3g  28125MB *


I don't really understand this and would like some help to get it right.

Thanks

/Leslie
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: jumbo frame support in bge(4) for BCM5704 SOLVED

2010-09-16 Thread David Newman
On 9/15/10 3:17 PM, David Newman wrote:
> On 9/14/10 7:43 PM, Adam Vande More wrote:
>> On Tue, Sep 14, 2010 at 9:19 PM, David Newman wrote:
>>
>>> 8.0-RELEASE amd64, Tyan S2882-D motherboard, Broadcom BCM5704C gigabit
>>> Ethernet transceivers
>>>
>>> Thanks in advance for any clues on enabling jumbos on this system.
>>>
>>
>> What happens if you boot from a linux live cd and try to enable frames
>> there?
> 
> With Ubuntu 10.04, the system accepts "ifconfig eth1 mtu N" for any
> value of N up to 9000, and shows an MTU of N in response to 'ifconfig'.
> 
> With 8.1-RELEASE (not 8.0 as stated before, sorry), the command
> 'ifconfig bge0 mtu 8000' produces an error:
> 
> ifconfig: ioctl (set mtu): Invalid argument
> 
> Same thing with 'mtu 1500', 'mtu 1400', etc.

I neglected to mention that this system uses link aggregation on the bge
interfaces. Once a lagg interface exists, an MTU cannot be applied to
either the bge or lagg instances.

However, everything works fine if MTUs are applied to bge interfaces
before bringing up the lagg interface:

ifconfig_bge0="mtu 9000 up"
ifconfig_bge1="mtu 9000 up"
cloned_interfaces="lagg0"
ifconfig_lagg0="laggproto lacp laggport bge0 laggport bge1"
ipv4_addrs_lagg0="10.0.0.1/24"

# ifconfig lagg0 | grep mtu
lagg0: flags=8843 metric 0 mtu 9000

One other thing: The maximum value for the BCM5704's mtu is 9000 bytes,
not the more widely used 9216 for jumbo frames. This may reflect a
hardware limit for this controller.

Many thanks to FreeBSD bge(4) maintainer Pyun YongHyeon for contacting
me and spotting my configuration error with the lagg setup.

dn


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


Re: Support for AIX

2010-09-16 Thread Ross Cameron
On Thu, Sep 16, 2010 at 7:53 AM,  wrote:

> Hi
> Is BSD compatible with AIX unix system?( AIX version 6).
> We require the make utility of BSD to compile few source programs?
>

Are you SURE you need BSD Make?
If so why?

Secondly, it is available from
http://www.crufty.net/help/sjg/bmake.html
Very simple install instructions on that page too.

Is there any make utility compatible with AIX?  Could you please give us
> the URL where we can get the same?
>

Yes LOTS,... bmake/nmake/gnu make/etc. etc. etc.
All Make commands are not made alike you need to use the one that
suits the syntax of the makefile in question.

Judging from the Q that was asked... if the software you want to compile is
OpenSource look into NetBSD's Pkgsrc system
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: WANTED: Camera Neck Strap (92313)

2010-09-16 Thread Ryan Coleman
Yes, but I'm more a semi-pro.

However I do not have a spare strap for you. (55125)


On Sep 16, 2010, at 11:52 AM, Svein Skogen (Listmail account) wrote:

> On 16.09.2010 18:30, Chris Maness wrote:
>> oops.  I meant freecycler ;o)  sorry guys.
> 
> Not to worry, I'm sure there are a few hobby photographers on this list
> as well. ;)
> 
> //Svein
> 
> -- 
> +---+---
>  /"\   |Svein Skogen   | sv...@d80.iso100.no
>  \ /   |Solberg Østli 9| PGP Key:  0xE5E76831
>   X|2020 Skedsmokorset | sv...@jernhuset.no
>  / \   |Norway | PGP Key:  0xCE96CE13
>|   | sv...@stillbilde.net
> ascii  |   | PGP Key:  0x58CD33B6
> ribbon |System Admin   | svein-listm...@stillbilde.net
> Campaign|stillbilde.net | PGP Key:  0x22D494A4
>+---+---
>|msn messenger: | Mobile Phone: +47 907 03 575
>|sv...@jernhuset.no | RIPE handle:SS16503-RIPE
> +---+---
> If you really are in a hurry, mail me at
>   svein-mob...@stillbilde.net
> This mailbox goes directly to my cellphone and is checked
>even when I'm not in front of my computer.
> 
> Picture Gallery:
>  https://gallery.stillbilde.net/v/svein/
> 
> 

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


Re: WANTED: Camera Neck Strap (92313)

2010-09-16 Thread Svein Skogen (Listmail account)
On 16.09.2010 18:30, Chris Maness wrote:
> oops.  I meant freecycler ;o)  sorry guys.

Not to worry, I'm sure there are a few hobby photographers on this list
as well. ;)

//Svein

-- 
+---+---
  /"\   |Svein Skogen   | sv...@d80.iso100.no
  \ /   |Solberg Østli 9| PGP Key:  0xE5E76831
   X|2020 Skedsmokorset | sv...@jernhuset.no
  / \   |Norway | PGP Key:  0xCE96CE13
|   | sv...@stillbilde.net
 ascii  |   | PGP Key:  0x58CD33B6
 ribbon |System Admin   | svein-listm...@stillbilde.net
Campaign|stillbilde.net | PGP Key:  0x22D494A4
+---+---
|msn messenger: | Mobile Phone: +47 907 03 575
|sv...@jernhuset.no | RIPE handle:SS16503-RIPE
+---+---
 If you really are in a hurry, mail me at
   svein-mob...@stillbilde.net
 This mailbox goes directly to my cellphone and is checked
even when I'm not in front of my computer.

 Picture Gallery:
  https://gallery.stillbilde.net/v/svein/




signature.asc
Description: OpenPGP digital signature


Re: WANTED: Camera Neck Strap (92313)

2010-09-16 Thread Chris Maness
oops.  I meant freecycler ;o)  sorry guys.

Chris

On Thu, Sep 16, 2010 at 9:28 AM, Jon Radel  wrote:

>  On 9/16/10 12:19 PM, Chris Maness wrote:
>
>> Does anyone have an old camera neck strap hanging around?
>>
>> Regards,
>> Chris Maness
>> ___
>> freebsd-questions@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to "
>> freebsd-questions-unsubscr...@freebsd.org"
>>
> What's this got to do with FreeBSD?
>
> --
>
> --Jon Radel
> j...@radel.com
>
>
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Support for AIX

2010-09-16 Thread Alejandro Imass
On Thu, Sep 16, 2010 at 10:59 AM, Bruce Cran  wrote:
> On Thu, 16 Sep 2010 08:55:57 -0400
> Alejandro Imass  wrote:
>
>> First. This list is for support of ___FreeBSD___, the operating
>> system, although many people that _use_ FBSD actually come to this
>> list for help on all sorts of things, but I doubt many would be eager
>> to support a component of BSD to help with a problem in AIX. I suspect
>> lot of them in fact, would probably feel contempt or a deep repugnance
>> towards any sort of proprietary operating system.
>
> Take a look at http://www.flickr.com/photos/bitgeist/4603934635/
> From all the glowing symbols you can see that everyone really
> hates proprietry operating systems :)
>

Yeah well, I do ;-)
Besides they are running in fact great chunks of FBSD and NetBSD in
those things anyway. Dunno if they use bsd make though 


> --
> Bruce Cran
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


WANTED: Camera Neck Strap (92313)

2010-09-16 Thread Chris Maness
Does anyone have an old camera neck strap hanging around?

Regards,
Chris Maness
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Problem adding 1TB SATA disk to system

2010-09-16 Thread Michael Powell
Andy Wodfer wrote:

> Hi all,
> 
> I'm running FreeBSD 8.0 release (will upgrade to 8.1 STABLE tonight).
> However, I'm having big problems adding a new harddrive to the system. I
> want a separate 1TB SATA installed to recover backup files on, but when I
> add it I only get error messages:
> 
> dmesg:
> 
> ad2: 953869MB  at ata1-master SATA300
> GEOM: ad2: corrupt or invalid GPT detected.
> GEOM: ad2: GPT rejected -- may not be recoverable.
> GEOM: ufsid/4c80e66f50f43e15: corrupt or invalid GPT detected.
> GEOM: ufsid/4c80e66f50f43e15: GPT rejected -- may not be recoverable.
> 
> I've tried label and fdisk, but I can't get it to work.
> 
[snip]

I do not believe you can utilize fdisk and label for this. Since it appears 
there may be a possibility of a garbage MBR present this will wipe it:

Boot a LiveFS CD, then at a root prompt do: 

sysctl kern.geom.debugflags=16  and:

dd if=/dev/zero of=/dev/adx oseek=1 bs=512 count=1 

where x equals your drive number. This will zero out any old MBR.

You will need to set this up with gpart instead of fdisk. More details in 
man gpart and possibly glabel. The devil is in the details, but this may be 
enough to get you pointed down the road. 

-Mike



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


Problem adding 1TB SATA disk to system

2010-09-16 Thread Andy Wodfer
Hi all,

I'm running FreeBSD 8.0 release (will upgrade to 8.1 STABLE tonight).
However, I'm having big problems adding a new harddrive to the system. I
want a separate 1TB SATA installed to recover backup files on, but when I
add it I only get error messages:

dmesg:

ad2: 953869MB  at ata1-master SATA300
GEOM: ad2: corrupt or invalid GPT detected.
GEOM: ad2: GPT rejected -- may not be recoverable.
GEOM: ufsid/4c80e66f50f43e15: corrupt or invalid GPT detected.
GEOM: ufsid/4c80e66f50f43e15: GPT rejected -- may not be recoverable.

I've tried label and fdisk, but I can't get it to work.

Fdisk:

WARNING:  It is safe to use a geometry of 1938021/16/63 for ad2 on │
│ computers with modern BIOS versions.  If this disk is
to be used   │
│ on an old machine it is recommended that it does not
have more │
│ than 65535 cylinders, more than 255 heads, or more
than│
│ 63 sectors per
track.  │

││
│ Would you like to keep using the current geometry?

Yes ... but it doesn't work. The computer hardware was bought new about 7
months ago and the mainboard is an intel server board.


Can someone help me get this disk up and running (if possible?)?

Thanks!

Best regards,
Andy
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: imapproxyd set up

2010-09-16 Thread Frank Bonnet

could you send your imapproxyd.conf file ?

On 09/16/2010 04:35 PM, n dhert wrote:

A user asked to set up IMAP proxy server
(/usr/ports/mail/up-imapproxy)
I installed it from the ports, then
# cp /usr/local/etc/imapproxyd.conf.sample /usr/local/etc/imapproxyd.conf
# vi /usr/local/etc/imapproxyd.conf
and changed server_hostname ...  to contain my imap server
and listen_port 143  to listen_port 993 (it's an SSL imap server)
and server_port 143 to server_port 993
Then added in /etc/rc.conf
imapproxyd_enable="YES"

then
# /usr/local/etc/rc.d/imapproxyd start
which responds
Starting imapproxyd.
/usr/local/etc/rc.d/imapproxyd: WARNING: failed to start imapproxyd
For a short time, a
# ps -jaxw | grep imap showed:
root   62092 57397 62092 642401 I+ 10:00.02 /bin/sh
/usr/local/etc/rc.d/imapproxyd start
root   62098 62092 62092 642401 S+ 10:00.01
/usr/local/sbin/in.imapproxyd

Am I doing something wrong here?
the file /var/log/imapproxy_protocol.log is empty
/var/log/maillog saysConnection to server failed

or could this be a firewall protecting the imap server??
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

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


Re: Support for AIX

2010-09-16 Thread Bruce Cran
On Thu, 16 Sep 2010 08:55:57 -0400
Alejandro Imass  wrote:

> First. This list is for support of ___FreeBSD___, the operating
> system, although many people that _use_ FBSD actually come to this
> list for help on all sorts of things, but I doubt many would be eager
> to support a component of BSD to help with a problem in AIX. I suspect
> lot of them in fact, would probably feel contempt or a deep repugnance
> towards any sort of proprietary operating system.

Take a look at http://www.flickr.com/photos/bitgeist/4603934635/
From all the glowing symbols you can see that everyone really
hates proprietry operating systems :)

-- 
Bruce Cran
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


imapproxyd set up

2010-09-16 Thread n dhert
A user asked to set up IMAP proxy server
(/usr/ports/mail/up-imapproxy)
I installed it from the ports, then
# cp /usr/local/etc/imapproxyd.conf.sample /usr/local/etc/imapproxyd.conf
# vi /usr/local/etc/imapproxyd.conf
and changed server_hostname ...  to contain my imap server
and listen_port 143  to listen_port 993 (it's an SSL imap server)
and server_port 143 to server_port 993
Then added in /etc/rc.conf
imapproxyd_enable="YES"

then
# /usr/local/etc/rc.d/imapproxyd start
which responds
Starting imapproxyd.
/usr/local/etc/rc.d/imapproxyd: WARNING: failed to start imapproxyd
For a short time, a
# ps -jaxw | grep imap showed:
root   62092 57397 62092 642401 I+ 10:00.02 /bin/sh
/usr/local/etc/rc.d/imapproxyd start
root   62098 62092 62092 642401 S+ 10:00.01
/usr/local/sbin/in.imapproxyd

Am I doing something wrong here?
the file /var/log/imapproxy_protocol.log is empty
/var/log/maillog saysConnection to server failed

or could this be a firewall protecting the imap server??
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: virtaullBox AMD64 32bit lib

2010-09-16 Thread Gholam Mostafa Faridi

On 09/16/2010 17:57, Pieter de Goeje wrote:

chflags noschg /usr/lib32/libc.so.7
I do not know what happen , but after I run that command I can install 
virtulbox and it work bu when I want run it I see error about


Failed to create a new session.

Callee RC:
NS_ERROR_FACTORY_NOT_REGISTERED (0x80040154)


and I can not run it and use it ,
but when I run this command again
cd /usr/src ; make build32 install32 ; ldconfig -v -m -R /usr/lib32
 and I see this error

sh /usr/src/tools/install.sh -o root -g wheel -m 444  crtend.o 
/usr/obj/usr/src/lib32/usr/lib32/crtend.o
sh /usr/src/tools/install.sh -o root -g wheel -m 444  crtbeginT.o 
/usr/obj/usr/src/lib32/usr/lib32/crtbeginT.o
sh /usr/src/tools/install.sh -o root -g wheel -m 444  crtbegin.So 
/usr/obj/usr/src/lib32/usr/lib32/crtbeginS.o
sh /usr/src/tools/install.sh -o root -g wheel -m 444  crtend.So 
/usr/obj/usr/src/lib32/usr/lib32/crtendS.o

===> lib/csu/i386-elf (obj,depend,all,install)
ld -m elf_i386_fbsd -Y P,/usr/obj/usr/src/lib32/usr/lib32  -o gcrt1.o -r 
crt1_s.o gcrt1_c.o
ld: Relocatable linking with relocations from format elf64-x86-64 
(gcrt1_c.o) to format elf32-i386-freebsd (gcrt1.o) is not supported

*** Error code 1

Stop in /usr/src/lib/csu/i386-elf.
*** Error code 1

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

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

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

Stop in /usr/src.
mfaridipc#


I think my system is broken . how I solve this problem ?

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


Re: Need bsd make for AIX

2010-09-16 Thread Matthew Seaman
On 16/09/2010 12:40:24, srividy...@tcs.com wrote:
> We have some open source code for RPC calls - DCE that has c programs and 
> corresponding makefiles.
> When we tried gmake or make ( AIX make) , we were getting syntax errors.
> We found that all the makefiles had syntax that corresponds to makeutility 
> of BSD?
> 
> Do you have any alternative?
> Is there any BSD make utility that can be installed in AIX machine?

You could try this:

http://www.crufty.net/help/sjg/bmake.html

but I just found that after 2 seconds of searching with google and I
have no idea if it works under AIX or not.

There'd be no problem if someone wanted to take the BSD make sources and
port them to AIX, but AFAIK, no one has ever wanted to do that, or at
least, has never owned up to doing that in public that I've ever heard of.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
JID: matt...@infracaninophile.co.uk   Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


Re: virtaullBox AMD64 32bit lib

2010-09-16 Thread Gholam Mostafa Faridi

On 09/16/2010 17:57, Pieter de Goeje wrote:

On Wednesday 15 September 2010 15:59:29 Gholam Mostafa Faridi wrote:
   

On 09/15/2010 13:00, Edho P Arief wrote:
 

sh install.sh
   

I download all file and go to download directory and run that command ,
for first time I do not see error and do not see messages , but when I
run that sh install.sh again I see this error

"mfaridipc# sh install.sh

./usr/lib32/libc.so.7: Could not unlink
./usr/lib32/libcrypt.so.5: Could not unlink
./usr/lib32/librt.so.1: Could not unlink
./usr/lib32/libthr.so.3: Could not unlink
./libexec/ld-elf32.so.1: Could not unlink
tar: Error exit delayed from previous errors."

and problem do not solve
 

These files have the schg flag set (see chflags(1)). This means the files are
immutable. Try removing the schg flag first:

# chflags noschg /usr/lib32/libc.so.7

- Pieter

   

I run this

chflags noschg /usr/lib32/libc.so.7



but I see this error

"/usr/lib32/libc.so.7: Could not unlink
./usr/lib32/libcrypt.so.5: Could not unlink
./usr/lib32/librt.so.1: Could not unlink
./usr/lib32/libthr.so.3: Could not unlink
./libexec/ld-elf32.so.1: Could not unlink
tar: Error exit delayed from previous errors."


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


Re: virtaullBox AMD64 32bit lib

2010-09-16 Thread Pieter de Goeje
On Wednesday 15 September 2010 15:59:29 Gholam Mostafa Faridi wrote:
> On 09/15/2010 13:00, Edho P Arief wrote:
> > sh install.sh
> 
> I download all file and go to download directory and run that command ,
> for first time I do not see error and do not see messages , but when I
> run that sh install.sh again I see this error
> 
> "mfaridipc# sh install.sh
> 
> ./usr/lib32/libc.so.7: Could not unlink
> ./usr/lib32/libcrypt.so.5: Could not unlink
> ./usr/lib32/librt.so.1: Could not unlink
> ./usr/lib32/libthr.so.3: Could not unlink
> ./libexec/ld-elf32.so.1: Could not unlink
> tar: Error exit delayed from previous errors."
> 
> and problem do not solve

These files have the schg flag set (see chflags(1)). This means the files are 
immutable. Try removing the schg flag first: 

# chflags noschg /usr/lib32/libc.so.7

- Pieter
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Support for AIX

2010-09-16 Thread Alejandro Imass
On Thu, Sep 16, 2010 at 1:53 AM,   wrote:
> Hi
>     Is BSD compatible with AIX unix system?( AIX version 6).
> We require the make utility of BSD to compile few source programs?
>

First. This list is for support of ___FreeBSD___, the operating
system, although many people that _use_ FBSD actually come to this
list for help on all sorts of things, but I doubt many would be eager
to support a component of BSD to help with a problem in AIX. I suspect
lot of them in fact, would probably feel contempt or a deep repugnance
towards any sort of proprietary operating system.

Second. The subject of your mail and the questions themselves are not
very helpful. Perhaps if they were more technical or specific, there
might be a ___BSD Make___ expert who would have some compassion to
help with a problem on AIX. Of course, the subject and questions would
have to be asked in a smart way. This might help:

http://www.catb.org/esr/faqs/smart-questions.html

Thirdly. Besides structural, technical, philosophical and political
reasons[1], many of which you will realize after reading the document
above, you will find that is expected that you do your homework first,
(i.e STFW and RTMF first, __before___ you post a question in an open
source list).

Just by typing "bsd make" in Google, I found this link, that will
probably help you quite a bit with your problem:

http://lists.freebsd.org/pipermail/freebsd-questions/2007-April/147533.html

> Is there any make utility compatible with AIX?  Could you please give us
> the URL where we can get the same?
>
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/nutshell.html
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-hardware.html


Cheers,
Alejandro Imass


>
>
> Srividya K
> Tata Consultancy Services
> Mailto: srividy...@tcs.com
> Website: http://www.tcs.com
> =-=-=
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: (no subject)

2010-09-16 Thread Brandon Gooch
On Thu, Sep 16, 2010 at 5:36 AM, Bruce Cran  wrote:
> On Thu, 16 Sep 2010 12:23:36 +0200
> claudiu vasadi  wrote:
>
>> what s-ata1 controller would you recommend in this case ?
>
> I don't know, I've just heard that the Sil adapters have a bad
> reputation, including for data corruption. Things may have improved in
> the 5 years since though.

I can chime in here -- I've gone through two SiI 3114s (Rosewill
RC-209s). Fortunately for me, the system wasn't critical and the cards
failed at reboots -- and I had spares :)

The upside is, if you're using ZFS, data corruption may not be an
issue. Also, did we mention that the cards are CHEAP? Like, bottled
water cheap.

On the other hand, I've read of "higher end" Rosewill (presumably also
SiI) cards performing admirably, and for extended periods. Luck of the
draw, I suppose...

2 cents,

Brandon
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Need bsd make for AIX

2010-09-16 Thread Masoom Shaikh
On Thu, Sep 16, 2010 at 8:58 AM,   wrote:
> Hi
>    Is there any BSD make versions available for AIX platform?
> We require the make utility of BSD to compile few source programs.
>
> Is there any make utility compatible with AIX?  Could you please give us
> the URL where we can get the same?
>
>
>
> Srividya K
> Tata Consultancy Services
> Mailto: srividy...@tcs.com
> Website: http://www.tcs.com
>
> Srividya K
> Tata Consultancy Services
> Mailto: srividy...@tcs.com
> Website: http://www.tcs.com
> 
> Experience certainty.   IT Services
>                        Business Solutions
>                        Outsourcing
> 
> =-=-=
> Notice: The information contained in this e-mail
> message and/or attachments to it may contain
> confidential or privileged information. If you are
> not the intended recipient, any dissemination, use,
> review, distribution, printing or copying of the
> information contained in this e-mail message
> and/or attachments to it are strictly prohibited. If
> you have received this communication in error,
> please notify us by reply e-mail or telephone and
> immediately and permanently delete the message
> and any attachments. Thank you
>
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
>

u can always GNU make
http://www.gnu.org/software/make/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: How to prevent system to launch interactive fsck after improper shutdown and reboot?

2010-09-16 Thread Polytropon
On Wed, 15 Sep 2010 17:11:30 -0400 (EDT), d...@safeport.com wrote:
> I have had two systems die with bad disks.

Personally, I never had trouble with bad disks, but with
defective file systems (origin unknown), and follow-up
trouble caused by background fsck that prevented me many
years from accessing my data. Going the "old fashioned"
way brought everything back.

Long story short: A present .snapshot from the 1st
background fsck (which was introduced as default in
5.0, as far as I remember) caused fsck from working
as expected; after removing this file, I got all the
missing data back.

Luckily, the problem didn't seem to be related to
actual disk failure, as SMART data didn't give a hint
about that. I did work with a 1:1 dd copy anyway.



> Modern disks die silently which I think is too bad.

You usally see messages in dmesg / console that indicate
disk trouble. In mos cases, those messages say that the
disk is already dying - it's too late for "repair". So
time for backup and replacement. Seems that this is the
result of continuing bigger and cheaper disks...



> If this is 
> happening and you have data you want to recover you
> might try booting in single user move and using fsck
> manually on each slice.

The fsck program operates on partitions, not on slices.
Terminology, dear Watson. :-)




-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Need bsd make for AIX

2010-09-16 Thread srividya . k
We have some open source code for RPC calls - DCE that has c programs and 
corresponding makefiles.
When we tried gmake or make ( AIX make) , we were getting syntax errors.
We found that all the makefiles had syntax that corresponds to makeutility 
of BSD?

Do you have any alternative?
Is there any BSD make utility that can be installed in AIX machine?

Srividya K
Tata Consultancy Services
Mailto: srividy...@tcs.com
Website: http://www.tcs.com

Experience certainty.   IT Services
Business Solutions
Outsourcing




From:
Masoom Shaikh 
To:
srividy...@tcs.com
Cc:
freebsd-questions@freebsd.org
Date:
09/16/2010 05:04 PM
Subject:
Re: Need bsd make for AIX



On Thu, Sep 16, 2010 at 8:58 AM,   wrote:
> Hi
>Is there any BSD make versions available for AIX platform?
> We require the make utility of BSD to compile few source programs.
>
> Is there any make utility compatible with AIX?  Could you please give us
> the URL where we can get the same?
>
>
>
> Srividya K
> Tata Consultancy Services
> Mailto: srividy...@tcs.com
> Website: http://www.tcs.com
>
> Srividya K
> Tata Consultancy Services
> Mailto: srividy...@tcs.com
> Website: http://www.tcs.com
> 
> Experience certainty.   IT Services
>Business Solutions
>Outsourcing
> 
> =-=-=
> Notice: The information contained in this e-mail
> message and/or attachments to it may contain
> confidential or privileged information. If you are
> not the intended recipient, any dissemination, use,
> review, distribution, printing or copying of the
> information contained in this e-mail message
> and/or attachments to it are strictly prohibited. If
> you have received this communication in error,
> please notify us by reply e-mail or telephone and
> immediately and permanently delete the message
> and any attachments. Thank you
>
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
"freebsd-questions-unsubscr...@freebsd.org"
>

u can always GNU make
http://www.gnu.org/software/make/


=-=-=
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you


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


Re: CPU temp munin plugin

2010-09-16 Thread Dánielisz László
Actually I found that mbmon is quite great app. It just needed some 
cofigurations and now is working.

Laci




From: Rob Byrnes 
To: Dánielisz László 
Cc: freebsd-questions@freebsd.org
Sent: Thu, September 16, 2010 12:34:52 AM
Subject: Re: CPU temp munin plugin

2010/9/15 Dánielisz László :
> Hi,
>
> What plugin do you use in munin to get values of your CPU?

There are several, and some have dependencies on other software - what
cpu are you using?

Rob




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


Need bsd make for AIX

2010-09-16 Thread srividya . k
Hi
Is there any BSD make versions available for AIX platform?
We require the make utility of BSD to compile few source programs.

Is there any make utility compatible with AIX?  Could you please give us 
the URL where we can get the same?

 

Srividya K
Tata Consultancy Services
Mailto: srividy...@tcs.com
Website: http://www.tcs.com

Srividya K
Tata Consultancy Services
Mailto: srividy...@tcs.com
Website: http://www.tcs.com

Experience certainty.   IT Services
Business Solutions
Outsourcing

=-=-=
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you


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


Support for AIX

2010-09-16 Thread srividya . k
Hi
 Is BSD compatible with AIX unix system?( AIX version 6).
We require the make utility of BSD to compile few source programs?

Is there any make utility compatible with AIX?  Could you please give us 
the URL where we can get the same?

 

Srividya K
Tata Consultancy Services
Mailto: srividy...@tcs.com
Website: http://www.tcs.com
=-=-=
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you


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


Re: (no subject)

2010-09-16 Thread Bruce Cran
On Thu, 16 Sep 2010 12:23:36 +0200
claudiu vasadi  wrote:

> what s-ata1 controller would you recommend in this case ?

I don't know, I've just heard that the Sil adapters have a bad
reputation, including for data corruption. Things may have improved in
the 5 years since though.

-- 
Bruce Cran
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: (no subject)

2010-09-16 Thread claudiu vasadi
perhaps, but I reached speeds of up to 51MB constant write with it.

what s-ata1 controller would you recommend in this case ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: (no subject)

2010-09-16 Thread Bruce Cran
On Thu, 16 Sep 2010 10:57:07 +0200
claudiu vasadi  wrote:

> Can you elaborate on that pls ?

Silicon Image controllers have a bad reputation - see 
http://unix.derkeiler.com/Mailing-Lists/FreeBSD/current/2004-03/0955.html
and
http://osdir.com/ml/os.freebsd.devel.hardware/2005-10/msg00048.html
for example.

-- 
Bruce Cran
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: (no subject)

2010-09-16 Thread claudiu vasadi
Bruce,

Can you elaborate on that pls ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: (no subject)

2010-09-16 Thread Bruce Cran
On Thu, 16 Sep 2010 01:18:07 -0600
Modulok  wrote:

> I have an old box I want to turn into a file server backup machine.
> Unfortunately, the mainboard has only PATA headers. I do have three
> PCI slots though, so I was looking at a PCI SATA controller card that
> will get along with FreeBSD without a fuss. Nothing fancy, just
> something inexpensive that I can plug a few SATA drives into. Then
> I'll create a graid3 with them, or mess around with ZFS. Anyone using
> something worth a recommendation?

The only recommendation I have is not to get a Silicon Image (Sil)
based card - they're cheap but don't work well.

-- 
Bruce
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: (no subject)

2010-09-16 Thread claudiu vasadi
I have SiI 3512 SATA150 controller and it works ok
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: apropos returning same item twice

2010-09-16 Thread Wayne Sierke
On Wed, 2010-09-15 at 18:27 -0400, Steven Friedrich wrote:
> On Wednesday 15 September 2010 12:39:15 pm Wayne Sierke wrote:
> > On Tue, 2010-09-14 at 00:37 +, Alexander Best wrote:
> > > On Sat Sep 11 10, Steven Friedrich wrote:
> > > > Why does apropos list mysql(1) twice?
> > > > 
> > > > It doesn't return duplicates with apropos kde...
> > > 
> > > maybe you have a gzip'ed and plain version in /usr ?
> > > 
> > > see PR #4419.
> > > 
> > > cheers.
> > > alex
> > 
> > Are you certain that /etc/manpath.config doesn't just still
> > have /usr/X11R6/man configured (as well as /usr/local/man)? Admittedly
> > the kde issue is a mystery, assuming its manpages are installed
> > in /usr/local/man. This system has the following:
> > 
> > OPTIONAL_MANPATH/usr/local/man
> > # (disabled by xorg-libraries port) OPTIONAL_MANPATH/usr/X11R6/man
> > 
> > MANPATH_MAP /usr/local/bin  /usr/local/man
> > # (disabled by xorg-libraries port)
> > MANPATH_MAP /usr/X11R6/bin  /usr/X11R6/man
> > 
> > 
> > Is the whatis file being updated? Check the timestamp:
> > 
> > # ls -l /usr/local/man/whatis
> > -rw-r--r--  1 root  wheel  273178 Sep 11 04:22 /usr/local/man/whatis
> > 
> > 
> > Wayne
> > 
> > > > ad...@laptop2(/dev/pts/1)/usr/home/admin 106% apropos mysql
>  
> > ___
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
> > "freebsd-questions-unsubscr...@freebsd.org"
> 
> I still have X11R6 in usr symlinked to /usr/local. This was done per entry 
> 20070519 in /usr/ports/UPDATING.
> 
> Do we still need this symlink?

Yes, anything that references /usr/X11R6 gets directed to /usr/local.

Did you check /etc/manpath.config and the timestamp
on /usr/local/man/whatis?

Another check is that the output of manpath(1) doesn't
include /usr/X11R6/man.


Wayne


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


(no subject)

2010-09-16 Thread Modulok
List,

I have an old box I want to turn into a file server backup machine.
Unfortunately, the mainboard has only PATA headers. I do have three
PCI slots though, so I was looking at a PCI SATA controller card that
will get along with FreeBSD without a fuss. Nothing fancy, just
something inexpensive that I can plug a few SATA drives into. Then
I'll create a graid3 with them, or mess around with ZFS. Anyone using
something worth a recommendation?

Thanks!
-Modulok-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: So I've Been Wondering...

2010-09-16 Thread Indexer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

What model of MBP do you have? If it is a dual GFX card model, your in for a 
world of pain.

On 16/09/2010, at 5:37 AM, Jud wrote:

> Thinking of installing FreeBSD with ZFS root on my MacBook Pro as dual boot, 
> possibly treble with Win7.  What's the best way to do this - Boot Camp, then 
> follow FreeBSD Wiki?
> 
> Thanks,
> 
> Jud
> 
> -- 
> "I'd take the awe of understanding over the awe of ignorance any day." — 
> Douglas Adams
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

William Brown

pgp.mit.edu



-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.14 (Darwin)

iQIcBAEBAgAGBQJMkbpIAAoJEHF16AnLoz6Ja20P/RBoHgNeHBLaCPCz1x70i7zr
lc58inPScJHTc+RDfL+Ey7ANyJFVRn+3u8kVXq28auSajUGiGyrdK0AgCWFkGwDF
mSCQwfcqdL3Z5mgHWYSG2MUQYczMnRH72gAMJhTnTTvcaGUBndUOXq+B9ELBOcpN
MueoqMg6kmEwieo5ueQTGEwE34Ffg/cRSDo0tfKXtlA2drfL/PDjwNDAbZxOtNHi
ozcsEjXWhwhs73HTCi5GbDYfc5JOzlelOuuhKvuUZPmpDVTRyyjCey02h1ke3uDP
UfxMTUHDk36BXuOX86KEhSGVYJ6sYanAk2T7nSlM31fFO8Y3HDx5AT5zEKgdegrE
KefsNVwxITQ3OkDK+92BTbYvsrwNsCGXaqOLX495AFu6fVCL5O3r5IzVS9N7GIgr
mFTFzbbpN4ykoUOft03dvT4r1azoOfeeBHfSLfbwlsjqRhw5OPqQAo8xxrSOZWlh
GcFJFhYeuriluv+rOacGIFhGksZKRMsG4lfTpn+iWcHU46dpImVoHCG0/i+LlXoA
7sffuEXKXBKwZ6RXexsZ/6Z4ieqV2CzB15Haa4OEKqJm2z636cmO8VMn07EXSsYK
JuxvYneEHqaTdXw4eKS5q9K23Y14l0s6pAXqe1ePoYxnB44qT1tCrRkrO8zS1LQG
XGRdjQm0RMsAE+l4kiVA
=O5Dc
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"