Novell Responds to SCO's Objections to its Bill of Costs

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Novell Responds to SCO's Objections to its Bill of Costs
# 1  
Old 09-08-2010
Novell Responds to SCO's Objections to its Bill of Costs

Novell has responded to SCO's Objections to Novell's Bill of Costs for the two trials. Novell did not fail to notice and point out to the court SCO's cheeky move, asking that the court deny the entire bill, when some of it was costs from the first Utah trial that had already been authorized by the court:
SCO objects to $2,914.74 in costs for folders and binders, which were part of the copy costs. Rather than further dispute entitlement to such costs, Novell withdraws its request for them. However, SCO's assertion that because Novell failed to disaggregate these costs, the Court should "deny Novell's Bill of Costs in its entirety," is absurd. (Objections to Bill of Costs at 7.) Novell's Bill of Costs contains several entries that are not even addressed in SCO's Objections, not the least of which is $99,639.09 in costs that were previously awarded by the Court following the initial bench trial and simply have never been paid by SCO.
After the first trial, SCO objected to Novell's Bill of Costs, got it reduced, and then, despite the court ordering SCO to pay it, never did so. Now they ask that the court toss the bill overboard. Like I say, cheeky. I'm a little shocked that SCO's Chapter 11 Trustee Edward Cahn would allow such a request. SCO seems to show no sense of honor at all about its debts.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
MKFS.BFS(8)						Linux System Administrator's Manual					       MKFS.BFS(8)

NAME
mkfs.bfs - make an SCO bfs filesystem SYNOPSIS
mkfs.bfs [-N nr-of-inodes] [-V volume-name] [-F fsname] device [size-in-blocks] DESCRIPTION
mkfs.bfs creates an SCO bfs file-system on a block device (usually a disk partition or a file accessed via the loop device). The size-in-blocks parameter is the desired size of the file system, in blocks. If nothing is specified, the entire partition will be used. OPTIONS
-N 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 volume-label Specify the volume label. I have no idea if/where this is used. -F fsname Specify the fsname. I have no idea if/where this is used. -v Be verbose. 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-ng package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/. Util-linux 2.9x 12 Sept 1999 MKFS.BFS(8)