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 , 7 years ago
comment:2 by , 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 , 5 years ago
| Milestone: | → MR12.8 |
|---|---|
| Status: | new → assigned |
comment:4 by , 5 years ago
| Status: | assigned → accepted |
|---|
comment:6 by , 4 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
| Version: | → MR12.7 |
Note:
See TracTickets
for help on using tickets.

Interestingly, acct_start_up.ec (asu.ec) does include the following:
This should set the quota on >dumps to 5000. This will need more investigation.