Re: Hangs with Fuse

2013-12-16 Thread Gregor Best
Hi Sylvestre, > [...] > Did you use the last snapshots ? If yes you need to recompile your > libfuse and your kernel to get the last changes. > [...] thanks for the clue bat. Not upgrading libfuse was indeed the problem. -- Gregor Best

Re: Hangs with Fuse

2013-12-16 Thread Sylvestre Gallon
On Mon, Dec 16, 2013 at 5:35 PM, Gregor Best wrote: > Hi Sylvestre, > Hi Gregor. > while playing around with sshfs, I noticed a peculiar behaviour. If I > mount it somewhere and run something like > > find /mnt/fuse -type f -name '*.core' > > on it, everything seems to work fine until t

Add EMC Barcode Scanner to usbdevs

2013-12-16 Thread Thomas Pfaff
Add IDs for Elan Microelectronics barcode scanner (from usb.ids). uhidev1 at uhub3 port 4 configuration 1 interface 0 "vendor 0x04f3 product 0x0001" rev 1.10/1.00 addr 3 uhidev1 at uhub3 port 4 configuration 1 interface 0 "Elan Microelectronics Corp. Barcode Scanner" rev 1.10/1.00 addr 3 Index

Hangs with Fuse

2013-12-16 Thread Gregor Best
Hi Sylvestre, while playing around with sshfs, I noticed a peculiar behaviour. If I mount it somewhere and run something like find /mnt/fuse -type f -name '*.core' on it, everything seems to work fine until the network connection is interrupted. The system then hangs, with only the keybo

Re: security(8) check maildir as well as mailbox permissions

2013-12-16 Thread Craig R. Skinner
On 2013-12-16 Mon 12:22 PM |, Stuart Henderson wrote: > On 2013/12/16 12:11, Craig R. Skinner wrote: > > Check the security of /var/mail/dirs similar to /var/mail/boxes: > > Aren't maildirs usually in ~/Maildir? > MTA's can deliver to maildirs in several places. Postfix example (the trailing sl

Re: security(8) check maildir as well as mailbox permissions

2013-12-16 Thread Stuart Henderson
On 2013/12/16 12:11, Craig R. Skinner wrote: > Check the security of /var/mail/dirs similar to /var/mail/boxes: Aren't maildirs usually in ~/Maildir?

security(8) check maildir as well as mailbox permissions

2013-12-16 Thread Craig R. Skinner
Check the security of /var/mail/dirs similar to /var/mail/boxes: Index: security === RCS file: /cvs/src/libexec/security/security,v retrieving revision 1.23 diff -u -u -p -r1.23 security --- security21 Mar 2013 09:37:37 -

Remove dead code

2013-12-16 Thread Kieran Devlin
maybe someone could verify & commit this patch as key domain is handled by ‘pfkey_init’, this ‘ADDDOMAIN(key)’ goes nowhere. in fact, this ‘keydomain’ variable never exist since introduced in r1.9 of 'src/sys/kern/uipc_domain.c’ which dates back to 1999 define ‘__KAME__’ in 'src/sys/kern/uipc_do