SCO Files July MORs

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News SCO Files July MORs
# 1  
Old 09-25-2010
SCO Files July MORs

Finally, SCO filed its MORs for July. Is anybody noticing they don't seem to be reorganizing?
I need to lighten up, yo. This is *bankruptcy* court, and your checkbook isn't supposed to balance out. Just spend, spend, spend, and who's to check your hand? You want 4 hotels on Park Place and 6 houses on Baltic Avenue? Why not? No one will ever hold you accountable. It's not like us little people, who have to, you know, pay our debts and all.
Page 16 says that professional fees for July were $340,960. For one month. That is more than SCO paid its employees and more than it made in net profit from the business that month, but who's counting? Obviously not the US Bankruptcy Court in Delaware.
Guess how much the professional fees total since bankruptcy began? $5,738,877. It means, as I read it, that instead of paying Novell what SCO owes in damages, it paid professionals to help them try to avoid it.
Then there's the millions for the IBM and Novell litigation, if I've read these MORs right.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
sasl_auxprop_request(10 July 2001)										sasl_auxprop_request(10 July 2001)

NAME
sasl_auxprop_request - Request Auxilliary Properties from SASL SYNOPSIS
#include <sasl/sasl.h> int sasl_auxprop_request(sasl_conn_t *conn, const char ** propnames) DESCRIPTION
sasl_auxprop_request will request that the SASL library obtain properties from any auxilliary property plugins that might be installed (such as the user's home directory from an LDAP server for example). Such lookup occurs just after username cannonicalization is complete. Therefore, the request should be made before the call to sasl_server_start(3), but after the call to sasl_server_new(3). conn the sasl_conn_t for which the request is being made. propnames a NULL-terminated array of property names to request. Note that this array must persist until a call to sasl_dispose on the sasl_conn_t. RETURN VALUE
Returns SASL_OK on success. See sasl_errors(3) for meanings of other return codes. CONFORMING TO
RFC 2222 SEE ALSO
sasl(3), sasl_errors(3), sasl_auxprop(3), sasl_auxprop_getctx(3), sasl_server_new(3), sasl_server_start(3) SASL man pages SASL sasl_auxprop_request(10 July 2001)