Re: [Astlinux-users] Timezone issues upgrading to astlinux 0.7.0

2010-01-21 Thread Matthew Nichols
I don't recall putting these files there, but I have been using astlinux for quite a while, since 0.4 days. I have never knowingly installed anything other than the official astlinux distributions on this box. Anyhow Thanks for the help Matt On Thu, Jan 21, 2010 at 2:33 PM, Lonnie Abelbeck wro

Re: [Astlinux-users] Timezone issues upgrading to astlinux 0.7.0

2010-01-21 Thread Lonnie Abelbeck
On Jan 21, 2010, at 4:01 PM, Matthew Nichols wrote: > Hi Lonnie, > > that has fixed the issue: > > pbx ~ # date > Thu Jan 21 13:59:53 PST 2010 > pbx ~ # cat /etc/TZ > PST8PDT,M3.2.0,M11.1.0 > pbx ~ # > > Thanks for that. Is there any way to clean up this leftover unionfs stuff? > > Thanks >

Re: [Astlinux-users] Timezone issues upgrading to astlinux 0.7.0

2010-01-21 Thread Matthew Nichols
Hi Lonnie, that has fixed the issue: pbx ~ # date Thu Jan 21 13:59:53 PST 2010 pbx ~ # cat /etc/TZ PST8PDT,M3.2.0,M11.1.0 pbx ~ # Thanks for that. Is there any way to clean up this leftover unionfs stuff? Thanks Matt On Thu, Jan 21, 2010 at 1:57 PM, Matthew Nichols wrote: > Lonnie, > > That

Re: [Astlinux-users] Timezone issues upgrading to astlinux 0.7.0

2010-01-21 Thread Matthew Nichols
Lonnie, That did find alot of info. I have removed it and will reboot. Thanks Matt On Thu, Jan 21, 2010 at 1:54 PM, Lonnie Abelbeck wrote: > Matt, > > I have another test for you... > > Does... > $ find /oldroot/mnt/asturw/usr/share/zoneinfo/ > > return anything? > > If so, remove the stale un

Re: [Astlinux-users] Timezone issues upgrading to astlinux 0.7.0

2010-01-21 Thread Lonnie Abelbeck
Matt, I have another test for you... Does... $ find /oldroot/mnt/asturw/usr/share/zoneinfo/ return anything? If so, remove the stale unionfs overlay for the TZ data, and reboot. $ rm -r /oldroot/mnt/asturw/usr/share/zoneinfo/ Lonnie On Jan 21, 2010, at 3:43 PM, Lonnie Abelbeck wrote: > Mat

Re: [Astlinux-users] Timezone issues upgrading to astlinux 0.7.0

2010-01-21 Thread Lonnie Abelbeck
Matt, I'll ask again... In the Network tab -> "Network Time Settings:" what Timezone City did you choose? To test I chose "America/Los_Angeles" from the menu, then rebooted, and... pbx ~ # tail -n1 /etc/localtime PST8PDT,M3.2.0,M11.1.0 Is the output of... $ find /oldroot/mnt/asturw/etc/ as e

Re: [Astlinux-users] Timezone issues upgrading to astlinux 0.7.0

2010-01-21 Thread Matthew Nichols
I am in California The value of TZ_TIMEZONE after a reboot of the Soekris is the value of 'tail -n1 /etc/localtime' ie ?)?Ϡ*?b+???,?~?-???.?`?/~u?0?B?1g? 2s$?3Gt 4S?5'V 62?78 88? 9??:?? ;?...@oܠa???bo??cd??d/??EDm?E?? G??eGY?e턠g';?g?f?i?i?H?j???k?e l?mvG n??oV) p??q65ԐV?: X?X? Y??Z?? [޵\?? ]

Re: [Astlinux-users] Timezone issues upgrading to astlinux 0.7.0

2010-01-21 Thread Philip A. Prindeville
Let's start with something simple. What timezone are you in, and what's the value of $TZ_TIMEZONE? On 01/21/2010 12:11 PM, Matthew Nichols wrote: > OK so I have performed these steps, and I still have problems. > > From /etc/rc, > #uclibc style TZ support > if [ -z "$TZ_TIMEZONE" -a -f /etc/lo

Re: [Astlinux-users] Timezone issues upgrading to astlinux 0.7.0

2010-01-21 Thread Matthew Nichols
OK so I have performed these steps, and I still have problems. >From /etc/rc, #uclibc style TZ support if [ -z "$TZ_TIMEZONE" -a -f /etc/localtime ]; then TZ_TIMEZONE=$(tail -n1 /etc/localtime) fi if [ -n "$TZ_TIMEZONE" ]; then echo "$TZ_TIMEZONE" > /tmp/etc/TZ elif [ -f /mnt/kd/TZ

Re: [Astlinux-users] Timezone issues upgrading to astlinux 0.7.0

2010-01-21 Thread Michael Keuter
>On Jan 21, 2010, at 11:34 AM, Michael Keuter wrote: > >>> Lonnie, >>> >>> Out of interest, what should /etc/localtime look like, and is it a >>> symlink? Same for /etc/TZ? >>> >>> Thanks >>> >>> Matt >> >> "/etc/localtime" is a symlink to "/tmp/etc/localtime" which is also a >> symlink to "

Re: [Astlinux-users] Timezone issues upgrading to astlinux 0.7.0

2010-01-21 Thread Lonnie Abelbeck
On Jan 21, 2010, at 11:34 AM, Michael Keuter wrote: >> Lonnie, >> >> Out of interest, what should /etc/localtime look like, and is it a >> symlink? Same for /etc/TZ? >> >> Thanks >> >> Matt > > "/etc/localtime" is a symlink to "/tmp/etc/localtime" which is also a > symlink to "/usr/share/zo

Re: [Astlinux-users] Timezone issues upgrading to astlinux 0.7.0

2010-01-21 Thread Lonnie Abelbeck
Matt, Yes, both /etc/localtime and /etc/TZ are symlinks. Try... -- $ find /oldroot/mnt/asturw/etc/ /oldroot/mnt/asturw/etc/ /oldroot/mnt/asturw/etc/blkid.tab /oldroot/mnt/asturw/etc/shadow /oldroot/mnt/asturw/etc/blkid.tab.old /oldroot/mnt/asturw/etc/udev /oldroot/mnt/asturw/etc/udev/rules.d /old

Re: [Astlinux-users] Timezone issues upgrading to astlinux 0.7.0

2010-01-21 Thread Michael Keuter
>Lonnie, > >Out of interest, what should /etc/localtime look like, and is it a >symlink? Same for /etc/TZ? > >Thanks > >Matt "/etc/localtime" is a symlink to "/tmp/etc/localtime" which is also a symlink to "/usr/share/zoneinfo/Europe/Berlin" in my case. "/etc/TZ" does not exist (but I still hav

Re: [Astlinux-users] Timezone issues upgrading to astlinux 0.7.0

2010-01-21 Thread Matthew Nichols
Lonnie, Out of interest, what should /etc/localtime look like, and is it a symlink? Same for /etc/TZ? Thanks Matt On Thu, Jan 21, 2010 at 5:23 AM, Lonnie Abelbeck wrote: > Matt, > > I appears you are using the web interface, in the Network tab -> "Network > Time Settings:" what Timezone City d

Re: [Astlinux-users] Timezone issues upgrading to astlinux 0.7.0

2010-01-21 Thread Lonnie Abelbeck
Matt, I appears you are using the web interface, in the Network tab -> "Network Time Settings:" what Timezone City did you choose? To test I chose "America/Los_Angeles" from the menu, then rebooted, and... pbx ~ # tail -n1 /etc/localtime PST8PDT,M3.2.0,M11.1.0 which is used as TZ_TIMEZONE. Th

Re: [Astlinux-users] Timezone issues upgrading to astlinux 0.7.0

2010-01-21 Thread Tom Chadwin
o: [email protected] > Subject: [Astlinux-users] Timezone issues upgrading to astlinux 0.7.0 > > Hi, > > I had an issue with the local time on my astlinux box > reporting in UTC after the upgrade. Previously it was in > PST/PDT. I read from the release notes that TZ_

[Astlinux-users] Timezone issues upgrading to astlinux 0.7.0

2010-01-21 Thread Matthew Nichols
Hi, I had an issue with the local time on my astlinux box reporting in UTC after the upgrade. Previously it was in PST/PDT. I read from the release notes that TZ_TIMEZONE is no longer required, but I had problems getting the timezone right. In the end this is what I had to do: 1. edit /etc/rc an