From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4232 invoked by alias); 3 Sep 2011 08:47:08 -0000 Received: (qmail 4218 invoked by uid 22791); 3 Sep 2011 08:47:06 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from almaty.radix50.net (HELO almaty.kz-easy.com) (85.214.25.173) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 03 Sep 2011 08:46:51 +0000 Received: from alatau.radix50.net (dslb-092-074-053-209.pools.arcor-ip.net [92.74.53.209]) (authenticated bits=0) by almaty.kz-easy.com (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p838kldc006362 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 3 Sep 2011 10:46:49 +0200 Received: from medeu.radix50.net (root@medeu [192.168.0.3]) by alatau.radix50.net (8.14.3/8.14.3/Debian-5) with ESMTP id p838kgrU006323 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 3 Sep 2011 10:46:42 +0200 Received: from medeu.radix50.net (ibr@localhost [127.0.0.1]) by medeu.radix50.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id p838kg9t015698 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 3 Sep 2011 10:46:42 +0200 Received: (from ibr@localhost) by medeu.radix50.net (8.14.3/8.14.3/Submit) id p838kg6Y015697 for gdb@sourceware.org; Sat, 3 Sep 2011 10:46:42 +0200 Date: Sat, 03 Sep 2011 08:47:00 -0000 From: Baurzhan Ismagulov To: "gdb@sourceware.org" Subject: Re: Empty core dump file Message-ID: <20110903084642.GL27018@radix50.net> Mail-Followup-To: "gdb@sourceware.org" References: <41302A7145AC054FA7A96CFD03835A0A047BD8@EX10MBX02.EU.NEC.COM> <20110826131657.GW25065@radix50.net> <41302A7145AC054FA7A96CFD03835A0A049A74@EX10MBX02.EU.NEC.COM> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41302A7145AC054FA7A96CFD03835A0A049A74@EX10MBX02.EU.NEC.COM> User-Agent: Mutt/1.5.20 (2009-06-14) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-09/txt/msg00012.txt.bz2 On Fri, Sep 02, 2011 at 12:44:58PM +0000, David Aldrich wrote: > This is a file permissions problem because if I mount the shared > folder with a specific uid the core file is correctly saved. So I must > use a mount command such as: ... > which I store in /etc/rc.local ... > The problem with this is that I must customise the mount command for > each user, i.e. mount needs their uid. Mounting per-user in session init file with sudo? There is a number of other options depending on what you can / want to change, such as using nfs with groups or granting write permissions to all users (this depends on the entity denying the access, I'm not familiar with vboxsf). With kind regards, Baurzhan.