Advertisement
ranjithsiji

Open ERP Setup Server, Databae on Fedora 18

Feb 23rd, 2013
467
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 46.61 KB | None | 0 0
  1. [root@localhost ~]# yum install vim
  2. Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
  3. rpmfusion-free-updates-source                                                  | 2.7 kB  00:00:00    
  4. rpmfusion-nonfree                                                              | 3.3 kB  00:00:00    
  5. rpmfusion-nonfree-updates                                                      | 3.3 kB  00:00:00    
  6. http://mirrors.163.com/rpmfusion/nonfree/fedora/updates/18/x86_64/debug/repodata/repomd.xml: [Errno 12] Timeout on http://mirrors.163.com/rpmfusion/nonfree/fedora/updates/18/x86_64/debug/repodata/repomd.xml: (28, '')
  7. Trying other mirror.
  8. rpmfusion-nonfree-updates-debuginfo                                            | 2.7 kB  00:00:00    
  9. http://mirrors.163.com/rpmfusion/nonfree/fedora/updates/18/SRPMS/repodata/repomd.xml: [Errno 12] Timeout on http://mirrors.163.com/rpmfusion/nonfree/fedora/updates/18/SRPMS/repodata/repomd.xml: (28, '')
  10. Trying other mirror.
  11. rpmfusion-nonfree-updates-source                                               | 2.7 kB  00:00:00    
  12. updates/18/x86_64/metalink                                                     | 2.5 kB  00:00:00    
  13. updates                                                                        | 4.7 kB  00:00:00    
  14. updates-debuginfo/18/x86_64/metalink                                           |  19 kB  00:00:02    
  15. updates-debuginfo                                                              | 3.1 kB  00:00:00    
  16. updates-source/18/x86_64/metalink                                              |  20 kB  00:00:01    
  17. updates-source                                                                 | 3.3 kB  00:00:00    
  18. updates-debuginfo/primary_db   FAILED                                          
  19. http://mirror.symnds.com/distributions/fedora/updates/18/x86_64/debug/repodata/5e6cb0b64cd89d809ccada3cf79d0f1f425e8bd2427a8b253de0750227756f0d-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found : http://mirror.symnds.com/distributions/fedora/updates/18/x86_64/debug/repodata/5e6cb0b64cd89d809ccada3cf79d0f1f425e8bd2427a8b253de0750227756f0d-primary.sqlite.bz2
  20. Trying other mirror.
  21. (1/3): updates-debuginfo/primary_db                                            | 394 kB  00:00:10    
  22. (2/3): updates-source/primary_db                                               | 801 kB  00:01:10    
  23. (3/3): updates/primary_db                                                      | 7.3 MB  00:04:11    
  24. (1/4): rpmfusion-nonfree-updates/primary_db                                    |  48 kB  00:00:02    
  25. (2/4): rpmfusion-nonfree-updates-debuginfo/primary_db                          | 9.5 kB  00:00:06    
  26. (3/4): rpmfusion-free-updates-source/primary_db                                |  24 kB  00:00:11    
  27. (4/4): rpmfusion-nonfree-updates-source/primary_db                             |  12 kB  00:00:18    
  28. Loading mirror speeds from cached hostfile
  29.  * fedora: mirror.nus.edu.sg
  30.  * fedora-debuginfo: ftp.riken.jp
  31.  * fedora-source: ftp.riken.jp
  32.  * rpmfusion-free: mirror.cse.iitk.ac.in
  33.  * rpmfusion-free-debuginfo: mirrors.ustc.edu.cn
  34.  * rpmfusion-free-source: mirrors.ustc.edu.cn
  35.  * rpmfusion-free-updates: mirror.cse.iitk.ac.in
  36.  * rpmfusion-free-updates-debuginfo: mirror.switch.ch
  37.  * rpmfusion-free-updates-source: mirror.switch.ch
  38.  * rpmfusion-nonfree: mirror.cse.iitk.ac.in
  39.  * rpmfusion-nonfree-debuginfo: mirror.switch.ch
  40.  * rpmfusion-nonfree-source: mirror.switch.ch
  41.  * rpmfusion-nonfree-updates: mirror.cse.iitk.ac.in
  42.  * rpmfusion-nonfree-updates-debuginfo: mirror.switch.ch
  43.  * rpmfusion-nonfree-updates-source: mirror.switch.ch
  44.  * updates: mirror.nus.edu.sg
  45.  * updates-debuginfo: ftp.nluug.nl
  46.  * updates-source: ftp.nluug.nl
  47. updates/group_gz                                                               | 368 kB  00:00:06    
  48. (1/2): rpmfusion-free-updates-debuginfo/primary_db                             |  19 kB  00:00:02    
  49. (2/2): rpmfusion-free-updates/primary_db                                       |  83 kB  00:00:12    
  50. Resolving Dependencies
  51. --> Running transaction check
  52. ---> Package vim-enhanced.x86_64 2:7.3.712-1.fc18 will be installed
  53. --> Finished Dependency Resolution
  54.  
  55. Dependencies Resolved
  56.  
  57. ======================================================================================================
  58.  Package                  Arch               Version                         Repository          Size
  59. ======================================================================================================
  60. Installing:
  61.  vim-enhanced             x86_64             2:7.3.712-1.fc18                fedora             978 k
  62.  
  63. Transaction Summary
  64. ======================================================================================================
  65. Install  1 Package
  66.  
  67. Total size: 978 k
  68. Installed size: 2.0 M
  69. Is this ok [y/N]: y
  70. Downloading Packages:
  71. Running Transaction Check
  72. Running Transaction Test
  73. Transaction Test Succeeded
  74. Running Transaction
  75.   Installing : 2:vim-enhanced-7.3.712-1.fc18.x86_64                                               1/1
  76.   Verifying  : 2:vim-enhanced-7.3.712-1.fc18.x86_64                                               1/1
  77.  
  78. Installed:
  79.   vim-enhanced.x86_64 2:7.3.712-1.fc18                                                                
  80.  
  81. Complete!
  82. [root@localhost ~]# gvim
  83.  
  84. (gvim:3029): Gtk-WARNING **: Unable to locate theme engine in module_path: "murr,,,,,ine",
  85. [root@localhost ~]# addgroup openerp
  86. bash: addgroup: command not found...
  87. [root@localhost ~]# addgnupghome
  88. anaconda-ks.cfg  .bashrc          .cshrc           .gnupg/          .tcshrc
  89. .bash_history    .cache/          .dbus/           hp-check.log     .viminfo
  90. .bash_logout     .ccache/         Desktop/         .mozilla/        .xauthjdLe5C
  91. .bash_profile    .config/         .gconf/          .pki/            
  92. [root@localhost ~]# adduser
  93. anaconda-ks.cfg  .bashrc          .cshrc           .gnupg/          .tcshrc
  94. .bash_history    .cache/          .dbus/           hp-check.log     .viminfo
  95. .bash_logout     .ccache/         Desktop/         .mozilla/        .xauthjdLe5C
  96. .bash_profile    .config/         .gconf/          .pki/            
  97. [root@localhost ~]# gr
  98. gr2fonttest                 groups                      grub2-mklayout
  99. grep                        growisofs                   grub2-mknetdir
  100. grepdiff                    grpck                       grub2-mkpasswd-pbkdf2
  101. greycstoration              grpconv                     grub2-mkrelpath
  102. greycstoration4integration  grpunconv                   grub2-mkrescue
  103. grilo-test-ui-0.2           grub2-bios-setup            grub2-mkstandalone
  104. grl-inspect-0.2             grub2-editenv               grub2-ofpathname
  105. groff                       grub2-fstest                grub2-probe
  106. grops                       grub2-install               grub2-reboot
  107. grotty                      grub2-kbdcomp               grub2-script-check
  108. groupadd                    grub2-menulst2cfg           grub2-set-default
  109. groupdel                    grub2-mkconfig              grub2-sparc64-setup
  110. groupmems                   grub2-mkfont                grubby
  111. groupmod                    grub2-mkimage              
  112. [root@localhost ~]# gr
  113. gr2fonttest                 groups                      grub2-mklayout
  114. grep                        growisofs                   grub2-mknetdir
  115. grepdiff                    grpck                       grub2-mkpasswd-pbkdf2
  116. greycstoration              grpconv                     grub2-mkrelpath
  117. greycstoration4integration  grpunconv                   grub2-mkrescue
  118. grilo-test-ui-0.2           grub2-bios-setup            grub2-mkstandalone
  119. grl-inspect-0.2             grub2-editenv               grub2-ofpathname
  120. groff                       grub2-fstest                grub2-probe
  121. grops                       grub2-install               grub2-reboot
  122. grotty                      grub2-kbdcomp               grub2-script-check
  123. groupadd                    grub2-menulst2cfg           grub2-set-default
  124. groupdel                    grub2-mkconfig              grub2-sparc64-setup
  125. groupmems                   grub2-mkfont                grubby
  126. groupmod                    grub2-mkimage              
  127. [root@localhost ~]# group
  128. groupadd   groupdel   groupmems  groupmod   groups    
  129. [root@localhost ~]# groupadd openerp
  130. [root@localhost ~]# adduser openerp --system --home-dir=/opt/openerp -g openerp
  131. [root@localhost ~]# sudo apt-get install postgresql postgresql-server postgresql-test
  132. bash: sudo: command not found...
  133. [root@localhost ~]# yum install postgresql postgresql-server postgresql-test
  134. Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
  135. Loading mirror speeds from cached hostfile
  136.  * fedora: mirror.nus.edu.sg
  137.  * fedora-debuginfo: ftp.riken.jp
  138.  * fedora-source: ftp.riken.jp
  139.  * rpmfusion-free: mirror.cse.iitk.ac.in
  140.  * rpmfusion-free-debuginfo: mirrors.ustc.edu.cn
  141.  * rpmfusion-free-source: mirrors.ustc.edu.cn
  142.  * rpmfusion-free-updates: mirror.cse.iitk.ac.in
  143.  * rpmfusion-free-updates-debuginfo: mirror.switch.ch
  144.  * rpmfusion-free-updates-source: mirror.switch.ch
  145.  * rpmfusion-nonfree: mirror.cse.iitk.ac.in
  146.  * rpmfusion-nonfree-debuginfo: mirror.switch.ch
  147.  * rpmfusion-nonfree-source: mirror.switch.ch
  148.  * rpmfusion-nonfree-updates: mirror.cse.iitk.ac.in
  149.  * rpmfusion-nonfree-updates-debuginfo: mirror.switch.ch
  150.  * rpmfusion-nonfree-updates-source: mirror.switch.ch
  151.  * updates: mirror.nus.edu.sg
  152.  * updates-debuginfo: be.mirror.eurid.eu
  153.  * updates-source: be.mirror.eurid.eu
  154. Resolving Dependencies
  155. --> Running transaction check
  156. ---> Package postgresql.x86_64 0:9.2.3-1.fc18 will be installed
  157. --> Processing Dependency: postgresql-libs(x86-64) = 9.2.3-1.fc18 for package: postgresql-9.2.3-1.fc18.x86_64
  158. --> Processing Dependency: libpq.so.5()(64bit) for package: postgresql-9.2.3-1.fc18.x86_64
  159. ---> Package postgresql-server.x86_64 0:9.2.3-1.fc18 will be installed
  160. ---> Package postgresql-test.x86_64 0:9.2.3-1.fc18 will be installed
  161. --> Processing Dependency: postgresql-devel(x86-64) = 9.2.3-1.fc18 for package: postgresql-test-9.2.3-1.fc18.x86_64
  162. --> Running transaction check
  163. ---> Package postgresql-devel.x86_64 0:9.2.3-1.fc18 will be installed
  164. ---> Package postgresql-libs.x86_64 0:9.2.3-1.fc18 will be installed
  165. --> Finished Dependency Resolution
  166.  
  167. Dependencies Resolved
  168.  
  169. ======================================================================================================
  170.  Package                       Arch               Version                   Repository           Size
  171. ======================================================================================================
  172. Installing:
  173.  postgresql                    x86_64             9.2.3-1.fc18              updates             3.2 M
  174.  postgresql-server             x86_64             9.2.3-1.fc18              updates             3.6 M
  175.  postgresql-test               x86_64             9.2.3-1.fc18              updates             1.7 M
  176. Installing for dependencies:
  177.  postgresql-devel              x86_64             9.2.3-1.fc18              updates             936 k
  178.  postgresql-libs               x86_64             9.2.3-1.fc18              updates             221 k
  179.  
  180. Transaction Summary
  181. ======================================================================================================
  182. Install  3 Packages (+2 Dependent packages)
  183.  
  184. Total download size: 9.6 M
  185. Installed size: 48 M
  186. Is this ok [y/N]: y
  187. Downloading Packages:
  188. (1/5): postgresql-devel-9.2.3-1.fc18.x86_64.rpm                                | 936 kB  00:00:26    
  189. (2/5): postgresql-9.2.3-1.fc18.x86_64.rpm                                      | 3.2 MB  00:01:39    
  190. (3/5): postgresql-libs-9.2.3-1.fc18.x86_64.rpm                                 | 221 kB  00:00:26    
  191. (4/5): postgresql-test-9.2.3-1.fc18.x86_64.rpm                                 | 1.7 MB  00:01:08    
  192. (5/5): postgresql-server-9.2.3-1.fc18.x86_64.rpm                               | 3.6 MB  00:01:42    
  193. ------------------------------------------------------------------------------------------------------
  194. Total                                                                  49 kB/s | 9.6 MB     03:21    
  195. Running Transaction Check
  196. Running Transaction Test
  197. Transaction Test Succeeded
  198. Running Transaction
  199.   Installing : postgresql-libs-9.2.3-1.fc18.x86_64                                                1/5
  200.   Installing : postgresql-9.2.3-1.fc18.x86_64                                                     2/5
  201.   Installing : postgresql-devel-9.2.3-1.fc18.x86_64                                               3/5
  202.   Installing : postgresql-server-9.2.3-1.fc18.x86_64                                              4/5
  203.   Installing : postgresql-test-9.2.3-1.fc18.x86_64                                                5/5
  204.   Verifying  : postgresql-9.2.3-1.fc18.x86_64                                                     1/5
  205.   Verifying  : postgresql-devel-9.2.3-1.fc18.x86_64                                               2/5
  206.   Verifying  : postgresql-test-9.2.3-1.fc18.x86_64                                                3/5
  207.   Verifying  : postgresql-server-9.2.3-1.fc18.x86_64                                              4/5
  208.   Verifying  : postgresql-libs-9.2.3-1.fc18.x86_64                                                5/5
  209.  
  210. Installed:
  211.   postgresql.x86_64 0:9.2.3-1.fc18                 postgresql-server.x86_64 0:9.2.3-1.fc18          
  212.   postgresql-test.x86_64 0:9.2.3-1.fc18          
  213.  
  214. Dependency Installed:
  215.   postgresql-devel.x86_64 0:9.2.3-1.fc18             postgresql-libs.x86_64 0:9.2.3-1.fc18            
  216.  
  217. Complete!
  218. [root@localhost ~]# su - postgres
  219. -bash-4.2$ init
  220. init    initdb  
  221. -bash-4.2$ initdb
  222. The files belonging to this database system will be owned by user "postgres".
  223. This user must also own the server process.
  224.  
  225. The database cluster will be initialized with locale "en_US.UTF-8".
  226. The default database encoding has accordingly been set to "UTF8".
  227. The default text search configuration will be set to "english".
  228.  
  229. fixing permissions on existing directory /var/lib/pgsql/data ... ok
  230. creating subdirectories ... ok
  231. selecting default max_connections ... 100
  232. selecting default shared_buffers ... 24MB
  233. creating configuration files ... ok
  234. creating template1 database in /var/lib/pgsql/data/base/1 ... ok
  235. initializing pg_authid ... ok
  236. initializing dependencies ... ok
  237. creating system views ... ok
  238. loading system objects' descriptions ... ok
  239. creating collations ... ok
  240. creating conversions ... ok
  241. creating dictionaries ... ok
  242. setting privileges on built-in objects ... ok
  243. creating information schema ... ok
  244. loading PL/pgSQL server-side language ... ok
  245. vacuuming database template1 ... ok
  246. copying template1 to template0 ... ok
  247. copying template1 to postgres ... ok
  248.  
  249. WARNING: enabling "trust" authentication for local connections
  250. You can change this by editing pg_hba.conf or using the option -A, or
  251. --auth-local and --auth-host, the next time you run initdb.
  252.  
  253. Success. You can now start the database server using:
  254.  
  255.    postgres -D /var/lib/pgsql/data
  256. or
  257.    pg_ctl -D /var/lib/pgsql/data -l logfile start
  258.  
  259. -bash-4.2$ service postgresql start
  260. Redirecting to /bin/systemctl start  postgresql.service
  261. Failed to issue method call: Access denied
  262. -bash-4.2$ edit
  263. bash: edit: command not found...
  264. -bash-4.2$ exit
  265. logout
  266. [root@localhost ~]# service postgresql start
  267. Redirecting to /bin/systemctl start  postgresql.service
  268. [root@localhost ~]# service postgresql stop
  269. Redirecting to /bin/systemctl stop  postgresql.service
  270. [root@localhost ~]# su postgresl
  271. su: user postgresl does not exist
  272. [root@localhost ~]# su postgres
  273. bash-4.2$ postgres -D /var/lib/pgsql/data
  274. ^Cbash-4.2$ exit
  275. exit
  276. [root@localhost ~]# su postgres
  277. bash-4.2$ createuser --createdb --username postgres --no-createrole --no-superuser --pwprompt openerp
  278. could not change directory to "/root"
  279. Enter password for new role:
  280. Enter it again:
  281. createuser: could not connect to database postgres: could not connect to server: No such file or directory
  282.     Is the server running locally and accepting
  283.     connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
  284. bash-4.2$ exit
  285. [root@localhost ~]# service postgresql start
  286. Redirecting to /bin/systemctl start  postgresql.service
  287. [root@localhost ~]# su postgres
  288. bash-4.2$ createuser --createdb --username postgres --no-createrole --no-superuser --pwprompt openerp
  289. could not change directory to "/root"
  290. Enter password for new role:
  291. Enter it again:
  292. bash-4.2$ exit
  293. exit
  294. [root@localhost ~]# yum install python-dateutil python-docutils python-feedparser python-gdata \
  295. > python-jinja2 python-ldap python-libxslt1 python-lxml python-mako python-mock python-openid \
  296. > python-psycopg2 python-psutil python-pybabel python-pychart python-pydot python-pyparsing \
  297. > python-reportlab python-simplejson python-tz python-unittest2 python-vatnumber python-vobject \
  298. > python-webdav python-werkzeug python-xlwt python-yaml python-zsi
  299. Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
  300. Loading mirror speeds from cached hostfile
  301. * fedora: mirror.nus.edu.sg
  302. * fedora-debuginfo: ftp.riken.jp
  303. * fedora-source: ftp.riken.jp
  304. * rpmfusion-free: mirror.cse.iitk.ac.in
  305. * rpmfusion-free-debuginfo: mirrors.ustc.edu.cn
  306. * rpmfusion-free-source: mirrors.ustc.edu.cn
  307. * rpmfusion-free-updates: mirror.cse.iitk.ac.in
  308. * rpmfusion-free-updates-debuginfo: mirror.switch.ch
  309. * rpmfusion-free-updates-source: mirror.switch.ch
  310. * rpmfusion-nonfree: mirror.cse.iitk.ac.in
  311. * rpmfusion-nonfree-debuginfo: mirror.switch.ch
  312. * rpmfusion-nonfree-source: mirror.switch.ch
  313. * rpmfusion-nonfree-updates: mirror.cse.iitk.ac.in
  314. * rpmfusion-nonfree-updates-debuginfo: mirror.switch.ch
  315. * rpmfusion-nonfree-updates-source: mirror.switch.ch
  316. * updates: mirror.nus.edu.sg
  317. * updates-debuginfo: mirror2.hs-esslingen.de
  318. * updates-source: mirror2.hs-esslingen.de
  319. Package python-dateutil-1.5-5.fc18.noarch already installed and latest version
  320. No package python-libxslt1 available.
  321. Package python-lxml-2.3.5-1.fc18.x86_64 already installed and latest version
  322. Package python-mako-0.5.0-5.fc18.noarch already installed and latest version
  323. No package python-pybabel available.
  324. No package python-pychart available.
  325. No package python-pydot available.
  326. No package python-pyparsing available.
  327. Package python-reportlab-2.5-5.fc18.x86_64 already installed and latest version
  328. Package python-simplejson-2.6.0-2.fc18.x86_64 already installed and latest version
  329. No package python-tz available.
  330. No package python-webdav available.
  331. No package python-zsi available.
  332.  * Maybe you meant: python-ZSI
  333. Resolving Dependencies
  334. --> Running transaction check
  335. ---> Package PyYAML.x86_64 0:3.10-6.fc18 will be installed
  336. ---> Package python-docutils.noarch 0:0.10-0.6.20120824svn7502.fc18 will be installed
  337. ---> Package python-feedparser.noarch 0:5.1.2-5.fc18 will be installed
  338. ---> Package python-gdata.noarch 0:2.0.14-3.fc18 will be installed
  339. ---> Package python-jinja2.noarch 0:2.6-5.fc18 will be installed
  340. --> Processing Dependency: python-babel >= 0.8 for package: python-jinja2-2.6-5.fc18.noarch
  341. ---> Package python-ldap.x86_64 0:2.4.6-3.fc18 will be installed
  342. ---> Package python-mock.noarch 0:0.8.0-4.fc18 will be installed
  343. ---> Package python-openid.noarch 0:2.2.5-4.fc18 will be installed
  344. ---> Package python-psutil.x86_64 0:0.6.1-1.fc18 will be installed
  345. ---> Package python-psycopg2.x86_64 0:2.4.5-6.fc18 will be installed
  346. ---> Package python-unittest2.noarch 0:0.5.1-4.fc18 will be installed
  347. ---> Package python-vatnumber.noarch 0:1.0-3.fc18 will be installed
  348. --> Processing Dependency: python-suds for package: python-vatnumber-1.0-3.fc18.noarch
  349. ---> Package python-vobject.noarch 0:0.8.1c-7.fc18 will be installed
  350. ---> Package python-werkzeug.noarch 0:0.8.3-2.fc18 will be installed
  351. ---> Package python-xlwt.noarch 0:0.7.4-2.fc18 will be installed
  352. --> Processing Dependency: antlr-python for package: python-xlwt-0.7.4-2.fc18.noarch
  353. --> Running transaction check
  354. ---> Package antlr-python.noarch 0:2.7.7-22.fc18 will be installed
  355. ---> Package python-babel.noarch 0:0.9.6-5.fc18 will be installed
  356. ---> Package python-suds.noarch 0:0.4.1-3.fc18 will be installed
  357. --> Finished Dependency Resolution
  358.  
  359. Dependencies Resolved
  360.  
  361. ======================================================================================================
  362. Package                   Arch           Version                               Repository       Size
  363. ======================================================================================================
  364. Installing:
  365. PyYAML                    x86_64         3.10-6.fc18                           fedora          158 k
  366. python-docutils           noarch         0.10-0.6.20120824svn7502.fc18         fedora          1.5 M
  367. python-feedparser         noarch         5.1.2-5.fc18                          updates         106 k
  368. python-gdata              noarch         2.0.14-3.fc18                         fedora          1.0 M
  369. python-jinja2             noarch         2.6-5.fc18                            fedora          514 k
  370. python-ldap               x86_64         2.4.6-3.fc18                          fedora          152 k
  371. python-mock               noarch         0.8.0-4.fc18                          fedora           92 k
  372. python-openid             noarch         2.2.5-4.fc18                          fedora          235 k
  373. python-psutil             x86_64         0.6.1-1.fc18                          fedora           85 k
  374. python-psycopg2           x86_64         2.4.5-6.fc18                          fedora          140 k
  375. python-unittest2          noarch         0.5.1-4.fc18                          fedora          132 k
  376. python-vatnumber          noarch         1.0-3.fc18                            fedora           33 k
  377. python-vobject            noarch         0.8.1c-7.fc18                         fedora           88 k
  378. python-werkzeug           noarch         0.8.3-2.fc18                          fedora          531 k
  379. python-xlwt               noarch         0.7.4-2.fc18                          fedora          164 k
  380. Installing for dependencies:
  381. antlr-python              noarch         2.7.7-22.fc18                         fedora           49 k
  382. python-babel              noarch         0.9.6-5.fc18                          fedora          1.4 M
  383. python-suds               noarch         0.4.1-3.fc18                          fedora          203 k
  384.  
  385. Transaction Summary
  386. ======================================================================================================
  387. Install  15 Packages (+3 Dependent packages)
  388.  
  389. Total download size: 6.4 M
  390. Installed size: 29 M
  391. Is this ok [y/N]: ^CExiting on user Command
  392. Your transaction was saved, rerun it with:
  393. yum load-transaction /tmp/yum_save_tx.2013-02-23.12-28.C_BlbP.yumtx
  394. [root@localhost ~]# yum install python-dateutil python-docutils python-feedparser python-gdata \
  395. > python-jinja2 python-ldap libxslt-python python-lxml python-mako python-mock python-openid \
  396. > python-psycopg2 python-psutil python-babel pychart pydot python3-pyparsing \
  397. > python-reportlab python-simplejson python-dateutil python-unittest2 python-vatnumber python-vobject \
  398. >   python-webdav-library python-werkzeug python-xlwt python-yaml python-ZSI
  399. Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
  400. Loading mirror speeds from cached hostfile
  401. * fedora: mirror.nus.edu.sg
  402. * fedora-debuginfo: ftp.riken.jp
  403. * fedora-source: ftp.riken.jp
  404. * rpmfusion-free: mirror.cse.iitk.ac.in
  405. * rpmfusion-free-debuginfo: mirrors.ustc.edu.cn
  406. * rpmfusion-free-source: mirrors.ustc.edu.cn
  407. * rpmfusion-free-updates: mirror.cse.iitk.ac.in
  408. * rpmfusion-free-updates-debuginfo: mirror.switch.ch
  409. * rpmfusion-free-updates-source: mirror.switch.ch
  410. * rpmfusion-nonfree: mirror.cse.iitk.ac.in
  411. * rpmfusion-nonfree-debuginfo: mirror.switch.ch
  412. * rpmfusion-nonfree-source: mirror.switch.ch
  413. * rpmfusion-nonfree-updates: mirror.cse.iitk.ac.in
  414. * rpmfusion-nonfree-updates-debuginfo: mirror.switch.ch
  415. * rpmfusion-nonfree-updates-source: mirror.switch.ch
  416. * updates: mirror.nus.edu.sg
  417. * updates-debuginfo: ftp.nluug.nl
  418. * updates-source: ftp.nluug.nl
  419. Package python-dateutil-1.5-5.fc18.noarch already installed and latest version
  420. Package python-lxml-2.3.5-1.fc18.x86_64 already installed and latest version
  421. Package python-mako-0.5.0-5.fc18.noarch already installed and latest version
  422. Package python-reportlab-2.5-5.fc18.x86_64 already installed and latest version
  423. Package python-simplejson-2.6.0-2.fc18.x86_64 already installed and latest version
  424. Package python-dateutil-1.5-5.fc18.noarch already installed and latest version
  425. Resolving Dependencies
  426. --> Running transaction check
  427. ---> Package PyYAML.x86_64 0:3.10-6.fc18 will be installed
  428. ---> Package libxslt-python.x86_64 0:1.1.27-2.fc18 will be installed
  429. --> Processing Dependency: libxslt = 1.1.27-2.fc18 for package: libxslt-python-1.1.27-2.fc18.x86_64
  430. --> Processing Dependency: libxslt.so.1(LIBXML2_1.1.27)(64bit) for package: libxslt-python-1.1.27-2.fc18.x86_64
  431. ---> Package pychart.noarch 0:1.39-14.fc18 will be installed
  432. ---> Package pydot.noarch 0:1.0.28-2.fc18 will be installed
  433. --> Processing Dependency: graphviz for package: pydot-1.0.28-2.fc18.noarch
  434. ---> Package python-ZSI.noarch 0:2.1-2.fc18 will be installed
  435. --> Processing Dependency: PyXML for package: python-ZSI-2.1-2.fc18.noarch
  436. ---> Package python-babel.noarch 0:0.9.6-5.fc18 will be installed
  437. ---> Package python-docutils.noarch 0:0.10-0.6.20120824svn7502.fc18 will be installed
  438. ---> Package python-feedparser.noarch 0:5.1.2-5.fc18 will be installed
  439. ---> Package python-gdata.noarch 0:2.0.14-3.fc18 will be installed
  440. ---> Package python-jinja2.noarch 0:2.6-5.fc18 will be installed
  441. ---> Package python-ldap.x86_64 0:2.4.6-3.fc18 will be installed
  442. ---> Package python-mock.noarch 0:0.8.0-4.fc18 will be installed
  443. ---> Package python-openid.noarch 0:2.2.5-4.fc18 will be installed
  444. ---> Package python-psutil.x86_64 0:0.6.1-1.fc18 will be installed
  445. ---> Package python-psycopg2.x86_64 0:2.4.5-6.fc18 will be installed
  446. ---> Package python-unittest2.noarch 0:0.5.1-4.fc18 will be installed
  447. ---> Package python-vatnumber.noarch 0:1.0-3.fc18 will be installed
  448. --> Processing Dependency: python-suds for package: python-vatnumber-1.0-3.fc18.noarch
  449. ---> Package python-vobject.noarch 0:0.8.1c-7.fc18 will be installed
  450. ---> Package python-webdav-library.noarch 0:0.3.0-4.fc18 will be installed
  451. ---> Package python-werkzeug.noarch 0:0.8.3-2.fc18 will be installed
  452. ---> Package python-xlwt.noarch 0:0.7.4-2.fc18 will be installed
  453. --> Processing Dependency: antlr-python for package: python-xlwt-0.7.4-2.fc18.noarch
  454. ---> Package python3-pyparsing.noarch 0:1.5.6-6.fc18 will be installed
  455. --> Running transaction check
  456. ---> Package PyXML.x86_64 0:0.8.4-28.fc18 will be installed
  457. ---> Package antlr-python.noarch 0:2.7.7-22.fc18 will be installed
  458. ---> Package graphviz.x86_64 0:2.28.0-26.fc18 will be installed
  459. --> Processing Dependency: libgts-0.7.so.5()(64bit) for package: graphviz-2.28.0-26.fc18.x86_64
  460. --> Processing Dependency: libXaw.so.7()(64bit) for package: graphviz-2.28.0-26.fc18.x86_64
  461. --> Processing Dependency: libLASi.so.1()(64bit) for package: graphviz-2.28.0-26.fc18.x86_64
  462. ---> Package libxslt.x86_64 0:1.1.26-10.fc18 will be updated
  463. ---> Package libxslt.x86_64 0:1.1.27-2.fc18 will be an update
  464. ---> Package python-suds.noarch 0:0.4.1-3.fc18 will be installed
  465. --> Running transaction check
  466. ---> Package gts.x86_64 0:0.7.6-21.20111025.fc18 will be installed
  467. --> Processing Dependency: libnetpbm.so.11()(64bit) for package: gts-0.7.6-21.20111025.fc18.x86_64
  468. ---> Package lasi.x86_64 0:1.1.1-5.fc18 will be installed
  469. ---> Package libXaw.x86_64 0:1.0.11-2.fc18 will be installed
  470. --> Running transaction check
  471. ---> Package netpbm.x86_64 0:10.61.01-1.fc18 will be installed
  472. --> Finished Dependency Resolution
  473.  
  474. Dependencies Resolved
  475.  
  476. ======================================================================================================
  477. Package                      Arch          Version                              Repository      Size
  478. ======================================================================================================
  479. Installing:
  480. PyYAML                       x86_64        3.10-6.fc18                          fedora         158 k
  481. libxslt-python               x86_64        1.1.27-2.fc18                        fedora          58 k
  482. pychart                      noarch        1.39-14.fc18                         fedora         190 k
  483. pydot                        noarch        1.0.28-2.fc18                        fedora          42 k
  484. python-ZSI                   noarch        2.1-2.fc18                           fedora         415 k
  485. python-babel                 noarch        0.9.6-5.fc18                         fedora         1.4 M
  486. python-docutils              noarch        0.10-0.6.20120824svn7502.fc18        fedora         1.5 M
  487. python-feedparser            noarch        5.1.2-5.fc18                         updates        106 k
  488. python-gdata                 noarch        2.0.14-3.fc18                        fedora         1.0 M
  489. python-jinja2                noarch        2.6-5.fc18                           fedora         514 k
  490. python-ldap                  x86_64        2.4.6-3.fc18                         fedora         152 k
  491. python-mock                  noarch        0.8.0-4.fc18                         fedora          92 k
  492. python-openid                noarch        2.2.5-4.fc18                         fedora         235 k
  493. python-psutil                x86_64        0.6.1-1.fc18                         fedora          85 k
  494. python-psycopg2              x86_64        2.4.5-6.fc18                         fedora         140 k
  495. python-unittest2             noarch        0.5.1-4.fc18                         fedora         132 k
  496. python-vatnumber             noarch        1.0-3.fc18                           fedora          33 k
  497. python-vobject               noarch        0.8.1c-7.fc18                        fedora          88 k
  498. python-webdav-library        noarch        0.3.0-4.fc18                         fedora         102 k
  499. python-werkzeug              noarch        0.8.3-2.fc18                         fedora         531 k
  500. python-xlwt                  noarch        0.7.4-2.fc18                         fedora         164 k
  501. python3-pyparsing            noarch        1.5.6-6.fc18                         fedora          95 k
  502. Installing for dependencies:
  503. PyXML                        x86_64        0.8.4-28.fc18                        fedora         868 k
  504. antlr-python                 noarch        2.7.7-22.fc18                        fedora          49 k
  505. graphviz                     x86_64        2.28.0-26.fc18                       updates        1.2 M
  506. gts                          x86_64        0.7.6-21.20111025.fc18               fedora         214 k
  507. lasi                         x86_64        1.1.1-5.fc18                         fedora          47 k
  508. libXaw                       x86_64        1.0.11-2.fc18                        fedora         185 k
  509. netpbm                       x86_64        10.61.01-1.fc18                      updates        177 k
  510. python-suds                  noarch        0.4.1-3.fc18                         fedora         203 k
  511. Updating for dependencies:
  512. libxslt                      x86_64        1.1.27-2.fc18                        fedora         428 k
  513.  
  514. Transaction Summary
  515. ======================================================================================================
  516. Install  22 Packages (+8 Dependent packages)
  517. Upgrade              ( 1 Dependent package)
  518.  
  519. Total download size: 10 M
  520. Is this ok [y/N]: y
  521. Downloading Packages:
  522. Setting up and reading Presto delta metadata
  523. PyYAML-3.10-6.fc18.x86_64.rpm  FAILED                                          | 680 kB  00:06:49 ETA
  524. http://mirrors.sohu.com/fedora/releases/18/Everything/x86_64/os/Packages/p/PyYAML-3.10-6.fc18.x86_64.rpm: [Errno 12] Timeout on http://mirrors.sohu.com/fedora/releases/18/Everything/x86_64/os/Packages/p/PyYAML-3.10-6.fc18.x86_64.rpm: (28, '')
  525. Trying other mirror.
  526. (1/31): PyXML-0.8.4-28.fc18.x86_64.rpm                                         | 868 kB  00:00:43    
  527. (2/31): antlr-python-2.7.7-22.fc18.noarch.rpm                                  |  49 kB  00:00:02    
  528. (3/31): gts-0.7.6-21.20111025.fc18.x86_64.rpm                                  | 214 kB  00:00:04    
  529. (4/31): lasi-1.1.1-5.fc18.x86_64.rpm                                           |  47 kB  00:00:02    
  530. (5/31): libXaw-1.0.11-2.fc18.x86_64.rpm                                        | 185 kB  00:00:05    
  531. (6/31): libxslt-1.1.27-2.fc18.x86_64.rpm                                       | 428 kB  00:00:16    
  532. (7/31): libxslt-python-1.1.27-2.fc18.x86_64.rpm                                |  58 kB  00:00:01    
  533. (8/31): pychart-1.39-14.fc18.noarch.rpm                                        | 190 kB  00:00:09    
  534. (9/31): pydot-1.0.28-2.fc18.noarch.rpm                                         |  42 kB  00:00:01    
  535. (10/31): netpbm-10.61.01-1.fc18.x86_64.rpm                                     | 177 kB  00:00:29    
  536. (11/31): python-ZSI-2.1-2.fc18.noarch.rpm                                      | 415 kB  00:00:18    
  537. graphviz-2.28.0-26.fc18.x86_64 FAILED                                          | 3.8 MB  00:02:04 ETA
  538. http://mirror.nus.edu.sg/fedora/linux/updates/18/x86_64/graphviz-2.28.0-26.fc18.x86_64.rpm: [Errno 14] HTTP Error 200 - OK : http://mirror.nus.edu.sg/fedora/linux/updates/18/x86_64/graphviz-2.28.0-26.fc18.x86_64.rpm
  539. Trying other mirror.
  540. (12/31): python-babel-0.9.6-5.fc18.noarch.rpm                                  | 1.4 MB  00:00:33    
  541. (13/31): python-ldap-2.4.6-3.fc18.x86_64.rpm                                   | 152 kB  00:00:05    
  542. (14/31): python-feedparser-5.1.2-5.fc18.noarch.rpm                             | 106 kB  00:00:07    
  543. (15/31): python-mock-0.8.0-4.fc18.noarch.rpm                                   |  92 kB  00:00:05    
  544. (16/31): python-gdata-2.0.14-3.fc18.noarch.rpm                                 | 1.0 MB  00:00:27    
  545. (17/31): python-openid-2.2.5-4.fc18.noarch.rpm                                 | 235 kB  00:00:04    
  546. (18/31): python-jinja2-2.6-5.fc18.noarch.rpm                                   | 514 kB  00:00:38    
  547. (19/31): python-psutil-0.6.1-1.fc18.x86_64.rpm                                 |  85 kB  00:00:03    
  548. (20/31): python-docutils-0.10-0.6.20120824svn7502.fc18.noarch.rpm              | 1.5 MB  00:00:42    
  549. (21/31): python-suds-0.4.1-3.fc18.noarch.rpm                                   | 203 kB  00:00:05    
  550. (22/31): python-psycopg2-2.4.5-6.fc18.x86_64.rpm                               | 140 kB  00:00:08    
  551. (23/31): python-webdav-library-0.3.0-4.fc18.noarch.rpm                         | 102 kB  00:00:03    
  552. (24/31): python-vatnumber-1.0-3.fc18.noarch.rpm                                |  33 kB  00:00:09    
  553. (25/31): python-vobject-0.8.1c-7.fc18.noarch.rpm                               |  88 kB  00:00:11    
  554. python-unittest2-0.5.1-4.fc18. FAILED                                          | 8.2 MB  00:01:07 ETA
  555. http://mirror.dhakacom.com/fedora/linux/releases/18/Everything/x86_64/os/Packages/p/python-unittest2-0.5.1-4.fc18.noarch.rpm: [Errno 14] curl#7 - "Couldn't connect"
  556. Trying other mirror.
  557. (26/31): python3-pyparsing-1.5.6-6.fc18.noarch.rpm                             |  95 kB  00:00:03    
  558. (27/31): python-xlwt-0.7.4-2.fc18.noarch.rpm                                   | 164 kB  00:00:09    
  559. (28/31): python-unittest2-0.5.1-4.fc18.noarch.rpm                              | 132 kB  00:00:04    
  560. (29/31): graphviz-2.28.0-26.fc18.x86_64.rpm                                    | 1.2 MB  00:00:07    
  561. (30/31): python-werkzeug-0.8.3-2.fc18.noarch.rpm                               | 531 kB  00:00:14    
  562. (31/31): PyYAML-3.10-6.fc18.x86_64.rpm                                         | 158 kB  00:00:09    
  563. ------------------------------------------------------------------------------------------------------
  564. Total                                                                  52 kB/s |  10 MB     03:24    
  565. Running Transaction Check
  566. Running Transaction Test
  567. Transaction Test Succeeded
  568. Running Transaction
  569.  Installing : python-babel-0.9.6-5.fc18.noarch                                                  1/32
  570.  Installing : lasi-1.1.1-5.fc18.x86_64                                                          2/32
  571.  Installing : netpbm-10.61.01-1.fc18.x86_64                                                     3/32
  572.  Installing : gts-0.7.6-21.20111025.fc18.x86_64                                                 4/32
  573.  Installing : libXaw-1.0.11-2.fc18.x86_64                                                       5/32
  574.  Installing : graphviz-2.28.0-26.fc18.x86_64                                                    6/32
  575.  Updating   : libxslt-1.1.27-2.fc18.x86_64                                                      7/32
  576.  Installing : antlr-python-2.7.7-22.fc18.noarch                                                 8/32
  577.  Installing : python-suds-0.4.1-3.fc18.noarch                                                   9/32
  578.  Installing : PyXML-0.8.4-28.fc18.x86_64                                                       10/32
  579.  Installing : python-ZSI-2.1-2.fc18.noarch                                                     11/32
  580.  Installing : python-vatnumber-1.0-3.fc18.noarch                                               12/32
  581.  Installing : python-xlwt-0.7.4-2.fc18.noarch                                                  13/32
  582.  Installing : libxslt-python-1.1.27-2.fc18.x86_64                                              14/32
  583.  Installing : pydot-1.0.28-2.fc18.noarch                                                       15/32
  584.  Installing : python-jinja2-2.6-5.fc18.noarch                                                  16/32
  585.  Installing : python-docutils-0.10-0.6.20120824svn7502.fc18.noarch                             17/32
  586.  Installing : python3-pyparsing-1.5.6-6.fc18.noarch                                            18/32
  587.  Installing : pychart-1.39-14.fc18.noarch                                                      19/32
  588.  Installing : python-feedparser-5.1.2-5.fc18.noarch                                            20/32
  589.  Installing : python-werkzeug-0.8.3-2.fc18.noarch                                              21/32
  590.  Installing : python-openid-2.2.5-4.fc18.noarch                                                22/32
  591.  Installing : python-gdata-2.0.14-3.fc18.noarch                                                23/32
  592.  Installing : PyYAML-3.10-6.fc18.x86_64                                                        24/32
  593.  Installing : python-unittest2-0.5.1-4.fc18.noarch                                             25/32
  594.  Installing : python-psutil-0.6.1-1.fc18.x86_64                                                26/32
  595.  Installing : python-psycopg2-2.4.5-6.fc18.x86_64                                              27/32
  596.  Installing : python-mock-0.8.0-4.fc18.noarch                                                  28/32
  597.  Installing : python-vobject-0.8.1c-7.fc18.noarch                                              29/32
  598.  Installing : python-webdav-library-0.3.0-4.fc18.noarch                                        30/32
  599.  Installing : python-ldap-2.4.6-3.fc18.x86_64                                                  31/32
  600.  Cleanup    : libxslt-1.1.26-10.fc18.x86_64                                                    32/32
  601.  Verifying  : python-ldap-2.4.6-3.fc18.x86_64                                                   1/32
  602.  Verifying  : python-webdav-library-0.3.0-4.fc18.noarch                                         2/32
  603.  Verifying  : python-vobject-0.8.1c-7.fc18.noarch                                               3/32
  604.  Verifying  : python-mock-0.8.0-4.fc18.noarch                                                   4/32
  605.  Verifying  : python-ZSI-2.1-2.fc18.noarch                                                      5/32
  606.  Verifying  : python-psycopg2-2.4.5-6.fc18.x86_64                                               6/32
  607.  Verifying  : python-psutil-0.6.1-1.fc18.x86_64                                                 7/32
  608.  Verifying  : python-unittest2-0.5.1-4.fc18.noarch                                              8/32
  609.  Verifying  : python-jinja2-2.6-5.fc18.noarch                                                   9/32
  610.  Verifying  : PyYAML-3.10-6.fc18.x86_64                                                        10/32
  611.  Verifying  : PyXML-0.8.4-28.fc18.x86_64                                                       11/32
  612.  Verifying  : python-gdata-2.0.14-3.fc18.noarch                                                12/32
  613.  Verifying  : pydot-1.0.28-2.fc18.noarch                                                       13/32
  614.  Verifying  : python-openid-2.2.5-4.fc18.noarch                                                14/32
  615.  Verifying  : python-suds-0.4.1-3.fc18.noarch                                                  15/32
  616.  Verifying  : libxslt-python-1.1.27-2.fc18.x86_64                                              16/32
  617.  Verifying  : antlr-python-2.7.7-22.fc18.noarch                                                17/32
  618.  Verifying  : python-xlwt-0.7.4-2.fc18.noarch                                                  18/32
  619.  Verifying  : libxslt-1.1.27-2.fc18.x86_64                                                     19/32
  620.  Verifying  : libXaw-1.0.11-2.fc18.x86_64                                                      20/32
  621.  Verifying  : python-werkzeug-0.8.3-2.fc18.noarch                                              21/32
  622.  Verifying  : python-feedparser-5.1.2-5.fc18.noarch                                            22/32
  623.  Verifying  : pychart-1.39-14.fc18.noarch                                                      23/32
  624.  Verifying  : netpbm-10.61.01-1.fc18.x86_64                                                    24/32
  625.  Verifying  : python3-pyparsing-1.5.6-6.fc18.noarch                                            25/32
  626.  Verifying  : python-docutils-0.10-0.6.20120824svn7502.fc18.noarch                             26/32
  627.  Verifying  : python-vatnumber-1.0-3.fc18.noarch                                               27/32
  628.  Verifying  : graphviz-2.28.0-26.fc18.x86_64                                                   28/32
  629.  Verifying  : gts-0.7.6-21.20111025.fc18.x86_64                                                29/32
  630.  Verifying  : lasi-1.1.1-5.fc18.x86_64                                                         30/32
  631.  Verifying  : python-babel-0.9.6-5.fc18.noarch                                                 31/32
  632.  Verifying  : libxslt-1.1.26-10.fc18.x86_64                                                    32/32
  633.  
  634. Installed:
  635.  PyYAML.x86_64 0:3.10-6.fc18                               libxslt-python.x86_64 0:1.1.27-2.fc18    
  636.  pychart.noarch 0:1.39-14.fc18                             pydot.noarch 0:1.0.28-2.fc18              
  637.  python-ZSI.noarch 0:2.1-2.fc18                            python-babel.noarch 0:0.9.6-5.fc18        
  638.  python-docutils.noarch 0:0.10-0.6.20120824svn7502.fc18    python-feedparser.noarch 0:5.1.2-5.fc18  
  639.  python-gdata.noarch 0:2.0.14-3.fc18                       python-jinja2.noarch 0:2.6-5.fc18        
  640.  python-ldap.x86_64 0:2.4.6-3.fc18                         python-mock.noarch 0:0.8.0-4.fc18        
  641.  python-openid.noarch 0:2.2.5-4.fc18                       python-psutil.x86_64 0:0.6.1-1.fc18      
  642.  python-psycopg2.x86_64 0:2.4.5-6.fc18                     python-unittest2.noarch 0:0.5.1-4.fc18    
  643.  python-vatnumber.noarch 0:1.0-3.fc18                      python-vobject.noarch 0:0.8.1c-7.fc18    
  644.  python-webdav-library.noarch 0:0.3.0-4.fc18               python-werkzeug.noarch 0:0.8.3-2.fc18    
  645.  python-xlwt.noarch 0:0.7.4-2.fc18                         python3-pyparsing.noarch 0:1.5.6-6.fc18  
  646.  
  647. Dependency Installed:
  648.  PyXML.x86_64 0:0.8.4-28.fc18                     antlr-python.noarch 0:2.7.7-22.fc18                
  649.  graphviz.x86_64 0:2.28.0-26.fc18                 gts.x86_64 0:0.7.6-21.20111025.fc18                
  650.  lasi.x86_64 0:1.1.1-5.fc18                       libXaw.x86_64 0:1.0.11-2.fc18                      
  651.  netpbm.x86_64 0:10.61.01-1.fc18                  python-suds.noarch 0:0.4.1-3.fc18                  
  652.  
  653. Dependency Updated:
  654.  libxslt.x86_64 0:1.1.27-2.fc18                                                                      
  655.  
  656. Complete!
  657. [root@localhost ~]# cd /opt
  658. [root@localhost opt]# ls
  659. Adobe  google
  660. [root@localhost opt]# su openerp
  661. bash-4.2$ ls
  662. Adobe  google
  663. bash-4.2$ exit
  664. [root@localhost opt]# ls
  665. Adobe  google
  666. [root@localhost opt]# mkdir openerp
  667. [root@localhost opt]# chown openerp: openerp/
  668. [root@localhost opt]# ls -al
  669. total 20
  670. drwxr-xr-x.  5 root    root    4096 Feb 23 12:40 .
  671. dr-xr-xr-x. 19 root    root    4096 Feb 23  2013 ..
  672. drwxr-xr-x.  3 root    root    4096 Dec 27 15:18 Adobe
  673. drwxr-xr-x.  4 root    root    4096 Dec 18 15:16 google
  674. drwxr-xr-x.  2 openerp openerp 4096 Feb 23 12:40 openerp
  675. [root@localhost opt]# cd openerp/
  676. [root@localhost openerp]# tar xvf ~/openerp-7.0-latest.tar.gz
  677. tar: /root/openerp-7.0-latest.tar.gz: Cannot open: No such file or directory
  678. tar: Error is not recoverable: exiting now
  679. [root@localhost openerp]# tar xvf /home/itpublic/openerp-7.0-latest.tar.gz
  680. itpublic/
  681. [root@localhost openerp]# tar xvf /home/itpublic//openerp-7.0-latest.tar.gz
  682. openerp-7.0-20130222-002152/setup_rpm.sh
  683. [root@localhost openerp]# ls
  684. openerp-7.0-20130222-002152
  685. [root@localhost openerp]# mv openerp-7.0-20130222-002152/ server
  686. [root@localhost openerp]# pwd
  687. /opt/openerp
  688. [root@localhost openerp]# ls
  689. server
  690. [root@localhost openerp]# ls -al
  691. total 12
  692. drwxr-xr-x. 3 openerp openerp 4096 Feb 23 12:41 .
  693. drwxr-xr-x. 5 root    root    4096 Feb 23 12:40 ..
  694. drwxrwxr-x. 8   10000   10000 4096 Feb 22 05:56 server
  695. [root@localhost openerp]# chown openerp: server/ -R
  696. [root@localhost openerp]# cp /opt/openerp/server/install/openerp-server.conf /etc/
  697. [root@localhost openerp]# chown openerp: /etc/openerp-server.conf
  698. [root@localhost openerp]# chmod 640 /etc/openerp-server.conf
  699. [root@localhost openerp]# vim /etc/open
  700. openal/              openerp-server.conf  openldap/            openvpn/
  701. [root@localhost openerp]# vim /etc/openerp-server.conf
  702. [root@localhost openerp]# su openerp
  703. bash-4.2$  /opt/openerp/server/openerp-server
  704. 2013-02-23 07:16:47,362 6093 INFO ? openerp: OpenERP version 7.0-20130222-002152
  705. 2013-02-23 07:16:47,362 6093 INFO ? openerp: addons paths: /opt/openerp/server/openerp/addons
  706. 2013-02-23 07:16:47,362 6093 INFO ? openerp: database hostname: localhost
  707. 2013-02-23 07:16:47,362 6093 INFO ? openerp: database port: 5432
  708. 2013-02-23 07:16:47,362 6093 INFO ? openerp: database user: openerp
  709. 2013-02-23 07:16:48,596 6093 INFO ? openerp.addons.google_docs.google_docs: GData lib version `%s GData-Python/2.0.14` detected
  710. 2013-02-23 07:16:49,526 6093 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069
  711. 2013-02-23 07:16:49,527 6093 INFO ? openerp: OpenERP server is running, waiting for connections...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement