From owner-freebsd-bugs Thu Jun 15 12:00:03 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA05971 for bugs-outgoing; Thu, 15 Jun 1995 12:00:03 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA05963 ; Thu, 15 Jun 1995 12:00:02 -0700 Date: Thu, 15 Jun 1995 12:00:02 -0700 Message-Id: <199506151900.MAA05963@freefall.cdrom.com> From: "matthew c. mead" Reply-To: "matthew c. mead" To: freebsd-bugs Subject: bin/519: quotacheck: cannot allocate memory In-Reply-To: Your message of Thu, 15 Jun 1995 14:53:41 -0400 <199506151853.OAA03296@Glock.COM> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 519 >Category: bin >Synopsis: execution of quotacheck from /etc/rc fails >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 15 12:00:01 1995 >Originator: matthew c. mead >Organization: Glock 'Em Matthew C. Mead | Network Administration: Virginia Tech Center for | Transportation Research -> mmead@ctr.vt.edu mmead@Glock.COM | Network Administration and Software Development http://www.Glock.COM/~mmead/ | Consulting: BizNet Technologies -> mmead@bnt.com >Release: FreeBSD 2.0-BUILT-19950603 i386 >Environment: Standard environment when booting up. Here is /etc/sysconfig for more information on that environment: ----- /etc/sysconfig ----- #!/bin/sh # # This is sysconfig - a file full of useful variables that you can set # to change the default startup behavior of your system. # # sysconfig,v 1.14 1995/05/17 04:46:57 rgrimes Exp ######################### Start Of Syscons Section ####################### # Choose keyboard map from /usr/share/syscons/keymaps/* or NO if default. keymap=NO # Set keyboard rate to: slow, normal, fast or NO if default. keyrate="fast" # Change function keys default values (or no change if NO) # Syntax: " [ ]..." keychange=NO # Desired cursor type {normal|blink|destructive}, NO if no change cursor=NO # Choose screen map from /usr/share/syscons/scrnmaps/* (or NO for none) scrnmap=NO # Choose font 8x16 from /usr/share/syscons/fonts/* (or NO for default) font8x16=NO # Choose font 8x14 from /usr/share/syscons/fonts/* (or NO for default) font8x14=NO # Choose font 8x8 from /usr/share/syscons/fonts/* (or NO for default) font8x8=NO # Set blank time (in seconds) or "off" to turn it off (or NO for default) blanktime="300" # Set to screen saver desired: blank, green, snake, star (or NO for none) saver="blank" # General russian setup for example: # (koi8-r keyboard with cp866 screen font mapped to koi8-r) # # keymap=ru.koi8-r # keyrate=fast # keychange="61 " # cursor=destructive # scrnmap=koi8-r2cp866 # font8x16=cp866b-8x16 # font8x14=cp866-8x14 # font8x8=cp866-8x8 # blanktime=600 # saver=snake ######################### End Of Syscons Section ####################### ######################### Start Of Netconfig Section ####################### # Set to the name of your host - this is pretty important! hostname="Glock.COM" # Set to the NIS domainname of your host, or NO if none defaultdomainname=NO # # Some broken implementations can't handle the RFC 1323 and RFC 1644 # TCP options. If TCP connections randomly hang, try disabling this, # and bug the vendor of the losing equipment. # tcp_extensions=YES # # Set to the list of network devices on this host. You must have an # ifconfig_${network_interface} line for each interface listed here. # for example: # # network_interfaces="ed0 sl0 lo0" # ifconfig_ed0="inet 10.0.0.1 netmask 0xffffff00" # ifconfig_sl0="inet 10.0.1.0 netmask 0xffffff00" # network_interfaces="ed0 lo0" ifconfig_ed0="inet 198.82.228.165 netmask 255.255.255.0" ifconfig_lo0="inet localhost" # # Set to the list of route add lines for this host. You must have a # route_${static_routes} line for each static route listed here. # static_routes="multicast loopback" route_multicast="224.0.0.0 -netmask 0xf0000000 -interface ${hostname}" route_loopback="${hostname} localhost" # Set to the host you'd like set as your default router, or NO for none. defaultrouter="198.82.228.1" # These are the flags you'd like to start the routing daemon with routedflags="-q" # timed flags, or NO if you don't want to start the time daemon timedflags=NO # xntpd flags, or NO if you don't want to start the xntpd daemon xntpdflags="NO" # this is inoperative unless xntpd is enabled; NO to disable tickadjflags="-Aq" # Set to the site you'd like to syncronize your clock from (gatekeeper.dec.com, # for example) or NO for no such site. ntpdate="ntp-1.vt.edu" # Set to YES if you want to run rwhod rwhod="YES" # Default sendmail flags. -bd is pretty mandatory, -qm sets the queue scan # time in minutes. If set to NO, don't start sendmail at all. sendmail_flags="-bd -q15m" # Set to appropriate flags if you want to use AMD amdflags="NO" # Set to YES if this machine will be an NFS client nfs_client=NO # Set to YES if this machine will be an NFS server nfs_server=NO # Set to appropriate flags if you want to start NIS for a client nis_clientflags="NO" # Set to appropriate flags if you want to start NIS for a server nis_serverflags="NO" # Set to appropriate flags for yppasswdd, if you wish to run it. # Typical flags might be "-m /var/yp/master.passwd -s -f" yppasswddflags="NO" # Set to appropriate flags for named, if you have a full-time # connection to the Internet. # For most hosts, flags should be "-b /etc/namedb/named.boot" namedflags="-b /etc/namedb/named.boot" # Set to YES if you want to run the X-10 power controller daemon xtend=NO # Set to YES if you want kernel crashdumps to be saved for debugging savecore=NO # Set to YES if you want to run Kerberos authentication kerberos_server=NO # Set to YES if you want to run gated gated=NO # Set to YES if you wish to check quotas. NOTE: For now this probably # doesn't work and should be left disabled. check_quotas=NO # Set to YES to turn on accounting. NOTE: For now this probably # doesn't work and should be left disabled. accounting=YES # This stuff needed for proper daemons tuning, comsat f.e. # See profile and csh.login also. # Uncomment next line if you want to setup your 8-bit locale at program # startup automatically # ENABLE_STARTUP_LOCALE=; export ENABLE_STARTUP_LOCALE # Uncomment next line to activate russian locale # LANG=ru_SU.KOI8-R; export LANG # Uncomment next line to activate italian locale # LANG=it_IT.ISO8859-1; export LANG # For full list of locales, check /usr/share/locale/* ######################### End Of Netconfig Section ####################### ######################### Start Of Misc Section ####################### # Set to YES if you want ibcs2 (SCO) emulation loaded at startup ibcs2=NO ----- /etc/sysconfig ----- >Description: options QUOTA has been compiled into the kernel. The /etc/fstab file follows: ----- /etc/fstab ----- /dev/sd0a / ufs rw 1 1 /dev/sd1s1f /tmp ufs rw,userquota=/var/quotas/tmp.user,groupquota=/var/quotas/tmp.group 1 1 /dev/sd0s2e /usr ufs rw,userquota=/var/quotas/usr.user,groupquota=/var/quotas/usr.group 1 1 /dev/sd1s1g /usr/local ufs rw 1 1 /dev/sd1s1e /var ufs rw,userquota=/var/quotas/var.user,groupquota=/var/quotas/var.group 1 1 /dev/sd1s1b none swap sw 0 0 /dev/sd0s2b none swap sw 0 0 proc /proc procfs rw 0 0 /dev/cd0a /cdrom cd9660 ro 0 0 ----- /etc/fstab ----- All of the files specified in /var/quotas exist. >How-To-Repeat: Just reboot with my sysconfig and the quota setup shown above. >Fix: Unknown. >Audit-Trail: >Unformatted: