Re: [CentOS] bash script input password automatically.

2022-07-22 Thread Paul Heinlein
-interactive way? For example password is stored in a file and the bash script will source it instead of manually typing the password. Please suggest. Thanks in advance. See the "PASS PHRASE ARGUMENTS" section of the openssl(1) man page for the various ways openssl can get a password. -- Pau

Re: [CentOS] ceph beginner, how to initialize a new node on a blank system?

2022-02-21 Thread Paul Heinlein
for example pxe and kickstart surely works too but my idea is that an new node perfectly fits in every aspect. Do you mean something like ceph-ansible? https://docs.ceph.com/projects/ceph-ansible/en/latest/ -- Paul Heinlein heinl...@madboa.com 45.38° N, 122.59° W

Re: [CentOS] [CentOS Stream 8] Update of IPA server broken - bind-dyndb-ldap needs to be rebuilt?

2022-02-09 Thread Paul Heinlein
think I'm fully up to date. Am I missing something? -- Paul Heinlein heinl...@madboa.com 45.38° N, 122.59° W ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Introducing CentOS Stream 9

2021-12-03 Thread Paul Heinlein
same concept applies to the system level gcc, and therefore libgcc. Does that mean there might be, say, a python310 or gcc12 stream? RHEL 8 does not include Tomcat either, so that is not new. Heh. I guess I should have looked at that. None of our internal Tomcat users have yet moved to EL8. --

Re: [CentOS] Introducing CentOS Stream 9

2021-12-03 Thread Paul Heinlein
base OS but is also a stream. I'm not sure how that will work. As of yesterday, "dnf module list" is pretty sparse. I assume that will change over time. So far, my overall impression is that it behaves not too differently from EL8/CentOS 8. -- Paul Heinlein heinl...@

Re: [CentOS] Running Centos 8 Stream: Do I need to remove any of the repos?

2021-11-30 Thread Paul Heinlein
doing with the "Remi" repository, since it's an unknown to me. Otherwise, your repository list looks good to me. -- Paul Heinlein heinl...@madboa.com 45.38° N, 122.59° W ___ CentOS mailing list CentOS@centos.org https://lists.centos.o

Re: [CentOS] Running Centos 8 Stream: Do I need to remove any of the repos?

2021-11-29 Thread Paul Heinlein
don't know anything about the remi* repositories, so I can't speak to them. I suspect the redhat.repo file is nothing but comments, but you'd need to verify its contents. Otherwise, your *.repo list looks pretty functional. -- Paul Heinlein heinl...@madboa.com 45.38° N, 122.59° W

Re: [CentOS] Centos versions in the future?

2021-07-08 Thread Paul Heinlein
on, value. -- Paul Heinlein heinl...@madboa.com 45.38° N, 122.59° W ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Centos 8 crypto-policy to get SSL Labs A rating

2021-07-05 Thread Paul Heinlein
figure out where exactly the 'PROFILE=SYSTEM' string gets parsed and replaced, so I can't answer your specific question. In my case, I don't use any Include or IncludeOptional statements in the main httpd.conf; it's all there in one file. Obviously, my solution won't work for everyone.

Re: [CentOS] Centos 8 crypto-policy to get SSL Labs A rating

2021-06-30 Thread Paul Heinlein
onjunction with other TLS best practices, these settings seem to do the trick (read: Qualys likes them), albeit while excluding some older browsers. -- Paul Heinlein heinl...@madboa.com 45.38° N, 122.59° W ___ CentOS mailing list CentOS@centos

Re: [CentOS] rsync over ssh stalls after completing the job

2021-04-14 Thread Paul Heinlein
X11 yes ForwardX11Trusted yes # network settings Host *.my.net Compression yes IdentityFile ~/.ssh/id_ed25519 # defaults Host * Compression no ForwardAgent no ForwardX11 no ForwardX11Trusted no Protocol 2 # = %< = -- Paul Heinlein heinl...@madboa.com 45.38° N, 122

Re: [CentOS] rsync over ssh stalls after completing the job

2021-04-13 Thread Paul Heinlein
when you logout of jeff? It's fairly rare, but I've seen logout messages mess up rsync before. -- Paul Heinlein heinl...@madboa.com 45.38° N, 122.59° W ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] XML parsing in shell script

2021-03-18 Thread Paul Heinlein
-commercial. I gain nothing by you visiting it -- or ignoring it.) -- Paul Heinlein heinl...@madboa.com 45.38° N, 122.59° W ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] XML parsing in shell script

2021-03-18 Thread Paul Heinlein
t of cases. In that case, the libxslt stuff may be what you want: http://xmlsoft.org/libxslt/ The command-line tool is xsltproc. Again, it's not easy to use, but once you've built a toolchain, it will be reliable and fairly easy to modify if the source XML schema change. -- Paul Heinlein heinl...@

Re: [CentOS] R730xd & SD card identfication

2021-03-08 Thread Paul Heinlein
/considerations_in_adopting_rhel_8/index#removed-device-drivers_hardware-enablement My suggestion is that you try finding a driver at http://elrepo.org/. -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W ___ CentOS mailing list CentOS@centos.org https://lists.centos.org

[CentOS] OpenStack Training Recommendations

2021-02-24 Thread Paul Heinlein
for OtherGreatSolution will be ignored.) -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Permission denied when updating CentOS 8 Streams

2021-02-19 Thread Paul Heinlein
an https:// URL. -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Certificate Authority (CA) in CentOS 7 to create digital certificates

2021-02-16 Thread Paul Heinlein
clients that need SSL Certificates? FWIW: I use the "easy-rsa" package for that (standard in Fedora, for RHEL/CentOS 7/8 it's in the EPEL 7/8 repository). I use the easyrsa package as well. It can be found in the OpenVPN source code, if you need to download it directly. -- Paul Hein

Re: [CentOS] dovecot option PROFILE=SYSTEM

2021-01-06 Thread Paul Heinlein
pto-policies directory tree Several applications use these policies, so it's worthwhile to take a look around. -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] https://blog.centos.org/2020/12/future-is-centos-stream/

2020-12-08 Thread Paul Heinlein
ide, they will prove very stable. If not, then I'll pour one out for CentOS and look elsewhere. -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] enp0s25 disconnect

2020-11-04 Thread Paul Heinlein
ion modify ens192 connection.autoconnect yes # start ens192 immediately nmcli connection up ens192 # = %< Hope that helps. -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W ___ CentOS mailing list CentOS@centos.org https://lists.cent

Re: [CentOS] CentOS 8.2 / missing libc++ (libcxx-devel)

2020-10-13 Thread Paul Heinlein
it in order to build v9 and plv8 projects) Do you mean the libstdc++-devel package? Or prehaps redhat-lsb-cxx? -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] firewall help request

2020-06-16 Thread Paul Heinlein
-p tcp --dport 22 -s 10.0.0.0/24 -j REJECT -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] How to get CentOS 8 on AWS

2020-05-12 Thread Paul Heinlein
not. -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Need help to fix bug in rsync

2020-03-25 Thread Paul Heinlein
' remotehost:remote.file local.file -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Nasty Fail2Ban update for Centos 7

2020-01-01 Thread Paul Heinlein
journal for its log input by default. All of the logpath entries in my fail2ban configuration point to ordinary /var/log/* files. I don't know how fail2ban-systemd repoints the logpath entries to use inputs from systemd-journald, but I suspect that's where the mismatch may be happening. -- Paul

Re: [CentOS] yum4 and dnf on CentOS 8

2019-11-25 Thread Paul Heinlein
10 (the default) or 9.6. -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] DHCP server failover: advise is needed

2019-11-22 Thread Paul Heinlein
, no v6, which may simplify things. Could someone point to a description of working DHCP failover configuration? I wrote this article a long time ago: https://www.madboa.com/geek/dhcp-failover/ It worked for me at my last job. -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W

Re: [CentOS] C8 Questions

2019-11-15 Thread Paul Heinlein
) and CentOS 8 running without difficulty. I simply made the installation ISO visible to the VM at start time; no special instructions were necessary to install and re-launch the VM. I did disable the ksmtuned service, since it does nothing but chew CPU on a VMWare hypervisor. -- Paul Heinlein

Re: [CentOS] No CentOS 8 Updates announced in Centos-announce email list

2019-11-05 Thread Paul Heinlein
think of this? I usually rely on this list for all things CentOS, so I'd certainly prefer to see updates for all active CentOS releases published to this list. -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W ___ CentOS mailing list CentOS

Re: [CentOS] Security Policies

2019-10-29 Thread Paul Heinlein
"Crypto policies"? If so, the update-crypto-policies utility will probably get you where you want to go. -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Mix/match C8 crypto policies

2019-10-07 Thread Paul Heinlein
On Fri, 4 Oct 2019, Paul Heinlein wrote: Is it possible to mix and match crypto policies using approved tools in CentOS 8? Our environment requires a LEGACY setting for OpenSSL so we can maintain connections with our LDAP servers (which we cannot update at this time), but I'd like

[CentOS] Mix/match C8 crypto policies

2019-10-04 Thread Paul Heinlein
exists. -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS 8 network-scripts

2019-10-03 Thread Paul Heinlein
explanation: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/configuring_and_managing_networking/index#configuring-an-interface-with-static-network-settings-using-ifcfg-files_configuring-ip-networking-with-ifcfg-files -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W __

Re: [CentOS] How to dump/restore a CentOS 7 system

2019-09-25 Thread Paul Heinlein
nsible/etc -- doesn't work in that situation. -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Replacing sendmail with postfix

2019-09-23 Thread Paul Heinlein
ubmit a message for each addressee.) -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Need to update gcc to version >=6 on CentOS 7 ?

2019-09-11 Thread Paul Heinlein
On Wed, 11 Sep 2019, John Chludzinski wrote: Ooops! for to: $ sudo yum install centos-release-scl-rh Ad-free, non-tracking blog post on using SCL packages: https://www.madboa.com/blog/2016/08/29/scl-intro/ -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W

Re: [CentOS] how to increase DNS reliability?

2019-07-25 Thread Paul Heinlein
Grep for RES_OPTIONS in /sbin/dhclient-script for the gory details. -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] how to increase DNS reliability?

2019-07-25 Thread Paul Heinlein
if those options are configurable on Mac and/or Windows workstations. -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] df

2019-05-23 Thread Paul Heinlein
On Thu, 23 May 2019, Stephen John Smoogen wrote: On Thu, 23 May 2019 at 16:43, Paul Heinlein wrote: On Thu, 23 May 2019, Stephen John Smoogen wrote: I might actually be able to have a workable answer: alias drf='/usr/bin/df -x tmpfs' /usr/bin/df \ -x autofs -x binfmt_misc -x cgroup

Re: [CentOS] df

2019-05-23 Thread Paul Heinlein
pstore -x rpc_pipefs -x securityfs \ -x selinuxfs -x sysfs -x tmpfs :-) -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] bash off topic

2019-05-16 Thread Paul Heinlein
oing to need to provide a test case where the quotes are actually required. -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] weird RPM dependency error; '/bin/sh' needed, but is provided

2019-02-12 Thread Paul Heinlein
is amiss. -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Tools/mechanisms for the management of access permissions in big filebased datasets

2018-11-28 Thread Paul Heinlein
ied, any new files created within those directories should inherit the proper ACLs. -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] What are the differences between systemd and non-systemd Linux distros?

2018-10-19 Thread Paul Heinlein
; E.g., [~]$ systemctl status ntpd ● ntpd.service - Network Time Service Loaded: loaded (/usr/lib/systemd/system/ntpd.service; enabled; vendor preset: disabled) It shows the definition file. -- Paul Heinlein <> heinl...@madboa.com <> http

[CentOS] Unknown NFSv4 ACL permission

2018-10-02 Thread Paul Heinlein
--- 1 heinlein wheel2488 Oct 2 15:13 TODO If, on the Linux side, I run nfs4_editfacl and do nothing but remove the 'O' permission symbols, then things clear up. Has anyone here seen anything like this? My google-fu has failed. -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W

Re: [CentOS] Failed to get to installer for CentOS 7 VM under CentOS 6...

2018-09-27 Thread Paul Heinlein
taller and see where that gets you... -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] sssd logs

2018-08-21 Thread Paul Heinlein
. -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] SSSD and cache persistence

2018-08-06 Thread Paul Heinlein
ve never tried disabling the cache, so I'm no help there. -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Finding user's files

2018-08-01 Thread Paul Heinlein
know how if you can set up a central instance across several file servers or if each filesystem would need its own engine. -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman

Re: [CentOS] Problem with definition of slist in CFEngine

2018-07-26 Thread Paul Heinlein
ervice cfengine3.service is inactive at the moment: # systemctl is-active cfengine3.service inactive I have a problem with the definition of the stringlist/slist "info_list". In some cases it becomes some kind of "undefined" or at least I'm not able to print it out in a report (in "r1:"). Two related questions: Is there any chance that some elements of your info_list become larger than 4K size limit cfengine places on scalar variables? Similarly, I wonder if the 4K size limit comes into play when a list is interpolated into a string, as in your r1 report. I'm merely speculating; I don't know one way or the other. Plus, I've never tried defining a slist with a comma after the final element. I assume that works for you, but I'll just note it for the record. -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS7: Setting up ldap over TLS in kickstart file

2018-06-14 Thread Paul Heinlein
individual files. My suggestion would be to isolate the CA certificate used to sign your LDAP server certs, install that as a separate file in ldap_tls_cacertdir, and run cacertdir_rehash to get the hash correct. -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W ___

Re: [CentOS] Semi-OT: install python package in userspace

2018-04-09 Thread Paul Heinlein
of the alerts; they'll ask us if it's important. So we rarely give out sudo on shared systems and when we do there's some "extreme vetting" going on. Also, Python has such a mature virtual-environment setup that more publicly posted instructions are using that route anyway. -- Paul Hein

[CentOS] Identifying Official CentOS AWS AMIs

2018-01-02 Thread Paul Heinlein
the base query I'm testing: aws ec2 describe-images \ --owners 410186602215 \ --output text \ --query 'reverse(sort_by(Images, ))[?starts_with(Description, `CentOS Linux 7`)].[ImageId, CreationDate, Description]' -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W

Re: [CentOS] run bash from cron

2017-11-15 Thread Paul Heinlein
t to try next.  Any ideas? In your crontab, try env PATH="$PATH:/root/bin" bash filename.txt -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Kickstart ksdevice question

2017-11-03 Thread Paul Heinlein
I haven't been able yet to travel to the data center to apply and test the patch. (No RMM modules in this rack, so I can't attach virtual boot media. Sigh.) Anyway, that may not be your problem, but it might be worth looking into. -- Paul Heinlein heinl...@madboa.com 45°38' N

Re: [CentOS] Auth failure messages

2017-10-18 Thread Paul Heinlein
ailures you've noted: 2017-10-17T10:42:39.099125-04:00 mightymite sendmail[7240]: v9HEgTgp597220: AUTH failure (LOGIN): authentication failure (-13) SASL(-13): authentication failure: checkpass failed, relay=[nnn.nnn.nnn.nnn] -- Paul Heinlein heinl...@madboa.co

[CentOS] nfsvers and nfs-utils-1.3.0-0.48.el7

2017-10-12 Thread Paul Heinlein
is not in the fail-down path. The short-term answer is to specify nfsvers=4.0 in our autofs configuration files, which works like a charm. Like I said, this was an announced change, but the implications escaped us until now. So this little writeup is just for the record. -- Paul Heinlein heinl

Re: [CentOS] how to prevent files and directories from being deleted?

2017-10-03 Thread Paul Heinlein
syntax for /etc/tmpfiles.d/*.conf isn't terribly difficult, and the files there are easy to manage. See the tmpfiles.d(5) man page for details and examples. Once your file is in place, you can activate it without messing with other temp files: systemd-tmpfiles --create /etc/tmpfiles.d/your.conf

Re: [CentOS] Installation on Knights Landing (KNL) machines failure

2017-08-22 Thread Paul Heinlein
wrote for naming PXE configuration files on per-IPv4 bases: https://github.com/heinlein/pxehex I don't know if it will help in your case, but I thought I'd pass it along. -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W ___ CentOS mailing list

Re: [CentOS] Custom kickstart post section on usb thumbdrive

2017-08-14 Thread Paul Heinlein
%post. Of course, that means you'll have to hack the repo on your USB drive, so it's not really a lightweight solution. -- Paul Heinlein <> heinl...@madboa.com <> https://www.madboa.com/ ___ CentOS mailing list CentOS@cent

Re: [CentOS] Centos 7 specific cure for Spamassassin DNS lookup problem

2017-08-10 Thread Paul Heinlein
. I have no trouble with spf at all. Is it possible the problem is with local DNS resolution? -- Paul Heinlein <> heinl...@madboa.com <> https://www.madboa.com/ ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Thanks to every one

2017-07-18 Thread Paul Heinlein
On Tue, 18 Jul 2017, Jonathan Billings wrote: Also, if your researchers can't write code that performs checkpoints, they're going to be awfully unhappy when a bug in their code makes it segfault 199 days into a 200 day run. +1 -- Paul Heinlein <> heinl...@madboa.com &l

Re: [CentOS] CentOS 6.9, shredding a RAID

2017-05-31 Thread Paul Heinlein
this long...? Unless you specified non-default options, shred overwrites each file three times -- and writing 27 TB to an old RAID array will be extremely slow. Also, shred has a builtin PRNG, and I'm not really sure how speedy it is. Still, 12 days seems like a really long time... -- Paul Heinlein

Re: [CentOS] Fix for the CVE-2017-7494?

2017-05-26 Thread Paul Heinlein
.el7_3.x86_64 -- Paul Heinlein <> heinl...@madboa.com <> http://www.madboa.com/ ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] more recent perl version?

2017-05-24 Thread Paul Heinlein
On Wed, 24 May 2017, hw wrote: Paul Heinlein schrieb: On Tue, 23 May 2017, m.r...@5-cent.us wrote: > hw wrote: > > > > are there packages replacing the ancient perl version in > > Centos 7 with a more recent one, like 5.24? At least the > > state featu

Re: [CentOS] more recent perl version?

2017-05-23 Thread Paul Heinlein
-perl524-perl Name: rh-perl524-perl Arch: x86_64 Epoch : 4 Version : 5.24.0 Release : 379.el7 Size: 6.0 M Repo: centos-sclo-rh/x86_64 Summary : Practical Extraction and Report Language -- Paul Heinlein <> heinl...@madboa.com <> http://ww

Re: [CentOS] running tomcat as non-root user.. (/var/run pidfile issue)

2017-05-04 Thread Paul Heinlein
On Thu, 4 May 2017, Alexander Dalloz wrote: Am 04.05.2017 um 18:35 schrieb Paul Heinlein: The second method is to add an ExecStartPre to /usr/lib/systemd/system/tomcat.service, e.g., Sorry, no. Better not touch the service files in /usr/lib/systemd/system which ship with the associated

Re: [CentOS] running tomcat as non-root user.. (/var/run pidfile issue)

2017-05-04 Thread Paul Heinlein
that route, then after editing the service file, do systemctl daemon-reload systemctl start tomcat I'd recommend the tmpfiles route myself, but either will get you where you want to go. -- Paul Heinlein <> heinl...@madboa.com <> http://ww

Re: [CentOS] CentOS version

2017-04-27 Thread Paul Heinlein
or not. -- Paul Heinlein <> heinl...@madboa.com <> http://www.madboa.com/ ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] PUPPET - group IDS

2017-04-19 Thread Paul Heinlein
u'd just add accounts::users: user1: allowdupe: 'true' -- Paul Heinlein <> heinl...@madboa.com <> http://www.madboa.com/ ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS 6 and pxeboot

2017-04-11 Thread Paul Heinlein
erested, I've written a script that generates suitable IPv4-based filenames for pre-default usage: https://github.com/heinlein/pxehex -- Paul Heinlein <> heinl...@madboa.com <> http://www.madboa.com/ ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] Python 3.x on Centos 7

2017-03-23 Thread Paul Heinlein
Install what you need, then you have a couple choices about how to use the SCL for Python 3.5. For your choices, see https://www.madboa.com/blog/2016/08/29/scl-intro/ -- Paul Heinlein <> heinl...@madboa.com <> http://www.madboa.com/ ___ Ce

Re: [CentOS] systemd, oh my

2017-03-14 Thread Paul Heinlein
systemd: Dependency failed for /export/1. Why is this running? The systems' been up for 10 days, and I didn't set up such a job. Any chance there's a configuration-management bit that didn't get changed, like a puppet rule or somesuch? -- Paul Heinlein <> heinl...@madboa.com &

Re: [CentOS] Up to date guide/information Sendmail SMTP Auth

2017-03-09 Thread Paul Heinlein
(*, !, <, >, &, ...), make sure you enclose it in quotation marks. What have you seen in your logs (usually /var/log/maillog on CentOS systems)? If sendmail is having trouble setting up TLS/SSL, it will let you know! You may have to post the entire contents of your sendmail.mc (the

Re: [CentOS] Up to date guide/information Sendmail SMTP Auth

2017-03-08 Thread Paul Heinlein
On Wed, 8 Mar 2017, Mark Weaver wrote: On 03/08/2017 11:00 AM, Paul Heinlein wrote: On Wed, 8 Mar 2017, Mark Weaver wrote: > Hello all, > > I've been googling my brains out since yesterday looking for > up-to-date information on this matter, and have found &g

Re: [CentOS] Up to date guide/information Sendmail SMTP Auth

2017-03-08 Thread Paul Heinlein
, which includes spamassassin, clavav, and opendmarc. Below my .sig, I've included the shell script I use for that. -- Paul Heinlein <> heinl...@madboa.com <> http://www.madboa.com/ #!/bin/sh # # start/stop SMTP tool chain on mai

Re: [CentOS] GCC 4.9 in CentOS 7 ??

2017-02-06 Thread Paul Heinlein
no advertising on my site and I make no revenue from it.) -- Paul Heinlein <> heinl...@madboa.com <> http://www.madboa.com/ ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] microcode_ctl-2.1-16 hard crash on Intel E5 2667 v4 CPUs

2017-01-04 Thread Paul Heinlein
microcode_ctl package, a CentOS update will follow quickly. The obverse is true too: without a RHEL release, a CentOS update will not follow. You can manually download and install Petr Oros' test package, and you can badger Red Hat, but those are your only realistic options. -- Paul Heinlein

Re: [CentOS] microcode_ctl-2.1-16 hard crash on Intel E5 2667 v4 CPUs

2017-01-04 Thread Paul Heinlein
uot; That allows a package in the updates repository to be installed over one currently installed on your system. -- Paul Heinlein <> heinl...@madboa.com <> http://www.madboa.com/ ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Kickstart issue with UEFi

2016-08-23 Thread Paul Heinlein
dd if=/dev/zero of=/dev/$BLKDEV bs=512 count=4 done %end This will execute prior to anaconda trying to partition the disk. Note that it will erase or obfuscate all data on the disk(s) so it's definitely unsuited for systems on which you want to retain data. -- Paul Heinlein heinl...@madboa.com

Re: [CentOS] CentOS 7 kickstart question

2016-08-04 Thread Paul Heinlein
On Thu, 4 Aug 2016, Valeri Galtsev wrote: On Thu, August 4, 2016 7:13 pm, Paul Heinlein wrote: On Thu, 4 Aug 2016, Valeri Galtsev wrote: At least one snag I hit consistently with CentOS 7 kickstart is: it drops me into human decision as far as wiping hard drive and creating custom

Re: [CentOS] CentOS 7 kickstart question

2016-08-04 Thread Paul Heinlein
GER: will remove all volume groups for VG in $(vgs -o vg_name --noheadings); do vgremove -f "$VG" done %end -- Paul Heinlein <> heinl...@madboa.com <> http://www.madboa.com/ ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Mounting NFS subdirectories individually or just the parent?

2016-07-27 Thread Paul Heinlein
might benefit from different management cycles; that'd also be a case where multiple exports might be a good idea. That said, I've never managed an exported filesystem consisting of different arrays; we've always exported at the RAID level or below. -- Paul Heinlein <> hei

Re: [CentOS] CentOS 6 and an SAS drive, hardware

2016-07-27 Thread Paul Heinlein
. I've never had trouble with SATA. This is the first time with an SAS drive. mixing SAS and SATA on the same backplane can be problematic, depending on the system. Yep. -- Paul Heinlein <> heinl...@madboa.com <> http://www.madboa.com/ __

Re: [CentOS] [CENTOS ]IPTABLES - How Secure & Best Practice

2016-06-29 Thread Paul Heinlein
patching, * good service monitoring combined with a remediation plan should things go awry, * good crypto configuration, * etc., etc. In other words, packet filtering is a good start toward a secure system, but no more than that. -- Paul Heinlein <> heinl...@madboa.com <> http://ww

Re: [CentOS] KVM HA

2016-06-22 Thread Paul Heinlein
no redundancy, but that's a bug, not a feature.) -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] https and self signed

2016-06-15 Thread Paul Heinlein
in the OpenVPN distribution tarball or at GitHub: https://github.com/OpenVPN/easy-rsa -- Paul Heinlein <> heinl...@madboa.com <> http://www.madboa.com/ ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] bareos on CentOS 6

2016-05-17 Thread Paul Heinlein
that the Windows client is spinning trying to backup cygwin files, specifically /var/log/lastlog? -- Paul Heinlein <> heinl...@madboa.com <> http://www.madboa.com/ ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Suggestions for Config Management Tool

2016-05-12 Thread Paul Heinlein
umentation lengthy ... lack real substance -- often true. I've found the best tutorial for cfengine's language to be the standard cfengine library (cfengine_stdlib.cf). It shows some best practices and neat tricks that the documentation really doesn't explain. -- Paul Heinlein <> heinl...@ma

Re: [CentOS] Apache/PHP Installation - opinions

2016-04-27 Thread Paul Heinlein
over the life-cycle of those hosts spinning up puppet or cfengine than I will managing those systems by hand. Other admins may have a different opinion, but that's what I've discovered. -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W___ CentOS

Re: [CentOS] Storage cluster advise, anybody?

2016-04-22 Thread Paul Heinlein
On Fri, 22 Apr 2016, Digimer wrote: Then you would use pacemaker to manage the floating IP, fence (stonith) a lost node, and promote drbd->mount FS->start nfsd->start floating IP. My favorite acronym: stonith -- shoot the other node in the head. -- Paul Heinlein heinl...@madboa.com

Re: [CentOS] VPN suggestions centos 6, 7

2016-04-19 Thread Paul Heinlein
r CA : No Anyway, those are the extensions that should do away with these errors: > Mon Apr 18 05:34:50 2016 VERIFY OK: depth=1, C=US, ST=California, L=San > Francisco, OU=Certificate Authority, O=, CN=X.X.X > Mon Apr 18 05:34:50 2016 Certificate does not have key usage extensio

Re: [CentOS] VPN suggestions centos 6, 7

2016-04-18 Thread Paul Heinlein
, OU=Certificate Authority, O=, CN=X.X.X Mon Apr 18 05:34:50 2016 Certificate does not have key usage extension -- Paul Heinlein <> heinl...@madboa.com <> http://www.madboa.com/ ___ CentOS mailing list CentOS@centos.org https://lists.ce

Re: [CentOS] VPN suggestions centos 6, 7

2016-04-04 Thread Paul Heinlein
paraphrase The Princess Bride: Security is pain. Anyone who says differently is selling something. -- Paul Heinlein <> heinl...@madboa.com <> http://www.madboa.com/ ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Perl on CentOS 6 and CentOS 7

2016-03-14 Thread Paul Heinlein
for Perl 5.16 and 5.20: https://www.softwarecollections.org/en/scls/?search=perl I can't speak for Perl 6, but a cursory search suggests that neither CentOS 6 nor 7 have readily available packages. -- Paul Heinlein <> heinl...@madboa.com <> http://ww

Re: [CentOS] CentOS 7, Xeon CPUs, not booting

2016-02-18 Thread Paul Heinlein
emd: Found device /dev/mapper/vg00-rootdev. systemd: Starting File System Check on /dev/mapper/vg00-rootdev... It's only after that's complete that I get device-specific messages like systemd: Found device ST9600204SS. So I'm interested to know the content of your /etc/fstab file.

Re: [CentOS] C7 apache file access

2015-12-23 Thread Paul Heinlein
read directory for multi: /home/rgm/public_html/biby/ If SELinux is working, then do setsebool -P httpd_enable_homedirs on -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6' W___ CentOS mailing list CentOS@centos.org https://lists.centos.org

Re: [CentOS] fail2ban problem new installation

2015-12-20 Thread Paul Heinlein
: Set fail2ban-sshd doesn't exist. Things to check: * the output of "ipset -l -n" to see if you have any ip sets defined * that the fail2ban-firewalld rpm is installed * that firewalld.service and fail2ban.service are both enabled and running -- Paul Heinlein heinl...@madboa.com 45°

Re: [CentOS] CR getting 7.2 packages......

2015-12-02 Thread Paul Heinlein
On Wed, 2 Dec 2015, Lamar Owen wrote: Heads-up to everyone: CR is getting CentOS 7.1511 (aka '7.2') packages. just updated using CR, Did the same update on a virtual host at Digital Ocean. No problems whatsoever. -- Paul Heinlein heinl...@madboa.com 45°38' N, 122°6

  1   2   3   4   5   >