NOQUEUE: low on space ( have 0, SMTP-DAEMON needs 101 in /var/spool/mqueue)


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers NOQUEUE: low on space ( have 0, SMTP-DAEMON needs 101 in /var/spool/mqueue)
# 1  
Old 06-11-2002
NOQUEUE: low on space ( have 0, SMTP-DAEMON needs 101 in /var/spool/mqueue)

hi,

I'm in Solaris 2.8 env. When i'm trying to add a ftp user account ,
encountered "no space in disk" .. couldn't create any user. Then check the fs disk space with "df - k " and /var/adm/syslog .. got the below message.


Jun 9 03:10:53 mail sendmail[238]: [ID 801593 mail.alert] NOQUEUE: low on space
(have 0, SMTP-DAEMON needs 101 in /var/spool/mqueue)


Cudn't find any files in /var/spool/mqueue. What is core files , where we can find that ?

FS statistics :

# df


/ (/dev/dsk/c0t0d0s7 ): 82486 blocks 380813 files
/proc 0 blocks 3843 files
/dev/fd 0 blocks 0 files
/etc/mnttab 0 blocks 0 files
/var/run 1342224 blocks 26540 files
/tmp 1342224 blocks 26540 files
/export/home 8822732 blocks 646047 files

# df -k

/dev/dsk/c0t0d0s7 2645310 2604083 0 100% /

/proc 0 0 0 0% /proc
fd 0 0 0 0% /dev/fd
mnttab 0 0 0 0%
/etc/mnttab
swap 671064 0 671064 0%
/var/run
swap 671648 584 671064 1% /tmp
/dev/dsk/c0t0d0s0 5109622 698256 4360270 14%
/export/home



How & what to delete to get more space .. ? Jus known that,a copy of all mails sent will be in send-mail folder, What z the location for send-mail directory?

Thanks in advance
# 2  
Old 06-11-2002
Core files are files created when an error occurs - someone running an application closes it incorrectly and the system can't send anymore output back to the user - creates a core file (usually in their home directory) - Applications or services can also create core files - I was running console command for a server and created a core file
medusa% file core
core: ELF 32-bit MSB core file SPARC Version 1, from 'cconsole'
medusa% ls -l core
-rw------- 1 tghunter sysadmin 1941504 Jun 7 11:32 core

Another user created one using HP OpenView -
# ls -l core
-rw-r--r-- 1 gmlaroe ncc 1596208 Jun 10 07:02 core
[root@somewhere]:/home/gmlaroe
# file core
core: ELF 32-bit MSB core file SPARC Version 1, from 'ovw'

Note that each of these uses up quite a bit of disk space.

Another area you can look at (because you are running Solaris 8) is all the extra packages that come with Solaris 8.
/usr/apache
/usr/perl5
/var/apache

If you don't need them, they could be removed

If you don't need man pages, remove them by searching for them first (insure you don't care about them) and then remove them.

It is up to you to figure out if you need these files - it's your system and you should know what you do or do not need.
# 3  
Old 06-11-2002
You can do a man on core -

NAME
core - core image file

DESCRIPTION
The operating system writes out a core image of a process
when it is terminated due to the receipt of some signals.
The core image is called core and is written in the
process's working directory (provided it can be; normal
access controls apply). A process with an effective user ID
different from the real user ID will not produce a core
image. This is also true for a process with an effective
group ID different from the real group ID. Set-user-ID and
set-group-ID programs do not produce core images either when they terminate, since this would cause a security loophole.

Also go to www.sendmail.org and read the FAQs. If this server is for mail only, you would want to insure you turn off anything else (telnet, ftp, remote services...). Check the web for security issues.

Another thing - check the size of your /var/adm/messages* file(s).
It may be they are filling up your / file system. You wrote that /var/spool/mqueue was empty so it isn't email doing it.

Which email are you using - Sendmail or something else?
# 4  
Old 06-12-2002
Dear RTM,

Thanx for the immediate reply . Found one core file in /opt/splash/ .. .. deleted.

/var/adm/messages.* - 5 files deleted

/usr/perl5 -- deleted
/usr/apache -- deleted

still showing the same statistics .. 100% used

# df -k


/dev/dsk/c0t0d0s7 2645310 2583839 8565 100% /


/proc 0 0 0 0% /proc
fd 0 0 0 0% /dev/fd
mnttab 0 0 0 0% /etc/mnttab
swap 670328 0 670328 0% /var/run
swap 670920 592 670328 1% /tmp

/dev/dsk/c0t0d0s0 5109622 446087 4612439 9%
/export/home


no mail system is working on it..

Its a server for all ftp accounts & primary DNS

what is /var/adm/wtmpx ...? quite big file ... found while checking /var/adm/messages *


# fuser /dev/dsk/c0t0d0s7

/dev/dsk/c0t0d0s7: 23145ctom 22827ctom 22822tom 22819ctom 21169crtom 19176ctom 19175ctom 1909ctom 22616ctom 22600ctom 22588ctom 22555ctom 16442ctom 428ctom 425ctom 424ctom 420ctom 409ctom
407ctom 401ctom 400ctom 399ctom 387ctom 385ctom 384ctom 352ctom 348ctom 338ctom 322ctom 320ctom 319ctom 274ctom 273ctom 271ctom 270ctom 252ctom 239ctom 238ctom
231ctom 221ctom 212ctom 201ctom 196ctom 189ctom 187ctom 160ctom 46ctom 44ctom
3c 2c 1ctom 0c

how to take action on this ? shall I kill all process corres. to /dev/dsk/c0t0d0s7 ?

Regards,
# 5  
Old 06-12-2002
Dear RTM,


How to review filesystem ? Shall I set up a symbolic link to the new fs. ?

Need some guidance on Symbolic links & Extention of parition size.

Thanx & Regards
# 6  
Old 06-12-2002
Question

How to review filesystem ? Shall I set up a symbolic link to the new fs. ?
How to Increase File system size or add free space to FS ?
# 7  
Old 06-13-2002
free space problem - file system

Dear RTM,

Thanx for the immediate reply . Found one core file in /opt/splash/ .. .. deleted.

/var/adm/messages.* - 5 files deleted

/usr/perl5 -- deleted
/usr/apache -- deleted

still showing the same statistics .. 100% used

# df -k


/dev/dsk/c0t0d0s7 2645310 2583839 8565 100% /


/proc 0 0 0 0% /proc
fd 0 0 0 0% /dev/fd
mnttab 0 0 0 0% /etc/mnttab
swap 670328 0 670328 0% /var/run
swap 670920 592 670328 1% /tmp

/dev/dsk/c0t0d0s0 5109622 446087 4612439 9%
/export/home


no mail system is working on it..

Its a server for all ftp accounts & primary DNS

what is /var/adm/wtmpx ...? quite big file ... found while checking /var/adm/messages *


# fuser /dev/dsk/c0t0d0s7


/dev/dsk/c0t0d0s7: 23145ctom 22827ctom 22822tom 22819ctom 21169crtom 19176ctom 19175ctom 1909ctom 22616ctom 22600ctom 22588ctom 22555ctom 16442ctom 428ctom 425ctom 424ctom 420ctom 409ctom
407ctom 401ctom 400ctom 399ctom 387ctom 385ctom 384ctom 352ctom 348ctom 338ctom 322ctom 320ctom 319ctom 274ctom 273ctom 271ctom 270ctom 252ctom 239ctom 238ctom
231ctom 221ctom 212ctom 201ctom 196ctom 189ctom 187ctom 160ctom 46ctom 44ctom
3c 2c 1ctom 0c

how to take action on this ? shall I kill all process corres. to /dev/dsk/c0t0d0s7 ?

How to review filesystem ? Shall I set up a symbolic link to the new fs. ?
How to Increase File system size or add free space to FS ?



Regards,
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

/var/spool/mqueue issue

Hi guys . I have a solaris machine serving as a DNS server for my environment. Everytime I go into /var/spool/mqueue , there are an aweful lot of emails with names likes: qfqB6ChrpL006644. When I cat the file , I get the following output: H??Received: from machine.domain.com... (3 Replies)
Discussion started by: Junaid Subhani
3 Replies

2. AIX

High Runqueue (R) LOW CPU LOW I/O Low Network Low memory usage

Hello All I have a system running AIX 61 shared uncapped partition (with 11 physical processors, 24 Virtual 72GB of Memory) . The output from NMON, vmstat show a high run queue (60+) for continous periods of time intervals, but NO paging, relatively low I/o (6000) , CPU % is 40, Low network.... (9 Replies)
Discussion started by: IL-Malti
9 Replies

3. Solaris

/var/spool/clientmqueue

Hi, solaris : 9 can we delete the files from this location /var/spool/clientmqueue . I found around 40K files lying in this location. Regards (1 Reply)
Discussion started by: maooah
1 Replies

4. UNIX for Advanced & Expert Users

Mail going to /var/spool/mqueue instead of being sent

Hello, I have a bunch of cron jobs in the crontab. For some reason mail from the cron jobs started going to /var/spool/mqueue instead of being sent. Does anyone know why mail from cron jobs would go to the queue instead of being sent? (9 Replies)
Discussion started by: xadamz23
9 Replies

5. UNIX for Dummies Questions & Answers

/var/spool/mail

Hi, How can i get my mail on either /var/spool/mail or /var/mail? I use mail and sendmail command to send mail. But everytime I send mail it comes to my outlook inbox and when I check with mail command I get the message "No mail for siba". (Note siba is my user Id.) (2 Replies)
Discussion started by: siba.s.nayak
2 Replies

6. UNIX for Dummies Questions & Answers

/VAR/SPOOL/MAIL question

Hi, We have all the user account in a home direcory where their mail is stored and retrieved by email clients. We do however have /var/spool/mail with all the user accounts in it as well Our sendmail.cf is configured to use /var/spool/mqueue as the queue so .what is /var/spool/mail being used... (3 Replies)
Discussion started by: mojoman
3 Replies

7. Shell Programming and Scripting

Daemon 101

I think I have an issue almost like Sammy_T's. I want to make a piece of code run as a daemon. I have some java, along with it 15 classpath's converted to a shell script that I can "runmyjavap". The script is just what I need to run after compiling it: #!/bin/sh java -classpath : ...(from... (3 Replies)
Discussion started by: Miller_K
3 Replies

8. UNIX for Dummies Questions & Answers

Send Mail NOQUEUE low on space

Need help to resolve this message "NOQUEUE: low on space (have 18, SMTP-DAEMON needs 101 in /var/spool/mqueue)" Attached capture file from server HPUX 10.2 Ace root@PS01 : Aug 13 18:27:30 SANG last message repeated 7 times Aug 13 18:27:45 PS01 sendmail: NOQUEUE: low on space (have 18,... (2 Replies)
Discussion started by: real-chess
2 Replies

9. UNIX for Dummies Questions & Answers

/var/spool/mqueue !!!

I keep having this msg on my SunOS console : Jun 29 08:57:40 bersimis sendmail: NOQUEUE: low on space (have 0, SMTP-DAEMON needs 101 in /var/spool/mqueue) I tried to make some space by deleting the files in it, but the msg came back ... Any tips ? Thanks (3 Replies)
Discussion started by: Wingman21
3 Replies

10. UNIX for Dummies Questions & Answers

sendmail[5129]: NOQUEUE: low on space

sendmail: NOQUEUE: low on space (have 0, SMTP-DAEMON needs 101 in /var/spool/mqueue) We're getting this message on our Solaris (Apache/1.3.19) server. Can anyone give me an idea of what to look at? I'd really appreciate it! (2 Replies)
Discussion started by: sitemouse
2 Replies
Login or Register to Ask a Question