[Samba] Unable to setup messaging listener

Rafael Domiciano r.domiciano at senff.com.br
Thu Jun 9 17:08:40 UTC 2016


I found it. There's no Inodes Free anymore :(
Check with the df -i command.
With some searching I found that the directory /var/lib/sss/db there's 
more than 900.000 files, in the format: ccache_DOMAIN_.ZzZ78I

Now, i'm removing then:
for a in ls ccache*; do rm -f $a; done
And everything is working fine.

But, someone know what's the reason to generate this quantity of files?

Thanks,
Rafael


Em 09/06/2016 13:26, Rafael Domiciano escreveu:
> Hello people,
>
> Today I noticed that there's a lot of this messages in the 
> /var/log/messages:
>
> Jun  9 13:23:00 bcd samba[14033]: [2016/06/09 13:23:00.772684,  0] 
> ../source4/lib/messaging/messaging.c:644(imessaging_init)
> Jun  9 13:23:00 bcd samba[14033]:   Unable to setup messaging listener 
> for '/opt/samba/private/smbd.tmp/msg/msg.14033.41':NT_STATUS_DISK_FULL
> Jun  9 13:23:00 bcd samba[14033]: [2016/06/09 13:23:00.775072,  0] 
> ../source4/lib/messaging/messaging.c:644(imessaging_init)
> Jun  9 13:23:00 bcd samba[14033]:   Unable to setup messaging listener 
> for '/opt/samba/private/smbd.tmp/msg/msg.14033.41':NT_STATUS_DISK_FULL
> Jun  9 13:23:01 bcd samba[14033]: [2016/06/09 13:23:01.098723,  0] 
> ../source4/lib/messaging/messaging.c:644(imessaging_init)
> Jun  9 13:23:01 bcd samba[14033]:   Unable to setup messaging listener 
> for '/opt/samba/private/smbd.tmp/msg/msg.14033.41':NT_STATUS_DISK_FULL
>
> My first reaction was to check disk, but there still 5G free:
>
> [root at bcd ~]# df -h
> Filesystem      Size  Used Avail Use% Mounted on
> /dev/sda3        14G  5,7G  7,1G  45% /
> tmpfs           1,9G     0  1,9G   0% /dev/shm
> /dev/sda1       190M   47M  134M  26% /boot
>
>
> Even with this "error" samba is working fine.
>
> My question is: Is safe to ignore it, or I have a real problem?
>
> Rafael
>




More information about the samba mailing list