Re: Help finding sound driver

2013-06-26 Thread Sergio Tam
2013/6/26 Polytropon free...@edvax.de:
 On Wed, 26 Jun 2013 11:45:10 +0700 (ICT), Olivier Nicole wrote:
 Azalia ADI1986A, 6 -Channel High-Definition Audio CODEC
 Support Jack-Sensing, Enumeration, Multi-streaming
 S/PDIF out on back I/O port
 Jack-Sensing  Enumeration

 Is there any change a driver exists for that audio chipset, for FreeBSD 9.1?

 Probably snd_hda will work. A common solution is to try this first
 (because of the name matching), and then load all drivers and
 see which one is working. Check the kernel output messages and
 also cat /dev/sndstat to confirm success.




Intel High Definition Audio (also called HD Audio or Azalia)

http://www.freebsd.org/cgi/man.cgi?snd_hda

Regards.
___
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: Problems with portaudit after update to 0.6.0

2012-03-19 Thread Sergio Tam
El día 19 de marzo de 2012 08:14, Fábio Jr. fjuniorli...@gmail.com escribió:
 Hi folks,

 I'm facing problems after updating the portaudit to 0.6.0. This is happening
 on 2 server I own, both with FreeBSD 6.2. Check this out:

   /# portaudit -Fda/
   /auditfile.tbz                                 100% of   75 kB  381
   kBps/
   /unknown option '-sha256'/
   /options are/
   /-c              to output the digest with separating colons/
   /-d              to output debug info/
   /-hex            output as hex dump/
   /-binary         output in binary form/
   /-sign   file    sign digest using private key in file/
   /-verify file    verify a signature using public key in file/
   /-prverify file  verify a signature using private key in file/
   /-keyform arg    key file format (PEM or ENGINE)/
   /-signature file signature to verify/
   /-binary         output in binary form/
   /-engine e       use engine e, possibly a hardware device./
   /-md5 to use the md5 message digest algorithm (default)/
   /-md4 to use the md4 message digest algorithm/
   /-md2 to use the md2 message digest algorithm/
   /-sha1 to use the sha1 message digest algorithm/
   /-sha to use the sha message digest algorithm/
   /-mdc2 to use the mdc2 message digest algorithm/
   /-ripemd160 to use the ripemd160 message digest algorithm/
   /portaudit: Database contains invalid signature./
   /Old database restored./
   /portaudit: Download failed./

 This happens too when I try to update any other package. This is what I
 already tried to do to solve the problem:

 - portsnap fetch update / portupgrade on the portaudit folder in ports
 - portsnap fetch update / make deinstall / make install the package
 - make deinstall / portsnap fetch update / make install the package
 - portsnap fetch extract / make deinstall / make install the package
 - make deinstall / portsnap fetch extract / make install the package

 None of this solved the problem.

 Anybody else having the same issue, or some idea on how to solve it?



Try verbose mode.

portaudit -Fv


Regards.
___
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: portsnap broken

2011-12-04 Thread Sergio Tam
2011/12/4 Len Conrad lcon...@go2france.com:
 Never had a problem before

 Freebsd 8.2

 a couple weeks ago, on virgin 8.2, initial run of

 portsnap fetch extract

 ... ran great, and a couple of updates since then, also.

 but today:

 # portsnap fetch
 Looking up portsnap.FreeBSD.org mirrors... 5 mirrors found.
 Fetching snapshot tag from portsnap1.FreeBSD.org... done.
 Fetching snapshot metadata... done.
 Updating from Sun Dec  4 15:26:46 CET 2011 to Mon Dec  5 02:05:11 CET 2011.
 Fetching 4 metadata patches... done.
 Applying metadata patches... done.
 Fetching 0 metadata files... done.
 Fetching 27 patches.1020... done.
 Applying patches... done.
 Fetching 2 new ports or files... done.


 # portsnap update
 Removing old files and directories... done.
 Extracting new files:
 /usr/ports/emulators/virtualbox-ose-additions/
 /usr/ports/emulators/virtualbox-ose-kmod/
 /usr/ports/emulators/virtualbox-ose/
 /usr/ports/emulators/wine/
 /usr/ports/ftp/R-cran-RCurl/
 files/260946d9401adc15de38730058d50c9798d7cb6a547da435f7308f9fb0515670.gz not 
 found -- snapshot corrupt.

 Len



rm -rf /var/db/portsnap/*
 portsnap fetch
 portsnap extract update


Regards
___
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: Jails within different networks ... ?

2011-12-03 Thread Sergio Tam
2011/12/3 Snoop sn...@email.it:
 Hi there, I've a doubt!
 I have 3 jails within the host xxx.xxx.26.224 configured in this way
 (below) and everything works well.
 What if I want to enable another jail but I don't want to assign to that
 my next available public ip address xxx.xxx.26.228/24 but I want this
 jail to have a private ip address like 172.16.1.2/27?
 Is that possible or it's a delirium?
 I don't want to waste my public ip address for a jail which I want to
 have a network configured but not to be publicly visible.

 Many thanks in advance.

 lagg0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu
 1500

 options=8009bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LINKSTATE
        ether 00:14:5e:ee:2b:c0
        inet xxx.xxx.26.224 netmask 0xff00 broadcast xxx.xxx.26.255
        inet xxx.xxx.26.225 netmask 0x broadcast xxx.xxx.26.225
        inet xxx.xxx.26.226 netmask 0x broadcast xxx.xxx.26.226
        inet xxx.xxx.26.227 netmask 0x broadcast xxx.xxx.26.227
        media: Ethernet autoselect
        status: active
        laggproto failover
        laggport: bge1 flags=0
        laggport: bge0 flags=5MASTER,ACTIVE



Create an Alias

Example:

ifconfig_em0_alias0=inet 192.0.2.9 netmask 255.255.255.255


http://blather.michaelwlucas.com/archives/1021

Regards.
___
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: Major version changes using portupgrade?

2011-12-03 Thread Sergio Tam
2011/12/2 Matthew Pounsett m...@conundrum.com:

 I'm trying to do a major version upgrade of postgres from 8.4 to 9.1.  I've 
 dumped the db and uninstalled the postgres-server port, and I'd like to use 
 portupgrade to handle the client upgrade, since it has a number of 
 dependencies that probably should be recompiled against the new client libs 
 (and I'd like to keep the package's +REQUIRED_BY file properly updated 
 anyway).

 I was expecting the following to work:
 sudo portupgrade -rf -o databases/postgresql91-client 
 databases/postgresql84-client

 However, I'm running into a problem where the ports makefiles, and by 
 extension portupgrade, are detecting that the two packages conflict, and so 
 the 9.1 client won't even build[1].

 This seems to be the sort of situation described by the -o example in the 
 portupgrade man page, but I haven't been able to figure out how to make it 
 work.  Does anyone have any suggestions?

 Thanks!

 --

 [1]
 [Updating the pkgdb format:bdb_btree in /var/db/pkg ... - 140 packages 
 found (-1 +0) (...) done]
 ---  Upgrading 'postgresql-client-8.4.8' to 'postgresql-client-9.1.1_1' 
 (databases/postgresql91-client)
 ---  Building '/usr/ports/databases/postgresql91-client'
 ===  Cleaning for postgresql-client-9.1.1_1
 cd /usr/ports/databases/postgresql91-client  make config;

 ===  postgresql-client-9.1.1_1 conflicts with installed package(s):
      postgresql-client-8.4.8

      They install files into the same place.
      You may want to stop build with Ctrl + C.
 ===  Vulnerability check disabled, database not found
 ===  License check disabled, port has not defined LICENSE
 ===  Found saved configuration for postgresql-client-9.1.1_1
 = postgresql-9.1.1.tar.bz2 doesn't seem to exist in 
 /usr/ports/distfiles/postgresql.
 = Attempting to fetch 
 ftp://ftp.se.postgresql.org/pub/databases/relational/postgresql/source/v9.1.1/postgresql-9.1.1.tar.bz2
 postgresql-9.1.1.tar.bz2                      100% of   14 MB 1349 kBps 00m00s

 ===  postgresql-client-9.1.1_1 conflicts with installed package(s):
      postgresql-client-8.4.8

      They will not build together.
      Please remove them first with pkg_delete(1).  pay 
 attention here
 *** Error code 1


 postgresql-client-8.4.8

make deinstall


Tip. always run portaudit -F first.

Regards
___
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: Request for Reproduction Rights (Oxford University Press Spain)

2011-11-07 Thread Sergio Tam
2011/11/7 Noelia.Sacristán noelia.sacris...@oup.es:

   Dear  Sir,


   We are a  Spanish Publishing House, Oxford University Press Spain,
   that publishes  textbooks for Spanish primary and secondary school.
   We are interested in  including, in a textbook of secondary education
   of Computing, the logo  of FreeBSD.


   The logo  will be reproduce with educational purposes only. Therefore
   we would  appreciate if you can tell us these reproductions will
   cause any  problem.


   If there is  no problem with the reproduction, please send me by
   e-mail an  authorisation and the copyright line to credit you in our
    textbook.

    o:p

   Thank you  very much in advance.


   Best  regards,

   Noelia



On the ordenadores personales (personal computers) might want to
consider to PC-BSD http://www.pcbsd.org/


Regards.
___
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: apache 2.2.21 - back to 2.2.20 ?

2011-09-20 Thread Sergio Tam
2011/9/20 n dhert ndhert...@gmail.com:
 Monday I did a portupgrade
 apache-2.2.20                          needs updating (index has 2.2.21)
 There was no problem during the update (and nothing special mentionned in
 /usr/ports/UPDATING)
 Today Tuesday afternoon I did a
 # apachectl graceful
 Since them, several webpages give problems
 this error comes up:
 warning: preg_match() [function.preg-match]: Compilation failed: internal
 error: previously-checked referenced subpattern not found at offset 389 in
 /usr/local/www/apache22/data/drupal-6.22/includes/database.inc on line 347.


Your drupal its old versión, i think work with php 4 and now you have php5

Try to upgrade drupal.
___
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: apache 2.2.21 - back to 2.2.20 ?

2011-09-20 Thread Sergio Tam
2011/9/20 Odhiambo Washington odhia...@gmail.com



 On Tue, Sep 20, 2011 at 21:45, Sergio Tam tam.ser...@gmail.com wrote:

 2011/9/20 n dhert ndhert...@gmail.com:
  Monday I did a portupgrade
  apache-2.2.20  needs updating (index has
 2.2.21)
  There was no problem during the update (and nothing special mentionned
 in
  /usr/ports/UPDATING)
  Today Tuesday afternoon I did a
  # apachectl graceful
  Since them, several webpages give problems
  this error comes up:
  warning: preg_match() [function.preg-match]: Compilation failed:
 internal
  error: previously-checked referenced subpattern not found at offset 389
 in
  /usr/local/www/apache22/data/drupal-6.22/includes/database.inc on line
 347.
 

 Your drupal its old versión, i think work with php 4 and now you have php5

 Try to upgrade drupal.


 Or, in worst case scenario, portdowngrade (it's in the ports) apache.




 cd /usr/ports/sysutils/portdowngrade
___
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:rsync connection to Windows 2008 Server

2011-09-01 Thread Sergio Tam
2011/9/1  jh...@socket.net:
 I have run into a problem that I cannot find the answer to using Google
 and I am hoping someone has seen this before.

 I am connecting to a Windows 2008 server running cwRsync as a daemon.  One
 of my six sites will not connect to the server.  No error messages are
 seen in the cwRsync log file or the Event Viewer on the Windows 2008
 computer.

 My network configuration is as follows.

 STL --WAN-- Firewall --IPsec Tunnel -- 192.168.100.56.

 On the remote computer, using the following command line, and I receive
 the following messages.
 rsync -avz  /home 192.168.100.56::Homes
 rsync: read error: Connection reset by peer (54)
 rsync error: error in rsync protocol data stream (code 12) at io.c(604)
 [sender=2.6.9]

 Looking at tcpdump, I think the connection is started, but the computer on
 my end is not responding after a certain time.

 12:00:17.817759 IP [...]


http://www.itefix.no/i2/node/11042

http://lists.samba.org/archive/rsync/2003-December/008119.html


Regards
___
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: Remote access to Freebsd server

2011-04-13 Thread Sergio Tam
Hello

2011/4/13 afiddler10 afiddle...@yahoo.com:
 Hi, I am new to the Linux environment.
FreeBsd its not Linux environment.

  I am trying to build a virtual Freebsd server to run another virtual
device (a Juniper router).  I have found that after building the base
operating system that I cannot remotely access the virtual Freebsd
server.  I have tried using both Qemu and VMware with the same result.
 It looks to me as though the server has a default setting that allows
it to contact other devices (e.g., I can ping, ftp, telnet, etc.,
other devices from my Freebsd server) but I cannot ping, ftp, telnet
into the Freebsd server from my host PC.  My host is a Windows 7
desktop, but I have tried pinging from another virtual device and
cannot get a response from the Freebsd server.  I do not believe that
the issue is my Windows 7 PC.


Try, on the wmware settings  network adapter set to bridged.

Regards.
___
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: Remote access to Freebsd server

2011-04-13 Thread Sergio Tam
2011/4/13 afiddler10 afiddle...@yahoo.com

   Thank you very much.  What I did was set up two interfaces on the VMware
 server, one bridged and one routed.  I was able to access the routed
 interface from my Windows 7 host.  Thanks for your help!

 You are welcome.

Regards.
___
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-08-23 Thread Sergio Tam
2010/8/23 Matthias Apitz g...@unixarea.de:

 Hello,

Hi Matthias



 I've to re-install my laptop with some Windows version (Vista or Windows
 7) with disk encryption. Of course I will go on to work in FreeBSD
 9-CURRENT and KDE3 as desktop. Please, don't ask me why I have to put Windows 
 below :-)

 I have some questions:

 From the point of view of performance in FreeBSD, what would be better, 
 Vista or
 Win7?

Windows 7



 Any recommendation for the virtualisation software for best performance?

VMware

or Virtual PC

http://www.microsoft.com/Windows/virtual-pc/download.aspx


(Maybe some issues with the network)


Regards.
___
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: version

2010-05-12 Thread Sergio Tam
2010/5/11 Lacsap Ona lacsap...@ymail.com:
 Hello,

Hi welcome to the jungle :)

 I would like to download the FreeBSD but am unsure which version to download. 
 I have a Pentium dual core t4200 processor.


ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/ISO-IMAGES/8.0/


Dont forget read the handbook:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-hardware.html

Regards.
___
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: diablo-jdk not installing correctly

2010-04-25 Thread Sergio Tam
2010/4/25 herbey zepeda zepedaher...@gmail.com:
 Hi,

 I want to install java and tomcat. After some time trying I could not
 install the JDK, I first tried to install diablo jdk 1.6.
 I go to /usr/ports/java/diablo-jdk1.6, turns out that I have to go through
 further step due to licensing,
 I do that step and go to
 http://www.freebsdfoundation.org/downloads/java.shtml
 and choose:

 Diablo Caffe JDK 1.6.0-7 FreeBSD 7.x/i386 End-User 61M
 diablo-jdk-freebsd7.i386.1.6.0.07.02.tbz

 I read and accept the licensing terms,

 then I do pkg_add Diablo Caffe JDK 1.6.0-7 FreeBSD 7.x/i386 End-User 61M
 diablo-jdk-freebsd7.i386.1.6.0.07.02.tbz
 and the problem starts,

 it's requiring me to install javavmwrapper
 In install the respoective port
 then try again
 pkg_add Diablo Caffe JDK 1.6.0-7 FreeBSD 7.x/i386 End-User 61M
 diablo-jdk-freebsd7.i386.1.6.0.07.02.tbz
 and it turns out that I also need a different version of x libraries,
 for example, I'm required to install:
 xtrans-1.0.4

 I go to sysinstall and I realize that because my version of FreeBSD is 7.3,
 but it already includes the newer versions of  xtrans,

 I am currently downloading a previous version of FreeBSD (7.1) to see if it
 has the required previous version of xtrans,

 I am concerned because according to the literature diablo is supposed to
 be the maintained jdk for FreeBSD. And I realize that I am having to
 download version 7.1 when we are already on version 8.0 of FreeBSD to make
 java work

 My question is: is Java in FreeBSD an experimental/academic package? Should
 I rather go with the linux compatibility way?

 Am I doing things incorrectly?



Hi

http://www.freebsd.org/cgi/cvsweb.cgi/ports/java/diablo-jdk16/


cd /usr/ports/java/diablo-jdk16
make install

2.Download the package manually from the links provided by Ports. This
is due to licensing issues.
3.Copy the downloaded file into /usr/ports/distfiles.
4.Launch the installation again
5.Maybe you need repeat step 2 and download another package.



Note: Please note that due to the current Sun licensing policy the
resulting binaries can not be distributed and you are only permitted
to use/hack it personally. Due to the same reasons you have to
manually fetch the source code and patchset for FreeBSD.

If you should have trouble, you can see the FreeBSD Handbook section
on installing applications for help.

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html


this port Requires: inputproto-1.5.0, javavmwrapper-2.3.4,
kbproto-1.0.3, libICE-1.0.4_1,1, libSM-1.1.0_1,1, libX11-1.2.1_1,1,
libXau-1.0.4, libXdmcp-1.0.2_1, libXext-1.0.5,1, libXi-1.2.1,1,
libXp-1.0.0,1, libXt-1.0.5_1, libXtst-1.0.3_1, libpthread-stubs-0.3_3,
libxcb-1.5, pkg-config-0.23_1, printproto-1.0.4, recordproto-1.13.2,
xextproto-7.0.5, xproto-7.0.15


javavmwrapper-2.3.4 this port  does not Requires another

http://www.freebsd.org/cgi/cvsweb.cgi/ports/java/javavmwrapper/


Your problem its with xtrans (diablo-jdk16 and javavmwrapper does not
Requires xtrans)

Maybe you need upgrade your ports

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html

Regards.
___
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: [OT] Was: Disabling DNS

2010-04-20 Thread Sergio Tam
2010/4/20 Jorge Biquez jbiq...@icsmx.com:
 Hello all.

 My English is not perfect at all since it is not my native language. With
 that in mind I read the comments about the dummy word, interpreted as a
 basic task, simple task In th eeffort of learning... can you explain why
 you considered the comments unfriendly and non-professional?



dummy= idiot stupid retard moron dumb dumbass fool loser jerk jackass
asshole dork imbecile ass dunce slow tard ignorant silly dolt lame
retarded hyphy douchebag simpleton slut cretin bitch crazy dickhead
gay dipshit douche fag fucktard ignoramus dumbo dimwit dope dodo
blockhead doofus dumbbell dunderhead tool nitwit dullard foolish fat
annoying
___
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: OT: Rhyme

2010-03-24 Thread Sergio Tam
2010/3/24 Olivier Nicole olivier.nic...@cs.ait.ac.th:
 Hi,

 A: Because it messes up the order in which people normally read text.
 Q: Why is top-posting such a bad thing?
 Is this the one you mean?

 Top posting, that's the word I was missing, now I could find that:

 A: Because it fouls the order in which people normally read text.
 Q: Why is top-posting such a bad thing?
 A: Top-posting.
 Q: What is the most annoying thing on usenet and in e-mail?



Hi

http://en.wikipedia.org/wiki/Netiquette

http://en.wikipedia.org/wiki/Top-posting#Top-posting

http://tools.ietf.org/html/rfc1855

Regards.
___
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: mysql can't running

2010-03-23 Thread Sergio Tam


 hei i just restart my system and it goes well
 but i still don't know why
 thanks for all your answer

 --
 --

Hi

You dont need restart your system just type rehash.

Check on the handbook;

Note: Some shells keep a cache of the commands that are available in
the directories listed in the PATH environment variable, to speed up
lookup operations for the executable file of these commands. If you
are using one of these shells, you might have to use the rehash
command after installing a port, before the newly installed commands
can be used. This command will work for shells like tcsh. Use the hash
-r command for shells like sh. Look at the documentation for your
shell for more information.

Regards.
___
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: about the checksum

2010-02-26 Thread Sergio Tam
2010/2/26 Ffflee Ffflee ffflee_fff...@yahoo.com:
 when i downloaded the freebsd ISO files is there any reason why
 i should downlaod the checksum files also? why would they be on the download
 ISO page if there isnt a reason  for them being there. what is the purpose of 
 checksum files? and do I need to download them? I got the freebsd cd ISO. do 
 i need any others off the same page.   ..Newby.



Hi

http://en.wikipedia.org/wiki/Checksum

http://en.wikipedia.org/wiki/File_verification

Regards.
___
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: Raid

2010-02-23 Thread Sergio Tam
2010/2/22 Nick Mackowski nmackow...@new.rr.com:
 Hi I have a Hp Pavillion dv8 with dual sata drives.  What program do I need 
 to raid this thing.  I installed a second hard drive after I bought it..  I 
 am not sure what I need.


Hi Nick


http://lantech.geekvenue.net/chucktips/jason/chuck/1175552464/index_html


Regards.
___
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: Setting root password on mysql 5.4

2010-01-09 Thread Sergio Tam
2010/1/9 jaymax jayma...@gmail.com:

 Does anyone know how to set root password on a new mysql installation from
 the post?

 Can it be performed after starting the server with
 /usr/local/bin/mysqld_safe 

 Or for that matter with
 /usr/local/bin/mysql_secure_installation



Hi

http://www.freebsddiary.org/mysql.php

Regards
___
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: Hardware suppport

2010-01-04 Thread Sergio Tam
2010/1/4 Albert Hanslin albert.hans...@action-one.ch:

 I tried to find out if the HP ProLiant DL380 G6 Server is supported.
 Unfortunately the link under FreeBSD/i386 Projct - Hardware List does not
 work.


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


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




 Please let me know if the ProLiant DL380 G6 Server is supported, thank you.


Hi

I think, yes.

http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1262622258788+28353475threadId=939762

http://old.nabble.com/Freebsd-with-HP-Proliant-DL380-DL180-G5-td20790336.html


Regards.
___
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: Hardware suppport

2010-01-04 Thread Sergio Tam
2010/1/4 Sergio Tam tam.ser...@gmail.com:
 2010/1/4 Albert Hanslin albert.hans...@action-one.ch:

 I tried to find out if the HP ProLiant DL380 G6 Server is supported.
 [...]


 Please let me know if the ProLiant DL380 G6 Server is supported, thank you.



Hi again

http://people.freebsd.org/~jcagle/

http://lists.freebsd.org/mailman/listinfo/freebsd-proliant


 Regards.
___
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: Legato Client for freeBSD 7

2009-06-11 Thread Sergio Tam
2009/6/11 Gian Paolo Buono gpbu...@gmail.com:

 I have a server running freeBSD7  that needs the legato backup client
 installed. I have not found anything in ports. Any idea ?


HI

http://lists.freebsd.org/pipermail/freebsd-questions/2006-December/137803.html

Regards
___
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: HOWTO Apache + SSL

2009-04-13 Thread Sergio Tam
2009/4/13 Pieter Donche pieter.don...@ua.ac.be:
 Where can I find a really good FreeBSD7 step by step HOW-TO on setting up
 digital certifcates (SSL) for the Apache22. My apache22 is running on my
 freebsd7 system but I never set up any
 apache httpd server for https access yet ...


Hi

I hope this help you

http://www.bsdguides.org/guides/freebsd/webserver/apache_ssl_php_mysql.php


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