SCO Wants to Sell Java Patent and (Mostly) Pay the Professionals

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News SCO Wants to Sell Java Patent and (Mostly) Pay the Professionals
# 1  
Old 03-30-2010
SCO Wants to Sell Java Patent and (Mostly) Pay the Professionals

SCO Chapter 11 Trustee Edward Cahn has now reported to the bankruptcy court that he's closed on the loan from Ralph Yarro and his friends, and now Cahn wants to pay most of the bills in the bankruptcy from SCO's numerous professionals. And he wants to sell the Java patent, since SCO's never used it and has no use for it going forward. He has a buyer, Liberty Lane, LLC, and so he asks the court to approve the sale to Liberty Lane "or another higher and better bidder." That seems unlikely, in that they claim to have shopped the patent to around 40 potential purchasers. Liberty Lane is offering $100,000.
Cahn says he "will pay 80% of fees and 100% of expenses to all of the estates' professionals who have filed (i) monthly and/or interim fee applications for such fees and expenses and (ii) certifications of no objections with respect thereto pursuant to the Interim Compensation Order", but doesn't yet want to pay the last 20% of PSZ&J's bill "until such time as the Trustee has reviewed and evaluated the reasonableness of all fees and expenses generated by the Debtors' and these estates' professionals".
So that's where the loan goes, for starters. He's not singling them out, by the way, except for the fact that he wants to wait until all the final bills are in, so he can evaluate reasonableness in a context, and so far they are the only ones that have filed a final bill.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. SCO

Issue using SCO java SerialDemo

I recently installed the Java Communications API (v2.0Aa) on SCO and I'm having some issues running the SerialDemo application that comes with it. I can open a connection and send text from SCO to a toy windows app I wrote - that works fine. However, when I try and close the connection, I get... (2 Replies)
Discussion started by: jdsnatl
2 Replies
Login or Register to Ask a Question
MKFS.BFS(8)                                                    System Administration                                                   MKFS.BFS(8)

NAME
mkfs.bfs - make an SCO bfs filesystem SYNOPSIS
mkfs.bfs [options] device [block-count] DESCRIPTION
mkfs.bfs creates an SCO bfs filesystem on a block device (usually a disk partition or a file accessed via the loop device). The block-count parameter is the desired size of the filesystem, in blocks. If nothing is specified, the entire partition will be used. OPTIONS
-N, --inodes number Specify the desired number of inodes (at most 512). If nothing is specified, some default number in the range 48-512 is picked depending on the size of the partition. -V, --vname label Specify the volume label. I have no idea if/where this is used. -F, --fname name Specify the filesystem name. I have no idea if/where this is used. -v, --verbose Explain what is being done. -c This option is silently ignored. -l This option is silently ignored. -h, --help Display help text and exit. -V, --version Display version information and exit. Option -V only works as --version when it is the only option. EXIT CODES
The exit code returned by mkfs.bfs is 0 when all went well, and 1 when something went wrong. SEE ALSO
mkfs(8) AVAILABILITY
The mkfs.bfs command is part of the util-linux package and is available from https://www.kernel.org/pub/linux/utils/util-linux/. util-linux July 2011 MKFS.BFS(8)