From owner-freebsd-bugs@FreeBSD.ORG Fri Dec 26 14:30:01 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BE201065676 for ; Fri, 26 Dec 2008 14:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 277138FC1D for ; Fri, 26 Dec 2008 14:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mBQEU1SN077737 for ; Fri, 26 Dec 2008 14:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mBQEU1vk077735; Fri, 26 Dec 2008 14:30:01 GMT (envelope-from gnats) Resent-Date: Fri, 26 Dec 2008 14:30:01 GMT Resent-Message-Id: <200812261430.mBQEU1vk077735@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kyryll A Mirnenko Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 242421065677 for ; Fri, 26 Dec 2008 14:25:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 121E08FC18 for ; Fri, 26 Dec 2008 14:25:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id mBQEPA2e029861 for ; Fri, 26 Dec 2008 14:25:10 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id mBQEPA7w029852; Fri, 26 Dec 2008 14:25:10 GMT (envelope-from nobody) Message-Id: <200812261425.mBQEPA7w029852@www.freebsd.org> Date: Fri, 26 Dec 2008 14:25:10 GMT From: Kyryll A Mirnenko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/129951: wine 1.1.11 fails to start: problems with temporary files X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Dec 2008 14:30:01 -0000 >Number: 129951 >Category: misc >Synopsis: wine 1.1.11 fails to start: problems with temporary files >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 26 14:30:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Kyryll A Mirnenko >Release: RELENG_7_1 >Organization: >Environment: FreeBSD miryanote 7.1-RC2 FreeBSD 7.1-RC2 #15: Tue Dec 23 12:31:18 EET 2008 mirya@miryanote:/usr/src/sys/i386/compile/MY-LITE i386 >Description: Any wine problem fails to start due to wineserver initialization failure: $ winecfg wineserver: /tmp/.wine-1005 must not be accessible by other users For some reason the temporary files are created with broken permissions, like /tmp/.wine-1005: d-wxr-xr-- 2 mirya wheel 512 26 гру 16:11 .wine-1005 umask is 0022, and /tmp has standart rwxrwxrwt permissions. It's possible to make it start at last by setting /tmp/.wine-1005 and subdirs permissions to -rwx------ manually, but then any application trying temporary files creation fill fail, probably due to the same reason. The described behavior was not observed with wine-1.1.10, same machine >How-To-Repeat: 1) update to wine-1.1.11 / RELENG_7_1 2) run some simple app, like winecfg 3) expected: fails to start with the message like wineserver: /tmp/.wine-1005 must not be accessible by other users >Fix: >Release-Note: >Audit-Trail: >Unformatted: