Porteus-v5.0rc3 x86_64 Cinnamon clock time [solved]

Please reproduce your error on a second machine before posting, and check the error by running without saved changes or extra modules (See FAQ No. 13, "How to report a bug"). For unstable Porteus versions (alpha, beta, rc) please use the relevant thread in our "Development" section.
Farid
Black ninja
Black ninja
Posts: 32
Joined: 21 Apr 2022, 20:11
Distribution: Porteus 5.0

Porteus-v5.0rc3 x86_64 Cinnamon clock time [solved]

Post#1 by Farid » 22 Apr 2022, 19:35

hi
i cant change the time and clock in Cinnamon applet
date its ok but time no
i click on time applet and go to date and time settings
i choose my city and network time but there is no bottom to save and i click close but its not set
Last edited by Farid on 24 Apr 2022, 13:06, edited 1 time in total.

User avatar
Ed_P
Contributor
Contributor
Posts: 8341
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Porteus-v5.0rc3 x86_64 Cinnamon clock time

Post#2 by Ed_P » 23 Apr 2022, 04:06

This may help:

Code: Select all

su
toor
clock --help
Ed

User avatar
Blaze
DEV Team
DEV Team
Posts: 3869
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

Porteus-v5.0rc3 x86_64 Cinnamon clock time

Post#3 by Blaze » 23 Apr 2022, 05:26

In the /boot/syslinux/porteus.cfg I have my local time

Code: Select all

LABEL GRAPHICAL
MENU LABEL Graphics mode
KERNEL /boot/syslinux/vmlinuz
INITRD /boot/syslinux/initrd.xz
APPEND changes=/porteus kmap=us,ru timezone=Europe/Moscow
Set your timezone in this file.

and you can try

Code: Select all

su
toor
cp /etc/localtime{,.bak} && rm /etc/localtime && ln -sf /usr/share/zoneinfo/Europe/Moscow /etc/localtime && ntpdate pool.ntp.org && hwclock -lw
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

Farid
Black ninja
Black ninja
Posts: 32
Joined: 21 Apr 2022, 20:11
Distribution: Porteus 5.0

Porteus-v5.0rc3 x86_64 Cinnamon clock time [solved]

Post#4 by Farid » 24 Apr 2022, 13:10

worked thanks
just chenge to asia tehran

Post Reply