search for: garrick

Displaying 20 results from an estimated 73 matches for "garrick".

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 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 10
2
where is xorg-x11-libs-6.8.2-1.EL.13.37.7.i386?
...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 University of Southern California -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/2007...
2000 Jun 16
3
login reporting (utmp?) problem on Linux
...ogged in and the tty properly, but the field for the login date/time and the field for originating host contain all NULLs. Is anyone else seeing this same behavior, or have I just done something really stupid? I will not be able to use openssh if it doesn't log to utmp properly. :-( Thanks, Garrick James
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 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
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
2000 Nov 22
1
Antw: Re: openssh kills the stty values?
...operly. So I did your trick with "/sbin/init.d/sshd stop/start" from a shell where ^C works and everything is ok now. Thanks oncemore Stephan -- LDS Brandenburg Dr. Stephan Hendl fon: +49-(0)331-39 471 fax: +49-(0)331-27548 1187 EMail: stephan.hendl at lds.brandenburg.de >>> Garrick James <garrick at james.net> 21.11.2000 06:42:13 >>> I do not have any hpux machines, but I cannot help wondering if this is like the same problem we have (or had?) on Solaris (don't know if it was ever fixed, but a work-around exists). On Solaris, you end up with the same thing...
2001 Mar 13
0
Ctrl-C problem on HP-UX
...ervers we manage. Unfortenately, I have enountered the ctrl-c problem which manifests when the daemon is started in non-interactive mode (in this case from the SD Daemon). When I manually stop/start the daemon, the ctrl-c functionality works. I have dug through the archives and found the work Garrick James, Gert Doering, and Damien Miler have done in the past to fix this problem. Verified the signal(SIGINT, SIG_DFL); was in the proper place in the sshd.c. Then I tried the fix Garrick James and Gert Doering origionally propsed by adding the signal to sshpty.c. Neither of these solutions solv...
2001 Mar 14
0
Antw: Ctrl-C problem on HP-UX
...ervers we manage. Unfortenately, I have enountered the ctrl-c problem which manifests when the daemon is started in non-interactive mode (in this case from the SD Daemon). When I manually stop/start the daemon, the ctrl-c functionality works. I have dug through the archives and found the work Garrick James, Gert Doering, and Damien Miler have done in the past to fix this problem. Verified the signal(SIGINT, SIG_DFL); was in the proper place in the sshd.c. Then I tried the fix Garrick James and Gert Doering origionally propsed by adding the signal to sshpty.c. Neither of these solutions solv...
2005 Mar 14
1
RE: Samba 3.0.11 won't compile on Solaris 8
...see where HAVE_REGEX_H is defined. It turns out it is defined in gssapi.h from an MIT krb5 1.4 install. Given that you are surprised that this macro is defined, is it safe to assume that the code it surrounds is not supposed to be used? Can this code be safely removed from clitar.c? Thank you, Garrick James Washington Mutual UNIX Platform Services
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.
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 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
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
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
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