Petrofsky's Objection to SCO's Yarro "Loan" Motion

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Petrofsky's Objection to SCO's Yarro "Loan" Motion
# 1  
Old 03-01-2010
Petrofsky's Objection to SCO's Yarro "Loan" Motion

Novell objected vigorously to SCO's Motion for PostPetition Financing, the proposed Ralph Yarro "loan" to SCO which also involves granting "security interests and superpriority administrative expense status", and now there's a second objection, from Al Petrofsky. This will not surprise us. What would surprise us would be the court granting the motion. To give you a taste of the flavor of this filing, here's the first paragraph of the introduction:
2. The trustee, carrying on the tradition of the debtors-in-possession before him, has submitted another half-baked proposal to obtain funding from a non-existent counterparty. Should this party soon come into existence and execute the agreement, but never produce a dime of funds, the trustee wishes to provide it with a parting gift of up to $50,000.
I can't defend the proposed loan terms, but I think Mr. Petrofsky has overstated them. I read the contract as saying that if the deal doesn't, for listed reasons, happen, then SCO has to pay Yarro's legal fees associated with trying to set up the loan, up to $50,000, with any unpaid expenses over that to come from litigation winnings, if any. That isn't really the same as saying SCO wants to provide Yarro with a parting gift. And when you overstate in a court of law, you greatly increase your odds of losing, because you may lead the judge to defend the very entity you hoped he would not rule for by making it seem your complaints are over the top. I also think the objection wasn't timely filed.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies

2. UNIX for Dummies Questions & Answers

Using "mailx" command to read "to" and "cc" email addreses from input file

How to use "mailx" command to do e-mail reading the input file containing email address, where column 1 has name and column 2 containing “To” e-mail address and column 3 contains “cc” e-mail address to include with same email. Sample input file, email.txt Below is an sample code where... (2 Replies)
Discussion started by: asjaiswal
2 Replies

3. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

4. UNIX for Dummies Questions & Answers

Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`"

Hi Friends, Can any of you explain me about the below line of code? mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'` Im not able to understand, what exactly it is doing :confused: Any help would be useful for me. Lokesha (4 Replies)
Discussion started by: Lokesha
4 Replies
Login or Register to Ask a Question