user mountable filesystem

2011-01-13 Thread Pierre Abbat
I have a thumb drive in the USB port. I want to be able to mount it without being root, as I can do on my Linux box. So I put this line in /etc/fstab: /dev/da8s1 /mnt/thumb msdos rw,noauto,user 0 0 I get this error when I try to mount it: -bash-3.2$ mount /mnt/thumb/

postgresql start-script

2011-01-13 Thread shi hd
I don't know if there is someone already did that, I constructed myself. It does work though it is a little bit primitive and rudimentary. Any modifications and improvements are welcomed. #! /bin/sh # $PostgreSQL boot time startup script for DragonflyBSD. Copy this file to #

Re: postgresql start-script

2011-01-13 Thread Jan Lentfer
On Thu, 13 Jan 2011 23:12:44 +0800, shi hd 78dd085bd...@gmail.com wrote: I don't know if there is someone already did that, I constructed myself. It does work though it is a little bit primitive and rudimentary. Any modifications and improvements are welcomed. Any special reason you do not use

Re: postgresql start-script

2011-01-13 Thread Pierre Abbat
On Thursday 13 January 2011 10:24:47 Jan Lentfer wrote: On Thu, 13 Jan 2011 23:12:44 +0800, shi hd 78dd085bd...@gmail.com wrote: I don't know if there is someone already did that, I constructed myself. It does work though it is a little bit primitive and rudimentary. Any modifications

Re: user mountable filesystem

2011-01-13 Thread Thomas Nikolajsen
mount /mnt/thumb/ msdos: /dev/da8s1: Operation not permitted How can I do this? Either you can login as root to do the mount / umount, or you can set sysctl vfs.usermount to a non-zero value. This is described in mount.2 manual page; 'mount -a mount' also shows mount options (mount.8); we don't

Re: user mountable filesystem

2011-01-13 Thread Pierre Abbat
On Thursday 13 January 2011 17:02:54 Thomas Nikolajsen wrote: Either you can login as root to do the mount / umount, or you can set sysctl vfs.usermount to a non-zero value. This is described in mount.2 manual page; 'mount -a mount' also shows mount options (mount.8); we don't have 'user',

Re: HEADS UP: tcp wrongly persist timer detection

2011-01-13 Thread Matthew Dillon
:Hi all, : :HEAD users only. : :It could panic your system upon TCP activities, so please backup your :working kernel :). If the panic happens, please send us the link to :the core dumps. : :Thank you for your help in advance. : :Best Regards, :sephe Crater crunched on this. I could not get