Issue 126336 - openoffice install from docker container_images can not work successfully
Summary: openoffice install from docker container_images can not work successfully
Status: UNCONFIRMED
Alias: None
Product: Native-Lang
Classification: NLC
Component: zh (show other issues)
Version: 4.1.1
Hardware: Other Linux 64-bit
: P5 (lowest) Normal
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-27 06:51 UTC by Xinsen Zhang
Modified: 2015-05-27 06:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Xinsen Zhang 2015-05-27 06:51:10 UTC
Hello,guy!
  I have a problem!
  When I install openoffice_cn_4.X.X on a real-server such as ubuntu14.04.It's well done!

  But when I use docker container.I start a container which container's system operation is Ubuntu 14.04.
  I follow the steps:
   ===================================================================================================================
    $ tar -xzvf   ~/Downloads/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_zh-CN.tar
    $ cd zh-CN/DEBS
    $ sudo dpkg -i *.deb
    $ cd desktop-integration
    $ sudo dpkg -i *.deb
 Then:I start openoffice:
    $ ./soffice  -headless -nologo -norestore -nofirststartwizard -accept="socket,host=localhost,port=8100;urp" &
  =====================================================================================================================
 It also can work!!!and then my trouble appears!!!!!!!
    In docker.I try to put the container to a images:like use
  ===========================================================================================================
   docker commit openoffice xxx/xxx:v01
  ===========================================================================================================
  and then use this image:like  docker run
  =============================================================================================================
   docker run -tid xxx/xxx:v01 /bin/bash
  ============================================================================================================
  then:start openoffice and could not work success again!like this:  start and stop immediately in seconds
  ===============================================================================================================
    root@doc_reconstruction:~/zh-CN/DEBS# /usr/bin/soffice -headless -nologo -norestore -nofirststartwizard -accept="socket,host=localhost,port=8100;urp" &
[1] 1730
root@doc_reconstruction:~/zh-CN/DEBS# 
[1]+  Done                    /usr/bin/soffice -headless -nologo -norestore -nofirststartwizard -accept="socket,host=localhost,port=8100;urp"
  ================================================================================================================
 There is  no start-log that I can see too. by the way.I tried uninstall openoffice and install again.It could not     work at all. uninstall command I used as follow:
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    $pt-get remove --purge openoffice -y 
    $rm -rf /opt/openoffice4 
    $dpkg -l |grep openoffice|awk '{print $2}' |sudo xargs dpkg -P
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   and install.
 
  It also can't work again!problem is same as above (stop immediately ) 
  what should I do. Please help me!! Thank you so much