[CentOS] Test

2022-08-26 Thread Duncan, David via CentOS
Test. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Bottleneck and slowness.

2022-08-20 Thread Duncan, David via CentOS
> On Aug 20, 2022, at 9:50 AM, Kaushal Shriyan wrote: > . . . > Is there a way to measure the bottleneck or slowness for the below setup? > For example is the slowness on any one of the below list? > > 1. Client Desktop Mac > 2. Network > 3. Remote Server CentOS Linux release 7.9.2009 (Cor

Re: [CentOS] Package of GCC 12 on CentOS 7

2022-06-20 Thread david allan finch
way? Thanks again. On 6/20/22 15:35, Mike Burger wrote: On 2022-06-20 09:38, Pete Biggs wrote: On Mon, 2022-06-20 at 09:20 -0400, Mike Burger wrote: On 2022-06-20 05:03, Pete Biggs wrote: > On Mon, 2022-06-20 at 09:31 +0100, david allan finch wrote: > > Is there an rpm of GCC

[CentOS] Package of GCC 12 on CentOS 7

2022-06-20 Thread david allan finch
Is there an rpm of GCC 12 (or at least higher than 9) available to download and install, or is it a case of downloading and build from the source yourself? Thanks. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/c

Re: [CentOS] Assitance with perl

2022-02-02 Thread David Christensen
-liner with the data file filename as an argument: 2022-02-02 22:08:34 dpchrist@tinkywinky ~ $ cat somefile.txt this is the contents of somefile. some more contents. 2022-02-02 22:08:37 dpchrist@tinkywinky ~ $ cat centos-h.sh #!/bin/bash txt="... foo ..." echo "$txt" > tmp.txt perl -pe 's/foo/bar/g' tmp.txt >> somefile.txt 2022-02-02 22:08:46 dpchrist@tinkywinky ~ $ bash centos-h.sh 2022-02-02 22:08:53 dpchrist@tinkywinky ~ $ cat somefile.txt this is the contents of somefile. some more contents. ... bar ... David ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Problem with mail server: stop flooding with fail2ban ?

2021-03-31 Thread David Hrbáč
Hello NIki, Juste enable postfix-sasl in jail.conf: [postfix-sasl] filter = postfix[mode=auth] port = smtp,465,submission,imap,imaps,pop3,pop3s logpath = %(postfix_log)s backend = %(postfix_backend)s enabled = true maxretry = 3 findtime = 172800 bantime = 3600 And enable recidive too:

Re: [CentOS] qemu-kvm images of old Windows XP SP3

2021-03-30 Thread David McGuffey
On Sat, 2021-03-13 at 17:34 -0500, David McGuffey wrote: > On Mar 13, 2021, at 17:28, Jon LaBadie wrote: > > > > On Sat, Mar 13, 2021 at 10:03:54AM -0500, David McGuffey wrote: > > > I have a Nikon slide scanner (very high quality) for which the > > > softwa

Re: [CentOS] CentOS 7.3

2021-03-18 Thread david
S mailing list >>CentOS@centos.org >>https://lists.centos.org/mailman/listinfo/centos > > > One reason might be that somewhere between 7.3 and 7.9, Centos ceased > being bootable on Apple hardware. At least that failure occurred for > me on two machines. > > David &

Re: [CentOS] CentOS 7.3

2021-03-18 Thread david
rdware. At least that failure occurred for me on two machines. David ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] qemu-kvm images of old Windows XP SP3

2021-03-13 Thread David McGuffey
On Mar 13, 2021, at 17:28, Jon LaBadie wrote: > > On Sat, Mar 13, 2021 at 10:03:54AM -0500, David McGuffey wrote: >> I have a Nikon slide scanner (very high quality) for which the software >> has not been updated. It last ran on WinXP SP3 and I was not able to >> get i

[CentOS] qemu-kvm images of old Windows XP SP3

2021-03-13 Thread David McGuffey
I have a Nikon slide scanner (very high quality) for which the software has not been updated. It last ran on WinXP SP3 and I was not able to get it to run under Win 7 and certainly not Win 10. Anyone know where I can obtain images of this old OS to run in CentOS 7 under kvm? Dave McGuffey _

Re: [CentOS] dovecot option PROFILE=SYSTEM

2021-01-06 Thread david
At 07:04 AM 1/6/2021, Paul Heinlein wrote: On Wed, 6 Jan 2021, Kenneth Porter wrote: --On Tuesday, January 05, 2021 7:40 PM -0800 david wrote: In examining the file /etc/dovecot/conf.d/10-ssl.conf I see the text line: ssl_cipher_list = PROFILE=SYSTEM Yet, I cannot find any documentation

[CentOS] dovecot option PROFILE=SYSTEM

2021-01-05 Thread david
t 2.3 on other distros. Can anyone point me to an explanation? David ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Moving to CentOS 8 Stream

2020-12-09 Thread david
table for this month at least. David - ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Selecting a Desktop

2020-12-05 Thread david
offer those desktops which are installed. Is there such? Gui-Confused David ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Centos 8 and xfs_quota

2020-11-06 Thread david
I suspect systemd has a role here, but I can't find any evidence. David ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Run as root on reboot

2020-10-28 Thread david
At 07:10 PM 10/28/2020, Kenneth Porter wrote: --On Wednesday, October 28, 2020 5:34 PM -0700 david wrote: During initial setup, I'd like to avoid the manual actions of logging on as root and executing a command, but instead have that command run without intervention. "During ini

Re: [CentOS] Run as root on reboot

2020-10-28 Thread david
At 04:47 PM 10/28/2020, Frank Cox wrote: On Wed, 28 Oct 2020 16:34:32 -0700 david wrote: > Is there a way to reboot and have a script run without > intervention. rc.local -- Alas, I think rc.local has become irrelevant with systemd, which is most Linux distros is the way f

[CentOS] Run as root on reboot

2020-10-28 Thread david
n the terminal that initiated the reboot. Security is not a concern here. And I don't want to invoke high-powered functions like "jumpstart". David ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] erasing a disk

2020-09-14 Thread david
-erase-a-specific-range-of-sectors-on-the-hard-disk/ Also, use wipefs -a (Gordon Messmer answered faster than me) On Mon, Sep 14, 2020 at 3:18 PM david wrote: > Folks > > I've encountered situations where I want to reuse a hard-drive. I do > not want to preserve anything on the d

Re: [CentOS] erasing a disk

2020-09-14 Thread david
h zeros, and this takes days. And by the way, I typically use only WD disks, not seagate. Thanks for the confirmation. David ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] erasing a disk

2020-09-14 Thread david
are ZFS or LVM structures that get in the way. So, does anyone have an efficient way to erase structures from a disk such that it can be reused? Something like -erase first N blocks (block defined as 4096) - Erase blocks starting at block - erase last blocks At least suc

Re: [CentOS] CentOS 8 kernel-4.18.0-193 shim issue

2020-08-17 Thread david
reboot, the system is unbootable. I end up with a blank screen, no grub anything. I have also been unable to recover from this. Therefore, that exclude line stays. I'm sorry about the delay in responding; I wanted to verify this on a 'crash-and-burn' MacMini. David __

Re: [CentOS] Centos 7 shim fix failed

2020-08-04 Thread david
At 05:01 PM 8/4/2020, you wrote: Am 05.08.20 um 01:27 schrieb david: At 04:18 PM 8/4/2020, you wrote: Am 05.08.20 um 01:09 schrieb david: At 01:54 PM 8/4/2020, you wrote: On Tue, 04 Aug 2020 13:44:05 -0700 david wrote: > After all the updates, the system was NOT bootable. How long did

Re: [CentOS] Centos 7 shim fix failed

2020-08-04 Thread david
At 04:18 PM 8/4/2020, you wrote: Am 05.08.20 um 01:09 schrieb david: At 01:54 PM 8/4/2020, you wrote: On Tue, 04 Aug 2020 13:44:05 -0700 david wrote: > After all the updates, the system was NOT bootable. How long did you wait for it to boot, and what did it do when it failed to boot? W

Re: [CentOS] Centos 7 shim fix failed

2020-08-04 Thread david
At 01:54 PM 8/4/2020, you wrote: On Tue, 04 Aug 2020 13:44:05 -0700 david wrote: > After all the updates, the system was NOT bootable. How long did you wait for it to boot, and what did it do when it failed to boot? What text messages showed up on the console? Any reported errors when

Re: [CentOS] Centos 7 shim fix failed

2020-08-04 Thread david
e=grub2* shim* mokutil and ended up with a usable system. This was not the result I was hoping for. David ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Centos 7 shim fix failed

2020-08-04 Thread david
em. What did I do wrong? I must admit that there are multiple copies of advice on the mailing list, so perhaps I followed the wrong one? -- So now, I tried the 'repair' mechanism, but couldn't make that work either. So, it

[CentOS] Fixing grub/shim issue Centos 7

2020-08-03 Thread david
sing crucial data, if it would helpful. 4) I haven't experimented yet with centos 8 because the hardware is remote and requires me to get a friend involved to help. My local hardware is not supported by Centos 8, so it will remain on Centos 7 until I replace the hardware or s

Re: [CentOS] 8.2.2004 Latest yum update renders machine unbootable

2020-08-02 Thread david
At 07:57 AM 8/2/2020, you wrote: On Sun, 2 Aug 2020 at 10:20, david wrote: > > > > > > > > > > >> Yes .. it should be on mirror.centos.org now .. you could change the > > >> repo where your updates come from. OR .. wait for that mirror to g

Re: [CentOS] 8.2.2004 Latest yum update renders machine unbootable

2020-08-02 Thread david
;clean all' did it, or maybe just showed up. > > I applied the update (yum update), rebooted and... > no boot. Just a blank screen. > > Hardware is a Mac-Mini :-( > > This is not an essential machine, so I could re-install (from > netinstall) if you think it's w

Re: [CentOS] 8.2.2004 Latest yum update renders machine unbootable

2020-08-02 Thread david
;clean all' did it, or maybe just showed up. > > I applied the update (yum update), rebooted and... > no boot. Just a blank screen. > > Hardware is a Mac-Mini :-( > > This is not an essential machine, so I could re-install (from > netinstall) if you think it's w

Re: [CentOS] 8.2.2004 Latest yum update renders machine unbootable

2020-08-02 Thread david
At 06:37 AM 8/2/2020, Johnny Hughes wrote: On 8/2/20 8:30 AM, david wrote: > At 06:10 AM 8/2/2020, you wrote: >> On 8/2/20 8:04 AM, david wrote: >> > >> >> >> > >> > >> > >> >> > I'll post here again once we have push

Re: [CentOS] 8.2.2004 Latest yum update renders machine unbootable

2020-08-02 Thread david
At 06:10 AM 8/2/2020, you wrote: On 8/2/20 8:04 AM, david wrote: > >> > > > >> > I'll post here again once we have pushed the EL8 and CentOS Stream >> updates. >> >> OK .. I have also now pushed the CentOS Linux 8 update .. you shoul

Re: [CentOS] 8.2.2004 Latest yum update renders machine unbootable

2020-08-02 Thread david
emedy? And by the way, I'm amazed at the speed with which this problem was addressed and a fix provided. You guys work wonders. David ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] 8.2.2004 Latest yum update renders machine unbootable

2020-08-01 Thread david
At 01:03 PM 8/1/2020, you wrote: On 8/1/20 6:56 AM, david wrote: At 02:54 AM 8/1/2020, Alessandro Baggi wrote: Hi Johnny, thank you very much for clarification. You said that in the centos infrastructure only one server got the problem. What are the conditions that permit the breakage? There

Re: [CentOS] Boot failed on latest CentOS 7 update

2020-08-01 Thread david
ystem :-( Apparently, the SHIM/GRUB bug has hit both Centos 7 and 8. Too bad Ubuntu is enough different that makes it hard to switch. David ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] 8.2.2004 Latest yum update renders machine unbootable

2020-08-01 Thread david
ystem simply fails to boot. I don't even get a grub screen. I'll have to rebuild the systems from scratch. David ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] firewall help request (solved)

2020-06-16 Thread david
request. Since I'm using the -I command (insert at top), it means the log request is entered second: iptables -I FORWARD -p tcp --dport 22 -i {name-of-internal-interface} -j LOG --log-prefix "LOOK HERE" If someone can suggest a firewall-cmd equivalent,

Re: [CentOS] firewall help request

2020-06-16 Thread david
At 12:30 PM 6/16/2020, John Pierce wrote: On Tue, Jun 16, 2020 at 12:26 PM david wrote: > > Examples of what I've tried, and then tested. None of them stopped > an outgoing SSH from an internal system. > >iptables -I INPUT -p tcp --dport 22 -s 10.0.0.0/24 -j DROP >

[CentOS] firewall help request

2020-06-16 Thread david
nal system. iptables -I INPUT -p tcp --dport 22 -s 10.0.0.0/24 -j DROP iptables -I INPUT -p tcp --dport 22 -s 10.0.0.0/24 -j DROP Much thanks David ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Missing announcement for the latest kernel

2020-05-18 Thread David Hrbáč
Hi, It seems that kernel-2.6.32-754.29.2 has not been announced on the maillist. https://access.redhat.com/errata/RHSA-2020:2103 Regards, DH ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Can't move to Centos 8

2020-05-15 Thread David C. Miller
- Original Message - > From: "david" > To: "CentOS mailing list" , centos@centos.org > Sent: Wednesday, May 13, 2020 1:34:43 PM > Subject: Re: [CentOS] Can't move to Centos 8 > At 01:25 PM 5/13/2020, James Szinger wrote: >>On Tue, 12 May 2

Re: [CentOS] Can't move to Centos 8

2020-05-13 Thread david
At 01:25 PM 5/13/2020, James Szinger wrote: On Tue, 12 May 2020 17:42:25 -0700 david wrote: > Folks > > I've been trying to convert my systems to Centos 8, seeing the EOL on > the horizon a few years away. One of my systems is a Mac-Mini, and > support for that has bee

[CentOS] Can't move to Centos 8

2020-05-12 Thread david
uch as the newer laptops and servers. David ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Understanding VDO vs ZFS

2020-05-03 Thread david
/dev/mapper/ | grep -B6 'save percentage' On Sat, May 2, 2020 at 9:54 PM david wrote: > Folks > > I'm looking for a solution for backups because ZFS has failed on me > too many times. In my environment, I have a large amount of data > BTW: I

[CentOS] Understanding VDO vs ZFS

2020-05-02 Thread david
ird column use vdostats --verbose and extract the number titled "1K-blocks used" Divide the first by the second. Can you provide any advice on my use of ZFS or VDO without telling me that I should be doing backups differently? Thanks David ___

[CentOS] Checksums in Distribution Directories

2020-04-28 Thread david
it be too much to ask that there be one format across the distributions. I suspect that SHA256 is going to be an acceptable digest for a few years. David ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Weird problem with my app and blocked ports

2020-04-27 Thread david allan finch
do. The socket error messages are just Timeout, there is nothing in dmesg, or journal that suggests anything. I am now a complete lost to what is happening and why. Regards David Finch ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/m

Re: [CentOS] Thank You

2020-04-16 Thread david
h C8 s you allege. There were several things I had to deal with: - new firewall - new mailer (sendmail -> postfix) - new system management (systemd) - new yum (introduction of software streams, whatever they are) But, it keeps me busy during this lo

Re: [CentOS] C8 and backup solution

2020-04-03 Thread David G. Miller
On 4/3/20 6:13 AM, miguel medalha wrote: I have been using rsnapshot for years, with great success. https://rsnapshot.org/ ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos Since no one else has mentioned it a

Re: [CentOS] Centos 8 minimal install

2020-03-26 Thread david
;minimal', or whichever option seems to work best for you. I chose 'minimal', because I have scripts that install just what I want. It's beyond me why it takes 600 megs, but at least it fits on a CD (if anyone still uses them). And it does work on at least one phy

Re: [CentOS] Running amanda on CentOS 7: "amanda-udp.service failed."

2020-03-17 Thread David G. Miller
Hi Robert - I'm running it successfully on C7 using xinetd.  Do you have documentation for running it directly from systemd?  Working xinetd configuration: cat /etc/xinetd.d/amanda # default: off # description:  The client for the Amanda backup system.\ #   This must be on for sys

[CentOS] Centos 8 on Macbook (bis)

2020-01-30 Thread david
the confirming dialogs, the installer complains that it was unable to save the information to the disk. A similar attempt using Centos-7 netinstall successfully rewrites the SSD. This failure also occurs when I boot the Centos-8.1-dvd. Is there something else I should be doing? Thanks David

[CentOS] Centos 8 on Macbook

2020-01-30 Thread david
, the installer complains that it was unable to save the information to the disk. A similar attempt using Centos-7 netinstall successfully rewrites the SSD. This failure also occurs when I boot the Centos-8.1-dvd. Is there something else I should be doing? Thanks David

Re: [CentOS] (SOLVED) YUM (DNF) Possible Confusion Centos 8

2020-01-23 Thread david
Nataraj I have a free subscription, but still can't get to the solution page. Oh well. David ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] (SOLVED) YUM (DNF) Possible Confusion Centos 8

2020-01-23 Thread david
pent considerable time trying to help. If I might be so bold as to suggest that somehow workarounds for RedHat problems that would show up in the corresponding CentOS release be made visible to the Centos community to avoid duplication of effort. Thanks for the research. David Kurn ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] YUM (DNF) Possible Confusion Centos 8

2020-01-22 Thread David G. Miller
On 1/22/20 11:04 AM, david wrote: At 08:05 PM 1/21/2020, you wrote: > On 1/21/20 10:10 AM, david wrote: >> At 08:52 AM 1/21/2020, David G. Miller wrote: >> >> >>> On 1/21/20 9:35 AM, david wrote: >>>> Folks >>>> >>>> In a test Ce

Re: [CentOS] YUM (DNF) Possible Confusion Centos 8

2020-01-22 Thread david
At 08:05 PM 1/21/2020, you wrote: > On 1/21/20 10:10 AM, david wrote: >> At 08:52 AM 1/21/2020, David G. Miller wrote: >> >> >>> On 1/21/20 9:35 AM, david wrote: >>>> Folks >>>> >>>> In a test Centos 8 installation as a gue

Re: [CentOS] YUM (DNF) Possible Confusion Centos 8

2020-01-22 Thread david
At 08:10 AM 1/22/2020, you wrote: On Tue, Jan 21, 2020 at 08:35:14AM -0800, david wrote: > yum list installed > > and the following diagnostics occur: > --- > Modular dependency problems: > > Problem 1: conflicting requests > - nothing p

Re: [CentOS] YUM (DNF) Possible Confusion Centos 8

2020-01-21 Thread David G. Miller
On 1/21/20 10:10 AM, david wrote: At 08:52 AM 1/21/2020, David G. Miller wrote: On 1/21/20 9:35 AM, david wrote: Folks In a test Centos 8 installation as a guest of VirtualBox on Windows 10, I want to install ffmpeg, and support for exfat. They're not in the standard distribution (a

Re: [CentOS] YUM (DNF) Possible Confusion Centos 8

2020-01-21 Thread david
At 08:52 AM 1/21/2020, David G. Miller wrote: On 1/21/20 9:35 AM, david wrote: Folks In a test Centos 8 installation as a guest of VirtualBox on Windows 10, I want to install ffmpeg, and support for exfat. They're not in the standard distribution (as far as I know), so I issue as

Re: [CentOS] YUM (DNF) Possible Confusion Centos 8

2020-01-21 Thread David G. Miller
On 1/21/20 9:35 AM, david wrote: Folks In a test Centos 8 installation as a guest of VirtualBox on Windows 10, I want to install ffmpeg, and support for exfat. They're not in the standard distribution (as far as I know), so I issue as root:   yum -y --enablerepo rpmfusion-free-up

[CentOS] YUM (DNF) Possible Confusion Centos 8

2020-01-21 Thread david
nostics tell me? What am I supposed to do about it? Thanks for your help David ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] CentOS 8 and DELL 7540 Intel AX200 WIFI

2020-01-19 Thread David Summers
FI card. I just had to unexpectedly wait a few months.    - Thanks    - David ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Centos 8 and E1000 intel driver

2020-01-17 Thread david
At 03:27 PM 1/17/2020, Akemi Yagi wrote: On Fri, Jan 17, 2020 at 3:16 PM david wrote: > > Folks > > I know that support for the network adaptors supported by the 'e1000' > driver have been removed from the base distribution. However, I have > exactly that controlle

Re: [CentOS] Centos 8 and E1000 intel driver

2020-01-17 Thread david
At 03:27 PM 1/17/2020, Akemi Yagi wrote: On Fri, Jan 17, 2020 at 3:16 PM david wrote: > > Folks > > I know that support for the network adaptors supported by the 'e1000' > driver have been removed from the base distribution. However, I have > exactly that controlle

[CentOS] Centos 8 and E1000 intel driver

2020-01-17 Thread david
s a driver in an RPM package? Thanks David ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS 8: several packages have unresolved dependencies after "dnf update all "

2020-01-15 Thread David Hrbáč
Philippe, What's the output with '--allowerasing' switch? We are experiencing a similar issue, dnf update: ... Problem 53: problem with installed package perl-Encode-devel-4:2.97-3.el8.x86_64 - package perl-Encode-devel-4:2.97-3.el8.x86_64 requires perl-Encode(x86-64) = 4:2.97-3.el8, but none

Re: [CentOS] Blocking attacks from a range of IP addresses

2020-01-08 Thread David Hrbáč
Hi, You can drop it before FW with blackhole route. DH čt 9. 1. 2020 v 7:21 odesílatel Thomas Stephen Lee napsal: > On Thu, Jan 9, 2020 at 6:07 AM H wrote: > > > I am being attacked by an entire subnet where the first two parts of the > > IP address remain identical but the last two parts var

Re: [CentOS] Using Pulse Audio--question

2019-12-22 Thread David G. Miller
On 12/22/19 6:01 PM, Fred Smith wrote: On Mon, Dec 23, 2019 at 11:34:32AM +1100, Bill Maidment wrote: On 23/12/2019 11:06 am, Fred Smith wrote: I can find no way to do it with pavucontrol, nor the default mate sound tool. In my SL7 Mate system I use the Hardware and Output tabs in System->Pre

Re: [CentOS] CentOS 7 as a guest VM

2019-12-03 Thread David G. Miller
On 12/3/19 8:46 AM, Jerry Geis wrote: I am experiencing an issue that my process does not wake out of a select() call when a single character is received in an input file descriptor when running as a VMware guest. Anyone ever experienced this ? I can run tshark and see the character arrive, but

Re: [CentOS] Limit user password by time

2019-10-31 Thread David Reus
Hi, You can try the 'chage' command. Regards Gestió Servidors schrieb am Do., 31. Okt. 2019, 13:17: > Hello, > > I would like to know if it is possible to configure a password that > expires, once user has logged, after 2 hours, for example. > > Thanks. > __

Re: [CentOS] Centos 8 Mate?

2019-10-26 Thread David G. Miller
On 10/26/19 6:07 AM, Fred Smith wrote: On Sat, Oct 26, 2019 at 07:08:02PM +1100, Bill Maidment wrote: On 26/10/2019 12:08 pm, David G. Miller wrote: The corresponding system-config-printer rpm from Fedora 28 appears to work.  Not the best solution but a solution. But no longer available that

[CentOS] CentOS 8 and DELL 7540 Intel AX200 WIFI

2019-10-25 Thread David Summers
01) 70:00.0 Network controller [0280]: Intel Corporation Device [8086:2723] (rev 1a) I believe the Intel AX200 Wifi card is the device 8086:2723 (rev1a) entry. Is there something I can do to enable it or is this a bug I need to file with RedHat?     - Thanks in Advance     - David Su

Re: [CentOS] Centos 8 Mate?

2019-10-25 Thread David G. Miller
The corresponding system-config-printer rpm from Fedora 28 appears to work.  Not the best solution but a solution. Cheers, Dave On 10/25/19 5:33 PM, Frank Cox wrote: On Sat, 26 Oct 2019 10:17:53 +1100 Bill Maidment wrote: I have also got MATE 1.22.2 running, but I don't have access to Printe

Re: [CentOS] CentOS 8: what changed (regular UNIX admin commands)?

2019-10-22 Thread David G. Miller
On 10/22/19 10:55 AM, Valeri Galtsev wrote: Hello Experts! I'm sure many of you run CentOS for some time already. My question is: is there some place that lists which of the most often used sysadmin commands are gone and what are replacements for them. Or what else one needs to do after succe

Re: [CentOS] Centos 8 Mate?

2019-10-21 Thread David G. Miller
On 10/21/19 1:00 AM, Ljubomir Ljubojevic wrote: On 10/21/19 6:02 AM, David G. Miller wrote: On 10/11/19 7:46 PM, Robert G (Doc) Savage via CentOS wrote: On Wed, 2019-09-25 at 15:25 +0200, Ljubomir Ljubojevic wrote: As of now, I have a working MATE DM on CentOS 8. It's a hack though, I

Re: [CentOS] Centos 8 Mate?

2019-10-20 Thread David G. Miller
On 10/11/19 7:46 PM, Robert G (Doc) Savage via CentOS wrote: On Wed, 2019-09-25 at 15:25 +0200, Ljubomir Ljubojevic wrote: As of now, I have a working MATE DM on CentOS 8. It's a hack though, I used Fedora repositories. But that means compiling MATE in EPEL should be straightforward, just recomp

Re: [CentOS] Differences between CentOS 7.x and CentOS 8.x OS

2019-10-05 Thread David G. Miller
On 10/5/19 2:47 AM, Ljubomir Ljubojevic wrote: On 10/5/19 3:14 AM, David G. Miller wrote: On 10/4/19 6:59 PM, Fred Smith wrote: On Fri, Oct 04, 2019 at 04:52:28PM -0600, David G. Miller wrote: On 10/3/19 1:37 PM, Ljubomir Ljubojevic wrote: On 10/3/19 5:49 PM, Kaushal Shriyan wrote: Hi, I

Re: [CentOS] Differences between CentOS 7.x and CentOS 8.x OS

2019-10-04 Thread David G. Miller
On 10/4/19 6:59 PM, Fred Smith wrote: On Fri, Oct 04, 2019 at 04:52:28PM -0600, David G. Miller wrote: On 10/3/19 1:37 PM, Ljubomir Ljubojevic wrote: On 10/3/19 5:49 PM, Kaushal Shriyan wrote: Hi, I will appreciate it if someone can help me understand the differences between CentOS 7.x and

Re: [CentOS] Differences between CentOS 7.x and CentOS 8.x OS

2019-10-04 Thread David G. Miller
On 10/3/19 1:37 PM, Ljubomir Ljubojevic wrote: On 10/3/19 5:49 PM, Kaushal Shriyan wrote: Hi, I will appreciate it if someone can help me understand the differences between CentOS 7.x and CentOS 8.x OS. I look forward to hearing from you and thanks in advance. In short, CentOS 7.x is based on

[CentOS] Centos 8 and Lynx

2019-10-01 Thread david
Folks I find the Lynx browser does not appear in any of the repositories used during default installation of Centos 8 (x86_64). Is this program no longer supported? I didn't see a reference to it in the notsupported list. David ___ C

Re: [CentOS] Missing announcements for 20190815 updates

2019-08-18 Thread David Hrbáč
Thanks! DH so 17. 8. 2019 v 0:17 odesílatel Johnny Hughes napsal: > On 8/16/19 7:02 AM, David Hrbáč wrote: > > Hello, > > > > I see no posts for updates during August in CentOS-announce. > > > > Sorry, they were

[CentOS] Missing announcements for 20190815 updates

2019-08-16 Thread David Hrbáč
Hello, I see no posts for updates during August in CentOS-announce. Thanks, DH ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Cockpit within httpd

2019-04-12 Thread david
:9090/$1 [P,L] ProxyPass /cockpit/ http://127.0.0.1:9090/ ProxyPassReverse/cockpit/ http://127.0.0.1:9090/ All I get is a blank page displayed when I try to access the url. Testing Cockpit by accessing port 9090 works fine. Am I missing something?

Re: [CentOS] time --verbose not working

2019-02-11 Thread david
e). Could it be you've encountered this? David ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] CentOS 7.6 update with gettimeofday()

2019-02-06 Thread david allan finch
In my app compiled on another linux I am getting Assertion 'clock_gettime(clock_id, &ts) == 0' failed at src/shared/time-util.c:34, function now(). Aborting. when calling gettimeofday() on an update CentOS (did not fail in 7.5). Is it possible that the update has changed the size of the types in

Re: [CentOS] 10Gbps network interfaces under KVM

2019-01-25 Thread David C. Miller
g you are running RHEL/CentOS as the guest or Windows with the virtio driver. David. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] ZFS fails with C7 957

2018-12-06 Thread david
diagnostic suggesting I do /sbin/modprobe zfs And that command claimed the module didn't exist. YUM claims my updates are all up-to-date. I had to revert back to 862. Help? David ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/m

Re: [CentOS] Desktop files change?

2018-11-08 Thread david allan finch
On 11/08/18 10:26 AM, david allan finch wrote: Does anyone know if they changed the way that desktop files for apps work? Ignore this. I have figured it out. I think the defaults perms for rpm have changed and that was why. Regards ___ CentOS

[CentOS] Desktop files change?

2018-11-08 Thread david allan finch
Hi, Does anyone know if they changed the way that desktop files for apps work? It seams that inside your start script you can no longer change your scripts directory. Does it now call some form of restricted shell? Anyone know where you can track these changes? Thanks -- / The whole

Re: [CentOS] C 7 installation annoyances

2018-10-16 Thread David C. Miller
made with screenshots. https://www.tuxfixer.com/centos-7-installation-with-lvm-raid-1-mirroring/ Although I don't use LVM much I do use Linux software RAID1 on all my production systems. I have a few dozen systems that use it under CentOS 6 and 7. It has always worked just fine and has saved me trouble from failing disks on quite a few occasions throughout the years. David Miller. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] VDO killed my server

2018-09-03 Thread david
a large file set, yet the use cases don't seem to cover this (unless I misread them) I have reverted back reluctantly to using ZFS for this function. Have others had issues with VDO? David Kurn Linux amateur ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] vdo statustics on Dedup?

2018-08-31 Thread david
rs: L = How many bocks are in use as reported to tools like df P = How many actual blocks are in use. Then a value such as L/P, which can never be less than 1, would be interesting. If I have typically four copies of everything, I'd expect to see L/P close to 4.00. What two numbers,

Re: [CentOS] Which is better? Microsoft Exchange 2016 or Linux-based SMTP Servers?

2018-07-25 Thread David C. Miller
- Original Message - > From: "Johnny Hughes" > To: centos@centos.org > Sent: Wednesday, July 25, 2018 8:18:18 AM > Subject: Re: [CentOS] Which is better? Microsoft Exchange 2016 or Linux-based > SMTP Servers? > On 07/19/2018 03:18 PM, David C. Miller wrot

Re: [CentOS] Which is better? Microsoft Exchange 2016 or Linux-based SMTP Servers?

2018-07-19 Thread David C. Miller
ess with a password), or exporting the calendar to an ICS file. CALDav compliant calendar clients like Apples calendar app on Mac and iOS can subscribe or connect to the zimbra server using its https://zimbra.example.com address. The Zimbra web client interface for using and managing ca

Re: [CentOS] Which is better? Microsoft Exchange 2016 or Linux-based SMTP Servers?

2018-07-18 Thread David C. Miller
e bit about this stuff. Rolling your own now days is not worth it in most cases. David Miller. - Original Message - > From: "Turritopsis Dohrnii Teo En Ming" > To: centos@centos.org > Sent: Wednesday, July 18, 2018 8:04:52 AM > Subject: [CentOS] Which is better? Micro

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

2018-04-10 Thread David C. Miller
David Miller. - Original Message - > From: "m roth" > To: "CentOS mailing list" > Sent: Friday, April 6, 2018 12:04:43 PM > Subject: Re: [CentOS] Semi-OT: install python package in userspace > Valeri Galtsev wrote: > >>>> On Fri,

Re: [CentOS] Mirror Problem

2018-02-16 Thread David Nelson
On Feb 16, 2018, at 05:36, Günther J. Niederwimmer wrote: > > Hello, > I have thousands of this messages on my servers ?? > > Is this a Problem on my site or is the infrastructure broken?? > /etc/cron.hourly/0yum-hourly.cron: > > Could not get metalink https://mirrors.fedoraproject.org/metalink

  1   2   3   4   5   6   7   8   9   10   >