· KLDP.org · KLDP.net · KLDP Wiki · KLDP BBS ·
Red5 Install/Debian Squeeze/Debina Install

Red5Install/DebianSqueeze/DebinaInstall


* ÀüüÀûÀÎ Á¶¸í

/dev/sda6


* check synaptic
  • sun-java6-jdk
  • mysql-server

* settings
  • update-alternatives --config java
  • mysql ¼³Á¤Àº file ·Î ¸¸µé°Í

#! /bin/bash -e

MYSQL_ADMIN=root
MYSQL_ADMIN_PASS=password
MYSQL_DATABASE=openmeetings

MYSQL_USER=openmeetings
MYSQL_PASS=openmeetings

MYSQL_RESULT=`mysql -u$MYSQL_ADMIN -p$MYSQL_ADMIN_PASS \
 -e "create database $MYSQL_DATABASE;" 2>/dev/null 1>/dev/null`$?||true

if [ $MYSQL_RESULT -ne 0 ]; then

 echo "Could not create the database $MYSQL_DATABASE, \
perhaps the administrator (root) name or password was wrong"
 echo "Please create the database mannually with the following information"
 echo "Database = $MYSQL_DATABASE"

fi
MYSQL_RESULT=`mysql -u$MYSQL_ADMIN -p$MYSQL_ADMIN_PASS \
-e "grant all privileges on $MYSQL_DATABASE.* to '$MYSQL_USER'@'localhost' \
identified by '$MYSQL_PASS';" 2>/dev/null 1>/dev/null`$?||true
 if [ $MYSQL_RESULT -ne 0 ]; then
  echo "Could not create the database user $MYSQL_USER, \
perhaps the administrator (root) name or password was wrong"
  echo "Please create the database user mannually with the following information"
  echo "Database user= $MYSQL_USER"
  echo "Database users password = $MYSQL_PASS"
 fi

  • /usr/share/red5-openmeetings/webapps/openmeetings/conf/hibernate.cfg.xml
    • <property name="connection.username">openmeetings</property>
    • <property name="connection.password">openmeetings</property>
    • <property name="dialect">org.hibernate.dialect.MySQLMyISAMDialect</property>

  • tomcat install and setting

  • copy eclipse-hibernate.tar.gz
  • tar zxvf eclipse-hibernate.tar.gz
  • cp tomcatPluginV33.zip to eclipse dropins ¹ØÀ¸·Î
  • synaptic
    • dpkg-dev
  • cp
    • red5-openmeetings_1.6.2.RC1-3675.dsc
    • red5-openmeetings_1.6.2.RC1-3675.tar.gz
  • dpkg-source -x red5-openmeetings_1.6.2.RC1-3675.dsc

* eclipse-hibernate ÀÇ eclipse ¼öÇà
  • import project
  • edit WebContent/conf/hibernate.cfg.xml

* edit ROOT/conf/hibernate.properties

* hibernate source file
  • git clone git://github.com/hibernate/hibernate-core.git
  • git branch
  • git tag -l
  • cd hibernate-core/

/dev/sda9

* 2011.9.3
  • new install debian squeeze on /dev/sda9
  • update-grub on ubuntu
  • boot from /dev/sda9
  • su
  • mkdir /mnt/sda7
  • mount /dev/sda7 /mnt/sda7
  • cd /mnt/sda7/home/tcheun/Download
  • dpkg -i firmware-ralink_0.28_all.deb
  • cp sources.list /etc/apt/
  • reboot
  • connect ¹«¼±ÀÎÅͳÝ
  • insert install dvd
  • aptitude update
  • synaptic
    • install firmware-linux
  • reboot on ubuntu
    • fsarchiver 10 minutes

fsarchiever


* On ubuntu
  • apt-get install fsarchiver
  • fsarchiver savefs sda9.fsa /dev/sda9
  • fsarchiver -v restfs sda9.fsa id=0,dest=/dev/sda9
  • fsarchiver archinfo sad9.fsa
  • fsarchiver probe simple

  • after restfs
    • update-grub
    • ls -l /dev/disk/by-uuid
    • edit /etc/fstab

openmeetings install /dev/sda9


* aptitude install red5-openmeetings
root@enk:/home/tcheun# aptitude install red5-openmeetings
The following NEW packages will be installed:
  ffmpeg{a} ghostscript-x{a} gs-gpl{a} gsfonts-x11{a} java-common{a}
  libavdevice52{a} libavfilter0{a} libdbd-mysql-perl{a} libdbi-perl{a}
  libhtml-template-perl{a} libmysqlclient16{a} libnet-daemon-perl{a}
  libplrpc-perl{a} libsox-fmt-alsa{a} libsox-fmt-base{a} libsox1b{a}
  mysql-client-5.1{a} mysql-common{a} mysql-server{a} mysql-server-5.1{a}
  mysql-server-core-5.1{a} odbcinst{a} odbcinst1debian2{a}
  red5-openmeetings red5-openmeetings-oo{a} sox{a} sun-java6-bin{a}
  sun-java6-jre{a} swftools{a} unixodbc{a}
0 packages upgraded, 30 newly installed, 0 to remove and 66 not upgraded.
Need to get 126 MB/151 MB of archives. After unpacking 274 MB will be used.
Do you want to continue? [Y/n/?]

WARNING: untrusted versions of the following packages will be installed!

Untrusted packages could compromise your system's security.
You should only proceed with the installation if you are certain that
this is what you want to do.

  red5-openmeetings-oo swftools red5-openmeetings

Do you want to ignore this warning and proceed anyway?


* mysql-server-5.1 ¼³Á¤
  • New password for the MySQL "root" user:
  • Repeat password for the MySQL "root" user:

  • sun-java6-jre ¼³Á¤
    • ´ÙÀ½À¸·Î ¾î¶»°Ô ³Ñ±â´Â°¡?
    • tab enter
  • DJL license terms? yes

  • red5-openmeetings ¼³Á¤
    • MySql administrator user
      • root
    • MySql administrator user's password
      • ºóÄ­
    • MySql user you wish to use
      • openmeetings
    • MySql user's password
      • ºóÄ­
    • Database name
      • openmeetings
    • User name for Openmeetings daemon
      • root
    • Openmeetings group name
      • root

* on consol
:
red5-openmeetings (1.6.2.RC1-3675) ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù ...
Enter password: 

:
Get:1 http://ftp.kr.debian.org/debian/ squeeze/non-free sun-java6-jre all 6.26-0squeeze1 [6,513 kB]
Get:2 http://packages.vcoss.fi/stable/ squeeze/main swftools i386 0.9.0 [3,061 kB]
Get:3 http://ftp.kr.debian.org/debian/ squeeze/non-free sun-java6-bin i386 6.26-0squeeze1 [30.2 MB]
Media Change: Please insert the disc labeled 'Debian GNU/Linux 6.0.1 _Squeeze_ - Official i386 DVD Binary-1 20110319-13:42' in the drive '/media/cdrom/' and press [Enter].

Get:4 http://packages.vcoss.fi/stable/ squeeze/main red5-openmeetings-oo i386 1.6.2.RC1-3675 [4,198 B]
Get:5 http://packages.vcoss.fi/stable/ squeeze/main red5-openmeetings i386 1.6.2.RC1-3675 [86.3 MB]
Fetched 126 MB in 1½Ã°£ 8ºÐ 0ÃÊ (30.9 kB/s)                                     
ÆÐÅ°Áö¸¦ ¹Ì¸® ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù...
Àü¿¡ ¼±ÅÃÇÏÁö ¾ÊÀº mysql-common ÆÐÅ°Áö¸¦ ¼±ÅÃÇÕ´Ï´Ù.
(µ¥ÀÌÅͺ£À̽º ÀдÂÁß ...ÇöÀç 117501°³ÀÇ ÆÄÀÏ°ú µð·ºÅ͸®°¡ ¼³Ä¡µÇ¾î ÀÖ½À´Ï´Ù.)
mysql-common ÆÐÅ°Áö¸¦ Ǫ´Â ÁßÀÔ´Ï´Ù (.../mysql-common_5.1.49-3_all.deb¿¡¼­) ...
Àü¿¡ ¼±ÅÃÇÏÁö ¾ÊÀº libnet-daemon-perl ÆÐÅ°Áö¸¦ ¼±ÅÃÇÕ´Ï´Ù.
libnet-daemon-perl ÆÐÅ°Áö¸¦ Ǫ´Â ÁßÀÔ´Ï´Ù (.../libnet-daemon-perl_0.43-1_all.deb¿¡¼­) ...
Àü¿¡ ¼±ÅÃÇÏÁö ¾ÊÀº libplrpc-perl ÆÐÅ°Áö¸¦ ¼±ÅÃÇÕ´Ï´Ù.
libplrpc-perl ÆÐÅ°Áö¸¦ Ǫ´Â ÁßÀÔ´Ï´Ù (.../libplrpc-perl_0.2020-2_all.deb¿¡¼­) ...
Àü¿¡ ¼±ÅÃÇÏÁö ¾ÊÀº libdbi-perl ÆÐÅ°Áö¸¦ ¼±ÅÃÇÕ´Ï´Ù.
libdbi-perl ÆÐÅ°Áö¸¦ Ǫ´Â ÁßÀÔ´Ï´Ù (.../libdbi-perl_1.612-1_i386.deb¿¡¼­) ...
Àü¿¡ ¼±ÅÃÇÏÁö ¾ÊÀº libmysqlclient16 ÆÐÅ°Áö¸¦ ¼±ÅÃÇÕ´Ï´Ù.
libmysqlclient16 ÆÐÅ°Áö¸¦ Ǫ´Â ÁßÀÔ´Ï´Ù (.../libmysqlclient16_5.1.49-3_i386.deb¿¡¼­) ...
Àü¿¡ ¼±ÅÃÇÏÁö ¾ÊÀº libdbd-mysql-perl ÆÐÅ°Áö¸¦ ¼±ÅÃÇÕ´Ï´Ù.
libdbd-mysql-perl ÆÐÅ°Áö¸¦ Ǫ´Â ÁßÀÔ´Ï´Ù (.../libdbd-mysql-perl_4.016-1_i386.deb¿¡¼­) ...
Àü¿¡ ¼±ÅÃÇÏÁö ¾ÊÀº mysql-client-5.1 ÆÐÅ°Áö¸¦ ¼±ÅÃÇÕ´Ï´Ù.
mysql-client-5.1 ÆÐÅ°Áö¸¦ Ǫ´Â ÁßÀÔ´Ï´Ù (.../mysql-client-5.1_5.1.49-3_i386.deb¿¡¼­) ...
Àü¿¡ ¼±ÅÃÇÏÁö ¾ÊÀº mysql-server-core-5.1 ÆÐÅ°Áö¸¦ ¼±ÅÃÇÕ´Ï´Ù.
mysql-server-core-5.1 ÆÐÅ°Áö¸¦ Ǫ´Â ÁßÀÔ´Ï´Ù (.../mysql-server-core-5.1_5.1.49-3_i386.deb¿¡¼­) ...
man-db¿¡ ´ëÇÑ Æ®¸®°Å¸¦ ó¸®ÇÏ´Â ÁßÀÔ´Ï´Ù ...
mysql-common (5.1.49-3) ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù ...
Àü¿¡ ¼±ÅÃÇÏÁö ¾ÊÀº mysql-server-5.1 ÆÐÅ°Áö¸¦ ¼±ÅÃÇÕ´Ï´Ù.
(µ¥ÀÌÅͺ£À̽º ÀдÂÁß ...ÇöÀç 117875°³ÀÇ ÆÄÀÏ°ú µð·ºÅ͸®°¡ ¼³Ä¡µÇ¾î ÀÖ½À´Ï´Ù.)
mysql-server-5.1 ÆÐÅ°Áö¸¦ Ǫ´Â ÁßÀÔ´Ï´Ù (.../mysql-server-5.1_5.1.49-3_i386.deb¿¡¼­) ...
Àü¿¡ ¼±ÅÃÇÏÁö ¾ÊÀº java-common ÆÐÅ°Áö¸¦ ¼±ÅÃÇÕ´Ï´Ù.
java-common ÆÐÅ°Áö¸¦ Ǫ´Â ÁßÀÔ´Ï´Ù (.../java-common_0.40_all.deb¿¡¼­) ...
Àü¿¡ ¼±ÅÃÇÏÁö ¾ÊÀº sun-java6-jre ÆÐÅ°Áö¸¦ ¼±ÅÃÇÕ´Ï´Ù.
sun-java6-jre ÆÐÅ°Áö¸¦ Ǫ´Â ÁßÀÔ´Ï´Ù (.../sun-java6-jre_6.26-0squeeze1_all.deb¿¡¼­) ...
Àü¿¡ ¼±ÅÃÇÏÁö ¾ÊÀº odbcinst ÆÐÅ°Áö¸¦ ¼±ÅÃÇÕ´Ï´Ù.
odbcinst ÆÐÅ°Áö¸¦ Ǫ´Â ÁßÀÔ´Ï´Ù (.../odbcinst_2.2.14p2-1_i386.deb¿¡¼­) ...
Àü¿¡ ¼±ÅÃÇÏÁö ¾ÊÀº odbcinst1debian2 ÆÐÅ°Áö¸¦ ¼±ÅÃÇÕ´Ï´Ù.
odbcinst1debian2 ÆÐÅ°Áö¸¦ Ǫ´Â ÁßÀÔ´Ï´Ù (.../odbcinst1debian2_2.2.14p2-1_i386.deb¿¡¼­) ...
Àü¿¡ ¼±ÅÃÇÏÁö ¾ÊÀº unixodbc ÆÐÅ°Áö¸¦ ¼±ÅÃÇÕ´Ï´Ù.
unixodbc ÆÐÅ°Áö¸¦ Ǫ´Â ÁßÀÔ´Ï´Ù (.../unixodbc_2.2.14p2-1_i386.deb¿¡¼­) ...
Àü¿¡ ¼±ÅÃÇÏÁö ¾ÊÀº sun-java6-bin ÆÐÅ°Áö¸¦ ¼±ÅÃÇÕ´Ï´Ù.
sun-java6-bin ÆÐÅ°Áö¸¦ Ǫ´Â ÁßÀÔ´Ï´Ù (.../sun-java6-bin_6.26-0squeeze1_i386.deb¿¡¼­) ...
sun-dlj-v1-1 license has already been accepted
Àü¿¡ ¼±ÅÃÇÏÁö ¾ÊÀº libavdevice52 ÆÐÅ°Áö¸¦ ¼±ÅÃÇÕ´Ï´Ù.
libavdevice52 ÆÐÅ°Áö¸¦ Ǫ´Â ÁßÀÔ´Ï´Ù (.../libavdevice52_0.5.2-6_i386.deb¿¡¼­) ...
Àü¿¡ ¼±ÅÃÇÏÁö ¾ÊÀº libavfilter0 ÆÐÅ°Áö¸¦ ¼±ÅÃÇÕ´Ï´Ù.
libavfilter0 ÆÐÅ°Áö¸¦ Ǫ´Â ÁßÀÔ´Ï´Ù (.../libavfilter0_0.5.2-6_i386.deb¿¡¼­) ...
Àü¿¡ ¼±ÅÃÇÏÁö ¾ÊÀº ffmpeg ÆÐÅ°Áö¸¦ ¼±ÅÃÇÕ´Ï´Ù.
ffmpeg ÆÐÅ°Áö¸¦ Ǫ´Â ÁßÀÔ´Ï´Ù (.../ffmpeg/ffmpeg_0.5.2-6_i386.deb¿¡¼­) ...
Àü¿¡ ¼±ÅÃÇÏÁö ¾ÊÀº ghostscript-x ÆÐÅ°Áö¸¦ ¼±ÅÃÇÕ´Ï´Ù.
ghostscript-x ÆÐÅ°Áö¸¦ Ǫ´Â ÁßÀÔ´Ï´Ù (.../ghostscript-x_8.71~dfsg2-9_i386.deb¿¡¼­) ...
Àü¿¡ ¼±ÅÃÇÏÁö ¾ÊÀº gsfonts-x11 ÆÐÅ°Áö¸¦ ¼±ÅÃÇÕ´Ï´Ù.
gsfonts-x11 ÆÐÅ°Áö¸¦ Ǫ´Â ÁßÀÔ´Ï´Ù (.../gsfonts-x11_0.21_all.deb¿¡¼­) ...
Àü¿¡ ¼±ÅÃÇÏÁö ¾ÊÀº libhtml-template-perl ÆÐÅ°Áö¸¦ ¼±ÅÃÇÕ´Ï´Ù.
libhtml-template-perl ÆÐÅ°Áö¸¦ Ǫ´Â ÁßÀÔ´Ï´Ù (.../libhtml-template-perl_2.9-2_all.deb¿¡¼­) ...
Àü¿¡ ¼±ÅÃÇÏÁö ¾ÊÀº libsox1b ÆÐÅ°Áö¸¦ ¼±ÅÃÇÕ´Ï´Ù.
libsox1b ÆÐÅ°Áö¸¦ Ǫ´Â ÁßÀÔ´Ï´Ù (.../sox/libsox1b_14.3.1-1_i386.deb¿¡¼­) ...
Àü¿¡ ¼±ÅÃÇÏÁö ¾ÊÀº libsox-fmt-alsa ÆÐÅ°Áö¸¦ ¼±ÅÃÇÕ´Ï´Ù.
libsox-fmt-alsa ÆÐÅ°Áö¸¦ Ǫ´Â ÁßÀÔ´Ï´Ù (.../libsox-fmt-alsa_14.3.1-1_i386.deb¿¡¼­) ...
Àü¿¡ ¼±ÅÃÇÏÁö ¾ÊÀº libsox-fmt-base ÆÐÅ°Áö¸¦ ¼±ÅÃÇÕ´Ï´Ù.
libsox-fmt-base ÆÐÅ°Áö¸¦ Ǫ´Â ÁßÀÔ´Ï´Ù (.../libsox-fmt-base_14.3.1-1_i386.deb¿¡¼­) ...
Àü¿¡ ¼±ÅÃÇÏÁö ¾ÊÀº mysql-server ÆÐÅ°Áö¸¦ ¼±ÅÃÇÕ´Ï´Ù.
mysql-server ÆÐÅ°Áö¸¦ Ǫ´Â ÁßÀÔ´Ï´Ù (.../mysql-server_5.1.49-3_all.deb¿¡¼­) ...
Àü¿¡ ¼±ÅÃÇÏÁö ¾ÊÀº gs-gpl ÆÐÅ°Áö¸¦ ¼±ÅÃÇÕ´Ï´Ù.
gs-gpl ÆÐÅ°Áö¸¦ Ǫ´Â ÁßÀÔ´Ï´Ù (.../gs-gpl_8.71~dfsg2-9_all.deb¿¡¼­) ...
Àü¿¡ ¼±ÅÃÇÏÁö ¾ÊÀº swftools ÆÐÅ°Áö¸¦ ¼±ÅÃÇÕ´Ï´Ù.
swftools ÆÐÅ°Áö¸¦ Ǫ´Â ÁßÀÔ´Ï´Ù (.../swftools_0.9.0_i386.deb¿¡¼­) ...
Àü¿¡ ¼±ÅÃÇÏÁö ¾ÊÀº red5-openmeetings-oo ÆÐÅ°Áö¸¦ ¼±ÅÃÇÕ´Ï´Ù.
red5-openmeetings-oo ÆÐÅ°Áö¸¦ Ǫ´Â ÁßÀÔ´Ï´Ù (.../red5-openmeetings-oo_1.6.2.RC1-3675_i386.deb¿¡¼­) ...
Àü¿¡ ¼±ÅÃÇÏÁö ¾ÊÀº sox ÆÐÅ°Áö¸¦ ¼±ÅÃÇÕ´Ï´Ù.
sox ÆÐÅ°Áö¸¦ Ǫ´Â ÁßÀÔ´Ï´Ù (.../s/sox/sox_14.3.1-1_i386.deb¿¡¼­) ...
Àü¿¡ ¼±ÅÃÇÏÁö ¾ÊÀº red5-openmeetings ÆÐÅ°Áö¸¦ ¼±ÅÃÇÕ´Ï´Ù.
red5-openmeetings ÆÐÅ°Áö¸¦ Ǫ´Â ÁßÀÔ´Ï´Ù (.../red5-openmeetings_1.6.2.RC1-3675_i386.deb¿¡¼­) ...
man-db¿¡ ´ëÇÑ Æ®¸®°Å¸¦ ó¸®ÇÏ´Â ÁßÀÔ´Ï´Ù ...
shared-mime-info¿¡ ´ëÇÑ Æ®¸®°Å¸¦ ó¸®ÇÏ´Â ÁßÀÔ´Ï´Ù ...
desktop-file-utils¿¡ ´ëÇÑ Æ®¸®°Å¸¦ ó¸®ÇÏ´Â ÁßÀÔ´Ï´Ù ...
gnome-menus¿¡ ´ëÇÑ Æ®¸®°Å¸¦ ó¸®ÇÏ´Â ÁßÀÔ´Ï´Ù ...
menu¿¡ ´ëÇÑ Æ®¸®°Å¸¦ ó¸®ÇÏ´Â ÁßÀÔ´Ï´Ù ...
fontconfig¿¡ ´ëÇÑ Æ®¸®°Å¸¦ ó¸®ÇÏ´Â ÁßÀÔ´Ï´Ù ...
libnet-daemon-perl (0.43-1) ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù ...
libplrpc-perl (0.2020-2) ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù ...
libdbi-perl (1.612-1) ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù ...
libmysqlclient16 (5.1.49-3) ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù ...
libdbd-mysql-perl (4.016-1) ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù ...
mysql-client-5.1 (5.1.49-3) ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù ...
mysql-server-core-5.1 (5.1.49-3) ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù ...
mysql-server-5.1 (5.1.49-3) ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù ...
Stopping MySQL database server: mysqld.
110903 16:18:29 [Note] Plugin 'FEDERATED' is disabled.
110903 16:18:29  InnoDB: Started; log sequence number 0 44233
110903 16:18:29  InnoDB: Starting shutdown...
110903 16:18:34  InnoDB: Shutdown completed; log sequence number 0 44233
Starting MySQL database server: mysqld.
Checking for corrupt, not cleanly closed and upgrade needing tables..
java-common (0.40) ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù ...
libavdevice52 (4:0.5.2-6) ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù ...
libavfilter0 (4:0.5.2-6) ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù ...
ffmpeg (4:0.5.2-6) ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù ...
ghostscript-x (8.71~dfsg2-9) ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù ...
gsfonts-x11 (0.21) ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù ...
libhtml-template-perl (2.9-2) ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù ...
libsox1b (14.3.1-1) ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù ...
libsox-fmt-alsa (14.3.1-1) ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù ...
libsox-fmt-base (14.3.1-1) ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù ...
mysql-server (5.1.49-3) ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù ...
gs-gpl (8.71~dfsg2-9) ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù ...
swftools (0.9.0) ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù ...
red5-openmeetings-oo (1.6.2.RC1-3675) ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù ...
$Starting red5-openmeetings-oo:  SUCCESS
sox (14.3.1-1) ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù ...
sun-java6-jre (6.26-0squeeze1) ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù ...
red5-openmeetings (1.6.2.RC1-3675) ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù ...
Enter password: 
Could not create the database openmeetings, perhaps the administrator (root) name or password was wrong
Please create the database mannually with the following information
Database = openmeetings
Enter password: 
update-rc.d: using dependency based boot sequencing
update-rc.d: using dependency based boot sequencing
Openmeetings was successfully configured.
Please start with the command: "/etc/init.d/red5-openmeetings start" 
And then go to http://<host_ip>:5080/openmeetings/install to complete the installation process
odbcinst (2.2.14p2-1) ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù ...
odbcinst1debian2 (2.2.14p2-1) ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù ...
unixodbc (2.2.14p2-1) ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù ...
sun-java6-bin (6.26-0squeeze1) ¼³Á¤ÇÏ´Â ÁßÀÔ´Ï´Ù ...
update-alternatives: /usr/lib/jvm/java-6-sun/jre/bin/ControlPanel »ç¿ëÇؼ­ ÀÚµ¿ ¸ðµå¿¡¼­ /usr/bin/ControlPanel (ControlPanel) Á¦°ø.
update-alternatives: /usr/lib/jvm/java-6-sun/jre/bin/java_vm »ç¿ëÇؼ­ ÀÚµ¿ ¸ðµå¿¡¼­ /usr/bin/java_vm (java_vm) Á¦°ø.
update-alternatives: /usr/lib/jvm/java-6-sun/jre/bin/javaws »ç¿ëÇؼ­ ÀÚµ¿ ¸ðµå¿¡¼­ /usr/bin/javaws (javaws) Á¦°ø.
update-alternatives: /usr/lib/jvm/java-6-sun/jre/bin/jcontrol »ç¿ëÇؼ­ ÀÚµ¿ ¸ðµå¿¡¼­ /usr/bin/jcontrol (jcontrol) Á¦°ø.
update-alternatives: /usr/lib/jvm/java-6-sun/jre/bin/pack200 »ç¿ëÇؼ­ ÀÚµ¿ ¸ðµå¿¡¼­ /usr/bin/pack200 (pack200) Á¦°ø.
update-alternatives: /usr/lib/jvm/java-6-sun/jre/bin/policytool »ç¿ëÇؼ­ ÀÚµ¿ ¸ðµå¿¡¼­ /usr/bin/policytool (policytool) Á¦°ø.
update-alternatives: /usr/lib/jvm/java-6-sun/jre/bin/unpack200 »ç¿ëÇؼ­ ÀÚµ¿ ¸ðµå¿¡¼­ /usr/bin/unpack200 (unpack200) Á¦°ø.
update-alternatives: /usr/lib/jvm/java-6-sun/jre/bin/servertool »ç¿ëÇؼ­ ÀÚµ¿ ¸ðµå¿¡¼­ /usr/bin/servertool (servertool) Á¦°ø.
update-alternatives: /usr/lib/jvm/java-6-sun/jre/bin/tnameserv »ç¿ëÇؼ­ ÀÚµ¿ ¸ðµå¿¡¼­ /usr/bin/tnameserv (tnameserv) Á¦°ø.
update-alternatives: /usr/lib/jvm/java-6-sun/jre/lib/jexec »ç¿ëÇؼ­ ÀÚµ¿ ¸ðµå¿¡¼­ /usr/bin/jexec (jexec) Á¦°ø.
menu¿¡ ´ëÇÑ Æ®¸®°Å¸¦ ó¸®ÇÏ´Â ÁßÀÔ´Ï´Ù ...
                                         
root@enk:/home/tcheun# 

after install


* reboot
  • ÇÑ ÇÁ·Î±×·¥ÀÌ ½ÇÇàÁßÀÔ´Ï´Ù:
    • Certificate and Key Storage
    • ÀÀ´ä¾øÀ½

* ps aux
root      3372  0.0  0.0   1748   536 ?        S    16:18   0:00 /bin/sh /usr/bin/mysqld_safe
mysql     3483  0.0  1.7 136928 18344 ?        Sl   16:18   0:00 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file=/var/run/mysqld/mysqld.pid --socket=/var/run/mysqld/mysqld.soc
root      3484  0.0  0.0   2992   636 ?        S    16:18   0:00 logger -t mysqld -p daemon.error
root      3662  0.0  0.0   1748   528 ?        S    16:18   0:00 /bin/sh /usr/bin/soffice -nologo -headless -nofirststartwizard -accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager
root      3711  0.1  3.7 117624 38376 ?        Sl   16:18   0:00 /usr/lib/openoffice/program/soffice.bin -nologo -headless -nofirststartwizard -accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceMan
root      3857  0.0  0.0      0     0 ?        S    16:26   0:00 [flush-8:16]

* database openmeetings ¸¦ mysql ·Î ¸¸µë.

* boot ubuntu
  • cp /var/cache/apt/archives/* .
  • cp /mnt/sda7/var/cache/apt/archives/sources.list /home/tcheun/apt/
  • restfs
  • cp /mnt/sda10/home/tcheun/archivers/* /var/cache/apt/archives/
  • aptitude install red5-openmeetings
red5-openmeetings ¼³Á¤
MySql administrator user
root
MySql administrator user's password
passwd
MySql user you wish to use
openmeetings
MySql user's password
openmeetings
Database name
openmeetings
User name for Openmeetings daemon
root
Openmeetings group name
root 

* on ubuntu
  • fsarchiver savefs sda9-installdeb.fsa /dev/sda9

* /etc/init.d/red5-openmeetings
  • # DAEMON=$RUN_HOME/red5-daemon.sh
  • DAEMON=$RUN_HOME/red5-debug.sh
  • insert JAVA_HOME in /etc/red5-openmeetings/red5-openmeetings.conf
    • JAVA_HOME=/usr/lib/jvm/java-6-sun

DEBUG 09-03 23:14:57.834 ImportInitvalues.java 199560 728 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - Lang ADDED: {id=32, name=slovak, rtl=false}
ERROR 09-03 23:14:57.993 ImportInitvalues.java 199719 194 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - ErrorMappings ADDED
ERROR 09-03 23:14:58.166 Emailmanagement.java 199892 405 org.openmeetings.app.data.user.Emailmanagement [http-0.0.0.0-5080-1] - checkUserMail: tcheun@hotmail.com
ERROR 09-03 23:14:58.180 Emailmanagement.java 199906 413 org.openmeetings.app.data.user.Emailmanagement [http-0.0.0.0-5080-1] - size: 0
DEBUG 09-03 23:14:58.184 ManageCryptStyle.java 199910 26 org.openmeetings.utils.crypt.ManageCryptStyle [http-0.0.0.0-5080-1] - getInstanceOfCrypt: org.openmeetings.utils.crypt.ManageCryptStyle@81ac2

DEBUG 09-03 23:14:58.291 ImportInitvalues.java 200017 490 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - Installation - User Added user-Id 1
ERROR 09-03 23:14:58.297 Organisationmanagement.java 200023 527 org.openmeetings.app.data.user.Organisationmanagement [http-0.0.0.0-5080-1] - getOrganisation_UserByUserAndOrganisation 1  1
ERROR 09-03 23:14:58.341 Organisationmanagement.java 200067 540 org.openmeetings.app.data.user.Organisationmanagement [http-0.0.0.0-5080-1] - getOrganisation_UserByUserAndOrganisation: 0
ERROR 09-03 23:14:58.364 Organisationmanagement.java 200090 473 org.openmeetings.app.data.user.Organisationmanagement [http-0.0.0.0-5080-1] - org: enk
DEBUG 09-03 23:14:58.374 ImportInitvalues.java 200100 426 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - conference_Id: 1

DEBUG 09-03 23:14:58.500 Roommanagement.java 200226 200 org.openmeetings.app.data.conference.Roommanagement [http-0.0.0.0-5080-1] - getRoombyId : 6
ERROR 09-03 23:14:58.535 Roommanagement.java 200261 1035 org.openmeetings.app.data.conference.Roommanagement [http-0.0.0.0-5080-1] - addRoomToOrganisation rooms private Conference Room
DEBUG 09-03 23:14:58.542 Roommanagement.java 200268 824 org.openmeetings.app.data.conference.Roommanagement [http-0.0.0.0-5080-1] - addRoom

DEBUG 09-03 23:14:58.556 Roommanagement.java 200282 200 org.openmeetings.app.data.conference.Roommanagement [http-0.0.0.0-5080-1] - getRoombyId : 8
ERROR 09-03 23:14:58.563 Roommanagement.java 200289 1035 org.openmeetings.app.data.conference.Roommanagement [http-0.0.0.0-5080-1] - addRoomToOrganisation rooms private Audience Room
DEBUG 09-03 23:14:58.568 ImportInitvalues.java 200294 626 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - ImportInitValues.loadInitAppointmentCategories

DEBUG 09-03 23:14:58.571 AppointmentCategoryLogic.java 200297 47 org.openmeetings.app.data.calendar.management.AppointmentCategoryLogic [http-0.0.0.0-5080-1] - AppointmentCategoryLogic.createAppointmentCategory
ERROR 09-03 23:14:58.575 UsersDaoImpl.java 200301 70 org.openmeetings.app.data.user.dao.UsersDaoImpl [http-0.0.0.0-5080-1] - [getUser] Error: No USER_ID given
DEBUG 09-03 23:14:58.581 ImportInitvalues.java 200307 647 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - ImportInitValues.loadInitAppointmentReminderTypes
ERROR 09-03 23:14:58.587 UsersDaoImpl.java 200313 70 org.openmeetings.app.data.user.dao.UsersDaoImpl [http-0.0.0.0-5080-1] - [getUser] Error: No USER_ID given
ERROR 09-03 23:14:58.592 UsersDaoImpl.java 200318 70 org.openmeetings.app.data.user.dao.UsersDaoImpl [http-0.0.0.0-5080-1] - [getUser] Error: No USER_ID given
ERROR 09-03 23:14:58.595 UsersDaoImpl.java 200321 70 org.openmeetings.app.data.user.dao.UsersDaoImpl [http-0.0.0.0-5080-1] - [getUser] Error: No USER_ID given
ERROR 09-03 23:14:58.597 Install.java 200323 264 org.openmeetings.servlet.outputhandler.DownloadHandler [http-0.0.0.0-5080-1] - add level to install file
[INFO] [http-0.0.0.0-5080-1] org.apache.catalina.core.ContainerBase.[red5Engine].[0.0.0.0].[/openmeetings] -  Velocity  [debug] ResourceManager : found install_step2_EN.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
[INFO] [http-0.0.0.0-5080-1] org.apache.catalina.core.ContainerBase.[red5Engine].[0.0.0.0].[/openmeetings] -  Velocity  [debug] VelocityViewServlet: Looking for custom properties at '/WEB-INF/velocity.properties'

* /etc/init.d/red5-openmeetings stop
root@enk:/usr/share/red5-openmeetings# /etc/init.d/red5-openmeetings stop
Shutting down red5-openmeetings: $not running (there is no /var/run/red5-openmeetings.pid)

* /etc/init.d/red5-openmeetings restart
Shutting down red5-openmeetings: $not running (there is no /var/run/red5-openmeetings.pid)
$Starting red5-openmeetings: Running on  Linux
Starting Red5
ERROR: transport error 202: bind failed: ÁÖ¼Ò°¡ ÀÌ¹Ì »ç¿ë ÁßÀÔ´Ï´Ù
ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:690]
FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)

* Install.java
  • /src/app/org/openmeetings/servlet/outputhandler

* ImportInitvalues.java
  • /src/app/org/openmeetings/app/installation

* synaptic
  • flashplugin-nonfree

* Autoconnect
  • rtmp://localhost:1935/openmeetings/hibernate

* after rebooting
  • work properly

run ok


* 5ºÐ °£°ÝÀ¸·Î Ãâ·Â
:
org.openmeetings.app.data.basic.Sessionmanagement [Red5_Scheduler_Worker-12] - Sessions To Delete :: 0

* http://localhost:8080/openmeetings
:
[INFO] [http-0.0.0.0-5080-1] org.apache.catalina.core.ContainerBase.[red5Engine].[0.0.0.0].[/openmeetings] -  Velocity  [debug] VelocityViewServlet: Looking for custom properties at '/WEB-INF/velocity.properties'

:
[INFO] [http-0.0.0.0-5080-1] org.apache.catalina.core.ContainerBase.[red5Engine].[0.0.0.0].[/openmeetings] -  Velocity  [debug] ResourceManager : found usual_template.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
[INFO] [NioProcessor-1] org.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@1a91eec Depth = 2, Path = '/default/openmeetings', Name = 'hibernate']
DEBUG 09-17 06:40:59.110 ScopeApplicationAdapter.java 6448522 187 org.openmeetings.app.remote.red5.ScopeApplicationAdapter [NioProcessor-1] - roomJoin :
DEBUG 09-17 06:40:59.112 ScopeApplicationAdapter.java 6448524 195 org.openmeetings.app.remote.red5.ScopeApplicationAdapter [NioProcessor-1] - ### Client connected to OpenMeetings, register Client StreamId: 0 scope hibernate
DEBUG 09-17 06:40:59.120 ManageCryptStyle.java 6448532 26 org.openmeetings.utils.crypt.ManageCryptStyle [NioProcessor-1] - getInstanceOfCrypt: org.openmeetings.utils.crypt.ManageCryptStyle@383173
DEBUG 09-17 06:40:59.228 MainService.java 6448640 183 org.openmeetings.app.remote.MainService [NioProcessor-1] - :: getsessiondata
:: getsessiondata
startsession :: startsession
DEBUG 09-17 06:40:59.229 Sessionmanagement.java 6448641 71 org.openmeetings.app.data.basic.Sessionmanagement [NioProcessor-1] - startsession :: startsession
DEBUG 09-17 06:40:59.229 ManageCryptStyle.java 6448641 26 org.openmeetings.utils.crypt.ManageCryptStyle [NioProcessor-1] - getInstanceOfCrypt: org.openmeetings.utils.crypt.ManageCryptStyle@383173
DEBUG 09-17 06:40:59.229 ManageCryptStyle.java 6448641 28 org.openmeetings.utils.crypt.ManageCryptStyle [NioProcessor-1] - getInstanceOfCrypt: org.openmeetings.app.data.basic.Configurationmanagement@136ab80
DEBUG 09-17 06:40:59.230 ManageCryptStyle.java 6448642 33 org.openmeetings.utils.crypt.ManageCryptStyle [NioProcessor-1] - configKeyCryptClassName: org.openmeetings.utils.crypt.MD5Implementation

DEBUG 09-17 06:40:59.715 Fieldmanagment.java 6449127 204 org.openmeetings.app.data.basic.Fieldmanagment [NioProcessor-1] - Getting Labels for Language english
DEBUG 09-17 06:40:59.715 Fieldmanagment.java 6449127 236 org.openmeetings.app.data.basic.Fieldmanagment [NioProcessor-1] - Language doesnt requiere RTL!
DEBUG 09-17 06:40:59.780 Fieldmanagment.java 6449192 204 org.openmeetings.app.data.basic.Fieldmanagment [NioProcessor-1] - Getting Labels for Language english
DEBUG 09-17 06:40:59.781 Fieldmanagment.java 6449193 236 org.openmeetings.app.data.basic.Fieldmanagment [NioProcessor-1] - Language doesnt requiere RTL!

install eclipse openmeetings /dev/sda5


* monitor setting
* Install mysql
  • synaptic
    • mysql-server
    • insert mtsql root password

* eclipse helios ¼³Ä¡
  • install sun-java6-jre
  • update-java-alternatives -l
  • su
  • update-alternatives --config java

* import openmeetings project * Install tomcat
  • cp /mnt/sda10/home/tcheun/ECLIPSE/apache-tomcat-6.0.33.tar.gz .
  • tar zxvf apache-tomcat-6.0.33.tar.gz
  • su
  • mv apache-tomcat-6.0.33 /usr/local/tomcat
  • cp /mnt/sda6/etc/init.d/tomcat .
  • ln -s /etc/init.d/tomcat /etc/rc1.d/K99tomcat
  • ln -s /etc/init.d/tomcat /etc/rc2.d/S99tomcat
  • exit
  • cp /mnt/sda10/home/tcheun/ECLIPSE/tomcatPluginV33.zip .
  • cd eclipse-jee/dropins/
  • cp ../../tomcatPluginV33.zip .
  • unzip tomcatPluginV33.zip

* hibernate
  • cd /home/tcheun/workspace/ROOT/WebContent/conf
tcheun@enk:~/workspace/ROOT/WebContent/conf$ diff hibernate.cfg.xml mysql_hibernate.cfg.xml 
18c18
< 		<property name="dialect">org.openmeetings.app.hibernate.utils.MySQL5MyISAMDialect</property>
---
> 		<property name="dialect">org.hibernate.dialect.MySQLMyISAMDialect</property>

  • cp mysql_hibernate.cfg.xml hibernate.cfg.xml

* on ubuntu
  • fsarchiver savefs sda5-helios.fsa /dev/sda5

* synaptic
  • flashplugin-nonfree

* http://code.google.com/p/openmeetings/wiki/BuildSourceNew#How_to_build_a_distribution
  • step3 ÀÇ 2) ºÎÅÍ 8) ±îÁö
Resource is out of sync with the file system: '/ROOT/WebContent/conf/hibernate.cfg.xml'.

This error occurs when you edit a workbench resource outside of Eclipse.
To fix this problem, right click the project or edited resource and select ¡°Refresh¡±.
If you edit outside of Eclipse a lot, you can enable auto-refresh by going to Window->Preferences menu, then in the Preferences dialog box, select General > Workspace.
Check the ¡°Refresh automatically¡± box.

java.lang.NoClassDefFoundError: javax/persistence/EntityListeners
	at org.hibernate.cfg.annotations.reflection.JPAMetadataProvider.getDefaults(JPAMetadataProvider.java:96)
	at org.hibernate.annotations.common.reflection.java.JavaReflectionManager.getDefaults(JavaReflectionManager.java:226)
	at org.hibernate.cfg.Configuration.secondPassCompile(Configuration.java:1355)
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1826)
	at org.openmeetings.app.hibernate.utils.HibernateUtil.getSessionFactory(HibernateUtil.java:77)
	at org.openmeetings.app.hibernate.utils.HibernateUtil.createSession(HibernateUtil.java:35)
	at org.openmeetings.app.data.user.Statemanagement.addState(Statemanagement.java:41)
	at org.openmeetings.app.installation.ImportInitvalues.loadCountriesFiles(ImportInitvalues.java:526)
	at org.openmeetings.app.installation.ImportInitvalues.loadInitLanguages(ImportInitvalues.java:667)
	at org.openmeetings.servlet.outputhandler.Install.handleRequest(Install.java:226)
	at org.apache.velocity.tools.view.servlet.VelocityViewServlet.doRequest(VelocityViewServlet.java:541)
	at org.apache.velocity.tools.view.servlet.VelocityViewServlet.doPost(VelocityViewServlet.java:517)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:470)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:291)
	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:602)
	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
	at java.lang.Thread.run(Thread.java:662)

* openmeetings/src/app/org/openmeetings/app/hibernate/utils/HibernateUtil.java

* 2011.9.7
  • flashplugin-nonfree
  • edit hibernate.cfg.xml

  • change jar files
    • hibernate-distribution-3.6.7.Final-dist.tar.gz
      • hibernate3.jar, slf4j-api-1.6.1.jar(slf4j-api-1.5.10.jar)
tcheun@enk:~/workspace/ROOT/lib/slf4j$ ls
jcl-over-slf4j-1.5.3.jar             logback-core-0.9.10-SNAPSHOT.jar
log4j-over-slf4j-1.5.3.jar           slf4j-api-1.5.3.jar
logback-classic-0.9.10-SNAPSHOT.jar

  • /usr/share/java/mysql-connector-java-5.1.10.jar
    • (/lib/database/mysql-connector-java-5.1.15-bin.jar)

  • slf4j, log4j

* hibernate3.jar ¸¦ ¸ðµÎ ã¾Æ¼­ ¹Ù²Ü °Í
  • tcheun@enk:~/workspace/ROOT$ find . -name hibernate3.jar
    • ./WebContent/WEB-INF/lib/hibernate3.jar
    • ./lib/hibernate_36/hibernate3.jar

red5 openlaszlo /dev/sda5

* 2011.9.29

* on ubuntu
  • su
  • fsarchiver -v restfs sda5.fsa id=0,dest=/dev/sda5
  • update-grub
* on debian /dev/sda5
  • monitor ¼³Á¤
  • synaptic
    • sun-java6-jdk
    • red5-server
  • update-alternatives --config java
  • su
  • mkdir /mnt/sda9
  • mount /dev/sda9 /mnt/sda9
  • exit
  • cp /mnt/sda9/home/tcheun/openlaszlo-4.7.1-unix.tar.gz .
  • tar zxvf openlaszlo-4.7.1-unix.tar.gz
  • vi .bashrc
    • export JAVA_HOME=/usr/lib/jvm/java-6-sun
  • reboot

install debian


* ´Ù¿î·Îµå µ¥ºñ¾È DVD iso

* burn DVD iso 1

* Install from DVD
  • ¿À·ù ¹ß»ý
* tcheun@localhost Downloads$ md5sum debian-6.0.1-i386-DVD-1.iso
  • ef7fa3d749f41b4be92092b5d588dbcd debian-6.0.1-i386-DVD-1.iso

  • tcheun@localhost Downloads$ dd if=/dev/dvd | \
  • > head -c stat --format=%s debian-6.0.1-i386-DVD-1.iso |\
  • > md5sum
dd: reading `/dev/dvd': Input/output error
6888896+0 records in
6888896+0 records out
3527114752 bytes (3.5 GB) copied, 1589.38 s, 2.2 MB/s
ca080d18894c0283be33f0bed8259b57  -

* ´Ù½Ã burn and install

* iptime G054UA * iptime N200UA
blacklist rt2x00usb
blacklist rt2x00lib
blacklist rt2800usb

Try adding/editing the following into your /etc/default/grub.cfg
 GRUB_CMDLINE_LINUX="disable_ipv6=1"

* install firmware-linux

* install setpwc

new computer

Amd phenom II 1075T
ASUS M4A87TD EVO
»ï¼º DDR3 2G PC3-10600 X 2
Radeon sapphire HD 5750 (512M or 1G)
WD 1TB Caviar Black WD1002FAEX (SATA 6Gbps/7200/64M)
ÅÂ¿Õ 500W

grub 2


* /usr/sbin/update-grub
  • exec grub-mkconfig -o /boot/grub/grub.cfg "$@"
  • /usr/sbin/grub-mkconfig
    • /etc/default/grub ¿¡¼­ ¼³Á¤ÇÑ °ªµéÀ» »ç¿ëÇÑ´Ù.(¿¹: GRUB_DEFAULT, GRUB_TIMEOUT)
    • /etc/grub.d µð·ºÅ丮 ¹Ø¿¡ ÀÖ´Â ÆÄÀϵéÁß execution mode °¡ ¼³Á¤µÇ¾î ÀÖ´Â ÆÄÀϵéÀ» ¼öÇàÇÑ´Ù.

* debian ¿Ü¿¡ ¼³Ä¡µÇ¾î ÀÖ´Â linux distro ´Â /dev/sda5 ¿¡ ÀÖ´Â menu.list ¿Í boot ¹ØÀÇ ÆÄÀÏÀ» ÂüÁ¶ÇÏ¿© ÀÛ¼ºÇÑ °ÍÀ¸·Î º¸ÀÓ.

* edit /etc/default/grub
  • GRUB_CMDLINE_LINUX=" " -> GRUB_CMDLINE_LINUX="ipv6.disable=1 vga=791"
  • #GRUB_GFXMODE=640x480 -> GRUB_GFXMODE=640x480
  • #GRUB_DISABLE_LINUX_UUID=true -> GRUB_DISABLE_LINUX_UUID=true
  • #GRUB_DISABLE_LINUX_RECOVERY="true" -> GRUB_DISABLE_LINUX_RECOVERY="true"


root@debian:/etc/default# /usr/sbin/update-grub
Generating grub.cfg ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-2.6.32-5-686
Found initrd image: /boot/initrd.img-2.6.32-5-686
Found Windows NT/2000/XP (loader) on /dev/sda2
Found Fedora release 10 (Cambridge) on /dev/sda5
Found Fedora release 10 (Cambridge) on /dev/sda6
Found Fedora release 13 (Goddard) on /dev/sda7
done

ID
Password
Join
Might as well be frank, monsieur. It would take a miracle to get you out of Casablanca.


sponsored by andamiro
sponsored by cdnetworks
sponsored by HP

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2011-09-29 20:29:05
Processing time 0.0162 sec