similar to: Automatically send CTRL-D

Displaying 20 results from an estimated 3000 matches similar to: "Automatically send CTRL-D"

2008 Mar 13
3
shell script question
hi all, If I have a shell script on 5.1 that has 2 commands in the script... command1 command2 and command1 runs until it is kill'ed by some other process. Sometimes command2 runs and sometimes it doesnt (this is what it seems like). How can I be ensured that command2 will always run after command1 is killed? The script is not killed just command1. Thanks, jerry
2008 Mar 29
3
the "official" lightweight desktop environment for CentOS?
I want to build a dedicated MythTV box using CentOS5. I need a lightweight desktop environment, something extremely simple that does not use much memory. Gnome and KDE use way too much memory and are too complex for what I want to do. The system will login automatically to a certain account after booting up. After the automatic login, it will start immediately the MythTV frontend full-screen.
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
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 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 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 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 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
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.
2008 Jan 27
4
Locating the broken links
Is there any command that I can use to find the broken links that point to non-existent files? Thanks a lot.
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 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 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
2017 Feb 07
1
Re: [PATCH v2 1/7] mllib: factorize code to add Checksum.get_checksum function
On Tue, Feb 07, 2017 at 04:14:16PM +0100, Cédric Bosdonnat wrote: > Getting checksum involves the same code than verifying them. Create > a get_checksum function and use it in verify_checksum. > --- > mllib/checksums.ml | 25 ++++++++++++++++--------- > mllib/checksums.mli | 9 +++++++++ > 2 files changed, 25 insertions(+), 9 deletions(-) > > diff --git
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
2001 Feb 21
3
OpenSSH 2.5.1p1 on HP-UX: No CTRL+C possible!!!
I've compiled 2.5.1p1 on HP-UX mdv010 B.11.00 A 9000/887 457369232 two-user license with --prefix=/usr --sysconfdir=/etc/ssh \ --with-ssl-dir=$MYPWD/openssl-0.9.6 \ --with-pid-dir=/etc/ssh \ --with-default-path=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin --with-entropy-timeout=250 Nothin special I think, works fine with 2.3.0p1. Well, when I try to stop a process
2008 Mar 12
1
Neighbour table overflow.
Hi, I am getting below error on mailgw. it has 2 ethernets. eth0 is connected to internet, while eth1 is connected to LAN where there are about 300 PCs. Mar 12 09:14:00 gateway kernel: NET: 697 messages suppressed. Mar 12 09:14:00 gateway kernel: Neighbour table overflow. Mar 12 09:14:05 gateway kernel: NET: 660 messages suppressed. Mar 12 09:14:05 gateway kernel: Neighbour table overflow. Mar
2007 Oct 11
3
finding mysql.h & errmsg.h on CentOS?
I am not sure how to modify the config.h script for my CentOS 4.5 box (running Nagios + NDOutils). NDOutils seem to compile fine (./configure && make), but I'm having problems when I try to run the final command in the README file. ********* problems *************************** ndo2db-2x -c /etc/nagios/ndo2db.cfg Support for the specified database server is either not yet