Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jan 2008 01:41:20 GMT
From:      Gaspar Chilingarov <nm@web.am>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/119880: [linux] OpenOffice 2.x fails after portupgrade with "error writing file" 
Message-ID:  <200801220141.m0M1fKfj050432@www.freebsd.org>
Resent-Message-ID: <200801220150.m0M1o2YI034610@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         119880
>Category:       ports
>Synopsis:       [linux] OpenOffice 2.x fails after portupgrade with "error writing file"
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 22 01:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Gaspar Chilingarov
>Release:        FreeBSD 8.0-CURRENT
>Organization:
>Environment:
FreeBSD aldan.web.am 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Thu Jan 10 22:39:43 AMT 2008     root@aldan.web.am:/mnt/ufsflash/src/obj/usr/src1/sys/nm  amd64
>Description:
After portupgrade of linux emulator packages (linux_base and company),  inux version of OpenOffice (running under linuxolator)  had a problems with saving files -- just throwing message box with "Error writing file". 

In the same time it works under root account.
>How-To-Repeat:
portupgrade -Rr 'linux*'

then try to run OpenOffice and save the file
>Fix:
It turned out that permissions on /compat/linux/tmp was reset to 755, which effectively prevents any user to use this directory as temporary dir. 
If it were not there, OpenOffice will fallback to /tmp and successfuly work, but because it's there, it tries to use it and fails to write files.

So there is solution to remove it, ot have a 1777 permission on it after install.

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801220141.m0M1fKfj050432>