[osol-code] lynxies

2008-10-24 Thread georgia
Jacob watches, diamond, designer, brand name, breitling, chrono, avenger, chronomat evolution, Jacobs co. J & Co., omega, jordans, supra, shoes, sneakers, af1's, air force ones, hoodys, sweaters, bathing apes, ice cream, air jordans, air force, bretling, 1's, bapes, fake, prices, maritime, black

Re: [osol-code] [osol-discuss] Port from linux. ioctl with FIBMAP to OpenSolaris OS, please help.

2008-10-24 Thread Thai Nguyen
Does it have another way to find out a range of start and end physical unit LBAs from file description? Like from linux that I am trying to port to OpenSolaris. Following is a function call. I can send you a source, it’s about more than one paper page long. void TWL_File_LBA::get_unit_lba_rang

Re: [osol-code] Port from linux. ioctl with FIBMAP to OpenSolaris OS, please help.

2008-10-24 Thread Thai Nguyen
Thank you for replying, I see your good suggestion by using lseek, but I still don’t know how to use it to calculate these LBAs in OpenSolarisX system file. The following function that I am trying to port to OpenSolarisX ZFS is finding a range of start and end physical unit LBAs by given file a

Re: [osol-code] Program is killed by SIGKILL

2008-10-24 Thread John Zolnowsky x69422/408-404-5064
> Date: Fri, 24 Oct 2008 06:02:00 -0700 (PDT) > From: Tad <[EMAIL PROTECTED]> > > I have a program created by C language. It usually works fine, but the > program(process) sometimes is killed while it is running. > As far as I debug the process, The program is killed by SIGKILL signal > when it

[osol-code] Program is killed by SIGKILL

2008-10-24 Thread Tad
I have a program created by C language. It usually works fine, but the program(process) sometimes is killed while it is running. As far as I debug the process, The program is killed by SIGKILL signal when it calls execvp(). I know that SIGKILL signal would be sent to a process calling execve(

Re: [osol-code] Port from linux. ioctl with FIBMAP to OpenSolaris OS, please help.

2008-10-24 Thread Joerg Schilling
Thai Nguyen <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to port a linux app to OpenSolaris OS. There is a API used in > linux codes that I don???t know how to port to OpenSolaris: > > ioctl(fileFD, FIBMAP, &FsBlock) > > Any one pleases help, tell me how to do this, find out a FileSystemBloc

Re: [osol-code] [osol-discuss] Port from linux. ioctl with FIBMAP to OpenSolaris OS, please help.

2008-10-24 Thread Casper . Dik
>I am trying to port a linux app to OpenSolaris OS. There is a API used in >linux codes that I don’t know how to port to OpenSolaris: >ioctl(fileFD, FIBMAP, &FsBlock) >Any one pleases help, tell me how to do this, find out a FileSystemBlock of the offset in a file, in OpenSolaris. You can't.

Re: [osol-code] Attach on non-available instances

2008-10-24 Thread Joachim Worringen
Garrett D'Amore wrote: > I've been watching this for a while. > > I think you're both barking up the wrong tree. /etc/path_to_inst > shouldn't matter. > > The problem is most likely a process that is trying to actually *access* > the stale link. Perhaps a stale link in /dev? [...] In his las