Xenix Problems - No space on dev 1/40


 
Thread Tools Search this Thread
Operating Systems SCO Xenix Problems - No space on dev 1/40
# 1  
Old 02-08-2008
Xenix Problems - No space on dev 1/40

Hello - I'm a newbie to these forums. Please excuse me if I am posting in the wrong area. My dilemma. The HD on our ancient Xenix system apparently is full. I receive the "no space on dev 1/40" prompt. This occurred after I attempted to purge some unwanted files. This system runs our small rental business. Without it we're in trouble. How can I free up space? Thanks in advance!
# 2  
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.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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
Login or Register to Ask a Question