Closed
Bug 419938
Opened 17 years ago
Closed 16 years ago
mac 10.4.8 talos boxes lose settings on reboot.
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: anodelman, Assigned: anodelman)
References
Details
Attachments
(2 files)
The following settings are lost during reboot of mac 10.4.8 talos boxes
- need to turn off built in apache (sudo apachectl stop)
- need to turn on apache2 (sudo /etc/apache2/bin/apachectl start)
- buildbot slave does not auto restart
Assignee | ||
Updated•17 years ago
|
Component: Testing → Release Engineering
Priority: -- → P3
Product: Core → mozilla.org
Version: unspecified → other
Updated•17 years ago
|
QA Contact: testing → release
Assignee | ||
Updated•17 years ago
|
Assignee: anodelman → nobody
Assignee | ||
Updated•16 years ago
|
Assignee: nobody → anodelman
Assignee | ||
Comment 1•16 years ago
|
||
- autologin already selected
* de-select autologin, close sys prefs, re-select autologin (http://support.apple.com/kb/TS1936)
* can also add Terminal to start up service for convenience
- have apache2 start (http://rapd.wordpress.com/2007/04/23/configuring-apache2-and-php-on-mac-os-x-for-development/)
* in /usr/sbin: sudo mv apachectl apachctl1.3
* in /usr/sbin: sudo ln -s /etc/apache2/bin/apachectl apachectl
- restart slave
* setting up entry for /Libraries/LaunchAgents (to run when mozqa logs in)
** buildbot.start.talos.slave.plist - xml file that auto start the buildbot slave on log in
Priority: P3 → P2
Assignee | ||
Comment 2•16 years ago
|
||
Add this file to /Library/LaunchAgents/
It will auto-run when mozqa logs in.
Assignee | ||
Comment 3•16 years ago
|
||
Installation instructions:
* System Preferences -> Accounts -> mozqa -> Login Items -> add Terminal
* set autologin
** System Preferences -> Accounts -> 'Click the lock to make changes' -> Login Options -> deselect 'Automatically log in as'
** System Preferences -> Accounts -> 'Click the lock to make changes' -> Login Options -> select 'Automatically log in as mozqa'
* grab rebootTiger.zip
* unzip in /Users/mozqa/
* sudo ./reboot.sh
* attempt reboot, should come up clean
** open Terminal app
** buildbot started
** apache2 started (check with sudo apachectl -V)
* remove rebootTiger.zip, reboot.sh
Assignee | ||
Comment 4•16 years ago
|
||
I have applied these changed to qm-ref-tiger (the talos ref machine for tiger).
Assignee | ||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•