Re: [CentOS] Moving from mdadm raid 0 to single disk

2022-01-11 Thread Jonathan Billings
e many tools to copy over the actual data. Use the file system’s dump/restore, tar, rsync, etc. There are a small number of cases where “dd” is the right tool. Backups and data transfer is not one of them. -- Jonathan Billings ___ CentOS mailing

Re: [CentOS] something is hammering non-existant floppy

2021-12-12 Thread Jonathan Billings
> kernel: command_status=-1 > kernel: > I persume something is trying to access the system's > floppy disk drive that does not exist. But I have > been unable to identify what's triggering all this > activity. > > Any suggestions? Any chance you have something like au

Re: [CentOS] Install OpenSSL 1.1.1 on CentOS Linux release 7.9.2009 (Core).

2021-11-13 Thread Jonathan Billings
On Sat, Nov 13, 2021 at 12:02:24PM -0500, Jonathan Billings wrote: > You'll want to add to CFLAGS="-Wl,-rpath,/usr/lib64/openssl11", so the > linker adds the RPATH to the executable. The alternative is to set $LD_LIBRARY_PATH, of course, but that is often something

Re: [CentOS] Install OpenSSL 1.1.1 on CentOS Linux release 7.9.2009 (Core).

2021-11-13 Thread Jonathan Billings
break packaged software. You'll want to add to CFLAGS="-Wl,-rpath,/usr/lib64/openssl11", so the linker adds the RPATH to the executable. Remember not to use this trick when creating RPMs, because that's generally frowned on and can make rpmbuild complain. -- Jonathan Billings

Re: [CentOS] ifconfig not showing virtual IP when using NetworkManager

2021-10-26 Thread Jonathan Billings
and instead, or “nmcli” to interact with NetworkMamager. 2.) “ifconfig” can’t show multiple IPs on an interface, one of the reasons why it is deprecated. 3.) Don’t use “eth0:1” style virtual interfaces, that was a hack for ifconfig to support multiple IPs. — Jonathan Billings __

Re: [CentOS] FYI, Chrome no longer supported on Centos7.

2021-10-25 Thread Jonathan Billings
/chromium/issues/detail?id=1261617 Good News! It looks like Google has a fix that will restore support for CentOS 7. https://bugs.chromium.org/p/chromium/issues/detail?id=1261617#c26 TL;DR: the fix will show up in the google-chrome-unstable package v97.0.4677.0. Eventually a fixed version wil

Re: [CentOS] FYI, Chrome no longer supported on Centos7.

2021-10-22 Thread Jonathan Billings
googling for a solution. > Hopefully it will not take to long to fix. Don't hold your breath. If it doesn't make money for Google, they're not likely to make any effort. And Google is the king of killing products. -- Jonathan Billings ___

Re: [CentOS] How do I install the "right" python3-tkinter in CentOS Stream 8?

2021-09-21 Thread Jonathan Billings
. They are versioned together, so you can’t upgrade one without needing the updates for the other. Since python3-tkinter is in AppStream, maybe you don’t have that enabled? You need the 8Stream repo, not the one for base 8. See the spec file to see it is a sub package: https://git.centos

Re: [CentOS] dcfldd

2021-09-03 Thread Jonathan Billings
o them? -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Upgrading (?) from legacy boot to UEFI

2021-08-28 Thread Jonathan Billings
ou booted from the installer as a legacy boot item, it installs as a legacy bootloader, but if you disable the BIOS option to use a legacy bootloader, it will boot the installer as a UEFI boot and choose to install a UEFI grub2 setup. — Jonathan

Re: [CentOS] Upgrading (?) from legacy boot to UEFI

2021-08-28 Thread Jonathan Billings
don’t know where you got that kernel efi file. — Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Annoying shortcut

2021-08-27 Thread Jonathan Billings
system settings, it should only be the ctrl-bkspc. > > Has anyone else seen this behavior? Sounds to me like you’ve enabled sticky keys: https://help.gnome.org/users/gnome-help/stable/a11y-stickykeys.html.en -- Jonathan Billings ___ CentOS mailing l

Re: [CentOS] GNOME UI / gnome-shell broken

2021-08-24 Thread Jonathan Billings
icons, but no window decorations or > top/bottom bars ("panels") (for both gnome-classic and gnome3). When you say you have "central homes", does that mean they're a network filesystem? What kind of filesystem? If it's NFS, do you have the use_nfs_home_dirs SEL

Re: [CentOS] A Blast from the past

2021-08-17 Thread Jonathan Billings
ld any legal water, most likely, but it might get someone to at least look closer at the issue. -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Newest kernel issue, C7

2021-08-04 Thread Jonathan Billings
On Wed, Aug 04, 2021 at 09:38:11AM -0400, m.r...@5-cent.us wrote: > > On 2021-08-03 10:20, Jonathan Billings wrote: > > On Tue, Aug 03, 2021 at 10:17:09AM -0400, mark wrote: > > > Just fullyu updated yesterday. The reboot gets past Centos (core)... > > > and >

Re: [CentOS] Newest kernel issue, C7

2021-08-03 Thread Jonathan Billings
ve you removed 'rhgb quiet' from the kernel parameters to see what it is doing? Can you boot into the rescue target and poke around in the journal to see what's going on? -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.cent

Re: [CentOS] VzLinux - Opinions? Thoughs, Comments? - no microsoft involvement/contamination

2021-07-28 Thread Jonathan Billings
r than replying to an existing thread, thanks! For what its worth, I'm not sure what you mean in your subject about Microsoft involvement/contamination. What does that have to do with anything? -- Jonathan Billings ___ CentOS mailing list CentOS@c

Re: [CentOS] VzLinux - Opinions? Thoughs, Comments? - no microsoft involvement/contamination

2021-07-28 Thread Jonathan Billings
dates/virtuozzo-vzlinux-8-4-now-available/ And it does appear to be downstream from RHEL, another rebuild like Alma, Rocky, Springdale, etc. -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] hosts.deny, fail2ban etc.

2021-07-28 Thread Jonathan Billings
On Jul 28, 2021, at 08:44, Jonathan Billings wrote: > > For what it’s worth, if you use the fail2ban-firewalld package, it uses ipset > rather than iptables, which is more efficient. That’s in CentOS 7 though. CentOS 8 firewalld uses nft instead of the older netfilter (iptables/ip

Re: [CentOS] hosts.deny, fail2ban etc.

2021-07-28 Thread Jonathan Billings
it uses ipset rather than iptables, which is more efficient. -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Difference between CentOS Linux and CentOS Stream

2021-07-19 Thread Jonathan Billings
CentOS Stream, so it would be a painful transition from 8 to 8-stream. But if you aren't using any 3rd-party kernel modules, you should be fine. The Kmod SIG plans to try to build GPL'd kmods for CentOS Stream kernels, but we're just starting up now. --

Re: [CentOS] Auditing all Linux clients with centralised server

2021-07-09 Thread Jonathan Billings
ame thing but with a proprietary LSM. -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Centos versions in the future?

2021-07-08 Thread Jonathan Billings
://www.freebsd.org/security/advisories/ I see one less than 45 days ago that requires a reboot because of a kernel security measure bypass. Long uptimes are a thing of the past. Build redundancy into your infrastructure so you can handle reboots. -- Jonathan Billings ___

Re: [CentOS] [C8 stream] update

2021-07-01 Thread Jonathan Billings
tc/dnf/ /etc/yum.repos.d/ # I'm not sure if I'm understanding your question. Are you missing them? Do you have dnf excludes defined somewhere? -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Help with default shell

2021-06-24 Thread Jonathan Billings
it makes it easier to manage access centrally. (I also took advantage of the fact that local users had a different GID to put them in a different SELinux confined user group, so they had different access rights anyway) We do this for servers and workstations. --

Re: [CentOS] pass on CentOS 7

2021-06-16 Thread Jonathan Billings
available in the git version available on CentOS 7. so they removed it from epel7. -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] where to get reliable/open source license manager

2021-05-29 Thread Jonathan Billings
st rewriting the license check? -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] OpenSSH 8.6/8.6p1 on CentOS Linux release 7.9.2009 (Core)

2021-05-25 Thread Jonathan Billings
life_cycle The version in CentOS 7 isn't simply the version from OpenSSH, many features and securify fixes have been backported in the past, so if there's something in particular you are looking for, please mention it. -- Jonathan Billings ___

Re: [CentOS] IUS repository for CentOS Linux release 8.x

2021-05-18 Thread Jonathan Billings
g: https://github.com/iusrepo/iusrepo.github.io/blob/main/markdown/faq.md#why-doesnt-ius-have-packages-for-rhel-8 -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Using Cgroups in CentOS-7

2021-05-18 Thread Jonathan Billings
I had tens of thousands of users logging in via Active Directory, which changed constantly, so I couldn't hard-code anything. I suggest using the 'systemd-cgtop' command to look at what unit is using resources, it is helpful for debugging. -- Jonathan Billings _

Re: [CentOS] systemd and 'Stale file handle' errors?

2021-05-14 Thread Jonathan Billings
ropriate methods. It is kinda confusing but I do appreciate that I now have a lot of ways I can now lock down services beyond simple UNIX permissions. systemd is a rather neat init system. My complaints with it usually are with the parts that reach out

Re: [CentOS] yumex for CentOS 8.3

2021-05-09 Thread Jonathan Billings
;>> yumex-3.0.15-1.el7.nux.noarch >> >> Centos 8.3 is not el7. > > Frank, > > Well rats. It seems dnfdragora didn't make it into EL or CentOS, I guess > there's no graphical package manager left. In addition, it appears you’ve added a Nux yum r

Re: [CentOS] Centos versions in the future?

2021-04-28 Thread Jonathan Billings
epared for missing support and unexpected breakages. The only use I will consider Stream for will be as a test for upcoming RHEL releases, not as something I will ever want actual users to touch. (And maybe that’s ok) 1. http://elrepoproject.blogspot.com/2021/01/elrepo-and-centos-stream.htm

Re: [CentOS] Problem with RequiresMountsFor defined in a systemd service

2021-04-21 Thread Jonathan Billings
do if you set it up as an automount). You need to either fix it so it gets mounted on demand, or use some other method to start it. -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] include file

2021-04-19 Thread Jonathan Billings
believe drm/drmP.h was removed from the kernel in the v5.5-ish era, so I suspect that part of the kernel must have been backported to the CentOS 8.3 kernels. You'll need to update your code to use the new drm subsystem. I believe the nvidia drivers had to do this too. --

Re: [CentOS] "System error" when trying to logon via SSH to CentOS 8 joined to AD

2021-04-04 Thread Jonathan Billings
be seeing an SELinux > deny due to non-default ccache storage. Only if sssd-kcm is installed. Otherwise the keyring is default. I normally use the keyring on my systems. No selinux issues there. -- Jonathan Billings ___ CentOS mailin

Re: [CentOS] CentOS 7.3

2021-03-18 Thread Jonathan Billings
itable. -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] kernel-devel package newer than installed kernel

2021-03-08 Thread Jonathan Billings
gh you don’t have all the latest package updates. Does “dnf upgrade” bring down a new kernel package? If not, do you have some local changes to your dnf config that might prevent kernel updates? Or an alternative CentOS repository that is out of date?

Re: [CentOS] What to do when a selinux policy doesn't work?

2021-02-26 Thread Jonathan Billings
en it ran, and pipe that into audit2allow. HOWEVER... There’s probably a better solution than blindly creating a module. You need to figure out what the correct SELinux attribute to put on the directory so you don’t need a module. — Jonathan Billings _

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

2021-02-25 Thread Jonathan Billings
y cool guy) Heck, 'systemd' is a really complicated beast, but it doesn't have a huge number of interconnected dependencies. I think bringing it up isn't really appropriate for this thread, since it actually does a pretty good job of keeping the requirements down, so it can run in

Re: [CentOS] Date question

2021-02-17 Thread Jonathan Billings
doing correct ? Check the man page for 'date'. %s is "seconds since 1970-01-01 00:00:00 UTC". Regardless of the time zone, the time in LA will still be the same number of seconds since Midnight, January 1st, 1970 in UTC as it was in Indianapolis. -- Jonathan Billings ___

Re: [CentOS] Changing command line version of php for apache

2021-02-13 Thread Jonathan Billings
ed to run the alternative PHP, so how you run it is important. — Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

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

2021-02-11 Thread Jonathan Billings
workstation is actually a useful thing for people who need long term support (1-2 years at least) of a workstation. Ubuntu manages to do it, but unfortunately, most of our engineering software isn't supported on Ubuntu. -- Jonathan Billings ___ Cent

Re: [CentOS] el7 systemd service:: ensure var/log owner when User is specified

2021-02-09 Thread Jonathan Billings
t.log' Just don't use sudo. -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] firewalld - same source in different zones

2021-02-08 Thread Jonathan Billings
backported, but the firewalld.richlanguage man page on my c7 system doesn't mention it. It should work on CentOS 8+. Another solution is to set a direct rule, which is evaluated first. Lastly, its my experience that firewalld evaluates the configurati

Re: [CentOS] Challenging times in trying to access oracle Linux documentation

2021-02-06 Thread Jonathan Billings
politics around each will vary widely. If you have a question that is codebase specific, then just ask it without talking about the distro it came from, but as soon as it becomes clear that it is infrastructure related, keep it on the appropriate list. — Jonathan Billings _

Re: [CentOS] msmilter doesn t start / Can't open PID file /run/MSMilter.pid

2021-02-05 Thread Jonathan Billings
dit a file and add a line. I suggest giving that a try. -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CESA-2021:0221 Important CentOS 7 sudo Security Update

2021-01-27 Thread Jonathan Billings
sudo-1.8.23-9.el7.x86_64 from @base removed (updateinfo) > No packages needed for security; 1 packages available The CentOS repos have never included security metadata. yum-security is basically useless with the base CentOS repos (although they will pick up security repo metadata from EP

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

2020-12-08 Thread Jonathan Billings
he way this was announced, there are a lot of people who have lost trust in CentOS and Red Hat. Changing the end of life for CentOS 8 has broken our trust in the project. I see a lot of promises that Stream will have better engagement with the community. Why would we trust these promises? -- Jo

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

2020-12-08 Thread Jonathan Billings
31 May 2029 +31 December 2021 https://blog.centos.org/2020/12/future-is-centos-stream/;>* -- Jonathan Billings ___ CentOS mailing l

Re: [CentOS] strange RPM dependency observed in CentOS 7

2020-12-08 Thread Jonathan Billings
up a country from an IP. -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] strange RPM dependency observed in CentOS 7

2020-12-08 Thread Jonathan Billings
s. The bind-utils executables are all linked against libGeoIP.so.1, so I assume they use some functionality from that library. /usr/bin/geoipupdate is a tool to update the data files in the GeoIP package. -- Jonathan Billings ___ CentOS mailing

Re: [CentOS] Upgrade OpenSSH version to the latest stable version on CentOS Linux release 7.9.2009 (Core).

2020-12-01 Thread Jonathan Billings
yum repositories or rpm binaries? > > No, 7.4p1-21 is the most recent up to date version in CentOS 7. See > https://access.redhat.com/security/updates/backporting/ for more info. Perhaps it would help to explain why you need the 8.4 release? I’d there a feature you need not in the vers

Re: [CentOS] Physical position of swap partition on the disk

2020-11-30 Thread Jonathan Billings
t then the > order in the partition table; No, but if my linux distro created out of order partition sequences on initial install I'd throw it in the trash. -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Physical position of swap partition on the disk

2020-11-30 Thread Jonathan Billings
ense to put the root ext4 at the end of the disk, so it is actually counterproductive to put swap at the end. -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Replacing SW RAID-1 with SSD RAID-1

2020-11-24 Thread Jonathan Billings
ast with Stratis, there's an attempt to work within the Linux world. I'm excited to see Fedora making btrfs as the default root filesystem, too. -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Xorg --configure

2020-11-23 Thread Jonathan Billings
sure it isn't dropping to basic VGA or VESA driver because the video card isn't supported in Fedora? Can you change the resolution through the control panel or xrandr? -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Desktop Over NFS Home Blocked By Firewalld

2020-11-22 Thread Jonathan Billings
les config too. Had you really wanted to test something with iptables, use -I (insert) which puts it at the front of the rules. Obviously, the best thing to do is to use firewalld tools with firewalld. -- Jonathan Billings ___ CentOS mail

Re: [CentOS] Intel RST RAID 1, partition tables and UUIDs

2020-11-16 Thread Jonathan Billings
previous posts, it's better to just let the BIOS think it's a JBOD and use the linux software RAID tools directly. -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] yum update security updates only

2020-11-13 Thread Jonathan Billings
rity metadata. RHEL supports the security flag to yum update, because they curate their repo metadata with that data, but it isn’t available to CentOS users. -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] run firefox via an ssh tunnel

2020-11-12 Thread Jonathan Billings
On Thu, Nov 12, 2020 at 03:21:02PM -0500, Jonathan Billings wrote: > yum --setopt='proxy=socks5://localhost:8000' update It occurs to me that my private networks have working DNS, so if yours doesn't, you should use: yum --setopt='proxy=socks5h://localhost:8000' update (note the ex

Re: [CentOS] run firefox via an ssh tunnel

2020-11-12 Thread Jonathan Billings
On Thu, Nov 12, 2020 at 03:21:02PM -0500, Jonathan Billings wrote: > What part? For the first part, either define 'DynamicForward 8000' in > a Host section in ~/.ssh/config, or run 'ssh -D 8000 hostname' to set > it with command line options. Then just set your SOCKS5 proxy > setting

Re: [CentOS] run firefox via an ssh tunnel

2020-11-12 Thread Jonathan Billings
On Thu, Nov 12, 2020 at 10:02:57AM -0700, S Bob wrote: > On 11/12/20 7:50 AM, Jonathan Billings wrote: > > If this is actually something you want to do with regularity, I > > suggest using the SSH SOCKS proxy (with the DynamicForward port), and > > configure Firefox to u

Re: [CentOS] crontab query

2020-11-12 Thread Jonathan Billings
be run at 4:30 am on the 1st and 15th of each month, plus every Friday. So it looks like it is going to run either time. A systemd timer might be able to be more exclusive, but parsing the 'systemd.time' man page makes my head hurt. -- Jonathan Billings

Re: [CentOS] CentOS 8 vncserver

2020-11-12 Thread Jonathan Billings
erver, I suggest using the xvnc@.service included in the package: https://git.centos.org/rpms/tigervnc/blob/c8/f/SOURCES/xvnc.service There are instructions in the comments. -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] run firefox via an ssh tunnel

2020-11-12 Thread Jonathan Billings
to do this, which is already setting up SSH sessions... -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Run as root on reboot

2020-10-28 Thread Jonathan Billings
tly, what you are asking for should be to create your own systemd service to launch on boot. Systemd service units are trivial to write. -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] @Microknoppix

2020-10-26 Thread Jonathan Billings
to be something else. dhclient (the DHCP client in CentOS 7) can also send dynamic dns updates when configured. (Look in the man page for dhclient.conf, I believe it is do-forward-updates.) -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Firefox 78 under CentOS 6 -- no sound?

2020-10-26 Thread Jonathan Billings
On Mon, Oct 26, 2020 at 01:21:10PM +0100, Leon Fauster via CentOS wrote: > > Am 26.10.20 um 12:45 schrieb Jonathan Billings: > > On Oct 23, 2020, at 14:45, Leon Fauster via CentOS > > wrote: > > > Mozilla released version 68.12.0, on August 25, 2020 -> > > >

Re: [CentOS] Firefox 78 under CentOS 6 -- no sound?

2020-10-26 Thread Jonathan Billings
hat Red Hat has released another Firefox: https://access.redhat.com/errata/RHSA-2020:4330 -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Apache HTTPD not picking up environment variables.

2020-10-23 Thread Jonathan Billings
/software/systemd/man/systemd.exec.html#EnvironmentFile= -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Firefox 78 under CentOS 6 -- no sound?

2020-10-20 Thread Jonathan Billings
see flash die just a little earlier. It's not really comparable to the terrible EFI/shim issue that happened, which was terrible for servers and workstations that can't be reached remotely because they're wedged in the boot, especially in these times when a lot

Re: [CentOS] Firefox 78 under CentOS 6 -- no sound?

2020-10-19 Thread Jonathan Billings
ail/centos/2020-September/351667.html > > Downgrading, and excluding the 78.3.0-1 from yum is my workaround. Well, the good news is you have over a month to migrate away from CentOS 6, which goes end of life at the end of November, 2020. -- Jonathan Billings _

Re: [CentOS] system sounds

2020-10-14 Thread Jonathan Billings
or a configuration file removed. You need to take a look at the systemd journal to see what errors pulseaudio is getting when you log in as the user. -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Mail server troubles

2020-10-09 Thread Jonathan Billings
multiple small entities. Also, the word 'Viri' is the plural of the masculine word 'Vir' for 'Male human', so it is confusing. ('vir' used in the words 'triumvir' or 'virile' / 'virility') Chuck 'virii' in the bin with words like 'octopi'. -- Jonathan

Re: [CentOS] SEcontext setting failure on an external harddisk

2020-10-08 Thread Jonathan Billings
you want it to work with selinux, so XFS or ext4. -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Invisible files and disk space

2020-10-08 Thread Jonathan Billings
On Thu, Oct 08, 2020 at 12:31:34PM -0400, cent...@foxengines.net wrote: > find / -maxdepth 1 -xdev -type d | while read; do du -shx $d; done If you want to use du to find sparse files, add --apparent-size. -- Jonathan Billings ___ CentOS mailing l

Re: [CentOS] How to solve missing net-snmp-perl?

2020-10-06 Thread Jonathan Billings
HEL. (Disclaimer: I don't know one way or the other, just checked on my RHEL8 system to see if I could install it, and I can't) -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] No sound after latest Firefox update (firefox-78.3.0-1.el6.centos.x86_64)

2020-10-01 Thread Jonathan Billings
nning CentOS 6 to avoid that, you're out of luck. -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] how to restore deleted directory/files

2020-09-16 Thread Jonathan Billings
for creating a fresh, unformatted disk image and mounting it via the loopback. Since this image is already formatted, you'd just be deleting data by formatting it. Anyway, you don't generally need to mount anything if you're using photorec or similar tools. -- Jonathan Billings __

Re: [CentOS] how to restore deleted directory/files

2020-09-16 Thread Jonathan Billings
nd you are willing to spend money, there are data recovery services that might be able to extract the data. -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Problems with x2go

2020-09-15 Thread Jonathan Billings
en compare the two. It is “free” only for noncommercial use. It isn’t open source. https://www.nomachine.com/faq If you want to try something else, take a look at xpra (http://xpra.org/). It’s in EPEL8. -- Jonathan Billings ___ CentOS mailing list CentO

Re: [CentOS-docs] Misleading information on main page about Centos Stream

2020-09-09 Thread Jonathan Billings
ora stuff and putting into RHEL, so I wouldn't want to step on that. -- Jonathan Billings ___ CentOS-docs mailing list CentOS-docs@centos.org https://lists.centos.org/mailman/listinfo/centos-docs

[CentOS-docs] Misleading information on main page about Centos Stream

2020-08-31 Thread Jonathan Billings
midstream between Fedora and RHEL. -- Jonathan Billings ___ CentOS-docs mailing list CentOS-docs@centos.org https://lists.centos.org/mailman/listinfo/centos-docs

Re: [CentOS] How to Migrate Wordpress Website from 32-bit CentOS Linux 6.3 to 64-bit CentOS Linux 8.2 (2004)

2020-08-31 Thread Jonathan Billings
hat's listed. mod_perl *and* mod_php? Each httpd must be huge! Why are you even posting this to a public list? Use your blog for this kind of thing. I know you have one, you post it repeatedly to random lists. -- Jonathan Billings ___ CentOS

Re: [CentOS] EL8: SElinux / dac_override / tmpwatch

2020-08-28 Thread Jonathan Billings
etty well: https://developers.redhat.com/blog/2016/09/20/managing-temporary-files-with-systemd-tmpfiles-on-rhel7/ -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Laptop and NFS homedir

2020-08-26 Thread Jonathan Billings
o make $HOME local but have symlinks into NFS for directories that can be safely unmounted and remounted. Windows doesn't really have network home directories like UNIX does, and their SMB client handles IP roaming better. -- Jonathan Billings ___ C

Re: [CentOS] Mock config error

2020-08-24 Thread Jonathan Billings
ist tag. Hello, It seems that the OpenSUSE mock configs[1] use the same syntax. I wonder if you need to invoke mock in a specific way to not override the macro? 1. https://github.com/rpm-software-management/mock/blob/master/mock-core-configs/etc/mock/opensuse-leap-15.2-x86_64.cfg -- Jonathan

Re: [CentOS] Mock config error

2020-08-23 Thread Jonathan Billings
file I am using that works with dnf on a > centos 8 machine. > > Can someone tell me what I am doing wrong? I assume you added the yum repo after a line that looks like this: config_opts['dnf.conf'] += """ And before a line that looks like this: “”” -- Jonathan

Re: [CentOS] Centos 7 shim fix failed

2020-08-04 Thread Jonathan Billings
. The shim package with the fix is the latest. -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

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

2020-08-02 Thread Jonathan Billings
gacy” CSM by 2020. They might have changed their schedule but I suspect we’ll start seeing hardware without anything but UEFI. -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] OpenJDK vulnerability and best way to find status of package that remediates vulnerability for CentOS

2020-07-31 Thread Jonathan Billings
ntOS, it's pending backport for CentOS > 7) As I mentioned earlier, the Red Hat errata site is a good place to look. You can search for CVEs there too. There's also a RHSA-Announce mailing list if you'd prefer that they end up in your mailbox: https://www.redhat.com/mailman/listinfo/rhsa-a

Re: [CentOS] tmpfs / selinux issue

2020-07-27 Thread Jonathan Billings
al bugs posted related to snapd and selinux failures similar to that. -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS-docs] Documentation SIG: Participation wanted

2020-07-01 Thread Jonathan Billings
I'd like to volunteer as well. -- Jonathan Billings ___ CentOS-docs mailing list CentOS-docs@centos.org https://lists.centos.org/mailman/listinfo/centos-docs

Re: [CentOS] Force package install using yum?

2020-07-01 Thread Jonathan Billings
On Jul 1, 2020, at 05:25, Jeffrey Walton wrote: > > /opt/rh/httpd24/root/etc/httpd/logs The rpm is complaining that cpio can’t extract this path. Is it supposed to be a link but now it’s a directory? -- Jonathan Billings ___ CentOS mailin

Re: [CentOS] php 5.6 on CentOS 6

2020-06-21 Thread Jonathan Billings
a new project, definitely start with php 7. But if you have concerns about an existing 5.x codebase, as long as you are keeping your OS up to date, you have some time to migrate. -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] /etc/networks file

2020-06-14 Thread Jonathan Billings
se are CentOS systems, aren’t they? CentOS doesn’t configure networking with /etc/networks. The files they use are in /etc/sysconfig/network-scripts/ifcfg-*. -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] firewalld / iptables / nftables

2020-06-09 Thread Jonathan Billings
t; > # iptables -L -n | egrep -o '22|ssh' > > > Any hints? 'iptables' and 'nftables' are competing technologies. In CentOS 8, firewalld's backend was switched from iptables to nftables. So it would be expected that the iptables command wouldn't have any rules

Re: [CentOS] perl-Curses in C8?

2020-06-06 Thread Jonathan Billings
er hasn’t branched it for epel8 yet. I suspect if other people piled on the ticket it might get more attention... -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] docker-firewalld

2020-05-31 Thread Jonathan Billings
fic. -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

  1   2   3   4   5   6   7   8   9   >