Re: geli conversion

2012-06-03 Thread Wojciech Puchar
that simple :) i user setkey to change password but wasn't aware i can switch from keyfile based volume. On Sat, 2 Jun 2012, Fabian Keil wrote: Wojciech Puchar wrote: is it possible to convert geli encrypted device using keyfile to password only? possibly i miss something in manual. thanks

reverse USB driver - is it possible?

2012-06-03 Thread Wojciech Puchar
for SCSI/SAS/FC there is targ(4) driver allows you to become SCSI target. is it the same possible with USB? i mean if i can make my laptop to simulate say USB CDROM. Yes there are no driver line targ(4) for USB, but it is technically possible hardware-wise? with any USB controler or special one

Re: reverse USB driver - is it possible?

2012-06-03 Thread Hans Petter Selasky
On Sunday 03 June 2012 10:25:21 Wojciech Puchar wrote: > for SCSI/SAS/FC there is targ(4) driver allows you to become SCSI target. > > is it the same possible with USB? > i mean if i can make my laptop to simulate say USB CDROM. > > Yes there are no driver line targ(4) for USB, but it is technica

Re: reverse USB driver - is it possible?

2012-06-03 Thread Poul-Henning Kamp
In message , Wojci ech Puchar writes: >is it the same possible with USB? >i mean if i can make my laptop to simulate say USB CDROM. No, the hardware is not up to it. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 p...@freebsd.org | TCP/IP since RFC 956 FreeBSD committer |

Re: [Hash function Ipv4]

2012-06-03 Thread Gleb Kurtsou
On (02/06/2012 20:14), enrico d'urso wrote: > > Hi, > I'm looking for an Hash function for Ipv4 addresses. > > What are good ones? Have you tried good general purpose hash functions like murmur3 or cityhash? Another option is to use "hash" function that is bijection on integers and exploit this

Re: reverse USB driver - is it possible?

2012-06-03 Thread Chris Rees
On 3 June 2012 09:25, Wojciech Puchar wrote: > for SCSI/SAS/FC there is targ(4) driver allows you to become SCSI target. > > is it the same possible with USB? > i mean if i can make my laptop to simulate say USB CDROM. > > Yes there are no driver line targ(4) for USB, but it is technically possibl

Re: reverse USB driver - is it possible?

2012-06-03 Thread Adrian Chadd
On 3 June 2012 01:27, Poul-Henning Kamp wrote: > In message , > Wojci > ech Puchar writes: > >>is it the same possible with USB? >>i mean if i can make my laptop to simulate say USB CDROM. > > No, the hardware is not up to it. Well, the embedded controller in the Atheros SoCs can act as a USB de

Re: detailed map of WIRED memory under FreeBSD 9

2012-06-03 Thread Peter Jeremy
On 2012-Jun-01 10:19:37 +0200, Wojciech Puchar wrote: >what tool and how can be used to display detailed map what exactly wired >memory on my system as it is far way too much (1.5GB out of 4GB RAM). The procfs "map" pseudo-file should give you this information on a per-process level. Unfortuna

[RFC] last(1) with security.bsd.see_other_uids support

2012-06-03 Thread Bryan Drewery
Hi, I've written up a patch to add some privacy to last(1) while still giving non-privileged users access to their own login history. This is still a work in progress. I am reaching out to make sure my approach is proper and to get some input on code sharing. My goal is to add this support to w(1

Re: nvidia-driver-295.49 is highly unstable

2012-06-03 Thread Chris
On Sun, 27 May 2012 20:50:59 -0300 Mario Lobo wrote: > On Sunday 27 May 2012 14:05:16 Yuri wrote: > > On 05/27/2012 10:01, David Wolfskill wrote: > > > So, at least in my case, I respectfully disagree with the > > > assessment in the Subject. > > > > i386 is one difference (I use amd64) > > FX 7

Re: detailed map of WIRED memory under FreeBSD 9

2012-06-03 Thread Wojciech Puchar
thank you On Mon, 4 Jun 2012, Peter Jeremy wrote: On 2012-Jun-01 10:19:37 +0200, Wojciech Puchar wrote: what tool and how can be used to display detailed map what exactly wired memory on my system as it is far way too much (1.5GB out of 4GB RAM). The procfs "map" pseudo-file should give yo

Re: reverse USB driver - is it possible?

2012-06-03 Thread Wojciech Puchar
Have a look at: sys/dev/usb/storage/ustorage_fs.c Currently just implements a RAM disk. Patches are welcome. many answers - contradicting itself. others says hardware is unable to do so, you say it is done. then - how to use it? any docs? :) ___ fre