Wireshark broken os SL6x

2014-10-24 Thread Bill Maidment
After the latest yum update, wireshark fails with:
wireshark: symbol lookup error: wireshark: undefined symbol: 
gtk_combo_box_text_new_with_entry
wireshark-1.8.10-8.el6_6.x86_64

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


RE: Wireshark broken os SL6x

2014-10-24 Thread Bill Maidment
It looks like we need a new version of gtk2
Current version is gtk2-2.20.1-4.el6.x86_64
gtk2-2.24 is required for gtk_combo_box_text_new_with_entry


Regards
Bill Maidment 
 
-Original message-
 From:Bill Maidment b...@maidment.me
 Sent: Friday 24th October 2014 18:01
 To: SCIENTIFIC-LINUX-USERS@FNAL.GOV
 Subject: Wireshark broken os SL6x
 
 After the latest yum update, wireshark fails with:
 wireshark: symbol lookup error: wireshark: undefined symbol: 
 gtk_combo_box_text_new_with_entry
 wireshark-1.8.10-8.el6_6.x86_64
 
 Regards
 Bill Maidment
 Landline: +61 2 4472 9374
 Mobile: +61 418 682 993
 Web: www.maidment.me
 
 


Re: gnome configuration issues

2014-10-24 Thread Elias Persson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Writing this in fedora 20 (with gnome 3.10) and can't get a VM up at
the moment, so some version incompatibilities may apply.


On 2014-10-24 01:57, Yasha Karant wrote:
 1.  a workspace grid on the lower panel; I have added frippery to
 the default and this brings back a lower panel with a 1/N (N=9 in
 my instance) workspace indicator, but no grid (matrix);  I have
 added gnome tweak tool that now appears in the gnome pull down
 menu, Applications - Utilities, that was need to activate the
 functionalities of frippery
 
 URL -- http://intgat.tigress.co.uk/rmy/extensions/index.html
 

First of all, https://extensions.gnome.org/ is the recommended place
to go to for extensions.

The 1/N display is part of the window-list extension, not frippery.
You may have to disable window-list to see the frippery bottom panel,
as they occupy the same screen space. Enabling and disabling
extensions can be done with tweak tool.


 2.  The ability to add things to the upper panel as one had in SL 6
 gnome
 

Depending on exactly what you mean, either e.g.o (i.e. extensions in
general) or frippery panel favorites should do that.


 3.  The ability to (right?) click on the desktop and add
 applications
 

You can get files and stuff on desktop via tweak tool. Applications, I
don't know.


- -- 
AF24 6DE9 D1DF DFB8 3A74  A7AC F457 B7A3 5DF1 4240
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBAgAGBQJUShpCAAoJEPRXt6Nd8UJAdt0P/igLDjqtOef6ezkgyqyXtYCi
JKpVKhzzi6JALb57AfKLy4aed+xda+uFUdritUdOneatL/Px4OM8s1AjCvHFhP2l
exA/b0BVJmwYo/khrgHFoYGqYy7FGstfG8tKfvdygelgTx/jGY5LR9Wh3DuM/g4o
5aLm7uyMnklLj7gjWb6O4H+zj9Nxrv2Pm/0mG6NL4iZRD3nqq+x8byFijRNaOw3U
k6AVGC6108uSzOYd2IIvEMAE9xQzbY69gPvkVVOoXgbfxdSFdAhvY6NGZg9ixzj5
NSupOMbOOLrkB/T3j2fpENQqGNGhlUIbLprwqn9bI/BHSmU1UkPWgsTkXxteZPuv
NvbsFpuEnKDem8AGzmDmLXRY7aAjs3LMaQXhabBNMHm+JBqhIyCmTSz/1ihhB9Cr
AwQ9Asf8Tcg3iaIbFvrD1cxxec5GsvIOHDkDQYI0tp0iqzmbQhyWBEbvsKZ7dvNE
IMXpZwnDSiGRc/EMCHK1O/IJceVRUXtW4z4XYxSslH0JzVUzAWo2yjV171cSd1ds
o8LKo5ayFX8LjBbwe5N6YOKBuNerSPTF05vO3JfvSgBonPIyz+tfdQEE7vsB9U/9
GmtAFthxg+m6BoUXzsbye5FtJPnz6WiAtB6YaLl5aecz+nCJKGFeT/YiGH4/Z5D6
sBAM1wjEEQgWWwPYENxo
=J3NU
-END PGP SIGNATURE-


Re: kickstart to install to whole disk

2014-10-24 Thread Nico Kadel-Garcia
On Fri, Oct 24, 2014 at 12:09 AM, Steven Haigh net...@crc.id.au wrote:
 On 24/10/2014 3:08 PM, Orion Poplawski wrote:
 On 10/23/2014 10:02 PM, Steven Haigh wrote:
 For the record, I did manage to get this going:
 ## Wipe the disk completely and use the whole disk in ext4 config.
 zerombr
 clearpart --all --drives=xvda
 part / --fstype=ext4 --onpart=xvda --label=root
 bootloader --location=none

 Just an aside - no swap?

 Nope - If I need it, I do a file on disk instead... - or another
 partition which is also 'full disk' in the LVM...

I can recommend this approach. The pre-allocate swap as part of your
disk image used by anaconda  has led to some very, very inefficient
configurations for virtual machines. My one concern is that I'm not
sure you've succesfully aligned your partitions with 4096 byte block
boundaries, It makes a big performance difference if your back end
storage is NetApp or other setups that use bulky, modern 4096 byte
block disks. Do check the alignments on your disks with fdisk -l
after setup.

Mind you, I've previously written tools to pre-partition a disk, drop
a big old OS image tarball into the swap space, and used *that* to
uncompress an OS image onto the other partitions. It was very, very
fast indeed, and worked on roughly 13,000 hosts in one month, 12 years
ago, and was *much* faster than the old replicate a disk image
technology.


Re: kickstart to install to whole disk

2014-10-24 Thread Tom H
On Thu, Oct 23, 2014 at 11:05 PM, Steven Haigh net...@crc.id.au wrote:
 On 24/10/2014 1:59 PM, Orion Poplawski wrote:

 What do you have against partitioning the disk?  Loosing the 512-bytes
 for the partition table?

 On some setups it can cause major write degradations in the virtual machine.

 If you can imaging the disk being set up in 4Kb clusters - which LVM
 then adheres to - but on the DomU disk with a partition, the alignment
 for partition data is now 0 + 512 bytes instead of 0.

 This means a write of 4Kb would write two sectors to the physical disk
 (first being 512 bytes + 4Kb, the second being the 512 bytes that give
 us an offset).

Modern fdisk starts partitions at 2048 and not 512.