https://bz.apache.org/ooo/show_bug.cgi?id=126336

          Issue ID: 126336
        Issue Type: DEFECT
           Summary: openoffice install from docker container_images can
                    not work successfully
           Product: Native-Lang
           Version: 4.1.1
          Hardware: Other
                OS: Linux64
            Status: UNCONFIRMED
          Severity: normal
          Priority: P5
         Component: zh
          Assignee: [email protected]
          Reporter: [email protected]

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

-- 
You are receiving this mail because:
You are the assignee for the issue.

Reply via email to