Guest User

Untitled

a guest
Nov 26th, 2017
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. Last login: Sun Nov 26 12:46:21 2017 from 176.12.181.178
  2. root@server.domain.com [~]# cd /var
  3. root@server.domain.com [var]# cd /opt
  4. root@server.domain.com [opt]# ls
  5. cpanel lua suphp
  6. curlssl openfire-4.1.6-1.x86_64.rpm tidy
  7. jdk-6u45-linux-x64-rpm.bin pcre xml2
  8. libmcrypt php_with_imap_client xslt
  9. root@server.domain.com [opt]# yum install -y ./openfire-4.1.6-1.x86_64 .rpm
  10. Loaded plugins: fastestmirror, security
  11. Setting up Install Process
  12. Examining ./openfire-4.1.6-1.x86_64.rpm: openfire-4.1.6-1.x86_64
  13. Marking ./openfire-4.1.6-1.x86_64.rpm as an update to openfire-3.9.3-1.i386
  14. Loading mirror speeds from cached hostfile
  15. Error: Nothing to do
  16.  
  17. root@server.domain.com [opt]# wget http://download.igniterealtime.org/openfire/openfire-3.9.3-1.i386.rpm
  18. --2017-11-26 13:19:26-- http://download.igniterealtime.org/openfire/openfire-3.9.3-1.i386.rpm
  19. Resolving download.igniterealtime.org... 52.58.216.59
  20. Connecting to download.igniterealtime.org|52.58.216.59|:80... connected.
  21. HTTP request sent, awaiting response... 302 Found
  22. Location: https://github.com/igniterealtime/Openfire/releases/download/v3.9.3/openfire-3.9.3-1.i386.rpm [following]
  23. --2017-11-26 13:19:27-- https://github.com/igniterealtime/Openfire/releases/download/v3.9.3/openfire-3.9.3-1.i386.rpm
  24. Resolving github.com... 192.30.253.112, 192.30.253.113
  25. Connecting to github.com|192.30.253.112|:443... connected.
  26. HTTP request sent, awaiting response... 302 Found
  27. Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/18511687/cfbc2b70-de4d-11e6-94e7-4333cead1b9e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20171126%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20171126T131626Z&X-Amz-Expires=300&X-Amz-Signature=d0155fe864eece4b69cd079ed4d845a56509b672587d76908fa9df25e9cbc0fa&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dopenfire-3.9.3-1.i386.rpm&response-content-type=application%2Foctet-stream [following]
  28. --2017-11-26 13:19:30-- https://github-production-release-asset-2e65be.s3.amazonaws.com/18511687/cfbc2b70-de4d-11e6-94e7-4333cead1b9e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20171126%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20171126T131626Z&X-Amz-Expires=300&X-Amz-Signature=d0155fe864eece4b69cd079ed4d845a56509b672587d76908fa9df25e9cbc0fa&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dopenfire-3.9.3-1.i386.rpm&response-content-type=application%2Foctet-stream
  29. Resolving github-production-release-asset-2e65be.s3.amazonaws.com... 52.216.96.115
  30. Connecting to github-production-release-asset-2e65be.s3.amazonaws.com|52.216.96.115|:443... connected.
  31. HTTP request sent, awaiting response... 200 OK
  32. Length: 70513157 (67M) [application/octet-stream]
  33. Saving to: “openfire-3.9.3-1.i386.rpm”
  34.  
  35. 100%[==================================================================>] 70,513,157 19.5M/s in 5.6s
  36.  
  37. 2017-11-26 13:19:36 (12.0 MB/s) - “openfire-3.9.3-1.i386.rpm” saved [70513157/70513157]
  38.  
  39. root@server.domain.com [opt]# ls
  40. cpanel jdk-6u45-linux-x64-rpm.bin lua pcre suphp xml2
  41. curlssl libmcrypt openfire-3.9.3-1.i386.rpm php_with_imap_client tidy xslt
  42. root@server.domain.com [opt]# yum install -y openfire-3.9.3-1.i386.rpm
  43. Loaded plugins: fastestmirror, security
  44. Setting up Install Process
  45. Examining openfire-3.9.3-1.i386.rpm: openfire-3.9.3-1.i386
  46. openfire-3.9.3-1.i386.rpm: does not update installed package.
  47. Error: Nothing to do
  48. root@server.domain.com [opt]# sudo service openfire stop
  49. Could not find Openfire installation under /opt, /usr/share, or /usr/local.
  50. Please specify the Openfire installation location as variable OPENFIRE_HOME
  51. in /etc/sysconfig/openfire.
  52. root@server.domain.com [opt]#
Add Comment
Please, Sign In to add comment