This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: Empty core dump file
- From: Baurzhan Ismagulov <ibr at radix50 dot net>
- To: "gdb at sourceware dot org" <gdb at sourceware dot org>
- Date: Sat, 3 Sep 2011 10:46:42 +0200
- Subject: Re: Empty core dump file
- References: <41302A7145AC054FA7A96CFD03835A0A047BD8@EX10MBX02.EU.NEC.COM> <20110826131657.GW25065@radix50.net> <41302A7145AC054FA7A96CFD03835A0A049A74@EX10MBX02.EU.NEC.COM>
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.