lagerratrobe
Unregistered
|
|
Posted: Feb. 15 2006,18:09 |
|
I just checked and the format of my tz setting in /boot/grub/menu.lst is a little different.
Code Sample | tz=US/Pacific utc |
You might try adding the "=" to se if at least the zone setting gets saved.
I had the same problem with SSH not starting when set by the boot line parameter. What I eneded up doing is this: 1- start ssh server once using the dsl panel, this will create a couple files that are needed by sshd 2 - add the following line to your /opt/bootlocal.sh file to start ssh at boot time
Code Sample | /usr/sbin/sshd |
Reboot and check, sshd should be running.
|