|
Bugzilla – Full Text Bug Listing |
| Summary: | mysqld won't start | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Jan Engelhardt <jengelh> |
| Component: | Development | Assignee: | Petr Ostadal <postadal> |
| Status: | VERIFIED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | RC 4 | ||
| Target Milestone: | --- | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Found By: | Beta-Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Jan Engelhardt
2005-10-26 11:43:57 UTC
Try set environment variables step by step inithialized from init scrip and try find out which variable can cause it. If I remove the "export TMPDIR=" line, it works. I don't have a /var/lib/mysql/tmp directory. But I never removed any, so SUSE does not create it. What also bothers me is that /etc/init.d/mysql hangs forever now. This is due to mysqld_safe not being put in the background. Sorry for too late response, I was ill. The /var/lib/mysql/tmp directory is created in %pre phase, and something fails in %pre phase before this command was reached in your case (but I can't reproduce it on any system I have tested). I don't know why pnemec@ author of this change give this command to %pre phase instead to %install phase (maybe some mistake), I will fix it for STABLE. Approved for YOU update, Maintenance-Tracker-2901 Submitted with patchinfo for 10.0. released |