Opened 3 years ago
Closed 3 years ago
#28 closed defect (fixed)
Crin1 server email problem
Reported by: | chris | Owned by: | chris |
---|---|---|---|
Priority: | major | Milestone: | Maintenance |
Component: | crin1 | Version: | |
Keywords: | Cc: | jenny, gillian | |
Estimated Number of Hours: | 0.25 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0.3 |
Description
Web application on Crin1 are unable to send email, when they attempt to they log this error in the /var/log/exim4/paniclog:
2015-07-09 00:43:08 unable to set gid=115 or uid=0 (euid=0): forcing real = effective
Jenny / Gillian would you like me to fix this problem? It won't take long as the solution is here:
Change History (4)
comment:1 Changed 3 years ago by chris
- Add Hours to Ticket changed from 0 to 0.1
- Total Hours set to 0.1
comment:2 follow-up: ↓ 3 Changed 3 years ago by jenny
comment:3 in reply to: ↑ 2 Changed 3 years ago by chris
- Add Hours to Ticket changed from 0 to 0.06
- Total Hours changed from 0.1 to 0.16
comment:4 Changed 3 years ago by chris
- Add Hours to Ticket changed from 0 to 0.14
- Resolution set to fixed
- Status changed from new to closed
- Total Hours changed from 0.16 to 0.3
This has been fixed, the following was added to /etc/apache2/mods-enabled/mpm_prefork.conf:
LimitUIDRange 0 2000
And Apache was restarted.
Note: See
TracTickets for help on using
tickets.