Sponsored Content
Operating Systems SCO Xenix Problems - No space on dev 1/40 Post 302165590 by jgt on Friday 8th of February 2008 08:53:58 AM
Old 02-08-2008
There are several threads about this going back to June 2007.
Delete all the files in /tmp
Check the size of the following log files and truncate them using:
#cat >file
<ctrl>d
#
/usr/spool/lp/logs/*
/usr/adm/messages
/etc/wtmp
/etc/utmp

When you have enough free space to get the machine running again, run the following:
#du -a |sort -r -n >/tmp/filelist

filelist will contain a list of all the files on the system in descending order by size, including directories.

PS. A couple of years ago SCO had a contest for the longest running system.
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Modem problems on SCO Xenix

Randomly receive the following message: "Can not open line tty1a device busy error 16" and "/etc/getty/t60 tty1a" What is causing this error message ? (1 Reply)
Discussion started by: jbartok
1 Replies

2. Filesystems, Disks and Memory

Ran out of space on /dev/root partition

hi, I have a SCO unix server which has a 36gb hard drive, but the IT company who supplied it assigned 1gb to /dev/root, 15mb to /dev/boot and 33gb to /dev/u. The /dev/root partition is now full, is there a way I can use the 33gb assigned to /dev/u without loosing any data, preferably... (2 Replies)
Discussion started by: Martyn
2 Replies

3. SCO

No space on dev HD (1/42)

Good Evening to all, I am having a problem with our unix server, I give you a little history. last we the logins started getting slower and slower, when we tried to print nothing came out on the network printer, the system had an error ("printer file close error unit=0). Checking... (3 Replies)
Discussion started by: berkmillionare
3 Replies

4. UNIX for Advanced & Expert Users

NOTICE: HTFS: No space on dev hd (1/42)

If somebody solve this error please help me! Thanks in advance! :confused: (7 Replies)
Discussion started by: FCollet
7 Replies

5. SCO

No space on /dev/hd 1/42

No one is able to log in. What can I try? Help!:( (1 Reply)
Discussion started by: ibqti
1 Replies

6. SCO

Insuficient space on /dev SCO 5.5

Unix SCO 5.5 Insuficient space on /dev - when I run df I get /dev 99% usage. I have a large number of users (most of them are not with the company since Cretacic) and I want to delete them to make more space. When I run rmuser I get rmuser: not found if I type su root rmuser rmuser: The... (6 Replies)
Discussion started by: tzveistein
6 Replies

7. Programming

Problems with SNMP(dev)

Hi all, I'm trying to develop a aplication in c to get the arp table from a router, i know the OID and using a snmpwalk (shell command) i can get it. When i tried to code i saw an example but it was with pdu type SNMP_MSG_GET, but it gives an error (no such oid). i found (with trace) that... (1 Reply)
Discussion started by: blast
1 Replies

8. AIX

How to increase space /dev/hd4?

A check disk space and find /dev/hd4 used 99%. How to increase space. Thank you for advice. /home/tecsys > df Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 1048576 20624 99% 5977 68% / /dev/hd2 6815744 653032 91% 59194 ... (4 Replies)
Discussion started by: yapcs88
4 Replies
UTMPX(5)						      BSD File Formats Manual							  UTMPX(5)

NAME
utmpx -- user accounting database SYNOPSIS
#include <utmpx.h> DESCRIPTION
In contrast to utmp and wtmp, the extended databases in utmpx and wtmpx reserve more space for logging hostnames, and also information on a process' ID, termination signal and exit status. The <utmpx.h> header defines the structures and functions for logging user. Currently logged in users are tracked in /var/run/utmpx. The interface to the utmpx file is described in endutxent(3). The file is not automatically created if they do not exist; it must be created manually. Traditionally, separate files would be used to store the running log of the logins and logouts (wtmpx), and the last login of each user (lastlogx). With the availability of the Apple system log facility asl(3), these separate files can be replace with log entries, which are automatically generated when utmpx entries are written. The API to access the logins and logouts is described in endutxent_wtmp(3) while the last login info is accessible with getlastlogx(3). For compatibility, changes to utmpx are reflected in utmp(3) (in the utmp, wtmp and lastlog files), but not the other way around. FILES
/var/run/utmpx The utmpx file. SEE ALSO
asl(3), endutxent(3), endutxent_wtmp(3), getlastlogx(3), utmp(5) BSD
January 31, 2007 BSD
All times are GMT -4. The time now is 07:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy