Re: [SCIENTIFIC-LINUX-USERS] Scientific Linux 6.3 Beta 1 Release now available for testing

2012-07-23 Thread Martin Flemming

Hi, Pat !

Yep, everything is going well now !
..  of course  :-)

Sorry, for troubles,
but the error messages wasn't familiar for me ..

.. usually it will be call install images didn't match with repository 
.. i've had to use --delete-option for the rsync of the 6rolling-repo :-)


Anyway ..

Thanks for the great work  cheers


   Martin


On Fri, 20 Jul 2012, Pat Riehecky wrote:


I've just fired off a pxe boot using the images from

http://ftp.scientificlinux.org/linux/scientific/6rolling/i386/os/images/pxeboot/
http://ftp.scientificlinux.org/linux/scientific/6rolling/x86_64/os/images/pxeboot/

and I was able to get past the partitioning menu and complete the 
installation.


This is a bit odd.

The exception you've listed below is some of the code added in 6.3.

Can I have you re-download the pxe initrd.img along and try again?

Pat

On 07/20/2012 07:59 AM, Martin Flemming wrote:

Hi !

Is this right, that a test installation only works with DVD/Networkimages ?

 i want to install via pxe, but after partitioning,
 the installations breaks with e.g.

anaconda exception report
 Traceback /tmp/updates/yuminstall.py
 line 596  in readRepoConfig
if not BETANAG and (rawhide in repo.id or development in repo.id

and

NameError : global name 'BETANAG' is not defined


Or is my installation enviroment a  buggy ?

Thanks  cheers


   Martin


On Tue, 17 Jul 2012, Connie Sieh wrote:

Since there has been interest in the release of SL 6.3 I am forwarding 
this testing anouncment which normally only goes to scientific-linux-devel 
.


-Connie Sieh


- 
Scientific Linux 6.3 Beta 1 i386/x86_64July 16, 2012


These are notes of the Alpha/Beta releases for Scientific Linux 6.3 .


 


THIS IS NOT FOR PRODUCTION.

This is for testing.  Please report back any issues to
 scientific-linux-de...@listserv.fnal.gov .

There should be no expectation that a yum upgrade to SL 6.3 will work.
A new install is the recommended method to move from
sl6rolling(this alpha release) and the released SL 6.3.

Items marked with * are changes from the last release

 
DOWNLOAD INFO


 


DVD:

http://ftp.scientificlinux.org/linux/scientific/6rolling/i386/iso
http://ftp.scientificlinux.org/linux/scientific/6rolling/x86_64/iso

Network Install Images:

http://ftp.scientificlinux.org/linux/scientific/6rolling/i386/images/boot.iso 
http://ftp.scientificlinux.org/linux/scientific/6rolling/x86_64/images/boot.iso 



 
CHANGES WE MADE SINCE PREVIOUS RELEASE


 


*yum-conf-sl6x-1-2
-Updated GPG key list, CERN's key is now listed here too

*redhat-logos-60.0.14-2.sl6.5
-Now provides 'linux-logos'

*kmod-openafs-1.6.1-112.sl6.71
*openafs-1.6.1-112.sl6
*openafs-authlibs-1.6.1-112.sl6
*openafs-authlibs-devel-1.6.1-112.sl6
*openafs-client-1.6.1-112.sl6
*openafs-compat-1.6.1-112.sl6
*openafs-devel-1.6.1-112.sl6
*openafs-kernel-source-1.6.1-112.sl6
*openafs-kpasswd-1.6.1-112.sl6
*openafs-krb5-1.6.1-112.sl6
*openafs-plumbing-tools-1.6.1-112.sl6
*openafs-server-1.6.1-112.sl6
-Updated to more current version, this is based on OpenAFS 1.6.1

*sl-indexhtml-6-2.sl6.6
-Updated Swedish translation by Alexander Lindqvist

*sl-bookmarks-6-2.sl6
-Now includes links to useful non-SL provided resources

*sl-release-6.3-0.rolling
-Updated to point at 6rolling

*SL_enable_serialconsole-4.1-1.el6
*SL_enable_serialconsole-96-4.1-1.el6
*SL_enable_serialconsole-192-4.1-1.el6
*SL_enable_serialconsole-384-4.1-1.el6
*SL_enable_serialconsole-1152-4.1-1.el6
-added '-r' option to script for removal of the configuration
-now removes configuration when uninstalled
-Switched to augeas based configuration
-The old script can be found in the %doc folder
-removed support for non-grub bootloaders as none are available for 
SL6

-a number of SPEC file changes to make things cleaner
-Now uses 'conflict' to ensure only one version installed at a time


 
RPMS ADDED IN THIS RELEASE


 
*rpmfusion-free-release-6-1.noarch.rpm

*yum-conf-rpmfusion-6-0.1.noarch.rpm
-Simplified access to this repository was requested by the community
   The 'non-free' repository is not included.  It is the responsibility
   of the end user to verify their compliance with the licensing of the
   rpms in the rpmfusion repository.


 
MAJOR CHANGES TUV MADE



aide 0.14 init error

2012-07-23 Thread Andras Horvath
Hi,

Does anyone use aide from SL repo? It has version 0.14 and creates
corrupt initial database.

To reproduce the problem:
# yum install aide
# aide -i
# cd /var/lib/aide
# mv aide.db.new.gz aide.db.gz
# aide

Output is:
Error reading gzipped file: fd:5: buffer error

# gzip -t /var/lib/aide/aide.db.gz

gzip: /var/lib/aide/aide.db.gz: unexpected end of file

Relevant TUV bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=574764

Solution:
- update to version 14-2 (fc14)

My workaround with this version:
- disable compression in /etc/aide.conf

-
diff -u /etc/aide.conf.orig /etc/aide.conf
--- /etc/aide.conf.orig 2012-07-23 11:54:02.951061516 +0200
+++ /etc/aide.conf  2012-07-23 11:53:40.855027455 +0200
@@ -4,15 +4,17 @@
 @@define LOGDIR /var/log/aide
 
 # The location of the database to be read.
-database=file:@@{DBDIR}/aide.db.gz
+#database=file:@@{DBDIR}/aide.db.gz
+database=file:@@{DBDIR}/aide.db
 
 # The location of the database to be written.
 #database_out=sql:host:port:database:login_name:passwd:table
 #database_out=file:aide.db.new
-database_out=file:@@{DBDIR}/aide.db.new.gz
+#database_out=file:@@{DBDIR}/aide.db.new.gz
+database_out=file:@@{DBDIR}/aide.db.new
 
 # Whether to gzip the output to database
-gzip_dbout=yes
+#gzip_dbout=yes
 
 # Default.
 verbose=5
-

Could anyone confirm that the official version from SL repo is buggy at
you too?

@devs: is it in plan to update the pkg?


Thanks!

Andras


Re: aide 0.14 init error

2012-07-23 Thread Andras Horvath
Forgot to include details about my system.

SL 6.2 x64, extra repos: epel

Thanks.


On Mon, 23 Jul 2012 12:03:29 +0200
Andras Horvath m...@log69.com wrote:

 Hi,
 
 Does anyone use aide from SL repo? It has version 0.14 and creates
 corrupt initial database.
 
 To reproduce the problem:
 # yum install aide
 # aide -i
 # cd /var/lib/aide
 # mv aide.db.new.gz aide.db.gz
 # aide
 
 Output is:
 Error reading gzipped file: fd:5: buffer error
 
 # gzip -t /var/lib/aide/aide.db.gz
 
 gzip: /var/lib/aide/aide.db.gz: unexpected end of file
 
 Relevant TUV bug report:
 https://bugzilla.redhat.com/show_bug.cgi?id=574764
 
 Solution:
 - update to version 14-2 (fc14)
 
 My workaround with this version:
 - disable compression in /etc/aide.conf
 
 -
 diff -u /etc/aide.conf.orig /etc/aide.conf
 --- /etc/aide.conf.orig 2012-07-23 11:54:02.951061516 +0200
 +++ /etc/aide.conf  2012-07-23 11:53:40.855027455 +0200
 @@ -4,15 +4,17 @@
  @@define LOGDIR /var/log/aide
  
  # The location of the database to be read.
 -database=file:@@{DBDIR}/aide.db.gz
 +#database=file:@@{DBDIR}/aide.db.gz
 +database=file:@@{DBDIR}/aide.db
  
  # The location of the database to be written.
  #database_out=sql:host:port:database:login_name:passwd:table
  #database_out=file:aide.db.new
 -database_out=file:@@{DBDIR}/aide.db.new.gz
 +#database_out=file:@@{DBDIR}/aide.db.new.gz
 +database_out=file:@@{DBDIR}/aide.db.new
  
  # Whether to gzip the output to database
 -gzip_dbout=yes
 +#gzip_dbout=yes
  
  # Default.
  verbose=5
 -
 
 Could anyone confirm that the official version from SL repo is buggy
 at you too?
 
 @devs: is it in plan to update the pkg?
 
 
 Thanks!
 
 Andras


Re: Bug with nscd / selinux in newest glibc uopdate for 5.8

2012-07-23 Thread Klaus Steinberger
Am 20.07.2012 12:00, schrieb Steven Haigh:
 Great bug report.
 
 This should probably also go to the sl-devel list. CC'ed them in.
 

Yep, and the source of the problem is a mislabeled /etc/nsswitch.conf after the
latest glibc update. it is labeled as rpm_script_tmp_t instead of etc_t

restorecon /etc/nsswitch.conf

(and probably removing the cache files from /var/db/nscd ) helps

Sincerly,
Klaus

-- 
Rechnerbetriebsgruppe / IT, Fakultät für Physik
Klaus Steinberger
FAX: +49 89 28914280
Tel: +49 89 28914287


Re: Scientific Linux 6.3 Beta 1 Release now available for testing

2012-07-23 Thread Connie Sieh

On Mon, 23 Jul 2012, Martin Flemming wrote:


Hi, Pat !

Yep, everything is going well now !
..  of course  :-)

Sorry, for troubles,
but the error messages wasn't familiar for me ..

.. usually it will be call install images didn't match with repository
.. i've had to use --delete-option for the rsync of the 6rolling-repo :-)

Anyway ..

Thanks for the great work  cheers


   Martin


On Fri, 20 Jul 2012, Pat Riehecky wrote:


I've just fired off a pxe boot using the images from

http://ftp.scientificlinux.org/linux/scientific/6rolling/i386/os/images/pxeboot/
http://ftp.scientificlinux.org/linux/scientific/6rolling/x86_64/os/images/pxeboot/

and I was able to get past the partitioning menu and complete the
installation.

This is a bit odd.

The exception you've listed below is some of the code added in 6.3.

Can I have you re-download the pxe initrd.img along and try again?

Pat

On 07/20/2012 07:59 AM, Martin Flemming wrote:

Hi !

Is this right, that a test installation only works with DVD/Networkimages ?

 i want to install via pxe, but after partitioning,
 the installations breaks with e.g.

anaconda exception report
 Traceback /tmp/updates/yuminstall.py
 line 596  in readRepoConfig
if not BETANAG and (rawhide in repo.id or development in repo.id

and

NameError : global name 'BETANAG' is not defined


Or is my installation enviroment a  buggy ?

Thanks  cheers


   Martin


On Tue, 17 Jul 2012, Connie Sieh wrote:


Since there has been interest in the release of SL 6.3 I am forwarding
this testing anouncment which normally only goes to scientific-linux-devel
.

-Connie Sieh


-
Scientific Linux 6.3 Beta 1 i386/x86_64July 16, 2012

These are notes of the Alpha/Beta releases for Scientific Linux 6.3 .




THIS IS NOT FOR PRODUCTION.

This is for testing.  Please report back any issues to
 scientific-linux-de...@listserv.fnal.gov .

There should be no expectation that a yum upgrade to SL 6.3 will work.
A new install is the recommended method to move from
sl6rolling(this alpha release) and the released SL 6.3.

Items marked with * are changes from the last release


DOWNLOAD INFO



DVD:

http://ftp.scientificlinux.org/linux/scientific/6rolling/i386/iso
http://ftp.scientificlinux.org/linux/scientific/6rolling/x86_64/iso

Network Install Images:

http://ftp.scientificlinux.org/linux/scientific/6rolling/i386/images/boot.iso
http://ftp.scientificlinux.org/linux/scientific/6rolling/x86_64/images/boot.iso



CHANGES WE MADE SINCE PREVIOUS RELEASE



*yum-conf-sl6x-1-2
-Updated GPG key list, CERN's key is now listed here too

*redhat-logos-60.0.14-2.sl6.5
-Now provides 'linux-logos'

*kmod-openafs-1.6.1-112.sl6.71
*openafs-1.6.1-112.sl6
*openafs-authlibs-1.6.1-112.sl6
*openafs-authlibs-devel-1.6.1-112.sl6
*openafs-client-1.6.1-112.sl6
*openafs-compat-1.6.1-112.sl6
*openafs-devel-1.6.1-112.sl6
*openafs-kernel-source-1.6.1-112.sl6
*openafs-kpasswd-1.6.1-112.sl6
*openafs-krb5-1.6.1-112.sl6
*openafs-plumbing-tools-1.6.1-112.sl6
*openafs-server-1.6.1-112.sl6
-Updated to more current version, this is based on OpenAFS 1.6.1

*sl-indexhtml-6-2.sl6.6
-Updated Swedish translation by Alexander Lindqvist

*sl-bookmarks-6-2.sl6
-Now includes links to useful non-SL provided resources

*sl-release-6.3-0.rolling
-Updated to point at 6rolling

*SL_enable_serialconsole-4.1-1.el6
*SL_enable_serialconsole-96-4.1-1.el6
*SL_enable_serialconsole-192-4.1-1.el6
*SL_enable_serialconsole-384-4.1-1.el6
*SL_enable_serialconsole-1152-4.1-1.el6
-added '-r' option to script for removal of the configuration
-now removes configuration when uninstalled
-Switched to augeas based configuration
-The old script can be found in the %doc folder
-removed support for non-grub bootloaders as none are available for
SL6
-a number of SPEC file changes to make things cleaner
-Now uses 'conflict' to ensure only one version installed at a time



RPMS ADDED IN THIS RELEASE


*rpmfusion-free-release-6-1.noarch.rpm
*yum-conf-rpmfusion-6-0.1.noarch.rpm
-Simplified access to this repository was requested by the community
   The 'non-free' repository is not included.  It is the responsibility
   of the end user to verify their compliance with the licensing of the
   rpms in the rpmfusion repository.



MAJOR 

Re: Problem with yum

2012-07-23 Thread Larry Linder
Thank You All
Advice worked perfectly and is appreciated.
Since we don't use adobe I think we can just get rid of the adobe-linux stuff.
Again 
Thank You
Larry Linder
 

On Sunday 22 July 2012 12:08 pm, you wrote:
 On Sun, Jul 22, 2012 at 11:02 AM, Larry Linder

 larry.lin...@micro-controls.com wrote:
  We are at SL 5.7 and attempting to update Libre Office to 3.5.5.
 
  [root@engr01 /]# yum clean all
  Loaded plugins: kernel-module
  Cleaning up Everything
 
  [root@engr01 /]# yum list
  Loaded plugins: kernel-module
  adobe-linux-x86_64   |  951 B
  00:00 adobe-linux-x86_64/primary   | 1.2 kB  
00:00 adobe-linux-x86_64
  2/2
  http://ftp.novell.com/pub/mono/download-stable/RHEL_5/repodata/repomd.xml
 : [Errno 14] HTTP Error 404: Not Found
  Trying other mirror.
  Error: Cannot retrieve repository metadata (repomd.xml) for repository:
  mono. Please verify its path and try again

 yum isn't broken. The upstream repository at ftp.novell.com is broken.
 A fast check shows that:

 http://ftp.novell.com/pub/mono/

 is missing the download-stable subdirectory.

 Until this is fixed, use --disablerepo=adobe-linux-* as an option to yum.


Re: X11 server won't start after yum upgrade

2012-07-23 Thread Malcolm MacCallum
Yes I use NetworkManager. nm-tool showed the interface but marked as
disconnected. It also showed the usual set of wireless networks in
range including my own router. ifconfig, iwconfig and iwlist showed
what I expected (including 'iwlist wlan0 scan').
I did try to remedy the situation with iwconfig
(aiming to follow it with dhclient) but could not make a successful
connection. It may be I needed some additional argments to iwconfig:
I did use the correct essid, key and access point.

Now I'm back in business I can readily check that wpa-supplicant
is running, but I did not check it while stuck in single user mode.

- Original Message -
From: zxq9 z...@zxq9.com
To: scientific-linux-us...@fnal.gov
Sent: Wednesday, 18 July, 2012 1:45:05 PM
Subject: Re: X11 server won't start after yum upgrade

On 07/18/2012 07:28 PM, Malcolm MacCallum wrote:
 I knew about and used ifup (the device is wlan0). It did not solve the 
 problem.

Wireless can be a bit different.

Are you using NetworkManager? If so, what is the output of nm-tool?
If not, is wpa_supplicant running on boot?
In any case, what is the output of ifconfig and iwconfig?
If everything seems in order, does iwlist wlan0 scan show you the 
wireless routers you expect to see?


Scientific Linux 6.3 Beta 2 i386/x86_64 is now available for testing (fwd)

2012-07-23 Thread Connie Sieh

FYI

-Connie Sieh

-- Forwarded message --
Date: Mon, 23 Jul 2012 17:08:37 -0500
From: Connie Sieh cs...@fnal.gov
To: scientific-linux-de...@fnal.gov
Subject: Scientific Linux 6.3 Beta 2 i386/x86_64 is now available for testing

Scientific Linux 6.3 Beta 2 i386/x86_64July 23, 2012

These are notes of the Alpha/Beta releases for Scientific Linux 6.3 .



THIS IS NOT FOR PRODUCTION.

This is for testing.  Please report back any issues to
  scientific-linux-de...@listserv.fnal.gov .

There should be no expectation that a yum upgrade to SL 6.3 will work.
A new install is the recommended method to move from
sl6rolling(this alpha release) and the released SL 6.3.

Items marked with * are changes from the last release

DOWNLOAD INFO


DVD:

http://ftp.scientificlinux.org/linux/scientific/6rolling/i386/iso
http://ftp.scientificlinux.org/linux/scientific/6rolling/x86_64/iso

Network Install Images:

http://ftp.scientificlinux.org/linux/scientific/6rolling/i386/images/boot.iso
http://ftp.scientificlinux.org/linux/scientific/6rolling/x86_64/images/boot.iso


CHANGES WE MADE SINCE PREVIOUS RELEASE
ITEMS MARKED with a ** are changes since last ALPHA/BETA


*yum-conf-sl6x-1-2
-   Updated GPG key list, CERN's key is now listed here too

*redhat-logos-60.0.14-2.sl6.5
-   Now provides 'linux-logos'

*kmod-openafs-1.6.1-112.sl6.71
*openafs-1.6.1-112.sl6
*openafs-authlibs-1.6.1-112.sl6
*openafs-authlibs-devel-1.6.1-112.sl6
*openafs-client-1.6.1-112.sl6
*openafs-compat-1.6.1-112.sl6
*openafs-devel-1.6.1-112.sl6
*openafs-kernel-source-1.6.1-112.sl6
*openafs-kpasswd-1.6.1-112.sl6
*openafs-krb5-1.6.1-112.sl6
*openafs-plumbing-tools-1.6.1-112.sl6
*openafs-server-1.6.1-112.sl6
-   Updated to more current version, this is based on OpenAFS 1.6.1

*sl-indexhtml-6-2.sl6.6
-   Updated Swedish translation by Alexander Lindqvist

*sl-bookmarks-6-2.sl6
-   Now includes links to useful non-SL provided resources

*sl-release-6.3-0.rolling
-   Updated to point at 6rolling

*SL_enable_serialconsole-4.1-1.el6
*SL_enable_serialconsole-96-4.1-1.el6
*SL_enable_serialconsole-192-4.1-1.el6
*SL_enable_serialconsole-384-4.1-1.el6
*SL_enable_serialconsole-1152-4.1-1.el6
-   added '-r' option to script for removal of the configuration
-   now removes configuration when uninstalled
-   Switched to augeas based configuration
-   The old script can be found in the %doc folder
-   removed support for non-grub bootloaders as none are available for SL6
-   a number of SPEC file changes to make things cleaner
-   Now uses 'conflict' to ensure only one version installed at a time

**sl-release-notes-6.3-1
-   Updated for 6.3
-   Added technical release notes from TUV

**revisor-2.2-3.sl6_3
-	Added support for --final feature that was added in anaconda 
buildinstall


**sl-revisor-configs-1-6.3.3
-   Renamed kickstart files for simplicity
-   Added script for making a disc containing published errata
-   Updated yuminstall.py to latest release


RPMS ADDED IN THIS RELEASE

*rpmfusion-free-release-6-1.noarch.rpm
*yum-conf-rpmfusion-6-0.1.noarch.rpm
-   Simplified access to this repository was requested by the community
The 'non-free' repository is not included.  It is the responsibility
of the end user to verify their compliance with the licensing of the
rpms in the rpmfusion repository.


MAJOR CHANGES TUV MADE

*libreoffice
-   openoffice.org has been replaced with libreoffice.  The libreoffice
 packages 'provide' the right packages to maintain compatibility
 for kickstart and yum installs.

*anaconda
-   Anaconda now alerts users to the beta status of a release when it
 is tagged appropriately.  Upstream has added this functionality and
 we are taking advantage of it for the beta cycle.


POSSIBLE UPGRADE PROBLEMS


*libproxy-mozjs
-   Requires an old version of xulrunner, upstream bug 797779.
 We have removed it from SL6.3.  When an updated package is released
 we will build it.  If you need this package you can pull it from 6.2

*libvirt-qpid
-

Question

2012-07-23 Thread Federico Alves
Dear Friends
I have not figured out yet what services must be on for graphics mode in
a server.
If I enable only the ones below, I cannot start X, only text mode works.
chkconfig acpid on
chkconfig auditd on
chkconfig atd on
chkconfig crond on
chkconfig dnsmasq on
chkconfig irqbalance on
chkconfig lvm2-monitor on
chkconfig network on
chkconfig rsyslog on
chkconfig sshd on
chkconfig vncserver on
chkconfig udev-post on

I don't need any firewall, ksam, kstuned, bluetooth, etc. I need only the
minimum possible services that need to be on.
Philip


Using alternatives to select atlas-sse3

2012-07-23 Thread Andrew Punnett
Hi,

What is the best way to make programs link against the shared libraries 
supplied by the atlas-sse3 package instead of those from the atlas package?

I could manually change /etc/ld.so.conf.d and re-run ldconfig, but I was 
hoping there might be a cleaner way.

Thanks,

Andy