Questions tagged [scientific-linux]

Scientific Linux ("SL") is an Enterprise Linux distro based on Red Hat Enterprise Linux.

Scientific Linux ("SL") is a Linux release put together by Fermilab, CERN, and various other labs and universities around the world.

The base SL distribution is similar to Red Hat Enterprise Linux, recompiled from source. Various labs will customize SL, and provide their own customized version called a "Site" which is primarily used that Lab (e.g. the Fermi "Site" is used primarily at Fermilab in the US.)

The main goal for the base distribution is to have everything compatible with Enterprise, with only a few minor additions or changes. SL does not aim to be "100% binary compatable" like CentOS, but instead aims to be as close to the commercial enterprise distribution as we can get it.

See www.scientificlinux.org for more information.

52 questions
22
votes
9 answers

Automatically check for Security Updates on CentOS or Scientific Linux?

We have machines running RedHat-based distros such as CentOS or Scientific Linux. We want the systems to automatically notify us if there are any known vulnerabilities to the installed packages. FreeBSD does this with the ports-mgmt/portaudit…
Stefan Lasiewski
  • 22,949
  • 38
  • 129
  • 184
13
votes
6 answers

Can't use "eject" to identify the server

I'm a software engineer and our lab usually has several servers in a rack with a KVM switch. We're developers and we usually have several projects happening at once so the servers are frequently imaged and admittedly we aren't good at keeping them…
MerrillFraz
  • 133
  • 6
12
votes
2 answers

Why is Linux kdump not writing to /var/crash?

It's happened again! I have 4 servers which are crashing periodically, and there is no information printed to the system logs or the serial console. In addition, the Linux kdump service isn't writing core dumps to the default location of…
Stefan Lasiewski
  • 22,949
  • 38
  • 129
  • 184
12
votes
2 answers

What is the yum equivalent of dpkg -L?

dpkg -L lists all the files provided by a package. How is this accomplished with yum? The operating system is Scientific Linux 6.
cat pants
  • 2,139
  • 10
  • 33
  • 44
8
votes
1 answer

Windows 7 NFS Client Using Kerberos and Linux KDC

I am trying to configure a Windows 7 Enterprise client to mount a NFSv4 share on a Linux NFS server using Kerberos and a Linux KDC. The setup is: IPA Server (OS: Scientific Linux 6.4, Pkg: ipa-server) NFS Server (OS: Scientific Linux 6.4, Pkg:…
Mike
  • 295
  • 3
  • 9
7
votes
3 answers

fsck on shutdown instead of startup

Usually, fsck is executed automatically at startup after every 30th reboot or so. Sometimes, it can be really slow, and can delay bootup by more than half an hour. Is there any way to run fsck at shutdown instead? (I don't mind if shutdown is…
7
votes
3 answers

How do I pass arguments from the PXE command line to a kickstart %pre, %post script?

Basically I want an ARGV like usage on the PXE command line, but I can't see any documentation to do this. basically I want to pass something like scientific-linux-6 HOSTNAME VLAN then in %pre hit some APIs to get the networking info I need to…
EnabrenTane
  • 255
  • 1
  • 2
  • 7
6
votes
1 answer

Why is mount is forcing me to specify -t ext4 for one partition, but not the other?

I have two very similar partitions, /dev/sdb1 (labeled 'bigb') and /dev/sdc1 (labeled 'bigc'). I used to be able to mount both of them using mount -n -L bigX /mnt/donottouch/localX (with X being b or c). However, mount has recently started requiring…
pflaquerre
  • 171
  • 1
  • 5
6
votes
1 answer

avahi stops publishing after a few minutes

I've got a couple of virtual machines (running Scientific Linux 6.2) that publish Workstation records so that they can easily be found on the net. Some of the virtual machines stop publishing after a few minutes, i.e. I can reach them via…
arne
  • 181
  • 1
  • 5
5
votes
4 answers

Anaconda kickstart and rootpw option

I've tried a few different methods of generating an encrypted password on SL 6.5, but nothing seems to work for me. I'm not finding any errors anywhere in the various /var/log/anaconda* files, but I can't log in so it's obviously not working. The…
miken32
  • 930
  • 1
  • 11
  • 32
5
votes
2 answers

RHEL Clones (Centos, Scientific, CERN) network installation on XenServer 6.2

I'm trying to install a Scientific Linux CERN 6 guest on XenServer 6.2 through the network with PXE Booting but it hangs in the message: mounting /tmp as tmpfs... done I'm not using the most equivalent template (the CentOS 6 template) to install…
Vinícius Ferrão
  • 5,400
  • 10
  • 52
  • 91
4
votes
2 answers

SL6: Non-standard home directories, Error: `Could not chdir to home directory` upon login, but `cd $HOME` works?

I have a brand new Scientific Linux 6 instance (Similar to RHEL6 & CentOS6), running on Parallels. The home directory is in a non-standard location, which I'll call /homedir When I ssh into this box I get an error: laptop $ ssh…
Stefan Lasiewski
  • 22,949
  • 38
  • 129
  • 184
3
votes
1 answer

How can I coax RHEL / CentOS / SL 7 into booting normally with degraded software RAID 1

I set up a new server (my first with this version of Linux). I installed a pair of 160 GB blank SATA HDDs (one Seagate and one WDC, but with exactly the same number of LBA sectors) in an old machine, and set out to install Scientific Linux 7.0…
Dave Burton
  • 181
  • 1
  • 8
3
votes
1 answer

Disable auditd immutable mode without rebooting

Hello I've been tasked with fixing up a auditd policy but it's on a server that's actively being used and the policy installed was set immutable. I've tried searching and everyone recommends rebooting to escape immutable mode… But is there really no…
John Musbach
  • 31
  • 1
  • 1
  • 2
3
votes
1 answer

VMware Tools are installed but inactive. Scientific Linux 6.4, ESXi 5.1.0, vCenter 5.1.0

Basic information: VM OS is Scientific Linux 6.4 x86_64, installed as minimal, with network-support and access to EPEL repository. Hypervisor is ESXI 5.1.0, build-1065491. I don't have the rights needed for the upgrade to latest version. vCenter is…
1
2 3 4