FW: Did Microsoft give up?

2008-02-21 Thread Fidel Garcia
Why do you think hardware producers will like that?


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Wojciech Puchar
Sent: Thursday, February 21, 2008 1:09 PM
To: NetOpsCenter
Cc: [EMAIL PROTECTED]; San Diego's BSD Users Group;
freebsd-questions@freebsd.org; LUAU
Subject: Re: Did Microsoft give up?

> I just saw on TV news that Micro$oft has announced that it is opening its 
> code for development of its operating system.
> Does this mean the Open Source Community has proved itself the best way to

> go?

yes. look at linux as an example.
this will make windows even slower, even more buggy - thats exactly what 
hardware producers like.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

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


freebsd, scsi waiting on device to settle.

2007-10-05 Thread Fidel Garcia
This morning our IBM x306 series was rebooted and for some reason it does
not complete the booting process.

The machine is showing on the screen a message that says: Waiting 5 seconds
for SCSI devices to settle. I believe this message comes from FreeBSD and
not the machine because FreeBSD was already showing the hardware details on
the screen. The problem is that the machine gets stuck on the message and it
does not go anywhere.

 

Any idea of what might be causing this problem? I have not done any changes
to the machine lately and it was rebooting fine until now.

The hard drive seems to be working because the machine recognizes it and
FreeBSD started the booting process.

 

 

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


FW: Installing mysql 4.0

2007-08-17 Thread Fidel Garcia
This is what I found inside this file:

/var/db/mysql/fr.admin.err

070816 08:36:14  mysqld started
070816  8:36:14  InnoDB: Operating system error number 13 in a file
operation.
InnoDB: See http://dev.mysql.com/doc/mysql/en/InnoDB.html
InnoDB: for installation help.
InnoDB: The error means mysqld does not have the access rights to
InnoDB: the directory.
InnoDB: File name ./ibdata1
InnoDB: File operation call: 'create'.
InnoDB: Cannot continue operation.
070816 08:36:14  mysqld ended




Fidel Garcia
System Engineer

SysTeam.
7205 NW 19th Street, Suite 302
Miami, Florida 33126
Email: [EMAIL PROTECTED] 
Tel: (305)-477-7303 Fax: (305)-477-0013 
http://www.systeamusa.com


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Eric Crist
Sent: Friday, August 17, 2007 11:22 AM
To: Fidel Garcia
Cc: [EMAIL PROTECTED]
Subject: Re: Installing mysql 4.0

Add mysql_enable="YES" to your /etc/rc.conf file, and use the /usr/ 
local/etc/rc.d/mysql-server script to start the process as follows:
% su root
# /usr/local/etc/rc.d/mysql-server start

HTH

Eric Crist


On Aug 17, 2007, at 9:01 AMAug 17, 2007, Fidel Garcia wrote:

> Hi
>
>
>
> I have been trying to get mysql running for the past two days  
> without luck.
> I added these two packages using sysinstall from FTP.
>
> mysql-client-4.0.26_1 Multithreaded SQL database (client)
>
> mysql-server-4.0.26_2 Multithreaded SQL database (server)
>
>
>
> I went to the folder /usr/ports/databases/mysql40-server/ and did a  
> make
> clean install.
>
>
>
> Then I created the file /etc/my.cnf like
>
>
>
> fr# more my.cnf
>
> [mysqld]
>
> datadir=/usr/local/mysql/data
>
> socket=/tmp/mysql.sock
>
>
>
> [mysql.server]
>
> user=mysql
>
> basedir=/usr/local/bin/mysql
>
>
>
>
>
> I got stuck at this point. I have been reading online without luck.  
> I do not
> even know how to start mysql.
>
>
>
> I hope you guys can point in the right directions.
>
>
>
> Thanks in advance.
>
>
>
> Fidel Garcia
>
>
>
>
>
>
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions- 
> [EMAIL PROTECTED]"

-
Eric F Crist
Secure Computing Networks


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

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


FW: Installing mysql 4.0

2007-08-17 Thread Fidel Garcia
This is the error I get. I ran the command as root.

fr# /usr/local/etc/rc.d/mysql-server start
Starting mysql.
fr# /usr/local/bin/mysqld_safe: cannot create /var/db/mysql/fr.admin.err:
Permission denied

Fidel Garcia
System Engineer

SysTeam.
7205 NW 19th Street, Suite 302
Miami, Florida 33126
Email: [EMAIL PROTECTED] 
Tel: (305)-477-7303 Fax: (305)-477-0013 
http://www.systeamusa.com


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Eric Crist
Sent: Friday, August 17, 2007 11:22 AM
To: Fidel Garcia
Cc: [EMAIL PROTECTED]
Subject: Re: Installing mysql 4.0

Add mysql_enable="YES" to your /etc/rc.conf file, and use the /usr/ 
local/etc/rc.d/mysql-server script to start the process as follows:
% su root
# /usr/local/etc/rc.d/mysql-server start

HTH

Eric Crist


On Aug 17, 2007, at 9:01 AMAug 17, 2007, Fidel Garcia wrote:

> Hi
>
>
>
> I have been trying to get mysql running for the past two days  
> without luck.
> I added these two packages using sysinstall from FTP.
>
> mysql-client-4.0.26_1 Multithreaded SQL database (client)
>
> mysql-server-4.0.26_2 Multithreaded SQL database (server)
>
>
>
> I went to the folder /usr/ports/databases/mysql40-server/ and did a  
> make
> clean install.
>
>
>
> Then I created the file /etc/my.cnf like
>
>
>
> fr# more my.cnf
>
> [mysqld]
>
> datadir=/usr/local/mysql/data
>
> socket=/tmp/mysql.sock
>
>
>
> [mysql.server]
>
> user=mysql
>
> basedir=/usr/local/bin/mysql
>
>
>
>
>
> I got stuck at this point. I have been reading online without luck.  
> I do not
> even know how to start mysql.
>
>
>
> I hope you guys can point in the right directions.
>
>
>
> Thanks in advance.
>
>
>
> Fidel Garcia
>
>
>
>
>
>
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions- 
> [EMAIL PROTECTED]"

-
Eric F Crist
Secure Computing Networks


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

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


Installing mysql 4.0

2007-08-17 Thread Fidel Garcia
Hi

 

I have been trying to get mysql running for the past two days without luck.
I added these two packages using sysinstall from FTP. 

mysql-client-4.0.26_1 Multithreaded SQL database (client)

mysql-server-4.0.26_2 Multithreaded SQL database (server)

 

I went to the folder /usr/ports/databases/mysql40-server/ and did a make
clean install.

 

Then I created the file /etc/my.cnf like

 

fr# more my.cnf

[mysqld]

datadir=/usr/local/mysql/data

socket=/tmp/mysql.sock

 

[mysql.server]

user=mysql

basedir=/usr/local/bin/mysql

 

 

I got stuck at this point. I have been reading online without luck. I do not
even know how to start mysql.

 

I hope you guys can point in the right directions.

 

Thanks in advance.

 

Fidel Garcia

 

 

 

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