Displaying 20 results from an estimated 6000 matches similar to: "Any way to initiate a kickstart from shell prompt?"
2009 Jun 17
1
Cyrus IMAP and ipurge
Anyone here familiar with Cyrus IMAP and its util ipurge?
We'd like to set auto deletion of our users' spambox folders, but I'm a
bit paranoid about its functionality.
The main things that confuse me are from the man page:
"Ipurge deletes messages from the mailbox(es) specified by
mailbox-pattern"
with no indication as to what defines "mailbox-pattern"
2010 Nov 10
0
Need advice trying to load ethernet firmware for kickstart
I've got a memory stick that I use to install systems. It's basically
just has a simple isolinux setup on it that calls up the kickstart
files from an http server and pulls down the distro via our online repo.
However, I'm trying to get a standard automated install like this on an
IBM box which has a Broadcom NetXtreme 2 NIC that requires firmware to
be there on bootup.
I've got
2008 Dec 17
4
vim helpfile tag issues
Just wondering if anyone can replicate this issue....
On CentOS 5.2, using vim 7.0.237, I'm having a consistent issue across
all my centos boxen.
if I try and access the help files direct (as root), such as ":help
tutor" I get:
"usr_01.txt.gz" [readonly][noeol][converted] 11L, 4393C
E434: Can't find tag pattern
Press ENTER or type command to continue
If I press
2008 Oct 15
2
creating a user from an RPM package
What wizardry do you guys use in the SPEC file when creating/deleting a
user from an RPM package?
I was going to create a macro like:
%define user(login,uid,gid,name,homedir,shell) \
echo "$1:x:$2:$3:$4:$5:$6" >>/etc/passwd; \
echo "$1:!!:12005:0:99999:7:::" >>/etc/shadow; \
echo "$1:x:$3:" >>/etc/group; \
mkdir
2012 Mar 14
2
CentOS 5 Testing repo
We were using the CentOS 5 testing repo on dev.centos.org to update our
webservers' PHP to 5.2. However, we've just tried building a new
machine lately and found that the repo seems to be empty. Is this a
temporary fault, or has it gone away now that CentOS 6 is out?
If it has gone away, where can I grab PHP 5.2 packages from?
Thanks.
--
Spiro Harvey Knossos
2009 Nov 12
1
kernel not booting after update
Hi all,
I'm having a strange problem in which a certain box won't boot
any kernel newer than 2.6.18-53.
I have a kickstart setup that installs a CentOS 5.1 base (which comes
with kernel 2.6.18-53), and then I do a "yum update" to 5.3.
However, when 2.6.18-164 gets installed, the box is rebooted, and it
dumps me in a grub prompt. If I manually enter root, kernel, initrd and
2009 Oct 19
3
gpg command works fine from login shell, not from cron script
I have an odd situation here, maybe one of you can help.? We have a
script that runs via a cron job.? It's purpose is to decrypt
PGP-encrypted files in a certain directory.? I have tried the command
two different ways, both fail with the same error message:
gpg --decrypt $file > ${file%.txt}.decrypted.txt
gpg --output ${file%.txt}.decrypted.txt --decrypt $file
(Don't even ask about
2016 Apr 16
0
CentOS 6 kickstart missing 'shell command prompt' screen at ALT+F2
Hi,
?I've recently setup a centos 6 kickstart environment. Interesting fact is that the helpful 'shell command prompt' screen is missing when I press ALT+F2 key combination even on locally connected keyboard and monitor. ( my kickstart runs in text mode).
All other screens can be found without issues with ALT+Fn key combination.
I googled internet, and found someone reported similar
2010 Nov 15
7
good shell script examples?
I am looking for a beginner guide to shell scripting simple tasks on CentOS
(e.g. ssh'ing into a server / router / switch, checking for certain things,
then exiting and going to the next IP).
Does anyone have any suggestions on where to look? (I'm relatively new to
bash)
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Jan 06
2
Video lock up
I recently install CentOS 5.2 on an older pc
Abit VP6 motherboard
2 x 1GHz PIII processors
1.5GB RAM
Nvidia MX440 video
All works fine except when running X
The display locks at ramdom times
Sometimes it locks when I log in
Sometimes it locks after several hours
While it is locked I can ssh to this machine from another server
I have to reboot to clear it
Also when I reboot X starts with random
2008 Aug 06
2
CentOS 5.2 -- how do I choose a wireless network?
Hi. We have a Windows laptop that has gotten too slow, it's
borderline unusable, so I burned a CentOS 5.2 32-bit Live CD, just to
try it out in the home.
It boots up fine, but it does not connect to the Internet... Now
we normally connect through a wireless network, there are several
around here -- on the Windows box we choose the network to which to
connect... but on CentOS there is
2010 Jun 30
2
How can binaries be different when package versions are identical? (mkfs.ext3 on CentOS 5.4)
Situation: two similar servers, both with CentOS 5.4 64-bit. Making
an ext3 filesystem on one takes seconds, on the other minutes.
Partition Size Server 1 Server 2
1 GB 0.7 sec 0.3 sec
4 GB 2.5 sec 1.2 sec
40 GB 15 sec 13 min
WTF
e2fsprogs RPM is e2fsprogs-1.39-23.el5 on both systems
mkfs --version reports
2011 Jan 20
6
cloning a server
Hi, I have a centos 5 (current) mail server that I have compiled
dovecot/postfix and installed some packages like mysql etc. These packages
have been configured and changed to my liking. How can I now save all this
and install it on another server without having to do all the work of
compiling installing and configuring the same applications. Is it possible
to burn this server image into multiple
2010 Nov 24
9
New list ?
Hi,
Taking this to a new thread.
Thoughts on getting a new list started up ? Should it be
centos-sysadmin or centos-infra ? Are we going to then restrict it to
admin/infra related chatter ? in which case, does the eyeball density on
this list reduce for that sort of content ?
How about the politics and news stuff that gets posted to this list.
And how would those things be addressed with
2009 Apr 17
3
OT: Possible for Malware against Windows boxes to attack Firefox on Linux?
My belief is that this is not possible, but there are many extremely
knowledgeable people participating on this list and I would like to
know if it is in fact possible. I am running CentOS 5.3 (32 bit) fully
updated. Browser is Mozilla Firefox v.3.0.7.
I believe both times this happened, once yesterday and once today, I
was surfing on the web site of my favorite singer/musical group; or in
the
2008 Nov 24
2
python issue?
# system-config-printer
Traceback (most recent call last):
File "/usr/share/system-config-printer/system-config-printer.py", line
29, in ?
import gtk.glade
File "/usr/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py", line
48, in ?
from gtk import _gtk
ImportError: /usr/lib/libcairo.so.2: undefined symbol:
FT_GlyphSlot_Embolden
CentOS 5.2
Any clues?
Craig
2008 Sep 17
2
estimating backuppc
talking with a client about various options for backup. They are an
advertising agency so most of the space is used by various binary files
JPG/TIFF/Movies.
We have been using LTO-2 but if we jump up their storage to say 2Tb,
that's going to be $5000 for LTO-3 with magazines. This affords us 3
week rotations rather simply.
If we add hard drive storage for backups instead of buying LTO-3 tape
2010 Mar 31
4
Release 6?
Since 5.5 is now out from Red Hat and most likely our amazing CentOS
team has already jumped on that, is there any word on Release 6? IIRC
it's already a year out of date (base was supposed to be Fedora 10),
so I have to wonder.
I didn't see anything jump out at me on the Red Hat site, so - anyone?
Thanks.
mhr
2009 Jun 16
7
Rsync, SSH and authorized_keys problem
Hi,
I'm trying to backup from one machine to the other (automatically via
cron) using rsync and ssh password-less public key authentication.
I having been trying to set this up following an article in a Linux
magazine[1] by only allowing the specific rsync command to run on the
remote box.
I am using the following rsync command:
$ rsync -avz -e "ssh -i ~/.ssh/backup-key" /backup
2009 Oct 08
12
resolv.conf rewritten every reboot. How to figure out who and why?
My machine has a static IP, with dhcp and IPv6 disabled. Every time I
reboot, some process rewrites /etc/resolv.conf, including a comment
about dhcpclient. The only package I have installed that shows up in
"rpm -qa|grep -i dhcp" is dhcpv6-client-1.0.10-16.el5, and nothing in
there is named dhcpclient.
I'd like to figure out what software is rewriting this file and why.
man 5