similar to: Locating the broken links

Displaying 20 results from an estimated 3000 matches similar to: "Locating the broken links"

2007 Apr 25
3
URGENT: Skip installation ix86 packages from kickstart on 64bit arch?
Hi, Has any one know how to skip ix86 packages from installation in Centos kickstart? Most of our machines have 64bit Intel/AMD CPUs, and it make non-sense to still keep 32bit compatibility. Even worse of i*86 packages is, when upgrade we have to recompile both ix86 version and x86_64 version to get an automatic yum upgrade. I know we could use 'exclude' option to exclude i*86 packages
2007 Apr 10
2
where is xorg-x11-libs-6.8.2-1.EL.13.37.7.i386?
Hi all, I don't see xorg-x11-libs-6.8.2-1.EL.13.37.7.i386.rpm in the CentOS4 x86_64 updates repo. It is listed in the security announcement: http://lists.centos.org/pipermail/centos-announce/2007-April/013658.html I see the 4 other i386 packages there: devel, deprecated-libs, Mesa-libGL, and Mesa-libGLU. Just the libs package is missing. -- Garrick Staples, GNU/Linux HPCC SysAdmin
2008 Mar 04
2
Overwrite target of ln
Hi all, Sorry if this seems too basic. But is there a way to overwrite the target of a symbolic link without first deleting the symlink itself? For example, if I have this: public_html -> releases/b2b-20080228 ... and there's a new update, I can then just do the following: $ ln releases/site-latest public_html I tried using the -f option but it doesn't seem to work as expected.
2007 Apr 16
2
Software Updater vs. Add/Remove vs. Yum(ex)
Dear friends: Just installed Centos 5. Very impressed but as a newbie I am a bit confused about the the role of the Software Updater vs. Add/Remove and Yum(ex). Which one do I use to update the installed programs, please? Thank you. Benjamin -- Sher's Russian Web http://www.websher.net Benjamin Sher sher07 at mindspring.com
2007 Apr 16
4
Multimedia on Centos 5
Dear friends: Is there a single source for the multimedia applications that are not included with Centos 5: RealPlayer, Mplayer, mplayerplug-in, Acrobat Reader, Java, libdvdcss, etc.? Would appreciate your help. Thank you so much. Benjamin -- Sher's Russian Web http://www.websher.net Benjamin Sher sher07 at mindspring.com
2007 Jun 16
2
Trying to build rpm-package
I have weird problem. I'll try to build rpm-package from Brian Lane's Digitemp. Everything seems to go OK, but..... Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.50782 + umask 022 + cd /usr/src/redhat/BUILD + cd digitemp-3.5.0 + install -d -m 755 /var/tmp/digitemp-buildroot/usr/local/bin/ + install -s -g lock -m 2755 digitemp_DS9097U /var/tmp/digitemp-buildroot/usr/local/bin/ + install
2007 Jul 19
2
Compact Flash hard drives
Has anyone worked with either the Hitachi or Seagate Compact flash drives in an IDE to CF interface and set the up with EXT3 formatted partitions for use with LVM? I ASSuME that LVM is not for FAT32 formatted drives.
2007 Jul 05
3
New packages installation via CDRom
Hi, folks! Does anyone knows how could I install some new packages on CentOS (4 and 5) using the cdrom media? Att: My HD doesn't have much space to copy cdrom content to build a filesystem repository. I hope this great tool will should ask me by each cdrom witch it need, isn't it? Thanks in advance. Adriano Vieira
2008 Mar 11
3
Automatically send CTRL-D
Hi, Sorry for the little bit off-topic. I have a script that has to performe a hash over a password. Problem is that sha512sum expects CTRL-D to be pressed to return to the command prompt. I've searched all over Google, but either I didn't do the right search or there is nothing relevant about this. Bottom line is that I need this command to print the password hash and returns to the
2008 Jan 09
3
CentOS and GCC Question
Hi People I am trying to build a piece of software from source in this case aide 0.13.1 using this config line ./configure --with-zlib --with-selinux. The configure step completes but there is a Warning that concerns me. This is taken from config.log configure:9809: checking for mhash_get_block_size in -lmhash configure:9844: gcc -o conftest -g -O2 -static -static conftest.c -lmhash -lz
2008 Feb 24
3
About Mono installation
Hello everybody I'm trying to install MONO in my Centos 5, I try with the packages and it throw a dependency error, I try to install it with --nodeps and when i try to run MoMA it throw an error that cant find gdi...dll Please can anybody help me to install MONO regards Roilan ______________________________________________ ?Con Mascota por primera vez? S? un mejor Amigo. Entra
2007 Apr 16
3
Formatting hdb?
Dear friends: Using Centos 5. I have two physical drives. During install, I made sure to check hdb as well as hda. Both were listed as partitions (which is correct). But my fstab file does not show hdb. How do I make sure that hdb has been formatted and is part of my file system. If hdb is not formatted, how do I format it, please. Sorry for the question. I am a newbie. d[sher at localhost
2008 Apr 07
6
CentOS 5.1 x86 medium installation problems
Hi, I had downloaded CentOS 5.1 x86 DVD image, and although it passed sha1sum or md5sum test and I burned it verifying it, installation failed. Also if I recall correctly, when I tested the medium during install, it failed although as I said the media was verified. ==> The same things happen with Scientific Linux 5.1 x86 installation DVD, so perhaps it is a Red Hat EL 5.1 x86 DVD issue?
2007 May 09
3
Scripting question
I'm writing a script that has logging via a simple routine: LogIt() { Msg="$1" echo "$THISSCRIPT: $Msg" echo "$Msg" >>$LogFile } #A portion of this script sends a file via ftp: # ftp -vn >$tempfile <<$$EOD : : $$EOD #Then reads the temporary file to log while read line do LogIt $line Done <$tempfile rm -f $tempfile
2007 Oct 01
5
Cross-platform GUI libraries with drag 'n drop IDEs
OS: CentOS 5.0 x86. I am a programmer, relatively new to GNU/Linux and am looking for cross platform GUI development, mainly for EL5 and Windows. I have found wxWidgets so far. I prefer drag 'n drop programming IDEs, QT seems to provide this for GNU/Linux, but it isn't free for Windows. Does anyone know of any decent GUI cross-platform library for EL5 and Windows with a drag 'n
2007 Apr 23
6
Making rpm from tar.gz
OS: CentOS 5 x86. I have read in some places that we can make an rpm package from tar.gz, by issuing rpmbuild -ta. However it doesn't seem to work. Any hints?
2008 Feb 22
2
Find files
Hi, I am trying to delete files that are more than 7 days old. When I run it interactively it works, no problem, but it does not run from a file stored in cron.daily. The rest of that daily file runs properly. [The execute bit is on]. I don't see anything in the /var/log/messages. --------------------------------------- #!/bin/bash find /mnt/iog -type f -name '*.tar.gz' -mtime +7
2007 Dec 04
3
yumex in CentOS 5.1 "extras" repository
Hi, there isn't any version of yumex in 5.1 extras directory. Perhaps it is time for version 2.0.3?
2007 May 22
3
CD mp3 ripping
What program do you guys use for mp3 CD ripping? I have CentOS 5.0 x86. Sound Juicer seems is missing any mp3 plug in. Thanks in advance.
2007 Apr 23
3
CentOS 5 x86: Missing features
Hi, I am surprised how some features are missing from CentOS 5. So far, I found missing: 1) GNOME Session does not prompt for saving on log out. 2) There isn't a "Run" option in the GNOME menus for running programs.