Operating System - HP-UX
1758617 Members
1898 Online
108874 Solutions
New Discussion

Re: dmesg showing vxfs: mesg 008... error 6 on /var filesystem inode

 
SOLVED
Go to solution
Bill Hassell
Honored Contributor

Re: dmesg showing vxfs: mesg 008... error 6 on /var filesystem inode

You wrote:
>>      # rmdir dt
>>      rmdir: dt: Directory not empty
>>      # cd dt
>>      # ls -lar
>>       total 0

Try: rm -rf /var/dt
You could also find the inode for /var/dt and remove the inode like this:

# ll -i /var/dt
(first column is the inode number)
# cd /var
# find . -inum ### -exec rm {} \;


Bill Hassell, sysadmin
JDR45
Frequent Advisor

Re: dmesg showing vxfs: mesg 008... error 6 on /var filesystem inode

Well between the fsck and the dd command, it is fixed.  /var/dt is fine and the syslog is clear of messages, even after a reboot or two.  So thanks for both recomendations.   

Is there a way I can select two different posts as "accept as solution?"

 

 

Dennis Handly
Acclaimed Contributor

Re: dmesg showing vxfs: mesg 008... error 6 on /var filesystem inode

> Is there a way I can select two different posts as "accept as solution"?

 

No, only the one.  But you can give kudos to each.