Products | Versions |
---|---|
TIBCO LogLogic Log Source Packages | 13 |
/loglogic/mysql/bin/mysqld: Can't create/write to file '/loglogic/tmp/ibiRTWNK' (Errcode: 13)
Follow the procedure below to resolve this issue.1. SSH to the appliance and login as ”toor”
2. Run one of these commands:
$ chmod +t /loglogic/tmp
or
$ chmod 1777 /loglogic/tmp
3. Then execute:
$ ls –ld /tmp /loglogic/tmp
It should look like this:
drwxrwxrwt 9 root root 4096 Aug 28 12:51 tmp
The 't' at the end of the permission set is the sticky bit.