THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Ovidiu Sas (osas)
Attached to Project - sip-router
Summary - kamailio fails to start when -u -g flags used by non privileged user
Task Type - Bug Report
Category - Core
Status - New
Assigned To -
Operating System - All
Severity - Low
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - Starting kamailio by user root with STARTOPTIONS="-u kamailio -g kamailio" works ok.
Starting kamailio by user kamailio with STARTOPTIONS="-u kamailio -g kamailio" doesn't work.
CRITICAL: <core> [daemonize.c:468]: do_suid(): cannot set supplementary groups: Operation not permitted
If the user/group that is starting kamailio is the same as the imposed user/group via -u/-g flags, then there's no need for suid.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=473
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#472 - pid file generated with wrong attributes when starting with -u -g switches
User who did this - Ovidiu Sas (osas)
Reason for closing: Fixed
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=472
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
Module: sip-router
Branch: master
Commit: 0247bd79f6753c6153a4b17f82803e4349e7745e
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0247bd7…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Wed Oct 1 14:45:28 2014 +0200
kamctl: note in kamctlrc how to enable automatic creation of dbuid tables
---
utils/kamctl/kamctlrc | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/utils/kamctl/kamctlrc b/utils/kamctl/kamctlrc
index c3e0103..b8b241b 100644
--- a/utils/kamctl/kamctlrc
+++ b/utils/kamctl/kamctlrc
@@ -98,6 +98,9 @@
# If to install presence related tables.
# INSTALL_PRESENCE_TABLES=ask
+# If to install uid modules related tables.
+# INSTALL_DBUID_TABLES=ask
+
# Define what module tables should be installed.
# If you use the postgres database and want to change the installed tables, then you
# must also adjust the STANDARD_TABLES or EXTRA_TABLES variable accordingly in the