[Bug 448656] Re: CPU information is inaccessible for MySQL

2009-11-22 Thread maraja
following the thread at:
http://ubuntuforums.org/archive/index.php/t-1305921.html

I also solved the issue by commenting the following line:

skip-bdb

in /etc/mysql/my.cnf

long life toUbuntu!
:)

-- 
CPU information is inaccessible for MySQL
https://bugs.launchpad.net/bugs/448656
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 77675] Re: [regression] apache2-ssl-certificate has gone missing since feisty

2008-05-05 Thread maraja
Taro,

I guess so but I do not know how to do it =/

If anyone is going to create a .deb out of it, he should consider that
the user may only need one (or two, or all) of the initial setup steps.

-- 
[regression] apache2-ssl-certificate has gone missing since feisty
https://bugs.launchpad.net/bugs/77675
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 77675] Re: [regression] apache2-ssl-certificate has gone missing since feisty

2008-04-30 Thread maraja
setup

   1. sudo apt-get install apache2
   2. sudo apt-get install openssl
   3. sudo apt-get install ssl-cert


create ssl certificate:
sudo make-ssl-cert /usr/share/ssl-cert/ssleay.cnf /etc/ssl/private/localhost.pem

switch to apache sites configuration:
cd /etc/apache2/sites-available/

bakup the default configuration:
sudo cp default default.backup.date

be sure to listen the port 80 for the default:
sudo sed -i '1,2s/\*/*:80/' default

create the ssl configuration:
sudo cp default ssl

set the ssl port:
sudo sed -i '1,2s/\*:80/*:443/' ssl
sudo sed -i "3a\\\tSSLEngine On\n\tSSLCertificateFile 
/etc/ssl/private/localhost.pem" ssl

enable ssl:
sudo a2ensite ssl
sudo a2enmod ssl

restart apache2:
sudo /etc/init.d/apache2 restart

=)

-- 
[regression] apache2-ssl-certificate has gone missing since feisty
https://bugs.launchpad.net/bugs/77675
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs