Kernel Panic - Unix socket communication in kernel module

2013-07-29 Thread varanasi sainath
Hello, I am writing a kernel module in which I am trying to connect to a UNIX socket (UNIX domain sockets use the file system as their address name space). Kernel module (loadable) acts as a client and User mode program acts as server, I have loaded the module using kldload and communication

UUID in fstab.

2013-08-21 Thread varanasi sainath
Hello, How to find UUID's for Disk volumes. I have used sysctl -a | grep uuid and was able to find typefreebsd-swap/type rawuuidb55ff220-dcdd-11e2-a324-00155d55b20c/rawuuid typefreebsd-ufs/type rawuuidb55762fc-dcdd-11e2-a324-00155d55b20c/rawuuid are these the corresponding UUID's for swap

Re: UUID in fstab.

2013-08-21 Thread varanasi sainath
, at 12:16 AM, varanasi sainath wrote: Hello, How to find UUID's for Disk volumes. I have used sysctl -a | grep uuid and was able to find typefreebsd-swap/type rawuuidb55ff220-dcdd-11e2-a324-00155d55b20c/rawuuid typefreebsd-ufs/type rawuuidb55762fc-dcdd-11e2-a324-00155d55b20c/rawuuid

Re: UUID in fstab.

2013-08-25 Thread varanasi sainath
) edited the fstab accordingly and everything is working now .. Is there a way to have both the /dev/XXXpYY and /dev/gptid/uuid present in /dev/ Thanks again for your support. On Sat, Aug 24, 2013 at 12:14 AM, John Baldwin j...@freebsd.org wrote: On Wednesday, August 21, 2013 4:38:00 pm varanasi

gptid's in fstab while installing FreeBSD using ISO

2013-10-04 Thread varanasi sainath
Hi All, How do I get gptid's as default in fstab while installing using FreeBSD iso file (Virtual,machine installation) ? Is this possible currently? if not how do I achieve this? I use guided partitioning while installing - If I were to tweak in to the source code which files or drivers I should