| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Robert E. Minsk | Date: | March 3 2000 6:22am |
| Subject: | IRIX 6.5.6 and 7.3.1.1m problem solved | ||
| View as plain text | |||
Mysql is calling pthread_attr_setscope(&thr_attr,PTHREAD_SCOPE_SYSTEM)
which a normal user does not have capability to do. There are two
solutions. Change the line to
pthread_attr_setscope(&connection_attrib, PTHREAD_SCOPE_PROCESS)
or give the user CAP_SCHED_MGT capability.
____ /----------------------------------\ . _ .
/ /_\_ | Robert "Killer Kadoogen" Minsk | |\_|/__/|
| |/o\o\ | egbert@stripped | / / \/ \ \
| \\_/_/ | | /__|O||O|__ \
/ |_ | | Centropolis Effects | |/_ \_/\_/ _\ |
| ||\_ ~| | 10950 Washington Blvd., Studio B | | | (____) | ||
| ||| \/ | Culver City, Ca. 90232-4025 | \/\___/\__/ //
| ||| \----------------------------------/ (_/ ||
\// \ | ||
|| \ | ||
||_ \ | ||\
\_| o| \ //_/
/\___/ \______//
/ ||||__ __ || __||
(___)_) (____(____)
| Thread | ||
|---|---|---|
| • IRIX 6.5.6 and 7.3.1.1m problem solved | (Robert E. Minsk) | 3 Mar |
| • IRIX 6.5.6 and 7.3.1.1m problem solved | Michael Widenius | 3 Mar |
