ubports-beryllium / projectmanagement

7 stars 0 forks source link

[ Time and Date ] Unable to set timezone #12

Closed geeky-neo closed 4 years ago

geeky-neo commented 4 years ago

When setting timezone during first boot and in settings doesnt work

joelselvaraj commented 4 years ago

Temporary fix is to run sudo dpkg-reconfigure tzdata and select the timezone from command line options presented. Then open the settings->time and date. The time should now be updated. Related to https://gitlab.com/ubports/community-ports/pinephone/-/issues/6 I guess.

geeky-neo commented 4 years ago

ln: failed to create symbolic link '/etc/localtime.dpkg-new': Read-only file system

Current default time zone: 'Asia/Kolkata' Local time is now: Wed May 6 09:25:50 UTC 2020. Universal Time is now: Wed May 6 09:25:50 UTC 2020.

debconf: DbDriver "config": could not write /var/cache/debconf/config.dat-new: Read-only file system phablet@ubuntu-phablet:~$

joelselvaraj commented 4 years ago

Run sudo mount -o remount,rw / first and then run the command

joelselvaraj commented 4 years ago

Fixed in the latest GSI