Opened 8 years ago

Closed 4 years ago

#119 closed enhancement (fixed)

Add setting of quota on >dumps to fix boot time warning.

Reported by: anonymous Owned by: Eric Swenson
Priority: minor Milestone: MR12.8
Component: Install/Upgrade Version: MR12.7
Keywords: quota >dumps Cc:

Description

During boot, a new Multics installation will display the message:

0942 ut The quota of >dumps is 0, a record limit needs to be specified.

A command should be added to the cold boot script to set an appropriate quota on >dumps.

Change History (6)

comment:1 by Eric Swenson, 7 years ago

Interestingly, acct_start_up.ec (asu.ec) does include the following:

ec &ec_dir>make_dir dumps "" 5000

This should set the quota on >dumps to 5000. This will need more investigation.

comment:2 by Eric Swenson, 7 years ago

I checked on 12.6f (using QuickStart) and sure enough >dumps has 0 quota, yet >t>asu.ec specifies a quota of 5000 for >dumps. Using the same mechanism, it moves 5000 records of quota to >site, and in the resulting quickstart, >sites has a quota of 5000. This is very strange.

comment:3 by Eric Swenson, 5 years ago

Milestone: MR12.8
Status: newassigned

comment:5 by Eric Swenson, 4 years ago

Installed: MCR10108, MR12.8-0020

comment:6 by Eric Swenson, 4 years ago

Resolution: fixed
Status: acceptedclosed
Version: MR12.7
Note: See TracTickets for help on using tickets.