[CentOS] Configure WiFi at install on CentOS Stream 9

2024-01-09 Thread Tony Molloy
tions. I choose WiFi and it allows me to configure the WiFi. It detects the network and the IP-address. However when I reboot the laptop there is no WiFi connection. Any suggestions. Thanks, Tony ___ CentOS mailing list CentOS@centos.org https://lists.cen

Re: [CentOS] CentOS 7 getssl script

2021-05-31 Thread Tony Mountifield
out the line if you don't want any additional domains at all in the certificate. Cheers Tony -- Tony Mountifield Work: t...@softins.co.uk - http://www.softins.co.uk Play: t...@mountifield.org - http://tony.mountifield.org ___ CentOS mailin

Re: [CentOS] CentOS 7 on a new Dell Precision

2021-05-15 Thread Tony Schreiner
On Tue, May 4, 2021 at 3:21 PM Tony Schreiner wrote: > I am trying to install CentOS 7 on a Dell Precision 3640 and am > having some driver problems. > > I had to use kmod-e1000e from ElReo enable networking on the: > 00:1f.6 Ethernet controller [0200]: Intel Corporation Ethern

[CentOS] CentOS 7 on a new Dell Precision

2021-05-04 Thread Tony Schreiner
" [54.893] compiled for 1.20.4, module version = 1.0.0 [54.893] ABI class: X.Org ANSI C Emulation, version 0.4 [54.893] (EE) modeset(G0): drmSetMaster failed: Invalid argument [54.893] (EE) Fatal server error: [54.893] (EE) AddScreen/ScreenInit failed for gpu driver 0 -1 [54.893] (EE) [54.893] (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. [54.893] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. [54.893] (EE) [54.895] (EE) Server terminated with error (1). Closing log file. Thanks if you have any recommendations. tony ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS 8

2021-04-08 Thread Tony Schreiner
On Thu, Apr 8, 2021 at 2:33 PM Nicolas Kovacs wrote: > Le 08/04/2021 à 18:58, Steve Clark via CentOS a écrit : > > How do I allow root log in on GDM. > > tl;dr: you don't. > > Log in as a non-root user, and when you do need root, either open up a > terminal > and use 'su -' or (even better) setup

Re: [CentOS] How to install XFCE on CentOS 8?

2021-02-25 Thread Tony Schreiner
> > CentOS mailing list > > CentOS@centos.org > > https://lists.centos.org/mailman/listinfo/centos > > > > > -- > Stephen J Smoogen. > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos Does package building for debian and derivatives not run into this same issue of interdependency? Is it because they have more packages to begin with? Not judging, I'm curious. Tony Schreiner ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

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

2021-02-22 Thread Tony Mountifield
firewall rules that I'd > expect to result in EPERM, but they do not, so I'm not sure what such a > rule looks like. Of course, SELinux can be confirmed or ruled out by doing "setenforce 0" and then trying the operation again. Then "setenforce 1" again afterwa

Re: [CentOS] letsencrypt error

2021-02-06 Thread Tony Mountifield
In article , Jerry Geis wrote: > Hi Tony, > > Thanks for the suggestion https://github.com/srvrco/getssl was not aware of > that. > I got so close... It says it loaded the certificate the files are there - I > edited /etc/httpd/conf.d/ssl.conf and set the two paths to the right

Re: [CentOS] letsencrypt error

2021-02-05 Thread Tony Mountifield
one else run into this and know what the issue is ? Try using getssl instead: https://github.com/srvrco/getssl Cheers Tony -- Tony Mountifield Work: t...@softins.co.uk - http://www.softins.co.uk Play: t...@mountifield.org - http://tony.mountifield.org ___ Ce

Re: [CentOS] CentOS 8.2: error running non-shared postrotate script for /var/log/mysql/mysqld.log

2020-12-07 Thread Tony Mountifield
g these lines: [mysqladmin] user = root password = YourMySqlRootPassword You need to put it in / or in /root - I usually do both, as I think logrotate has / as it's home dir instead of /root. Then logrotate can call mysqladmin without having to give a password. Cheers Tony

Re: [CentOS] server rebooted email

2020-11-19 Thread Tony Schreiner
On Thu, Nov 19, 2020 at 11:32 AM Oleg Cherkasov wrote: > On 19.11.2020 12:07, Kenneth Porter wrote: > > I used to put a line in rc.local to email root that my server rebooted. > > Does anyone have a nice systemd unit file to do the same? > > > > Also useful would be a shutdown email with the outp

Re: [CentOS] (C8) root on mdraid

2020-11-16 Thread Tony Mountifield
always done it, and have never had any problems. Never seen an attempt to partition an md device before. In that case, how would the kernel and initrd be found in order to assemble the RAID? Cheers Tony -- Tony Mountifield Work: t...@softins.co.uk - http://w

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

2020-10-13 Thread Tony Schreiner
On Tue, Oct 13, 2020 at 12:52 PM Paul Heinlein wrote: > On Mon, 12 Oct 2020, Alexandru Lazarev wrote: > > > Hi community, > > In CentOS 7 there is such rpm (libcxx-devel - it seems from EPEL > > repository), but in CentOS 8 it isn't. > > > > How is it possible to have it there as RPM? because alt

Re: [CentOS] certbot stopped working on CentOS 7: pyOpenSSL module missing required functionality

2020-10-05 Thread Tony Mountifield
ll wondering how to get certbot-1.7.0-1.el7.noarch working on CentOS 7 > again. https://github.com/srvrco/getssl also works pretty well, and just needs bash and openssl. Cheers Tony -- Tony Mountifield Work: t...@softins.co.uk - http://w

Re: [CentOS] Using CentOS 7 to attempt recovery of failed disk

2020-09-28 Thread Tony Mountifield
cal block size, which is why I said to use bs=4096. When I used "conv=noerror,sync bs=4096" I got an image of the correct size. That seems to correspond with what is said in the comment you linked to. Cheers Tony > On Sun, Sep 27, 2020 at 7:21 AM Tony Mountifield wrote: > >

Re: [CentOS] Using CentOS 7 to attempt recovery of failed disk

2020-09-27 Thread Tony Mountifield
will get a megabyte of zeros if any block within that megabyte is bad. I'm speaking from recent experience! Cheers Tony -- Tony Mountifield Work: t...@softins.co.uk - http://www.softins.co.uk Play: t...@mountifield.org - http://tony.mountifield.org ___

Re: [CentOS] Systemd service unit file needs to wait until a specific interface is up

2020-09-23 Thread Tony Mountifield
t; > Description=tcpdump capture script > > After=network.target > > Wants=network-online.target > > > > But it doesn’t work …. Any tip or trick? Just add a line to the tcpdump script to wait for the interface. Something like this: until ifconfig -s | grep -q &

Re: [CentOS] C8 - Register with Red Hat

2020-08-25 Thread Tony Schreiner
ff5113a7f710/f/SPECS/subscription-manager.spec#_855 > > I don't know what caused it to be enabled on your system, but that is > the way it currently ships. > > On Mon, Aug 17, 2020 at 6:54 PM Tony Schreiner > wrote: > > > > Sorry if I'm changing topic, But I

Re: [CentOS] Jamulus for Centos

2020-08-20 Thread Tony Mountifield
for CentOS 7 and 8, and Amazon Linux 2. See http://jamulus.softins.co.uk/repo/ for details. I haven't used the Jamulus client under Linux. If you haven't already, you would find the two Facebook groups worthwhile: - Jamulus (official group) - Jamulus World Jam Cheers Tony --

Re: [CentOS] C8 - Register with Red Hat

2020-08-17 Thread Tony Schreiner
On Mon, Aug 17, 2020 at 7:37 PM Gregory P. Ennis wrote: > On Mon, 17 Aug 2020 17:49:29 -0500 > Gregory P. Ennis wrote: > > > What appears is below. > > Removing dependent packages is required. Removing unused dependencies is > optional. > > dnf remove *subscription* --noautoremove > > should rem

Re: [CentOS] CentOS 8 & HandBrakeCLI

2020-07-13 Thread Tony . Molloy
ts.centos.org/mailman/listinfo/centos HandBrake-1.3.3-1.el8 and HandBrake-gui from RPM Fusion work fine on CentOS-Stream 8. Haven't tried on CentOS 8. Tony ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] firewall help request

2020-06-17 Thread Tony Mountifield
-p tcp --dport 22 -s 10.0.0.0/24 -j REJECT No, the OUTPUT chains apply to traffic originating within the machine itself (the gateway machine). But for traffic being forwarded by the gateway, it will use the FORWARD chains rather than the INPUT chains. So probably something like this: iptables

Re: [CentOS] xinetd custom service - perl - remote address

2020-05-28 Thread Tony Mountifield
quot;/" ENV{LC_TIME}="en_US" ENV{LANG}="en_US" ENV{LC_MESSAGES}="en_US" ENV{runlevel}="3" ENV{INIT_VERSION}="sysvinit-2.86" ENV{SHLVL}="3" ENV{LC_MONETARY}="en_US" ENV{_}="/usr/sbin/xinetd&qu

Re: [CentOS] Network Interfaces Issue

2020-04-28 Thread Tony Schreiner
be setting a default route for itself, which is not what you want. If you are using the NetworkManager widget to configure, make sure "use this connection only for resources on this network" is set Tony Schreiner ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS repo question

2020-04-23 Thread Tony Molloy
r the record .. i just updated to what we have in the QA stream and > it > worked OK .. I expect that out soon (next day or so i think) > > Okay Thanks I'll form the weekend and do a new install. Regards, Tony > EXTERNAL EMAIL: This email originated from outside of the Un

Re: [CentOS] CentOS repo question

2020-04-22 Thread Tony Molloy
On Wed, 2020-04-22 at 08:25 -0500, joh...@centos.org wrote: > EXTERNAL EMAIL: This email originated from outside of the University > of Limerick. Do not click on links or open attachments unless you > recognize the sender's email address and know the content is safe. > On 4/21

[CentOS] CentOS repo question

2020-04-21 Thread Tony Molloy
rsion of qt5-qttools and some other installed rpm depends on the original CentOS-Base version of qt5-qttools. I've played around with --allowerasing --best and --nobest but still can't get a clean update. Thanks, Tony -- Tony Molloy Home

Re: [CentOS] firefox unable to load pkcs11 module

2020-04-06 Thread Tony Schreiner
On Sun, Apr 5, 2020 at 4:27 PM nschehovin--- via CentOS wrote: > Hi Tony, > Have you solved this problem yet?I took another approach and used CACkey > which supportsUS Government PIV cards including the CAC. In my case I set > it up on Linux Mint but there is an rpm version of CACK

Re: [CentOS] firefox unable to load pkcs11 module

2020-04-02 Thread Tony Schreiner
On Thu, Apr 2, 2020 at 12:47 PM Tony Schreiner wrote: > CentOS 7, In firefox -> privacy & security -> certificates -> security > devices > i am trying to load the pkcs11 modules, but get the error unable to load. > > I am following the directions at > https://p

[CentOS] firefox unable to load pkcs11 module

2020-04-02 Thread Tony Schreiner
hich contains /usr/lib64/openssl/engines/pkcs11.so and am using that is the module Has anybody here done that, and can offer advice? Tony Schreiner ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] lapack

2019-12-31 Thread Tony Schreiner
On Tue, Dec 31, 2019 at 1:24 PM Michael Hennebry < henne...@web.cs.ndsu.nodak.edu> wrote: > Has anyone gotten lapack to work on centos 7? > If so, how? > > Most recently, I installed lapace-devel and let yum bring in what it > wanted. > Whenever I try to link, I get a long list of undefined refere

Re: [CentOS] systemctl behaves like it is being piped to less in centos 8?

2019-12-13 Thread Tony Mountifield
the same behaviour. Am I missing something? > > > > The environment variable $PAGER determines what pager to use. The > default is 'less'. User > > export PAGER=more > > to use 'more' instead. Or > > export PAGER= > > to not pipe t

Re: [CentOS] systemctl behaves like it is being piped to less in centos 8?

2019-12-13 Thread Tony Mountifield
d Schmidt looked to be pretty intransigent in the face of concerted objection some years ago. You either have to use: systemctl --no-pager status firewalld Or you have to first do: export SYSTEMD_PAGER= Maybe you could put the latter into a file in /etc/profile.d to make it system-wide: # echo 'exp

Re: [CentOS] What about Mate Desktop on Centos 8?

2019-12-06 Thread Tony Molloy
e-1.20 for CentOS 7. Sorry for the noise, should read the e-mail before replying ;-( -- Tony Molloy Home ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] What about Mate Desktop on Centos 8?

2019-12-06 Thread Tony Molloy
recent post to the list where someoen ported the Fedora > > rpms, does that help you? > > > > I see, that is indeed unfortunate. Although I have been using Linux > for some time, I am a complete beginner to compiling etc. > > Do you ha

Re: [CentOS] systemd: Failed unmounting /var on reboot, should I worry about fs corruption?

2019-11-27 Thread Tony Mountifield
different workarounds, but also indicate that the issue has indeed been solved in a later version of systemd. But that was only in April of this year; I don't know which version of upstream systemd was used in RHEL/CentOS 8. Maybe the fixed version won't appear until 8.2? Som

Re: [CentOS] yum install fails - itertoolsmodule.so

2019-11-08 Thread Tony Mountifield
x27;t involve reading its contents), so that the bad block isn't freed, and then do the suggested "yum reinstall python-libs" to restore it? Make sure that anything precious on that hard drive is backed up somewhere! Cheers Tony > On Thursday 07 November 2019 16:25:54 Paddy Do

Re: [CentOS] Possible Font problem with CentOS 7

2019-11-07 Thread Tony Molloy
ov, 2019 at 19:45:22 +, Tony Molloy wrote: > > > > Hi, > > > > I've got a possible font problem with a fully updated CentOS 7 > > system. > > > > An example with the man command. > > > > #man kill > > > > Should retu

Re: [CentOS] Possible Font problem with CentOS 7

2019-11-07 Thread Tony Molloy
depend on what you're using for a system theme. But the > setting you need to fix is under Text and Background Color. > Thanks, that sorted the terminal problem. Now for the e-mail problem. Regards, Tony > On Wed, 06 Nov 2019 19:45:22 + > Tony Molloy wrote: > > >

[CentOS] Possible Font problem with CentOS 7

2019-11-06 Thread Tony Molloy
ext box at the bottom of the page and I can select it. I suspect I'm missing some common font(s). Any ideas. Regards, Tony -- Tony Molloy Home ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] udev on CEntOS7 - can't get a match, looking for tips...

2019-10-29 Thread Tony Mountifield
-9]*", SUBSYSTEM=="scsi_generic", \ > ENV{ID_SERIAL}=="1QUANTUM_D0H0112430_LLA", SYMLINK+="sg8" > > SUBSYSTEM=="scsi", SUBSYSTEMS=="scsi_genric", \ > ATTRS{model}=="Scalar i40-i80 ", SYMLINK:="sg8" You have a typo:

Re: [CentOS] Gstreamer1

2019-10-15 Thread Tony Mountifield
n you ever wanted to know, see http://ftp.rpm.org/max-rpm/ particularly chapter 13. Cheers Tony -- Tony Mountifield Work: t...@softins.co.uk - http://www.softins.co.uk Play: t...@mountifield.org - http://tony.mountifield.org ___ CentOS mailing list Cen

Re: [CentOS] SquidGuard update in EPEL

2019-10-01 Thread Tony Mountifield
ng this plane? According to that page, the maintainer is Joachim Wiedorn, joodeb...@joonet.de I guess he could tell you! Cheers Tony -- Tony Mountifield Work: t...@softins.co.uk - http://www.softins.co.uk Play: t...@mountifield.org - http://tony.mountifield.org ___

[CentOS] audit freeing multiple contexts (when running certbot)

2019-09-17 Thread Tony Mountifield
- - - - - - - Tue Sep 17 10:32:30 BST 2019 [root@merlin letsencrypt]# Has anyone else seen anything similar? Is it something that can be fixed, or should be ignored? Cheers Tony -- Tony Mountifield Work: t...@softins.co.uk - http://www.softins.co.uk Play: t...@mountifield.org - http://to

Re: [CentOS] I broke "yum update" - C7

2019-08-30 Thread Tony Mountifield
ki/ca-trust-source/ca-bundle.trust.p11-kit [root@hp3 ~]# And you could try re-installing ca-certificates on the offending box. # yum --disablerepo=\* --enablerepo=base --enablerepo=updates reinstall ca-certificates Cheers Tony -- Tony Mountifield Work: t...@softins.co.uk - http://www.softins.co.uk Pl

Re: [CentOS] browsers slowing Centos 7 installation to a crawl

2019-08-06 Thread Tony Mountifield
endor such as Crucial or Kingston and enter your model number, and it will tell you what RAM is compatible and what it costs. Cheers Tony -- Tony Mountifield Work: t...@softins.co.uk - http://www.softins.co.uk Play: t...@mountifield.org - http://tony.mountifield.org __

Re: [CentOS] mariadb: How to delete foreign key constraint from non-existing table?

2019-04-24 Thread Tony Mountifield
roubleshooting information at: https://mariadb.com/kb/en/library/innodb-troubleshooting-overview/ You might also find useful information in the MySQL documentation at: https://dev.mysql.com/doc/refman/5.5/en/innodb-troubleshooting-datadict.html Cheers Tony --

Re: [CentOS] When should I reboot?

2019-04-13 Thread Tony Mountifield
es. Both old and new libraries will occupy their own separate disk space until the last reference to the old library is closed, by terminating all programs using it, at which time the disk space occupied by the old libraries will be released. Cheers Tony -- Tony Mountifield Work: t...@softins.co.u

Re: [CentOS] Kernel panic after removing SW RAID1 partitions, setting up ZFS.

2019-04-09 Thread Tony Mountifield
that it has something to do with > mdadm/RAID not being "fully removed". > > Any idea what I might have missed? I think it's because you clobbered md0 when you did --zero-superblock on sd[ab]1 instead of 2. Don't you love it when some things count from 0

Re: [CentOS] C7 on Dell Precision 7530

2019-03-11 Thread Tony Molloy
//lists.centos.org/mailman/listinfo/centos I see you got no replies to your question so here goes. I've got CentOS 7 running on a Dell Precision 7510 workstation. It has NVidia graphics but I've never had problems with Intel graphics on any CentOS box bef

Re: [CentOS] Problem with mdadm, raid1 and automatically adds any disk to raid

2019-02-25 Thread Tony Mountifield
-superblock /dev/sdb3 mdadm --zero-superblock /dev/sdc1 mdadm --zero-superblock /dev/sdc2 mdadm --zero-superblock /dev/sdc3 Cheers Tony -- Tony Mountifield Work: t...@softins.co.uk - http://www.softins.co.uk Play: t...@mountifield.org - http://tony.mountifield.org ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Changing UID numbers

2019-02-21 Thread Tony Mountifield
find -uid=500 -exec chown 1000 {} + Well I never knew that! Thanks. For many years I have been doing: find ... -print0 | xargs -0 ... Ah, I see the newer syntax was introduced in CentOS 5. :-) Cheers Tony -- Tony Mountifield Work: t...@softins.co.uk - http://www.sof

Re: [CentOS] /boot partition running out of space randomly. Please help!

2019-02-13 Thread Tony Mountifield
#x27;t account for all/most of the space, see if there are any processes holding a deleted file open: # fuser -m /boot Like you, I don't know what might be trying to fill up /boot when you are not installing a new kernel. Cheers Tony -- Tony Mountifield Work: t...@softins.co.uk - h

Re: [CentOS] Upgrade CentOS 7.4 to 7.5 and don't want to upgrade it to 7.6

2019-01-07 Thread Tony Mountifield
around apigee (part of Google) website I see a lot of > words like "Security" or "TLS" and I'm wondering how this fits with only > supporting outdated operating systems? Well, it's only a month since CentOS "7.6" was released, and some of that month

Re: [CentOS] [OT] EPEL update?

2018-12-04 Thread Tony Molloy
On Tue, 2018-12-04 at 12:56 -0500, Stephen John Smoogen wrote: > On Tue, 4 Dec 2018 at 12:18, Richard net> wrote: > > > > > > > > > Date: Tuesday, December 04, 2018 17:08:52 + > > > From: Tony Molloy > > > > > > On Mon, 2018-

Re: [CentOS] [OT] EPEL update?

2018-12-04 Thread Tony Molloy
On Tue, 2018-12-04 at 09:16 -0800, Alice Wonder wrote: > On 12/04/2018 09:08 AM, Tony Molloy wrote: > > > > > The same dependency holds for several mate packages. > > > > So either hold back on the update until mate is updated or build it > > yourself ar

Re: [CentOS] [OT] EPEL update?

2018-12-04 Thread Tony Molloy
installed --> Processing Dependency: libgtop-2.0.so.10()(64bit) for package: marco-1.16.1-3.el7.x86_64 --> Finished Dependency Resolution Error: Package: marco-1.16.1-3.el7.x86_64 (epel)    Requires: libgtop-2.0.so.10()(64bit)  You could try using --skip-broken to work around

Re: [CentOS] 'date' format differences between CentOS 6 and 7 using the en_GB locale ?

2018-11-15 Thread Tony Mountifield
just follows RHEL. It is defined in the file /usr/share/i18n/locales/en_GB CentOS 6 has: date_fmt"/ which translates to "%a %b %e", e.g. "Thu Nov 15" CentOS 7 has: date_fmt"/ which translates to "%a %e %b", e.g. "Thu 15 N

Re: [CentOS] Frefox update from firefox-60.2.0-1.el7.centos.x86_64 to 60.2.1-1.el7.centos.x86_64 lost master password

2018-10-05 Thread Tony Molloy
On Fri, 2018-10-05 at 17:55 +1300, Rob Kampen wrote: > On 05/10/18 01:27, Tony Molloy wrote: > > On Thu, 2018-10-04 at 21:27 +1300, Rob Kampen wrote: > > > On 04/10/18 05:45, Akemi Yagi wrote: > > > > On Wed, Oct 3, 2018 at 9:19 AM Stephen John Smoogen

Re: [CentOS] Frefox update from firefox-60.2.0-1.el7.centos.x86_64 to 60.2.1-1.el7.centos.x86_64 lost master password

2018-10-04 Thread Tony Molloy
zilla.redhat.com/show_bug.cgi?id=1633932 > > Yes, that seems to describe what I am experiencing. As I usually keep > FF  > open for days at a time, it has taken a while to show up. Will now > try the > > $ export NSS_DEFAULT_DB_TYPE="sql" > > > >

Re: [CentOS] Frefox update from firefox-60.2.0-1.el7.centos.x86_64 to 60.2.1-1.el7.centos.x86_64 lost master password

2018-10-03 Thread Tony Molloy
d and a few account passwords 4. Check they're there in preferences, ok logins.json file created with above permissions 5. login/out a few times to the accounts to make sure everything works,ok 6. Shutdown firefox and restart it, account settings ok and working but key3.db file g

Re: [CentOS] Back to Xfce

2018-08-06 Thread Tony Schreiner
On Mon, Aug 6, 2018 at 11:33 AM Robert Moskowitz wrote: > > > On 08/06/2018 11:11 AM, Tony Schreiner wrote: > > On Mon, Aug 6, 2018 at 10:55 AM Robert Moskowitz > > wrote: > > > >> Nicolas, > >> > >> Thank you! But I am Dyslexic and very

Re: [CentOS] Back to Xfce

2018-08-06 Thread Tony Schreiner
On Mon, Aug 6, 2018 at 10:55 AM Robert Moskowitz wrote: > Nicolas, > > Thank you! But I am Dyslexic and very mono-linguistic; at least I could > read the actual commands, if not all the wonderful comments... > > On 08/06/2018 10:26 AM, Nicolas Kovacs wrote: > > Le 06/08/2018 à 16:05, Robert Mosk

Re: [CentOS] ssm vs. lvm: moving physical drives and volume group to another system

2018-07-14 Thread Tony Schreiner
On Sat, Jul 14, 2018 at 2:02 PM Mike <1100...@gmail.com> wrote: > On Sat, Jul 14, 2018 at 1:57 PM Tony Schreiner > wrote: > > > > > > > > Is that first entry /dev/mapper/lvol001 right? > > I'd expect /dev/mapper/lvm_pool-lvo001 > > ssm list sh

Re: [CentOS] ssm vs. lvm: moving physical drives and volume group to another system

2018-07-14 Thread Tony Schreiner
On Sat, Jul 14, 2018 at 1:36 PM Mike <1100...@gmail.com> wrote: > When I change /etc/fstab from /dev/mapper/lvol001 to > /dev/lvm_pool/lvol001, kernel 3.10.0-514 will boot. > > Kernel 3.10.0-862 hangs and will not boot. > On Sat, Jul 14, 2018 at 1:20 PM Mike <1100...@gmail.com> wrote: > > Is that

Re: [CentOS] Postfix, system notifications and local servers

2018-06-25 Thread Tony Mountifield
/postfix/main.cf. There are plenty of examples available via Google. You also need to think "What happens if an email from nestor.microlinux.lan bounces for some reason? Where would the bounce go? If the sender address is indeed in the .lan domain, the bounce would be undeliverable,

Re: [CentOS] Use EPEL without redirection ?

2018-05-22 Thread Tony Mountifield
6/ Content-Type: text/html; charset=UTF-8 AppTime: D=4793 AppServer: proxy14.fedoraproject.org Then edit baseurl in epel.repo to use the URL listed in Location: instead, changing the i386 or x86_64 back to $basearch Then you can create an exception for the specific host you configured. C

Re: [CentOS] Vmware - Slightly off topic

2018-04-24 Thread Tony Mountifield
/search?q=how+to+export+a+vmware+image it looks like you need to export a built, working VM as an OVF. Not sure which VMware products can do that. Possibly Workstation? The old, free VMware server 1.0.10 that I use doesn't appear to have that feature. You should then be able to copy the OV

Re: [CentOS] Mirroring centos.org

2018-01-29 Thread Tony Mountifield
--delete rsync://rsync.mirrorservice.org/mirror.centos.org/6/updates/x86_64/ centos6/updates/x86_64/ Omit the ones you don't want. There are other ideas listed at https://wiki.centos.org/HowTos/CreateLocalMirror Cheers Tony -- Tony Mountifield Work: t...@softins.co.uk - http://www.softins

Re: [CentOS] R: dplyr, doBy, and ggplot2 in CentOS7

2017-10-30 Thread Tony Schreiner
They both require building several other R packages, and a bit of tweaking to the %files portion of the spec file, but are doable. I've never tried doBy or caret. Feel free to contact me directly for more information, Tony Schreiner ___ CentOS mail

Re: [CentOS] Comparing directories recursively

2017-10-30 Thread Tony Mountifield
then diff does indeed have to read to the end of both files to be certain of this. Only if they differ can it stop reading the files as soon as a difference between them is found. Cheers Tony -- Tony Mountifield Work: t...@softins.co.uk - http://www.softins.co.uk Play: t...@mountifield.org - htt

Re: [CentOS] [OT] Bash help

2017-10-25 Thread Tony Mountifield
In article , wrote: > Warren Young wrote: > > On Oct 25, 2017, at 10:02 AM, Mark Haney wrote: > >> > >> I have a file with two columns 'email' and 'total' like this: > >> > >> m...@example.com 20 > >> m...@example.com 40 > >> y...@domain.com 100 > >> y...@domain.com 30 > >> > >> I need to get th

[CentOS] multipath

2017-10-03 Thread Tony Schreiner
I have inherited a system set up with multipath, which is not something I have seen before so I could use some advice The system is a Dell R420 with 2 LSI SAS2008 HBAs, 4 internal disks, and a MD3200 storage array attached via SAS cables. Oh and CentOS 6 lsblk shows the following: NAME

Re: [CentOS] rkhunter and prelink

2017-08-30 Thread Tony Schreiner
in my prior message, that should be in rkhunter.conf On Wed, Aug 30, 2017 at 11:43 AM, Tony Schreiner wrote: > This has come up for me on the most recent upgrade, add the line > > HASH_CMD=sha1sum > > On Wed, Aug 30, 2017 at 11:15 AM, wrote: > >> Can't remember if

Re: [CentOS] rkhunter and prelink

2017-08-30 Thread Tony Schreiner
This has come up for me on the most recent upgrade, add the line HASH_CMD=sha1sum On Wed, Aug 30, 2017 at 11:15 AM, wrote: > Can't remember if I posted this before... We're getting warnings from > rkhunterWarning: Checking for prerequisites [ Warning ] >All file hash checks wi

Re: [CentOS] System Start-Up Issue Progress

2017-07-04 Thread Tony Mountifield
, and are able to resolve queries for the machine's full hostname and IP address. Cheers Tony -- Tony Mountifield Work: t...@softins.co.uk - http://www.softins.co.uk Play: t...@mountifield.org - http://tony.mountifield.org ___ CentOS mailing lis

Re: [CentOS] Low random entropy

2017-05-28 Thread Tony Mountifield
opy in the low hundreds of bits, but all the CentOS 4 systems and the one old FC3 system all report over 3000 bits. Since they were all pretty much stock installs, what difference between the versions might explain what I observed? Cheers Tony -- Tony Mountifield Work: t...@softins.co.uk - http://www.softins.co.uk Play: t...@mountifield.org - http://tony.mountifield.org ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Ignoring /run/user/X

2017-04-12 Thread Tony Mountifield
that was mounted, only for the mount point. And all the mount points are listed as type "hrFSOther", so you can't tell the difference between real disks, tmpfs, and so on. You probably need to get the SRPM for net-snmp and have a look at the area of code that process "ignoredisk&qu

Re: [CentOS] CentOS-5 End of Life

2017-03-03 Thread Tony Mountifield
In article , James Hogarth wrote: > On 3 March 2017 at 11:47, James Hogarth wrote: > > On 3 March 2017 at 11:34, John Hodrien wrote: > >> On Fri, 3 Mar 2017, Tony Mountifield wrote: > >> > >>> You mean just thrown away, or archived somewhere? J

Re: [CentOS] CentOS-5 End of Life

2017-03-03 Thread Tony Mountifield
In article , James Hogarth wrote: > > This is especially important if you use anything from EPEL as EPEL5 will be > removed when RHEL goes EOL. You mean just thrown away, or archived somewhere? Just thrown away would seem rather irresponsible... Cheers Tony -- Tony Mountifiel

Re: [CentOS] IPv6 broken on Linode

2017-02-16 Thread Tony Mountifield
an IPv6 > address with some privacy stuff enabled by default causing it to not > grab the IPv6 address that is assigned to me. Does the accepted answer at the following link give you any useful hints? http://superuser.com/questions/243669/how-to-avoid-exposing-my-mac-address-when-using-ipv6 Ch

Re: [CentOS] Script not running correctly as cronjob

2017-02-02 Thread Tony Mountifield
t; the script is working also in cron. The "set -x" would not be not what made it work - it is a debugging aid only. If it now works, then that is due to one of your other changes and you can remove the "set -x" again if you wish. Cheers Tony > Best regards > Daniel >

Re: [CentOS] Script not running correctly as cronjob

2017-02-01 Thread Tony Mountifield
echo each command it is about to execute. That will help you to see how far it is getting. Further comments below. Cheers Tony > Best regards > Daniel > > > #!/bin/bash > KSKDIR="/etc/named/KSK" > ZSKDIR="/etc/named/ZSK" > ZONEDIR="/var/named/c

Re: [CentOS] [Fwd: The CentOS list]

2017-01-31 Thread Tony Mountifield
ders, it appears it got stuck for 5 hours at Mark's email provider. It was submitted to host290.hostmonster.com using squirrelmail at 18:56 GMT, but didn't leave that machine for the next hop (cmgw2) until 23:55 GMT. Hope this helps! Cheers Tony > Original

Re: [CentOS] CentOS 7 install on one RAID 1 [not-so-SOLVED]

2017-01-26 Thread Tony Mountifield
In article <5ef97952-14c0-6ad2-0803-c24691a68...@gmail.com>, Gordon Messmer wrote: > On 01/26/2017 01:40 AM, Tony Mountifield wrote: > > Anaconda doesn't set up the boot sector on the second drive by default, > > so I put some grub commands in the post-install section

Re: [CentOS] CentOS 7 install on one RAID 1 [not-so-SOLVED]

2017-01-26 Thread Tony Mountifield
replacing the first disk. Anaconda doesn't set up the boot sector on the second drive by default, so I put some grub commands in the post-install section of kickstart to do so. Cheers Tony -- Tony Mountifield Work: t...@softins.co.uk - http://www.softins.co.uk Play: t...@mountifield.org -

Re: [CentOS] CentOS 7 install on one RAID 1 [not-so-SOLVED]

2017-01-25 Thread Tony Mountifield
work too?) 4. Make sure to setup both drives separately in grub. Typically I then go on to have /dev/sda2+/dev/sdb2 => /dev/md1 => swap, and /dev/sda3+/dev/sdb3 => /dev/md2 => / Cheers Tony -- Tony Mountifield Work: t...@softins.co.uk - http://www.softins.co.uk Play: t...@mountifield.org - http://tony.mountifield.org ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] koji in extras older than epel

2017-01-20 Thread Tony Schreiner
Now that EPEL 7 has koji-1.11, should the one in CentOS 7 extras be updated or removed? ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Missing Dependency python-yubico

2017-01-10 Thread Tony Schreiner
On Tue, Jan 10, 2017 at 3:17 PM, Mark LaPierre wrote: > On 01/10/17 13:12, Tony Schreiner wrote: > > On Tue, Jan 10, 2017 at 11:12 AM, Mark LaPierre > > wrote: > > > >> Hey all, I'm trying to install the fedora-packager group so that I can > >> build

Re: [CentOS] Missing Dependency python-yubico

2017-01-10 Thread Tony Schreiner
ash of package releases on EPEL 6 that have requirements only satisfied by RHEL 7 and friends. I have to ask though. If you just want to rebuild Fedora RPMs for your Centos, you do not need fedora-packager, you just need rpmbuild (in rpm-build). Tony Schreiner ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Strange (?) device.map in CentOS 7 VM installations

2017-01-05 Thread Tony Schreiner
Also seeing duplicates on a CentOS 7 kvm vm # this device map was generated by anaconda (hd0) /dev/vda (hd1) /dev/vda On Thu, Jan 5, 2017 at 12:32 PM, Mike - st257 wrote: > On Thu, Jan 5, 2017 at 4:04 AM, Nikolaos Milas wrote: > > > On 4/1/2017 7:37 μμ, Gordon Messmer wrote: > > > >

Re: [CentOS] New laptop recomendation

2016-12-24 Thread Tony Molloy
On Tuesday 22 November 2016 15:23:08 Tony Molloy wrote: > Hi, > > I'm recently retired from my university job. I am looking for a > laptop to run CentOS 6/7. My university was a traditional Dell > site so I've used Latitude laptops for years, currently > E6500

Re: [CentOS] New laptop recomendation

2016-11-23 Thread Tony Molloy
N-ECC Intel® Dual Band Wireless 8260 (802.11ac) 256GB M.2 PCIe Solid State Drive Additional 1TB 2.5inch SATA (7200 Rpm) Hard Drive 6-cell (72Wh) Lithium Ion battery Seems pretty standard components to me. Thanks, Tony -- Linux nogs.tonyshome.ie 2.6.32-642.11

Re: [CentOS] New laptop recomendation

2016-11-23 Thread Tony Molloy
chips, > video.. Globally everything will work according to my experience. > > > Regards, > But they're all old models. I already run CentOS 6/7 on Latidude E65xx. I'm looking for newer models. Thanks, Tony -- Linux nogs.tonyshome.ie 2.6.32-642.11.1.el6.x86_6

Re: [CentOS] New laptop recomendation

2016-11-23 Thread Tony Molloy
On Tuesday 22 November 2016 20:41:34 wwp wrote: > Hello Tony, > > On Tue, 22 Nov 2016 19:01:18 + Tony Molloy wrote: > > On Tuesday 22 November 2016 18:32:14 Gordon Messmer wrote: > > > On 11/22/2016 07:23 AM, Tony Molloy wrote: > > > > I am looking

Re: [CentOS] New laptop recomendation

2016-11-22 Thread Tony Molloy
On Tuesday 22 November 2016 18:32:14 Gordon Messmer wrote: > On 11/22/2016 07:23 AM, Tony Molloy wrote: > > I am looking for a laptop to run CentOS 6/7. My university was a > > traditional Dell site so I've used Latitude laptops for years, > > currently E6500/E6510. >

[CentOS] New laptop recomendation

2016-11-22 Thread Tony Molloy
0 or E7000. These are not certified according to Redhats' Hardware Guide. Alternatively Precision Workstations would do. These can be supplied with Ubuntu installed so they run Linux. Thanks, Tony -- Linux nogs.tonyshome.ie 2.6.32-642.11.1.el6.x86_64 #1 SMP Fri Nov 18 19:25:05 UTC 2016 x86_6

Re: [CentOS] C6: latest util-linux-ng dependency on kernel?

2016-11-21 Thread Tony Mountifield
In article , Gianluca Cecchi wrote: > On Mon, Nov 21, 2016 at 12:49 PM, Tony Mountifield > wrote: > > > I am just applying the latest C6 updates to a couple of KVM Linodes. > > It appears that the latest update of util-linux-ng has added a new > > dependency on the

[CentOS] C6: latest util-linux-ng dependency on kernel?

2016-11-21 Thread Tony Mountifield
have been required to be installed. Is this an error in util-linux-ng, or a real new requirement? Cheers Tony -- Tony Mountifield Work: t...@softins.co.uk - http://www.softins.co.uk Play: t...@mountifield.org - http://tony.mountifield.org ___ CentOS mailing l

Re: [CentOS] CVE-2016-5195 DirtyCOW: Critical Linux Kernel Flaw

2016-11-01 Thread Tony Mountifield
S4 are not affected by this flaw. Tony -- Tony Mountifield Work: t...@softins.co.uk - http://www.softins.co.uk Play: t...@mountifield.org - http://tony.mountifield.org ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

  1   2   3   4   5   6   >