Problem with X

2011-11-06 Thread Zantgo
The synaptics mouse and the keyboard not found when I tap startx in my user, 
this is the mensaje:

xauth: file /home/user/.Xauthority does not 
exist___
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 with X

2011-11-06 Thread Zantgo


El 06-11-2011, a las 14:31, Alexander Kapshuk alexander.kaps...@gmail.com 
escribió:

 On 11/06/2011 06:42 PM, Zantgo wrote:
 The synaptics mouse and the keyboard not found when I tap startx in my 
 user, this is the mensaje:
 
 xauth: file /home/user/.Xauthority does not 
 exist___
 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
   
 did you put this in your /etc/rc.conf:
 
 hald_enable=YES
 dbus_enable=YES
Yes but does not yet work
 see 6.4.2 Configuring X11 of the handbook, 
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html, for 
 details.
 
 sasha
 
 ___
 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: Problem with X

2011-11-06 Thread Zantgo
on the console keyboard and mouse do work
___
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 with X

2011-11-06 Thread Zantgo


El 06-11-2011, a las 14:48, Alexander Kapshuk alexander.kaps...@gmail.com 
escribió:

 On 11/06/2011 07:36 PM, Zantgo wrote:
 
 El 06-11-2011, a las 14:31, Alexander Kapshukalexander.kaps...@gmail.com  
 escribió:
 
   
 On 11/06/2011 06:42 PM, Zantgo wrote:
 
 The synaptics mouse and the keyboard not found when I tap startx in my 
 user, this is the mensaje:
 
 xauth: file /home/user/.Xauthority does not 
 exist___
 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
 
   
 did you put this in your /etc/rc.conf:
 
 hald_enable=YES
 dbus_enable=YES
 
 Yes but does not yet work
   
 see 6.4.2 Configuring X11 of the handbook, 
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html, 
 for details.
 
 sasha
 
 ___
 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
 
 did you restart 'hald' and 'dbus' after putting
 
 hald_enable=YES
 dbus_enable=YES
 
 
 in your /etc/rc.conf?
Yes I restart the system but not found, but in the console found
 
 
___
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: -Stable periodic updates

2011-11-05 Thread Zantgo
I will say my question clear.
If I have FreeBSD-8.2-stable, updated 2011/05/18, what I want to do is update 
the current, as for example 2011/11/01. I am willing to read me a manual that 
tells me how to do this.___
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: -Stable periodic updates

2011-11-05 Thread Zantgo
Well, there's a faster way to update?, Perhaps anoncvs is faster or not?. After 
all we are talking about regular updates, I'll do every month.
___
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 in install

2011-11-05 Thread Zantgo
While I am installing FreeBSD 8.2-STABLE, when I finish with disklabel, and 
then says Last chance, then to accept I get the following message:

Unable to find device node for / dev/ad4s1b in / dev!
The creation of filesystem Will be aborted.
___
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: -Stable periodic updates

2011-11-05 Thread Zantgo


El 05-11-2011, a las 11:58, Michael Ross g...@ross.cx escribió:

 Am 05.11.2011, 15:36 Uhr, schrieb Zantgo zan...@gmail.com:
 
 I will say my question clear.
 If I have FreeBSD-8.2-stable, updated 2011/05/18, what I want to do is 
 update the current, as for example 2011/11/01. I am willing to read me a 
 manual that tells me how to do 
 this.___
 
 
 I do it like this:
 
 put this in stable-supfile:
 
*default host=cvsup.de.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=RELENG_8
*default delete use-rel-suffix
 
*default compress
 
src-all
 
 execute:
 
csup stable-supfile
cd /usr/src
make buildworld
make buildkernel
make installkernel
mergemaster -p
make installworld
mergemaster -a
reboot
 
 
 You now have updated to a current 8-STABLE.
 This is, if 8.3 would exist, you would now have 8.3-STABLE.
 If you just want security patches for 8.2 and not go to 8.3 if it comes out,
 you have to define tag=RELENG_8_2
 
 
 This is not the same as tag=HEAD.
 tag=HEAD gives you CURRENT, which is 9.0-RC1 i believe.
 Do not confuse these.
 
This also updates ports right?
 
 http://www.freebsd.org/doc/en/books/handbook/cvsup.html
 http://www.freebsd.org/doc/en/books/handbook/cvs-tags.html
 http://www.freebsd.org/doc/en/books/handbook/makeworld.html
___
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: -Stable periodic updates

2011-11-05 Thread Zantgo
I can do this to update the ports and src:

# cd /usr
# cvs -qd anon...@anoncvs.freebsd.org:/cvs get -rFREEBSD_9_0 -P 
# cd /usr/src
# cvs -q up -rFREEBSD_9_0 -Pd
# cd /usr
# cvs -qd anon...@anoncvs.freebsd.org:/cvs get -rFREEBSD -P ports
# cd /usr/ports
# cvs -q up -rFREEBSD_9_0 -Pd
___
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


Urgent!. Problem with / etc / rc.conf

2011-11-05 Thread Zantgo
Without wanting to erase all contents of / etc / rc.conf, by running echo 
slim_enable = YES  / etc / rc.conf. Please help!.
___
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: Urgent!. Problem with / etc / rc.conf

2011-11-05 Thread Zantgo


El 06-11-2011, a las 1:29, Robert Simmons rsimmo...@gmail.com escribió:

 On Sun, Nov 6, 2011 at 12:10 AM, Zantgo zan...@gmail.com wrote:
 Without wanting to erase all contents of / etc / rc.conf, by running echo 
 slim_enable = YES  / etc / rc.conf. Please help!.
 
 Well, the absolute basics would be:
 hostname=YourHostNameHere
 ifconfig_NameOfNicCardDeviceHere=inet IPADDRESS netmask NETMASK
 defaultrouter=IPOfGateway/Router
 
 You may also have had:
 sshd_enable=YES
 
 You can also look at dmesg -a and get a grasp over what other services
 you had started.
 
 Two other things, use  rather than  to append to the file (better
 yet, learn vi, it's much safer), and always backup any changes from
 default you make to config files.  I keep them all on pastebin.com for
 convenience, but you can keep them anywhere, even scribbled on a
 postit note stuck to the front of the server in question (what I used
 to do).
 
 Rob
I gave up, and now reinstall everything again :(
___
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 with mergemaster-p

2011-11-04 Thread Zantgo
I'm trying to upgrade to 9.0 stable, but when I run mergemaster-p in single 
mode, I get the following error message:

*** Creating the temporary root environment in / var / tmp / temproot
mkdir / var / tmp / temproot: Read-only file system

 *** FATAL ERROR: Can not create / var / tmp / temproot

Zantgo
___
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 with mergemaster-p

2011-11-04 Thread Zantgo


El 04-11-2011, a las 21:55, Zantgo zan...@gmail.com escribió:

 I'm trying to upgrade to 9.0 stable, but when I run mergemaster-p in single 
 mode, I get the following error message:
 
 *** Creating the temporary root environment in / var / tmp / temproot
 mkdir / var / tmp / temproot: Read-only file system
 
 *** FATAL ERROR: Can not create / var / tmp / temproot
 
 Zantgo

I have an other problem, when I key make installworld, get this message:
make: don't know how to make installworld. 
Stop___
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 with mergemaster-p

2011-11-04 Thread Zantgo


El 04-11-2011, a las 22:22, Polytropon free...@edvax.de escribió:

 On Fri, 4 Nov 2011 22:14:10 -0300, Zantgo wrote:
 I have an other problem, when I key make installworld, get this message:
 make: don't know how to make installworld. Stop
 
 Please read the instructions in the Handbook, or refer
 to the comment header in /usr/src/Makefile.
 
 1.  `cd /usr/src'   (or to the directory containing your source tree).
 2.  `make buildworld'
 3.  `make buildkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC).
 4.  `make installkernel KERNCONF=YOUR_KERNEL_HERE'   (default is GENERIC).
  [steps 3.  4. can be combined by using the kernel target]
 5.  `reboot'(in single user mode: boot -s from the loader prompt).
 6.  `mergemaster -p'
 7.  `make installworld'
 8.  `make delete-old'
 9.  `mergemaster'(you may wish to use -i, along with -U or -F).
 10.  `reboot'
 11.  `make delete-old-libs' (in case no 3rd party program uses them anymore)
 
 Make sure you also do step 1 when calling mergemaster
 and make:
 
# cd /usr/src
# mergemaster -p
# make installworld
# make delete-old
# mergemaster
 
 Then reboot into the new OS version.
 
 
Yeah!!. Thanks!, forgot to be in / usr / src.
 -- 
 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


-Stable periodic updates

2011-11-04 Thread Zantgo
It turns out that I have downloaded FreeBSD 8.2-stable as the repository, so I 
guess you no longer need to update the ports and src, as you would a regular 
basis, the problem is that I have not found such a manual on the web, so how 
are regular updates in-STABLE?, just download everything from cvsup and ready?, 
will not have to do the same thing to convert releases in stable right?, 
because I mean regular updates.

Zantgo
___
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


Make buildworld don't run

2011-11-02 Thread Zantgo
I write make buildworld, this is the answer:

#make buildworld
make: don't know how to make buildworld. Stop

PS: I use FreeBSD 9.0 RC1, and I try to follow current

Zantgo
___
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 buildworld don't run

2011-11-02 Thread Zantgo
El 02-11-2011, a las 16:33, Jerry McAllister jerr...@msu.edu escribió:

 On Wed, Nov 02, 2011 at 03:45:39PM -0300, Zantgo wrote:
 
 I write make buildworld, this is the answer:
 
 #make buildworld
 make: don't know how to make buildworld. Stop
 
 PS: I use FreeBSD 9.0 RC1, and I try to follow current
 
 What user/permissions did you have?
 Which directory were you in?
 
 I think you need to be root and in /usr/src
 
 I could be wrong.
 
 jerry

Yeah!!, I just had to be in / usr / src, thank you very much!.

PS: as the directory name that comes after typing cd as root or user?
 
 
 Zantgo
 ___
 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: Make buildworld don't run

2011-11-02 Thread Zantgo


El 02-11-2011, a las 17:00, Michael Powell nightre...@hotmail.com escribió:

 If your only exposure to date with computers has been with Windows and you 
 are looking to expand your reach, you will first find that the *Nix world is 
 heavy on reading documentation and trying to figure stuff out for yourself 
 first, before splattering help channels with every little thing that comes 
 along. Once you have made some intial effort you will find that you are in a 
 better position to provide better details on how we can help you. We cannot 
 help you with the effort you need to make in learning the basics, and these 
 basics are all contained in the documentation. 
 
 I will make no effort to address your error. First of all, you should not be 
 starting in FreeBSD with a release candidate and following -CURRENT. Your 
 error is the result of trying to jump over learning what you need to know

Now this worked for me and at one time thought to hold steady, but I thought 
that opened many dependencies, and need more current packages so take care not 
release

___
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


Not found slim

2011-11-02 Thread Zantgo
I install slim and xfce4, and I put slim in the boot, when the system booting, 
everything works fine when login screen appears I can not type slim or move the 
mouse, which is the 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: Not found slim

2011-11-02 Thread Zantgo


El 02-11-2011, a las 17:48, Christopher J. Ruwe c...@cruwe.de escribió:

 On Wed, 2 Nov 2011 17:15:56 -0300
 Zantgo zan...@gmail.com wrote:
 
 I install slim and xfce4, and I put slim in the boot, when the system
 booting, everything works fine when login screen appears I can not
 type slim or move the mouse, which is the problem?
 
 My prime suspect would dbus not running. Had something similar and resolved 
 it with dbus.
 
 Cheers,

But in my rc.conf said dbus_enable=YES
 -- 
 Christopher J. Ruwe
 TZ GMT + 1
 ___
 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: Not found slim

2011-11-02 Thread Zantgo


El 02-11-2011, a las 18:19, Mark Felder f...@feld.me escribió:

 On Wed, 02 Nov 2011 15:55:47 -0500, zan...@gmail.com wrote:
 
 But in my rc.conf said dbus_enable=YES
 
 and HAL? Your Xorg was probably compiled with HAL. I've had this problem 
 before though and the fix was to recompile X without HAL. Sucks to not be 
 able to plugplay though.
hal also on that of the installation of Xorg, do not set anything after xorg 
pkg_add-r, nor have I installed the nvidia driver, which I configured in xorg?
 

 ___
 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


Problem with dbus in boot

2011-11-02 Thread Zantgo
I have added my rc.conf dbus, but when the system boots, get the following 
message:

Starting dbus.
Failed to start message bus: Could not get UID and GID for username messagebus
/etc/rc: WARNING: failed to start 
dbus___
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: The ports are really funcional?

2011-10-31 Thread Zantgo
then, as the system must be configured?, I thought as I was was perfect. I have 
a laptop with intel core i5. 

PS: I think that occupying FreeBSD or OpenBSD, and you should consider ;)

Zantgo

El 31-10-2011, a las 6:12, Joe Gain joe.g...@gmail.com escribió:

 I agree, the ports are *amazing*. Even when installing a major component
 like kde4. If you have your base system set up correctly this very complex
 task will generally complete flawlessly. For a first-time install you can
 accept most of the default options when configuring, but it's probably not
 a good idea to just blindly accept every default.
 
 Experiment with the different port management software until you find
 something which you like. Read the documentation about dealing with common
 issues, making backups, saving compiler/ installation errors, etc.
 
 If you are having many problems with ports which require few dependencies,
 you may have a non-ports related issue of some kind.
 
 My entire system is ports based and I belong more to the user than the
 hacker class.
 
 Good luck!
 
 On Mon, Oct 31, 2011 at 4:05 AM, Polytropon free...@edvax.de wrote:
 
 On Sun, 30 Oct 2011 22:36:44 -0400, Alejandro Imass wrote:
 For very large packages such as the graphics system, open or libre
 office etc. it's much better to use binary versions via pkg_add. It's
 a waste of time to compile these very large suites and most of the
 time you will get the config options wrong, and they take forever to
 compile.
 
 Exceptions:
 
 1) You need language-specific settings.
  Example: OpenOffice in German.
 
 2) You need others than the default options, e. g. if you
  want to include or exclude some stuff.
  Example: OpenOffice without KDE.
 
 3) You need options to be set at compile time that do differ
  from the default options from which the binary packages
  are made, or because of artificially shit in your pants
  legal requirements and restrictions.
  Example: mplayer with mencoder and all (!) codecs
 
 4) You need to speed up things to make them run on older
  hardware, and you fight for every optimization.
  Example: mplayer's RUNTIME_CPU_DETECTION.
 
 But this is, I think, a case for 1% of users only. You
 hardly need to do that. In most cases, the default options
 are fine, and the binary packages just work.
 
 
 
 For things you want to tailor and optimize to your needs then use the
 ports system. FBSD is so cool that it doesn't matter if you install
 one way or the other and you can use almost all methods
 interchangeably.
 
 A managament tool (such as portmaster or portupgrade) helps
 to keep an eye on dependencies when using the many possible
 ways.
 
 
 --
 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
 
 
 
 
 -- 
 joe gain
 
 jacob-burckhardt-str. 16
 78464 konstanz
 germany
 
 +49 (0)7531 60389
 
 (...otherwise in ???)
 ___
 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


What are the technical differences between Linux and BSD?

2011-10-31 Thread Zantgo
I mean, like BSD is based on the original UNIX, and Linux on System V, Linux 
should include new technologies, or why not?, Is that Linux includes more new 
hardware, but I mean as is within management technologies, security, etc. ..

PD: I know that BSD is more secure, stable and fast, although in relation to 
performance, ports are not very fast.

Zantgo___
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


Install gnome 3

2011-10-31 Thread Zantgo
How I can install Gnome3?
___
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 ports are really funcional?

2011-10-30 Thread Zantgo
What happens is that I tried to install things on the ports, but almost no one 
serves me, I've only been able to install firefox, I tried also install KDE, 
GNOME and KFCE, but I have been many errors, commonly solocionables, for 
example I had to modify REFRESH to true, but also to get out other errors, 
commonly have a solution, but is a great problem to have to spend all his time 
fixing bugs. Please tell me if it is natural to every time I download large 
modifying ports so, if so, then why say functional?

Zantgo___
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: The ports are really funcional?

2011-10-30 Thread Zantgo
El 30-10-2011, a las 19:55, Warren Block wbl...@wonkity.com escribió:

 On Sun, 30 Oct 2011, Zantgo wrote:
 
 What happens is that I tried to install things on the ports, but almost no 
 one serves me, I've only been able to install firefox, I tried also install 
 KDE, GNOME and KFCE, but I have been many errors, commonly solocionables, 
 for example I had to modify REFRESH to true, but also to get out other 
 errors, commonly have a solution, but is a great problem to have to spend 
 all his time fixing bugs. Please tell me if it is natural to every time I 
 download large modifying ports so, if so, then why say functional?
 
 Yes, ports work well.  From the description, it's difficult to tell what is 
 causing the problem.  Please supply additional information, like what version 
 of FreeBSD and the exact output of one of the errors (script(1) is useful for 
 that).  Also see the section in the Handbook about packages and ports: 
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html
 
 Translations of the Handbook can be found at 
 ftp://ftp.freebsd.org/pub/FreeBSD/doc/ in the books subdirectory.

the problem is not the problem, since most are solving the problem is that 
there are many errors and problems, then as I say it is stable and 
functional?___
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