Re: [gentoo-user] /dev/shm permissions drwxr-xr-x root:root ?

2012-12-28 Thread Walter Dnes
On Fri, Dec 28, 2012 at 02:10:26PM +0800, William Kenworthy wrote On 28/12/12 11:25, Walter Dnes wrote: chmod 755 /dev/shm/hello /dev/shm/hello as a user (not root) wdk@moriah /home/vm/qemu/mail $ vi /dev/shm/hello wdk@moriah /home/vm/qemu/mail $ chmod 755 /dev/shm/hello wdk@moriah

Re: [gentoo-user] /dev/shm permissions drwxr-xr-x root:root ?

2012-12-28 Thread Dale
Walter Dnes wrote: On Fri, Dec 28, 2012 at 02:10:26PM +0800, William Kenworthy wrote On 28/12/12 11:25, Walter Dnes wrote: chmod 755 /dev/shm/hello /dev/shm/hello as a user (not root) wdk@moriah /home/vm/qemu/mail $ vi /dev/shm/hello wdk@moriah /home/vm/qemu/mail $ chmod 755 /dev/shm/hello

Re: [gentoo-user] /dev/shm permissions drwxr-xr-x root:root ?

2012-12-28 Thread William Kenworthy
On 29/12/12 08:17, Walter Dnes wrote: On Fri, Dec 28, 2012 at 02:10:26PM +0800, William Kenworthy wrote On 28/12/12 11:25, Walter Dnes wrote: chmod 755 /dev/shm/hello /dev/shm/hello as a user (not root) wdk@moriah /home/vm/qemu/mail $ vi /dev/shm/hello wdk@moriah /home/vm/qemu/mail $

Re: [gentoo-user] /dev/shm permissions drwxr-xr-x root:root ?

2012-12-28 Thread Bruce Hill
On Sat, Dec 29, 2012 at 09:35:03AM +0800, William Kenworthy wrote: * sys-fs/udev Latest version available: 196-r1 Latest version installed: 196-r1 Size of downloaded files: 1,922 kB Homepage:http://www.freedesktop.org/wiki/Software/systemd Description:

Re: [gentoo-user] /dev/shm permissions drwxr-xr-x root:root ?

2012-12-28 Thread Walter Dnes
On Fri, Dec 28, 2012 at 07:23:33PM -0600, Dale wrote Here is some info on mine, while you are waiting on William. root@fireball / # ls -al /dev/shm total 4 drwxrwxrwt 2 root root60 Dec 3 18:20 . drwxr-xr-x 17 root root 4360 Dec 28 15:30 .. -rwxr-xr-x 1 dale users 32 Dec 3 18:20

Re: [gentoo-user] /dev/shm permissions drwxr-xr-x root:root ?

2012-12-28 Thread Dale
Walter Dnes wrote: On Fri, Dec 28, 2012 at 07:23:33PM -0600, Dale wrote Here is some info on mine, while you are waiting on William. root@fireball / # ls -al /dev/shm total 4 drwxrwxrwt 2 root root60 Dec 3 18:20 . drwxr-xr-x 17 root root 4360 Dec 28 15:30 .. -rwxr-xr-x 1 dale

Re: [gentoo-user] /dev/shm permissions drwxr-xr-x root:root ?

2012-12-27 Thread Walter Dnes
On Thu, Dec 27, 2012 at 01:49:01PM +0800, William Kenworthy wrote Do you have the fstab line: none /dev/shm tmpfs defaults 0 0 I had an ancient version, which I've been copying to new installs for years. It was... shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 I changed over to your line,

Re: [gentoo-user] /dev/shm permissions drwxr-xr-x root:root ?

2012-12-27 Thread William Kenworthy
On 28/12/12 11:25, Walter Dnes wrote: chmod 755 /dev/shm/hello /dev/shm/hello as a user (not root) wdk@moriah /home/vm/qemu/mail $ vi /dev/shm/hello wdk@moriah /home/vm/qemu/mail $ chmod 755 /dev/shm/hello wdk@moriah /home/vm/qemu/mail $ /dev/shm/hello Hello World wdk@moriah /home/vm/qemu/mail

Re: [gentoo-user] /dev/shm permissions drwxr-xr-x root:root ?

2012-12-27 Thread Mike Gilbert
On Thu, Dec 27, 2012 at 10:25 PM, Walter Dnes waltd...@waltdnes.org wrote: On Thu, Dec 27, 2012 at 01:49:01PM +0800, William Kenworthy wrote Do you have the fstab line: none /dev/shm tmpfs defaults 0 0 I had an ancient version, which I've been copying to new installs for years. It

[gentoo-user] /dev/shm permissions drwxr-xr-x root:root ?

2012-12-26 Thread Walter Dnes
This may be related to me running mdev instead of udev. I've been using /dev/shm for creating and deleting scratch files, to speed things up when processing photographs with automated scripts. It used to work. But now it no longer allows writes by anybody except root. A couple of days ago, I

Re: [gentoo-user] /dev/shm permissions drwxr-xr-x root:root ?

2012-12-26 Thread Dale
Walter Dnes wrote: This may be related to me running mdev instead of udev. I've been using /dev/shm for creating and deleting scratch files, to speed things up when processing photographs with automated scripts. It used to work. But now it no longer allows writes by anybody except root. A

Re: [gentoo-user] /dev/shm permissions drwxr-xr-x root:root ?

2012-12-26 Thread William Kenworthy
On 27/12/12 11:19, Dale wrote: Walter Dnes wrote: This may be related to me running mdev instead of udev. I've been using /dev/shm for creating and deleting scratch files, to speed things up when processing photographs with automated scripts. It used to work. But now it no longer allows