Displaying 20 results from an estimated 200 matches similar to: "unexpected 'reinitialize disk?' prompt form anaconda during kickstart with zerombr"
2009 Mar 23
2
help needed with DNS server
Hi all,
I'm setting up a DNS server on CentOS 5.2, but can't get it to listen
to the outside IP address for DNS queries. There's no firewall
installed yet.
Here's the BIND config options:
options {
/* make named use port 53 for the source of all queries, to allow
* firewalls to block all ports except 53:
*/
query-source port 53;
// Put files
2009 May 03
2
how to find out dependencies
At install I had Gnome and Not KDE.
doing rpm -qa | grep qt results in
qt-3.3.6-23.el5
qt4-4.2.1-1
How can I find out what package loaded the qt4 and qt?
Thanks,
Jerry
2006 Mar 17
1
LDA Sieve debugging
Hello all,
I've installed and setup the LDA with postfix. I'm trying out Sieve
support, and wrote the following global script:
require "fileinto";
if address :contains "To" "luca at mydomain.tld" {
fileinto "Spam";
}
and tried to send an email to that address. The sieve script seems to be
processed and sieve-global.scriptc is compiled, but the
2006 May 03
1
dovecot, procmail, postfix & SpamAssassin working together
Hi there, i'm trying to get dovecot, procmail, postfix & SpamAssassin
working together
http://www.linuxquestions.org/questions/showthread.php?t=441062
But i'm not having a lot of luck, a question about dovecot, what kind of
mail box am i using? mbox? if so does anyone know if procmail can use mbox?
/etc/dovecot.conf
protocols = imap pop3
imap_listen = [::]
pop3_listen = [::]
2009 Mar 24
3
Version 2.0 with multiple IP/TLS certificate support.
Hello,
I sent this email earlier but for some reason it did not go through so I
will try again!
I am using Dovecot on several servers that require multiple domain SSL
certificates. I like Dovecot very much because of its speed and
stability. Currently, Dovecot does not support multiple SSL
certificates directly although I have gotten around this problem with
multiple Dovecot instances
2006 Aug 09
10
Dovecot as LDA with Postfix
I have been attempting to replace Procmail with Dovecot as the LDA for my
Postfix mail server, but without success. Below is a truncated output from
the /var/log/maillog.
Aug 9 11:56:20 scorpio postfix/local[4338]: 88C3FC3D1: to=<gerard at localhost.seibercom.net>, orig_to=<gerard at localhost>, relay=local, delay=1119, delays=1118/0.71/0/0.11, dsn=4.3.0, status=deferred (temporary
2008 Mar 03
3
LVM and kickstarts ?
Hey,
Can anyone tell me why option 1 works and option 2 fails ? I know I
need swap and such, however in trouble shooting this issue I trimmed
down my config.
It fails on trying to format my logical volume, because the mount point
does not exist (/dev/volgroup/logvol)
It seems that with option 2, the partitions are created and LVM is setup
correctly. However the volgroup / logvolume was not
2013 Apr 10
5
Setting a CDR field from using feature codes...
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I am trying to set the CDR(userfield) to a certain vaule using the
application map of features.conf but I am not able to do it. When I
receive a call I would like to tag it with a client code (3 digit
numeric) so I can referenci it later from the CDR. I have edited
features.conf with something like:
code => #111,self,SET(CDR(userfield(111))
or
2014 Aug 27
1
R, OSX, should creating SVGs request XQuartz
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
hi,
on OS X, when you try and use something which depends on X11, and you
don't have XQuartz installed, you receive an error message, it directs
you to download XQuartz, and then it euthanizes your process.
(my guess is that there is a skeleton X11 dylib installed in OS X by
default, and it is responsible for the error message and the
2013 Jun 07
3
dCAP study recommendations
Greetings. Anyone have any recommendations for studying for the dCAP Certification? Other than the expensive Digium courses, there doesn't seem to be anything online.
Thanks,
Michael Gilleran
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130607/3b4766ea/attachment.htm>
2012 Jul 21
1
top on host and guest
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I have a 6.3 guest running on a 6.3 host and the output from top seems
strange to me. At least I did not expect this.
While in the guest on core is busy with i/o the host seems idle.
Does anyone know why it is this way?
See the output from top below, first the one from guest, then host.
top - 14:12:35 up 12 min, 1 user, load average: 2.76,
2014 Aug 07
1
kickstart - dont wipe data
Hi,
I am struggling with kickstart.
What I want to achieve is a reinstall, but some data partitions should
survive the install, i.e. they should not be formatted.
With a single disk this works, here is the relevant part from the
kickstart file (I shortened the name of the volume group)
...
zerombr
clearpart --none --initlabel
part /boot --fstype="xfs" --label=boot --onpart=vda1
part
2016 Aug 05
1
CentOS 7 kickstart question
On Thu, August 4, 2016 7:13 pm, Paul Heinlein wrote:
> On Thu, 4 Aug 2016, Valeri Galtsev wrote:
>
>> Dear Experts,
>>
>> Could somebody point to kicstart HOWTO specific for CentOS 7?
>>
>> On CentOS 7 I somehow am always given human intervention questions
>> about drive which defeats unattended ks install.
>>
>> At least one snag I hit
2012 Jul 11
0
FYI, minor change in anaconda behaviour between 6.2 and 6.3
If you use a kickstart file to build unattended servers (eg virt-install)
then new disks or virtual volumes will cause problems unless you have
"zerombr true" in the kickstart file
eg
zerombr yes
clearpart --all --initlabel
part /boot --fstype=ext4 --asprimary --size=100
part swap --asprimary --size=512
part / --fstype=ext4 --asprimary --grow --size=1
(CentOS 6.2 didn't
2016 Nov 30
0
Re: [PATCH] builder: Rearrange how template-building scripts work.
On Monday, 28 November 2016 10:40:51 CET Richard W.M. Jones wrote:
> Create a new directory (builder/template). Integrate all of the
> scripts into a single program, so that templates are generated more
> consistently.
>
> This also changes how the index file is generated. The script now
> generates the index file fragment and saves it under version control,
> and then
2013 Jun 13
1
No audio until you put call on hold...
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have been struggling with an audio issue for a week now and have
not been able to solve it.
We have an Asterisk server (now running 11.4 but started with 1.8)
with several sip phones on an internal network and a SIP trunk for
external calls. We recently put several phones in service that
connect via the Internet to the server. All NAT settings
2013 Jul 03
1
Calls drop after transfer
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have an Asterisk 11.4 SIP only system. We are using a SIP trunk
for outside calls. We are having a problem with calls dropping after
a transfer.
Outside call awswered by phone 101
101 transfers to 100 (attended transfer)
call is dropped after a few seconds
I cannot really think of anything else to check in sip.conf.
Incoming calls never drop
2011 Oct 25
1
Centos6 sealert browser doesnt appears
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi folks,
Im trying to get the sealert browser to show up on my desktop, but I cant get it to work.
I have installed all setroubleshoot packages, which provides sealert
and im running sealert -b from the command line over a GUI session on gnome and nothing happens.
Any ideas?
Jeronimo Calvo
jeronimocalvop at hush.com
-----BEGIN PGP
2012 Aug 25
0
write-intent bitmap
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
On CentOS 6 I noticed very high load after installing and while the md
raid 1 array was syncing. I found lots of complaints about performance
degradation for md raid with enabled write-intent bitmap. See
http://blog.liw.fi/posts/write-intent-bitmaps/ for example. So I
wanted to it off. I let it sync and then removed the bitmap.
Do you know of a
2015 May 24
2
CentOS-Base.repo baseurl commented out
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Dear,
Recently I have noticed that on all my CentOS machines the
CentOS-Base.repo file seems to have been modified resulting in all
baseurl= lines being commented out.
Did I miss something that was planned or is this a bug?
Best regards,
- --
Tim Semeijn
Babylon Network
pgp 0x5B8A4DDF
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.19