Report forwarded to debian-bugs-dist@lists.debian.org, mmagallo@debian.org (Marcelo E. Magallon):
Bug#108903; Package wmaker.   debian-bugs-dist@lists.debian.orgmmagallo@debian.org (Marcelo E. Magallon)  Subject: Bug#108903: wmaker cannot save $HOME/GNUstep/Defaults/WMState Reply-To: Dinko Korunic , 108903@bugs.debian.org Resent-From: Dinko Korunic Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: mmagallo@debian.org (Marcelo E. Magallon) Resent-Date: Thu, 16 Aug 2001 15:48:02 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 108903 X-Debian-PR-Package: wmaker X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by submit@bugs.debian.org id=B.99797603613277 (code B ref -1); Thu, 16 Aug 2001 15:48:02 GMT Message-ID: <20010816153348.1497.qmail@amanda.srk.fer.hr> From: Dinko Korunic To: Debian Bug Tracking System X-Reportbug-Version: 1.23 X-Mailer: reportbug 1.23 Date: Thu, 16 Aug 2001 17:33:48 +0200 Delivered-To: submit@bugs.debian.org Package: wmaker Version: 0.65.1-1 Severity: important Seems Wmaker (version 0.65.1-1, as stated above) cannot save $GNUstep/Defaults/WMState properly if /tmp is on another disk, partition or filesystem. I'm including the syscall trace: write(4, "{\n Dock = {\n Applications = "..., 1856) = 1856 close(4) = 0 munmap(0x40016000, 4096) = 0 rename("/tmp/.tIsuVA", "/home/kreator/GNUstep/Defaults/WMState") = -1 EXDEV (Invalid cross-device link) write(2, "/usr/bin/WindowMaker", 20) = 20 write(2, " error: ", 8) = 8 write(2, "could not save session state in "..., 70) = 70 write(2, ": ", 2) = 2 write(2, "Invalid cross-device link", 25) = 25 write(2, "\n", 1) = 1 Note the (IMHO) quite stupid rename() call on "/tmp" directory and return value of EXDEV. Patch would be simple - use copying or rename() call in same directory as WMState. -- System Information Debian Release: testing/unstable Architecture: i386 Kernel: Linux amanda 2.4.8 #1 Wed Aug 15 14:16:49 CEST 2001 i686 Locale: LANG=C, LC_CTYPE=C Versions of packages wmaker depends on: ii cpp 1:2.95.3-7 The GNU C preprocessor. ii debianutils 1.15 Miscellaneous utilities specific t ii hermes1 1.3.2-2.1 The Hermes pixel-format library ii libc6 2.2.3-9 GNU C Library: Shared libraries an ii libjpeg62 6b-1.3 The Independent JPEG Group's JPEG ii libpng2 1.0.12-2 PNG library - runtime ii libproplist0 0.10.1-2 PropList closely mimics the proper ii libtiff3g 3.5.5-3 Tag Image File Format library ii libungif4g 4.1-4 shared library for GIF images (run ii libwraster2 0.65.1-1 Shared libraries of Window Maker r ii xlibs 4.0.3-4 X Window System client libraries ii zlib1g 1:1.1.3-12 compression library - runtime   Acknowledgement sent to Dinko Korunic <kreator@amanda.srk.fer.hr>:
New Bug report received and forwarded. Copy sent to mmagallo@debian.org (Marcelo E. Magallon).   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Dinko Korunic Subject: Bug#108903: Acknowledgement (wmaker cannot save $HOME/GNUstep/Defaults/WMState) Message-ID: In-Reply-To: <20010816153348.1497.qmail@amanda.srk.fer.hr> References: <20010816153348.1497.qmail@amanda.srk.fer.hr> X-Debian-PR-Message: ack 108903 Thank you for the problem report you have sent regarding Debian. This is an automatically generated reply, to let you know your message has been received. It is being forwarded to the developers mailing list for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): mmagallo@debian.org (Marcelo E. Magallon) If you wish to submit further information on your problem, please send it to 108903@bugs.debian.org (and *not* to submit@bugs.debian.org). Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at submit) by bugs.debian.org; 16 Aug 2001 15:33:56 +0000 From kreator@amanda.srk.fer.hr Thu Aug 16 10:33:56 2001 Return-path: Received: from prosinac.srce.hr (amanda.srk.fer.hr) [161.53.3.208] (qmailr) by master.debian.org with smtp (Exim 3.12 1 (Debian)) id 15XP9f-0003S6-00; Thu, 16 Aug 2001 10:33:55 -0500 Received: (qmail 1498 invoked by uid 35551); 16 Aug 2001 15:33:48 -0000 Message-ID: <20010816153348.1497.qmail@amanda.srk.fer.hr> From: Dinko Korunic To: Debian Bug Tracking System Subject: wmaker cannot save $HOME/GNUstep/Defaults/WMState X-Reportbug-Version: 1.23 X-Mailer: reportbug 1.23 Date: Thu, 16 Aug 2001 17:33:48 +0200 Delivered-To: submit@bugs.debian.org Package: wmaker Version: 0.65.1-1 Severity: important Seems Wmaker (version 0.65.1-1, as stated above) cannot save $GNUstep/Defaults/WMState properly if /tmp is on another disk, partition or filesystem. I'm including the syscall trace: write(4, "{\n Dock = {\n Applications = "..., 1856) = 1856 close(4) = 0 munmap(0x40016000, 4096) = 0 rename("/tmp/.tIsuVA", "/home/kreator/GNUstep/Defaults/WMState") = -1 EXDEV (Invalid cross-device link) write(2, "/usr/bin/WindowMaker", 20) = 20 write(2, " error: ", 8) = 8 write(2, "could not save session state in "..., 70) = 70 write(2, ": ", 2) = 2 write(2, "Invalid cross-device link", 25) = 25 write(2, "\n", 1) = 1 Note the (IMHO) quite stupid rename() call on "/tmp" directory and return value of EXDEV. Patch would be simple - use copying or rename() call in same directory as WMState. -- System Information Debian Release: testing/unstable Architecture: i386 Kernel: Linux amanda 2.4.8 #1 Wed Aug 15 14:16:49 CEST 2001 i686 Locale: LANG=C, LC_CTYPE=C Versions of packages wmaker depends on: ii cpp 1:2.95.3-7 The GNU C preprocessor. ii debianutils 1.15 Miscellaneous utilities specific t ii hermes1 1.3.2-2.1 The Hermes pixel-format library ii libc6 2.2.3-9 GNU C Library: Shared libraries an ii libjpeg62 6b-1.3 The Independent JPEG Group's JPEG ii libpng2 1.0.12-2 PNG library - runtime ii libproplist0 0.10.1-2 PropList closely mimics the proper ii libtiff3g 3.5.5-3 Tag Image File Format library ii libungif4g 4.1-4 shared library for GIF images (run ii libwraster2 0.65.1-1 Shared libraries of Window Maker r ii xlibs 4.0.3-4 X Window System client libraries ii zlib1g 1:1.1.3-12 compression library - runtime   Information forwarded to debian-bugs-dist@lists.debian.org, mmagallo@debian.org (Marcelo E. Magallon):
Bug#108903; Package wmaker.   debian-bugs-dist@lists.debian.orgmmagallo@debian.org (Marcelo E. Magallon)  Subject: Bug#108903: wmaker cannot save $HOME/GNUstep/Defaults/WMState Reply-To: "Marcelo E. Magallon" , 108903@bugs.debian.org Resent-From: "Marcelo E. Magallon" Orignal-Sender: "Marcelo E. Magallon" Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: mmagallo@debian.org (Marcelo E. Magallon) Resent-Date: Thu, 16 Aug 2001 18:18:01 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 108903 X-Debian-PR-Package: wmaker X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by 108903-submit@bugs.debian.org id=B108903.9979858097993 (code B ref 108903); Thu, 16 Aug 2001 18:18:01 GMT Date: Thu, 16 Aug 2001 20:16:46 +0200 From: "Marcelo E. Magallon" To: Dinko Korunic , 108903@bugs.debian.org Message-ID: <20010816201646.A1772@ysabell.wh.vaih> References: <20010816153348.1497.qmail@amanda.srk.fer.hr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010816153348.1497.qmail@amanda.srk.fer.hr> User-Agent: Mutt/1.3.20i X-Operating-System: Linux ysabell 2.4.8-xfs Sender: "Marcelo E. Magallon" Delivered-To: 108903@bugs.debian.org >> Dinko Korunic writes: > Seems Wmaker (version 0.65.1-1, as stated above) cannot save > $GNUstep/Defaults/WMState properly if /tmp is on another disk, > partition or filesystem. I'm including the syscall trace: This is funny, because this is supposed to be fixed in libproplist. I use wmaker (this very package) on a machine that mounts my home over NFS and /tmp is on a local disk, so I don't understand why some people see this and I don't. A number of people have reported something similar but I haven't got much feedback from them. What does your partition table look like? /tmp is on one partition and /home/whatever on another, I guess. Something else? What about the filesystems? > Note the (IMHO) quite stupid rename() call on "/tmp" directory and > return value of EXDEV. Patch would be simple - use copying or > rename() call in same directory as WMState. That's what's happens. This is proplist, actually. -- Marcelo | I WAS AT A PARTY, he added, a shade reproachfully. mmagallo@debian.org | -- Death is summoned by the Wizards | (Terry Pratchett, The Light Fantastic)   Acknowledgement sent to "Marcelo E. Magallon" <mmagallo@debian.org>:
Extra info received and forwarded to list. Copy sent to mmagallo@debian.org (Marcelo E. Magallon).   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: "Marcelo E. Magallon" Subject: Bug#108903: Info received (was Bug#108903: wmaker cannot save $HOME/GNUstep/Defaults/WMState) Message-ID: In-Reply-To: <20010816201646.A1772@ysabell.wh.vaih> References: <20010816201646.A1772@ysabell.wh.vaih> X-Debian-PR-Message: ack-info-maintonly 108903 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. Your message has been sent to the package maintainer(s): mmagallo@debian.org (Marcelo E. Magallon) If you wish to continue to submit further information on your problem, please send it to 108903@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at 108903) by bugs.debian.org; 16 Aug 2001 18:16:49 +0000 From marcelo.magallon@informatik.uni-stuttgart.de Thu Aug 16 13:16:49 2001 Return-path: Received: from studsv07.studserv.uni-stuttgart.de [129.69.21.37] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 15XRhI-00024m-00; Thu, 16 Aug 2001 13:16:49 -0500 Received: from ysabell.wh.vaih [129.69.166.244] by studsv07.studserv.uni-stuttgart.de with ESMTP (SMTPD32-6.06) id AE0A349014E; Thu, 16 Aug 2001 20:16:42 +0200 Received: from marcelo by ysabell.wh.vaih with local (Exim 3.32 #1 (Debian)) id 15XRhG-0000Th-00; Thu, 16 Aug 2001 20:16:46 +0200 Date: Thu, 16 Aug 2001 20:16:46 +0200 From: "Marcelo E. Magallon" To: Dinko Korunic , 108903@bugs.debian.org Subject: Re: Bug#108903: wmaker cannot save $HOME/GNUstep/Defaults/WMState Message-ID: <20010816201646.A1772@ysabell.wh.vaih> References: <20010816153348.1497.qmail@amanda.srk.fer.hr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010816153348.1497.qmail@amanda.srk.fer.hr> User-Agent: Mutt/1.3.20i X-Operating-System: Linux ysabell 2.4.8-xfs Sender: "Marcelo E. Magallon" Delivered-To: 108903@bugs.debian.org >> Dinko Korunic writes: > Seems Wmaker (version 0.65.1-1, as stated above) cannot save > $GNUstep/Defaults/WMState properly if /tmp is on another disk, > partition or filesystem. I'm including the syscall trace: This is funny, because this is supposed to be fixed in libproplist. I use wmaker (this very package) on a machine that mounts my home over NFS and /tmp is on a local disk, so I don't understand why some people see this and I don't. A number of people have reported something similar but I haven't got much feedback from them. What does your partition table look like? /tmp is on one partition and /home/whatever on another, I guess. Something else? What about the filesystems? > Note the (IMHO) quite stupid rename() call on "/tmp" directory and > return value of EXDEV. Patch would be simple - use copying or > rename() call in same directory as WMState. That's what's happens. This is proplist, actually. -- Marcelo | I WAS AT A PARTY, he added, a shade reproachfully. mmagallo@debian.org | -- Death is summoned by the Wizards | (Terry Pratchett, The Light Fantastic)   Information forwarded to debian-bugs-dist@lists.debian.org, mmagallo@debian.org (Marcelo E. Magallon):
Bug#108903; Package wmaker.   debian-bugs-dist@lists.debian.orgmmagallo@debian.org (Marcelo E. Magallon)  Subject: Bug#108903: Same thing here Reply-To: Jean-Philippe =?iso-8859-1?Q?Gu=E9rard?= , 108903@bugs.debian.org Resent-From: jean-philippe.guerard@laposte.net (Jean-Philippe Guérard) Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: mmagallo@debian.org (Marcelo E. Magallon) Resent-Date: Sat, 25 Aug 2001 13:48:02 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 108903 X-Debian-PR-Package: wmaker X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by 108903-submit@bugs.debian.org id=B108903.9987466257264 (code B ref 108903); Sat, 25 Aug 2001 13:48:02 GMT Date: Sat, 25 Aug 2001 15:37:00 +0200 To: 108903@bugs.debian.org Message-ID: <20010825153700.A2824@voyageurs.ddts.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.3.20i From: jean-philippe.guerard@laposte.net (Jean-Philippe Guérard) Delivered-To: 108903@bugs.debian.org I have the same problem here. I am using libpam-tmpdir as an additionnal security mesure for the /tmp directory usage. While libpam-tmpdir is used, wmaker has the same issue as discribed in this bug report. As soon as I deactivate libpam-tmpdir, everything goes back to normal. Hope that helps. -- Jean-Philippe Guérard - mailto:jean-philippe.guerard@laposte.net   Acknowledgement sent to Jean-Philippe =?iso-8859-1?Q?Gu=E9rard?= <jean-philippe.guerard@laposte.net>:
Extra info received and forwarded to list. Copy sent to mmagallo@debian.org (Marcelo E. Magallon).   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Jean-Philippe =?iso-8859-1?Q?Gu=E9rard?= Subject: Bug#108903: Info received (was Same thing here) Message-ID: In-Reply-To: <20010825153700.A2824@voyageurs.ddts.net> References: <20010825153700.A2824@voyageurs.ddts.net> X-Debian-PR-Message: ack-info-maintonly 108903 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. Your message has been sent to the package maintainer(s): mmagallo@debian.org (Marcelo E. Magallon) If you wish to continue to submit further information on your problem, please send it to 108903@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at 108903) by bugs.debian.org; 25 Aug 2001 13:37:05 +0000 From jean-philippe.guerard@laposte.net Sat Aug 25 08:37:05 2001 Return-path: Received: from apastourelles-101-1-1-115.abo.wanadoo.fr (voyageurs.ddts.net) [193.251.52.115] (postfix) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 15adcW-0001t6-00; Sat, 25 Aug 2001 08:37:04 -0500 Received: by voyageurs.ddts.net (Postfix, from userid 1001) id 5555CF72F; Sat, 25 Aug 2001 15:37:00 +0200 (CEST) Date: Sat, 25 Aug 2001 15:37:00 +0200 To: 108903@bugs.debian.org Subject: Same thing here Message-ID: <20010825153700.A2824@voyageurs.ddts.net> Reply-To: Jean-Philippe =?iso-8859-1?Q?Gu=E9rard?= Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.3.20i From: jean-philippe.guerard@laposte.net (Jean-Philippe Guérard) Delivered-To: 108903@bugs.debian.org I have the same problem here. I am using libpam-tmpdir as an additionnal security mesure for the /tmp directory usage. While libpam-tmpdir is used, wmaker has the same issue as discribed in this bug report. As soon as I deactivate libpam-tmpdir, everything goes back to normal. Hope that helps. -- Jean-Philippe Guérard - mailto:jean-philippe.guerard@laposte.net   Information forwarded to debian-bugs-dist@lists.debian.org, mmagallo@debian.org (Marcelo E. Magallon):
Bug#108903; Package wmaker.   debian-bugs-dist@lists.debian.orgmmagallo@debian.org (Marcelo E. Magallon)  Subject: Bug#108903: Same thing here Reply-To: "Marcelo E. Magallon" , 108903@bugs.debian.org Resent-From: "Marcelo E. Magallon" Orignal-Sender: "Marcelo E. Magallon" Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: mmagallo@debian.org (Marcelo E. Magallon) Resent-Date: Mon, 17 Sep 2001 10:18:01 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 108903 X-Debian-PR-Package: wmaker X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by 108903-submit@bugs.debian.org id=B108903.10007218723899 (code B ref 108903); Mon, 17 Sep 2001 10:18:01 GMT Date: Mon, 17 Sep 2001 12:15:35 +0200 From: "Marcelo E. Magallon" To: Jean-Philippe =?iso-8859-1?Q?Gu=E9rard?= , 108903@bugs.debian.org Message-ID: <20010917121535.A20581@ysabell.wh.vaih> References: <20010825153700.A2824@voyageurs.ddts.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20010825153700.A2824@voyageurs.ddts.net> User-Agent: Mutt/1.3.20i X-Operating-System: Linux ysabell 2.4.9-xfs Sender: "Marcelo E. Magallon" Delivered-To: 108903@bugs.debian.org >> Jean-Philippe Guérard writes: > I have the same problem here. I am using libpam-tmpdir as an additionnal > security mesure for the /tmp directory usage. > > While libpam-tmpdir is used, wmaker has the same issue as discribed in > this bug report. As soon as I deactivate libpam-tmpdir, everything goes > back to normal. It just dawned upon me: does libpam-tmpdir set TMPDIR? If yes, what's its value? AFAICR, libProplist uses mktemp (or one of its friends), the manpage doesn't document the use of TMPDIR but I guess it does. -- Marcelo | Item 50: Improve your understanding of C++ mmagallo@debian.org | -- Scott Meyers, Effective C++   Acknowledgement sent to "Marcelo E. Magallon" <mmagallo@debian.org>:
Extra info received and forwarded to list. Copy sent to mmagallo@debian.org (Marcelo E. Magallon).   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: "Marcelo E. Magallon" Subject: Bug#108903: Info received (was Bug#108903: Same thing here) Message-ID: In-Reply-To: <20010917121535.A20581@ysabell.wh.vaih> References: <20010917121535.A20581@ysabell.wh.vaih> X-Debian-PR-Message: ack-info-maintonly 108903 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. Your message has been sent to the package maintainer(s): mmagallo@debian.org (Marcelo E. Magallon) If you wish to continue to submit further information on your problem, please send it to 108903@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at 108903) by bugs.debian.org; 17 Sep 2001 10:17:52 +0000 From marcelo.magallon@informatik.uni-stuttgart.de Mon Sep 17 05:17:52 2001 Return-path: Received: from studsv07.studserv.uni-stuttgart.de [129.69.21.37] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 15ivTL-00010q-00; Mon, 17 Sep 2001 05:17:52 -0500 Received: from ysabell.wh.vaih [129.69.166.244] by studsv07.studserv.uni-stuttgart.de with ESMTP (SMTPD32-6.06) id AD465536027C; Mon, 17 Sep 2001 12:15:34 +0200 Received: from marcelo by ysabell.wh.vaih with local (Exim 3.32 #1 (Debian)) id 15ivR9-0005ME-00; Mon, 17 Sep 2001 12:15:35 +0200 Date: Mon, 17 Sep 2001 12:15:35 +0200 From: "Marcelo E. Magallon" To: Jean-Philippe =?iso-8859-1?Q?Gu=E9rard?= , 108903@bugs.debian.org Subject: Re: Bug#108903: Same thing here Message-ID: <20010917121535.A20581@ysabell.wh.vaih> References: <20010825153700.A2824@voyageurs.ddts.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20010825153700.A2824@voyageurs.ddts.net> User-Agent: Mutt/1.3.20i X-Operating-System: Linux ysabell 2.4.9-xfs Sender: "Marcelo E. Magallon" Delivered-To: 108903@bugs.debian.org >> Jean-Philippe Guérard writes: > I have the same problem here. I am using libpam-tmpdir as an additionnal > security mesure for the /tmp directory usage. > > While libpam-tmpdir is used, wmaker has the same issue as discribed in > this bug report. As soon as I deactivate libpam-tmpdir, everything goes > back to normal. It just dawned upon me: does libpam-tmpdir set TMPDIR? If yes, what's its value? AFAICR, libProplist uses mktemp (or one of its friends), the manpage doesn't document the use of TMPDIR but I guess it does. -- Marcelo | Item 50: Improve your understanding of C++ mmagallo@debian.org | -- Scott Meyers, Effective C++   Information forwarded to debian-bugs-dist@lists.debian.org, mmagallo@debian.org (Marcelo E. Magallon):
Bug#108903; Package wmaker.   debian-bugs-dist@lists.debian.orgmmagallo@debian.org (Marcelo E. Magallon)  Subject: Bug#108903: Same thing here Reply-To: Jean-Philippe =?iso-8859-1?Q?Gu=E9rard?= , 108903@bugs.debian.org Resent-From: jean-philippe.guerard@laposte.net (Jean-Philippe Guérard) Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: mmagallo@debian.org (Marcelo E. Magallon) Resent-Date: Mon, 17 Sep 2001 20:33:02 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 108903 X-Debian-PR-Package: wmaker X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by 108903-submit@bugs.debian.org id=B108903.10007583053778 (code B ref 108903); Mon, 17 Sep 2001 20:33:02 GMT Date: Mon, 17 Sep 2001 22:25:03 +0200 To: "Marcelo E. Magallon" Cc: 108903@bugs.debian.org Message-ID: <20010917222503.A16090@voyageurs.ddts.net> References: <20010825153700.A2824@voyageurs.ddts.net> <20010917121535.A20581@ysabell.wh.vaih> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20010917121535.A20581@ysabell.wh.vaih> User-Agent: Mutt/1.3.20i From: jean-philippe.guerard@laposte.net (Jean-Philippe Guérard) Delivered-To: 108903@bugs.debian.org Le 2001-09-17 12:15:35 +0200, Marcelo E. Magallon écrivait : > >> Jean-Philippe Guérard writes: > > > I have the same problem here. I am using libpam-tmpdir as an additionnal > > security mesure for the /tmp directory usage. > > > > While libpam-tmpdir is used, wmaker has the same issue as discribed in > > this bug report. As soon as I deactivate libpam-tmpdir, everything goes > > back to normal. > > It just dawned upon me: does libpam-tmpdir set TMPDIR? If yes, what's > its value? AFAICR, libProplist uses mktemp (or one of its friends), > the manpage doesn't document the use of TMPDIR but I guess it does. Yes, it does. It sets both TMP and TMPDIR to "/tmp/user/$UID". The designated folder being a folder owned by the user and user group, and with the following permissions : u=rwx g= o= Does it help ? -- Jean-Philippe Guérard - mailto:jean-philippe.guerard@laposte.net   Acknowledgement sent to Jean-Philippe =?iso-8859-1?Q?Gu=E9rard?= <jean-philippe.guerard@laposte.net>:
Extra info received and forwarded to list. Copy sent to mmagallo@debian.org (Marcelo E. Magallon).   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Jean-Philippe =?iso-8859-1?Q?Gu=E9rard?= Subject: Bug#108903: Info received (was Bug#108903: Same thing here) Message-ID: In-Reply-To: <20010917222503.A16090@voyageurs.ddts.net> References: <20010917222503.A16090@voyageurs.ddts.net> X-Debian-PR-Message: ack-info-maintonly 108903 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. Your message has been sent to the package maintainer(s): mmagallo@debian.org (Marcelo E. Magallon) If you wish to continue to submit further information on your problem, please send it to 108903@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at 108903) by bugs.debian.org; 17 Sep 2001 20:25:05 +0000 From jean-philippe.guerard@laposte.net Mon Sep 17 15:25:05 2001 Return-path: Received: from apastourelles-101-1-5-234.abo.wanadoo.fr (voyageurs.ddts.net) [193.252.221.234] (postfix) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 15j4wz-0000yd-00; Mon, 17 Sep 2001 15:25:05 -0500 Received: by voyageurs.ddts.net (Postfix, from userid 1001) id 16D0EBD6E; Mon, 17 Sep 2001 22:25:03 +0200 (CEST) Date: Mon, 17 Sep 2001 22:25:03 +0200 To: "Marcelo E. Magallon" Cc: 108903@bugs.debian.org Subject: Re: Bug#108903: Same thing here Message-ID: <20010917222503.A16090@voyageurs.ddts.net> Reply-To: Jean-Philippe =?iso-8859-1?Q?Gu=E9rard?= References: <20010825153700.A2824@voyageurs.ddts.net> <20010917121535.A20581@ysabell.wh.vaih> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20010917121535.A20581@ysabell.wh.vaih> User-Agent: Mutt/1.3.20i From: jean-philippe.guerard@laposte.net (Jean-Philippe Guérard) Delivered-To: 108903@bugs.debian.org Le 2001-09-17 12:15:35 +0200, Marcelo E. Magallon écrivait : > >> Jean-Philippe Guérard writes: > > > I have the same problem here. I am using libpam-tmpdir as an additionnal > > security mesure for the /tmp directory usage. > > > > While libpam-tmpdir is used, wmaker has the same issue as discribed in > > this bug report. As soon as I deactivate libpam-tmpdir, everything goes > > back to normal. > > It just dawned upon me: does libpam-tmpdir set TMPDIR? If yes, what's > its value? AFAICR, libProplist uses mktemp (or one of its friends), > the manpage doesn't document the use of TMPDIR but I guess it does. Yes, it does. It sets both TMP and TMPDIR to "/tmp/user/$UID". The designated folder being a folder owned by the user and user group, and with the following permissions : u=rwx g= o= Does it help ? -- Jean-Philippe Guérard - mailto:jean-philippe.guerard@laposte.net