Chromium in EL?

2015-01-21 Thread Schaaf, Jonathan P (GE Healthcare)
I couldn't help but notice that chromium appeared in the source tree on SL just 
yesterday.  Is this is a recent addition to upstream?

From what little I can learn by querying the omnipotent google, this sounds 
like an update… but an update to what?  I can't find any previous packages for 
this in EL.

Does anyone have more information on this?  For a variety of reasons I'd like 
to have a chromium build that I don't need to build/maintain myself…

Jonathan


question about installation of SL7 to harddisk

2015-01-21 Thread Boryeu Mao
From 'livedvd', I would like to install SL7 (via 'liveinst') to two
harddisks : root filesystem on one disk (/dev/sda of the laptop) and /boot
on the other (/dev/sdc, an usb drive).  However I don't find a way for this
during the installation process - the default seems to be different
partitions on /dev/sda.  Is it not possible to have /boot on a second
disk?


RE: SL7 - crond starting before chronyd causing problem with mrtg

2015-01-21 Thread Bill Maidment
Thanks David.
However, even using After= chronyd.service the chronyd still takes too long to 
correct the time for the time-zone.

After some investigation, it seems that the KVM system is at fault when the 
host is rebooted, but not when the guest is rebooted.
On reboot of the host KVM adds the timezone shift to the hardware clock for the 
guests and then the guest adds the timezone shift again.
This extra addition of the timzone shift did not happen on SL6.

After running hwclock --systohc on the guest, I get the following setup.

[root@giggs2 ~]# timedatectl 
  Local time: Thu 2015-01-22 17:55:26 AEDT
  Universal time: Thu 2015-01-22 06:55:26 UTC
RTC time: Thu 2015-01-22 06:55:26
Timezone: Australia/Sydney (AEDT, +1100)
 NTP enabled: yes
NTP synchronized: yes
 RTC in local TZ: no
  DST active: yes
 Last DST change: DST began at
  Sun 2014-10-05 01:59:59 AEST
  Sun 2014-10-05 03:00:00 AEDT
 Next DST change: DST ends (the clock jumps one hour backwards) at
  Sun 2015-04-05 02:59:59 AEDT
  Sun 2015-04-05 02:00:00 AEST
[root@giggs2 ~]# 

On reboot of just the guest, I get the following, the RTC looks OK:

[root@giggs2 ~]# timedatectl 
  Local time: Thu 2015-01-22 18:05:09 AEDT
  Universal time: Thu 2015-01-22 07:05:09 UTC
RTC time: Thu 2015-01-22 07:05:09
Timezone: Australia/Sydney (AEDT, +1100)
 NTP enabled: yes
NTP synchronized: yes
 RTC in local TZ: no
  DST active: yes
 Last DST change: DST began at
  Sun 2014-10-05 01:59:59 AEST
  Sun 2014-10-05 03:00:00 AEDT
 Next DST change: DST ends (the clock jumps one hour backwards) at
  Sun 2015-04-05 02:59:59 AEDT
  Sun 2015-04-05 02:00:00 AEST
[root@giggs2 ~]#

On reboot of the host, I get the following on the guest, the RTC looks wrong:

[root@giggs2 ~]# timedatectl 
  Local time: Fri 2015-01-23 05:15:41 AEDT
  Universal time: Thu 2015-01-22 18:15:41 UTC
RTC time: Thu 2015-01-22 18:15:42
Timezone: Australia/Sydney (AEDT, +1100)
 NTP enabled: yes
NTP synchronized: yes
 RTC in local TZ: no
  DST active: yes
 Last DST change: DST began at
  Sun 2014-10-05 01:59:59 AEST
  Sun 2014-10-05 03:00:00 AEDT
 Next DST change: DST ends (the clock jumps one hour backwards) at
  Sun 2015-04-05 02:59:59 AEDT
  Sun 2015-04-05 02:00:00 AEST
[root@giggs2 ~]#

Regards
Bill Maidment 
 
-Original message-
 From:David Sommerseth sl+us...@lists.topphemmelig.net
 Sent: Wednesday 21st January 2015 23:33
 To: Bill Maidment b...@maidment.me; SCIENTIFIC-LINUX-USERS@FNAL.GOV 
 SCIENTIFIC-LINUX-USERS@fnal.gov
 Subject: Re: SL7 - crond starting before chronyd causing problem with mrtg
 
 On 21/01/15 12:18, Bill Maidment wrote:
  Hi guys
  MRTG is having problems with timeshift because crond starts before chronyd 
  on SL7.
  I have added chrond.service as a dependancy to the crond.service. Is that 
  the right approach to solving the problem?
 
 This sounds like the right approach.  But systemd have different levels of
 dependencies.  I recommend you to check the dependency you used against man
 systemd.unit.  Check out After=, Requires= and Requisite=.
 
 --
 kind regards,
 
 David Sommerseth
 
 


Re: Chromium in EL?

2015-01-21 Thread Jarek Polok

On 01/21/2015 08:24 PM, Schaaf, Jonathan P (GE Healthcare) wrote:

I couldn't help but notice that chromium appeared in the source tree on SL just 
yesterday.  Is this is a recent addition to upstream?


chromium has been added to 6 by upstream some time ago,
but source packages were not available in public
repositories: apparently upstream changed that
policy recently (guess we were not the only ones
asking ...)

Best Regards

Jarek
__
---
_ Jaroslaw_Polok __ CERN - IT/OIS/WLS _
_ http://cern.ch/~jpolok  tel_+41_22_767_1834 _
_ +41_76_487_9487 _


SL7 - crond starting before chronyd causing problem with mrtg

2015-01-21 Thread Bill Maidment
Hi guys
MRTG is having problems with timeshift because crond starts before chronyd on 
SL7.
I have added chrond.service as a dependancy to the crond.service. Is that the 
right approach to solving the problem?

Regards
Bill Maidment
Landline: +61 2 4472 9374
Mobile: +61 418 682 993
Web: www.maidment.me


Re: SL7 - crond starting before chronyd causing problem with mrtg

2015-01-21 Thread David Sommerseth
On 21/01/15 12:18, Bill Maidment wrote:
 Hi guys
 MRTG is having problems with timeshift because crond starts before chronyd on 
 SL7.
 I have added chrond.service as a dependancy to the crond.service. Is that the 
 right approach to solving the problem?

This sounds like the right approach.  But systemd have different levels of
dependencies.  I recommend you to check the dependency you used against man
systemd.unit.  Check out After=, Requires= and Requisite=.


--
kind regards,

David Sommerseth