On 14/07/16 09:54, Ed Greshko wrote:

On 07/14/16 06:08, Stephen Morris wrote:
     Below are the messages I get when I issue command 'systemctl status
network.service'. The time stamp on the messages is incorrect by 1 hour,
can anyone tell me why?
Sounds like the system processes think they are in a different time zone than 
user
processes.  This can sometimes happen when system time is set to a UTC offset 
while users
have their zones set to a local zone which has "standard" time as well as 
"summer" time.

But, your email address would suggest you're located in Australia and now on 
"standard"
time so they should match up.

So, it isn't clear why this is happening in your case.

I would check the output of "hwclock" as well as check what /etc/localtime 
links to as a
start.
I think I now understand what the timestamp issue is, it looks like it is my lack of understanding of what the command is showing. I thought the timestamp was the time the command was issued, but it appears from the output below where I issued the command several minutes apart, that the timestamp reflects when the network was physically started at boot time. Looking at the output again it looks like the information in the 3rd output line (the Active: line) is key as to what the timestamp on the messages actually is.

sudo systemctl status network.service
● network.service - LSB: Bring up/down networking
   Loaded: loaded (/etc/rc.d/init.d/network; bad; vendor preset: disabled)
   Active: active (exited) since Fri 2016-07-15 07:01:22 AEST; 11min ago
     Docs: man:systemd-sysv-generator(8)
Process: 1099 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=0/SUCCESS)
    Tasks: 0 (limit: 512)

Jul 15 07:01:20 localhost.localdomain systemd[1]: Starting LSB: Bring up/down networking... Jul 15 07:01:20 localhost.localdomain network[1099]: Bringing up loopback interface: Could not loa Jul 15 07:01:21 localhost.localdomain network[1099]: Could not load file '/etc/sysconfig/network-sc Jul 15 07:01:21 localhost.localdomain network[1099]: Could not load file '/etc/sysconfig/network-sc Jul 15 07:01:21 localhost.localdomain network[1099]: Could not load file '/etc/sysconfig/network-sc
Jul 15 07:01:21 localhost.localdomain network[1099]: [  OK  ]
Jul 15 07:01:22 localhost.localdomain network[1099]: Bringing up interface Linksys07468_5Ghz: [ O Jul 15 07:01:22 localhost.localdomain network[1099]: Bringing up interface enp7s0: [ OK ] Jul 15 07:01:22 localhost.localdomain systemd[1]: Started LSB: Bring up/down networking.
bash-4.3$ sudo systemctl status network.service
● network.service - LSB: Bring up/down networking
   Loaded: loaded (/etc/rc.d/init.d/network; bad; vendor preset: disabled)
   Active: active (exited) since Fri 2016-07-15 07:01:22 AEST; 13min ago
     Docs: man:systemd-sysv-generator(8)
Process: 1099 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=0/SUCCESS)
    Tasks: 0 (limit: 512)

Jul 15 07:01:20 localhost.localdomain systemd[1]: Starting LSB: Bring up/down networking... Jul 15 07:01:20 localhost.localdomain network[1099]: Bringing up loopback interface: Could not loa Jul 15 07:01:21 localhost.localdomain network[1099]: Could not load file '/etc/sysconfig/network-sc Jul 15 07:01:21 localhost.localdomain network[1099]: Could not load file '/etc/sysconfig/network-sc Jul 15 07:01:21 localhost.localdomain network[1099]: Could not load file '/etc/sysconfig/network-sc
Jul 15 07:01:21 localhost.localdomain network[1099]: [  OK  ]
Jul 15 07:01:22 localhost.localdomain network[1099]: Bringing up interface Linksys07468_5Ghz: [ O Jul 15 07:01:22 localhost.localdomain network[1099]: Bringing up interface enp7s0: [ OK ] Jul 15 07:01:22 localhost.localdomain systemd[1]: Started LSB: Bring up/down networking.

regards,
Steve
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to