SYSTEM WARNING: 'date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone.' in '/usr/share/mantis/www/core.php' line 264
Notes |
|
(0001228)
|
tethien
|
2008-05-24 13:12
(edited on: 2008-05-24 13:13) |
|
Endian 2.2 beta 3 not have this bug. It run well on this server.
I not install endian 2.2 beta 4.
|
|
|
|
Can you please send us the output of
dmesg
and check in /var/log/messages if you see something suspect before the reboot?
|
|
|
(0001234)
|
tethien
|
2008-05-27 09:22
(edited on: 2008-05-27 09:25) |
|
I am very sorry. I rollbacked to 2.2 beta 3.
I not saved any log file.
|
|
|
|
I am testing v2.2 RC2 and this bug repeated. |
|
|
|
if you mean that the uplink is not stable, that's because of a configuration problem:
"pppd[16776]: In file /etc/ppp/peers/main: unrecognized option 'Pro'"
Don't know where this "Pro" comes from. But this hinders the uplink from connecting. The uplinksdaemon constantly tries to connect, therefore the ethernet link goes up and down all the time. |
|
|
|
The "Pro" come from "Service:" value on Step 4/7 on Network setup wizard.
This value is "Mega Pro" !!!. |
|
|
|
can you try to edit this file:
nano /usr/lib/uplinks/generic/pppoe.sh
search for "SERVICENAME"
and change this:
echo "rp_pppoe_service $SERVICENAME" >> $PEERFILE
in that:
echo "rp_pppoe_service \"$SERVICENAME\"" >> $PEERFILE
afterwards, the service name should be written down into the configuration file quoted with "". |
|
|
|
OK.
After change /usr/lib/uplinks/generic/pppoe.sh file, edit Uplink, save, Uplink connection connected successfully. |
|
|
|
great. i will integrate it |
|